gle-3.1.0/0000777000076400007640000000000007635534340006050 5gle-3.1.0/Makefile.in0000644000076400007640000002703307635534323010037 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ SUBDIRS = src doc examples man ms-visual-c swig EXTRA_DIST = .cvsignore gle.spec docdir = $(datadir)/doc/gle/ doc_DATA = AUTHORS README COPYING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = DATA = $(doc_DATA) DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \ config.h.in config.sub configure configure.in 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.in $(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.in cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(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.in $(ACLOCAL_M4) acconfig.h 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: install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ fi; fi; \ done uninstall-docDATA: @$(NORMAL_UNINSTALL) list='$(doc_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(docdir)/$$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) 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-docDATA install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-docDATA uninstall: uninstall-recursive all-am: Makefile $(DATA) config.h all-redirect: all-recursive-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(docdir) 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 -rm -f libtool 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 \ uninstall-docDATA install-docDATA 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 # 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: gle-3.1.0/README0000644000076400007640000000763307562112570006651 GLE --- GLE is a library package of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. Generically, the extruded surface is specified with a 2D polyline that is extruded along a 3D path. A local coordinate system allows for additional flexibility in the primitives drawn. Extrusions may be texture mapped in a variety of ways. The GLE library generates 3D triangle coordinates, lighting normal vectors and texture coordinates as output. GLE uses the GL or OpenGL(R) API's to perform the actual rendering. The demos use GLUT and require GLUT to be installed. Obtaining OpenGL ---------------- OpenGL is available on most UNIX(R) workstations, as well as OS/2(R) and Windows NT. Contact your workstation vendor for more information; the URL http://www.opengl.org/ points to a variety of information, including a list of OpenGL vendors. GLE also works with Mesa, a public-domain OpenGL-like API. Mesa can be found at http://www.mesa3d.org/ Obtaining GLUT -------------- The demos require that the GLUT windowing and utility library be installed. GLUT can be obtained at http://reality.sgi.com/mjk_asd/glut3/glut3.html Compiling --------- GLE uses the standard GNU automake/autoconf build process, and thus should be portable to essentially all computing platforms. At the command line simply type 'configure' to set things up for your CPU & operating system. Then run 'make' to compile. Finally, cd to the examples directory, and run the script 'rundemo' to launch each of the demos in order (from most basic, to advanced). Use the left mouse button to move, the middle mouse button to access the pop-down menu. If 'configure' fails, its probably because some library or another is missing. Look at the file 'config.log' to see what actually went wrong. In particular, pay attention to the short program at the end: trying to compile it by hand will give you a good idea on why it failed. configure flags: --enable-lenient-tess If you have a tesselator that is happy with anything, including degenerate points, colinear segments, etc. then define this. Otherwise, don't specify this flag. Setting this flag provides a minor performance improvement. I beleive that the stock SGI tesselator is "lenient", despite explicit disclaimers in the documentation. (circa 1995). Early versions of the MesaGL tesselator are not at all forgiving of degenerate points. This resulted in frequent crashes and/or hangs. (circa 1997-2000). Recent versions (as of 2001) seem to work fine. If you have an old version of MesaGL, do not set --enable-lenient-tess --disable-auto-texture Disable texture mapping code. Disabling texture mapping may provide a very minor performance improvement. --enable-irisgl Compile for old IrisGL/GL-3.2 API. This used to work, but hasn't been tested in a long time. --enable-debug Will compile sources so printf routines will be called instead of OpenGL routines. Warning: this will generate a *lot* of output! More information about building, as well as this package, can be found in the directory "public_html". RedHat RPM's ------------ RedHat RPM's can be built using the gle.spec file. Python, SWIG ------------ Python bindings for gle can be found in the /swig directory. Be sure to read the readme. Compiling for Windows NT ------------------------ To compile with Visual C++, just do the following: cd src cl -c -DWIN32 *.c lib -out:libgle.lib *.obj Alternately, there are a set of Microsoft Visual C Studio Project files in the directory ms-visual-c that should do the same thing. Running ------- Some of the example programs will hang or crash when run on older versions of MesaGL/Linux. This is due to bugs in the MesaGL tesellator. Newer versions should work fine. --------- the end ---------- gle-3.1.0/stamp-h.in0000644000076400007640000000001207635525230007654 timestamp gle-3.1.0/AUTHORS0000644000076400007640000000044207635524300007027 Original Author & Maintainer: Linas Vepstas wrote virtually all of this Contributors: Mark Kilgard formatted the man pages Jonas Lindemann MS Visual C project files John A. Boyd Jr. fix to gle.spec gle-3.1.0/COPYING0000644000076400007640000004526507376643214007036 The different parts of this distribution have two different software licenses that govern thier use. Both licenses pass the common definition of 'open source license' as commonly defined (e.g. at http://www.opensource.org). The licenses, although different, are compatible with each other. The applicable licenses are: examples, man pages, documentation: Artistic License A copy of this license is in COPYING.artistic source code: IBM standard example source code license (free use, free distribution, free modification, disclaimer of warrenty) A copy of this license is in COPYING.src The file CERTOR.script ('certificate of originality') documents the provenance of this code. -------------------------------------------------------------------- Alternately, at your choosing, you may choose to accept the source code and the man pages/documentation under the GPL: the GNU General Public License version 2, as given below. If you use this code, you must accept either the licenses above, or the GPL. -------------------------------------------------------------------- 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. gle-3.1.0/ChangeLog0000644000076400007640000000020207363600063007522 Oct 18, 2001: * There is no formal ChangeLog for this project; see, however, doc/html/index.html for an informal changelog. gle-3.1.0/INSTALL0000644000076400007640000000000607120757607007013 blank gle-3.1.0/Makefile.am0000644000076400007640000000023407326125603010012 SUBDIRS = src doc examples man ms-visual-c swig EXTRA_DIST = \ .cvsignore \ gle.spec docdir = $(datadir)/doc/gle/ doc_DATA = AUTHORS README COPYING gle-3.1.0/NEWS0000644000076400007640000000021607125262243006454 NEWS: ----- June 2000 --------- The source, example files and documentation for this package are now controlled under CVS at sourceforge.net gle-3.1.0/acconfig.h0000644000076400007640000000165707121032151007676 /********************************************************************\ * acconfig.h -- configuration defines for gle * * Copyright (C) 2000 Linas Vepstas (linas@linas.org) * \********************************************************************/ #ifndef __GLE_CONFIG_H__ #define __GLE_CONFIG_H__ /* Package name and version number */ #undef PACKAGE #undef VERSION /* Standard C headers present */ #undef STDC_HEADERS /* limits.h header present */ #undef HAVE_LIMITS_H /* Build for OpenGL by default, and not for old IrisGL aka GL 3.2 */ #define OPENGL_10 1 #undef GL_32 /* Disable debugging stuff (debugging replaces GL output with printfs) */ #undef DEBUG_OUTPUT /* Do we have a lenient tesselator? */ #undef LENIENT_TESSELATOR #define DELICATE_TESSELATOR 1 /* Enable texture mapping by default. */ #define AUTO_TEXTURE 1 /* assume a modern C compiler */ #undef FUNKY_C #endif gle-3.1.0/aclocal.m40000644000076400007640000036775007635525155007652 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. # 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([,]))]) # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- # serial 46 AC_PROG_LIBTOOL AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl # Prevent multiple expansion define([AC_PROG_LIBTOOL], []) ]) AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.13)dnl AC_REQUIRE([AC_ENABLE_SHARED])dnl AC_REQUIRE([AC_ENABLE_STATIC])dnl AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_LD])dnl AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl AC_REQUIRE([AC_PROG_NM])dnl AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([AC_PROG_LN_S])dnl AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl AC_REQUIRE([AC_OBJEXT])dnl AC_REQUIRE([AC_EXEEXT])dnl dnl _LT_AC_PROG_ECHO_BACKSLASH # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then AC_PATH_MAGIC fi ;; esac AC_CHECK_TOOL(RANLIB, ranlib, :) AC_CHECK_TOOL(STRIP, strip, :) ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL], enable_win32_dll=yes, enable_win32_dll=no) AC_ARG_ENABLE(libtool-lock, [ --disable-libtool-lock avoid locking (might break parallel builds)]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_SAVE AC_LANG_C AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_RESTORE]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL], [*-*-cygwin* | *-*-mingw* | *-*-pw32*) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) # recent cygwin and mingw systems supply a stub DllMain which the user # can override, but on older systems we have to supply one AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain, [AC_TRY_LINK([], [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*); DllMain (0, 0, 0);], [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])]) case $host/$CC in *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*) # old mingw systems require "-dll" to link a DLL, while more recent ones # require "-mdll" SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -mdll" AC_CACHE_CHECK([how to link DLLs], lt_cv_cc_dll_switch, [AC_TRY_LINK([], [], [lt_cv_cc_dll_switch=-mdll],[lt_cv_cc_dll_switch=-dll])]) CFLAGS="$SAVE_CFLAGS" ;; *-*-cygwin* | *-*-pw32*) # cygwin systems need to pass --dll to the linker, and not link # crt.o which will require a WinMain@16 definition. lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;; esac ;; ]) esac _LT_AC_LTCONFIG_HACK ]) # AC_LIBTOOL_HEADER_ASSERT # ------------------------ AC_DEFUN([AC_LIBTOOL_HEADER_ASSERT], [AC_CACHE_CHECK([whether $CC supports assert without backlinking], [lt_cv_func_assert_works], [case $host in *-*-solaris*) if test "$GCC" = yes && test "$with_gnu_ld" != yes; then case `$CC --version 2>/dev/null` in [[12]].*) lt_cv_func_assert_works=no ;; *) lt_cv_func_assert_works=yes ;; esac fi ;; esac]) if test "x$lt_cv_func_assert_works" = xyes; then AC_CHECK_HEADERS(assert.h) fi ])# AC_LIBTOOL_HEADER_ASSERT # _LT_AC_CHECK_DLFCN # -------------------- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h) ])# _LT_AC_CHECK_DLFCN # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [dnl # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Transform the above into a raw symbol and a C symbol. symxfrm='\1 \2\3 \3' # Transform an extracted symbol line into a proper C declaration lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32*) symcode='[[ABCDGISTW]]' ;; hpux*) # Its linker distinguishes data from code symbols lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris* | sysv5*) symcode='[[BDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # Handle CRLF in mingw tool chain opt_cr= case $host_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then symcode='[[ABCDGISTW]]' fi # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # Write the raw and C identifiers. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if egrep ' nm_test_var$' "$nlist" >/dev/null; then if egrep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext' cat <> conftest.$ac_ext #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[[]] = { EOF sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext save_LIBS="$LIBS" save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$no_builtin_flag" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS="$save_LIBS" CFLAGS="$save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AC_FD_CC fi else echo "cannot find nm_test_var in $nlist" >&AC_FD_CC fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC fi else echo "$progname: failed program was:" >&AC_FD_CC cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) global_symbol_pipe="$lt_cv_sys_global_symbol_pipe" if test -z "$lt_cv_sys_global_symbol_pipe"; then global_symbol_to_cdecl= global_symbol_to_c_name_address= else global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address" fi if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR # --------------------------------- AC_DEFUN([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR], [# Find the correct PATH separator. Usually this is `:', but # DJGPP uses `;' like DOS. if test "X${PATH_SEPARATOR+set}" != Xset; then UNAME=${UNAME-`uname 2>/dev/null`} case X$UNAME in *-DOS) lt_cv_sys_path_separator=';' ;; *) lt_cv_sys_path_separator=':' ;; esac PATH_SEPARATOR=$lt_cv_sys_path_separator fi ])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR # _LT_AC_PROG_ECHO_BACKSLASH # -------------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac echo=${ECHO-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. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null && echo_test_string="`eval $cmd`" && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. IFS="${IFS= }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(ECHO) AC_DIVERT_POP ])# _LT_AC_PROG_ECHO_BACKSLASH # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ------------------------------------------------------------------ AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [if test "$cross_compiling" = yes; then : [$4] else AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } exit (status); }] EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_unknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_AC_TRY_DLOPEN_SELF # AC_LIBTOOL_DLOPEN_SELF # ------------------- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; cygwin* | mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then LDFLAGS="$LDFLAGS $link_static_flag" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi ])# AC_LIBTOOL_DLOPEN_SELF AC_DEFUN([_LT_AC_LTCONFIG_HACK], [AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e s/^X//' sed_quote_subst='s/\([[\\"\\`$\\\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([[\\"\\`\\\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" need_locks="$enable_libtool_lock" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o if test x"$host" != x"$build"; then ac_tool_prefix=${host_alias}- else ac_tool_prefix= fi # Transform linux* to *-*-linux-gnu*, to support old configure scripts. case $host_os in linux-gnu*) ;; linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` esac case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" ;; *) old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi # Allow CC to be a program name with arguments. set dummy $CC compiler="[$]2" AC_MSG_CHECKING([for objdir]) rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. objdir=_libs fi rmdir .libs 2>/dev/null AC_MSG_RESULT($objdir) AC_ARG_WITH(pic, [ --with-pic try to use only PIC/non-PIC objects [default=use both]], pic_mode="$withval", pic_mode=default) test -z "$pic_mode" && pic_mode=default # We assume here that the value for lt_cv_prog_cc_pic will not be cached # in isolation, and that seeing it set (from the cache) indicates that # the associated values are set (in the cache) correctly too. AC_MSG_CHECKING([for $compiler option to produce PIC]) AC_CACHE_VAL(lt_cv_prog_cc_pic, [ lt_cv_prog_cc_pic= lt_cv_prog_cc_shlib= lt_cv_prog_cc_wl= lt_cv_prog_cc_static= lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_can_build_shared=$can_build_shared if test "$GCC" = yes; then lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-static' case $host_os in aix*) # Below there is a dirty hack to force normal static linking with -ldl # The problem is because libdl dynamically linked with both libc and # libC (AIX C++ library), which obviously doesn't included in libraries # list by gcc. This cause undefined symbols with -static flags. # This hack allows C programs to be linked with "-static -ldl", but # not sure about C++ programs. lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC" ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_cv_prog_cc_pic='-fno-common' ;; cygwin* | mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_cv_prog_cc_pic='-DDLL_EXPORT' ;; sysv4*MP*) if test -d /usr/nec; then lt_cv_prog_cc_pic=-Kconform_pic fi ;; *) lt_cv_prog_cc_pic='-fPIC' ;; esac else # PORTME Check for PIC flags for the system compiler. case $host_os in aix3* | aix4* | aix5*) lt_cv_prog_cc_wl='-Wl,' # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_cv_prog_cc_static='-Bstatic' else lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp' fi ;; hpux9* | hpux10* | hpux11*) # Is there a better lt_cv_prog_cc_static that works with the bundled CC? lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive" lt_cv_prog_cc_pic='+Z' ;; irix5* | irix6* | nonstopux*) lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-non_shared' # PIC (with -KPIC) is the default. ;; cygwin* | mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_cv_prog_cc_pic='-DDLL_EXPORT' ;; newsos6) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' ;; osf3* | osf4* | osf5*) # All OSF/1 code is PIC. lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-non_shared' ;; sco3.2v5*) lt_cv_prog_cc_pic='-Kpic' lt_cv_prog_cc_static='-dn' lt_cv_prog_cc_shlib='-belf' ;; solaris*) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Wl,' ;; sunos4*) lt_cv_prog_cc_pic='-PIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Wl,' ;; uts4*) lt_cv_prog_cc_pic='-pic' lt_cv_prog_cc_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_cv_prog_cc_pic='-Kconform_pic' lt_cv_prog_cc_static='-Bstatic' fi ;; *) lt_cv_prog_cc_can_build_shared=no ;; esac fi ]) if test -z "$lt_cv_prog_cc_pic"; then AC_MSG_RESULT([none]) else AC_MSG_RESULT([$lt_cv_prog_cc_pic]) # Check to make sure the pic_flag actually works. AC_MSG_CHECKING([if $compiler PIC flag $lt_cv_prog_cc_pic works]) AC_CACHE_VAL(lt_cv_prog_cc_pic_works, [dnl save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" AC_TRY_COMPILE([], [], [dnl case $host_os in hpux9* | hpux10* | hpux11*) # On HP-UX, both CC and GCC only warn that PIC is supported... then # they create non-PIC objects. So, if there were any warnings, we # assume that PIC is not supported. if test -s conftest.err; then lt_cv_prog_cc_pic_works=no else lt_cv_prog_cc_pic_works=yes fi ;; *) lt_cv_prog_cc_pic_works=yes ;; esac ], [dnl lt_cv_prog_cc_pic_works=no ]) CFLAGS="$save_CFLAGS" ]) if test "X$lt_cv_prog_cc_pic_works" = Xno; then lt_cv_prog_cc_pic= lt_cv_prog_cc_can_build_shared=no else lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" fi AC_MSG_RESULT([$lt_cv_prog_cc_pic_works]) fi # Check for any special shared library compilation flags. if test -n "$lt_cv_prog_cc_shlib"; then AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries]) if echo "$old_CC $old_CFLAGS " | egrep -e "[[ ]]$lt_cv_prog_cc_shlib[[ ]]" >/dev/null; then : else AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure]) lt_cv_prog_cc_can_build_shared=no fi fi AC_MSG_CHECKING([if $compiler static flag $lt_cv_prog_cc_static works]) AC_CACHE_VAL([lt_cv_prog_cc_static_works], [dnl lt_cv_prog_cc_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" AC_TRY_LINK([], [], [lt_cv_prog_cc_static_works=yes]) LDFLAGS="$save_LDFLAGS" ]) # Belt *and* braces to stop my trousers falling down: test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= AC_MSG_RESULT([$lt_cv_prog_cc_static_works]) pic_flag="$lt_cv_prog_cc_pic" special_shlib_compile_flags="$lt_cv_prog_cc_shlib" wl="$lt_cv_prog_cc_wl" link_static_flag="$lt_cv_prog_cc_static" no_builtin_flag="$lt_cv_prog_cc_no_builtin" can_build_shared="$lt_cv_prog_cc_can_build_shared" # Check to see if options -o and -c are simultaneously supported by compiler AC_MSG_CHECKING([if $compiler supports -c -o file.$ac_objext]) AC_CACHE_VAL([lt_cv_compiler_c_o], [ $rm -r conftest 2>/dev/null mkdir conftest cd conftest echo "int some_variable = 0;" > conftest.$ac_ext mkdir out # According to Tom Tromey, Ian Lance Taylor reported there are C compilers # that will create temporary files in the current directory regardless of # the output directory. Thus, making CWD read-only will cause this test # to fail, enabling locking or at least warning the user not to do parallel # builds. chmod -w . save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no if { (eval echo configure:__oline__: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then lt_cv_compiler_c_o=no else lt_cv_compiler_c_o=yes fi else # Append any errors to the config.log. cat out/conftest.err 1>&AC_FD_CC lt_cv_compiler_c_o=no fi CFLAGS="$save_CFLAGS" chmod u+w . $rm conftest* out/* rmdir out cd .. rmdir conftest $rm -r conftest 2>/dev/null ]) compiler_c_o=$lt_cv_compiler_c_o AC_MSG_RESULT([$compiler_c_o]) if test x"$compiler_c_o" = x"yes"; then # Check to see if we can write to a .lo AC_MSG_CHECKING([if $compiler supports -c -o file.lo]) AC_CACHE_VAL([lt_cv_compiler_o_lo], [ lt_cv_compiler_o_lo=no save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -c -o conftest.lo" save_objext="$ac_objext" ac_objext=lo AC_TRY_COMPILE([], [int some_variable = 0;], [dnl # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then lt_cv_compiler_o_lo=no else lt_cv_compiler_o_lo=yes fi ]) ac_objext="$save_objext" CFLAGS="$save_CFLAGS" ]) compiler_o_lo=$lt_cv_compiler_o_lo AC_MSG_RESULT([$compiler_o_lo]) else compiler_o_lo=no fi # Check to see if we can do hard links to lock some files if needed hard_links="nottested" if test "$compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi if test "$GCC" = yes; then # Check to see if options -fno-rtti -fno-exceptions are supported by compiler AC_MSG_CHECKING([if $compiler supports -fno-rtti -fno-exceptions]) echo "int some_variable = 0;" > conftest.$ac_ext save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" compiler_rtti_exceptions=no AC_TRY_COMPILE([], [int some_variable = 0;], [dnl # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then compiler_rtti_exceptions=no else compiler_rtti_exceptions=yes fi ]) CFLAGS="$save_CFLAGS" AC_MSG_RESULT([$compiler_rtti_exceptions]) if test "$compiler_rtti_exceptions" = "yes"; then no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' else no_builtin_flag=' -fno-builtin' fi fi # See if the linker supports building shared libraries. AC_MSG_CHECKING([whether the linker ($LD) supports shared libraries]) allow_undefined_flag= no_undefined_flag= need_lib_prefix=unknown need_version=unknown # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments archive_cmds= archive_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= export_dynamic_flag_spec= whole_archive_flag_spec= thread_safe_flag_spec= hardcode_into_libs=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no hardcode_shlibpath_var=unsupported runpath_var= link_all_deplibs=unknown always_export_symbols=no export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an egrep regular expression of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX, the GNU linker is very broken # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available. ld_shlibs=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=yes extract_expsyms_cmds='test -f $output_objdir/impgen.c || \ sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~ test -f $output_objdir/impgen.exe || (cd $output_objdir && \ if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \ else $CC -o impgen impgen.c ; fi)~ $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' # cygwin and mingw dlls have different entry points and sets of symbols # to exclude. # FIXME: what about values for MSVC? dll_entry=__cygwin_dll_entry@12 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~ case $host_os in mingw*) # mingw values dll_entry=_DllMainCRTStartup@12 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~ ;; esac # mingw and cygwin differ, and it's simplest to just exclude the union # of the two symbol sets. dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12 # recent cygwin and mingw systems supply a stub DllMain which the user # can override, but on older systems we have to supply one (in ltdll.c) if test "x$lt_cv_need_dllmain" = "xyes"; then ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext " ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~ test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~' else ltdll_obj= ltdll_cmds= fi # Extract the symbol export list from an `--export-all' def file, # then regenerate the def file from the symbol export list, so that # the compiled dll only exports the symbol export list. # Be careful not to strip the DATA tag left be newer dlltools. export_symbols_cmds="$ltdll_cmds"' $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~ sed -e "1,/EXPORTS/d" -e "s/ @ [[0-9]]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is. # If DATA tags from a recent dlltool are present, honour them! archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname-def; else echo EXPORTS > $output_objdir/$soname-def; _lt_hint=1; cat $export_symbols | while read symbol; do set dummy \$symbol; case \[$]# in 2) echo " \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;; 4) echo " \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;; *) echo " \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;; esac; _lt_hint=`expr 1 + \$_lt_hint`; done; fi~ '"$ltdll_cmds"' $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~ $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~ $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~ $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~ $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags' ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris* | sysv5*) if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = yes; then runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' case $host_os in cygwin* | mingw* | pw32*) # dlltool doesn't understand --whole-archive et. al. whole_archive_flag_spec= ;; *) # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi ;; esac fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$link_static_flag"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. hardcode_direct=yes archive_cmds='' hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi esac shared_flag='-shared' else # not using gcc if test "$host_cpu" = ia64; then shared_flag='${wl}-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall can do strange things, so it is better to # generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib' archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" else hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib' # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. allow_undefined_flag='${wl}-berok' # This is a bit strange, but is similar to how AIX traditionally builds # it's shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname' fi fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' ;; darwin* | rhapsody*) case "$host_os" in rhapsody* | darwin1.[[012]]) allow_undefined_flag='-undefined suppress' ;; *) # Darwin 1.3 on allow_undefined_flag='-flat_namespace -undefined suppress' ;; esac # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. Also zsh mangles # `"' quotes if we put them in here... so don't! archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes hardcode_shlibpath_var=no whole_archive_flag_spec='-all_load $convenience' ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9* | hpux10* | hpux11*) case $host_os in hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;; esac hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_minus_L=yes # Not in the search PATH, but as the default # location of the library. export_dynamic_flag_spec='${wl}-E' ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; openbsd*) hardcode_direct=yes hardcode_shlibpath_var=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case "$host_os" in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' #Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; sco3.2v5*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes export_dynamic_flag_spec='${wl}-Bexport' ;; solaris*) # gcc --version < 3.0 without binutils cannot create self contained # shared libraries reliably, requiring libgcc.a to resolve some of # the object symbols generated in some cases. Libraries that use # assert need libgcc.a to resolve __eprintf, for example. Linking # a copy of libgcc.a into every shared library to guarantee resolving # such symbols causes other problems: According to Tim Van Holder # , C++ libraries end up with a separate # (to the application) exception stack for one thing. no_undefined_flag=' -z defs' if test "$GCC" = yes; then case `$CC --version 2>/dev/null` in [[12]].*) cat <&2 *** Warning: Releases of GCC earlier than version 3.0 cannot reliably *** create self contained shared libraries on Solaris systems, without *** introducing a dependency on libgcc.a. Therefore, libtool is disabling *** -no-undefined support, which will at least allow you to build shared *** libraries. However, you may find that when you link such libraries *** into an application without using GCC, you have to manually add *** \`gcc --print-libgcc-file-name\` to the link command. We urge you to *** upgrade to a newer version of GCC. Another option is to rebuild your *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer. EOF no_undefined_flag= ;; esac fi # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv5*) no_undefined_flag=' -z text' # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec= hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4.2uw2*) archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=no hardcode_shlibpath_var=no hardcode_runpath_var=yes runpath_var=LD_RUN_PATH ;; sysv5uw7* | unixware7*) no_undefined_flag='${wl}-z ${wl}text' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' fi runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac fi AC_MSG_RESULT([$ld_shlibs]) test "$ld_shlibs" = no && can_build_shared=no # Check hardcoding attributes. AC_MSG_CHECKING([how to hardcode library paths into programs]) hardcode_action= if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var"; then # We can hardcode non-existant directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$hardcode_shlibpath_var" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi AC_MSG_RESULT([$hardcode_action]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi reload_cmds='$LD$reload_flag -o $output$reload_objs' test -z "$deplibs_check_method" && deplibs_check_method=unknown # PORTME Fill in your ld.so characteristics AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}.so$versuffix $libname.a' shlibpath_var=LIBPATH # AIX has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}.so$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can # not hardcode correct soname into executable. Probably we can # add versioning support to collect2, so additional links can # be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}.so$major' fi shlibpath_var=LIBPATH fi hardcode_into_libs=yes ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) library_names_spec='${libname}.so' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" export_dynamic_flag_spec=-rdynamic # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin*) library_names_spec='$libname.dll.a' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll' postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog .libs/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' ;; yes,mingw*) library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"` ;; yes,pw32*) library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll' ;; *) library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)' soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd*-gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='GNU/FreeBSD ld.so' ;; freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; *) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. dynamic_linker="$host_os dld.sl" version_type=sunos need_lib_prefix=no need_version=no shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl' soname_spec='${libname}${release}.sl$major' # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) version_type=irix ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ;; # No shared lib support for Linux oldld, aout, or coff. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*) dynamic_linker=no ;; # This must be Linux ELF. linux-gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so' soname_spec='${libname}${release}.so$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos need_lib_prefix=no need_version=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case "$host_os" in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH ;; os2*) libname_spec='$name' need_lib_prefix=no library_names_spec='$libname.dll $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_version=no need_lib_prefix=no soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" hardcode_into_libs=yes ;; sco3.2v5*) version_type=osf soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; uts4*) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so' soname_spec='$libname.so.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no # Report the final consequences. AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case "$host_os" in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) if test "$hardcode_action" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi AC_LIBTOOL_DLOPEN_SELF if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) AC_CACHE_VAL([lt_cv_archive_cmds_need_lc], [$rm conftest* echo 'static int dummy;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_cv_prog_cc_wl compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$save_allow_undefined_flag else cat conftest.err 1>&5 fi]) AC_MSG_RESULT([$lt_cv_archive_cmds_need_lc]) ;; esac fi need_lc=${lt_cv_archive_cmds_need_lc-yes} # The second clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then : else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. test -f Makefile && make "$ltmain" fi if test -f "$ltmain"; then trap "$rm \"${ofile}T\"; exit 1" 1 2 15 $rm -f "${ofile}T" echo creating $ofile # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS SED \ AR AR_FLAGS CC LD LN_S NM SHELL \ reload_flag reload_cmds wl \ pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \ thread_safe_flag_spec whole_archive_flag_spec libname_spec \ library_names_spec soname_spec \ RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \ old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \ postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \ old_striplib striplib file_magic_cmd export_symbols_cmds \ deplibs_check_method allow_undefined_flag no_undefined_flag \ finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \ global_symbol_to_c_name_address \ hardcode_libdir_flag_spec hardcode_libdir_separator \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do case $var in reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ export_symbols_cmds | archive_cmds | archive_expsym_cmds | \ extract_expsyms_cmds | old_archive_from_expsyms_cmds | \ postinstall_cmds | postuninstall_cmds | \ finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done cat <<__EOF__ > "${ofile}T" #! $SHELL # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996-2000 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. # A sed that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="${SED} -e s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi # ### BEGIN LIBTOOL CONFIG # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$need_lc # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # The default C compiler. CC=$lt_CC # Is the compiler the GNU C compiler? with_gcc=$GCC # The linker used to build libraries. LD=$lt_LD # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_wl # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_pic_flag pic_mode=$pic_mode # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_compiler_c_o # Can we write directly to a .lo ? compiler_o_lo=$lt_compiler_o_lo # Must we lock files when doing compilation ? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_link_static_flag # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_no_builtin_flag # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path="$fix_srcfile_path" # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # ### END LIBTOOL CONFIG __EOF__ case $host_os in aix3*) cat <<\EOF >> "${ofile}T" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac case $host_os in cygwin* | mingw* | pw32* | os2*) cat <<'EOF' >> "${ofile}T" # This is a source program that is used to create dlls on Windows # Don't remove nor modify the starting and closing comments # /* ltdll.c starts here */ # #define WIN32_LEAN_AND_MEAN # #include # #undef WIN32_LEAN_AND_MEAN # #include # # #ifndef __CYGWIN__ # # ifdef __CYGWIN32__ # # define __CYGWIN__ __CYGWIN32__ # # endif # #endif # # #ifdef __cplusplus # extern "C" { # #endif # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); # #ifdef __cplusplus # } # #endif # # #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); # #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) # { # __hDllInstance_base = hInst; # return TRUE; # } # /* ltdll.c ends here */ # This is a source program that is used to create import libraries # on Windows for dlls which lack them. Don't remove nor modify the # starting and closing comments # /* impgen.c starts here */ # /* Copyright (C) 1999-2000 Free Software Foundation, Inc. # # This file is part of GNU libtool. # # This program is free software; you can 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. # */ # # #include /* for printf() */ # #include /* for open(), lseek(), read() */ # #include /* for O_RDONLY, O_BINARY */ # #include /* for strdup() */ # # /* O_BINARY isn't required (or even defined sometimes) under Unix */ # #ifndef O_BINARY # #define O_BINARY 0 # #endif # # static unsigned int # pe_get16 (fd, offset) # int fd; # int offset; # { # unsigned char b[2]; # lseek (fd, offset, SEEK_SET); # read (fd, b, 2); # return b[0] + (b[1]<<8); # } # # static unsigned int # pe_get32 (fd, offset) # int fd; # int offset; # { # unsigned char b[4]; # lseek (fd, offset, SEEK_SET); # read (fd, b, 4); # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24); # } # # static unsigned int # pe_as32 (ptr) # void *ptr; # { # unsigned char *b = ptr; # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24); # } # # int # main (argc, argv) # int argc; # char *argv[]; # { # int dll; # unsigned long pe_header_offset, opthdr_ofs, num_entries, i; # unsigned long export_rva, export_size, nsections, secptr, expptr; # unsigned long name_rvas, nexp; # unsigned char *expdata, *erva; # char *filename, *dll_name; # # filename = argv[1]; # # dll = open(filename, O_RDONLY|O_BINARY); # if (dll < 1) # return 1; # # dll_name = filename; # # for (i=0; filename[i]; i++) # if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':') # dll_name = filename + i +1; # # pe_header_offset = pe_get32 (dll, 0x3c); # opthdr_ofs = pe_header_offset + 4 + 20; # num_entries = pe_get32 (dll, opthdr_ofs + 92); # # if (num_entries < 1) /* no exports */ # return 1; # # export_rva = pe_get32 (dll, opthdr_ofs + 96); # export_size = pe_get32 (dll, opthdr_ofs + 100); # nsections = pe_get16 (dll, pe_header_offset + 4 +2); # secptr = (pe_header_offset + 4 + 20 + # pe_get16 (dll, pe_header_offset + 4 + 16)); # # expptr = 0; # for (i = 0; i < nsections; i++) # { # char sname[8]; # unsigned long secptr1 = secptr + 40 * i; # unsigned long vaddr = pe_get32 (dll, secptr1 + 12); # unsigned long vsize = pe_get32 (dll, secptr1 + 16); # unsigned long fptr = pe_get32 (dll, secptr1 + 20); # lseek(dll, secptr1, SEEK_SET); # read(dll, sname, 8); # if (vaddr <= export_rva && vaddr+vsize > export_rva) # { # expptr = fptr + (export_rva - vaddr); # if (export_rva + export_size > vaddr + vsize) # export_size = vsize - (export_rva - vaddr); # break; # } # } # # expdata = (unsigned char*)malloc(export_size); # lseek (dll, expptr, SEEK_SET); # read (dll, expdata, export_size); # erva = expdata - export_rva; # # nexp = pe_as32 (expdata+24); # name_rvas = pe_as32 (expdata+32); # # printf ("EXPORTS\n"); # for (i = 0; i> "${ofile}T" || (rm -f "${ofile}T"; exit 1) mv -f "${ofile}T" "$ofile" || \ (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T") chmod +x "$ofile" fi ])# _LT_AC_LTCONFIG_HACK # AC_LIBTOOL_DLOPEN - enable checks for dlopen support AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])]) # AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])]) # AC_ENABLE_SHARED - implement the --enable-shared flag # Usage: AC_ENABLE_SHARED[(DEFAULT)] # Where DEFAULT is either `yes' or `no'. If omitted, it defaults to # `yes'. AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(shared, changequote(<<, >>)dnl << --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$ac_save_ifs" ;; esac], enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl ]) # AC_DISABLE_SHARED - set the default shared flag to --disable-shared AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_SHARED(no)]) # AC_ENABLE_STATIC - implement the --enable-static flag # Usage: AC_ENABLE_STATIC[(DEFAULT)] # Where DEFAULT is either `yes' or `no'. If omitted, it defaults to # `yes'. AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(static, changequote(<<, >>)dnl << --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$ac_save_ifs" ;; esac], enable_static=AC_ENABLE_STATIC_DEFAULT)dnl ]) # AC_DISABLE_STATIC - set the default static flag to --disable-static AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_STATIC(no)]) # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag # Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)] # Where DEFAULT is either `yes' or `no'. If omitted, it defaults to # `yes'. AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE(fast-install, changequote(<<, >>)dnl << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT], changequote([, ])dnl [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$ac_save_ifs" ;; esac], enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl ]) # AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_FAST_INSTALL(no)]) # AC_LIBTOOL_PICMODE - implement the --with-pic flag # Usage: AC_LIBTOOL_PICMODE[(MODE)] # Where MODE is either `yes' or `no'. If omitted, it defaults to # `both'. AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl pic_mode=ifelse($#,1,$1,default)]) # AC_PATH_TOOL_PREFIX - find a file program which can recognise shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in /*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; ?:/*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path. ;; *) ac_save_MAGIC_CMD="$MAGIC_CMD" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="ifelse([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | egrep "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$ac_save_ifs" MAGIC_CMD="$ac_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi ]) # AC_PATH_MAGIC - find a file program which can recognise a shared library AC_DEFUN([AC_PATH_MAGIC], [AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then AC_PATH_TOOL_PREFIX(file, /usr/bin:$PATH) else MAGIC_CMD=: fi fi ]) # AC_PROG_LD - find the path to the GNU or non-GNU linker AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH(gnu-ld, [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl 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(lt_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_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 lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then test "$with_gnu_ld" != no && break else test "$with_gnu_ld" != yes && break fi fi done IFS="$ac_save_ifs" else lt_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$lt_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_PROG_LD_GNU ]) # AC_PROG_LD_GNU - AC_DEFUN([AC_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. if $LD -v 2>&1 &5; then lt_cv_prog_gnu_ld=yes else lt_cv_prog_gnu_ld=no fi]) with_gnu_ld=$lt_cv_prog_gnu_ld ]) # AC_PROG_LD_RELOAD_FLAG - find reload flag for linker # -- PORTME Some linkers may need a different reload flag. AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag, [lt_cv_ld_reload_flag='-r']) reload_flag=$lt_cv_ld_reload_flag test -n "$reload_flag" && reload_flag=" $reload_flag" ]) # AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given egrep regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix4* | aix5*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi4*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin* | mingw* | pw32*) lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' lt_cv_file_magic_cmd='/usr/bin/file -L' case "$host_os" in rhapsody* | darwin1.[[012]]) lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1` ;; *) # Darwin 1.3 on lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' ;; esac ;; freebsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20*|hpux11*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; irix5* | irix6* | nonstopux*) case $host_os in irix5* | nonstopux*) # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" ;; *) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1" ;; esac lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux-gnu*) case $host_cpu in alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; esac lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so\.[[0-9]]+\.[[0-9]]+$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; openbsd*) lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' else lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' fi ;; osf3* | osf4* | osf5*) # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' lt_cv_file_magic_test_file=/shlib/libc.so lt_cv_deplibs_check_method=pass_all ;; sco3.2v5*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_test_file=/lib/libc.so ;; sysv5uw[[78]]* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; esac ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method ]) # AC_PROG_NM - find the path to a BSD-compatible name lister AC_DEFUN([AC_PROG_NM], [AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl AC_MSG_CHECKING([for BSD-compatible nm]) AC_CACHE_VAL(lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/${ac_tool_prefix}nm if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then lt_cv_path_NM="$tmp_nm -B" break elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then lt_cv_path_NM="$tmp_nm -p" break else lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags fi fi done IFS="$ac_save_ifs" test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi]) NM="$lt_cv_path_NM" AC_MSG_RESULT([$NM]) ]) # AC_CHECK_LIBM - check for math library AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32*) # These system don't have libm ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, main, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, main, LIBM="-lm") ;; esac ]) # AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for # the libltdl convenience library and LTDLINCL to the include flags for # the libltdl header and adds --enable-ltdl-convenience to the # configure arguments. Note that LIBLTDL and LTDLINCL are not # AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not # provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed # with '${top_builddir}/' and LTDLINCL will be prefixed with # '${top_srcdir}/' (note the single quotes!). If your package is not # flat and you're not using automake, define top_builddir and # top_srcdir appropriately in the Makefiles. AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl case $enable_ltdl_convenience in no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; "") enable_ltdl_convenience=yes ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; esac LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ]) # AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for # the libltdl installable library and LTDLINCL to the include flags for # the libltdl header and adds --enable-ltdl-install to the configure # arguments. Note that LIBLTDL and LTDLINCL are not AC_SUBSTed, nor is # AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed # libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed # with '${top_srcdir}/' (note the single quotes!). If your package is # not flat and you're not using automake, define top_builddir and # top_srcdir appropriately in the Makefiles. # In the future, this macro may have to be called after AC_PROG_LIBTOOL. AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_CHECK_LIB(ltdl, main, [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], [if test x"$enable_ltdl_install" = xno; then AC_MSG_WARN([libltdl not installed, but installation disabled]) else enable_ltdl_install=yes fi ]) if test x"$enable_ltdl_install" = x"yes"; then ac_configure_args="$ac_configure_args --enable-ltdl-install" LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) else ac_configure_args="$ac_configure_args --enable-ltdl-install=no" LIBLTDL="-lltdl" LTDLINCL= fi # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ]) # old names AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) # This is just to silence aclocal about the macro not being used ifelse([AC_DISABLE_FAST_INSTALL]) # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # # LT_AC_PROG_SED # -------------- # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_executable_p="test -f" as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext" fi done done done # 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. : ${TMPDIR=/tmp} { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=$TMPDIR/sed$$-$RANDOM (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 { (exit 1); exit 1; } } _max=0 _count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for _sed in $_sed_list /usr/xpg4/bin/sed; do test ! -f ${_sed} && break cat /dev/null > "$tmp/sed.in" _count=0 echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in" # Check for GNU sed and select it if it is found. if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then lt_cv_path_SED=${_sed} break fi while true; do cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp" mv "$tmp/sed.tmp" "$tmp/sed.in" cp "$tmp/sed.in" "$tmp/sed.nl" echo >>"$tmp/sed.nl" ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break # 40000 chars as input seems more than enough test $_count -gt 10 && break _count=`expr $_count + 1` if test $_count -gt $_max; then _max=$_count lt_cv_path_SED=$_sed fi done done rm -rf "$tmp" ]) if test "X$SED" != "X"; then lt_cv_path_SED=$SED else SED=$lt_cv_path_SED fi AC_MSG_RESULT([$SED]) ]) # isc-posix.m4 serial 2 (gettext-0.11.2) dnl Copyright (C) 1995-2002 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. # This file is not needed with autoconf-2.53 and newer. Remove it in 2005. # This test replaces the one in autoconf. # Currently this macro should have the same name as the autoconf macro # because gettext's gettext.m4 (distributed in the automake package) # still uses it. Otherwise, the use in gettext.m4 makes autoheader # give these diagnostics: # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX undefine([AC_ISC_POSIX]) AC_DEFUN([AC_ISC_POSIX], [ dnl This test replaces the obsolescent AC_ISC_POSIX kludge. AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) ] ) gle-3.1.0/config.guess0000755000076400007640000011262007376645275010322 #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. timestamp='2001-08-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 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. # Written by Per Bothner . # Please send patches to . # # 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 dummy=dummy-$$ trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int dummy(){}" > $dummy.c ; for c in cc gcc c89 ; do ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ; if test $? = 0 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; rm -f $dummy.c $dummy.o $dummy.rel ; 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. # Determine the machine/vendor (is the vendor relevant). case "${UNAME_MACHINE}" in amiga) machine=m68k-unknown ;; arm32) machine=arm-unknown ;; atari*) machine=m68k-atari ;; sun3*) machine=m68k-sun ;; mac68k) machine=m68k-apple ;; macppc) machine=powerpc-apple ;; hp3[0-9][05]) machine=m68k-hp ;; ibmrt|romp-ibm) machine=romp-ibm ;; *) machine=${UNAME_MACHINE}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE}" in i386|sparc|amiga|arm*|hp300|mvme68k|vax|atari|luna68k|mac68k|news68k|next68k|pc532|sun3*|x68k) 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 release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` # 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 ;; alpha:OSF1:*:*) if test $UNAME_RELEASE = "V4.0"; then UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fi # 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. cat <$dummy.s .data \$Lformat: .byte 37,100,45,37,120,10,0 # "%d-%x\n" .text .globl main .align 4 .ent main main: .frame \$30,16,\$26,0 ldgp \$29,0(\$27) .prologue 1 .long 0x47e03d80 # implver \$0 lda \$2,-1 .long 0x47e20c21 # amask \$2,\$1 lda \$16,\$Lformat mov \$0,\$17 not \$1,\$18 jsr \$26,printf ldgp \$29,0(\$26) mov 0,\$16 jsr \$26,exit .end main EOF eval $set_cc_for_build $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null if test "$?" = 0 ; then case `./$dummy` in 0-0) UNAME_MACHINE="alpha" ;; 1-0) UNAME_MACHINE="alphaev5" ;; 1-1) UNAME_MACHINE="alphaev56" ;; 1-101) UNAME_MACHINE="alphapca56" ;; 2-303) UNAME_MACHINE="alphaev6" ;; 2-307) UNAME_MACHINE="alphaev67" ;; esac fi rm -f $dummy.s $dummy echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` 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;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit 0 ;; arc64:OpenBSD:*:*) echo mips64el-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hkmips:OpenBSD:*:*) echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sgi:OpenBSD:*:*) echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; *:OS/390:*:*) echo i370-ibm-openedition 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 ;; 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=`(head -1 /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 ;; atari*:OpenBSD:*:*) echo m68k-unknown-openbsd${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 ;; sun3*:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-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 ;; 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) 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 eval $set_cc_for_build $CC_FOR_BUILD $dummy.c -o $dummy \ && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ && rm -f $dummy.c $dummy && exit 0 rm -f $dummy.c $dummy echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-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 sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF eval $set_cc_for_build $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0 rm -f $dummy.c $dummy 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 | head -1 | 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]) case "${HPUX_REV}" in 11.[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" ;; esac ;; esac fi ;; esac if [ "${HP_ARCH}" = "" ]; then 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 eval $set_cc_for_build (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy` if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi rm -f $dummy.c $dummy fi ;; esac 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:*:*) 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 eval $set_cc_for_build $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0 rm -f $dummy.c $dummy 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 ;; hppa*:OpenBSD:*:*) echo hppa-unknown-openbsd 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*X-MP:*:*:*) echo xmp-cray-unicos 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*T3D:*:*:*) echo alpha-cray-unicosmk${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 ;; CRAY-2:*:*:*) echo cray2-cray-unicos 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 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} 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:*:*) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 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 ;; 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 i386-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:*:*) echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) case `sed -n '/^byte/s/^.*: \(.*\) endian/\1/p' < /proc/cpuinfo` in big) echo mips-unknown-linux-gnu && exit 0 ;; little) echo mipsel-unknown-linux-gnu && exit 0 ;; esac ;; 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=alphaev67 ;; 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 ;; 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. ld_supported_targets=`cd /; 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 cat >$dummy.c < #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 printf ("%s-pc-linux-gnu\n", argv[1]); # else printf ("%s-pc-linux-gnulibc1\n", argv[1]); # endif # else printf ("%s-pc-linux-gnulibc1\n", argv[1]); # endif #else printf ("%s-pc-linux-gnuaout\n", argv[1]); #endif return 0; } EOF eval $set_cc_for_build $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm -f $dummy.c $dummy && exit 0 rm -f $dummy.c $dummy 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:*: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|egrep Release|sed -e 's/.*= //')` (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit 0 ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp 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 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*: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 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} 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 ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) echo `uname -p`-apple-darwin${UNAME_RELEASE} exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) if test "${UNAME_MACHINE}" = "x86pc"; then UNAME_MACHINE=pc fi echo `uname -p`-${UNAME_MACHINE}-nto-qnx exit 0 ;; *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; NSR-[KW]: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 ;; 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 ;; *: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 ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop 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 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 eval $set_cc_for_build $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0 rm -f $dummy.c $dummy # 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: gle-3.1.0/config.h.in0000644000076400007640000000500007635525230010000 /* config.h.in. Generated from configure.in by autoheader. */ /********************************************************************\ * acconfig.h -- configuration defines for gle * * Copyright (C) 2000 Linas Vepstas (linas@linas.org) * \********************************************************************/ #ifndef __GLE_CONFIG_H__ #define __GLE_CONFIG_H__ /* Package name and version number */ #undef PACKAGE #undef VERSION /* Standard C headers present */ #undef STDC_HEADERS /* limits.h header present */ #undef HAVE_LIMITS_H /* Build for OpenGL by default, and not for old IrisGL aka GL 3.2 */ #define OPENGL_10 1 #undef GL_32 /* Disable debugging stuff (debugging replaces GL output with printfs) */ #undef DEBUG_OUTPUT /* Do we have a lenient tesselator? */ #undef LENIENT_TESSELATOR #define DELICATE_TESSELATOR 1 /* Enable texture mapping by default. */ #define AUTO_TEXTURE 1 /* assume a modern C compiler */ #undef FUNKY_C #endif /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* 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 /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING gle-3.1.0/config.sub0000755000076400007640000006677007376645275010003 #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. timestamp='2001-08-02' # 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 . # # 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* | storm-chaos* | os2-emx* | windows32-*) 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] \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ | d10v | d30v | dsp16xx \ | fr30 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | m32r | m68000 | m68k | m88k | mcore \ | mips16 | mips64 | mips64el | mips64orion | mips64orionel \ | mips64vr4100 | mips64vr4100el | mips64vr4300 \ | mips64vr4300el | mips64vr5000 | mips64vr5000el \ | mipsbe | mipsel | mipsle | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | ns16k | ns32k \ | openrisc \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | s390 | s390x \ | sh | sh[34] | sh[34]eb | shbe | shle \ | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic80 | tron \ | v850 \ | we32k \ | x86 | xscale \ | 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]-* \ | alphapca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armv*-* \ | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c54x-* \ | clipper-* | cray2-* | cydra-* \ | d10v-* | d30v-* \ | f30[01]-* | f700-* | fr30-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | m32r-* \ | m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \ | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipsel-* \ | mipsle-* | mipstx39-* | mipstx39el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ | s390-* | s390x-* \ | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \ | sparc-* | sparc64-* | sparc86x-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \ | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | v850-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* \ | 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 ;; 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 ;; 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 | ymp) basic_machine=ymp-cray os=-unicos ;; cray2) basic_machine=cray2-cray os=-unicos ;; [cjt]90) basic_machine=${basic_machine}-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 ;; 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 ;; mipsel*-linux*) basic_machine=mipsel-unknown os=-linux-gnu ;; mips*-linux*) basic_machine=mips-unknown os=-linux-gnu ;; 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 ;; 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 ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; 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) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon) basic_machine=i686-pc ;; pentiumii | pentium2) basic_machine=i686-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-*) basic_machine=i686-`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 ;; sa29200) basic_machine=a29k-amd os=-udi ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sparclite-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=t3e-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; tower | tower-32) basic_machine=m68k-ncr ;; 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 ;; windows32) basic_machine=i386-pc os=-windows32-msvcrt ;; xmp) basic_machine=xmp-cray os=-unicos ;; xps | xps100) basic_machine=xps100-honeywell ;; 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 ;; mips) if [ x$os = x-linux-gnu ]; then basic_machine=mips-unknown else basic_machine=mips-mips fi ;; 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 | sh3eb | sh4eb) basic_machine=sh-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 ;; c4x*) basic_machine=c4x-none os=-coff ;; *-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* | -netbsd* | -openbsd* | -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* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto*) os=-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*) 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 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -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 ;; -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 ;; 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 ;; *-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 ;; -ptx*) vendor=sequent ;; -vxsim* | -vxworks*) 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: gle-3.1.0/configure0000755000076400007640000120202207635525172007675 #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # 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 # Support unset when possible. if (FOO=FOO; unset FOO) >/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 -n "`(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 as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="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="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 # Find the correct PATH separator. Usually this is `:', but # DJGPP uses `;' like DOS. if test "X${PATH_SEPARATOR+set}" != Xset; then UNAME=${UNAME-`uname 2>/dev/null`} case X$UNAME in *-DOS) lt_cv_sys_path_separator=';' ;; *) lt_cv_sys_path_separator=':' ;; esac PATH_SEPARATOR=$lt_cv_sys_path_separator fi # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac echo=${ECHO-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. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null && echo_test_string="`eval $cmd`" && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. IFS="${IFS= }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi # 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="src/gle.h" # Factoring default headers for most tests. ac_includes_default="\ #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif" 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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP CPP EGREP LIBTOOL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS 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 ac_env_CC_set=${CC+set} ac_env_CC_value=$CC ac_cv_env_CC_set=${CC+set} ac_cv_env_CC_value=$CC ac_env_CFLAGS_set=${CFLAGS+set} ac_env_CFLAGS_value=$CFLAGS ac_cv_env_CFLAGS_set=${CFLAGS+set} ac_cv_env_CFLAGS_value=$CFLAGS ac_env_LDFLAGS_set=${LDFLAGS+set} ac_env_LDFLAGS_value=$LDFLAGS ac_cv_env_LDFLAGS_set=${LDFLAGS+set} ac_cv_env_LDFLAGS_value=$LDFLAGS ac_env_CPPFLAGS_set=${CPPFLAGS+set} ac_env_CPPFLAGS_value=$CPPFLAGS ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} ac_cv_env_CPPFLAGS_value=$CPPFLAGS ac_env_CPP_set=${CPP+set} ac_env_CPP_value=$CPP ac_cv_env_CPP_set=${CPP+set} ac_cv_env_CPP_value=$CPP # # 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 X features: --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-shared=PKGS build shared libraries default=yes --enable-static=PKGS build static libraries default=yes --enable-fast-install=PKGS optimize for fast installation default=yes --disable-libtool-lock avoid locking (might break parallel builds) --enable-lenient-tess compile for lenient tesselator --disable-auto-texture compile with texture mapping disabled --enable-irisgl compile for old IrisGL/GL-3.2 --enable-debug compile with debugging flags set --enable-profile compile with profiling set --enable-warnings compile with lots of warnings generated Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld default=no --with-pic try to use only PIC/non-PIC objects default=use both --with-x use the X Window System Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _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 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 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 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 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.57. 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.* *.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" # ./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/* | \ /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=gle VERSION=3.1.0 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" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$ac_ct_CC" && break done CC=$ac_ct_CC fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. echo "$as_me:$LINENO: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last # resort. # Be careful to initialize this variable, since it used to be cached. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. ac_cv_exeext= # b.out is created by i960 compilers. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; conftest.$ac_ext ) # This is the source file. ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` # FIXME: I believe we export ac_cv_exeext for Libtool, # but it would be cool to find out if it's true. Does anybody # maintain Libtool? --akim. export ac_cv_exeext break;; * ) break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 echo "$as_me:$LINENO: checking for suffix of executables" >&5 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` export ac_cv_exeext break;; * ) break;; esac done else { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT echo "$as_me:$LINENO: checking for suffix of object files" >&5 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF # Don't try gcc -ansi; that turns off useful extensions and # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext done rm -f conftest.$ac_ext conftest.$ac_objext CC=$ac_save_CC fi case "x$ac_cv_prog_cc_stdc" in x|xno) echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac # Some people use a C++ compiler to compile C. Since we use `exit', # in C++ we need to declare it. In case someone uses the same compiler # for both compiling C and C++ we need to have the C++ compiler decide # the declaration of exit, since it's the most demanding environment. cat >conftest.$ac_ext <<_ACEOF #ifndef __cplusplus choke me #endif _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then echo '#ifdef __cplusplus' >>confdefs.h echo $ac_declaration >>confdefs.h echo '#endif' >>confdefs.h fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # 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" # ./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/* | \ /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' # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$ac_save_ifs" ;; esac else enable_shared=yes fi; # Check whether --enable-static or --disable-static was given. if test "${enable_static+set}" = set; then enableval="$enable_static" p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$ac_save_ifs" ;; esac else enable_static=yes fi; # Check whether --enable-fast-install or --disable-fast-install was given. if test "${enable_fast_install+set}" = set; then enableval="$enable_fast_install" p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," for pkg in $enableval; do if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$ac_save_ifs" ;; esac else enable_fast_install=yes fi; # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } echo "$as_me:$LINENO: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_build_alias=$build_alias test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$as_me:$LINENO: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_host_alias=$host_alias test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Find the correct PATH separator. Usually this is `:', but # DJGPP uses `;' like DOS. if test "X${PATH_SEPARATOR+set}" != Xset; then UNAME=${UNAME-`uname 2>/dev/null`} case X$UNAME in *-DOS) lt_cv_sys_path_separator=';' ;; *) lt_cv_sys_path_separator=':' ;; esac PATH_SEPARATOR=$lt_cv_sys_path_separator fi # Check whether --with-gnu-ld or --without-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval="$with_gnu_ld" test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi; ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo "$as_me:$LINENO: checking for ld used by GCC" >&5 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6 case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 else echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 fi if test "${lt_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_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 lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then test "$with_gnu_ld" != no && break else test "$with_gnu_ld" != yes && break fi fi done IFS="$ac_save_ifs" else lt_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$lt_cv_path_LD" if test -n "$LD"; then echo "$as_me:$LINENO: result: $LD" >&5 echo "${ECHO_T}$LD" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. if $LD -v 2>&1 &5; then lt_cv_prog_gnu_ld=yes else lt_cv_prog_gnu_ld=no fi fi echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 with_gnu_ld=$lt_cv_prog_gnu_ld echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 if test "${lt_cv_ld_reload_flag+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_ld_reload_flag='-r' fi echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 reload_flag=$lt_cv_ld_reload_flag test -n "$reload_flag" && reload_flag=" $reload_flag" echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 if test "${lt_cv_path_NM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/${ac_tool_prefix}nm if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then lt_cv_path_NM="$tmp_nm -B" break elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then lt_cv_path_NM="$tmp_nm -p" break else lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags fi fi done IFS="$ac_save_ifs" test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi NM="$lt_cv_path_NM" echo "$as_me:$LINENO: result: $NM" >&5 echo "${ECHO_T}$NM" >&6 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 if test "${lt_cv_path_SED+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_executable_p="test -f" as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext" fi done done done # 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. : ${TMPDIR=/tmp} { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=$TMPDIR/sed$$-$RANDOM (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 { (exit 1); exit 1; } } _max=0 _count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for _sed in $_sed_list /usr/xpg4/bin/sed; do test ! -f ${_sed} && break cat /dev/null > "$tmp/sed.in" _count=0 echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in" # Check for GNU sed and select it if it is found. if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then lt_cv_path_SED=${_sed} break fi while true; do cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp" mv "$tmp/sed.tmp" "$tmp/sed.in" cp "$tmp/sed.in" "$tmp/sed.nl" echo >>"$tmp/sed.nl" ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break # 40000 chars as input seems more than enough test $_count -gt 10 && break _count=`expr $_count + 1` if test $_count -gt $_max; then _max=$_count lt_cv_path_SED=$_sed fi done done rm -rf "$tmp" fi if test "X$SED" != "X"; then lt_cv_path_SED=$SED else SED=$lt_cv_path_SED fi echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6 echo "$as_me:$LINENO: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me:$LINENO: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 if test "${lt_cv_deplibs_check_method+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given egrep regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix4* | aix5*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi4*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin* | mingw* | pw32*) lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library' lt_cv_file_magic_cmd='/usr/bin/file -L' case "$host_os" in rhapsody* | darwin1.[012]) lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1` ;; *) # Darwin 1.3 on lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib' ;; esac ;; freebsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20*|hpux11*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; irix5* | irix6* | nonstopux*) case $host_os in irix5* | nonstopux*) # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" ;; *) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1" ;; esac lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*` lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux-gnu*) case $host_cpu in alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; esac lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' else lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; openbsd*) lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' else lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' fi ;; osf3* | osf4* | osf5*) # this will be overridden with pass_all, but let us keep it just in case lt_cv_deplibs_check_method='file_magic COFF format alpha shared library' lt_cv_file_magic_test_file=/shlib/libc.so lt_cv_deplibs_check_method=pass_all ;; sco3.2v5*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_test_file=/lib/libc.so ;; sysv5uw[78]* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; esac ;; esac fi echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method # Check for command to grab the raw symbol name followed by C symbol from nm. echo "$as_me:$LINENO: checking command to parse $NM output" >&5 echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Transform the above into a raw symbol and a C symbol. symxfrm='\1 \2\3 \3' # Transform an extracted symbol line into a proper C declaration lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32*) symcode='[ABCDGISTW]' ;; hpux*) # Its linker distinguishes data from code symbols lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris* | sysv5*) symcode='[BDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # Handle CRLF in mingw tool chain opt_cr= case $host_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then symcode='[ABCDGISTW]' fi # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # Write the raw and C identifiers. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if egrep ' nm_test_var$' "$nlist" >/dev/null; then if egrep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext' cat <> conftest.$ac_ext #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[] = { EOF sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext save_LIBS="$LIBS" save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$no_builtin_flag" if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS="$save_LIBS" CFLAGS="$save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi global_symbol_pipe="$lt_cv_sys_global_symbol_pipe" if test -z "$lt_cv_sys_global_symbol_pipe"; then global_symbol_to_cdecl= global_symbol_to_c_name_address= else global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl" global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address" fi if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address"; then echo "$as_me:$LINENO: result: failed" >&5 echo "${ECHO_T}failed" >&6 else echo "$as_me:$LINENO: result: ok" >&5 echo "${ECHO_T}ok" >&6 fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi echo "$as_me:$LINENO: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&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 echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 if test "${ac_cv_prog_egrep+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if echo a | (grep -E '(a|b)') >/dev/null 2>&1 then ac_cv_prog_egrep='grep -E' else ac_cv_prog_egrep='egrep' fi fi echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 EGREP=$ac_cv_prog_egrep echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } _ACEOF rm -f conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc in yes:no ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} ( cat <<\_ASBOX ## ------------------------------------ ## ## Report this to bug-autoconf@gnu.org. ## ## ------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; no:yes ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} ( cat <<\_ASBOX ## ------------------------------------ ## ## Report this to bug-autoconf@gnu.org. ## ## ------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in /*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; ?:/*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path. ;; *) ac_save_MAGIC_CMD="$MAGIC_CMD" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_dummy="/usr/bin:$PATH" for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | egrep "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$ac_save_ifs" MAGIC_CMD="$ac_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then echo "$as_me:$LINENO: checking for file" >&5 echo $ECHO_N "checking for file... $ECHO_C" >&6 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in /*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; ?:/*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path. ;; *) ac_save_MAGIC_CMD="$MAGIC_CMD" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_dummy="/usr/bin:$PATH" for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | egrep "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$ac_save_ifs" MAGIC_CMD="$ac_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi else MAGIC_CMD=: fi fi fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then echo "$as_me:$LINENO: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi RANLIB=$ac_ct_RANLIB else RANLIB="$ac_cv_prog_RANLIB" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then echo "$as_me:$LINENO: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi STRIP=$ac_ct_STRIP else STRIP="$ac_cv_prog_STRIP" fi enable_dlopen=no enable_win32_dll=no # Check whether --enable-libtool-lock or --disable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval="$enable_libtool_lock" fi; test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in *-*-irix6*) # Find out which ABI we are using. echo '#line 4392 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 if test "${lt_cv_cc_needs_belf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then lt_cv_cc_needs_belf=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e s/^X//' sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" need_locks="$enable_libtool_lock" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o if test x"$host" != x"$build"; then ac_tool_prefix=${host_alias}- else ac_tool_prefix= fi # Transform linux* to *-*-linux-gnu*, to support old configure scripts. case $host_os in linux-gnu*) ;; linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` esac case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" ;; *) old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi # Allow CC to be a program name with arguments. set dummy $CC compiler="$2" echo "$as_me:$LINENO: checking for objdir" >&5 echo $ECHO_N "checking for objdir... $ECHO_C" >&6 rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. objdir=_libs fi rmdir .libs 2>/dev/null echo "$as_me:$LINENO: result: $objdir" >&5 echo "${ECHO_T}$objdir" >&6 # Check whether --with-pic or --without-pic was given. if test "${with_pic+set}" = set; then withval="$with_pic" pic_mode="$withval" else pic_mode=default fi; test -z "$pic_mode" && pic_mode=default # We assume here that the value for lt_cv_prog_cc_pic will not be cached # in isolation, and that seeing it set (from the cache) indicates that # the associated values are set (in the cache) correctly too. echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 if test "${lt_cv_prog_cc_pic+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_cc_pic= lt_cv_prog_cc_shlib= lt_cv_prog_cc_wl= lt_cv_prog_cc_static= lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_can_build_shared=$can_build_shared if test "$GCC" = yes; then lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-static' case $host_os in aix*) # Below there is a dirty hack to force normal static linking with -ldl # The problem is because libdl dynamically linked with both libc and # libC (AIX C++ library), which obviously doesn't included in libraries # list by gcc. This cause undefined symbols with -static flags. # This hack allows C programs to be linked with "-static -ldl", but # not sure about C++ programs. lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC" ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_cv_prog_cc_pic='-fno-common' ;; cygwin* | mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_cv_prog_cc_pic='-DDLL_EXPORT' ;; sysv4*MP*) if test -d /usr/nec; then lt_cv_prog_cc_pic=-Kconform_pic fi ;; *) lt_cv_prog_cc_pic='-fPIC' ;; esac else # PORTME Check for PIC flags for the system compiler. case $host_os in aix3* | aix4* | aix5*) lt_cv_prog_cc_wl='-Wl,' # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_cv_prog_cc_static='-Bstatic' else lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp' fi ;; hpux9* | hpux10* | hpux11*) # Is there a better lt_cv_prog_cc_static that works with the bundled CC? lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive" lt_cv_prog_cc_pic='+Z' ;; irix5* | irix6* | nonstopux*) lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-non_shared' # PIC (with -KPIC) is the default. ;; cygwin* | mingw* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_cv_prog_cc_pic='-DDLL_EXPORT' ;; newsos6) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' ;; osf3* | osf4* | osf5*) # All OSF/1 code is PIC. lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_cc_static='-non_shared' ;; sco3.2v5*) lt_cv_prog_cc_pic='-Kpic' lt_cv_prog_cc_static='-dn' lt_cv_prog_cc_shlib='-belf' ;; solaris*) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Wl,' ;; sunos4*) lt_cv_prog_cc_pic='-PIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) lt_cv_prog_cc_pic='-KPIC' lt_cv_prog_cc_static='-Bstatic' lt_cv_prog_cc_wl='-Wl,' ;; uts4*) lt_cv_prog_cc_pic='-pic' lt_cv_prog_cc_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_cv_prog_cc_pic='-Kconform_pic' lt_cv_prog_cc_static='-Bstatic' fi ;; *) lt_cv_prog_cc_can_build_shared=no ;; esac fi fi if test -z "$lt_cv_prog_cc_pic"; then echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6 else echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic" >&5 echo "${ECHO_T}$lt_cv_prog_cc_pic" >&6 # Check to make sure the pic_flag actually works. echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_cv_prog_cc_pic works... $ECHO_C" >&6 if test "${lt_cv_prog_cc_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then case $host_os in hpux9* | hpux10* | hpux11*) # On HP-UX, both CC and GCC only warn that PIC is supported... then # they create non-PIC objects. So, if there were any warnings, we # assume that PIC is not supported. if test -s conftest.err; then lt_cv_prog_cc_pic_works=no else lt_cv_prog_cc_pic_works=yes fi ;; *) lt_cv_prog_cc_pic_works=yes ;; esac else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_prog_cc_pic_works=no fi rm -f conftest.$ac_objext conftest.$ac_ext CFLAGS="$save_CFLAGS" fi if test "X$lt_cv_prog_cc_pic_works" = Xno; then lt_cv_prog_cc_pic= lt_cv_prog_cc_can_build_shared=no else lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic" fi echo "$as_me:$LINENO: result: $lt_cv_prog_cc_pic_works" >&5 echo "${ECHO_T}$lt_cv_prog_cc_pic_works" >&6 fi # Check for any special shared library compilation flags. if test -n "$lt_cv_prog_cc_shlib"; then { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&5 echo "$as_me: WARNING: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" >&2;} if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then : else { echo "$as_me:$LINENO: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 echo "$as_me: WARNING: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} lt_cv_prog_cc_can_build_shared=no fi fi echo "$as_me:$LINENO: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_cv_prog_cc_static works... $ECHO_C" >&6 if test "${lt_cv_prog_cc_static_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_cc_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then lt_cv_prog_cc_static_works=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi # Belt *and* braces to stop my trousers falling down: test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static= echo "$as_me:$LINENO: result: $lt_cv_prog_cc_static_works" >&5 echo "${ECHO_T}$lt_cv_prog_cc_static_works" >&6 pic_flag="$lt_cv_prog_cc_pic" special_shlib_compile_flags="$lt_cv_prog_cc_shlib" wl="$lt_cv_prog_cc_wl" link_static_flag="$lt_cv_prog_cc_static" no_builtin_flag="$lt_cv_prog_cc_no_builtin" can_build_shared="$lt_cv_prog_cc_can_build_shared" # Check to see if options -o and -c are simultaneously supported by compiler echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 if test "${lt_cv_compiler_c_o+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else $rm -r conftest 2>/dev/null mkdir conftest cd conftest echo "int some_variable = 0;" > conftest.$ac_ext mkdir out # According to Tom Tromey, Ian Lance Taylor reported there are C compilers # that will create temporary files in the current directory regardless of # the output directory. Thus, making CWD read-only will cause this test # to fail, enabling locking or at least warning the user not to do parallel # builds. chmod -w . save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no if { (eval echo configure:4921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then lt_cv_compiler_c_o=no else lt_cv_compiler_c_o=yes fi else # Append any errors to the config.log. cat out/conftest.err 1>&5 lt_cv_compiler_c_o=no fi CFLAGS="$save_CFLAGS" chmod u+w . $rm conftest* out/* rmdir out cd .. rmdir conftest $rm -r conftest 2>/dev/null fi compiler_c_o=$lt_cv_compiler_c_o echo "$as_me:$LINENO: result: $compiler_c_o" >&5 echo "${ECHO_T}$compiler_c_o" >&6 if test x"$compiler_c_o" = x"yes"; then # Check to see if we can write to a .lo echo "$as_me:$LINENO: checking if $compiler supports -c -o file.lo" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.lo... $ECHO_C" >&6 if test "${lt_cv_compiler_o_lo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_compiler_o_lo=no save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -c -o conftest.lo" save_objext="$ac_objext" ac_objext=lo cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { int some_variable = 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then lt_cv_compiler_o_lo=no else lt_cv_compiler_o_lo=yes fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext ac_objext="$save_objext" CFLAGS="$save_CFLAGS" fi compiler_o_lo=$lt_cv_compiler_o_lo echo "$as_me:$LINENO: result: $compiler_o_lo" >&5 echo "${ECHO_T}$compiler_o_lo" >&6 else compiler_o_lo=no fi # Check to see if we can do hard links to lock some files if needed hard_links="nottested" if test "$compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6 if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi if test "$GCC" = yes; then # Check to see if options -fno-rtti -fno-exceptions are supported by compiler echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 echo "int some_variable = 0;" > conftest.$ac_ext save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" compiler_rtti_exceptions=no cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { int some_variable = 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then compiler_rtti_exceptions=no else compiler_rtti_exceptions=yes fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.$ac_objext conftest.$ac_ext CFLAGS="$save_CFLAGS" echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5 echo "${ECHO_T}$compiler_rtti_exceptions" >&6 if test "$compiler_rtti_exceptions" = "yes"; then no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions' else no_builtin_flag=' -fno-builtin' fi fi # See if the linker supports building shared libraries. echo "$as_me:$LINENO: checking whether the linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the linker ($LD) supports shared libraries... $ECHO_C" >&6 allow_undefined_flag= no_undefined_flag= need_lib_prefix=unknown need_version=unknown # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments archive_cmds= archive_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= export_dynamic_flag_spec= whole_archive_flag_spec= thread_safe_flag_spec= hardcode_into_libs=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no hardcode_shlibpath_var=unsupported runpath_var= link_all_deplibs=unknown always_export_symbols=no export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an egrep regular expression of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX, the GNU linker is very broken # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available. ld_shlibs=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=yes extract_expsyms_cmds='test -f $output_objdir/impgen.c || \ sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~ test -f $output_objdir/impgen.exe || (cd $output_objdir && \ if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \ else $CC -o impgen impgen.c ; fi)~ $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' # cygwin and mingw dlls have different entry points and sets of symbols # to exclude. # FIXME: what about values for MSVC? dll_entry=__cygwin_dll_entry@12 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~ case $host_os in mingw*) # mingw values dll_entry=_DllMainCRTStartup@12 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~ ;; esac # mingw and cygwin differ, and it's simplest to just exclude the union # of the two symbol sets. dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12 # recent cygwin and mingw systems supply a stub DllMain which the user # can override, but on older systems we have to supply one (in ltdll.c) if test "x$lt_cv_need_dllmain" = "xyes"; then ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext " ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~ test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~' else ltdll_obj= ltdll_cmds= fi # Extract the symbol export list from an `--export-all' def file, # then regenerate the def file from the symbol export list, so that # the compiled dll only exports the symbol export list. # Be careful not to strip the DATA tag left be newer dlltools. export_symbols_cmds="$ltdll_cmds"' $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~ sed -e "1,/EXPORTS/d" -e "s/ @ [0-9]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is. # If DATA tags from a recent dlltool are present, honour them! archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname-def; else echo EXPORTS > $output_objdir/$soname-def; _lt_hint=1; cat $export_symbols | while read symbol; do set dummy \$symbol; case \$# in 2) echo " \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;; 4) echo " \$2 \$3 \$4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;; *) echo " \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;; esac; _lt_hint=`expr 1 + \$_lt_hint`; done; fi~ '"$ltdll_cmds"' $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~ $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~ $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~ $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~ $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags' ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris* | sysv5*) if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = yes; then runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' case $host_os in cygwin* | mingw* | pw32*) # dlltool doesn't understand --whole-archive et. al. whole_archive_flag_spec= ;; *) # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi ;; esac fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$link_static_flag"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. hardcode_direct=yes archive_cmds='' hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi esac shared_flag='-shared' else # not using gcc if test "$host_cpu" = ia64; then shared_flag='${wl}-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall can do strange things, so it is better to # generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib' archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" else hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib' # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. allow_undefined_flag='${wl}-berok' # This is a bit strange, but is similar to how AIX traditionally builds # it's shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname' fi fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' ;; darwin* | rhapsody*) case "$host_os" in rhapsody* | darwin1.[012]) allow_undefined_flag='-undefined suppress' ;; *) # Darwin 1.3 on allow_undefined_flag='-flat_namespace -undefined suppress' ;; esac # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. Also zsh mangles # `"' quotes if we put them in here... so don't! archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes hardcode_shlibpath_var=no whole_archive_flag_spec='-all_load $convenience' ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9* | hpux10* | hpux11*) case $host_os in hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;; *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;; esac hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_minus_L=yes # Not in the search PATH, but as the default # location of the library. export_dynamic_flag_spec='${wl}-E' ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; openbsd*) hardcode_direct=yes hardcode_shlibpath_var=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' #Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; sco3.2v5*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes export_dynamic_flag_spec='${wl}-Bexport' ;; solaris*) # gcc --version < 3.0 without binutils cannot create self contained # shared libraries reliably, requiring libgcc.a to resolve some of # the object symbols generated in some cases. Libraries that use # assert need libgcc.a to resolve __eprintf, for example. Linking # a copy of libgcc.a into every shared library to guarantee resolving # such symbols causes other problems: According to Tim Van Holder # , C++ libraries end up with a separate # (to the application) exception stack for one thing. no_undefined_flag=' -z defs' if test "$GCC" = yes; then case `$CC --version 2>/dev/null` in [12].*) cat <&2 *** Warning: Releases of GCC earlier than version 3.0 cannot reliably *** create self contained shared libraries on Solaris systems, without *** introducing a dependency on libgcc.a. Therefore, libtool is disabling *** -no-undefined support, which will at least allow you to build shared *** libraries. However, you may find that when you link such libraries *** into an application without using GCC, you have to manually add *** \`gcc --print-libgcc-file-name\` to the link command. We urge you to *** upgrade to a newer version of GCC. Another option is to rebuild your *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer. EOF no_undefined_flag= ;; esac fi # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv5*) no_undefined_flag=' -z text' # $CC -shared without GNU ld will not create a library from C++ # object files and a static libstdc++, better avoid it by now archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' hardcode_libdir_flag_spec= hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4.2uw2*) archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=no hardcode_shlibpath_var=no hardcode_runpath_var=yes runpath_var=LD_RUN_PATH ;; sysv5uw7* | unixware7*) no_undefined_flag='${wl}-z ${wl}text' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' fi runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac fi echo "$as_me:$LINENO: result: $ld_shlibs" >&5 echo "${ECHO_T}$ld_shlibs" >&6 test "$ld_shlibs" = no && can_build_shared=no # Check hardcoding attributes. echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 hardcode_action= if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var"; then # We can hardcode non-existant directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$hardcode_shlibpath_var" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi echo "$as_me:$LINENO: result: $hardcode_action" >&5 echo "${ECHO_T}$hardcode_action" >&6 striplib= old_striplib= echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi reload_cmds='$LD$reload_flag -o $output$reload_objs' test -z "$deplibs_check_method" && deplibs_check_method=unknown # PORTME Fill in your ld.so characteristics echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 library_names_spec= libname_spec='lib$name' soname_spec= postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}.so$versuffix $libname.a' shlibpath_var=LIBPATH # AIX has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}.so$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can # not hardcode correct soname into executable. Probably we can # add versioning support to collect2, so additional links can # be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}.so$major' fi shlibpath_var=LIBPATH fi hardcode_into_libs=yes ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' ;; beos*) library_names_spec='${libname}.so' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi4*) version_type=linux need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" export_dynamic_flag_spec=-rdynamic # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin*) library_names_spec='$libname.dll.a' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll' postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog .libs/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' ;; yes,mingw*) library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"` ;; yes,pw32*) library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll' ;; *) library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no # FIXME: Relying on posixy $() will cause problems for # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)' soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd*-gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='GNU/FreeBSD ld.so' ;; freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; *) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. dynamic_linker="$host_os dld.sl" version_type=sunos need_lib_prefix=no need_version=no shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl' soname_spec='${libname}${release}.sl$major' # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) version_type=irix ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ;; # No shared lib support for Linux oldld, aout, or coff. linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*) dynamic_linker=no ;; # This must be Linux ELF. linux-gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so' soname_spec='${libname}${release}.so$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos need_lib_prefix=no need_version=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case "$host_os" in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH ;; os2*) libname_spec='$name' need_lib_prefix=no library_names_spec='$libname.dll $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_version=no need_lib_prefix=no soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" hardcode_into_libs=yes ;; sco3.2v5*) version_type=osf soname_spec='${libname}${release}.so$major' library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; uts4*) version_type=linux library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so' soname_spec='$libname.so.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; *) dynamic_linker=no ;; esac echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6 test "$dynamic_linker" = no && can_build_shared=no # Report the final consequences. echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case "$host_os" in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac echo "$as_me:$LINENO: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6 echo "$as_me:$LINENO: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes echo "$as_me:$LINENO: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6 if test "$hardcode_action" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; cygwin* | mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; *) echo "$as_me:$LINENO: checking for shl_load" >&5 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 if test "${ac_cv_func_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_load (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_shl_load) || defined (__stub___shl_load) choke me #else char (*f) () = shl_load; #endif #ifdef __cplusplus } #endif int main () { return f != shl_load; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6 if test $ac_cv_func_shl_load = yes; then lt_cv_dlopen="shl_load" else echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 if test "${ac_cv_lib_dld_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_load (); int main () { shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else echo "$as_me:$LINENO: checking for dlopen" >&5 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 if test "${ac_cv_func_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dlopen) || defined (__stub___dlopen) choke me #else char (*f) () = dlopen; #endif #ifdef __cplusplus } #endif int main () { return f != dlopen; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6 if test $ac_cv_func_dlopen = yes; then lt_cv_dlopen="dlopen" else echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 if test "${ac_cv_lib_dl_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); int main () { dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 if test "${ac_cv_lib_svld_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); int main () { dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_svld_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 if test $ac_cv_lib_svld_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dld_link (); int main () { dld_link (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dld_dld_link=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_unknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6 if test "x$lt_cv_dlopen_self" = xyes; then LDFLAGS="$LDFLAGS $link_static_flag" echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else $rm conftest* echo 'static int dummy;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_cv_prog_cc_wl compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$save_allow_undefined_flag else cat conftest.err 1>&5 fi fi echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6 ;; esac fi need_lc=${lt_cv_archive_cmds_need_lc-yes} # The second clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then : else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. test -f Makefile && make "$ltmain" fi if test -f "$ltmain"; then trap "$rm \"${ofile}T\"; exit 1" 1 2 15 $rm -f "${ofile}T" echo creating $ofile # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS SED \ AR AR_FLAGS CC LD LN_S NM SHELL \ reload_flag reload_cmds wl \ pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \ thread_safe_flag_spec whole_archive_flag_spec libname_spec \ library_names_spec soname_spec \ RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \ old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \ postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \ old_striplib striplib file_magic_cmd export_symbols_cmds \ deplibs_check_method allow_undefined_flag no_undefined_flag \ finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \ global_symbol_to_c_name_address \ hardcode_libdir_flag_spec hardcode_libdir_separator \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do case $var in reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ export_symbols_cmds | archive_cmds | archive_expsym_cmds | \ extract_expsyms_cmds | old_archive_from_expsyms_cmds | \ postinstall_cmds | postuninstall_cmds | \ finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done cat <<__EOF__ > "${ofile}T" #! $SHELL # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996-2000 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. # A sed that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="${SED} -e s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi # ### BEGIN LIBTOOL CONFIG # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$need_lc # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # The default C compiler. CC=$lt_CC # Is the compiler the GNU C compiler? with_gcc=$GCC # The linker used to build libraries. LD=$lt_LD # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_wl # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_pic_flag pic_mode=$pic_mode # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_compiler_c_o # Can we write directly to a .lo ? compiler_o_lo=$lt_compiler_o_lo # Must we lock files when doing compilation ? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_link_static_flag # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_no_builtin_flag # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path="$fix_srcfile_path" # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # ### END LIBTOOL CONFIG __EOF__ case $host_os in aix3*) cat <<\EOF >> "${ofile}T" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac case $host_os in cygwin* | mingw* | pw32* | os2*) cat <<'EOF' >> "${ofile}T" # This is a source program that is used to create dlls on Windows # Don't remove nor modify the starting and closing comments # /* ltdll.c starts here */ # #define WIN32_LEAN_AND_MEAN # #include # #undef WIN32_LEAN_AND_MEAN # #include # # #ifndef __CYGWIN__ # # ifdef __CYGWIN32__ # # define __CYGWIN__ __CYGWIN32__ # # endif # #endif # # #ifdef __cplusplus # extern "C" { # #endif # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); # #ifdef __cplusplus # } # #endif # # #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); # #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) # { # __hDllInstance_base = hInst; # return TRUE; # } # /* ltdll.c ends here */ # This is a source program that is used to create import libraries # on Windows for dlls which lack them. Don't remove nor modify the # starting and closing comments # /* impgen.c starts here */ # /* Copyright (C) 1999-2000 Free Software Foundation, Inc. # # This file is part of GNU libtool. # # This program is free software; you can 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. # */ # # #include /* for printf() */ # #include /* for open(), lseek(), read() */ # #include /* for O_RDONLY, O_BINARY */ # #include /* for strdup() */ # # /* O_BINARY isn't required (or even defined sometimes) under Unix */ # #ifndef O_BINARY # #define O_BINARY 0 # #endif # # static unsigned int # pe_get16 (fd, offset) # int fd; # int offset; # { # unsigned char b[2]; # lseek (fd, offset, SEEK_SET); # read (fd, b, 2); # return b[0] + (b[1]<<8); # } # # static unsigned int # pe_get32 (fd, offset) # int fd; # int offset; # { # unsigned char b[4]; # lseek (fd, offset, SEEK_SET); # read (fd, b, 4); # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24); # } # # static unsigned int # pe_as32 (ptr) # void *ptr; # { # unsigned char *b = ptr; # return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24); # } # # int # main (argc, argv) # int argc; # char *argv[]; # { # int dll; # unsigned long pe_header_offset, opthdr_ofs, num_entries, i; # unsigned long export_rva, export_size, nsections, secptr, expptr; # unsigned long name_rvas, nexp; # unsigned char *expdata, *erva; # char *filename, *dll_name; # # filename = argv[1]; # # dll = open(filename, O_RDONLY|O_BINARY); # if (dll < 1) # return 1; # # dll_name = filename; # # for (i=0; filename[i]; i++) # if (filename[i] == '/' || filename[i] == '\\' || filename[i] == ':') # dll_name = filename + i +1; # # pe_header_offset = pe_get32 (dll, 0x3c); # opthdr_ofs = pe_header_offset + 4 + 20; # num_entries = pe_get32 (dll, opthdr_ofs + 92); # # if (num_entries < 1) /* no exports */ # return 1; # # export_rva = pe_get32 (dll, opthdr_ofs + 96); # export_size = pe_get32 (dll, opthdr_ofs + 100); # nsections = pe_get16 (dll, pe_header_offset + 4 +2); # secptr = (pe_header_offset + 4 + 20 + # pe_get16 (dll, pe_header_offset + 4 + 16)); # # expptr = 0; # for (i = 0; i < nsections; i++) # { # char sname[8]; # unsigned long secptr1 = secptr + 40 * i; # unsigned long vaddr = pe_get32 (dll, secptr1 + 12); # unsigned long vsize = pe_get32 (dll, secptr1 + 16); # unsigned long fptr = pe_get32 (dll, secptr1 + 20); # lseek(dll, secptr1, SEEK_SET); # read(dll, sname, 8); # if (vaddr <= export_rva && vaddr+vsize > export_rva) # { # expptr = fptr + (export_rva - vaddr); # if (export_rva + export_size > vaddr + vsize) # export_size = vsize - (export_rva - vaddr); # break; # } # } # # expdata = (unsigned char*)malloc(export_size); # lseek (dll, expptr, SEEK_SET); # read (dll, expdata, export_size); # erva = expdata - export_rva; # # nexp = pe_as32 (expdata+24); # name_rvas = pe_as32 (expdata+32); # # printf ("EXPORTS\n"); # for (i = 0; i> "${ofile}T" || (rm -f "${ofile}T"; exit 1) mv -f "${ofile}T" "$ofile" || \ (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T") chmod +x "$ofile" fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Prevent multiple expansion echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 if test "${ac_cv_lib_cposix_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcposix $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); int main () { strerror (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_cposix_strerror=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_cposix_strerror=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 if test $ac_cv_lib_cposix_strerror = yes; then LIBS="$LIBS -lcposix" fi 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 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } _ACEOF rm -f conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi for ac_func in memcpy do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else char (*f) () = $ac_func; #endif #ifdef __cplusplus } #endif int main () { return f != $ac_func; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ### -------------------------------------------------------------------------- ### Variables ### Set up all the initial variable values... # We should always see these errors... CFLAGS="${CFLAGS} -Wall" # Strict, or lenient tesselator? # Check whether --enable-lenient-tess or --disable-lenient-tess was given. if test "${enable_lenient_tess+set}" = set; then enableval="$enable_lenient_tess" cat >>confdefs.h <<\_ACEOF #define LENIENT_TESSELATOR 1 _ACEOF else cat >>confdefs.h <<\_ACEOF #define DELICATE_TESSELATOR 1 _ACEOF fi; # Disable texture mapping? # Check whether --enable-auto-texture or --disable-auto-texture was given. if test "${enable_auto_texture+set}" = set; then enableval="$enable_auto_texture" cat >>confdefs.h <<\_ACEOF #define AUTO_TEXTURE 0 _ACEOF else cat >>confdefs.h <<\_ACEOF #define AUTO_TEXTURE 1 _ACEOF fi; # Should we build for old IrisGL? # Check whether --enable-irisgl or --disable-irisgl was given. if test "${enable_irisgl+set}" = set; then enableval="$enable_irisgl" cat >>confdefs.h <<\_ACEOF #define GL_32 1 _ACEOF else cat >>confdefs.h <<\_ACEOF #define OPENGL_10 1 _ACEOF fi; # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then enableval="$enable_debug" CFLAGS="${CFLAGS} -g" LDFLAGS="${LDFLAGS} -g" cat >>confdefs.h <<\_ACEOF #define DEBUG_OUTPUT 1 _ACEOF fi; # Check whether --enable-profile or --disable-profile was given. if test "${enable_profile+set}" = set; then enableval="$enable_profile" CFLAGS="${CFLAGS} -pg" LDFLAGS="${LDFLAGS} -pg" fi; # Check whether --enable-warnings or --disable-warnings was given. if test "${enable_warnings+set}" = set; then enableval="$enable_warnings" CFLAGS="${CFLAGS} -g -Wall -ansi -pedantic -Wwrite-strings -Wid-clash-31 -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Woverloaded-virtual -Winline -felide-constructors -fnonnull-objects" LDFLAGS="${LDFLAGS} -g -Wall" fi; ### -------------------------------------------------------------------------- ### Libraries LIBS="$LIBS -lm" # We're going to set up our own X configure variables. These are only # used in side configure. At the end, we use them to set X_LIBS. # This allows us to be careful about libarary ordering, in case that's # important. echo "$as_me:$LINENO: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then withval="$with_x" fi; # $have_x is `yes', `no', `disabled', or empty when we do not yet know. if test "x$with_x" = xno; then # The user explicitly disabled X. have_x=disabled else if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then # Both variables are already set. have_x=yes else if test "${ac_cv_have_x+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # One or both of the vars are not set, and there is no cached value. ac_x_includes=no ac_x_libraries=no rm -fr conftest.dir if mkdir conftest.dir; then cd conftest.dir # Make sure to not put "make" in the Imakefile rules, since we grep it out. cat >Imakefile <<'_ACEOF' acfindx: @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' _ACEOF if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. for ac_extension in a so sl; do if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && test -f $ac_im_libdir/libX11.$ac_extension; then ac_im_usrlibdir=$ac_im_libdir; break fi done # Screen out bogus values from the imake configuration. They are # bogus both because they are the default anyway, and because # using them would break gcc on systems where it needs fixed includes. case $ac_im_incroot in /usr/include) ;; *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; esac case $ac_im_usrlibdir in /usr/lib | /lib) ;; *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; esac fi cd .. rm -fr conftest.dir fi # Standard set of common directories for X headers. # Check X11 before X11Rn because it is often a symlink to the current release. ac_x_header_dirs=' /usr/X11/include /usr/X11R6/include /usr/X11R5/include /usr/X11R4/include /usr/include/X11 /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 /usr/local/X11/include /usr/local/X11R6/include /usr/local/X11R5/include /usr/local/X11R4/include /usr/local/include/X11 /usr/local/include/X11R6 /usr/local/include/X11R5 /usr/local/include/X11R4 /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 /usr/include /usr/local/include /usr/unsupported/include /usr/athena/include /usr/local/x11r5/include /usr/lpp/Xamples/include /usr/openwin/include /usr/openwin/share/include' if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # We can compile using X headers with no special include directory. ac_x_includes= else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Intrinsic.h"; then ac_x_includes=$ac_dir break fi done fi rm -f conftest.err conftest.$ac_ext fi # $ac_x_includes = no if test "$ac_x_libraries" = no; then # Check for the libraries. # See if we find them without any special options. # Don't add to $LIBS permanently. ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { XtMalloc (0) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. ac_x_libraries= else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 LIBS=$ac_save_LIBS for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` do # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl; do if test -r $ac_dir/libXt.$ac_extension; then ac_x_libraries=$ac_dir break 2 fi done done fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then # Didn't find X anywhere. Cache the known absence of X. ac_cv_have_x="have_x=no" else # Record where we found X for the cache. ac_cv_have_x="have_x=yes \ ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" fi fi fi eval "$ac_cv_have_x" fi # $with_x != no if test "$have_x" != yes; then echo "$as_me:$LINENO: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else # If each of the values was on the command line, it overrides each guess. test "x$x_includes" = xNONE && x_includes=$ac_x_includes test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi if test "$no_x" = yes; then # Not all programs may use this symbol, but it does not hurt to define it. cat >>confdefs.h <<\_ACEOF #define X_DISPLAY_MISSING 1 _ACEOF X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= else if test -n "$x_includes"; then X_CFLAGS="$X_CFLAGS -I$x_includes" fi # It would also be nice to do this for all -L options, not just this one. if test -n "$x_libraries"; then X_LIBS="$X_LIBS -L$x_libraries" # For Solaris; some versions of Sun CC require a space after -R and # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_nospace=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_R_nospace=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_nospace = yes; then echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 X_LIBS="$X_LIBS -R$x_libraries" else LIBS="$ac_xsave_LIBS -R $x_libraries" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_space=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_R_space=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_space = yes; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else echo "$as_me:$LINENO: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi LIBS=$ac_xsave_LIBS esac fi # Check for system-dependent libraries X programs must link with. # Do this before checking for the system-independent R6 libraries # (-lICE), since we may need -lsocket or whatever for X linking. if test "$ISC" = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" else # Martyn Johnson says this is needed for Ultrix, if the X # libraries were built with DECnet support. And Karl Berry says # the Alpha needs dnet_stub (dnet does not exist). ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenDisplay (); int main () { XOpenDisplay (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa (); int main () { dnet_ntoa (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dnet_dnet_ntoa=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa (); int main () { dnet_ntoa (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dnet_stub_dnet_ntoa=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" fi fi fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS="$ac_xsave_LIBS" # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, # to get the SysV transport functions. # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) # needs -lnsl. # The nsl library prevents programs from opening the X display # on Irix 5.2, according to T.E. Dickey. # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. echo "$as_me:$LINENO: checking for gethostbyname" >&5 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 if test "${ac_cv_func_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) choke me #else char (*f) () = gethostbyname; #endif #ifdef __cplusplus } #endif int main () { return f != gethostbyname; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostbyname=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 if test $ac_cv_func_gethostbyname = no; then echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); int main () { gethostbyname (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_nsl_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 if test $ac_cv_lib_nsl_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); int main () { gethostbyname (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_gethostbyname=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_bsd_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 if test $ac_cv_lib_bsd_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" fi fi fi # lieder@skyler.mavd.honeywell.com says without -lsocket, # socket/setsockopt and other routines are undefined under SCO ODT # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary # on later versions), says Simon Leinen: it contains gethostby* # variants that don't use the name server (or something). -lsocket # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. echo "$as_me:$LINENO: checking for connect" >&5 echo $ECHO_N "checking for connect... $ECHO_C" >&6 if test "${ac_cv_func_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char connect (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_connect) || defined (__stub___connect) choke me #else char (*f) () = connect; #endif #ifdef __cplusplus } #endif int main () { return f != connect; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_connect=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 echo "${ECHO_T}$ac_cv_func_connect" >&6 if test $ac_cv_func_connect = no; then echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char connect (); int main () { connect (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_connect=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_socket_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 if test $ac_cv_lib_socket_connect = yes; then X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" fi fi # Guillermo Gomez says -lposix is necessary on A/UX. echo "$as_me:$LINENO: checking for remove" >&5 echo $ECHO_N "checking for remove... $ECHO_C" >&6 if test "${ac_cv_func_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char remove (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_remove) || defined (__stub___remove) choke me #else char (*f) () = remove; #endif #ifdef __cplusplus } #endif int main () { return f != remove; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_remove=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 echo "${ECHO_T}$ac_cv_func_remove" >&6 if test $ac_cv_func_remove = no; then echo "$as_me:$LINENO: checking for remove in -lposix" >&5 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 if test "${ac_cv_lib_posix_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char remove (); int main () { remove (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix_remove=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_posix_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 if test $ac_cv_lib_posix_remove = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo "$as_me:$LINENO: checking for shmat" >&5 echo $ECHO_N "checking for shmat... $ECHO_C" >&6 if test "${ac_cv_func_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shmat (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_shmat) || defined (__stub___shmat) choke me #else char (*f) () = shmat; #endif #ifdef __cplusplus } #endif int main () { return f != shmat; ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shmat=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 echo "${ECHO_T}$ac_cv_func_shmat" >&6 if test $ac_cv_func_shmat = no; then echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 if test "${ac_cv_lib_ipc_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shmat (); int main () { shmat (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ipc_shmat=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ipc_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 if test $ac_cv_lib_ipc_shmat = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi fi fi # Check for libraries that X11R6 Xt/Xaw programs need. ac_save_LDFLAGS=$LDFLAGS test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to # check for ICE first), but we must link in the order -lSM -lICE or # we get undefined symbols. So assume we have SM if we have ICE. # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # John Interrante, Karl Berry echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char IceConnectionNumber (); int main () { IceConnectionNumber (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ICE_IceConnectionNumber=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" fi LDFLAGS=$ac_save_LDFLAGS fi if test x"$no_x" = xyes; then { { echo "$as_me:$LINENO: error: Can not find X11 development headers or libraries." >&5 echo "$as_me: error: Can not find X11 development headers or libraries." >&2;} { (exit 1); exit 1; }; } fi # AC_CHECK_HEADER(GL/gl.h) # AC_CHECK_HEADER(GL/glut.h) # configure seems to work best when tested subroutines take no arguments echo "$as_me:$LINENO: checking for glGetError in -lGL" >&5 echo $ECHO_N "checking for glGetError in -lGL... $ECHO_C" >&6 if test "${ac_cv_lib_GL_glGetError+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lGL $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glGetError (); int main () { glGetError (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_GL_glGetError=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_GL_glGetError=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glGetError" >&5 echo "${ECHO_T}$ac_cv_lib_GL_glGetError" >&6 if test $ac_cv_lib_GL_glGetError = yes; then X_LIBS="-lGL $X_LIBS" else { { echo "$as_me:$LINENO: error: Cannot find required GL library" >&5 echo "$as_me: error: Cannot find required GL library" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: checking for gluNewQuadric in -lGLU" >&5 echo $ECHO_N "checking for gluNewQuadric in -lGLU... $ECHO_C" >&6 if test "${ac_cv_lib_GLU_gluNewQuadric+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lGLU $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gluNewQuadric (); int main () { gluNewQuadric (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_GLU_gluNewQuadric=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_GLU_gluNewQuadric=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluNewQuadric" >&5 echo "${ECHO_T}$ac_cv_lib_GLU_gluNewQuadric" >&6 if test $ac_cv_lib_GLU_gluNewQuadric = yes; then X_LIBS="-lGLU $X_LIBS" else { { echo "$as_me:$LINENO: error: Cannot find required GLU library" >&5 echo "$as_me: error: Cannot find required GLU library" >&2;} { (exit 1); exit 1; }; } fi # ---------------------------------------------------------- # Newest versions of glut require Xmu, which doesn't show up # by default in X_LIBS echo "$as_me:$LINENO: checking for XmuLookupStandardColormap in -lXmu" >&5 echo $ECHO_N "checking for XmuLookupStandardColormap in -lXmu... $ECHO_C" >&6 if test "${ac_cv_lib_Xmu_XmuLookupStandardColormap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lXmu $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XmuLookupStandardColormap (); int main () { XmuLookupStandardColormap (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xmu_XmuLookupStandardColormap=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_Xmu_XmuLookupStandardColormap=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuLookupStandardColormap" >&5 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuLookupStandardColormap" >&6 if test $ac_cv_lib_Xmu_XmuLookupStandardColormap = yes; then X_LIBS="-lXmu $X_LIBS" else { { echo "$as_me:$LINENO: error: Cannot find required Xmu library" >&5 echo "$as_me: error: Cannot find required Xmu library" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: checking for XListInputDevices in -lXi" >&5 echo $ECHO_N "checking for XListInputDevices in -lXi... $ECHO_C" >&6 if test "${ac_cv_lib_Xi_XListInputDevices+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lXi $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XListInputDevices (); int main () { XListInputDevices (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xi_XListInputDevices=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_Xi_XListInputDevices=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_Xi_XListInputDevices" >&5 echo "${ECHO_T}$ac_cv_lib_Xi_XListInputDevices" >&6 if test $ac_cv_lib_Xi_XListInputDevices = yes; then X_LIBS="-lXi -lXext $X_LIBS" else { { echo "$as_me:$LINENO: error: Cannot find required Xi (X11 Input Extension) library" >&5 echo "$as_me: error: Cannot find required Xi (X11 Input Extension) library" >&2;} { (exit 1); exit 1; }; } fi # latest versions of glut also use Xi the XInput extension echo "$as_me:$LINENO: checking for glutSwapBuffers in -lglut" >&5 echo $ECHO_N "checking for glutSwapBuffers in -lglut... $ECHO_C" >&6 if test "${ac_cv_lib_glut_glutSwapBuffers+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lglut $X_PRE_LIBS -lXmu $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glutSwapBuffers (); int main () { glutSwapBuffers (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_glut_glutSwapBuffers=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_glut_glutSwapBuffers=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutSwapBuffers" >&5 echo "${ECHO_T}$ac_cv_lib_glut_glutSwapBuffers" >&6 if test $ac_cv_lib_glut_glutSwapBuffers = yes; then X_LIBS="-lglut $X_LIBS" else { { echo "$as_me:$LINENO: error: Cannot find required glut library" >&5 echo "$as_me: error: Cannot find required glut library" >&2;} { (exit 1); exit 1; }; } fi # This is how to use the variables set by AC_PATH_XTRA: # cc @X_CFLAGS@ -c -o foo.o foo.c # cc @X_LIBS@ (-lfoo...) @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@ # (Perhaps X_LIBS should have been called X_LDFLAGS.) X_LIBS="-lgle $X_LIBS -lXt -lX11" ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile doc/html/Makefile examples/Makefile man/Makefile ms-visual-c/Makefile ms-visual-c/gle/Makefile swig/Makefile" ac_config_commands="$ac_config_commands default" 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 # Support unset when possible. if (FOO=FOO; unset FOO) >/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 -n "`(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 as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="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="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.57. 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.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 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" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "ms-visual-c/Makefile" ) CONFIG_FILES="$CONFIG_FILES ms-visual-c/Makefile" ;; "ms-visual-c/gle/Makefile" ) CONFIG_FILES="$CONFIG_FILES ms-visual-c/gle/Makefile" ;; "swig/Makefile" ) CONFIG_FILES="$CONFIG_FILES swig/Makefile" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "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,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t s,@build@,$build,;t t s,@build_cpu@,$build_cpu,;t t s,@build_vendor@,$build_vendor,;t t s,@build_os@,$build_os,;t t s,@host@,$host,;t t s,@host_cpu@,$host_cpu,;t t s,@host_vendor@,$host_vendor,;t t s,@host_os@,$host_os,;t t s,@LN_S@,$LN_S,;t t s,@ECHO@,$ECHO,;t t s,@RANLIB@,$RANLIB,;t t s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t s,@STRIP@,$STRIP,;t t s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@CPP@,$CPP,;t t s,@EGREP@,$EGREP,;t t s,@LIBTOOL@,$LIBTOOL,;t t s,@X_CFLAGS@,$X_CFLAGS,;t t s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t s,@X_LIBS@,$X_LIBS,;t t s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;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 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_builddir$INSTALL ;; esac 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 # 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; } _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; }; } 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'` 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 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be # absolute. ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` { 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 ;; default ) ln -sf src GL ;; 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 gle-3.1.0/configure.in0000644000076400007640000001114307635517370010301 ## -*-m4-*- dnl Process this file with autoconf to produce a configure script. # FILE: # configure.in # # FUNCTION: # implements checks for a variety of system-specific functions # # Contents: # Headers - Autoconf header stuff # Variables - Hardcoded variables # Programs - Check for programs binaries # Functions - Check for functions # With - Check for --with/without options # Enable - Check for --enable/disable options # Libraries - Check for libraries # Footer - Autoconf footer stuff ### -------------------------------------------------------------------------- ### Headers ### check for various programs, and stuff (do this first because later ### commands depend on them): AC_INIT(src/gle.h) AM_INIT_AUTOMAKE(gle,3.1.0) AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL AM_PROG_LIBTOOL AC_ISC_POSIX AC_PROG_MAKE_SET AC_HEADER_STDC AC_CHECK_FUNCS(memcpy) ### -------------------------------------------------------------------------- ### Variables ### Set up all the initial variable values... # We should always see these errors... CFLAGS="${CFLAGS} -Wall" # Strict, or lenient tesselator? AC_ARG_ENABLE(lenient-tess, [ --enable-lenient-tess compile for lenient tesselator], AC_DEFINE(LENIENT_TESSELATOR,1), AC_DEFINE(DELICATE_TESSELATOR,1) ) # Disable texture mapping? AC_ARG_ENABLE(auto-texture, [ --disable-auto-texture compile with texture mapping disabled], AC_DEFINE(AUTO_TEXTURE,0), AC_DEFINE(AUTO_TEXTURE,1) ) # Should we build for old IrisGL? AC_ARG_ENABLE(irisgl, [ --enable-irisgl compile for old IrisGL/GL-3.2], AC_DEFINE(GL_32,1), AC_DEFINE(OPENGL_10,1) ) AC_ARG_ENABLE( debug, [ --enable-debug compile with debugging flags set], CFLAGS="${CFLAGS} -g" LDFLAGS="${LDFLAGS} -g" AC_DEFINE(DEBUG_OUTPUT,1), ) AC_ARG_ENABLE( profile, [ --enable-profile compile with profiling set], CFLAGS="${CFLAGS} -pg" LDFLAGS="${LDFLAGS} -pg") AC_ARG_ENABLE( warnings, [ --enable-warnings compile with lots of warnings generated], CFLAGS="${CFLAGS} -g -Wall -ansi -pedantic -Wwrite-strings -Wid-clash-31 -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Woverloaded-virtual -Winline -felide-constructors -fnonnull-objects" LDFLAGS="${LDFLAGS} -g -Wall" ) ### -------------------------------------------------------------------------- ### Libraries LIBS="$LIBS -lm" # We're going to set up our own X configure variables. These are only # used in side configure. At the end, we use them to set X_LIBS. # This allows us to be careful about libarary ordering, in case that's # important. AC_PATH_XTRA if test x"$no_x" = xyes; then AC_ERROR([Can not find X11 development headers or libraries.]) fi # AC_CHECK_HEADER(GL/gl.h) # AC_CHECK_HEADER(GL/glut.h) # configure seems to work best when tested subroutines take no arguments AC_CHECK_LIB(GL, glGetError, X_LIBS="-lGL $X_LIBS", AC_MSG_ERROR([Cannot find required GL library]), $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS) AC_CHECK_LIB(GLU, gluNewQuadric, X_LIBS="-lGLU $X_LIBS", AC_MSG_ERROR([Cannot find required GLU library]), $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS) # ---------------------------------------------------------- # Newest versions of glut require Xmu, which doesn't show up # by default in X_LIBS AC_CHECK_LIB(Xmu, XmuLookupStandardColormap, X_LIBS="-lXmu $X_LIBS", AC_MSG_ERROR([Cannot find required Xmu library]), $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS) AC_CHECK_LIB(Xi, XListInputDevices, X_LIBS="-lXi -lXext $X_LIBS", AC_MSG_ERROR([Cannot find required Xi (X11 Input Extension) library]), $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS) # latest versions of glut also use Xi the XInput extension AC_CHECK_LIB(glut, glutSwapBuffers, X_LIBS="-lglut $X_LIBS", AC_MSG_ERROR([Cannot find required glut library]), $X_PRE_LIBS -lXmu $X_LIBS -lX11 $X_EXTRA_LIBS) # This is how to use the variables set by AC_PATH_XTRA: # cc @X_CFLAGS@ -c -o foo.o foo.c # cc @X_LIBS@ (-lfoo...) @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@ # (Perhaps X_LIBS should have been called X_LDFLAGS.) X_LIBS="-lgle $X_LIBS -lXt -lX11" AC_OUTPUT( Makefile src/Makefile doc/Makefile doc/html/Makefile examples/Makefile man/Makefile ms-visual-c/Makefile ms-visual-c/gle/Makefile swig/Makefile, [ln -sf src GL] ) gle-3.1.0/install-sh0000644000076400007640000001124407120757607007771 #! /bin/sh # # install - install a program, script, or datafile # This comes from X11R5. # # 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. # # 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}" tranformbasename="" 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=: 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 gle-3.1.0/ltmain.sh0000644000076400007640000041723707376645275007636 # 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 # 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/" # 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" ;; *) 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" exit 0 ;; --config) sed -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $0 exit 0 ;; --debug) echo "$progname: enabling shell trace mode" set -x ;; --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" ;; --quiet | --silent) show=: ;; -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 case $nonopt in *cc | *++ | gcc* | *-gcc*) 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= prev= lastarg= srcfile="$nonopt" suppress_output= user_target=no for arg do case $prev in "") ;; xcompiler) # Aesthetically quote the previous argument. prev= lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac # Add the previous argument to base_compile. if test -z "$base_compile"; then base_compile="$lastarg" else base_compile="$base_compile $lastarg" fi continue ;; esac # Accept any command-line options. case $arg in -o) if test "$user_target" != "no"; then $echo "$modename: you cannot specify \`-o' more than once" 1>&2 exit 1 fi user_target=next ;; -static) build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; -Xcompiler) prev=xcompiler continue ;; -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. if test -z "$base_compile"; then base_compile="$lastarg" else base_compile="$base_compile $lastarg" fi continue ;; esac case $user_target in next) # The next one is the -o target name user_target=yes continue ;; yes) # We got the output file user_target=set libobj="$arg" continue ;; esac # Accept the current argument as the source file. lastarg="$srcfile" srcfile="$arg" # Aesthetically quote the previous argument. # Backslashify any backslashes, double quotes, and dollar signs. # These are the only characters that are still specially # interpreted inside of double-quoted scrings. lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. case $lastarg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") lastarg="\"$lastarg\"" ;; esac # Add the previous argument to base_compile. if test -z "$base_compile"; then base_compile="$lastarg" else base_compile="$base_compile $lastarg" fi done case $user_target in set) ;; no) # Get the name of the library object. libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` ;; *) $echo "$modename: you must specify a target with \`-o'" 1>&2 exit 1 ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo xform='[cCFSfmso]' case $libobj in *.ada) xform=ada ;; *.adb) xform=adb ;; *.ads) xform=ads ;; *.asm) xform=asm ;; *.c++) xform=c++ ;; *.cc) xform=cc ;; *.cpp) xform=cpp ;; *.cxx) xform=cxx ;; *.f90) xform=f90 ;; *.for) xform=for ;; 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 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 $libobj" else removelist="$libobj" 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 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 # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then # All platforms use -DPIC, to notify preprocessed assembler code. command="$base_compile $srcfile $pic_flag -DPIC" else # Don't build PIC code command="$base_compile $srcfile" fi if test "$build_old_libs" = yes; then lo_libobj="$libobj" dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'` if test "X$dir" = "X$libobj"; then dir="$objdir" else dir="$dir/$objdir" fi libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'` if test -d "$dir"; then $show "$rm $libobj" $run $rm $libobj else $show "$mkdir $dir" $run $mkdir $dir status=$? if test $status -ne 0 && test ! -d $dir; then exit $status fi fi fi if test "$compiler_o_lo" = yes; then output_obj="$libobj" command="$command -o $output_obj" elif test "$compiler_c_o" = yes; then output_obj="$obj" command="$command -o $output_obj" fi $run $rm "$output_obj" $show "$command" if $run eval "$command"; then : else test -n "$output_obj" && $run $rm $removelist exit 1 fi if test "$need_locks" = warn && test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit 1 fi # Just move the object if needed, then go on to compile the next one if test x"$output_obj" != x"$libobj"; then $show "$mv $output_obj $libobj" if $run $mv $output_obj $libobj; then : else error=$? $run $rm $removelist exit $error fi fi # If we have no pic_flag, then copy the object into place and finish. if (test -z "$pic_flag" || test "$pic_mode" != default) && test "$build_old_libs" = yes; then # Rename the .lo from within objdir to obj if test -f $obj; then $show $rm $obj $run $rm $obj fi $show "$mv $libobj $obj" if $run $mv $libobj $obj; then : else error=$? $run $rm $removelist exit $error fi xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$obj"; then xdir="." else xdir="$xdir" fi baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"` libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"` # Now arrange that obj and lo_libobj become the same file $show "(cd $xdir && $LN_S $baseobj $libobj)" if $run eval '(cd $xdir && $LN_S $baseobj $libobj)'; then # Unlock the critical section if it was locked if test "$need_locks" != no; then $run $rm "$lockfile" fi exit 0 else error=$? $run $rm $removelist exit $error fi fi # Allow error messages only from the first compilation. suppress_output=' >/dev/null 2>&1' fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $srcfile" else # All platforms use -DPIC, to notify preprocessed assembler code. command="$base_compile $srcfile $pic_flag -DPIC" fi if test "$compiler_c_o" = yes; then command="$command -o $obj" output_obj="$obj" fi # Suppress compiler output if we already did a PIC compilation. command="$command$suppress_output" $run $rm "$output_obj" $show "$command" if $run eval "$command"; then : else $run $rm $removelist exit 1 fi if test "$need_locks" = warn && test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit 1 fi # Just move the object if needed if 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 # Create an invalid libtool object if no PIC, so that we do not # accidentally link it into a program. if test "$build_libtool_libs" != yes; then $show "echo timestamp > $libobj" $run eval "echo timestamp > \$libobj" || exit $? else # Move the .lo from within objdir $show "$mv $libobj $lo_libobj" if $run $mv $libobj $lo_libobj; then : else error=$? $run $rm $removelist exit $error fi fi fi # Unlock the critical section if it was locked if test "$need_locks" != no; then $run $rm "$lockfile" fi exit 0 ;; # libtool link mode link | relink) modename="$modename: link" case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invokation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args="$nonopt" compile_command="$nonopt" finalize_command="$nonopt" compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` avoid_version=no dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= # 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 ;; release) release="-$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 ;; *) 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 ;; # 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*) 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*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; -module) module=yes 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 ;; -o) prev=output ;; -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 ;; -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 ;; # 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 ;; *.lo | *.$objext) # A library or standard object. if test "$prev" = dlfiles; then # This file was specified with -dlopen. if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $arg" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"` prev= else case $arg in *.lo) libobjs="$libobjs $arg" ;; *) objs="$objs $arg" ;; esac 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 # 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 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 case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac libs="$libs $deplib" done 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 = prog; then # Determine which files to process case $pass in dlopen) libs="$dlfiles" save_deplibs="$deplibs" # Collect dlpreopened libraries deplibs= ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi for deplib in $libs; do lib= found=no case $deplib in -l*) if test $linkmode = oldlib && test $linkmode = obj; then $echo "$modename: warning: \`-l' is ignored for archives/objects: $deplib" 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 # Search the libtool library lib="$searchdir/lib${name}.la" if test -f "$lib"; then found=yes break fi 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 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: $deplib" 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: This library needs some functionality provided by $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." 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 = 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 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 | egrep "^# 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 variable installed. installed=yes # Read the .la file case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test $linkmode = oldlib && test $linkmode = obj; }; then # Add dl[pre]opened files of deplib 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" case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac 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. dlprefiles="$dlprefiles $lib" 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" 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 case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... 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 # Link against this shared library if test "$linkmode,$pass" = "prog,link" || { 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 if test $linkmode = prog; 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 fi 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 if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes 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*) 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='~' eval cmds=\"$extract_expsyms_cmds\" for cmd in $cmds; do IFS="$save_ifs" $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='~' eval cmds=\"$old_archive_from_expsyms_cmds\" for cmd in $cmds; do IFS="$save_ifs" $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" 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" 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" else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" 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 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 # Try to link the static library # 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 library needs some functionality provided by $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 "*** Therefore, libtool will create a static module, that should work " echo "*** as long as the dlopening 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 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" case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac 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="-L$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="-L$absdir" fi ;; *) continue ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$deplibs $path" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $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 test $pass != scan && dependency_libs="$newdependency_libs" 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 case $deplib in -L*) new_libs="$deplib $new_libs" ;; *) 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 if test "$pass" = "conv" && { test "$linkmode" = "lib" || test "$linkmode" = "prog"; }; then libs="$deplibs" # reset libs deplibs= fi done # for pass if test $linkmode = prog; then dlfiles="$newdlfiles" dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) 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' 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 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 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. libext=al 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' 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 current="$2" revision="$3" age="$4" # 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) major=`expr $current - $age + 1` verstring="sgi$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test $loop != 0; do iface=`expr $revision - $loop` loop=`expr $loop - 1` verstring="sgi$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 != 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= verstring="0.0" 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. $show "${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*" $run ${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.* 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*) # Do not include libc due to us having libc/libc_r. ;; *) # 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 behaviour. 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 if test -n "$a_deplib" ; then droppeddeps=yes echo echo "*** Warning: This library needs some functionality provided by $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." 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 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 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 if test -n "$a_deplib" ; then droppeddeps=yes echo echo "*** Warning: This library needs some functionality provided by $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." fi else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" if $echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ -e 's/ -[LR][^ ]*//g' -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" eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do 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 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 test -z "$dlname" && dlname=$soname lib="$output_objdir/$realname" for link do linknames="$linknames $link" done # Ensure that we have .o objects for linkers which dislike .lo # (e.g. aix) in case we are running --disable-static for obj in $libobjs; do xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$obj"; then xdir="." else xdir="$xdir" fi baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"` if test ! -f $xdir/$oldobj; then $show "(cd $xdir && ${LN_S} $baseobj $oldobj)" $run eval '(cd $xdir && ${LN_S} $baseobj $oldobj)' || exit $? fi 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 eval cmds=\"$export_symbols_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? 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 if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then 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 $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? libobjs="$libobjs "`find $xdir -name \*.o -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 -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval cmds=\"$archive_expsym_cmds\" else eval cmds=\"$archive_cmds\" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $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 $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? reload_conv_objs="$reload_objs "`find $xdir -name \*.o -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" eval cmds=\"$reload_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $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" eval cmds=\"$reload_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" else # Just create a symlink. $show $rm $libobj $run $rm $libobj xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$libobj"; then xdir="." else xdir="$xdir" fi baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'` oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"` $show "(cd $xdir && $LN_S $oldobj $baseobj)" $run eval '(cd $xdir && $LN_S $oldobj $baseobj)' || exit $? 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 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" | sort +2 | 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 -DPIC -DFREEBSD_WORKAROUND";; esac;; *-*-hpux*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DPIC";; esac esac # Now compile the dynamic symbol file. $show "(cd $output_objdir && $CC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" $run eval '(cd $output_objdir && $CC -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 ;; *) exeext= ;; 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 # win32 systems need to use the prog path for dll # lookup to work *-*-cygwin* | *-*-pw32*) $echo >> $output "\ exec \$progdir/\$program \${1+\"\$@\"} " ;; # Backslashes separate directories on plain windows *-*-mingw | *-*-os2*) $echo >> $output "\ exec \$progdir\\\\\$program \${1+\"\$@\"} " ;; *) $echo >> $output "\ # Export the path to the program. PATH=\"\$progdir:\$PATH\" export PATH exec \$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="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP` 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 $show "(cd $xdir && $AR x $xabs)" $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? 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 eval cmds=\"$old_archive_from_new_cmds\" else # Ensure that we have .o objects in place in case we decided # not to build a shared library, and have fallen back to building # static libs even though --disable-static was passed! for oldobj in $oldobjs; do if test ! -f $oldobj; then xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$oldobj"; then xdir="." else xdir="$xdir" fi baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'` obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"` $show "(cd $xdir && ${LN_S} $obj $baseobj)" $run eval '(cd $xdir && ${LN_S} $obj $baseobj)' || exit $? fi done eval cmds=\"$old_archive_cmds\" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do 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 --mode=relink $libtool_args" relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` # 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" fi $rm $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*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 # 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 | egrep "^# 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 $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 continue 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" eval cmds=\"$postinstall_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $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 # Do a test to see if this is really a libtool program. if (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then notinst_deplibs= relink_command= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then $echo "$modename: invalid libtool wrapper script \`$file'" 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= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; 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 -p "$tmpdir" && chmod 700 "$tmpdir"; then : else $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 continue fi file=`$echo "X$file" | $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" | $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 "$striplib"; then $show "$old_striplib $oldlib" $run eval "$old_striplib $oldlib" || exit $? fi # Do each command in the postinstall commands. eval cmds=\"$old_postinstall_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $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 --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. eval cmds=\"$finish_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $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 | egrep "^# 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 | egrep "^# 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 enviroment 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= for file in $files; do dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` if test "X$dir" = "X$file"; then dir=. objdir="$objdir" else objdir="$dir/$objdir" 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 | egrep "^# 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. eval cmds=\"$postuninstall_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" if test $? != 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. eval cmds=\"$old_postuninstall_cmds\" save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" if test $? != 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) if test "$build_old_libs" = yes; then oldobj=`$echo "X$name" | $Xsed -e "$lo2o"` rmfiles="$rmfiles $dir/$oldobj" fi ;; *) # Do a test to see if this is a libtool program. if test $mode = clean && (sed -e '4q' $file | egrep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then relink_command= . $dir/$file rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi fi ;; esac $show "$rm $rmfiles" $run $rm $rmfiles || exit_status=1 done # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then $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 --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." 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 -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 # Local Variables: # mode:shell-script # sh-indentation:2 # End: gle-3.1.0/missing0000755000076400007640000001421307120757607007366 #! /bin/sh # Common stub for a few missing GNU programs while installing. # Copyright (C) 1996, 1997 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 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.in'. 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.in'. 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.in'. 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.in` 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.in'. 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 gle-3.1.0/mkinstalldirs0000755000076400007640000000121107120757607010567 #!/bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Last modified: 1994-03-25 # Public domain errstatus=0 for file in ${1+"$@"} ; do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d in ${1+"$@"} ; do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" 1>&2 mkdir "$pathcomp" || errstatus=$? fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here gle-3.1.0/.cvsignore0000644000076400007640000000020207635533050007753 Makefile autom4te.cache config.cache config.log config.status config.h *.tar.gz *.patch *.diff *.diffs stamp-h stamp-h.in libtool gle-3.1.0/gle.spec0000644000076400007640000000420307635524150007404 Summary: The GLE Tubing and Extrusion Library for OpenGL Name: gle Version: 3.1.0 Release: 1 Epoch: 1 Copyright: Mix+match open source Group: System Environment/Libraries URL: http://www.linas.org/gle/ Packager: Rob Knop Source: http://www.linas.org/gle/pub/gle-%{version}.tar.gz BuildPrereq: Mesa Requires: Mesa Provides: GLE-%{version} AutoReqProv: yes #Obsoletes: Buildroot: /var/tmp/gle-root Prefix: /usr %description The GLE Tubing and Extrusion Library consists of a number of "C" language subroutines for drawing tubing and extrusions. It is a very fast implementation of these shapes, outperforming all other implementations, most by orders of magnitude. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions. %package devel Requires: Mesa-devel GLE-%{version} Summary: GLE includes and development libraries Group: Development/Libraries %description devel Includes, man pages, and development libraries for the GLE Tubing and Extrusion Library. %prep %setup -q %build ./configure --prefix=${prefix} make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{prefix}/lib mkdir -p $RPM_BUILD_ROOT%{prefix}/include mkdir -p $RPM_BUILD_ROOT%{prefix}/include/GL mkdir -p $RPM_BUILD_ROOT%{prefix}/man mkdir -p $RPM_BUILD_ROOT%{prefix}/man/man3 mkdir -p $RPM_BUILD_ROOT%{prefix}/share mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc/examples mkdir -p $RPM_BUILD_ROOT%{prefix}/share/doc/html make prefix=$RPM_BUILD_ROOT%{prefix} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{prefix}/lib/*.so* %{prefix}/share/doc/gle/AUTHORS %{prefix}/share/doc/gle/COPYING* %{prefix}/share/doc/gle/README %files devel %{prefix}/include/GL/* %{prefix}/lib/*a %{prefix}/man/man3/* %{prefix}/share/doc/gle/examples/* %{prefix}/share/doc/gle/html/* %changelog * Tue Mar 05 2002 Linas Vepstas - changes since June 2001 include: - configure fixes - ms windows related fixes - python binding fixes * Thu Jul 20 2001 Linas Vepstas - Added doc subdirectory * Thu Jul 05 2001 Rob Knop - Created the spec file gle-3.1.0/src/0000777000076400007640000000000007635534325006642 5gle-3.1.0/src/Makefile.in0000644000076400007640000002674407635534325010640 # 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. # Build a libtool library, libgle.la for installation in libdir. 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@ 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ lib_LTLIBRARIES = libgle.la libgle_la_SOURCES = ex_alpha.c ex_angle.c ex_cut_round.c ex_raw.c extrude.c intersect.c qmesh.c rot_prince.c rotate.c round_cap.c segment.c texgen.c urotate.c view.c libgle_la_LDFLAGS = -version-info 4:0:1 # make sure we install gle.h into /usr/include/GL/gle.h or thereabouts pkgincludedir = $(includedir)/GL GLdir = $(includedir)/GL GL_DATA = gle.h noinst_HEADERS = copy.h extrude.h intersect.h port.h rot.h segment.h tube_gc.h vvector.h EXTRA_DIST = .cvsignore README.gutil COPYING.src gle.h INCLUDES = @X_CFLAGS@ CFLAGS = @CFLAGS@ -Wall -pedantic -Wstrict-prototypes -Wconversion docdir = $(datadir)/doc/gle/ doc_DATA = COPYING.src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ libgle_la_LIBADD = libgle_la_OBJECTS = ex_alpha.lo ex_angle.lo ex_cut_round.lo ex_raw.lo \ extrude.lo intersect.lo qmesh.lo rot_prince.lo rotate.lo round_cap.lo \ segment.lo texgen.lo urotate.lo view.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DATA = $(GL_DATA) $(doc_DATA) HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best SOURCES = $(libgle_la_SOURCES) OBJECTS = $(libgle_la_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .lo .o .obj .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) distclean-libLTLIBRARIES: maintainer-clean-libLTLIBRARIES: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) list='$(lib_LTLIBRARIES)'; for p in $$list; do \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done .c.o: $(COMPILE) -c $< # FIXME: We should only use cygpath when building on Windows, # and only if it is available. .c.obj: $(COMPILE) -c `cygpath -w $<` .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core -rm -f *.$(OBJEXT) clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: .c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: libgle.la: $(libgle_la_OBJECTS) $(libgle_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libgle_la_LDFLAGS) $(libgle_la_OBJECTS) $(libgle_la_LIBADD) $(LIBS) install-GLDATA: $(GL_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(GLdir) @list='$(GL_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(GLdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(GLdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(GLdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(GLdir)/$$p; \ fi; fi; \ done uninstall-GLDATA: @$(NORMAL_UNINSTALL) list='$(GL_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(GLdir)/$$p; \ done install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ fi; fi; \ done uninstall-docDATA: @$(NORMAL_UNINSTALL) list='$(doc_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(docdir)/$$p; \ 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: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ 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 = src 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 ex_alpha.lo ex_alpha.o : ex_alpha.c ../config.h gle.h port.h ex_angle.c \ vvector.h tube_gc.h extrude.h intersect.h segment.h \ ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c ex_angle.lo ex_angle.o : ex_angle.c gle.h port.h ../config.h vvector.h \ tube_gc.h extrude.h intersect.h segment.h ex_cut_round.lo ex_cut_round.o : ex_cut_round.c gle.h port.h ../config.h \ vvector.h tube_gc.h extrude.h intersect.h segment.h ex_raw.lo ex_raw.o : ex_raw.c gle.h port.h ../config.h vvector.h \ tube_gc.h extrude.h intersect.h segment.h extrude.lo extrude.o : extrude.c gle.h port.h ../config.h vvector.h \ tube_gc.h extrude.h intersect.h intersect.lo intersect.o : intersect.c gle.h intersect.h port.h \ ../config.h vvector.h qmesh.lo qmesh.o : qmesh.c rot_prince.lo rot_prince.o : rot_prince.c gle.h rot.h port.h ../config.h rotate.lo rotate.o : rotate.c gle.h port.h ../config.h round_cap.lo round_cap.o : round_cap.c gle.h port.h ../config.h \ vvector.h extrude.h tube_gc.h intersect.h segment.h segment.lo segment.o : segment.c gle.h port.h ../config.h extrude.h \ tube_gc.h segment.h texgen.lo texgen.o : texgen.c gle.h port.h ../config.h tube_gc.h urotate.lo urotate.o : urotate.c gle.h port.h ../config.h view.lo view.o : view.c gle.h rot.h vvector.h port.h ../config.h 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-libLTLIBRARIES install-exec: install-exec-am install-data-am: install-GLDATA install-docDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-libLTLIBRARIES uninstall-GLDATA \ uninstall-docDATA uninstall: uninstall-am all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(GLdir) \ $(DESTDIR)$(docdir) 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-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags \ mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-libLTLIBRARIES distclean-compile \ distclean-libtool distclean-tags distclean-generic \ clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ 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-am .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile \ mostlyclean-libtool distclean-libtool clean-libtool \ maintainer-clean-libtool uninstall-GLDATA install-GLDATA \ uninstall-docDATA install-docDATA tags 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 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: gle-3.1.0/src/Makefile.am0000644000076400007640000000156207635516010010605 # Build a libtool library, libgle.la for installation in libdir. lib_LTLIBRARIES = libgle.la libgle_la_SOURCES = \ ex_alpha.c \ ex_angle.c \ ex_cut_round.c \ ex_raw.c \ extrude.c \ intersect.c \ qmesh.c \ rot_prince.c \ rotate.c \ round_cap.c \ segment.c \ texgen.c \ urotate.c \ view.c libgle_la_LDFLAGS = -version-info 4:0:1 # make sure we install gle.h into /usr/include/GL/gle.h or thereabouts pkgincludedir = $(includedir)/GL GLdir = $(includedir)/GL GL_DATA = gle.h noinst_HEADERS = \ copy.h \ extrude.h \ intersect.h \ port.h \ rot.h \ segment.h \ tube_gc.h \ vvector.h EXTRA_DIST = \ .cvsignore \ README.gutil \ COPYING.src \ gle.h INCLUDES = \ @X_CFLAGS@ CFLAGS = @CFLAGS@ -Wall -pedantic -Wstrict-prototypes -Wconversion docdir = $(datadir)/doc/gle/ doc_DATA = COPYING.src gle-3.1.0/src/ex_alpha.c0000644000076400007640000000377007635503505010506 /* * FILE: * ex_alpha.c * * FUNCTION: * Framework file to auto-generate subroutines with different * signature for color argument. The *_c4f routines take a * 3D RGBA color so that alpha transparency can be supported. * * HISTORY: * Copyright (c) 2003 Linas Vepstas */ #include "config.h" #include "gle.h" #include "port.h" /* Autogen the missing c4f routines by redefining C3F to be 4F, * changeing the subroutine signature, and changing the function names. */ #undef C3F #define C3F(x) glColor4fv(x) #define gleColor gleColor4f #define COLOR_SIGNATURE 1 #define draw_raw_segment_color draw_raw_segment_color_c4f #define draw_raw_segment_c_and_edge_n draw_raw_segment_c_and_edge_n_c4f #define draw_raw_segment_c_and_facet_n draw_raw_segment_c_and_facet_n_c4f #define draw_round_style_cap_callback draw_round_style_cap_callback_c4f #define draw_segment_color draw_segment_color_c4f #define draw_segment_c_and_edge_n draw_segment_c_and_edge_n_c4f #define draw_segment_c_and_facet_n draw_segment_c_and_facet_n_c4f #define draw_binorm_segment_c_and_edge_n draw_binorm_segment_c_and_edge_n_c4f #define draw_binorm_segment_c_and_facet_n draw_binorm_segment_c_and_facet_n_c4f #define extrusion_raw_join extrusion_raw_join_c4f #define extrusion_angle_join extrusion_angle_join_c4f #define extrusion_round_or_cut_join extrusion_round_or_cut_join_c4f #define gen_polycone gen_polycone_c4f #define gleSuperExtrusion gleSuperExtrusion_c4f #define gleExtrusion gleExtrusion_c4f #define glePolyCylinder glePolyCylinder_c4f #define glePolyCone glePolyCone_c4f #define gleTwistExtrusion gleTwistExtrusion_c4f /* Now include the source files ! */ #include "ex_angle.c" #include "ex_cut_round.c" #include "ex_raw.c" #include "extrude.c" #include "round_cap.c" #include "segment.c" /* ===================== END OF FILE ======================== */ gle-3.1.0/src/ex_angle.c0000644000076400007640000005260507635516011010504 /* * MODULE NAME: ex_angle.c * * FUNCTION: * This module contains code that draws extrusions with angled * joins ("angle join style"). It also inserts colors and normals * where necessary, if appropriate. * * HISTORY: * written by Linas Vepstas August/September 1991 * split into multiple compile units, Linas, October 1991 * added normal vectors Linas, October 1991 * "code complete" (that is, I'm done), Linas Vepstas, October 1991 * work around OpenGL's lack of support for concave polys, June 1994 * * Copyright (C) 1991,1994,2003 Linas Vepstas */ #include #include #include #include #include /* for the memcpy() subroutine */ #include "gle.h" #include "port.h" #include "vvector.h" #include "tube_gc.h" #include "extrude.h" #include "intersect.h" #include "segment.h" /* ============================================================ */ /* * Algorithmic trivia: * * There is a slight bit of trivia which the super-duper exacto coder * needs to know about the code in this module. It is this: * * This module attempts to correctly treat contour normal vectors * by applying the inverse transpose of the 2D contour affine * transformation to the 2D contour normals. This is perfectly correct, * when applied to the "raw" join style. However, if the affine transform * has a strong rotational component, AND the join style is angle or * cut, then the normal vectors would continue to rotate as the * intersect point is extrapolated. * * The extrapolation of the inverse-transpose matrix to the intersection * point is not done. This would appear to be overkill for most * situations. The viewer might possibly detect an artifact of the * failure to do this correction IF all three of the following criteria * were met: * 1) The affine xform has a strong rotational component, * 2) The angle between two succesive segments is sharp (greater than 15 or * 30 degrees). * 3) The join style is angle or cut. * * However, I beleive that it is highly unlikely that the viewer will * detect any artifacts. The reason I beleive this is that a strong * rotational component will twist a segment so strongly that the more * visible artifact will be that a segment is composed of triangle strips. * As the user attempts to minimize the tesselation artifacts by shortening * segments, then the rotational component will decrease in proportion, * and the lighting artifact will fall away. * * To summarize, there is a slight inexactness in this code. The author * of the code beleives that this inexactness results in miniscule * errors in every situation. * * Linas Vepstas March 1993 */ #ifndef COLOR_SIGNATURE /* ============================================================ */ void draw_angle_style_front_cap (int ncp, /* number of contour points */ gleDouble bi[3], /* biscetor */ gleDouble point_array[][3]) /* polyline */ { int j; #ifdef OPENGL_10 GLUtriangulatorObj *tobj; #ifdef DELICATE_TESSELATOR int is_colinear; double *previous_vertex = 0x0; double *first_vertex = 0x0; #endif /* DELICATE_TESSELATOR */ #endif /* OPENGL_10 */ if (bi[2] < 0.0) { VEC_SCALE (bi, -1.0, bi); } #ifdef GL_32 /* old-style gl handles concave polygons no problem, so the code is * simple. New-style gl is a lot more tricky. */ /* draw the end cap */ BGNPOLYGON (); N3F (bi); for (j=0; j 0.0) { VEC_SCALE (bi, -1.0, bi); } #ifdef GL_32 /* old-style gl handles concave polygons no problem, so the code is * simple. New-style gl is a lot more tricky. */ /* draw the end cap */ BGNPOLYGON (); N3F (bi); for (j=ncp-1; j>=0; j--) { V3F (point_array[j], j, BACK_CAP); } ENDPOLYGON (); #endif /* GL_32 */ #ifdef OPENGL_10 N3F (bi); tobj = gluNewTess (); gluTessCallback (tobj, GLU_BEGIN, glBegin); gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); gluTessCallback (tobj, GLU_END, glEnd); #ifdef LENIENT_TESSELATOR gluBeginPolygon (tobj); for (j=ncp-1; j>=0; j--) { gluTessVertex (tobj, point_array[j], point_array[j]); } gluEndPolygon (tobj); #endif /* LENIENT_TESSELATOR */ #ifdef DELICATE_TESSELATOR gluBeginPolygon (tobj); first_vertex = 0x0; previous_vertex = point_array[0]; for (j=ncp-1; j>0; j--) { COLINEAR (is_colinear, previous_vertex, point_array[j], point_array[j-1]); if (!is_colinear) { gluTessVertex (tobj, point_array[j], point_array[j]); previous_vertex = point_array[j]; if (!first_vertex) first_vertex = previous_vertex; } } if (!first_vertex) first_vertex = point_array[ncp-1]; COLINEAR (is_colinear, previous_vertex, point_array[0], first_vertex); if (!is_colinear) gluTessVertex (tobj, point_array[0], point_array[0]); gluEndPolygon (tobj); #endif /* DELICATE_TESSELATOR */ gluDeleteTess (tobj); #endif /* OPENGL_10 */ } #endif /* COLOR_SIGNATURE */ /* ============================================================ */ void extrusion_angle_join (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]) /* 2D contour xforms */ { int i, j; int inext, inextnext; gleDouble m[4][4]; gleDouble len; gleDouble len_seg; gleDouble diff[3]; gleDouble bi_0[3], bi_1[3]; /* bisecting plane */ gleDouble bisector_0[3], bisector_1[3]; /* bisecting plane */ gleDouble end_point_0[3], end_point_1[3]; gleDouble origin[3], neg_z[3]; gleDouble yup[3]; /* alternate up vector */ gleDouble *front_loop, *back_loop; /* contours in 3D */ char * mem_anchor; double *norm_loop; double *front_norm, *back_norm, *tmp; /* contour normals in 3D */ int first_time; /* By definition, the contour passed in has its up vector pointing in * the y direction */ if (up == NULL) { yup[0] = 0.0; yup[1] = 1.0; yup[2] = 0.0; } else { VEC_COPY(yup, up); } /* ========== "up" vector sanity check ========== */ (void) up_sanity_check (yup, npoints, point_array); /* the origin is at the origin */ origin [0] = 0.0; origin [1] = 0.0; origin [2] = 0.0; /* and neg_z is at neg z */ neg_z[0] = 0.0; neg_z[1] = 0.0; neg_z[2] = 1.0; /* ignore all segments of zero length */ i = 1; inext = i; FIND_NON_DEGENERATE_POINT (inext, npoints, len, diff, point_array); len_seg = len; /* store for later use */ /* get the bisecting plane */ bisecting_plane (bi_0, point_array[0], point_array[1], point_array[inext]); /* reflect the up vector in the bisecting plane */ VEC_REFLECT (yup, yup, bi_0); /* malloc the storage we'll need for relaying changed contours to the * drawing routines. */ mem_anchor = malloc (2 * 3 * ncp * sizeof(double) + 2 * 3 * ncp * sizeof(gleDouble)); front_loop = (gleDouble *) mem_anchor; back_loop = front_loop + 3 * ncp; front_norm = (double *) (back_loop + 3 * ncp); back_norm = front_norm + 3 * ncp; norm_loop = front_norm; /* may as well get the normals set up now */ if (cont_normal != NULL) { if (xform_array == NULL) { for (j=0; j */ #include #include #include #include #include /* for the memcpy() subroutine */ #include "gle.h" #include "port.h" #include "vvector.h" #include "tube_gc.h" #include "extrude.h" #include "intersect.h" #include "segment.h" typedef void (*gleCapCallback) (int iloop, double cap[][3], float face_color[3], gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards); #define INVALID_BUG_NEEDS_FIXING 0 #ifdef NONCONCAVE_CAPS /* ============================================================ */ /* * This subroutine draws a flat cap, to close off the cut ends * of the cut-style join. Because OpenGL doe not natively handle * concave polygons, this will cause some artifacts to appear on the * screen. */ static void draw_cut_style_cap_callback (int iloop, double cap[][3], float face_color[3], gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards) { int i; if (face_color != NULL) C3F (face_color); if (frontwards) { /* if lighting is on, specify the endcap normal */ if (cut_vector != NULL) { /* if normal pointing in wrong direction, flip it. */ if (cut_vector[2] < 0.0) { VEC_SCALE (cut_vector, -1.0, cut_vector); } N3F_D (cut_vector); } BGNPOLYGON(); for (i=0; i 0.0) { VEC_SCALE (cut_vector, -1.0, cut_vector); } N3F_D (cut_vector); } /* the sense of the loop is reversed for backfacing culling */ BGNPOLYGON(); for (i=iloop-1; i>-1; i--) { V3F_D (cap[i], i, BACK_CAP); } ENDPOLYGON(); } } #else /* NONCONCAVE_CAPS */ /* ============================================================ */ /* * This subroutine draws a flat cap, to close off the cut ends * of the cut-style join. Properly handles concave endcaps. */ static void draw_cut_style_cap_callback (int iloop, double cap[][3], float face_color[3], gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards) { #ifdef GL_32 int i; #endif /* GL_32 */ #ifdef DELICATE_TESSELATOR int i; int is_colinear; double *previous_vertex = 0x0; double *first_vertex = 0x0; #endif /* DELICATE_TESSELATOR */ #ifdef OPENGL_10 GLUtriangulatorObj *tobj; tobj = gluNewTess (); gluTessCallback (tobj, GLU_BEGIN, glBegin); gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); gluTessCallback (tobj, GLU_END, glEnd); #endif /* OPENGL_10 */ if (face_color != NULL) C3F (face_color); if (frontwards) { /* if lighting is on, specify the endcap normal */ if (cut_vector != NULL) { /* if normal pointing in wrong direction, flip it. */ if (cut_vector[2] < 0.0) { VEC_SCALE (cut_vector, -1.0, cut_vector); } N3F_D (cut_vector); } #ifdef GL_32 BGNPOLYGON(); for (i=0; i 0.0) { VEC_SCALE (cut_vector, -1.0, cut_vector); } N3F_D (cut_vector); } /* the sense of the loop is reversed for backfacing culling */ #ifdef GL_32 BGNPOLYGON(); for (i=iloop-1; i>-1; i--) { V3F_D (cap[i], i, BACK_CAP); } ENDPOLYGON(); #endif /* GL_32 */ #ifdef OPENGL_10 #ifdef LENIENT_TESSELATOR gluBeginPolygon (tobj); for (i=iloop-1; i>-1; i--) { gluTessVertex (tobj, cap[i], cap[i]); } gluEndPolygon (tobj); #endif /* LENIENT_TESSELATOR */ #ifdef DELICATE_TESSELATOR gluBeginPolygon (tobj); first_vertex = 0x0; previous_vertex = cap[0]; for (i=iloop-1; i>0; i--) { COLINEAR (is_colinear, previous_vertex, cap[i], cap[i-1]); if (!is_colinear) { gluTessVertex (tobj, cap[i], cap[i]); previous_vertex = cap[i]; if (!first_vertex) first_vertex = previous_vertex; } } if (!first_vertex) first_vertex = cap[iloop-1]; COLINEAR (is_colinear, previous_vertex, cap[0], first_vertex); if (!is_colinear) gluTessVertex (tobj, cap[0], cap[0]); gluEndPolygon (tobj); #endif /* DELICATE_TESSELATOR */ #endif /* OPENGL_10 */ } #ifdef OPENGL_10 gluDeleteTess (tobj); #endif /* OPENGL_10 */ } #endif /* NONCONCAVE_ENDCAPS */ /* ============================================================ */ /* * This subroutine matchs the cap callback template, but is a no-op */ static void null_cap_callback (int iloop, double cap[][3], float face_color[3], gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards) {} /* ============================================================ */ /* * This little routine draws the little idd-biddy fillet triangle with * the right color, normal, etc. * * HACK ALERT -- there are two aspects to this routine/interface that * are "unfinished". * 1) the third point of the triangle should get a color thats * interpolated beween the front and back color. The interpolant * is not currently being computed. The error introduced by not * doing this should be tiny and/or non-exitant in almost all * expected uses of this code. * * 2) additional normal vectors should be supplied, and these should * be interpolated to fit. Currently, this is not being done. As * above, the expected error of not doing this should be tiny and/or * non-existant in almost all expected uses of this code. */ static void draw_fillet_triangle_plain (gleDouble va[3], gleDouble vb[3], gleDouble vc[3], int face, float front_color[3], float back_color[3]) { if (front_color != NULL) C3F (front_color); BGNTMESH (-5, 0.0); if (face) { V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); } else { V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); } V3F (vc, INVALID_BUG_NEEDS_FIXING, FILLET); ENDTMESH (); } /* ============================================================ */ /* * This little routine draws the little idd-biddy fillet triangle with * the right color, normal, etc. * * HACK ALERT -- there are two aspects to this routine/interface that * are "unfinished". * 1) the third point of the triangle should get a color thats * interpolated beween the front and back color. The interpolant * is not currently being computed. The error introduced by not * doing this should be tiny and/or non-exitant in almost all * expected uses of this code. * * 2) additional normal vectors should be supplied, and these should * be interpolated to fit. Currently, this is not being done. As * above, the expected error of not doing this should be tiny and/or * non-existant in almost all expected uses of this code. */ static void draw_fillet_triangle_n_norms (gleDouble va[3], gleDouble vb[3], gleDouble vc[3], int face, float front_color[3], float back_color[3], double na[3], double nb[3]) { if (front_color != NULL) C3F (front_color); BGNTMESH (-5, 0.0); if (__TUBE_DRAW_FACET_NORMALS) { N3F_D (na); if (face) { V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); } else { V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); } V3F (vc, INVALID_BUG_NEEDS_FIXING, FILLET); } else { if (face) { N3F_D (na); V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); N3F_D (nb); V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); } else { N3F_D (nb); V3F (vb, INVALID_BUG_NEEDS_FIXING, FILLET); N3F_D (na); V3F (va, INVALID_BUG_NEEDS_FIXING, FILLET); N3F_D (nb); } V3F (vc, INVALID_BUG_NEEDS_FIXING, FILLET); } ENDTMESH (); } /* ============================================================ */ static void draw_fillets_and_join_plain (int ncp, gleDouble trimmed_loop[][3], gleDouble untrimmed_loop[][3], int is_trimmed[], gleDouble bis_origin[3], gleDouble bis_vector[3], float front_color[3], float back_color[3], gleDouble cut_vector[3], int face, gleCapCallback cap_callback) { int istop; int icnt, icnt_prev, iloop; double *cap_loop; gleDouble sect[3]; gleDouble tmp_vec[3]; int save_style = 0; int was_trimmed = FALSE; cap_loop = (double *) malloc ((ncp+3)*3*sizeof (double)); /* * If the first point is trimmed, keep going until one * is found that is not trimmed, and start join there. */ save_style = gleGetJoinStyle (); icnt = 0; iloop = 0; if (!is_trimmed[0]) { /* if the first point on the contour isn't trimmed, go ahead and * drop an edge down to the bisecting plane, (thus starting the * join). (Only need to do this for cut join, its bad if done for * round join). (Also, do this only for open contours; leads to * bugs when done for closed contours). */ if ((__TUBE_CUT_JOIN) && (!(save_style & TUBE_CONTOUR_CLOSED))) { VEC_SUM (tmp_vec, trimmed_loop[0], bis_vector); INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[0], tmp_vec); VEC_COPY ( (&cap_loop[3*iloop]), sect); iloop ++; } VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[0])); iloop++; icnt_prev = icnt; icnt ++; } else { /* else, loop until an untrimmed point is found */ was_trimmed = TRUE; while (is_trimmed[icnt]) { icnt_prev = icnt; icnt ++; if (icnt >= ncp) { free (cap_loop); return; /* oops - everything was trimmed */ } } } /* Start walking around the end cap. Every time the end loop is * trimmed, we know we'll need to draw a fillet triangle. In * addition, after every pair of visibility changes, we draw a cap. */ if (__TUBE_CLOSE_CONTOUR) { istop = ncp; } else { istop = ncp-1; } /* save the join style, and disable a closed contour. * Need to do this so partial contours don't close up. */ gleSetJoinStyle (save_style & ~TUBE_CONTOUR_CLOSED); for (; icnt_prev < istop; icnt_prev ++, icnt ++, icnt %= ncp) { /* There are four interesting cases for drawing caps and fillets: * 1) this & previous point were trimmed. Don't do anything, * advance counter. * 2) this point trimmed, previous not -- draw fillet, and * draw cap. * 3) this point not trimmed, previous one was -- compute * intersection point, draw fillet with it, and save * point for cap contour. * 4) this & previous point not trimmed -- save for endcap. */ /* Case 1 -- noop, just advance pointers */ if (is_trimmed[icnt_prev] && is_trimmed[icnt]) { } /* Case 2 -- Hah! first point! compute intersect & draw fillet! */ if (is_trimmed[icnt_prev] && !is_trimmed[icnt]) { /* important note: the array "untrimmed" contains valid * untrimmed data ONLY when is_trim is TRUE. Otherwise, * only "trim" containes valid data */ /* compute intersection */ INNERSECT (sect, bis_origin, bis_vector, untrimmed_loop[icnt_prev], trimmed_loop[icnt]); /* Draw Fillet */ draw_fillet_triangle_plain (trimmed_loop[icnt_prev], trimmed_loop[icnt], sect, face, front_color, back_color); VEC_COPY ( (&cap_loop[3*iloop]), sect); iloop ++; VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[icnt])); iloop++; } /* Case 3 -- add to collection of points */ if (!is_trimmed[icnt_prev] && !is_trimmed[icnt]) { VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[icnt])); iloop++; } /* Case 4 -- Hah! last point! draw fillet & draw cap! */ if (!is_trimmed[icnt_prev] && is_trimmed[icnt]) { was_trimmed = TRUE; /* important note: the array "untrimmed" contains valid * untrimmed data ONLY when is_trim is TRUE. Otherwise, * only "trim" containes valid data */ /* compute intersection */ INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[icnt_prev], untrimmed_loop[icnt]); /* Draw Fillet */ draw_fillet_triangle_plain (trimmed_loop[icnt_prev], trimmed_loop[icnt], sect, face, front_color, back_color); VEC_COPY ( (&cap_loop[3*iloop]), sect); iloop ++; /* draw cap */ if (iloop >= 3) (*cap_callback) (iloop, (gleDouble (*)[3]) cap_loop, front_color, cut_vector, bis_vector, NULL, face); /* reset cap counter */ iloop = 0; } } /* now, finish up in the same way that we started. If the last * point of the contour is visible, drop an edge to the bisecting * plane, thus finishing the join, and then, draw the join! */ icnt --; /* decrement to make up for loop exit condititons */ icnt += ncp; icnt %= ncp; if ((!is_trimmed[icnt]) && (iloop >= 2)) { VEC_SUM (tmp_vec, trimmed_loop[icnt], bis_vector); INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[icnt], tmp_vec); VEC_COPY ( (&cap_loop[3*iloop]), sect); iloop ++; /* if nothing was ever trimmed, then we want to draw the * cap the way the user asked for it -- closed or not closed. * Therefore, reset the closure flag to its original state. */ if (!was_trimmed) { gleSetJoinStyle (save_style); } /* draw cap */ (*cap_callback) (iloop, (gleDouble (*)[3]) cap_loop, front_color, cut_vector, bis_vector, NULL, face); } /* rest to the saved style */ gleSetJoinStyle (save_style); free (cap_loop); } /* ============================================================ */ static void draw_fillets_and_join_n_norms (int ncp, gleDouble trimmed_loop[][3], gleDouble untrimmed_loop[][3], int is_trimmed[], gleDouble bis_origin[3], gleDouble bis_vector[3], double normals[][3], float front_color[3], float back_color[3], gleDouble cut_vector[3], int face, gleCapCallback cap_callback) { int istop; int icnt, icnt_prev, iloop; double *cap_loop, *norm_loop; gleDouble sect[3]; gleDouble tmp_vec[3]; int save_style = 0; int was_trimmed = FALSE; save_style = gleGetJoinStyle (); cap_loop = (double *) malloc ((ncp+3)*3*2*sizeof (double)); norm_loop = cap_loop + (ncp+3)*3; /* * If the first point is trimmed, keep going until one * is found that is not trimmed, and start join there. */ icnt = 0; iloop = 0; if (!is_trimmed[0]) { /* if the first point on the contour isn't trimmed, go ahead and * drop an edge down to the bisecting plane, (thus starting the * join). (Only need to do this for cut join, its bad if done for * round join). (Also, leads to bugs when done for closed * contours ... do this only if contour is open). */ if ((__TUBE_CUT_JOIN) && (!(save_style & TUBE_CONTOUR_CLOSED))) { VEC_SUM (tmp_vec, trimmed_loop[0], bis_vector); INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[0], tmp_vec); VEC_COPY ( (&cap_loop[3*iloop]), sect); VEC_COPY ( (&norm_loop[3*iloop]), normals[0]); iloop ++; } VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[0])); VEC_COPY ( (&norm_loop[3*iloop]), normals[0]); iloop++; icnt_prev = icnt; icnt ++; } else { /* else, loop until an untrimmed point is found */ was_trimmed = TRUE; while (is_trimmed[icnt]) { icnt_prev = icnt; icnt ++; if (icnt >= ncp) { free (cap_loop); return; /* oops - everything was trimmed */ } } } /* Start walking around the end cap. Every time the end loop is * trimmed, we know we'll need to draw a fillet triangle. In * addition, after every pair of visibility changes, we draw a cap. */ if (__TUBE_CLOSE_CONTOUR) { istop = ncp; } else { istop = ncp-1; } /* save the join style, and disable a closed contour. * Need to do this so partial contours don't close up. */ save_style = gleGetJoinStyle (); gleSetJoinStyle (save_style & ~TUBE_CONTOUR_CLOSED); for (; icnt_prev < istop; icnt_prev ++, icnt ++, icnt %= ncp) { /* There are four interesting cases for drawing caps and fillets: * 1) this & previous point were trimmed. Don't do anything, * advance counter. * 2) this point trimmed, previous not -- draw fillet, and * draw cap. * 3) this point not trimmed, previous one was -- compute * intersection point, draw fillet with it, and save * point for cap contour. * 4) this & previous point not trimmed -- save for endcap. */ /* Case 1 -- noop, just advance pointers */ if (is_trimmed[icnt_prev] && is_trimmed[icnt]) { } /* Case 2 -- Hah! first point! compute intersect & draw fillet! */ if (is_trimmed[icnt_prev] && !is_trimmed[icnt]) { /* important note: the array "untrimmed" contains valid * untrimmed data ONLY when is_trim is TRUE. Otherwise, * only "trim" containes valid data */ /* compute intersection */ INNERSECT (sect, bis_origin, bis_vector, untrimmed_loop[icnt_prev], trimmed_loop[icnt]); /* Draw Fillet */ draw_fillet_triangle_n_norms (trimmed_loop[icnt_prev], trimmed_loop[icnt], sect, face, front_color, back_color, normals[icnt_prev], normals[icnt]); VEC_COPY ( (&cap_loop[3*iloop]), sect); VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt_prev]); iloop ++; VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[icnt])); VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt]); iloop++; } /* Case 3 -- add to collection of points */ if (!is_trimmed[icnt_prev] && !is_trimmed[icnt]) { VEC_COPY ( (&cap_loop[3*iloop]), (trimmed_loop[icnt])); VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt]); iloop++; } /* Case 4 -- Hah! last point! draw fillet & draw cap! */ if (!is_trimmed[icnt_prev] && is_trimmed[icnt]) { was_trimmed = TRUE; /* important note: the array "untrimmed" contains valid * untrimmed data ONLY when is_trim is TRUE. Otherwise, * only "trim" containes valid data */ /* compute intersection */ INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[icnt_prev], untrimmed_loop[icnt]); /* Draw Fillet */ draw_fillet_triangle_n_norms (trimmed_loop[icnt_prev], trimmed_loop[icnt], sect, face, front_color, back_color, normals[icnt_prev], normals[icnt]); VEC_COPY ( (&cap_loop[3*iloop]), sect); /* OK, maybe phong normals are wrong, but at least facet * normals will come out OK. */ if (__TUBE_DRAW_FACET_NORMALS) { VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt_prev]); } else { VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt]); } iloop ++; /* draw cap */ if (iloop >= 3) (*cap_callback) (iloop, (gleVector *) cap_loop, front_color, cut_vector, bis_vector, (gleVector *) norm_loop, face); /* reset cap counter */ iloop = 0; } } /* now, finish up in the same way that we started. */ icnt --; /* decrement to make up for loop exit condititons */ icnt += ncp; icnt %= ncp; if ((!is_trimmed[icnt]) && (iloop >= 2)) { /* If the last point of the contour is visible, drop an edge * to the bisecting plane, thus finishing the join. * Note that doing this leads to bugs if done for closed * contours ... do this only if contour is open. */ if ((__TUBE_CUT_JOIN) && (!(save_style & TUBE_CONTOUR_CLOSED))) { VEC_SUM (tmp_vec, trimmed_loop[icnt], bis_vector); INNERSECT (sect, bis_origin, bis_vector, trimmed_loop[icnt], tmp_vec); VEC_COPY ( (&cap_loop[3*iloop]), sect); VEC_COPY ( (&norm_loop[3*iloop]), normals[icnt]); iloop ++; } /* if nothing was ever trimmed, then we want to draw the * cap the way the user asked for it -- closed or not closed. * Therefore, reset the closure flag to its original state. */ if (!was_trimmed) { gleSetJoinStyle (save_style); } /* draw cap */ (*cap_callback) (iloop, (gleVector *) cap_loop, front_color, cut_vector, bis_vector, (gleVector *) norm_loop, face); } /* rest to the saved style */ gleSetJoinStyle (save_style); free (cap_loop); } /* ============================================================ */ /* This routine draws "cut" style extrusions. */ void extrusion_round_or_cut_join (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]) /* 2D contour xforms */ { int i, j; int inext, inextnext; gleDouble m[4][4]; gleDouble tube_len, seg_len; gleDouble diff[3]; gleDouble bi_0[3], bi_1[3]; /* bisecting plane */ gleDouble bisector_0[3], bisector_1[3]; /* bisecting plane */ gleDouble cut_0[3], cut_1[3]; /* cutting planes */ gleDouble lcut_0[3], lcut_1[3]; /* cutting planes */ int valid_cut_0, valid_cut_1; /* flag -- cut vector is valid */ gleDouble end_point_0[3], end_point_1[3]; gleDouble torsion_point_0[3], torsion_point_1[3]; gleDouble isect_point[3]; gleDouble origin[3], neg_z[3]; gleDouble yup[3]; /* alternate up vector */ gleDouble *front_cap, *back_cap; /* arrays containing the end caps */ gleDouble *front_loop, *back_loop; /* arrays containing the tube ends */ double *front_norm, *back_norm; /* arrays containing normal vecs */ double *norm_loop=0x0, *tmp; /* normal vectors, cast into 3d from 2d */ int *front_is_trimmed, *back_is_trimmed; /* T or F */ float *front_color, *back_color; /* pointers to segment colors */ gleCapCallback cap_callback = 0x0 ; /* function callback to draw cap */ gleCapCallback tmp_cap_callback = 0x0; /* function callback to draw cap */ int join_style_is_cut; /* TRUE if join style is cut */ double dot; /* partial dot product */ char *mem_anchor; int first_time = TRUE; gleDouble *cut_vec; /* create a local, block scope copy of of the join style. * this will alleviate wasted cycles and register write-backs */ /* choose the right callback, depending on the choosen join style */ if (__TUBE_CUT_JOIN) { join_style_is_cut = TRUE; cap_callback = draw_cut_style_cap_callback; } else { join_style_is_cut = FALSE; cap_callback = draw_round_style_cap_callback; } /* By definition, the contour passed in has its up vector pointing in * the y direction */ if (up == NULL) { yup[0] = 0.0; yup[1] = 1.0; yup[2] = 0.0; } else { VEC_COPY (yup, up); } /* ========== "up" vector sanity check ========== */ (void) up_sanity_check (yup, npoints, point_array); /* the origin is at the origin */ origin [0] = 0.0; origin [1] = 0.0; origin [2] = 0.0; /* and neg_z is at neg z */ neg_z[0] = 0.0; neg_z[1] = 0.0; neg_z[2] = 1.0; /* malloc the data areas that we'll need to store the end-caps */ mem_anchor = malloc (4 * 3*ncp*sizeof(gleDouble) + 2 * 3*ncp*sizeof(double) + 2 * 1*ncp*sizeof(int)); front_norm = (double *) mem_anchor; back_norm = front_norm + 3*ncp; front_loop = (gleDouble *) (back_norm + 3*ncp); back_loop = front_loop + 3*ncp; front_cap = back_loop + 3*ncp; back_cap = front_cap + 3*ncp; front_is_trimmed = (int *) (back_cap + 3*ncp); back_is_trimmed = front_is_trimmed + ncp; /* ======================================= */ /* |-|-|-|-|-|-|-|-| SET UP FOR FIRST SEGMENT |-|-|-|-|-|-|-| */ /* ignore all segments of zero length */ i = 1; inext = i; FIND_NON_DEGENERATE_POINT (inext, npoints, seg_len, diff, point_array); tube_len = seg_len; /* store for later use */ /* may as well get the normals set up now */ if (cont_normal != NULL) { if (xform_array == NULL) { norm_loop = front_norm; back_norm = norm_loop; for (j=0; j 0.0)) { */ VEC_COPY ((&front_cap[3*j]), (&front_loop [3*j])); VEC_COPY ((&front_loop[3*j]), isect_point); front_is_trimmed[j] = TRUE; } else { front_is_trimmed[j] = FALSE; } /* if intersection is behind the end of the segment, * truncate to the end of the segment * Note that coding front_loop [3*j+2] = -tube_len; * doesn't work when twists are involved, */ if (front_loop[3*j+2] < -tube_len) { VEC_COPY( (&front_loop[3*j]), end_point_1); } /* --------------------------------------------------- */ /* The two end-points define a line. We did one endpoint * above. Now do the other.Intersect this line * against the clipping plane defined by the NEXT * tube segment. */ /* if this and the last tube are co-linear, don't cut the angle * if you do, a divide by zero will result. This and last tube * are co-linear when the cut vector is of zero length */ if (valid_cut_1 && join_style_is_cut) { INNERSECT (isect_point, /* isect point (returned) */ neg_z, /* point on intersecting plane */ lcut_1, /* normal vector to plane */ end_point_1, /* point on line */ end_point_0); /* another point on the line */ if (lcut_1[2] > 0.0) { VEC_SCALE (lcut_1, -1.0, lcut_1); } dot = lcut_1[0] * end_point_1[0]; dot += lcut_1[1] * end_point_1[1]; VEC_COPY ((&back_loop[3*j]), isect_point); } else { /* actual value of dot not interseting; need * only be positive so that if test below failes */ dot = 1.0; VEC_COPY ((&back_loop[3*j]), end_point_1); } INNERSECT (isect_point, /* intersection point (returned) */ neg_z, /* point on intersecting plane */ bisector_1, /* normal vector to plane */ torsion_point_0, /* point on line */ end_point_1); /* another point on the line */ /* cut out interior of intersecting tube */ /* ... but save the uncut version for drawing the endcaps */ /* ... note that cap contains valid data ONLY when is *_trimmed is TRUE. */ /* if ((dot <= 0.0) || (back_loop[3*j+2] < -tube_len)) { */ if ((dot <= 0.0) || (isect_point[2] > back_loop[3*j+2])) { VEC_COPY ((&back_cap[3*j]), (&back_loop [3*j])); VEC_COPY ((&back_loop[3*j]), isect_point); back_is_trimmed[j] = TRUE; } else { back_is_trimmed[j] = FALSE; } /* if intersection is behind the end of the segment, * truncate to the end of the segment * Note that coding back_loop [3*j+2] = 0.0; * doesn't work when twists are involved, */ if (back_loop[3*j+2] > 0.0) { VEC_COPY( (&back_loop[3*j]), end_point_0); } } /* --------- END OF TMESH GENERATION -------------- */ /* |||||||||||||||||| START SEGMENT DRAW |||||||||||||||||||| */ /* There are six different cases we can have for presence and/or * absecnce of colors and normals, and for interpretation of * normals. The blechy set of nested if statements below * branch to each of the six cases */ if (xform_array == NULL) { if (color_array == NULL) { if (cont_normal == NULL) { draw_segment_plain (ncp, (gleVector *) front_loop, (gleVector *) back_loop, inext, seg_len); } else if (__TUBE_DRAW_FACET_NORMALS) { draw_segment_facet_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) norm_loop, inext, seg_len); } else { draw_segment_edge_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) norm_loop, inext, seg_len); } } else { if (cont_normal == NULL) { draw_segment_color (ncp, (gleVector *) front_loop, (gleVector *) back_loop, color_array[inext-1], color_array[inext], inext, seg_len); } else if (__TUBE_DRAW_FACET_NORMALS) { draw_segment_c_and_facet_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) norm_loop, color_array[inext-1], color_array[inext], inext, seg_len); } else { draw_segment_c_and_edge_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) norm_loop, color_array[inext-1], color_array[inext], inext, seg_len); } } } else { if (color_array == NULL) { if (cont_normal == NULL) { draw_segment_plain (ncp, (gleVector *) front_loop, (gleVector *) back_loop, inext, seg_len); } else if (__TUBE_DRAW_FACET_NORMALS) { draw_binorm_segment_facet_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) front_norm, (gleVector *) back_norm, inext, seg_len); } else { draw_binorm_segment_edge_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) front_norm, (gleVector *) back_norm, inext, seg_len); } } else { if (cont_normal == NULL) { draw_segment_color (ncp, (gleVector *) front_loop, (gleVector *) back_loop, color_array[inext-1], color_array[inext], inext, seg_len); } else if (__TUBE_DRAW_FACET_NORMALS) { draw_binorm_segment_c_and_facet_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) front_norm, (gleVector *) back_norm, color_array[inext-1], color_array[inext], inext, seg_len); } else { draw_binorm_segment_c_and_edge_n (ncp, (gleVector *) front_loop, (gleVector *) back_loop, (gleVector *) front_norm, (gleVector *) back_norm, color_array[inext-1], color_array[inext], inext, seg_len); } } } /* |||||||||||||||||| END SEGMENT DRAW |||||||||||||||||||| */ /* v^v^v^v^v^v^v^v^v BEGIN END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ /* if end caps are required, draw them. But don't draw any * but the very first and last caps */ if (first_time) { first_time = FALSE; tmp_cap_callback = cap_callback; cap_callback = null_cap_callback; if (__TUBE_DRAW_CAP) { if (color_array != NULL) C3F (color_array[inext-1]); draw_angle_style_front_cap (ncp, bisector_0, (gleVector *) front_loop); } } /* v^v^v^v^v^v^v^v^v END END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ /* $$$$$$$$$$$$$$$$ BEGIN -1, FILLET & JOIN DRAW $$$$$$$$$$$$$$$$$ */ /* * Now, draw the fillet triangles, and the join-caps. */ if (color_array != NULL) { front_color = color_array[inext-1]; back_color = color_array[inext]; } else { front_color = NULL; back_color = NULL; } if (cont_normal == NULL) { /* the flag valid-cut is true if the cut vector has a valid * value (i.e. if a degenerate case has not occured). */ if (valid_cut_0) { cut_vec = lcut_0; } else { cut_vec = NULL; } draw_fillets_and_join_plain (ncp, (gleVector *) front_loop, (gleVector *) front_cap, front_is_trimmed, origin, bisector_0, front_color, back_color, cut_vec, TRUE, cap_callback); /* v^v^v^v^v^v^v^v^v BEGIN END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ if (inext == npoints-2) { if (__TUBE_DRAW_CAP) { if (color_array != NULL) C3F (color_array[inext]); draw_angle_style_back_cap (ncp, bisector_1, (gleVector *) back_loop); cap_callback = null_cap_callback; } } else { /* restore ability to draw cap */ cap_callback = tmp_cap_callback; } /* v^v^v^v^v^v^v^v^v END END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ /* the flag valid-cut is true if the cut vector has a valid * value (i.e. if a degenerate case has not occured). */ if (valid_cut_1) { cut_vec = lcut_1; } else { cut_vec = NULL; } draw_fillets_and_join_plain (ncp, (gleVector *) back_loop, (gleVector *) back_cap, back_is_trimmed, neg_z, bisector_1, back_color, front_color, cut_vec, FALSE, cap_callback); } else { /* the flag valid-cut is true if the cut vector has a valid * value (i.e. if a degenerate case has not occured). */ if (valid_cut_0) { cut_vec = lcut_0; } else { cut_vec = NULL; } draw_fillets_and_join_n_norms (ncp, (gleVector *) front_loop, (gleVector *) front_cap, front_is_trimmed, origin, bisector_0, (gleVector *) front_norm, front_color, back_color, cut_vec, TRUE, cap_callback); /* v^v^v^v^v^v^v^v^v BEGIN END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ if (inext == npoints-2) { if (__TUBE_DRAW_CAP) { if (color_array != NULL) C3F (color_array[inext]); draw_angle_style_back_cap (ncp, bisector_1, (gleDouble (*)[3]) back_loop); cap_callback = null_cap_callback; } } else { /* restore ability to draw cap */ cap_callback = tmp_cap_callback; } /* v^v^v^v^v^v^v^v^v END END CAPS v^v^v^v^v^v^v^v^v^v^v^v */ /* the flag valid-cut is true if the cut vector has a valid * value (i.e. if a degenerate case has not occured). */ if (valid_cut_1) { cut_vec = lcut_1; } else { cut_vec = NULL; } draw_fillets_and_join_n_norms (ncp, (gleVector *) back_loop, (gleVector *) back_cap, back_is_trimmed, neg_z, bisector_1, (gleVector *) back_norm, back_color, front_color, cut_vec, FALSE, cap_callback); } /* $$$$$$$$$$$$$$$$ END FILLET & JOIN DRAW $$$$$$$$$$$$$$$$$ */ /* pop this matrix, do the next set */ POPMATRIX (); /* slosh stuff over to next vertex */ tmp = front_norm; front_norm = back_norm; back_norm = tmp; tube_len = seg_len; i = inext; inext = inextnext; VEC_COPY (bi_0, bi_1); VEC_COPY (cut_0, cut_1); valid_cut_0 = valid_cut_1; /* reflect the up vector in the bisecting plane */ VEC_REFLECT (yup, yup, bi_0); } /* |-|-|-|-|-|-|-|-| END LOOP OVER SEGMENTS |-|-|-|-|-|-|-| */ free (mem_anchor); } /* =================== END OF FILE =============================== */ gle-3.1.0/src/ex_raw.c0000644000076400007640000007177007635516013010215 /* * MODULE NAME: ex_raw.c * * FUNCTION: * This module contains code that draws extrusions with square * ("raw join style") end styles. It also inserts colors and normals * where necessary, if appropriate. * * HISTORY: * written by Linas Vepstas August/September 1991 * split into multiple compile units, Linas, October 1991 * added normal vectors Linas, October 1991 * "code complete" (that is, I'm done), Linas Vepstas, October 1991 * work around OpenGL's lack of support for concave polys, June 1994 * * Copyright (C) 1991,1994,2003 Linas Vepstas */ #include #include #include #include /* for the memcpy() subroutine */ #include /* to get stderr defined */ #include "gle.h" #include "port.h" #include "vvector.h" #include "tube_gc.h" #include "extrude.h" #include "intersect.h" #include "segment.h" /* ============================================================ */ #ifndef COLOR_SIGNATURE /* * The following routine is, in principle, very simple: * all that it does is normalize the up vector, and makes * sure that it is perpendicular to the initial polyline segment. * * In fact, this routine gets awfully complicated because: * a) the first few segements of the polyline might be degenerate, * b) up vecotr may be parallel to first few segments of polyline, * c) etc. * */ void up_sanity_check (gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3]) /* polyline */ { int i; double len; double diff[3]; /* now, right off the bat, we should make sure that the up vector * is in fact perpendicular to the polyline direction */ VEC_DIFF (diff, point_array[1], point_array[0]); VEC_LENGTH (len, diff); if (len == 0.0) { /* This error message should go through an "official" error interface */ #ifndef WIN32 /* Win32 GUI programs do not have a valid error stream; and so * although they compile, they will crash when run. */ fprintf (stderr, "Extrusion: Warning: initial segment zero length \n"); #endif /* WIN32 */ /* loop till we find something that ain't of zero length */ for (i=1; i-1; j--) { point [0] = contour[j][0]; point [1] = contour[j][1]; V3F (point, j, BACK_CAP); } } ENDPOLYGON (); #endif /* GL_32 */ #ifdef OPENGL_10 /* malloc the @#$%^&* array that OpenGL wants ! */ pts = (double *) malloc (3*ncp*sizeof(double)); tobj = gluNewTess (); gluTessCallback (tobj, GLU_BEGIN, glBegin); gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); gluTessCallback (tobj, GLU_END, glEnd); gluBeginPolygon (tobj); /* draw the loop counter clockwise for the front cap */ if (frontwards) { for (j=0; j-1; j--) { pts [3*j] = contour[j][0]; pts [3*j+1] = contour[j][1]; pts [3*j+2] = zval; gluTessVertex (tobj, &pts[3*j], &pts[3*j]); } } gluEndPolygon (tobj); free (pts); gluDeleteTess (tobj); #endif /* OPENGL_10 */ } #endif /* COLOR_SIGNATURE */ /* ============================================================ */ /* This routine does what it says: It draws a counter-clockwise cap * from a 3D contour loop list */ static void draw_front_contour_cap (int ncp, /* number of contour points */ gleDouble contour[][3]) /* 3D contour */ { int j; #ifdef OPENGL_10 GLUtriangulatorObj *tobj; #endif /* OPENGL_10 */ #ifdef GL_32 /* old-style gl handles concave polygons no problem, so the code is * simple. New-style gl is a lot more tricky. */ /* draw the end cap */ BGNPOLYGON (); for (j=0; j-1; j--) { V3F (contour[j], j, BACK_CAP); } ENDPOLYGON (); #endif /* GL_32 */ #ifdef OPENGL_10 tobj = gluNewTess (); gluTessCallback (tobj, GLU_BEGIN, glBegin); gluTessCallback (tobj, GLU_VERTEX, glVertex3dv); gluTessCallback (tobj, GLU_END, glEnd); gluBeginPolygon (tobj); /* draw the end cap */ /* draw the loop clockwise for the back cap */ /* the sense of the loop is reversed for backfacing culling */ for (j=ncp-1; j>-1; j--) { gluTessVertex (tobj, contour[j], contour[j]); } gluEndPolygon (tobj); gluDeleteTess (tobj); #endif /* OPENGL_10 */ } /* ============================================================ */ /* This routine draws a segment of raw-join-style tubing. * Essentially, we assume that the proper transformations have already * been performed to properly orient the tube segment -- our only task * left is to render */ /* PLAIN - NO COLOR, NO NORMAL */ static void draw_raw_segment_plain (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ int inext, gleDouble len) { int j; double point[3]; /* draw the tube segment */ BGNTMESH (inext, len); for (j=0; j */ #include #include #include #include /* for the memcpy() subroutine */ #include "gle.h" #include "port.h" #include "vvector.h" #include "tube_gc.h" #include "extrude.h" #include "intersect.h" /* ============================================================ */ #ifndef COLOR_SIGNATURE /* The routine below determines the type of join style that will be * used for tubing. */ void gleSetJoinStyle (int style) { INIT_GC(); extrusion_join_style = style; } int gleGetJoinStyle (void) { INIT_GC(); return (extrusion_join_style); } #endif /* COLOR_SIGNATURE */ /* ============================================================ */ /* * draw a general purpose extrusion */ void gleSuperExtrusion (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]) /* 2D contour xforms */ { INIT_GC(); _gle_gc -> ncp = ncp; _gle_gc -> contour = contour; _gle_gc -> cont_normal = cont_normal; _gle_gc -> up = up; _gle_gc -> npoints = npoints; _gle_gc -> point_array = point_array; _gle_gc -> color_array = color_array; _gle_gc -> xform_array = xform_array; switch (__TUBE_STYLE) { case TUBE_JN_RAW: (void) extrusion_raw_join (ncp, contour, cont_normal, up, npoints, point_array, color_array, xform_array); break; case TUBE_JN_ANGLE: (void) extrusion_angle_join (ncp, contour, cont_normal, up, npoints, point_array, color_array, xform_array); break; case TUBE_JN_CUT: case TUBE_JN_ROUND: /* This routine used for both cut and round styles */ (void) extrusion_round_or_cut_join (ncp, contour, cont_normal, up, npoints, point_array, color_array, xform_array); break; default: break; } } /* ============================================================ */ void gleExtrusion (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[]) /* color of polyline */ { gleSuperExtrusion (ncp, contour, cont_normal, up, npoints, point_array, color_array, NULL); } /* ============================================================ */ /* should really make this an adaptive algorithm ... */ static void gen_polycone (int npoints, gleDouble point_array[][3], gleColor color_array[], gleDouble radius, gleDouble xform_array[][2][3]) { int saved_style; gleTwoVec *circle, *norm; int i, nslices; double v21[3]; double len; gleDouble up[3]; INIT_GC(); nslices = __TESS_SLICES; circle = __TESS_CIRCLE; norm = __TESS_NORM; /* this if statement forces this routine into double-duty for * both the polycone and the polycylinder routines */ if (xform_array != NULL) radius = 1.0; /* draw a norm using recursion relations */ for (i=0; iinf) (1+x/N) ** N * and take N=32. */ /* initialize translation and delta translation */ deltaTrans[0] = delta * dXformdTheta[0][2]; deltaTrans[1] = delta * dXformdTheta[1][2]; trans[0] = startXform[0][2]; trans[1] = startXform[1][2]; /* prepare the tangent matrix */ delta /= 32.0; mA[0][0] = 1.0 + delta * dXformdTheta[0][0]; mA[0][1] = delta * dXformdTheta[0][1]; mA[1][0] = delta * dXformdTheta[1][0]; mA[1][1] = 1.0 + delta * dXformdTheta[1][1]; /* compute exponential of matrix */ MATRIX_PRODUCT_2X2 (mB, mA, mA); /* squared */ MATRIX_PRODUCT_2X2 (mA, mB, mB); /* 4th power */ MATRIX_PRODUCT_2X2 (mB, mA, mA); /* 8th power */ MATRIX_PRODUCT_2X2 (mA, mB, mB); /* 16th power */ MATRIX_PRODUCT_2X2 (mB, mA, mA); /* 32nd power */ /* initialize running matrix */ COPY_MATRIX_2X2 (run, startXform); /* remember, the first point is hidden -- load some, any * xform for the first point */ xforms[0][0][0] = startXform[0][0]; xforms[0][0][1] = startXform[0][1]; xforms[0][0][2] = startXform[0][2]; xforms[0][1][0] = startXform[1][0]; xforms[0][1][1] = startXform[1][1]; xforms[0][1][2] = startXform[1][2]; for (i=1; i #ifdef GL_32 struct _emu_qmesh_vertex_pair { float ca[3]; float na[3]; float va[4]; float cb[3]; float nb[3]; float vb[4]; }; #define QMESH 6 static int bgnmode = 0; struct _emu_qmesh { int num_vert; struct _emu_qmesh_vertex_pair paira; struct _emu_qmesh_vertex_pair pairb; struct _emu_qmesh_vertex_pair *first_pair; struct _emu_qmesh_vertex_pair *second_pair; float defer_color[3]; float defer_normal[3]; } * _emu_qmesh_GC; #define COPY_THREE_WORDS(A,B) { \ struct three_words { long a, b, c; }; \ *(struct three_words *) (A) = *(struct three_words *) (B); \ } #define COPY_FOUR_WORDS(A,B) { \ struct four_words { long a, b, c, d; }; \ *(struct four_words *) (A) = *(struct four_words *) (B); \ } /* ================================================================= */ void _emu_qmesh_InitGC (struct _emu_qmesh * tmp) { tmp -> num_vert = 0; tmp -> first_pair = & (tmp -> paira); tmp -> second_pair = & (tmp -> pairb); tmp -> defer_color[0] = 0.0; tmp -> defer_color[1] = 0.0; tmp -> defer_color[2] = 0.0; tmp -> defer_normal[0] = 0.0; tmp -> defer_normal[1] = 0.0; tmp -> defer_normal[2] = 0.0; } /* ================================================================= */ struct _emu_qmesh * _emu_qmesh_CreateGC (void) { struct _emu_qmesh * tmp; tmp = (struct _emu_qmesh *) malloc (sizeof (struct _emu_qmesh)); _emu_qmesh_InitGC (tmp); return (tmp); } /* ================================================================= */ void _emu_qmesh_DestroyGC (void) { free (_emu_qmesh_GC); } /* ================================================================= */ void _emu_qmesh_bgnqmesh (void) { _emu_qmesh_GC = _emu_qmesh_CreateGC (); bgnmode = QMESH; } /* ================================================================= */ void _emu_qmesh_endqmesh (void) { _emu_qmesh_DestroyGC (); bgnmode = 0; } /* ================================================================= */ void _emu_qmesh_c3f (float c[3]) { if (bgnmode == QMESH) { COPY_THREE_WORDS (_emu_qmesh_GC -> defer_color, c); } else { c3f (c); } } /* ================================================================= */ void _emu_qmesh_n3f (float n[3]) { if (bgnmode == QMESH) { COPY_THREE_WORDS (_emu_qmesh_GC -> defer_normal, n); } else { n3f (n); } } /* ================================================================= */ void _emu_qmesh_v3f (float v[3]) { int nv, even_odd, fs; struct _emu_qmesh_vertex_pair *tmp; if (bgnmode == QMESH) { nv = _emu_qmesh_GC -> num_vert; even_odd = nv %2; fs = (nv %4) / 2; if (fs) { if (even_odd) { COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.cb, _emu_qmesh_GC -> defer_color); COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.nb, _emu_qmesh_GC -> defer_normal); COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.vb, v); _emu_qmesh_GC -> pairb.vb [3] = 1.0; } else { COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.ca, _emu_qmesh_GC -> defer_color); COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.na, _emu_qmesh_GC -> defer_normal); COPY_THREE_WORDS (_emu_qmesh_GC -> pairb.va, v); _emu_qmesh_GC -> pairb.va [3] = 1.0; } } else { if (even_odd) { COPY_THREE_WORDS (_emu_qmesh_GC -> paira.cb, _emu_qmesh_GC -> defer_color); COPY_THREE_WORDS (_emu_qmesh_GC -> paira.nb, _emu_qmesh_GC -> defer_normal); COPY_THREE_WORDS (_emu_qmesh_GC -> paira.vb, v); _emu_qmesh_GC -> paira.vb [3] = 1.0; } else { COPY_THREE_WORDS (_emu_qmesh_GC -> paira.ca, _emu_qmesh_GC -> defer_color); COPY_THREE_WORDS (_emu_qmesh_GC -> paira.na, _emu_qmesh_GC -> defer_normal); COPY_THREE_WORDS (_emu_qmesh_GC -> paira.va, v); _emu_qmesh_GC -> paira.va [3] = 1.0; } } if (even_odd && (nv >= 3)) { bgnpolygon (); c3f ( _emu_qmesh_GC -> first_pair -> ca); n3f ( _emu_qmesh_GC -> first_pair -> na); v4f ( _emu_qmesh_GC -> first_pair -> va); c3f ( _emu_qmesh_GC -> first_pair -> cb); n3f ( _emu_qmesh_GC -> first_pair -> nb); v4f ( _emu_qmesh_GC -> first_pair -> vb); c3f ( _emu_qmesh_GC -> second_pair -> cb); n3f ( _emu_qmesh_GC -> second_pair -> nb); v4f ( _emu_qmesh_GC -> second_pair -> vb); c3f ( _emu_qmesh_GC -> second_pair -> ca); n3f ( _emu_qmesh_GC -> second_pair -> na); v4f ( _emu_qmesh_GC -> second_pair -> va); endpolygon (); /* swap the data buffers */ tmp = _emu_qmesh_GC -> first_pair; _emu_qmesh_GC -> first_pair = _emu_qmesh_GC -> second_pair; _emu_qmesh_GC -> second_pair = tmp; } _emu_qmesh_GC -> num_vert ++; } else { v3f (v); } } #endif /* GL_32 */ /* ================================================================= */ gle-3.1.0/src/rot_prince.c0000644000076400007640000001000407121073030011036 #include #include "gle.h" #include "rot.h" #include "port.h" /* ========================================================== */ /* * The routines below generate and return more traditional rotation * matrices -- matrices for rotations about principal axes. */ /* ========================================================== */ static void urotx_cs (gleDouble m[4][4], /* returned */ gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create matrix that represents rotation about the x-axis */ ROTX_CS (m, cosine, sine); } /* ========================================================== */ static void rotx_cs (gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create and load matrix that represents rotation about the x-axis */ gleDouble m[4][4]; urotx_cs (m, cosine, sine); MULTMATRIX (m); } /* ========================================================== */ static void uroty_cs (gleDouble m[4][4], /* returned */ gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create matrix that represents rotation about the y-ayis */ ROTX_CS (m, cosine, sine); } /* ========================================================== */ static void roty_cs (gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create and load matriy that represents rotation about the y-ayis */ gleDouble m[4][4]; uroty_cs (m, cosine, sine); MULTMATRIX (m); } /* ========================================================== */ static void urotz_cs (gleDouble m[4][4], /* returned */ gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create matrix that represents rotation about the z-azis */ ROTX_CS (m, cosine, sine); } /* ========================================================== */ static void rotz_cs (gleDouble cosine, /* input */ gleDouble sine) /* input */ { /* create and load matrix that represents rotation about the z-azis */ gleDouble m[4][4]; urotz_cs (m, cosine, sine); MULTMATRIX (m); } /* ========================================================== */ static void urot_cs (gleDouble m[4][4], /* returned */ gleDouble cosine, /* input */ gleDouble sine, /* input */ char axis) /* input */ { /* create matrix that represents rotation about a principle axis */ switch (axis) { case 'x': case 'X': urotx_cs (m, cosine, sine); break; case 'y': case 'Y': uroty_cs (m, cosine, sine); break; case 'z': case 'Z': urotz_cs (m, cosine, sine); break; default: break; } } /* ========================================================== */ static void rot_cs (gleDouble cosine, /* input */ gleDouble sine, /* input */ char axis) /* input */ { /* create and load matrix that represents rotation about the z-axis */ gleDouble m[4][4]; urot_cs (m, cosine, sine, axis); MULTMATRIX (m); } /* ========================================================== */ void urot_prince (gleDouble m[4][4], /* returned */ gleDouble theta, /* input */ char axis) /* input */ { /* * generate rotation matrix for rotation around principal axis; * note that angle is measured in radians (divide by 180, multiply by * PI to convert from degrees). */ urot_cs (m, cos (theta), sin (theta), axis); } /* ========================================================== */ void rot_prince (gleDouble theta, /* input */ char axis) /* input */ { gleDouble m[4][4]; /* * generate rotation matrix for rotation around principal axis; * note that angle is measured in radians (divide by 180, multiply by * PI to convert from degrees). */ urot_prince (m, theta, axis); MULTMATRIX (m); } /* ========================================================== */ gle-3.1.0/src/rotate.c0000644000076400007640000000575007121026007010206 /* * MODULE NAME: rotate.c * * FUNCTION: * This module contains three different routines that compute rotation * matricies and load them into GL. * Detailed description is provided below. * * DEPENDENCIES: * The routines call GL matrix routines. * * HISTORY: * Developed & written, Linas Vepstas, Septmeber 1991 * Double precision port, March 1993 * * DETAILED DESCRIPTION: * This module contains three routines: * -------------------------------------------------------------------- * * void urot_about_axis (float m[4][4], --- returned * float angle, --- input * float axis[3]) --- input * Computes a rotation matrix. * The rotation is around the the direction specified by the argument * argument axis[3]. User may specify vector which is not of unit * length. The angle of rotation is specified in degrees, and is in the * right-handed direction. * * void rot_about_axis (float angle, --- input * float axis[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- * * void urot_axis (float m[4][4], --- returned * float omega, --- input * float axis[3]) --- input * Same as urot_about_axis(), but angle specified in radians. * It is assumed that the argument axis[3] is a vector of unit length. * If it is not of unit length, the returned matrix will not be correct. * * void rot_axis (float omega, --- input * float axis[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- * * void urot_omega (float m[4][4], --- returned * float omega[3]) --- input * same as urot_axis(), but the angle is taken as the length of the * vector omega[3] * * void rot_omega (float omega[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- */ #include "gle.h" #include "port.h" /* ========================================================== */ void rot_axis (gleDouble omega, /* input */ gleDouble axis[3]) /* input */ { gleDouble m[4][4]; urot_axis (m, omega, axis); MULTMATRIX (m); } /* ========================================================== */ void rot_about_axis (gleDouble angle, /* input */ gleDouble axis[3]) /* input */ { gleDouble m[4][4]; urot_about_axis (m, angle, axis); MULTMATRIX (m); } /* ========================================================== */ void rot_omega (gleDouble axis[3]) /* input */ { gleDouble m[4][4]; urot_omega (m, axis); MULTMATRIX(m); } /* ========================================================== */ gle-3.1.0/src/round_cap.c0000644000076400007640000001444307635456405010704 /* * MODULE NAME: round_cap.c * * FUNCTION: * This module contains code that draws the round end-cap for round * join-style tubing. * * HISTORY: * written by Linas Vepstas August/September 1991 * split into multiple compile units, Linas, October 1991 * added normal vectors Linas, October 1991 */ #include #include #include #include /* for the memcpy() subroutine */ #include "gle.h" #include "port.h" #include "vvector.h" #include "extrude.h" #include "tube_gc.h" #include "intersect.h" #include "segment.h" /* ============================================================ */ /* This routine does what it says: It draws the end-caps for the * "round" join style. */ /* HACK ALERT HACK ALERT HACK ALERT HACK ALERT */ /* This #define should be replaced by some adaptive thingy. * the adaptiveness needs to depend on relative angles and diameter of * extrusion relative to screen size (in pixels). */ #define __ROUND_TESS_PIECES 5 void draw_round_style_cap_callback (int ncp, double cap[][3], gleColor face_color, gleDouble cut[3], gleDouble bi[3], double norms[][3], int frontwards) { double axis[3]; double xycut[3]; double theta; double *last_contour, *next_contour; double *last_norm, *next_norm; double *cap_z; double *tmp; char *malloced_area; int i, j, k; double m[4][4]; if (face_color != NULL) C3F (face_color); /* ------------ start setting up rotation matrix ------------- */ /* if the cut vector is NULL (this should only occur in * a degenerate case), then we can't draw anything. return. */ if (cut == NULL) return; /* make sure that the cut vector points inwards */ if (cut[2] > 0.0) { VEC_SCALE (cut, -1.0, cut); } /* make sure that the bi vector points outwards */ if (bi[2] < 0.0) { VEC_SCALE (bi, -1.0, bi); } /* determine the axis we are to rotate about to get bi-contour. * Note that the axis will always lie in the x-y plane */ VEC_CROSS_PRODUCT (axis, cut, bi); /* reverse the cut vector for the back cap -- * need to do this to get angle right */ if (!frontwards) { VEC_SCALE (cut, -1.0, cut); } /* get angle to rotate by -- arccos of dot product of cut with cut * projected into the x-y plane */ xycut [0] = 0.0; xycut [1] = 0.0; xycut [2] = 1.0; VEC_PERP (xycut, cut, xycut); VEC_NORMALIZE (xycut); VEC_DOT_PRODUCT (theta, xycut, cut); theta = acos (theta); /* we'll tesselate round joins into a number of teeny pieces */ theta /= (double) __ROUND_TESS_PIECES; /* get the matrix */ urot_axis (m, theta, axis); /* ------------ done setting up rotation matrix ------------- */ /* This malloc is a fancy version of: * last_contour = (double *) malloc (3*ncp*sizeof(double); * next_contour = (double *) malloc (3*ncp*sizeof(double); */ malloced_area = malloc ((4*3+1) *ncp*sizeof (double)); last_contour = (double *) malloced_area; next_contour = last_contour + 3*ncp; cap_z = next_contour + 3*ncp; last_norm = cap_z + ncp; next_norm = last_norm + 3*ncp; /* make first copy of contour */ if (frontwards) { for (j=0; j */ #include #include #include #include /* for the memcpy() subroutine */ #include "gle.h" #include "port.h" #include "extrude.h" #include "tube_gc.h" #include "segment.h" #ifndef COLOR_SIGNATURE /* ============================================================ */ void draw_segment_plain (int ncp, /* number of contour points */ gleDouble front_contour[][3], gleDouble back_contour[][3], int inext, double len) { int j; /* draw the tube segment */ BGNTMESH (inext, len); for (j=0; j */ #include #include #include #include "gle.h" #include "port.h" #include "tube_gc.h" /* ======================================================= */ /* should really make this an adaptive algorithm ... */ #define _POLYCYL_TESS 20 static void setup_circle (gleGC *gc, int nslices); gleGC *_gle_gc = 0x0; gleGC * gleCreateGC (void) { gleGC * retval = (gleGC *) malloc (sizeof (gleGC)); retval -> bgn_gen_texture = 0x0; retval -> n3f_gen_texture = 0x0; retval -> n3d_gen_texture = 0x0; retval -> v3f_gen_texture = 0x0; retval -> v3d_gen_texture = 0x0; retval -> end_gen_texture = 0x0; retval -> save_bgn_gen_texture = 0x0; retval -> save_n3f_gen_texture = 0x0; retval -> save_n3d_gen_texture = 0x0; retval -> save_v3f_gen_texture = 0x0; retval -> save_v3d_gen_texture = 0x0; retval -> save_end_gen_texture = 0x0; retval -> join_style = TUBE_JN_ANGLE | TUBE_JN_CAP | TUBE_NORM_FACET; retval -> slices = 0; retval -> circle = 0x0; retval -> norm = 0x0; setup_circle (retval, _POLYCYL_TESS); retval -> ncp = 0; retval -> npoints = 0; retval -> num_vert = 0; retval -> segment_number = 0; retval -> segment_length = 0.0; retval -> accum_seg_len = 0.0; retval -> prev_x = 0.0; retval -> prev_y = 0.0; return retval; } void gleDestroyGC (void) { if (_gle_gc) { if (_gle_gc->circle) free (_gle_gc->circle); _gle_gc->circle = 0x0; free (_gle_gc); } _gle_gc = 0x0; } /* ======================================================= */ /* setup_circle is used to avoid excessive mallocs and frees * when drawing polycylinders and polycones */ static void setup_circle (gleGC *gc, int nslices) { int i; double c, s; if (!gc) return; if (0 > nslices) return; if (nslices == gc->slices) return; if (nslices > gc->slices) { gc->circle = (gleTwoVec *) realloc (gc->circle, sizeof(gleTwoVec)*2*nslices); gc->norm = &(gc->circle)[nslices]; } s = sin (2.0*M_PI/ ((double) nslices)); c = cos (2.0*M_PI/ ((double) nslices)); gc->norm [0][0] = 1.0; gc->norm [0][1] = 0.0; /* compute a perfect unit circle, using recursion relations */ for (i=1; inorm [i][0] = gc->norm[i-1][0] * c - gc->norm[i-1][1] * s; gc->norm [i][1] = gc->norm[i-1][0] * s + gc->norm[i-1][1] * c; } gc->slices = nslices; } int gleGetNumSides(void) { INIT_GC(); return (_gle_gc->slices); } void gleSetNumSides(int nslices) { INIT_GC(); setup_circle (_gle_gc, nslices); } /* ======================================================= */ #define segment_number (_gle_gc -> segment_number) #define segment_length (_gle_gc -> segment_length) #define accum_seg_len (_gle_gc -> accum_seg_len) #define num_vert (_gle_gc -> num_vert) #define prev_x (_gle_gc -> prev_x) #define prev_y (_gle_gc -> prev_y) /* ======================================================= */ static double save_nx = 0.0; static double save_ny = 0.0; static double save_nz = 0.0; static void save_normal (double *v) { save_nx = v[0]; save_ny = v[1]; save_nz = v[2]; } /* ======================================================= */ static void bgn_sphere_texgen (int inext, double len) { segment_number = inext - 1; segment_length = len; num_vert = 0; } /* ======================================================= */ /* * this routine assumes that the vertex passed in has been normalized * (i.e. is of unit length) */ static void sphere_texgen (double x, double y, double z, int jcnt, int which_end) { double theta, phi; /* let phi and theta range fro 0 to 1 */ phi = 0.5 * atan2 (x, y) / M_PI; phi += 0.5; theta = 1.0 - acos (z) / M_PI; /* if first vertex, merely record the texture coords */ if (num_vert == 0) { prev_x = phi; prev_y = theta; num_vert ++; } else { /* if texture coordinates changed radically, wrap them */ if ((prev_y - theta) > 0.6) { theta +=1.0; } else if ((prev_y - theta) < -0.6) { theta -=1.0; } /* else no-op */ prev_y = theta; /* if texture coordinates changed radically, wrap them */ if ((prev_x - phi) > 0.6) { phi +=1.0; } else if ((prev_x - phi) < -0.6) { phi -=1.0; } /* else no-op */ prev_x = phi; } T2F_D (phi, theta); } /* ======================================================= */ /* mappers */ static void vertex_sphere_texgen_v (double *v, int jcnt, int which_end) { double x = v[0]; double y = v[1]; double z = v[2]; double r; r = 1.0 / sqrt (x*x + y*y + z*z); x *= r; y *= r; z *= r; sphere_texgen (x, y, z, jcnt, which_end); } static void normal_sphere_texgen_v (double *v, int jcnt, int which_end) { sphere_texgen (save_nx, save_ny, save_nz, jcnt, which_end); } static void vertex_sphere_model_v (double *v, int jcnt, int which_end) { double x = _gle_gc->contour[jcnt][0]; double y = _gle_gc->contour[jcnt][1]; double z = v[2]; double r; r = 1.0 / sqrt (x*x + y*y + z*z); x *= r; y *= r; z *= r; sphere_texgen (x, y, z, jcnt, which_end); } static void normal_sphere_model_v (double *v, int jcnt, int which_end) { if (!(_gle_gc -> cont_normal)) return; sphere_texgen (_gle_gc->cont_normal[jcnt][0], _gle_gc->cont_normal[jcnt][1], 0.0, jcnt, which_end); } /* ======================================================= */ static void bgn_z_texgen (int inext, double len) { /* accumulate the previous length */ accum_seg_len += segment_length; /* save current values */ segment_number = inext - 1; segment_length = len; /* reset counter on first segment */ if (1 >= segment_number) accum_seg_len = 0.0; num_vert = 0; } /* ======================================================= */ static void cylinder_texgen (double x, double y, double z, int jcnt, int which_end) { double phi; /* let phi and theta range fro 0 to 1 */ phi = 0.5 * atan2 (x, y) / M_PI; phi += 0.5; /* if first vertex, merely record the texture coords */ if (num_vert == 0) { prev_x = phi; num_vert ++; } else { /* if texture coordinates changed radically, wrap them */ if ((prev_x - phi) > 0.6) { phi +=1.0; } else if ((prev_x - phi) < -0.6) { phi -=1.0; } /* else no-op */ prev_x = phi; } if (FRONT == which_end) { T2F_D (phi, accum_seg_len); } if (BACK == which_end) { T2F_D (phi, accum_seg_len + segment_length); } } /* ======================================================= */ /* mappers */ static void vertex_cylinder_texgen_v (double *v, int jcnt, int which_end) { double x = v[0]; double y = v[1]; double z = v[2]; double r; r = 1.0 / sqrt (x*x + y*y); x *= r; y *= r; cylinder_texgen (x, y, z, jcnt, which_end); } static void normal_cylinder_texgen_v (double *v, int jcnt, int which_end) { cylinder_texgen (save_nx, save_ny, save_nz, jcnt, which_end); } static void vertex_cylinder_model_v (double *v, int jcnt, int which_end) { double x = _gle_gc->contour[jcnt][0]; double y = _gle_gc->contour[jcnt][1]; double z = v[2]; double r; r = 1.0 / sqrt (x*x + y*y); x *= r; y *= r; cylinder_texgen (x, y, z, jcnt, which_end); } static void normal_cylinder_model_v (double *v, int jcnt, int which_end) { if (!(_gle_gc -> cont_normal)) return; cylinder_texgen (_gle_gc->cont_normal[jcnt][0], _gle_gc->cont_normal[jcnt][1], 0.0, jcnt, which_end); } /* ======================================================= */ static void flat_texgen (double x, double y, double z, int jcnt, int which_end) { if (FRONT == which_end) { T2F_D (x, accum_seg_len); } if (BACK == which_end) { T2F_D (x, accum_seg_len + segment_length); } } /* ======================================================= */ static void vertex_flat_texgen_v (double *v, int jcnt, int which_end) { flat_texgen (v[0], v[1], v[2], jcnt, which_end); } static void normal_flat_texgen_v (double *v, int jcnt, int which_end) { flat_texgen (save_nx, save_ny, save_nz, jcnt, which_end); } static void vertex_flat_model_v (double *v, int jcnt, int which_end) { flat_texgen (_gle_gc->contour[jcnt][0], _gle_gc->contour[jcnt][1], v[2], jcnt, which_end); } static void normal_flat_model_v (double *v, int jcnt, int which_end) { if (!(_gle_gc -> cont_normal)) return; flat_texgen (_gle_gc->cont_normal[jcnt][0], _gle_gc->cont_normal[jcnt][1], 0.0, jcnt, which_end); } /* ======================================================= */ void gleTextureMode (int mode) { INIT_GC(); /* enable textureing by restoring the mode */ _gle_gc -> bgn_gen_texture = _gle_gc -> save_bgn_gen_texture; _gle_gc -> n3f_gen_texture = _gle_gc -> save_n3f_gen_texture; _gle_gc -> n3d_gen_texture = _gle_gc -> save_n3d_gen_texture; _gle_gc -> v3f_gen_texture = _gle_gc -> save_v3f_gen_texture; _gle_gc -> v3d_gen_texture = _gle_gc -> save_v3d_gen_texture; _gle_gc -> end_gen_texture = _gle_gc -> save_end_gen_texture; switch (mode&GLE_TEXTURE_STYLE_MASK) { case GLE_TEXTURE_VERTEX_FLAT: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = vertex_flat_texgen_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_FLAT: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = normal_flat_texgen_v; _gle_gc -> n3d_gen_texture = save_normal; break; case GLE_TEXTURE_VERTEX_MODEL_FLAT: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = vertex_flat_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_MODEL_FLAT: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = normal_flat_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_VERTEX_CYL: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = vertex_cylinder_texgen_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_CYL: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = normal_cylinder_texgen_v; _gle_gc -> n3d_gen_texture = save_normal; break; case GLE_TEXTURE_VERTEX_MODEL_CYL: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = vertex_cylinder_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_MODEL_CYL: _gle_gc -> bgn_gen_texture = bgn_z_texgen; _gle_gc -> v3d_gen_texture = normal_cylinder_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_VERTEX_SPH: _gle_gc -> bgn_gen_texture = bgn_sphere_texgen; _gle_gc -> v3d_gen_texture = vertex_sphere_texgen_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_SPH: _gle_gc -> bgn_gen_texture = bgn_sphere_texgen; _gle_gc -> v3d_gen_texture = normal_sphere_texgen_v; _gle_gc -> n3d_gen_texture = save_normal; break; case GLE_TEXTURE_VERTEX_MODEL_SPH: _gle_gc -> bgn_gen_texture = bgn_sphere_texgen; _gle_gc -> v3d_gen_texture = vertex_sphere_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; case GLE_TEXTURE_NORMAL_MODEL_SPH: _gle_gc -> bgn_gen_texture = bgn_sphere_texgen; _gle_gc -> v3d_gen_texture = normal_sphere_model_v; _gle_gc -> n3d_gen_texture = 0x0; break; default: break; } /* disable texturing, and save the mode */ if (!(mode & GLE_TEXTURE_ENABLE)) { _gle_gc -> save_bgn_gen_texture = _gle_gc -> bgn_gen_texture; _gle_gc -> save_n3f_gen_texture = _gle_gc -> n3f_gen_texture; _gle_gc -> save_n3d_gen_texture = _gle_gc -> n3d_gen_texture; _gle_gc -> save_v3f_gen_texture = _gle_gc -> v3f_gen_texture; _gle_gc -> save_v3d_gen_texture = _gle_gc -> v3d_gen_texture; _gle_gc -> save_end_gen_texture = _gle_gc -> end_gen_texture; _gle_gc -> bgn_gen_texture = 0x0; _gle_gc -> n3f_gen_texture = 0x0; _gle_gc -> n3d_gen_texture = 0x0; _gle_gc -> v3f_gen_texture = 0x0; _gle_gc -> v3d_gen_texture = 0x0; _gle_gc -> end_gen_texture = 0x0; } } /* ================== END OF FILE ========================= */ gle-3.1.0/src/urotate.c0000644000076400007640000001261707121074664010407 /* * MODULE: urotate.c * * FUNCTION: * This module contains three different routines that compute rotation * matricies and return these to user. * Detailed description is provided below. * * HISTORY: * Developed & written, Linas Vepstas, Septmeber 1991 * double precision port, March 1993 * * DETAILED DESCRIPTION: * This module contains three routines: * -------------------------------------------------------------------- * * void urot_about_axis (float m[4][4], --- returned * float angle, --- input * float axis[3]) --- input * Computes a rotation matrix. * The rotation is around the the direction specified by the argument * argument axis[3]. User may specify vector which is not of unit * length. The angle of rotation is specified in degrees, and is in the * right-handed direction. * * void rot_about_axis (float angle, --- input * float axis[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- * * void urot_axis (float m[4][4], --- returned * float omega, --- input * float axis[3]) --- input * Same as urot_about_axis(), but angle specified in radians. * It is assumed that the argument axis[3] is a vector of unit length. * If it is not of unit length, the returned matrix will not be correct. * * void rot_axis (float omega, --- input * float axis[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- * * void urot_omega (float m[4][4], --- returned * float omega[3]) --- input * same as urot_axis(), but the angle is taken as the length of the * vector omega[3] * * void rot_omega (float omega[3]) --- input * Same as above routine, except that the matrix is multiplied into the * GL matrix stack. * * -------------------------------------------------------------------- */ #include #include "gle.h" #include "port.h" /* ========================================================== */ void urot_axis (gleDouble m[4][4], /* returned */ gleDouble omega, /* input */ gleDouble axis[3]) /* input */ { gleDouble s, c, ssq, csq, cts; gleDouble tmp; /* * The formula coded up below can be derived by using the * homomorphism between SU(2) and O(3), namely, that the * 3x3 rotation matrix R is given by * t.R.v = S(-1) t.v S * where * t are the Pauli matrices (similar to Quaternions, easier to use) * v is an arbitrary 3-vector * and S is a 2x2 hermitian matrix: * S = exp ( i omega t.axis / 2 ) * * (Also, remember that computer graphics uses the transpose of R). * * The Pauli matrices are: * * tx = (0 1) ty = (0 -i) tz = (1 0) * (1 0) (i 0) (0 -1) * * Note that no error checking is done -- if the axis vector is not * of unit length, you'll get strange results. */ tmp = (double) omega / 2.0; s = sin (tmp); c = cos (tmp); ssq = s*s; csq = c*c; m[0][0] = m[1][1] = m[2][2] = csq - ssq; ssq *= 2.0; /* on-diagonal entries */ m[0][0] += ssq * axis[0]*axis[0]; m[1][1] += ssq * axis[1]*axis[1]; m[2][2] += ssq * axis[2]*axis[2]; /* off-diagonal entries */ m[0][1] = m[1][0] = axis[0] * axis[1] * ssq; m[1][2] = m[2][1] = axis[1] * axis[2] * ssq; m[2][0] = m[0][2] = axis[2] * axis[0] * ssq; cts = 2.0 * c * s; tmp = cts * axis[2]; m[0][1] += tmp; m[1][0] -= tmp; tmp = cts * axis[0]; m[1][2] += tmp; m[2][1] -= tmp; tmp = cts * axis[1]; m[2][0] += tmp; m[0][2] -= tmp; /* homogeneous entries */ m[0][3] = m[1][3] = m[2][3] = m[3][2] = m[3][1] = m[3][0] = 0.0; m[3][3] = 1.0; } /* ========================================================== */ void urot_about_axis (gleDouble m[4][4], /* returned */ gleDouble angle, /* input */ gleDouble axis[3]) /* input */ { gleDouble len, ax[3]; angle *= M_PI/180.0; /* convert to radians */ /* renormalize axis vector, if needed */ len = axis[0]*axis[0] + axis[1]*axis[1] + axis[2]*axis[2]; /* we can save some machine instructions by normalizing only * if needed. The compiler should be able to schedule in the * if test "for free". */ if (len != 1.0) { len = (gleDouble) (1.0 / sqrt ((double) len)); ax[0] = axis[0] * len; ax[1] = axis[1] * len; ax[2] = axis[2] * len; urot_axis (m, angle, ax); } else { urot_axis (m, angle, axis); } } /* ========================================================== */ void urot_omega (gleDouble m[4][4], /* returned */ gleDouble axis[3]) /* input */ { gleDouble len, ax[3]; /* normalize axis vector */ len = axis[0]*axis[0] + axis[1]*axis[1] + axis[2]*axis[2]; len = (gleDouble) (1.0 / sqrt ((double) len)); ax[0] = axis[0] * len; ax[1] = axis[1] * len; ax[2] = axis[2] * len; /* the amount of rotation is equal to the length, in radians */ urot_axis (m, len, ax); } /* ======================= END OF FILE ========================== */ gle-3.1.0/src/view.c0000644000076400007640000002107707635515013007674 /* * MODULE Name: view.c * * FUNCTION: * This module provides two different routines that compute and return * viewing matrices. Both routines take a direction and an up vector, * and return a matrix that transforms the direction to the z-axis, and * the up-vector to the y-axis. * * HISTORY: * written by Linas Vepstas August 1991 * Added double precision interface, March 1993, Linas */ #include #include "gle.h" #include "rot.h" #include "vvector.h" /* ============================================================ */ /* * The uviewdirection subroutine computes and returns a 4x4 rotation * matrix that puts the negative z axis along the direction v21 and * puts the y axis along the up vector. * * Note that this code is fairly tolerant of "weird" paramters. * It normalizes when necessary, it does nothing when vectors are of * zero length, or are co-linear. This code shouldn't croak, no matter * what the user sends in as arguments. */ void uview_direction (gleDouble m[4][4], /* returned */ gleDouble v21[3], /* input */ gleDouble up[3]) /* input */ { gleDouble amat[4][4]; gleDouble bmat[4][4]; gleDouble cmat[4][4]; gleDouble v_hat_21[3]; gleDouble v_xy[3]; gleDouble sine, cosine; gleDouble len; gleDouble up_proj[3]; gleDouble tmp[3]; /* find the unit vector that points in the v21 direction */ VEC_COPY (v_hat_21, v21); VEC_LENGTH (len, v_hat_21); if (len != 0.0) { len = 1.0 / len; VEC_SCALE (v_hat_21, len, v_hat_21); /* rotate z in the xz-plane until same latitude */ sine = sqrt ( 1.0 - v_hat_21[2] * v_hat_21[2]); ROTY_CS (amat, (-v_hat_21[2]), (-sine)); } else { /* error condition: zero length vecotr passed in -- do nothing */ IDENTIFY_MATRIX_4X4 (amat); } /* project v21 onto the xy plane */ v_xy[0] = v21[0]; v_xy[1] = v21[1]; v_xy[2] = 0.0; VEC_LENGTH (len, v_xy); /* rotate in the x-y plane until v21 lies on z axis --- * but of course, if its already there, do nothing */ if (len != 0.0) { /* want xy projection to be unit vector, so that sines/cosines pop out */ len = 1.0 / len; VEC_SCALE (v_xy, len, v_xy); /* rotate the projection of v21 in the xy-plane over to the x axis */ ROTZ_CS (bmat, v_xy[0], v_xy[1]); /* concatenate these together */ MATRIX_PRODUCT_4X4 (cmat, amat, bmat); } else { /* no-op -- vector is already in correct position */ COPY_MATRIX_4X4 (cmat, amat); } /* up vector really should be perpendicular to the x-form direction -- * Use up a couple of cycles, and make sure it is, * just in case the user blew it. */ VEC_PERP (up_proj, up, v_hat_21); VEC_LENGTH (len, up_proj); if (len != 0.0) { /* normalize the vector */ len = 1.0/len; VEC_SCALE (up_proj, len, up_proj); /* compare the up-vector to the y-axis to get the cosine of the angle */ tmp [0] = cmat [1][0]; tmp [1] = cmat [1][1]; tmp [2] = cmat [1][2]; VEC_DOT_PRODUCT (cosine, tmp, up_proj); /* compare the up-vector to the x-axis to get the sine of the angle */ tmp [0] = cmat [0][0]; tmp [1] = cmat [0][1]; tmp [2] = cmat [0][2]; VEC_DOT_PRODUCT (sine, tmp, up_proj); /* rotate to align the up vector with the y-axis */ ROTZ_CS (amat, cosine, -sine); /* This xform, although computed last, acts first */ MATRIX_PRODUCT_4X4 (m, amat, cmat); } else { /* error condition: up vector is indeterminate (zero length) * -- do nothing */ COPY_MATRIX_4X4 (m, cmat); } } /* ============================================================ */ #ifdef __STALE_CODE /* * The uview_dire subroutine computes and returns a 4x4 rotation * matrix that puts the negative z axis along the direction v21 and * puts the y axis along the up vector. * * It computes exactly the same matrix as the code above * (uview_direction), but with an entirely different (and slower) * algorithm. * * Note that the code below is slightly less robust than that above -- * it may croak if the supplied vectors are of zero length, or are * parallel to each other ... */ void uview_dire (float m[4][4], /* returned */ float v21[3], /* input */ float up[3]) /* input */ { gleDouble theta; float v_hat_21 [3]; float z_hat [3]; float v_cross_z [3]; float u[3]; float y_hat [3]; float u_cross_y [3]; gleDouble cosine; float zmat [4][4]; float upmat[4][4]; float dot; /* perform rotation to z-axis only if not already * pointing down z */ if ((v21[0] != 0.0 ) || (v21[1] != 0.0)) { /* find the unit vector that points in the v21 direction */ VEC_COPY (v_hat_21, v21); VEC_NORMALIZE (v_hat_21); /* cosine theta equals v_hat dot z_hat */ cosine = - v_hat_21 [2]; theta = - acos (cosine); /* Take cros product with z -- we need this, because we will rotate * about this axis */ z_hat[0] = 0.0; z_hat[1] = 0.0; z_hat[2] = -1.0; VEC_CROSS_PRODUCT (v_cross_z, v_hat_21, z_hat); VEC_NORMALIZE (v_cross_z); /* compute rotation matrix that takes -z axis to the v21 axis */ urot_axis (zmat, (float) theta, v_cross_z); } else { IDENTIFY_MATRIX_4X4 (zmat); if (v21[2] > 0.0) { /* if its pointing down the positive z-axis, flip it, so that * we point down negative z-axis. We flip x so that the partiy * isn't destroyed (looks like a rotation) */ zmat[0][0] = -1.0; zmat[2][2] = -1.0; } } /* --------------------- */ /* OK, now compute the part that takes the y-axis to the up vector */ VEC_COPY (u, up); /* the rotation blows up, if the up vector is not perpendicular to * the v21 vector. Let us make sure that this is so. */ VEC_PERP (u, u, v_hat_21); /* need to run the y axis through above x-form, to see where it went */ y_hat[0] = zmat [1][0]; y_hat[1] = zmat [1][1]; y_hat[2] = zmat [1][2]; /* perform rotation to up-axis only if not already * pointing along y axis */ VEC_DOT_PRODUCT (dot, y_hat, u); if ((-1.0 < dot) && (dot < 1.0)) { /* make sure that up really is a unit vector */ VEC_NORMALIZE (u); /* cosine phi equals y_hat dot up_vec */ VEC_DOT_PRODUCT (cosine, u, y_hat); theta = - acos (cosine); /* Take cross product with y */ VEC_CROSS_PRODUCT (u_cross_y, u, y_hat); VEC_NORMALIZE (u_cross_y); /* As a matter of fact, u_cross_y points either in the v21 direction, * or in the minus v21 direction. In either case, we needed to compute * it, because the the arccosine function returns values only for * 0 to 180 degree, not 0 to 360, which is what we need. The * cross-product helps us make up for this. */ /* rotate about the NEW z axis (i.e. v21) by the cosine */ urot_axis (upmat, (float) theta, u_cross_y); } else { IDENTIFY_MATRIX_4X4 (upmat); if (dot == -1.0) { /* if its pointing along the negative y-axis, flip it, so that * we point along the positive y-axis. We flip x so that the partiy * isn't destroyed (looks like a rotation) */ upmat[0][0] = -1.0; upmat[1][1] = -1.0; } } MATRIX_PRODUCT_4X4 (m, zmat, upmat); } #endif /* __STALE_CODE */ /* ============================================================ */ /* * The uviewpoint subroutine computes and returns a 4x4 matrix that * translates the origen to the point v1, puts the negative z axis * along the direction v21==v2-v1, and puts the y axis along the up * vector. */ void uviewpoint (gleDouble m[4][4], /* returned */ gleDouble v1[3], /* input */ gleDouble v2[3], /* input */ gleDouble up[3]) /* input */ { gleDouble v_hat_21 [3]; gleDouble trans_mat[4][4]; gleDouble rot_mat[4][4]; /* find the vector that points in the v21 direction */ VEC_DIFF (v_hat_21, v2, v1); /* compute rotation matrix that takes -z axis to the v21 axis, * and y to the up dierction */ uview_direction (rot_mat, v_hat_21, up); /* build matrix that translates the origin to v1 */ IDENTIFY_MATRIX_4X4 (trans_mat); trans_mat[3][0] = v1[0]; trans_mat[3][1] = v1[1]; trans_mat[3][2] = v1[2]; /* concatenate the matrices together */ MATRIX_PRODUCT_4X4 (m, rot_mat, trans_mat); } /* ================== END OF FILE ============================ */ gle-3.1.0/src/copy.h0000644000076400007640000000064507120633147007675 /* * * Written By Linas Vepstas November 1991 */ #define COPY_THREE_WORDS(A,B) { \ struct three_words { long a, b, c, }; \ *(struct three_words *) (A) = *(struct three_words *) (B); \ } #define COPY_FOUR_WORDS(A,B) { \ struct four_words { long a, b, c, d, }; \ *(struct four_words *) (A) = *(struct four_words *) (B); \ } /* ============================================================= */ gle-3.1.0/src/extrude.h0000644000076400007640000001363007635516014010405 /* * FILE: * extrude.h * * FUNCTION: * Prototypes for privately used subroutines for the tubing library. * Applications should not include this file. * * HISTORY: * Copyright (C) 1991,2003 Linas Vepstas */ #ifndef GLE_EXTRUDE_H_ #define GLE_EXTRUDE_H_ /* ============================================================ */ /* * Provides choice of calling subroutine, vs. invoking macro. * Basically, inlines the source, or not. * Trades performance for executable size. */ #define INLINE_INTERSECT #ifdef INLINE_INTERSECT #define INNERSECT(sect,p,n,v1,v2) { int retval; INTERSECT(retval,sect,p,n,v1,v2); } #else #define INNERSECT(sect,p,n,v1,v2) intersect(sect,p,n,v1,v2) #endif /* INLINE_INTERSECT */ /* ============================================================ */ /* The folowing defines give a kludgy way of accessing the qmesh primitive */ /* #define bgntmesh _emu_qmesh_bgnqmesh #define endtmesh _emu_qmesh_endqmesh #define c3f _emu_qmesh_c3f #define n3f _emu_qmesh_n3f #define v3f _emu_qmesh_v3f */ /* ============================================================ */ /* Mid-level drawing routines. Note that some of these differ * only due to the different color array argument */ extern void up_sanity_check (gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3]); /* polyline */ extern void draw_raw_style_end_cap (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble zval, /* where to draw cap */ int frontwards); /* front or back cap */ extern void draw_round_style_cap_callback (int iloop, double cap[][3], gleColor face_color, gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards); extern void draw_round_style_cap_callback_c4f (int iloop, double cap[][3], gleColor4f face_color, gleDouble cut_vector[3], gleDouble bisect_vector[3], double norms[][3], int frontwards); extern void extrusion_raw_join (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void extrusion_raw_join_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor4f color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void extrusion_round_or_cut_join (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void extrusion_round_or_cut_join_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor4f color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void extrusion_angle_join (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void extrusion_angle_join_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2],/* 2D contour normal vecs */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline */ gleColor4f color_array[], /* color of polyline */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ #endif /* GLE_EXTRUDE_H_ */ /* -------------------------- end of file -------------------------------- */ gle-3.1.0/src/intersect.h0000644000076400007640000003736307120633147010732 /* * FUNCTION: * This file contains a number of utilities useful to 3D graphics in * general, and to the generation of tubing and extrusions in particular * * HISTORY: * Written by Linas Vepstas, August 1991 * Updated to correctly handle degenerate cases, Linas, February 1993 */ #include #include "port.h" #include "vvector.h" #define BACKWARDS_INTERSECT (2) /* ========================================================== */ /* * the Degenerate_Tolerance token represents the greatest amount by * which different scales in a graphics environment can differ before * they should be considered "degenerate". That is, when one vector is * a million times longer than another, changces are that the second will * be less than a pixel long, and therefore was probably meant to be * degenerate (by the CAD package, etc.) But what should this tolerance * be? At least 1 in one thousand (since screen sizes are 1K pixels), but * less than 1 in 4 million (since this is the limit of single-precision * floating point accuracy). Of course, if double precision were used, * then the tolerance could be increased. * * Potentially, this naive assumption could cause problems if the CAD * package attempts to zoom in on small details, and turns out, certain * points should not have been degenerate. The problem presented here * is that the tolerance could run out before single-precision ran * out, and so the CAD packages would perceive this as a "bug". * One alternative is to fiddle around & try to tighten the tolerance. * However, the right alternative is to code the graphics pipeline in * double-precision (and tighten the tolerance). * * By the way, note that Degernate Tolerance is a "dimensionless" * quantitiy -- it has no units -- it does not measure feet, inches, * millimeters or pixels. It is used only in the computations of ratios * and relative lengths. */ /* * Right now, the tolerance is set to 2 parts in a million, which * corresponds to a 19-bit distinction of mantissas. Note that * single-precsion numbers have 24 bit mantissas. */ #define DEGENERATE_TOLERANCE (0.000002) /* ========================================================== */ /* * The macro and subroutine INTERSECT are designed to compute the * intersection of a line (defined by the points v1 and v2) and a plane * (defined as plane which is normal to the vector n, and contains the * point p). Both return the point sect, which is the point of * interesection. * * This MACRO attemps to be fairly robust by checking for a divide by * zero. */ /* ========================================================== */ /* * HACK ALERT * The intersection parameter t has the nice property that if t>1, * then the intersection is "in front of" p1, and if t<0, then the * intersection is "behind" p2. Unfortunately, as the intersecting plane * and the line become parallel, t wraps through infinity -- i.e. t can * become so large that t becomes "greater than infinity" and comes back * as a negative number (i.e. winding number hopped by one unit). We * have no way of detecting this situation without adding gazzillions * of lines of code of topological algebra to detect the winding number; * and this would be incredibly difficult, and ruin performance. * * Thus, we've installed a cheap hack for use by the "cut style" drawing * routines. If t proves to be a large negative number (more negative * than -5), then we assume that t was positive and wound through * infinity. This makes most cuts look good, without introducing bogus * cuts at infinity. */ /* ========================================================== */ #define INTERSECT(valid,sect,p,n,v1,v2) \ { \ gleDouble deno, numer, t, omt; \ \ deno = (v1[0] - v2[0]) * n[0]; \ deno += (v1[1] - v2[1]) * n[1]; \ deno += (v1[2] - v2[2]) * n[2]; \ \ if (deno == 0.0) { \ valid = FALSE; \ VEC_COPY (n, v1); \ /* printf ("Intersect: Warning: line is coplanar with plane \n"); */ \ } else { \ \ valid = TRUE; \ numer = (p[0] - v2[0]) * n[0]; \ numer += (p[1] - v2[1]) * n[1]; \ numer += (p[2] - v2[2]) * n[2]; \ \ t = numer / deno; \ omt = 1.0 - t; \ \ /* if (t < -5.0) valid = 2; HACK ALERT See above */ \ \ /* if t is HUGE, then plane and line are almost co-planar */ \ if ((1.0 < t * DEGENERATE_TOLERANCE) || \ (-1.0 > t * DEGENERATE_TOLERANCE)) valid = FALSE; \ \ sect[0] = t * v1[0] + omt * v2[0]; \ sect[1] = t * v1[1] + omt * v2[1]; \ sect[2] = t * v1[2] + omt * v2[2]; \ } \ } /* ========================================================== */ /* * The macro and subroutine BISECTING_PLANE compute a normal vector that * describes the bisecting plane between three points (v1, v2 and v3). * This bisecting plane has the following properties: * 1) it contains the point v2 * 2) the angle it makes with v21 == v2 - v1 is equal to the angle it * makes with v32 == v3 - v2 * 3) it is perpendicular to the plane defined by v1, v2, v3. * * Having input v1, v2, and v3, it returns a unit vector n. * * In some cases, the user may specify degenerate points, and still * expect "reasonable" or "obvious" behaviour. The "expected" * behaviour for these degenerate cases is: * * 1) if v1 == v2 == v3, then return n=0 * 2) if v1 == v2, then return v32 (normalized). * 3) if v2 == v3, then return v21 (normalized). * 4) if v1, v2 and v3 co-linear, then return v21 (normalized). * * Mathematically, these special cases "make sense" -- we just have to * code around potential divide-by-zero's in the code below. */ /* ========================================================== */ #define BISECTING_PLANE(valid,n,v1,v2,v3) \ { \ double v21[3], v32[3]; \ double len21, len32; \ double dot; \ \ VEC_DIFF (v21, v2, v1); \ VEC_DIFF (v32, v3, v2); \ \ VEC_LENGTH (len21, v21); \ VEC_LENGTH (len32, v32); \ \ if (len21 <= DEGENERATE_TOLERANCE * len32) { \ \ if (len32 == 0.0) { \ /* all three points lie ontop of one-another */ \ VEC_ZERO (n); \ valid = FALSE; \ } else { \ /* return a normalized copy of v32 as bisector */ \ len32 = 1.0 / len32; \ VEC_SCALE (n, len32, v32); \ valid = TRUE; \ } \ \ } else { \ \ valid = TRUE; \ \ if (len32 <= DEGENERATE_TOLERANCE * len21) { \ /* return a normalized copy of v21 as bisector */ \ len21 = 1.0 / len21; \ VEC_SCALE (n, len21, v21); \ \ } else { \ \ /* normalize v21 to be of unit length */ \ len21 = 1.0 / len21; \ VEC_SCALE (v21, len21, v21); \ \ /* normalize v32 to be of unit length */ \ len32 = 1.0 / len32; \ VEC_SCALE (v32, len32, v32); \ \ VEC_DOT_PRODUCT (dot, v32, v21); \ \ /* if dot == 1 or -1, then points are colinear */ \ if ((dot >= (1.0-DEGENERATE_TOLERANCE)) || \ (dot <= (-1.0+DEGENERATE_TOLERANCE))) { \ VEC_COPY (n, v21); \ } else { \ \ /* go do the full computation */ \ n[0] = dot * (v32[0] + v21[0]) - v32[0] - v21[0]; \ n[1] = dot * (v32[1] + v21[1]) - v32[1] - v21[1]; \ n[2] = dot * (v32[2] + v21[2]) - v32[2] - v21[2]; \ \ /* if above if-test's passed, \ * n should NEVER be of zero length */ \ VEC_NORMALIZE (n); \ } \ } \ } \ } /* prototype for those who don't use the #define directly */ int bisecting_plane (gleDouble n[3], /* returned */ gleDouble v1[3], /* input */ gleDouble v2[3], /* input */ gleDouble v3[3]); /* input */ /* ========================================================== */ /* * The block of code below is ifdef'd out, and is here for reference * purposes only. It performs the "mathematically right thing" for * computing a bisecting plane, but is, unfortunately, subject ot noise * in the presence of near degenerate points. Since computer graphics, * due to sloppy coding, laziness, or correctness, is filled with * degenerate points, we can't really use this version. The code above * is far more appropriate for graphics. */ #ifdef MATHEMATICALLY_EXACT_GRAPHICALLY_A_KILLER #define BISECTING_PLANE(n,v1,v2,v3) \ { \ double v21[3], v32[3]; \ double len21, len32; \ double dot; \ \ VEC_DIFF (v21, v2, v1); \ VEC_DIFF (v32, v3, v2); \ \ VEC_LENGTH (len21, v21); \ VEC_LENGTH (len32, v32); \ \ if (len21 == 0.0) { \ \ if (len32 == 0.0) { \ /* all three points lie ontop of one-another */ \ VEC_ZERO (n); \ valid = FALSE; \ } else { \ /* return a normalized copy of v32 as bisector */ \ len32 = 1.0 / len32; \ VEC_SCALE (n, len32, v32); \ } \ \ } else { \ \ /* normalize v21 to be of unit length */ \ len21 = 1.0 / len21; \ VEC_SCALE (v21, len21, v21); \ \ if (len32 == 0.0) { \ /* return a normalized copy of v21 as bisector */ \ VEC_COPY (n, v21); \ } else { \ \ /* normalize v32 to be of unit length */ \ len32 = 1.0 / len32; \ VEC_SCALE (v32, len32, v32); \ \ VEC_DOT_PRODUCT (dot, v32, v21); \ \ /* if dot == 1 or -1, then points are colinear */ \ if ((dot == 1.0) || (dot == -1.0)) { \ VEC_COPY (n, v21); \ } else { \ \ /* go do the full computation */ \ n[0] = dot * (v32[0] + v21[0]) - v32[0] - v21[0]; \ n[1] = dot * (v32[1] + v21[1]) - v32[1] - v21[1]; \ n[2] = dot * (v32[2] + v21[2]) - v32[2] - v21[2]; \ \ /* if above if-test's passed, \ * n should NEVER be of zero length */ \ VEC_NORMALIZE (n); \ } \ } \ } \ } #endif /* ========================================================== */ /* * This macro computes the plane perpendicular to the the plane * defined by three points, and whose normal vector is givven as the * difference between the two vectors ... * * (See way below for the "math" model if you want to understand this. * The comments about relative errors above apply here.) */ #define CUTTING_PLANE(valid,n,v1,v2,v3) \ { \ double v21[3], v32[3]; \ double len21, len32; \ double lendiff; \ \ VEC_DIFF (v21, v2, v1); \ VEC_DIFF (v32, v3, v2); \ \ VEC_LENGTH (len21, v21); \ VEC_LENGTH (len32, v32); \ \ if (len21 <= DEGENERATE_TOLERANCE * len32) { \ \ if (len32 == 0.0) { \ /* all three points lie ontop of one-another */ \ VEC_ZERO (n); \ valid = FALSE; \ } else { \ /* return a normalized copy of v32 as cut-vector */ \ len32 = 1.0 / len32; \ VEC_SCALE (n, len32, v32); \ valid = TRUE; \ } \ \ } else { \ \ valid = TRUE; \ \ if (len32 <= DEGENERATE_TOLERANCE * len21) { \ /* return a normalized copy of v21 as cut vector */ \ len21 = 1.0 / len21; \ VEC_SCALE (n, len21, v21); \ } else { \ \ /* normalize v21 to be of unit length */ \ len21 = 1.0 / len21; \ VEC_SCALE (v21, len21, v21); \ \ /* normalize v32 to be of unit length */ \ len32 = 1.0 / len32; \ VEC_SCALE (v32, len32, v32); \ \ VEC_DIFF (n, v21, v32); \ VEC_LENGTH (lendiff, n); \ \ /* if the perp vector is very small, then the two \ * vectors are darn near collinear, and the cut \ * vector is probably poorly defined. */ \ if (lendiff < DEGENERATE_TOLERANCE) { \ VEC_ZERO (n); \ valid = FALSE; \ } else { \ lendiff = 1.0 / lendiff; \ VEC_SCALE (n, lendiff, n); \ } \ } \ } \ } /* ========================================================== */ #ifdef MATHEMATICALLY_EXACT_GRAPHICALLY_A_KILLER #define CUTTING_PLANE(n,v1,v2,v3) \ { \ double v21[3], v32[3]; \ \ VEC_DIFF (v21, v2, v1); \ VEC_DIFF (v32, v3, v2); \ \ VEC_NORMALIZE (v21); \ VEC_NORMALIZE (v32); \ \ VEC_DIFF (n, v21, v32); \ VEC_NORMALIZE (n); \ } #endif /* ========================================================== */ /* sets "colin" to true if the three points are colinear, * else false. Note that if any two points are degenerate, * then they are colinear. * We are careful to make sure that the comparison * is unit-less, i.e. that the lengths of the individual * segments is normalized. By re-arrangement, avoid overhead of * two square roots and two divides. */ #define COLINEAR(colin,v1,v2,v3) \ { \ double v21[3], v32[3]; \ double len21, len32, dot; \ \ VEC_DIFF (v21, v2, v1); \ VEC_DIFF (v32, v3, v2); \ \ VEC_DOT_PRODUCT (len21, v21, v21); \ VEC_DOT_PRODUCT (len32, v32, v32); \ colin = (len32 <= (DEGENERATE_TOLERANCE*len21)); \ colin = colin || (len21 <= (DEGENERATE_TOLERANCE*len32)); \ VEC_DOT_PRODUCT (dot, v21, v32); \ colin = colin || ((len21*len32-dot*dot) <= \ (len21*len32*DEGENERATE_TOLERANCE*DEGENERATE_TOLERANCE)); \ } /* ========================================================== */ /* sets "degen" to true if the two points are degenerate, * else false. We are careful to make sure that the comparison * is unit-less, i.e. that the lengths of the individual * segments is normalized. By re-arrangement, avoid overhead of * two square roots and two divides. */ #define DEGENERATE(degen,v1,v2) \ { \ double diff[3], summa[3]; \ double dlen, slen; \ \ VEC_DIFF (diff, v2, v1); \ VEC_DOT_PRODUCT (dlen, diff, diff); \ VEC_SUM (summa, v1, v2); \ VEC_DOT_PRODUCT (slen, summa, summa); \ degen = (dlen <= \ (DEGENERATE_TOLERANCE*DEGENERATE_TOLERANCE*slen)); \ } /* ============================================================ */ /* This macro is used in several places to cycle through a series of * points to find the next non-degenerate point in a series */ #define FIND_NON_DEGENERATE_POINT(inext,npoints,len,diff,point_array) \ { \ gleDouble slen; \ gleDouble summa[3]; \ \ do { \ /* get distance to next point */ \ VEC_DIFF (diff, point_array[inext+1], point_array[inext]); \ VEC_LENGTH (len, diff); \ VEC_SUM (summa, point_array[inext+1], point_array[inext]); \ VEC_LENGTH (slen, summa); \ slen *= DEGENERATE_TOLERANCE; \ inext ++; \ } while ((len <= slen) && (inext < npoints-1)); \ } /* ========================================================== */ gle-3.1.0/src/port.h0000644000076400007640000001634107635507025007715 /* * port.h * * FUNCTION: * This file contains defines for porting the tubing toolkit * from GL to OpenGL; it also allows one to define an interface * to get at the low-level GL output of this package via callbacks. * * HISTORY: * Created by Linas Vepstas -- February 1993 * Added auto texture coord generation hooks, Linas April 1994 */ #ifndef __GLE_PORT_H__ #define __GLE_PORT_H__ #include /* most of the build-specific info should be in configure.in */ #include "../config.h" #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #ifndef M_PI #define M_PI 3.14159265358979323846 #endif /* ====================================================== */ /* needed for Windows NT */ #ifdef WIN32 #include #endif /* ====================================================== */ /* Some compilers can't handle multiply-subscripted array's */ #if FUNKY_C typedef gleDouble gleVector; #define AVAL(arr,n,i,j) arr(6*n+3*i+j) #define VVAL(arr,n,i) arr(3*n+i) #else /* FUNKY_C */ typedef double gleVector[3]; #define AVAL(arr,n,i,j) arr[n][i][j] #define VVAL(arr,n,i) arr[n][i]; #endif /* FUNKY_C */ /* ====================================================== */ /* These are used to convey info about topography to the * texture mapping routines */ #define FRONT 1 #define BACK 2 #define FRONT_CAP 3 #define BACK_CAP 4 #define FILLET 5 /* ====================================================== */ #ifdef __GLE_DOUBLE /* #define gleDouble double */ #define MULTMATRIX(m) MULTMATRIX_D(m) #define LOADMATRIX(m) LOADMATRIX_D(m) #define V3F(x,j,id) V3F_D(x,j,id) #define N3F(x) N3F_D(x) #define T2F(x,y) T2F_D(x,y) #else #define gleDouble float #define MULTMATRIX(m) MULTMATRIX_F(m) #define LOADMATRIX(m) LOADMATRIX_F(m) #define V3F(x,j,id) V3F_F(x,j,id) #define N3F(x) N3F_F(x) #define T2F(x,y) T2F_F(x,y) #endif /* ====================================================== */ #if DEBUG_OUTPUT #undef GL_32 #undef OPENGL_10 #define BGNTMESH(i,len) printf ("bgntmesh() \n"); #define ENDTMESH() printf ("endtmesh() \n"); #define BGNPOLYGON() printf ("bgnpolygon() \n"); #define ENDPOLYGON() printf ("endpolygon() \n"); #define V3F_F(x,j,id) printf ("v3f(x) %f %f %f \n", x[0], x[1], x[2]); #define V3F_D(x,j,id) printf ("v3d(x) %f %f %f \n", x[0], x[1], x[2]); #define N3F_F(x) printf ("n3f(x) %f %f %f \n", x[0], x[1], x[2]); #define N3F_D(x) printf ("n3d(x) %f %f %f \n", x[0], x[1], x[2]); #define C3F(x) printf ("c3f(x) %f %f %f \n", x[0], x[1], x[2]); #define T2F_F(x) printf ("t2f(x) %f %f \n", x[0], x[1]); #define T2F_D(x) printf ("t2d(x) %f %f \n", x[0], x[1]); #define POPMATRIX() printf ("popmatrix () \n"); #define PUSHMATRIX() printf ("pushmatrix() \n"); #define MULTMATRIX_F(x) MULTMATRIX_D(x) #define LOADMATRIX_F(x) LOADMATRIX_D(x) #define LOADMATRIX_D(x) { \ int i, j; \ printf ("loadmatrix (x) \n"); \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ printf ( "%f ", (x)[i][j]); \ } \ printf (" \n"); \ } \ } #define MULTMATRIX_D(x) { \ int i, j; \ printf ("multmatrix (x) \n"); \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ printf ( "%f ", (x)[i][j]); \ } \ printf (" \n"); \ } \ } #define __IS_LIGHTING_ON (1) #endif /* DEBUG_OUTPUT */ /* ====================================================== */ #if GL_32 #include #define BGNTMESH(i,len) bgntmesh() #define ENDTMESH() endtmesh() #define BGNPOLYGON() bgnpolygon() #define ENDPOLYGON() endpolygon() #define V3F_F(x,j,id) v3f(x) #define V3F_D(x,j,id) v3d(x) #define N3F_F(x) n3f(x) #define T2F_F(x,y) #define T2F_D(x,y) #define C3F(x) c3f(x) #define POPMATRIX() popmatrix () #define PUSHMATRIX() pushmatrix() #define MULTMATRIX_F(x) multmatrix (x) #define LOADMATRIX_F(x) loadmatrix (x) #define N3F_D(x) { \ float nnn[3]; \ nnn[0] = (float) (x)[0]; \ nnn[1] = (float) (x)[1]; \ nnn[2] = (float) (x)[2]; \ n3f (nnn); \ } #define LOADMATRIX_D(x) { \ int i, j; \ float mmm[4][4]; \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ mmm[i][j] = (float) (x)[i][j]; \ } \ } \ loadmatrix(mmm); \ } #define MULTMATRIX_D(x) { \ int i, j; \ float mmm[4][4]; \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ mmm[i][j] = (float) (x)[i][j]; \ } \ } \ multmatrix(mmm); \ } /* #define __IS_LIGHTING_ON (MSINGLE == getmmode()) */ #define __IS_LIGHTING_ON (extrusion_join_style & TUBE_LIGHTING_ON) #endif /* GL_32 */ /* ====================================================== */ #if OPENGL_10 #ifdef WIN32 #include #endif #include #include #if FLIP_NORMAL #define N3F_F(x) { \ float nnn[3]; \ nnn[0] = - (float) (x)[0]; \ nnn[1] = - (float) (x)[1]; \ nnn[2] = - (float) (x)[2]; \ glNormal3fv (nnn); \ } #define N3F_D(x) { \ float nnn[3]; \ nnn[0] = - (float) (x)[0]; \ nnn[1] = - (float) (x)[1]; \ nnn[2] = - (float) (x)[2]; \ glNormal3fv (nnn); \ } #endif /* FLIP_NORMAL */ #define C3F(x) glColor3fv(x) #define T2F_F(x,y) glTexCoord2f(x,y) #define T2F_D(x,y) glTexCoord2d(x,y) #define POPMATRIX() glPopMatrix() #define PUSHMATRIX() glPushMatrix() #define MULTMATRIX_F(x) glMultMatrixf ((const GLfloat *)x) #define LOADMATRIX_F(x) glLoadMatrixf ((const GLfloat *)x) #define MULTMATRIX_D(x) glMultMatrixd ((const GLdouble *)x) #define LOADMATRIX_D(x) glLoadMatrixd ((const GLdouble *)x) #define __IS_LIGHTING_ON (glIsEnabled(GL_LIGHTING)) /* ====================================================== */ #ifdef AUTO_TEXTURE #define BGNTMESH(i,len) { \ if(_gle_gc -> bgn_gen_texture) (*(_gle_gc -> bgn_gen_texture))(i,len);\ glBegin (GL_TRIANGLE_STRIP); \ } #define BGNPOLYGON() { \ if(_gle_gc -> bgn_gen_texture) (*(_gle_gc -> bgn_gen_texture))();\ glBegin (GL_POLYGON); \ } #define N3F_F(x) { \ if(_gle_gc -> n3f_gen_texture) (*(_gle_gc -> n3f_gen_texture))(x); \ glNormal3fv(x); \ } #define N3F_D(x) { \ if(_gle_gc -> n3d_gen_texture) (*(_gle_gc -> n3d_gen_texture))(x); \ glNormal3dv(x); \ } #define V3F_F(x,j,id) { \ if(_gle_gc -> v3f_gen_texture) (*(_gle_gc -> v3f_gen_texture))(x,j,id);\ glVertex3fv(x); \ } #define V3F_D(x,j,id) { \ if(_gle_gc -> v3d_gen_texture) (*(_gle_gc -> v3d_gen_texture))(x,j,id); \ glVertex3dv(x); \ } #define ENDTMESH() { \ if(_gle_gc -> end_gen_texture) (*(_gle_gc -> end_gen_texture))(); \ glEnd (); \ } #define ENDPOLYGON() { \ if(_gle_gc -> end_gen_texture) (*(_gle_gc -> end_gen_texture))(); \ glEnd (); \ } /* ====================================================== */ #else /* AUTO_TEXTURE */ #define BGNTMESH(i,len) glBegin (GL_TRIANGLE_STRIP); #define BGNPOLYGON() glBegin (GL_POLYGON); #define N3F_F(x) glNormal3fv(x) #define N3F_D(x) glNormal3dv(x) #define V3F_F(x,j,id) glVertex3fv(x); #define V3F_D(x,j,id) glVertex3dv(x); #define ENDTMESH() glEnd () #define ENDPOLYGON() glEnd() #endif /* AUTO_TEXTURE */ #endif /* OPENGL_10 */ #endif /* __GLE_PORT_H__ */ /* ================== END OF FILE ======================= */ gle-3.1.0/src/rot.h0000644000076400007640000000372707120633147007533 /* * rot.h * * FUNCTION: * rotation matrix utilities * * HISTORY: * Linas Vepstas Aug 1990 */ /* ========================================================== */ /* * The MACROS below generate and return more traditional rotation * matrices -- matrices for rotations about principal axes. */ /* ========================================================== */ #define ROTX_CS(m,cosine,sine) \ { \ /* rotation about the x-axis */ \ \ m[0][0] = 1.0; \ m[0][1] = 0.0; \ m[0][2] = 0.0; \ m[0][3] = 0.0; \ \ m[1][0] = 0.0; \ m[1][1] = (cosine); \ m[1][2] = (sine); \ m[1][3] = 0.0; \ \ m[2][0] = 0.0; \ m[2][1] = -(sine); \ m[2][2] = (cosine); \ m[2][3] = 0.0; \ \ m[3][0] = 0.0; \ m[3][1] = 0.0; \ m[3][2] = 0.0; \ m[3][3] = 1.0; \ } /* ========================================================== */ #define ROTY_CS(m,cosine,sine) \ { \ /* rotation about the y-axis */ \ \ m[0][0] = (cosine); \ m[0][1] = 0.0; \ m[0][2] = -(sine); \ m[0][3] = 0.0; \ \ m[1][0] = 0.0; \ m[1][1] = 1.0; \ m[1][2] = 0.0; \ m[1][3] = 0.0; \ \ m[2][0] = (sine); \ m[2][1] = 0.0; \ m[2][2] = (cosine); \ m[2][3] = 0.0; \ \ m[3][0] = 0.0; \ m[3][1] = 0.0; \ m[3][2] = 0.0; \ m[3][3] = 1.0; \ } /* ========================================================== */ #define ROTZ_CS(m,cosine,sine) \ { \ /* rotation about the z-axis */ \ \ m[0][0] = (cosine); \ m[0][1] = (sine); \ m[0][2] = 0.0; \ m[0][3] = 0.0; \ \ m[1][0] = -(sine); \ m[1][1] = (cosine); \ m[1][2] = 0.0; \ m[1][3] = 0.0; \ \ m[2][0] = 0.0; \ m[2][1] = 0.0; \ m[2][2] = 1.0; \ m[2][3] = 0.0; \ \ m[3][0] = 0.0; \ m[3][1] = 0.0; \ m[3][2] = 0.0; \ m[3][3] = 1.0; \ } /* ========================================================== */ gle-3.1.0/src/segment.h0000644000076400007640000001404007635516014010363 /* * MODULE: segment.h * * FUNCTION: * Contains function prototypes for segment drawing subroutines. * These are the lowest-level drawing routines in the system. * * These are used only internally, and are not to be exported to * the user. * * HISTORY: * Copyright (c) 1991,2003 Linas Vepstas */ /* ============================================================ */ extern void draw_segment_plain (int ncp, /* number of contour points */ gleVector front_contour[], gleVector back_contour[], int inext, double len); extern void draw_segment_color (int ncp, /* number of contour points */ gleVector front_contour[], gleVector back_contour[], gleColor color_last, gleColor color_next, int inext, double len); extern void draw_segment_color_c4f (int ncp, /* number of contour points */ gleVector front_contour[], gleVector back_contour[], gleColor4f color_last, gleColor4f color_next, int inext, double len); extern void draw_segment_edge_n (int ncp, /* number of contour points */ gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], int inext, double len); extern void draw_segment_c_and_edge_n (int ncp, gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], gleColor color_last, gleColor color_next, int inext, double len); extern void draw_segment_c_and_edge_n_c4f (int ncp, gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], gleColor4f color_last, gleColor4f color_next, int inext, double len); extern void draw_segment_facet_n (int ncp, gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], int inext, double len); extern void draw_segment_c_and_facet_n (int ncp, gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], gleColor color_last, gleColor color_next, int inext, double len); extern void draw_segment_c_and_facet_n_c4f (int ncp, gleVector front_contour[], gleVector back_contour[], double norm_cont[][3], gleColor4f color_last, gleColor4f color_next, int inext, double len); /* ============================================================ */ extern void draw_binorm_segment_edge_n (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], int inext, double len); extern void draw_binorm_segment_c_and_edge_n (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], gleColor color_last, gleColor color_next, int inext, double len); extern void draw_binorm_segment_c_and_edge_n_c4f (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], gleColor4f color_last, gleColor4f color_next, int inext, double len); extern void draw_binorm_segment_facet_n (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], int inext, double len); extern void draw_binorm_segment_c_and_facet_n (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], gleColor color_last, gleColor color_next, int inext, double len); extern void draw_binorm_segment_c_and_facet_n_c4f (int ncp, double front_contour[][3], double back_contour[][3], double front_norm[][3], double back_norm[][3], gleColor4f color_last, gleColor4f color_next, int inext, double len); extern void draw_angle_style_front_cap (int ncp, /* num of contour pts */ gleDouble bi[3], /* biscetor */ gleVector point_array[]); /* polyline */ extern void draw_angle_style_back_cap (int ncp, /* num of contour pts */ gleDouble bi[3], /* biscetor */ gleVector point_array[]); /* polyline */ /* -------------------------- end of file -------------------------------- */ gle-3.1.0/src/tube_gc.h0000644000076400007640000000647707635516014010350 /* * FILE: * tube_gc.h * * FUNCTION: * This file defines all of the extrusion library state info * (i.e. the GLE graphics context). The GLE library is 'almost' * thread-safe, in that there really is only one global to worry * about. It should be a straight-forward change to move this * single global pointer into a per-thread storage (i.e. so * its fetched with pthread_getspecific()). If you develop * patches to enable this, please send them in to me -- * * HISTORY: * Linas Vepstas --- February 1993 * Added auto texture coord generation hooks, Linas April 1994 * * Copyright (C) 1993,1994 Linas Vepstas */ #ifndef GLE_TUBE_GC_H_ #define GLE_TUBE_GC_H_ typedef double gleTwoVec[2]; typedef struct { /* public methods */ void (*bgn_gen_texture) (int, double); void (*n3f_gen_texture) (float *); void (*n3d_gen_texture) (double *); void (*v3f_gen_texture) (float *, int, int); void (*v3d_gen_texture) (double *, int, int); void (*end_gen_texture) (void); /* protected members -- "general knowledge" stuff */ /* The joinstyle is set by the JoinStyle subroutine, * and controls the rendering of the tubing joins. */ int join_style; /* The 'slices' parameter controls the number of 'pie slices' * used to generate cones and cylinders. */ int slices; gleTwoVec *circle; /* 2D contour for circle */ gleTwoVec *norm; /* normal vectors for circle */ /* arguments passed into extrusion code */ int ncp; /* number of contour points */ gleTwoVec *contour; /* 2D contour */ gleTwoVec *cont_normal; /* 2D contour normals */ gleDouble *up; /* up vector */ int npoints; /* number of points in polyline */ gleVector *point_array; /* path */ gleColor *color_array; /* path colors */ gleAffine *xform_array; /* contour xforms */ /* private members, used by texturing code */ int num_vert; int segment_number; double segment_length; double accum_seg_len; double prev_x; double prev_y; void (*save_bgn_gen_texture) (int, double); void (*save_n3f_gen_texture) (float *); void (*save_n3d_gen_texture) (double *); void (*save_v3f_gen_texture) (float *, int, int); void (*save_v3d_gen_texture) (double *, int, int); void (*save_end_gen_texture) (void); } gleGC; extern gleGC *_gle_gc; extern gleGC * gleCreateGC (void); #define INIT_GC() {if (!_gle_gc) { _gle_gc = gleCreateGC(); atexit (gleDestroyGC);} } #define extrusion_join_style (_gle_gc->join_style) #define __TESS_SLICES (_gle_gc->slices) #define __TESS_CIRCLE (_gle_gc->circle) #define __TESS_NORM (_gle_gc->norm) #define __TUBE_CLOSE_CONTOUR (extrusion_join_style & TUBE_CONTOUR_CLOSED) #define __TUBE_DRAW_CAP (extrusion_join_style & TUBE_JN_CAP) #define __TUBE_DRAW_FACET_NORMALS (extrusion_join_style & TUBE_NORM_FACET) #define __TUBE_DRAW_PATH_EDGE_NORMALS (extrusion_join_style & TUBE_NORM_PATH_EDGE) #define __TUBE_STYLE (extrusion_join_style & TUBE_JN_MASK) #define __TUBE_RAW_JOIN (extrusion_join_style & TUBE_JN_RAW) #define __TUBE_CUT_JOIN (extrusion_join_style & TUBE_JN_CUT) #define __TUBE_ANGLE_JOIN (extrusion_join_style & TUBE_JN_ANGLE) #define __TUBE_ROUND_JOIN (extrusion_join_style & TUBE_JN_ROUND) #endif /* GLE_TUBE_GC_H_ */ /* ======================= END OF FILE ========================== */ gle-3.1.0/src/vvector.h0000644000076400007640000011053107375762222010420 /* * vvector.h * * FUNCTION: * This file contains a number of utilities useful for handling * 3D vectors * * HISTORY: * Written by Linas Vepstas, August 1991 * Added 2D code, March 1993 * Added Outer products, C++ proofed, Linas Vepstas October 1993 */ #ifndef __GUTIL_VECTOR_H__ #define __GUTIL_VECTOR_H__ #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #include #include "port.h" /* ========================================================== */ /* Zero out a 2D vector */ #define VEC_ZERO_2(a) \ { \ (a)[0] = (a)[1] = 0.0; \ } /* ========================================================== */ /* Zero out a 3D vector */ #define VEC_ZERO(a) \ { \ (a)[0] = (a)[1] = (a)[2] = 0.0; \ } /* ========================================================== */ /* Zero out a 4D vector */ #define VEC_ZERO_4(a) \ { \ (a)[0] = (a)[1] = (a)[2] = (a)[3] = 0.0; \ } /* ========================================================== */ /* Vector copy */ #define VEC_COPY_2(b,a) \ { \ (b)[0] = (a)[0]; \ (b)[1] = (a)[1]; \ } /* ========================================================== */ /* Copy 3D vector */ #define VEC_COPY(b,a) \ { \ (b)[0] = (a)[0]; \ (b)[1] = (a)[1]; \ (b)[2] = (a)[2]; \ } /* ========================================================== */ /* Copy 4D vector */ #define VEC_COPY_4(b,a) \ { \ (b)[0] = (a)[0]; \ (b)[1] = (a)[1]; \ (b)[2] = (a)[2]; \ (b)[3] = (a)[3]; \ } /* ========================================================== */ /* Vector difference */ #define VEC_DIFF_2(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] - (v1)[0]; \ (v21)[1] = (v2)[1] - (v1)[1]; \ } /* ========================================================== */ /* Vector difference */ #define VEC_DIFF(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] - (v1)[0]; \ (v21)[1] = (v2)[1] - (v1)[1]; \ (v21)[2] = (v2)[2] - (v1)[2]; \ } /* ========================================================== */ /* Vector difference */ #define VEC_DIFF_4(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] - (v1)[0]; \ (v21)[1] = (v2)[1] - (v1)[1]; \ (v21)[2] = (v2)[2] - (v1)[2]; \ (v21)[3] = (v2)[3] - (v1)[3]; \ } /* ========================================================== */ /* Vector sum */ #define VEC_SUM_2(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] + (v1)[0]; \ (v21)[1] = (v2)[1] + (v1)[1]; \ } /* ========================================================== */ /* Vector sum */ #define VEC_SUM(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] + (v1)[0]; \ (v21)[1] = (v2)[1] + (v1)[1]; \ (v21)[2] = (v2)[2] + (v1)[2]; \ } /* ========================================================== */ /* Vector sum */ #define VEC_SUM_4(v21,v2,v1) \ { \ (v21)[0] = (v2)[0] + (v1)[0]; \ (v21)[1] = (v2)[1] + (v1)[1]; \ (v21)[2] = (v2)[2] + (v1)[2]; \ (v21)[3] = (v2)[3] + (v1)[3]; \ } /* ========================================================== */ /* scalar times vector */ #define VEC_SCALE_2(c,a,b) \ { \ (c)[0] = (a)*(b)[0]; \ (c)[1] = (a)*(b)[1]; \ } /* ========================================================== */ /* scalar times vector */ #define VEC_SCALE(c,a,b) \ { \ (c)[0] = (a)*(b)[0]; \ (c)[1] = (a)*(b)[1]; \ (c)[2] = (a)*(b)[2]; \ } /* ========================================================== */ /* scalar times vector */ #define VEC_SCALE_4(c,a,b) \ { \ (c)[0] = (a)*(b)[0]; \ (c)[1] = (a)*(b)[1]; \ (c)[2] = (a)*(b)[2]; \ (c)[3] = (a)*(b)[3]; \ } /* ========================================================== */ /* accumulate scaled vector */ #define VEC_ACCUM_2(c,a,b) \ { \ (c)[0] += (a)*(b)[0]; \ (c)[1] += (a)*(b)[1]; \ } /* ========================================================== */ /* accumulate scaled vector */ #define VEC_ACCUM(c,a,b) \ { \ (c)[0] += (a)*(b)[0]; \ (c)[1] += (a)*(b)[1]; \ (c)[2] += (a)*(b)[2]; \ } /* ========================================================== */ /* accumulate scaled vector */ #define VEC_ACCUM_4(c,a,b) \ { \ (c)[0] += (a)*(b)[0]; \ (c)[1] += (a)*(b)[1]; \ (c)[2] += (a)*(b)[2]; \ (c)[3] += (a)*(b)[3]; \ } /* ========================================================== */ /* Vector dot product */ #define VEC_DOT_PRODUCT_2(c,a,b) \ { \ (c) = (a)[0]*(b)[0] + (a)[1]*(b)[1]; \ } /* ========================================================== */ /* Vector dot product */ #define VEC_DOT_PRODUCT(c,a,b) \ { \ (c) = (a)[0]*(b)[0] + (a)[1]*(b)[1] + (a)[2]*(b)[2]; \ } /* ========================================================== */ /* Vector dot product */ #define VEC_DOT_PRODUCT_4(c,a,b) \ { \ (c) = (a)[0]*(b)[0] + (a)[1]*(b)[1] + (a)[2]*(b)[2] + (a)[3]*(b)[3] ; \ } /* ========================================================== */ /* vector impact parameter (squared) */ #define VEC_IMPACT_SQ(bsq,direction,position) \ { \ gleDouble len, llel; \ VEC_DOT_PRODUCT (len, (position), (position)); \ VEC_DOT_PRODUCT (llel, (direction), (position)); \ (bsq) = len - llel*llel; \ } /* ========================================================== */ /* vector impact parameter */ #define VEC_IMPACT(bsq,direction,position) \ { \ VEC_IMPACT_SQ((bsq),(direction),(position)); \ (bsq) = sqrt (bsq); \ } /* ========================================================== */ /* Vector length */ #define VEC_LENGTH_2(len,a) \ { \ (len) = (a)[0]*(a)[0] + (a)[1]*(a)[1]; \ (len) = sqrt (len); \ } /* ========================================================== */ /* Vector length */ #define VEC_LENGTH(len,a) \ { \ (len) = (a)[0]*(a)[0] + (a)[1]*(a)[1]; \ (len) += (a)[2]*(a)[2]; \ (len) = sqrt (len); \ } /* ========================================================== */ /* Vector length */ #define VEC_LENGTH_4(len,a) \ { \ (len) = (a)[0]*(a)[0] + (a)[1]*(a)[1]; \ (len) += (a)[2]*(a)[2]; \ (len) += (a)[3] * (a)[3]; \ (len) = sqrt (len); \ } /* ========================================================== */ /* distance between two points */ #define VEC_DISTANCE(len,va,vb) \ { \ gleDouble tmp[4]; \ VEC_DIFF (tmp, (vb), (va)); \ VEC_LENGTH ((len), tmp); \ } /* ========================================================== */ /* Conjugate Length */ #define VEC_CONJUGATE_LENGTH(len,a) \ { \ (len) = 1.0 - (a)[0]*(a)[0] - (a)[1]*(a)[1] - (a)[2]*(a)[2];\ (len) = sqrt (len); \ } /* ========================================================== */ /* Normalize vector length (so that vector is unit length) */ #define VEC_NORMALIZE(a) \ { \ double len; \ VEC_LENGTH (len,a); \ if (len != 0.0) { \ len = 1.0 / len; \ (a)[0] *= len; \ (a)[1] *= len; \ (a)[2] *= len; \ } \ } /* ========================================================== */ /* Change vector length to be newlen */ #define VEC_RENORMALIZE(a,newlen) \ { \ double len; \ VEC_LENGTH (len,a); \ if (len != 0.0) { \ len = (newlen) / len; \ (a)[0] *= len; \ (a)[1] *= len; \ (a)[2] *= len; \ } \ } /* ========================================================== */ /* 3D Vector cross product yeilding vector */ #define VEC_CROSS_PRODUCT(c,a,b) \ { \ (c)[0] = (a)[1] * (b)[2] - (a)[2] * (b)[1]; \ (c)[1] = (a)[2] * (b)[0] - (a)[0] * (b)[2]; \ (c)[2] = (a)[0] * (b)[1] - (a)[1] * (b)[0]; \ } /* ========================================================== */ /* Vector perp -- assumes that n is of unit length * accepts vector v, subtracts out any component parallel to n */ #define VEC_PERP(vp,v,n) \ { \ double dot; \ \ VEC_DOT_PRODUCT (dot, v, n); \ (vp)[0] = (v)[0] - dot * (n)[0]; \ (vp)[1] = (v)[1] - dot * (n)[1]; \ (vp)[2] = (v)[2] - dot * (n)[2]; \ } /* ========================================================== */ /* Vector parallel -- assumes that n is of unit length * Accepts vector v, subtracts out any component perpendicular to n. * That is, it projects vector v to plane defined by n. */ #define VEC_PARALLEL(vp,v,n) \ { \ double dot; \ \ VEC_DOT_PRODUCT (dot, v, n); \ (vp)[0] = dot * (n)[0]; \ (vp)[1] = dot * (n)[1]; \ (vp)[2] = dot * (n)[2]; \ } /* ========================================================== */ /* Vector reflection -- assumes n is of unit length */ /* Takes vector v, reflects it against reflector n, and returns vr. * That is, assumes n defines a plane, and performs a mirror reflection */ #define VEC_REFLECT(vr,v,n) \ { \ double dot; \ \ VEC_DOT_PRODUCT (dot, v, n); \ (vr)[0] = (v)[0] - 2.0 * dot * (n)[0]; \ (vr)[1] = (v)[1] - 2.0 * dot * (n)[1]; \ (vr)[2] = (v)[2] - 2.0 * dot * (n)[2]; \ } /* ========================================================== */ /* Vector blending */ /* Takes two vectors a, b, blends them together */ #define VEC_BLEND(vr,sa,a,sb,b) \ { \ \ (vr)[0] = (sa) * (a)[0] + (sb) * (b)[0]; \ (vr)[1] = (sa) * (a)[1] + (sb) * (b)[1]; \ (vr)[2] = (sa) * (a)[2] + (sb) * (b)[2]; \ } /* ========================================================== */ /* Vector print */ #define VEC_PRINT_2(a) \ { \ double len; \ VEC_LENGTH_2 (len, a); \ printf (#a " is %f %f length of " #a " is %f \n", \ (a)[0], *(a)[1], len); \ } /* ========================================================== */ /* Vector print */ #define VEC_PRINT(a) \ { \ double len; \ VEC_LENGTH (len, (a)); \ printf (#a " is %f %f %f length of " #a " is %f \n", \ (a)[0], (a)[1], (a)[2], len); \ } /* ========================================================== */ /* Vector print */ #define VEC_PRINT_4(a) \ { \ double len; \ VEC_LENGTH_4 (len, (a)); \ printf (#a " is %f %f %f %f length of " #a " is %f \n", \ (a)[0], (a)[1], (a)[2], (a)[3], len); \ } /* ========================================================== */ /* print matrix */ #define MAT_PRINT_4X4(mmm) { \ int i,j; \ printf ("matrix " #mmm " is \n"); \ if ((mmm) == NULL) { \ printf (" Null \n"); \ } else { \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ printf ("%f ", (mmm)[i][j]); \ } \ printf (" \n"); \ } \ } \ } /* ========================================================== */ /* print matrix */ #define MAT_PRINT_3X3(mmm) { \ int i,j; \ printf ("matrix " #mmm " is \n"); \ if ((mmm) == NULL) { \ printf (" Null \n"); \ } else { \ for (i=0; i<3; i++) { \ for (j=0; j<3; j++) { \ printf ("%f ", (mmm)[i][j]); \ } \ printf (" \n"); \ } \ } \ } /* ========================================================== */ /* print matrix */ #define MAT_PRINT_2X3(mmm) { \ int i,j; \ printf ("matrix " #mmm " is \n"); \ if ((mmm) == NULL) { \ printf (" Null \n"); \ } else { \ for (i=0; i<2; i++) { \ for (j=0; j<3; j++) { \ printf ("%f ", (mmm)[i][j]); \ } \ printf (" \n"); \ } \ } \ } /* ========================================================== */ /* initialize matrix */ #define IDENTIFY_MATRIX_3X3(m) \ { \ (m)[0][0] = 1.0; \ (m)[0][1] = 0.0; \ (m)[0][2] = 0.0; \ \ (m)[1][0] = 0.0; \ (m)[1][1] = 1.0; \ (m)[1][2] = 0.0; \ \ (m)[2][0] = 0.0; \ (m)[2][1] = 0.0; \ (m)[2][2] = 1.0; \ } /* ========================================================== */ /* initialize matrix */ #define IDENTIFY_MATRIX_4X4(m) \ { \ (m)[0][0] = 1.0; \ (m)[0][1] = 0.0; \ (m)[0][2] = 0.0; \ (m)[0][3] = 0.0; \ \ (m)[1][0] = 0.0; \ (m)[1][1] = 1.0; \ (m)[1][2] = 0.0; \ (m)[1][3] = 0.0; \ \ (m)[2][0] = 0.0; \ (m)[2][1] = 0.0; \ (m)[2][2] = 1.0; \ (m)[2][3] = 0.0; \ \ (m)[3][0] = 0.0; \ (m)[3][1] = 0.0; \ (m)[3][2] = 0.0; \ (m)[3][3] = 1.0; \ } /* ========================================================== */ /* matrix copy */ #define COPY_MATRIX_2X2(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[0][1]; \ \ (b)[1][0] = (a)[1][0]; \ (b)[1][1] = (a)[1][1]; \ \ } /* ========================================================== */ /* matrix copy */ #define COPY_MATRIX_2X3(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[0][1]; \ (b)[0][2] = (a)[0][2]; \ \ (b)[1][0] = (a)[1][0]; \ (b)[1][1] = (a)[1][1]; \ (b)[1][2] = (a)[1][2]; \ } /* ========================================================== */ /* matrix copy */ #define COPY_MATRIX_3X3(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[0][1]; \ (b)[0][2] = (a)[0][2]; \ \ (b)[1][0] = (a)[1][0]; \ (b)[1][1] = (a)[1][1]; \ (b)[1][2] = (a)[1][2]; \ \ (b)[2][0] = (a)[2][0]; \ (b)[2][1] = (a)[2][1]; \ (b)[2][2] = (a)[2][2]; \ } /* ========================================================== */ /* matrix copy */ #define COPY_MATRIX_4X4(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[0][1]; \ (b)[0][2] = (a)[0][2]; \ (b)[0][3] = (a)[0][3]; \ \ (b)[1][0] = (a)[1][0]; \ (b)[1][1] = (a)[1][1]; \ (b)[1][2] = (a)[1][2]; \ (b)[1][3] = (a)[1][3]; \ \ (b)[2][0] = (a)[2][0]; \ (b)[2][1] = (a)[2][1]; \ (b)[2][2] = (a)[2][2]; \ (b)[2][3] = (a)[2][3]; \ \ (b)[3][0] = (a)[3][0]; \ (b)[3][1] = (a)[3][1]; \ (b)[3][2] = (a)[3][2]; \ (b)[3][3] = (a)[3][3]; \ } /* ========================================================== */ /* matrix transpose */ #define TRANSPOSE_MATRIX_2X2(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[1][0]; \ \ (b)[1][0] = (a)[0][1]; \ (b)[1][1] = (a)[1][1]; \ } /* ========================================================== */ /* matrix transpose */ #define TRANSPOSE_MATRIX_3X3(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[1][0]; \ (b)[0][2] = (a)[2][0]; \ \ (b)[1][0] = (a)[0][1]; \ (b)[1][1] = (a)[1][1]; \ (b)[1][2] = (a)[2][1]; \ \ (b)[2][0] = (a)[0][2]; \ (b)[2][1] = (a)[1][2]; \ (b)[2][2] = (a)[2][2]; \ } /* ========================================================== */ /* matrix transpose */ #define TRANSPOSE_MATRIX_4X4(b,a) \ { \ (b)[0][0] = (a)[0][0]; \ (b)[0][1] = (a)[1][0]; \ (b)[0][2] = (a)[2][0]; \ (b)[0][3] = (a)[3][0]; \ \ (b)[1][0] = (a)[0][1]; \ (b)[1][1] = (a)[1][1]; \ (b)[1][2] = (a)[2][1]; \ (b)[1][3] = (a)[3][1]; \ \ (b)[2][0] = (a)[0][2]; \ (b)[2][1] = (a)[1][2]; \ (b)[2][2] = (a)[2][2]; \ (b)[2][3] = (a)[3][2]; \ \ (b)[3][0] = (a)[0][3]; \ (b)[3][1] = (a)[1][3]; \ (b)[3][2] = (a)[2][3]; \ (b)[3][3] = (a)[3][3]; \ } /* ========================================================== */ /* multiply matrix by scalar */ #define SCALE_MATRIX_2X2(b,s,a) \ { \ (b)[0][0] = (s) * (a)[0][0]; \ (b)[0][1] = (s) * (a)[0][1]; \ \ (b)[1][0] = (s) * (a)[1][0]; \ (b)[1][1] = (s) * (a)[1][1]; \ } /* ========================================================== */ /* multiply matrix by scalar */ #define SCALE_MATRIX_3X3(b,s,a) \ { \ (b)[0][0] = (s) * (a)[0][0]; \ (b)[0][1] = (s) * (a)[0][1]; \ (b)[0][2] = (s) * (a)[0][2]; \ \ (b)[1][0] = (s) * (a)[1][0]; \ (b)[1][1] = (s) * (a)[1][1]; \ (b)[1][2] = (s) * (a)[1][2]; \ \ (b)[2][0] = (s) * (a)[2][0]; \ (b)[2][1] = (s) * (a)[2][1]; \ (b)[2][2] = (s) * (a)[2][2]; \ } /* ========================================================== */ /* multiply matrix by scalar */ #define SCALE_MATRIX_4X4(b,s,a) \ { \ (b)[0][0] = (s) * (a)[0][0]; \ (b)[0][1] = (s) * (a)[0][1]; \ (b)[0][2] = (s) * (a)[0][2]; \ (b)[0][3] = (s) * (a)[0][3]; \ \ (b)[1][0] = (s) * (a)[1][0]; \ (b)[1][1] = (s) * (a)[1][1]; \ (b)[1][2] = (s) * (a)[1][2]; \ (b)[1][3] = (s) * (a)[1][3]; \ \ (b)[2][0] = (s) * (a)[2][0]; \ (b)[2][1] = (s) * (a)[2][1]; \ (b)[2][2] = (s) * (a)[2][2]; \ (b)[2][3] = (s) * (a)[2][3]; \ \ (b)[3][0] = (s) * (a)[3][0]; \ (b)[3][1] = (s) * (a)[3][1]; \ (b)[3][2] = (s) * (a)[3][2]; \ (b)[3][3] = (s) * (a)[3][3]; \ } /* ========================================================== */ /* multiply matrix by scalar */ #define ACCUM_SCALE_MATRIX_2X2(b,s,a) \ { \ (b)[0][0] += (s) * (a)[0][0]; \ (b)[0][1] += (s) * (a)[0][1]; \ \ (b)[1][0] += (s) * (a)[1][0]; \ (b)[1][1] += (s) * (a)[1][1]; \ } /* +========================================================== */ /* multiply matrix by scalar */ #define ACCUM_SCALE_MATRIX_3X3(b,s,a) \ { \ (b)[0][0] += (s) * (a)[0][0]; \ (b)[0][1] += (s) * (a)[0][1]; \ (b)[0][2] += (s) * (a)[0][2]; \ \ (b)[1][0] += (s) * (a)[1][0]; \ (b)[1][1] += (s) * (a)[1][1]; \ (b)[1][2] += (s) * (a)[1][2]; \ \ (b)[2][0] += (s) * (a)[2][0]; \ (b)[2][1] += (s) * (a)[2][1]; \ (b)[2][2] += (s) * (a)[2][2]; \ } /* +========================================================== */ /* multiply matrix by scalar */ #define ACCUM_SCALE_MATRIX_4X4(b,s,a) \ { \ (b)[0][0] += (s) * (a)[0][0]; \ (b)[0][1] += (s) * (a)[0][1]; \ (b)[0][2] += (s) * (a)[0][2]; \ (b)[0][3] += (s) * (a)[0][3]; \ \ (b)[1][0] += (s) * (a)[1][0]; \ (b)[1][1] += (s) * (a)[1][1]; \ (b)[1][2] += (s) * (a)[1][2]; \ (b)[1][3] += (s) * (a)[1][3]; \ \ (b)[2][0] += (s) * (a)[2][0]; \ (b)[2][1] += (s) * (a)[2][1]; \ (b)[2][2] += (s) * (a)[2][2]; \ (b)[2][3] += (s) * (a)[2][3]; \ \ (b)[3][0] += (s) * (a)[3][0]; \ (b)[3][1] += (s) * (a)[3][1]; \ (b)[3][2] += (s) * (a)[3][2]; \ (b)[3][3] += (s) * (a)[3][3]; \ } /* +========================================================== */ /* matrix product */ /* c[x][y] = a[x][0]*b[0][y]+a[x][1]*b[1][y]+a[x][2]*b[2][y]+a[x][3]*b[3][y];*/ #define MATRIX_PRODUCT_2X2(c,a,b) \ { \ (c)[0][0] = (a)[0][0]*(b)[0][0]+(a)[0][1]*(b)[1][0]; \ (c)[0][1] = (a)[0][0]*(b)[0][1]+(a)[0][1]*(b)[1][1]; \ \ (c)[1][0] = (a)[1][0]*(b)[0][0]+(a)[1][1]*(b)[1][0]; \ (c)[1][1] = (a)[1][0]*(b)[0][1]+(a)[1][1]*(b)[1][1]; \ \ } /* ========================================================== */ /* matrix product */ /* c[x][y] = a[x][0]*b[0][y]+a[x][1]*b[1][y]+a[x][2]*b[2][y]+a[x][3]*b[3][y];*/ #define MATRIX_PRODUCT_3X3(c,a,b) \ { \ (c)[0][0] = (a)[0][0]*(b)[0][0]+(a)[0][1]*(b)[1][0]+(a)[0][2]*(b)[2][0];\ (c)[0][1] = (a)[0][0]*(b)[0][1]+(a)[0][1]*(b)[1][1]+(a)[0][2]*(b)[2][1];\ (c)[0][2] = (a)[0][0]*(b)[0][2]+(a)[0][1]*(b)[1][2]+(a)[0][2]*(b)[2][2];\ \ (c)[1][0] = (a)[1][0]*(b)[0][0]+(a)[1][1]*(b)[1][0]+(a)[1][2]*(b)[2][0];\ (c)[1][1] = (a)[1][0]*(b)[0][1]+(a)[1][1]*(b)[1][1]+(a)[1][2]*(b)[2][1];\ (c)[1][2] = (a)[1][0]*(b)[0][2]+(a)[1][1]*(b)[1][2]+(a)[1][2]*(b)[2][2];\ \ (c)[2][0] = (a)[2][0]*(b)[0][0]+(a)[2][1]*(b)[1][0]+(a)[2][2]*(b)[2][0];\ (c)[2][1] = (a)[2][0]*(b)[0][1]+(a)[2][1]*(b)[1][1]+(a)[2][2]*(b)[2][1];\ (c)[2][2] = (a)[2][0]*(b)[0][2]+(a)[2][1]*(b)[1][2]+(a)[2][2]*(b)[2][2];\ } /* ========================================================== */ /* matrix product */ /* c[x][y] = a[x][0]*b[0][y]+a[x][1]*b[1][y]+a[x][2]*b[2][y]+a[x][3]*b[3][y];*/ #define MATRIX_PRODUCT_4X4(c,a,b) \ { \ (c)[0][0] = (a)[0][0]*(b)[0][0]+(a)[0][1]*(b)[1][0]+(a)[0][2]*(b)[2][0]+(a)[0][3]*(b)[3][0];\ (c)[0][1] = (a)[0][0]*(b)[0][1]+(a)[0][1]*(b)[1][1]+(a)[0][2]*(b)[2][1]+(a)[0][3]*(b)[3][1];\ (c)[0][2] = (a)[0][0]*(b)[0][2]+(a)[0][1]*(b)[1][2]+(a)[0][2]*(b)[2][2]+(a)[0][3]*(b)[3][2];\ (c)[0][3] = (a)[0][0]*(b)[0][3]+(a)[0][1]*(b)[1][3]+(a)[0][2]*(b)[2][3]+(a)[0][3]*(b)[3][3];\ \ (c)[1][0] = (a)[1][0]*(b)[0][0]+(a)[1][1]*(b)[1][0]+(a)[1][2]*(b)[2][0]+(a)[1][3]*(b)[3][0];\ (c)[1][1] = (a)[1][0]*(b)[0][1]+(a)[1][1]*(b)[1][1]+(a)[1][2]*(b)[2][1]+(a)[1][3]*(b)[3][1];\ (c)[1][2] = (a)[1][0]*(b)[0][2]+(a)[1][1]*(b)[1][2]+(a)[1][2]*(b)[2][2]+(a)[1][3]*(b)[3][2];\ (c)[1][3] = (a)[1][0]*(b)[0][3]+(a)[1][1]*(b)[1][3]+(a)[1][2]*(b)[2][3]+(a)[1][3]*(b)[3][3];\ \ (c)[2][0] = (a)[2][0]*(b)[0][0]+(a)[2][1]*(b)[1][0]+(a)[2][2]*(b)[2][0]+(a)[2][3]*(b)[3][0];\ (c)[2][1] = (a)[2][0]*(b)[0][1]+(a)[2][1]*(b)[1][1]+(a)[2][2]*(b)[2][1]+(a)[2][3]*(b)[3][1];\ (c)[2][2] = (a)[2][0]*(b)[0][2]+(a)[2][1]*(b)[1][2]+(a)[2][2]*(b)[2][2]+(a)[2][3]*(b)[3][2];\ (c)[2][3] = (a)[2][0]*(b)[0][3]+(a)[2][1]*(b)[1][3]+(a)[2][2]*(b)[2][3]+(a)[2][3]*(b)[3][3];\ \ (c)[3][0] = (a)[3][0]*(b)[0][0]+(a)[3][1]*(b)[1][0]+(a)[3][2]*(b)[2][0]+(a)[3][3]*(b)[3][0];\ (c)[3][1] = (a)[3][0]*(b)[0][1]+(a)[3][1]*(b)[1][1]+(a)[3][2]*(b)[2][1]+(a)[3][3]*(b)[3][1];\ (c)[3][2] = (a)[3][0]*(b)[0][2]+(a)[3][1]*(b)[1][2]+(a)[3][2]*(b)[2][2]+(a)[3][3]*(b)[3][2];\ (c)[3][3] = (a)[3][0]*(b)[0][3]+(a)[3][1]*(b)[1][3]+(a)[3][2]*(b)[2][3]+(a)[3][3]*(b)[3][3];\ } /* ========================================================== */ /* matrix times vector */ #define MAT_DOT_VEC_2X2(p,m,v) \ { \ (p)[0] = (m)[0][0]*(v)[0] + (m)[0][1]*(v)[1]; \ (p)[1] = (m)[1][0]*(v)[0] + (m)[1][1]*(v)[1]; \ } /* ========================================================== */ /* matrix times vector */ #define MAT_DOT_VEC_3X3(p,m,v) \ { \ (p)[0] = (m)[0][0]*(v)[0] + (m)[0][1]*(v)[1] + (m)[0][2]*(v)[2]; \ (p)[1] = (m)[1][0]*(v)[0] + (m)[1][1]*(v)[1] + (m)[1][2]*(v)[2]; \ (p)[2] = (m)[2][0]*(v)[0] + (m)[2][1]*(v)[1] + (m)[2][2]*(v)[2]; \ } /* ========================================================== */ /* matrix times vector */ #define MAT_DOT_VEC_4X4(p,m,v) \ { \ (p)[0] = (m)[0][0]*(v)[0] + (m)[0][1]*(v)[1] + (m)[0][2]*(v)[2] + (m)[0][3]*(v)[3]; \ (p)[1] = (m)[1][0]*(v)[0] + (m)[1][1]*(v)[1] + (m)[1][2]*(v)[2] + (m)[1][3]*(v)[3]; \ (p)[2] = (m)[2][0]*(v)[0] + (m)[2][1]*(v)[1] + (m)[2][2]*(v)[2] + (m)[2][3]*(v)[3]; \ (p)[3] = (m)[3][0]*(v)[0] + (m)[3][1]*(v)[1] + (m)[3][2]*(v)[2] + (m)[3][3]*(v)[3]; \ } /* ========================================================== */ /* vector transpose times matrix */ /* (p)[j] = (v)[0]*(m)[0][j] + (v)[1]*(m)[1][j] + (v)[2]*(m)[2][j]; */ #define VEC_DOT_MAT_3X3(p,v,m) \ { \ (p)[0] = (v)[0]*(m)[0][0] + (v)[1]*(m)[1][0] + (v)[2]*(m)[2][0]; \ (p)[1] = (v)[0]*(m)[0][1] + (v)[1]*(m)[1][1] + (v)[2]*(m)[2][1]; \ (p)[2] = (v)[0]*(m)[0][2] + (v)[1]*(m)[1][2] + (v)[2]*(m)[2][2]; \ } /* ========================================================== */ /* affine matrix times vector */ /* The matrix is assumed to be an affine matrix, with last two * entries representing a translation */ #define MAT_DOT_VEC_2X3(p,m,v) \ { \ (p)[0] = (m)[0][0]*(v)[0] + (m)[0][1]*(v)[1] + (m)[0][2]; \ (p)[1] = (m)[1][0]*(v)[0] + (m)[1][1]*(v)[1] + (m)[1][2]; \ } /* ========================================================== */ /* inverse transpose of matrix times vector * * This macro computes inverse transpose of matrix m, * and multiplies vector v into it, to yeild vector p * * DANGER !!! Do Not use this on normal vectors!!! * It will leave normals the wrong length !!! * See macro below for use on normals. */ #define INV_TRANSP_MAT_DOT_VEC_2X2(p,m,v) \ { \ gleDouble det; \ \ det = (m)[0][0]*(m)[1][1] - (m)[0][1]*(m)[1][0]; \ (p)[0] = (m)[1][1]*(v)[0] - (m)[1][0]*(v)[1]; \ (p)[1] = - (m)[0][1]*(v)[0] + (m)[0][0]*(v)[1]; \ \ /* if matrix not singular, and not orthonormal, then renormalize */ \ if ((det!=1.0) && (det != 0.0)) { \ det = 1.0 / det; \ (p)[0] *= det; \ (p)[1] *= det; \ } \ } /* ========================================================== */ /* transform normal vector by inverse transpose of matrix * and then renormalize the vector * * This macro computes inverse transpose of matrix m, * and multiplies vector v into it, to yeild vector p * Vector p is then normalized. */ #define NORM_XFORM_2X2(p,m,v) \ { \ double len; \ \ /* do nothing if off-diagonals are zero and diagonals are \ * equal */ \ if (((m)[0][1] != 0.0) || ((m)[1][0] != 0.0) || ((m)[0][0] != (m)[1][1])) { \ (p)[0] = (m)[1][1]*(v)[0] - (m)[1][0]*(v)[1]; \ (p)[1] = - (m)[0][1]*(v)[0] + (m)[0][0]*(v)[1]; \ \ len = (p)[0]*(p)[0] + (p)[1]*(p)[1]; \ len = 1.0 / sqrt (len); \ (p)[0] *= len; \ (p)[1] *= len; \ } else { \ VEC_COPY_2 ((p), (v)); \ } \ } /* ========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define OUTER_PRODUCT_2X2(m,v,t) \ { \ (m)[0][0] = (v)[0] * (t)[0]; \ (m)[0][1] = (v)[0] * (t)[1]; \ \ (m)[1][0] = (v)[1] * (t)[0]; \ (m)[1][1] = (v)[1] * (t)[1]; \ } /* ========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define OUTER_PRODUCT_3X3(m,v,t) \ { \ (m)[0][0] = (v)[0] * (t)[0]; \ (m)[0][1] = (v)[0] * (t)[1]; \ (m)[0][2] = (v)[0] * (t)[2]; \ \ (m)[1][0] = (v)[1] * (t)[0]; \ (m)[1][1] = (v)[1] * (t)[1]; \ (m)[1][2] = (v)[1] * (t)[2]; \ \ (m)[2][0] = (v)[2] * (t)[0]; \ (m)[2][1] = (v)[2] * (t)[1]; \ (m)[2][2] = (v)[2] * (t)[2]; \ } /* ========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define OUTER_PRODUCT_4X4(m,v,t) \ { \ (m)[0][0] = (v)[0] * (t)[0]; \ (m)[0][1] = (v)[0] * (t)[1]; \ (m)[0][2] = (v)[0] * (t)[2]; \ (m)[0][3] = (v)[0] * (t)[3]; \ \ (m)[1][0] = (v)[1] * (t)[0]; \ (m)[1][1] = (v)[1] * (t)[1]; \ (m)[1][2] = (v)[1] * (t)[2]; \ (m)[1][3] = (v)[1] * (t)[3]; \ \ (m)[2][0] = (v)[2] * (t)[0]; \ (m)[2][1] = (v)[2] * (t)[1]; \ (m)[2][2] = (v)[2] * (t)[2]; \ (m)[2][3] = (v)[2] * (t)[3]; \ \ (m)[3][0] = (v)[3] * (t)[0]; \ (m)[3][1] = (v)[3] * (t)[1]; \ (m)[3][2] = (v)[3] * (t)[2]; \ (m)[3][3] = (v)[3] * (t)[3]; \ } /* +========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define ACCUM_OUTER_PRODUCT_2X2(m,v,t) \ { \ (m)[0][0] += (v)[0] * (t)[0]; \ (m)[0][1] += (v)[0] * (t)[1]; \ \ (m)[1][0] += (v)[1] * (t)[0]; \ (m)[1][1] += (v)[1] * (t)[1]; \ } /* +========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define ACCUM_OUTER_PRODUCT_3X3(m,v,t) \ { \ (m)[0][0] += (v)[0] * (t)[0]; \ (m)[0][1] += (v)[0] * (t)[1]; \ (m)[0][2] += (v)[0] * (t)[2]; \ \ (m)[1][0] += (v)[1] * (t)[0]; \ (m)[1][1] += (v)[1] * (t)[1]; \ (m)[1][2] += (v)[1] * (t)[2]; \ \ (m)[2][0] += (v)[2] * (t)[0]; \ (m)[2][1] += (v)[2] * (t)[1]; \ (m)[2][2] += (v)[2] * (t)[2]; \ } /* +========================================================== */ /* outer product of vector times vector transpose * * The outer product of vector v and vector transpose t yeilds * dyadic matrix m. */ #define ACCUM_OUTER_PRODUCT_4X4(m,v,t) \ { \ (m)[0][0] += (v)[0] * (t)[0]; \ (m)[0][1] += (v)[0] * (t)[1]; \ (m)[0][2] += (v)[0] * (t)[2]; \ (m)[0][3] += (v)[0] * (t)[3]; \ \ (m)[1][0] += (v)[1] * (t)[0]; \ (m)[1][1] += (v)[1] * (t)[1]; \ (m)[1][2] += (v)[1] * (t)[2]; \ (m)[1][3] += (v)[1] * (t)[3]; \ \ (m)[2][0] += (v)[2] * (t)[0]; \ (m)[2][1] += (v)[2] * (t)[1]; \ (m)[2][2] += (v)[2] * (t)[2]; \ (m)[2][3] += (v)[2] * (t)[3]; \ \ (m)[3][0] += (v)[3] * (t)[0]; \ (m)[3][1] += (v)[3] * (t)[1]; \ (m)[3][2] += (v)[3] * (t)[2]; \ (m)[3][3] += (v)[3] * (t)[3]; \ } /* +========================================================== */ /* determinant of matrix * * Computes determinant of matrix m, returning d */ #define DETERMINANT_2X2(d,m) \ { \ (d) = (m)[0][0] * (m)[1][1] - (m)[0][1] * (m)[1][0]; \ } /* ========================================================== */ /* determinant of matrix * * Computes determinant of matrix m, returning d */ #define DETERMINANT_3X3(d,m) \ { \ (d) = (m)[0][0] * ((m)[1][1]*(m)[2][2] - (m)[1][2] * (m)[2][1]);\ (d) -= (m)[0][1] * ((m)[1][0]*(m)[2][2] - (m)[1][2] * (m)[2][0]);\ (d) += (m)[0][2] * ((m)[1][0]*(m)[2][1] - (m)[1][1] * (m)[2][0]);\ } /* ========================================================== */ /* i,j,th cofactor of a 4x4 matrix * */ #define COFACTOR_4X4_IJ(fac,m,i,j) \ { \ int ii[4], jj[4], k; \ \ /* compute which row, columnt to skip */ \ for (k=0; k<(i); k++) ii[k] = k; \ for (k=(i); k<3; k++) ii[k] = k+1; \ for (k=0; k<(j); k++) jj[k] = k; \ for (k=(j); k<3; k++) jj[k] = k+1; \ \ (fac) = (m)[ii[0]][jj[0]] * ((m)[ii[1]][jj[1]]*(m)[ii[2]][jj[2]] \ - (m)[ii[1]][jj[2]]*(m)[ii[2]][jj[1]]); \ (fac) -= (m)[ii[0]][jj[1]] * ((m)[ii[1]][jj[0]]*(m)[ii[2]][jj[2]] \ - (m)[ii[1]][jj[2]]*(m)[ii[2]][jj[0]]);\ (fac) += (m)[ii[0]][jj[2]] * ((m)[ii[1]][jj[0]]*(m)[ii[2]][jj[1]] \ - (m)[ii[1]][jj[1]]*(m)[ii[2]][jj[0]]);\ \ /* compute sign */ \ k = (i)+(j); \ if ( k != (k/2)*2) { \ (fac) = -(fac); \ } \ } /* ========================================================== */ /* determinant of matrix * * Computes determinant of matrix m, returning d */ #define DETERMINANT_4X4(d,m) \ { \ double cofac; \ COFACTOR_4X4_IJ (cofac, (m), 0, 0); \ (d) = (m)[0][0] * cofac; \ COFACTOR_4X4_IJ (cofac, (m), 0, 1); \ (d) += (m)[0][1] * cofac; \ COFACTOR_4X4_IJ (cofac, (m), 0, 2); \ (d) += (m)[0][2] * cofac; \ COFACTOR_4X4_IJ (cofac, (m), 0, 3); \ (d) += (m)[0][3] * cofac; \ } /* ========================================================== */ /* cofactor of matrix * * Computes cofactor of matrix m, returning a */ #define COFACTOR_2X2(a,m) \ { \ (a)[0][0] = (m)[1][1]; \ (a)[0][1] = - (m)[1][0]; \ (a)[1][0] = - (m)[0][1]; \ (a)[1][1] = (m)[0][0]; \ } /* ========================================================== */ /* cofactor of matrix * * Computes cofactor of matrix m, returning a */ #define COFACTOR_3X3(a,m) \ { \ (a)[0][0] = (m)[1][1]*(m)[2][2] - (m)[1][2]*(m)[2][1]; \ (a)[0][1] = - ((m)[1][0]*(m)[2][2] - (m)[2][0]*(m)[1][2]); \ (a)[0][2] = (m)[1][0]*(m)[2][1] - (m)[1][1]*(m)[2][0]; \ (a)[1][0] = - ((m)[0][1]*(m)[2][2] - (m)[0][2]*(m)[2][1]); \ (a)[1][1] = (m)[0][0]*(m)[2][2] - (m)[0][2]*(m)[2][0]; \ (a)[1][2] = - ((m)[0][0]*(m)[2][1] - (m)[0][1]*(m)[2][0]); \ (a)[2][0] = (m)[0][1]*(m)[1][2] - (m)[0][2]*(m)[1][1]; \ (a)[2][1] = - ((m)[0][0]*(m)[1][2] - (m)[0][2]*(m)[1][0]); \ (a)[2][2] = (m)[0][0]*(m)[1][1] - (m)[0][1]*(m)[1][0]); \ } /* ========================================================== */ /* cofactor of matrix * * Computes cofactor of matrix m, returning a */ #define COFACTOR_4X4(a,m) \ { \ int i,j; \ \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ COFACTOR_4X4_IJ ((a)[i][j], (m), i, j); \ } \ } \ } /* ========================================================== */ /* adjoint of matrix * * Computes adjoint of matrix m, returning a * (Note that adjoint is just the transpose of the cofactor matrix) */ #define ADJOINT_2X2(a,m) \ { \ (a)[0][0] = (m)[1][1]; \ (a)[1][0] = - (m)[1][0]; \ (a)[0][1] = - (m)[0][1]; \ (a)[1][1] = (m)[0][0]; \ } /* ========================================================== */ /* adjoint of matrix * * Computes adjoint of matrix m, returning a * (Note that adjoint is just the transpose of the cofactor matrix) */ #define ADJOINT_3X3(a,m) \ { \ (a)[0][0] = (m)[1][1]*(m)[2][2] - (m)[1][2]*(m)[2][1]; \ (a)[1][0] = - ((m)[1][0]*(m)[2][2] - (m)[2][0]*(m)[1][2]); \ (a)[2][0] = (m)[1][0]*(m)[2][1] - (m)[1][1]*(m)[2][0]; \ (a)[0][1] = - ((m)[0][1]*(m)[2][2] - (m)[0][2]*(m)[2][1]); \ (a)[1][1] = (m)[0][0]*(m)[2][2] - (m)[0][2]*(m)[2][0]; \ (a)[2][1] = - ((m)[0][0]*(m)[2][1] - (m)[0][1]*(m)[2][0]); \ (a)[0][2] = (m)[0][1]*(m)[1][2] - (m)[0][2]*(m)[1][1]; \ (a)[1][2] = - ((m)[0][0]*(m)[1][2] - (m)[0][2]*(m)[1][0]); \ (a)[2][2] = (m)[0][0]*(m)[1][1] - (m)[0][1]*(m)[1][0]); \ } /* ========================================================== */ /* adjoint of matrix * * Computes adjoint of matrix m, returning a * (Note that adjoint is just the transpose of the cofactor matrix) */ #define ADJOINT_4X4(a,m) \ { \ int i,j; \ \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ COFACTOR_4X4_IJ ((a)[j][i], (m), i, j); \ } \ } \ } /* ========================================================== */ /* compute adjoint of matrix and scale * * Computes adjoint of matrix m, scales it by s, returning a */ #define SCALE_ADJOINT_2X2(a,s,m) \ { \ (a)[0][0] = s * (m)[1][1]; \ (a)[1][0] = - s * (m)[1][0]; \ (a)[0][1] = - s * (m)[0][1]; \ (a)[1][1] = s * (m)[0][0]; \ } /* ========================================================== */ /* compute adjoint of matrix and scale * * Computes adjoint of matrix m, scales it by s, returning a */ #define SCALE_ADJOINT_3X3(a,s,m) \ { \ (a)[0][0] = s * ((m)[1][1] * (m)[2][2] - (m)[1][2] * (m)[2][1]); \ (a)[1][0] = s * ((m)[1][2] * (m)[2][0] - (m)[1][0] * (m)[2][2]); \ (a)[2][0] = s * ((m)[1][0] * (m)[2][1] - (m)[1][1] * (m)[2][0]); \ \ (a)[0][1] = s * ((m)[0][2] * (m)[2][1] - (m)[0][1] * (m)[2][2]); \ (a)[1][1] = s * ((m)[0][0] * (m)[2][2] - (m)[0][2] * (m)[2][0]); \ (a)[2][1] = s * ((m)[0][1] * (m)[2][0] - (m)[0][0] * (m)[2][1]); \ \ (a)[0][2] = s * ((m)[0][1] * (m)[1][2] - (m)[0][2] * (m)[1][1]); \ (a)[1][2] = s * ((m)[0][2] * (m)[1][0] - (m)[0][0] * (m)[1][2]); \ (a)[2][2] = s * ((m)[0][0] * (m)[1][1] - (m)[0][1] * (m)[1][0]); \ } /* ========================================================== */ /* compute adjoint of matrix and scale * * Computes adjoint of matrix m, scales it by s, returning a */ #define SCALE_ADJOINT_4X4(a,s,m) \ { \ int i,j; \ \ for (i=0; i<4; i++) { \ for (j=0; j<4; j++) { \ COFACTOR_4X4_IJ ((a)[j][i], (m), i, j); \ (a)[j][i] *= (s); \ } \ } \ } /* ========================================================== */ /* inverse of matrix * * Compute inverse of matrix a, returning determinant m and * inverse b */ #define INVERT_2X2(b,det,a) \ { \ double tmp; \ DETERMINANT_2X2 ((det), (a)); \ tmp = 1.0 / (det); \ SCALE_ADJOINT_2X2 ((b), tmp, (a)); \ } /* ========================================================== */ /* inverse of matrix * * Compute inverse of matrix a, returning determinant m and * inverse b */ #define INVERT_3X3(b,det,a) \ { \ double tmp; \ DETERMINANT_3X3 ((det), (a)); \ tmp = 1.0 / (det); \ SCALE_ADJOINT_3X3 ((b), tmp, (a)); \ } /* ========================================================== */ /* inverse of matrix * * Compute inverse of matrix a, returning determinant m and * inverse b */ #define INVERT_4X4(b,det,a) \ { \ double tmp; \ DETERMINANT_4X4 ((det), (a)); \ tmp = 1.0 / (det); \ SCALE_ADJOINT_4X4 ((b), tmp, (a)); \ } /* ========================================================== */ #if defined(__cplusplus) || defined(c_plusplus) }; #endif #endif /* __GUTIL_VECTOR_H__ */ /* ===================== END OF FILE ======================== */ gle-3.1.0/src/.cvsignore0000644000076400007640000000004407121031423010531 Makefile .deps .libs *.lo libgle.la gle-3.1.0/src/README.gutil0000644000076400007640000000612407120633236010552 Note to users: turning backfacing culling on may improve performance; will make no visual difference when join style is CAP. ------------------------------------------------------------------- Work left to be done: --------------------- 1) cylnder/cone tesselation should be adaptive ... 2) round-join tessleation should be adaptive. 4) Need to interpolate normal vectors for fillet triangles. Not doing this results in visual artifacts in certain cases. 5) Need to interpolate colors for fillet triangles (not doing this leaves potential for visual artifacts, although I haven't yet seen any.) 6) allow user to install callbacks for V3F, etc (similar to callbacks in gluTess). 7) given i, j point, return actual x,y,z, coords. 10) Some end-caps are concave ... OpenGL GLU utilioty does a sloppy job of concave polygons ... so some of the figures look bad. What to do about this? 11) The ex_raw.c module would probably execute ()some tens of cycles) faster if it had a ex_angle type interface for the normal vector gorp. 13) Testing problem -- I'm worried that contours with only two points will croak the "cut_join" style code. Be sure to test this. 17) polycone raw endcaps are flashing colors -- some kind of bug. 18) Write the @#$%^&*( documentation. ------------------------------------------------------------------- FIXED: ------ 3) round join style not doing backfacing properly at this moment. FIXED 3 June 1993 9) extrusions with more than 64 vertices in the contour may overflow the hardware ... our bgn...end constructs may have to check for such cases ... (for h/w with the 256 vertex limit only). A: Punt. Most hardware today doesn't have this limit anymore. 12) Another significant optimization that can be performed is to convert many of the routines to work along z-axis only. One reason this was not done right off the bat was for readability and maintainability. However, once the code becomes stable, this may be a good idea. (What I mean here is that many routines, such as "intersect()" and "CUTTING_PLANE()" perform operations on x and y coordinates. These are needed for a GENERAL "intersect()" routine; however, the way that they are used below does not require that generality (since all of the drawing occurs parallel to the z-axis). With a little bit of careful thought, the x and y computations could be ripped out). A: But this will not work if there are twists in the contour, since now, extrusions do NOT run parallel to z-axis, and the x,y coordinates are non-trivial. 14) Q: convert extrude.c to work in a bgn/end style of collecting up data? (how to handle 2x3 affine matricies in the bgn/end style?) A: Don't do it. It would make it hard to deal with the per-vertex affine matrices. A much better idea is to implement a C++ object which has a begin-end interface for each poly extrusion object. 15) convert to OpenGL Done. However, see note 10 above. 16) add texture demos that demo the texutre hack. ------------------------------------------------------------------- gle-3.1.0/src/COPYING.src0000644000076400007640000000627507125250024010372 The following agreement applies to the source code in this directory only! It does *NOT* apply to the HTML documentation or to the demo programs, or to other items distributed with this package! --------------------------------------------------------------------- SOFTWARE AGREEMENT PLEASE READ THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR USING THIS SOFTWARE. IF YOU INSTALL OR USE THIS SOFTWARE, YOU AGREE TO THESE TERMS. This software is owned by International Business Machines Corporation ("IBM"), or its subsidiaries or IBM's suppliers, and is copyrighted and licensed, not sold. IBM retains title to the software, and grants you a nonexclusive license for the software. Under this license, you may: 1) use the software on one or more machines at a time; 2) make copies of the software for use or backup purposes within your enterprise; 3) modify this software and merge it with another program; and 4) make copies of the original file you downloaded and distribute it, provided that you transfer a copy of this license to the other party. The other party agrees to these terms by its first use of this software. You must reproduce the copyright notice and any other legend of ownership on each copy or partial copy of the software. This software, as provided by IBM, is only intended to assist in the development of a working software program. The software may not function as written: additional code is required. In addition, the software may not compile and/or bind successfully as written. IBM PROVIDES THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 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 SOFTWARE IS WITH YOU. SHOULD ANY PART OF THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT, UNLESS REQUIRED BY APPLICABLE LAW, SHALL IBM BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (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 SOFTWARE TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF IBM HAS BEEN ADVISED IN ADVANCE OF THE POSSIBILITY OF SUCH DAMAGES. IBM does not warrant that the contents of the software will meet your requirements, that the software is error-free or that the software does not infringe on any intellectual property rights of any third party. IBM may make improvements and/or changes in the software at any time. Changes may or may not be made periodically to the information in the software; these changes may be reported, for the software included herein, in new editions. References, if any, in the software to IBM products, programs, or services do not imply that IBM intends to make these available in all countries in which IBM operates. Any reference to an IBM licensed program in the software is not intended to state or imply that only IBM's licensed program may be used. Any functionally equivalent program may be used. The laws of New York State govern this agreement. gle-3.1.0/src/gle.h0000644000076400007640000003131407635516014007473 /* * FILE: * gle.h * * FUNCTION: * GLE Tubing and Extrusion top-level API header file. * This file provides the protypes and defines for the extrusion * and tubing public API. Applications that wish to use GLE must * include this header file. * * HISTORY: * Copyright (c) 1990, 1991, 2003 Linas Vepstas */ #ifndef GLE_H__ #define GLE_H__ #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif /* some types */ #define __GLE_DOUBLE 1 #if __GLE_DOUBLE typedef double gleDouble; #else typedef float gleDouble; #endif typedef gleDouble gleAffine[2][3]; typedef float gleColor[3]; typedef float gleColor4f[4]; /* ====================================================== */ /* Defines for tubing join styles */ #define TUBE_JN_RAW 0x1 #define TUBE_JN_ANGLE 0x2 #define TUBE_JN_CUT 0x3 #define TUBE_JN_ROUND 0x4 #define TUBE_JN_MASK 0xf /* mask bits */ #define TUBE_JN_CAP 0x10 /* Determine how normal vectors are to be handled */ #define TUBE_NORM_FACET 0x100 #define TUBE_NORM_EDGE 0x200 #define TUBE_NORM_PATH_EDGE 0x400 /* for spiral, lathe, helix primitives */ #define TUBE_NORM_MASK 0xf00 /* mask bits */ /* Closed or open countours */ #define TUBE_CONTOUR_CLOSED 0x1000 #define GLE_TEXTURE_ENABLE 0x10000 #define GLE_TEXTURE_STYLE_MASK 0xff #define GLE_TEXTURE_VERTEX_FLAT 1 #define GLE_TEXTURE_NORMAL_FLAT 2 #define GLE_TEXTURE_VERTEX_CYL 3 #define GLE_TEXTURE_NORMAL_CYL 4 #define GLE_TEXTURE_VERTEX_SPH 5 #define GLE_TEXTURE_NORMAL_SPH 6 #define GLE_TEXTURE_VERTEX_MODEL_FLAT 7 #define GLE_TEXTURE_NORMAL_MODEL_FLAT 8 #define GLE_TEXTURE_VERTEX_MODEL_CYL 9 #define GLE_TEXTURE_NORMAL_MODEL_CYL 10 #define GLE_TEXTURE_VERTEX_MODEL_SPH 11 #define GLE_TEXTURE_NORMAL_MODEL_SPH 12 #ifdef GL_32 /* HACK for GL 3.2 -- needed because no way to tell if lighting is on. */ #define TUBE_LIGHTING_ON 0x80000000 #define gleExtrusion extrusion #define gleSetJoinStyle setjoinstyle #define gleGetJoinStyle getjoinstyle #define glePolyCone polycone #define glePolyCylinder polycylinder #define gleSuperExtrusion super_extrusion #define gleTwistExtrusion twist_extrusion #define gleSpiral spiral #define gleLathe lathe #define gleHelicoid helicoid #define gleToroid toroid #define gleScrew screw #endif /* GL_32 */ #ifdef _NO_PROTO /* NO ANSI C PROTOTYPING */ extern int gleGetJoinStyle (); extern void gleSetJoinStyle (); extern void glePolyCone (); extern void glePolyCylinder (); extern void gleExtrusion (); extern void gleSuperExtrusion (); extern void gleTwistExtrusion (); extern void gleSpiral (); extern void gleLathe (); extern void gleHelicoid (); extern void gleToroid (); extern void gleScrew (); /* Rotation Utilities */ extern void rot_axis (); extern void rot_about_axis (); extern void rot_omega (); extern void urot_axis (); extern void urot_about_axis (); extern void urot_omega (); /* viewpoint functions */ extern void uview_direction (); extern void uviewpoint (); #else /* _NO_PROTO */ /* ANSI C PROTOTYPING */ /* clean up global memory usage */ extern void gleDestroyGC (void); /* control join style of the tubes */ extern int gleGetJoinStyle (void); extern void gleSetJoinStyle (int style); /* bitwise OR of flags */ /* control number of sides used to draw cylinders, cones */ extern int gleGetNumSides(void); extern void gleSetNumSides(int slices); /* draw polyclinder, specified as a polyline */ extern void glePolyCylinder (int npoints, /* num points in polyline */ gleDouble point_array[][3], /* polyline vertces */ gleColor color_array[], /* colors at polyline verts */ gleDouble radius); /* radius of polycylinder */ extern void glePolyCylinder_c4f (int npoints, /* num points in polyline */ gleDouble point_array[][3], /* polyline vertces */ gleColor4f color_array[], /* colors at polyline verts */ gleDouble radius); /* radius of polycylinder */ /* draw polycone, specified as a polyline with radii */ extern void glePolyCone (int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor color_array[], /* colors at polyline verts */ gleDouble radius_array[]); /* cone radii at polyline verts */ extern void glePolyCone_c4f (int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor4f color_array[], /* colors at polyline verts */ gleDouble radius_array[]); /* cone radii at polyline verts */ /* extrude arbitrary 2D contour along arbitrary 3D path */ extern void gleExtrusion (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor color_array[]); /* colors at polyline verts */ extern void gleExtrusion_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor4f color_array[]); /* colors at polyline verts */ /* extrude 2D contour, specifying local rotations (twists) */ extern void gleTwistExtrusion (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor color_array[], /* color at polyline verts */ gleDouble twist_array[]); /* countour twists (in degrees) */ extern void gleTwistExtrusion_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor4f color_array[], /* color at polyline verts */ gleDouble twist_array[]); /* countour twists (in degrees) */ /* extrude 2D contour, specifying local affine tranformations */ extern void gleSuperExtrusion (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor color_array[], /* color at polyline verts */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ extern void gleSuperExtrusion_c4f (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[][3], /* polyline vertices */ gleColor4f color_array[], /* color at polyline verts */ gleDouble xform_array[][2][3]); /* 2D contour xforms */ /* spiral moves contour along helical path by parallel transport */ extern void gleSpiral (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* lathe moves contour along helical path by helically shearing 3D space */ extern void gleLathe (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* similar to spiral, except contour is a circle */ extern void gleHelicoid (gleDouble rToroid, /* circle contour (torus) radius */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* similar to lathe, except contour is a circle */ extern void gleToroid (gleDouble rToroid, /* circle contour (torus) radius */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* draws a screw shape */ extern void gleScrew (int ncp, /* number of contour points */ gleDouble contour[][2], /* 2D contour */ gleDouble cont_normal[][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startz, /* start of segment */ gleDouble endz, /* end of segment */ gleDouble twist); /* number of rotations */ extern void gleTextureMode (int mode); /* Rotation Utilities */ extern void rot_axis (gleDouble omega, gleDouble axis[3]); extern void rot_about_axis (gleDouble angle, gleDouble axis[3]); extern void rot_omega (gleDouble axis[3]); extern void rot_prince (gleDouble omega, char axis); extern void urot_axis (gleDouble m[4][4], gleDouble omega, gleDouble axis[3]); extern void urot_about_axis (gleDouble m[4][4], gleDouble angle, gleDouble axis[3]); extern void urot_omega (gleDouble m[4][4], gleDouble axis[3]); extern void urot_prince (gleDouble m[4][4], gleDouble omega, char axis); /* viewpoint functions */ extern void uview_direction (gleDouble m[4][4], /* returned */ gleDouble v21[3], /* input */ gleDouble up[3]); /* input */ extern void uviewpoint (gleDouble m[4][4], /* returned */ gleDouble v1[3], /* input */ gleDouble v2[3], /* input */ gleDouble up[3]); /* input */ #endif /* _NO_PROTO */ #if defined(__cplusplus) || defined(c_plusplus) }; #endif #endif /* GLE_H__ */ /* ================== END OF FILE ======================= */ gle-3.1.0/doc/0000777000076400007640000000000007635534327006622 5gle-3.1.0/doc/Makefile.in0000644000076400007640000002202607635534327010605 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ SUBDIRS = html docdir = $(datadir)/doc/gle/ doc_DATA = COPYING.artistic gle-3.0.lsm EXTRA_DIST = .cvsignore COPYING.artistic gle-3.0.lsm SUFFIXES = .lsm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = DATA = $(doc_DATA) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: .SUFFIXES: .lsm $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ fi; fi; \ done uninstall-docDATA: @$(NORMAL_UNINSTALL) list='$(doc_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(docdir)/$$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 = doc 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-docDATA install-data: install-data-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-recursive uninstall-am: uninstall-docDATA 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)$(docdir) 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 -rm -f libtool 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-docDATA install-docDATA 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: gle-3.1.0/doc/Makefile.am0000644000076400007640000000024107376645227010573 SUBDIRS = html docdir = $(datadir)/doc/gle/ doc_DATA = COPYING.artistic gle-3.0.lsm EXTRA_DIST = .cvsignore COPYING.artistic gle-3.0.lsm SUFFIXES += .lsm gle-3.1.0/doc/.cvsignore0000644000076400007640000000001107326111520010505 Makefile gle-3.1.0/doc/COPYING.artistic0000644000076400007640000001342607326114542011406 The "Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: * "Package" refers to the collection of files (in this directory and its subdirectories) distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. * "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. * "Copyright Holder" is whoever is named in the copyright or copyrights for the package. * "You" is you, if you're thinking about copying or distributing this Package. * "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) * "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The graphic art and geometrical data supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End gle-3.1.0/doc/gle-3.0.lsm0000644000076400007640000000315307326111520010301 Begin3 Title: GLE Tubing and Extrusion Library Version: 3.0.0 Entered-date: 14JUN2000 Description: GLE is a library package of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. Generically, the extruded surface is specified with a 2D polyline that is extruded along a 3D path. A local coordinate system allows for additional flexibility in the primitives drawn. Extrusions may be texture mapped in a variety of ways. The GLE library generates 3D triangle coordinates, lighting normal vectors and texture coordinates as output. GLE uses the GL or OpenGL API's to perform the actual rendering. Keywords: graphics surface sweep tube extrude polycone polycylinder OpenGL Author: linas@linas.org (Linas Vepstas) Maintained-by: linas@linas.org (Linas Vepstas) Primary-site: 697k metalab.unc.edu pub/Linux/libs/X/gle-3.0.0.tar.gz Alternate-site: 485k tsx-11.mit.edu pub/linux/sources/libs/gle.2.2.7.tar.gz Original-site: 697k http://linas.org/gle/gle-3.0.0.tar.gz Platform: GLE is known to compile and run on the following: RS/6000 (AIX 3.2.5, AIX 4.1, with xlc and gcc, OpenGL LPP) Linux (Linux 1.x, 2.x with gcc and MesaGL) SGI (Irix 5.x) Reported to compile & run with Digital UNIX, HPUX, IBM OS/2, Microsoft NT Copying-policy: Freely distributable, AS-IS, no warrenty. End gle-3.1.0/doc/html/0000777000076400007640000000000007635534330007560 5gle-3.1.0/doc/html/Makefile.in0000644000076400007640000001456407635534330011553 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ html_HTML = blurb.html build.html index.html join.html texture.html tube.html vrml.html gif_HTML = angle.gif basic.gif candle.gif cone.gif cut.gif edge.gif edgenorm.gif edgesweep.gif endcap.gif facenorm.gif facesweep.gif facet.gif gle.jpg helix.gif helix1.gif helix2.gif helix3.gif helix4.gif helix5.gif helix6.gif helixtex.gif offround.gif ogla.gif ogla_sm.gif opencontour.gif raw.gif round.gif screw0.gif screw1.gif screw2.gif screwn.gif shear.gif texas.gif texscr.gif texscr2.gif textwi.gif textwi2.gif twist1.gif twist2.gif twist3.gif giforig_HTML = angle.orig.gif basic.orig.gif candle.orig.gif cone.orig.gif cut.orig.gif edge.orig.gif edgenorm.orig.gif edgesweep.orig.gif endcap.orig.gif facenorm.orig.gif facesweep.orig.gif facet.orig.gif helix3.orig.gif helix5.orig.gif helix6.orig.gif offround.orig.gif opencontour.orig.gif raw.orig.gif round.orig.gif screw0.orig.gif screw1.orig.gif screw2.orig.gif screwn.orig.gif shear.orig.gif texas.orig.gif twist1.orig.gif twist2.orig.gif twist3.orig.gif docdir = $(datadir)/doc/gle/html doc_DATA = $(html_HTML) $(gif_HTML) $(giforig_HTML) README EXTRA_DIST = .cvsignore $(doc_DATA) SUFFIXES = .html .gif .jpg mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = DATA = $(doc_DATA) DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: .SUFFIXES: .gif .html .jpg $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/html/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ fi; fi; \ done uninstall-docDATA: @$(NORMAL_UNINSTALL) list='$(doc_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(docdir)/$$p; \ done tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = doc/html 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-docDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-docDATA 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)$(docdir) 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 -rm -f libtool 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-docDATA install-docDATA 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: gle-3.1.0/doc/html/README0000644000076400007640000000044707326107675010366 The *.orig.gif images are here because they are visually interesting. They are screen-shots of an early versin of MesaGL (circa 0.9 or 1.1) and have some rather interesting rasterization artifacts. I find these rather visually pleasing, and keep them here for my artistic pleasure. --linas gle-3.1.0/doc/html/Makefile.am0000644000076400007640000000275507326114737011543 html_HTML = \ blurb.html \ build.html \ index.html \ join.html \ texture.html \ tube.html \ vrml.html gif_HTML = \ angle.gif \ basic.gif \ candle.gif \ cone.gif \ cut.gif \ edge.gif \ edgenorm.gif \ edgesweep.gif \ endcap.gif \ facenorm.gif \ facesweep.gif \ facet.gif \ gle.jpg \ helix.gif \ helix1.gif \ helix2.gif \ helix3.gif \ helix4.gif \ helix5.gif \ helix6.gif \ helixtex.gif \ offround.gif \ ogla.gif \ ogla_sm.gif \ opencontour.gif \ raw.gif \ round.gif \ screw0.gif \ screw1.gif \ screw2.gif \ screwn.gif \ shear.gif \ texas.gif \ texscr.gif \ texscr2.gif \ textwi.gif \ textwi2.gif \ twist1.gif \ twist2.gif \ twist3.gif giforig_HTML = \ angle.orig.gif \ basic.orig.gif \ candle.orig.gif \ cone.orig.gif \ cut.orig.gif \ edge.orig.gif \ edgenorm.orig.gif \ edgesweep.orig.gif \ endcap.orig.gif \ facenorm.orig.gif \ facesweep.orig.gif \ facet.orig.gif \ helix3.orig.gif \ helix5.orig.gif \ helix6.orig.gif \ offround.orig.gif \ opencontour.orig.gif \ raw.orig.gif \ round.orig.gif \ screw0.orig.gif \ screw1.orig.gif \ screw2.orig.gif \ screwn.orig.gif \ shear.orig.gif \ texas.orig.gif \ twist1.orig.gif \ twist2.orig.gif \ twist3.orig.gif docdir = $(datadir)/doc/gle/html doc_DATA = $(html_HTML) $(gif_HTML) $(giforig_HTML) README EXTRA_DIST = .cvsignore $(doc_DATA) SUFFIXES += .html .gif .jpg gle-3.1.0/doc/html/.cvsignore0000644000076400007640000000001107326107675011471 Makefile gle-3.1.0/doc/html/blurb.html0000644000076400007640000000214607326107675011500 GLE Tubing and Extrusion Blurb

GLE Tubing and Extrusion Library
GLE, written by Linas Vepstas, is a library package of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. Generically, the extruded surface is specified with a 2D polyline that is extruded along a 3D path. A local coordinate system allows for additional flexibility in the primitives drawn. Extrusions may be texture mapped in a variety of ways. The GLE library generates 3D triangle coordinates, lighting normal vectors and texture coordinates as output. OpenGL is used to perform the actual rendering. GLE is also included with the latest release of Mark Kilgard's GLUT toolkit.

gle-3.1.0/doc/html/build.html0000644000076400007640000001451507326126135011464 GLE Build Notes & General Info

GLE Build Notes & General Info

Background and Overview

The GLE Tubing and Extrusion Library is a graphics application programming interface (API). The library consists of a number of "C" language subroutines for drawing tubing and extrusions. The library is distributed in source code form, in a package that includes documentation, a VRML proposal, Makefiles, and full source code and header files. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions.

GLE is known to run on UNIX(r) and UNIX-like operating systems such as Linux, AIX, IRIX, Ultrix and HPUX with OpenGL or Mesa. GLE is also known to run on OS/2 Warp.

A spec file is included for automatically building RedHat RPM's.

Build Notes

The GLE build system uses the GNU automake/autoconf tools. These tools should allow GLE to build cleanly on virtually all computing platforms.

To build the library, simply type configure at the command line to set things up for your CPU & operating system. Then run make to compile. Finally, cd to the examples directory, and run the shell script rundemo to launch each of the demos in order (from most basic, to advanced).

You may find the following configure flags useful:

--enable-lenient-tess
If you have a tesselator that is happy with anything, including degenerate points, collinear segments, etc. then define this. Otherwise, don't specify this flag. Setting this flag provides a minor performance improvement. I believe that the stock SGI tesselator is "lenient", despite explicit disclaimers in the documentation. (circa 1995). Early versions of the MesaGL tesselator are not at all forgiving of degenerate points. This resulted in frequent crashes and/or hangs. (circa 1997-2000). Recent versions (as of 2001) seem to work fine. If you have an old version of MesaGL, do not set --enable-lenient-tess

--disable-auto-texture
Disable texture mapping code. Disabling texture mapping may provide a very minor performance improvement.

--enable-irisgl
Compile for old IrisGL/GL-3.2 API. This used to work, but hasn't been tested in a long time.

--enable-debug
Will compile sources so printf routines will be called instead of OpenGL routines. Warning: this will generate a *lot* of output!

If you have difficulties... here are some notes:

IBM AIX, SGI Irix, HP and DEC Systems
There are no known compile or run time problems. If you have difficulty making on these systems, make sure that OpenGL and GLUT are present. (Note: the new automake/autoconf build process has *not* been tested on these systems.)

Linux Systems
Older MesaGL tesselator was prone to hangs and crashes. Recent (2001) versions seem to do just fine. There are currently no other known compile or runtime problems.

Windows NT/2000 and Windows 95/98
GLE will compile & run on these Microsoft systems under several different development environments. The subdirectory ms-visual-c contains project files. The README contains additional information.

Macintosh OS version 9
GLE has been reported to compile & run on this Apple operating system using the CodeWarrier development environment, once some 'standard' modifications are made. (??)

GL and OpenGL Libraries
The tubing and extrusion library can be compiled for GL 3.2 or for OpenGL. By default, the Makefile are configured for OpenGL. (Warning: the library has NOT been run on GL 3.2 in years, and so might be broken in minor ways. With tweaking, though it should work.)

Obtaining the GL, OpenGL and GLUT libraries
OpenGL is available on most UNIX(R) workstations, as well as OS/2(R) and Windows NT. Contact your workstation vendor for more information or visit the OpenGL Web Site (See also SGI's OpenGL site). GLE also works with Mesa, a public-domain OpenGL-like API. Mesa can be found at http://www.mesa3d.org/

The demos require that the GLUT windowing and utility library be installed. GLUT can be obtained at http://reality.sgi.com/opengl/glut3/

GLUT Libraries
The demos require the GLUT library and headers to be installed.

Compile time warnings
You may see some compile time warnings. Ignore these. These occur because not all compilers correctly handle doubly-index subscripts, and so the code does some funny business to get around this. To the best of my knowledge, the code still executes correctly despite these warnings. Note, however, that my efforts to eliminate these warning may result in code that old compilers will not be able to compile, or will compile but not execute correctly.

(In my humble opinion, the way in which the C/C++ language handles doubly, triply, etc. subscripted arrays is fundamentally broken. The syntax is not self-consistent. Many important constructs are undefined by ANSI-C (and C++). In the good old days, when most compilers were broken in this area anyway, you could happily work around this with single-index arrays and fancy address calculation. Now that compilers have been fixed, and, thanks to C++, strict-type-checking is all the rage, the fundamental short-comings of C/C++ in this area start becoming horribly apparent. To put it another way, I agonized over how subscripting should be handled, and what, if any new types needed to be introduced. Sadly, I was unable to design code that compiled on most compilers, AND not introduce new types, AND avoid strict-typechecking warning messages. Sadly, the result is a horrible mess. )


Last updated: Linas Vepstas July 2001 gle-3.1.0/doc/html/index.html0000644000076400007640000002325707635530433011502 GLE Tubing and Extrusion Fact Sheet

GLE Tubing and Extrusion Fact Sheet

OpenGL Logo SourceForge Logo

The Hard Facts

The GLE Tubing and Extrusion Library is a graphics application programming interface (API). The library consists of a number of "C" language subroutines for drawing tubing and extrusions. It is a very fast implementation of these shapes, outperforming all other implementations, most by orders of magnitude. The library is distributed in source code form, in a package that includes documentation, a VRML proposal, Makefiles, and full source code and header files. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions.

GLE is designed for and maintained on the Linux operating system, and is known to run on other Unix operating systems such as AIX, IRIX, Ultrix and HPUX with OpenGL or Mesa. GLE is also known to run on IBM OS/2 Warp, Apple Macintosh OS9, and Microsoft Windows NT and has been used to develop screen-savers for some of these popular PC operating systems.

News: Alpha Blending/Transparency now supported by means of new *_c4f routines that allow RGBA values to be passed down into the API.

News: Dave Richards has created a set of MSWindows-specific C++ classes that are derived from gle. See the GLE32 site. (mirror)

News: There is now a mailing list to discuss gle: gle-discuss@lists.sourceforge.net. Subscribe by web or view the archives.

News: Version 3.0 is out, sporting an improved/simplified build system, which should make compiling this package a lot less confusing. Project has been moved to SourceForge, which means you can get live CVS, and should make it easier for folks to submit patches & participate in this project.

News: ShapeShifter is a re-write of the GLE library in Java. Available freely, under the 'Artistic License'.

News: OpenGL internals programmers & hardware developers, please read this.

News: Python bindings are shipped with this release. They were generated with a non-standard version of SWIG. There is also another (different) set of bindings for GLE that come standard with OpenGL at the PyOpenGL site. At this point, neither set should be considered to be more 'standard' than the other.

A Gentle Introduction

The libgle.a library contains a collection of routines for drawing sweeps and extrusions. A "sweep" or "extrusion" is a 2D contour (polyline) that is swept or extruded along a 3D path (polyline). For example, sweeping a circle along a straight line will generate a cylinder. Sweeping a circle along a circular path will generate a doughnut (torus).

The library also includes a set of utility routines for drawing some of the more common extruded shapes: a polycylinder, a polycone, a generalized torus (circle swept along a helical path), a "helix" (arbitrary contour swept along a helical path) and a "lathe" (arbitrary contour swept along a helical path, with torsion used to keep the contour aligned).

The most general extrusion supported by this library allows an arbitrary 2D contour to be swept around an arbitrary 3D path. A set of normal vectors can be specified to go along with the contour; the normal vectors determine the appearance of the contour when lighting is turned on. A set of colors and affine matrices can be specified to go along with the 3D path. The colors are used to color along the path. The affine matrices are used to operate on the contour as it is swept along. If no affine matrices are specified, the contour is extruded using the mathematical concept of "parallel translation" or "Gaussian translation". That is, the contour is moved (and drawn) along the extrusion path in a "straight" manner. If there are affine matrices, they are applied to the contour at each extrusion segment before the segment is drawn.

The affine matrices allow work in a quasi-non-Euclidean space. They essentially allow the contour to be distorted as it is swept along. The allow the contour to be rotated, translated and rescaled as it is drawn. For example, a rescaling will turn a polycylinder into a poly-cone, since the circle that is being extruded is scaled to a different size at each extrusion vertex. A rotation allows the contour to be spun around while it is being extruded, thus for instance allowing drill-bit type shapes to be drawn. A translation allows the appearance of shearing in real space; that is, taking a contour and displacing it, without otherwise bending it. Note that the affines are 2x3 matrices, not 3x4 matrices, since they apply to the 2D contour as it is being extruded.

Table of Contents

Version Summary

Version 1.0 -- Originally developed by Linas Vepstas for IBM GL 3.2 and SGI IrisGL in 1991
Version 2.0 -- Port to OpenGL, March, July, October 1993
Version 2.1 -- Port demos to GLUT Library, assorted lint/compile time cleanup, April 1995
Version 2.1.1 -- Additional demos, October 1995
Version 2.2.0 -- Fully HTML'ized documentation, Christmas 1995
Version 2.2.1 -- Additional demos
Version 2.2.2 -- Extensive screen shots added to documentation, January 1996
Version 2.2.3 -- VRML proposal, February 1996
Version 2.2.4 -- metalab (prev. sunsite), tsx-11 post, March 1996
Version 2.2.5 -- Documentation cleanup, July 1996
Version 2.2.6 -- Documentation cleanup, April 1997
Version 2.2.7 -- Minor bug fixes, December 1997
Version 2.3 -- Bug fixes for drawing of end caps for MesaGL, man pages from Mark Kilgard, December 1997
Version 3.0.0 -- Consolidation, simplification of build structure; major version number changed because header files consolidated and renamed. Use automake/autoconf to build. Move CVStree to sourceforge. June 2000
Version 3.0.1 -- Misc bug fixes, configure.in fix
Version 3.0.2 -- C++ wrapper fixes
Version 3.0.3 -- look for libXmu in configure
Version 3.0.4 -- python bindings, minor bug fix
Version 3.0.5 -- Visual C project files; create pipeline documentation; fix makefile to install docs, examples.
Version 3.0.6 -- disable fprintf(stderr) on Win32 systems. use newer automake/autoconf configure. Add GPL as an alternate license choice. November 2001.
Version 3.0.7 -- configure.in libXi fix for detecting libglut.
Version 3.0.8 -- configure.in check for libXi first ... Fix memory leak with atexit()
Version 3.1.0 -- Add support for Alpha Blending -- March 2003

Credits

Written and maintained by Linas Vepstas <linas@linas.org>.
Many thanks Mark Kilgard for converting the web pages to real Unix man pages.
Visit my Enterprise Linux web site for more info about Linux in a commercial, business setting.

gle-3.1.0/doc/html/join.html0000644000076400007640000000772707326107675011343 gleJoinStyle Documentation

gleJoinStyle Documentation


Subroutine Descriptions

int gleGetJoinStyle (void); 
void gleSetJoinStyle (int style);	      /* bitwise OR of flags */ 
Query and Set the join style flags. This word is a bitwise OR of the flags described below.

Extrusion Join Styles

TUBE_JN_RAW
Draw polycylinders, polycones, extrusions, etc. with no special treatment of the extrusion ends.

TUBE_JN_ANGLE
Draw polycylinders, polycones, extrusions, etc. by extending the different segments until they butt into each other with an angular style.

TUBE_JN_CUT
Draw polycylinders, polycones, extrusions, etc. by joining together the different segments and slicing off the joint at half the angle between the segments. A cap is drawn. Note that the slicing plane runs through the origin of the contour coordinate system. Thus, the amount of slice can be varied by offsetting the contour with respect to the origin.

Note that when two segments meet at a shallow angle, the cut join style will potentially shave off a whole lot of the contour, leading to "surprising" results...

TUBE_JN_ROUND
Joints will be rounded. Strictly speaking, the part of the joint above the origin will be rounded. The part below the origin will come together in an angular join.

TUBE_JN_MASK
Mask bits. This can be used to mask off the bit field that defines the join style.

End Caps

TUBE_JN_CAP
If this is set, a cap will be drawn at each end of the extrusion.

Automatic Normal Vector Generation

TUBE_NORM_FACET
A normal vector is generated per facet. Useful for having an extrusion have a "faceted" look, such as when extruding a square -- each of the four sides of the square will look flat.

TUBE_NORM_EDGE
Normal vectors are generated so that they lie along edges. Useful for making angular things look rounded under lighting. For example, when extruding a hexagon and using this flag, the hexagonal extrusion will look (more like a) smooth perfectly round cylinder, rather than a six-sided shape.

TUBE_NORM_PATH_EDGE
Normal vectors are generated so that they both lie on edges, and so that they interpolate between neighboring segments. Useful for drawing "spaghetti" -- extrusions that follow a spline path. Because the spline path must be "tessellated" into small straight segments, each segment will look straight unless this flag is set.

TUBE_NORM_MASK
A mask useful for masking out the "norm" bits.

Closed or Open Contours

TUBE_CONTOUR_CLOSED
If this bit is set, the contour will be treated as a "closed" contour, where the last point connects back up to the first. It is useful to set this flag when drawing closed shapes (such as extruded cylinders, star-shapes, I-Beams, etc.) When drawing open extrusions (e.g. corrugated sheet metal), you DON'T want to set this flag.

The End

Originally developed by Linas Vepstas in 1991
Version 2.0 -- port to OpenGL, 1993
Version 2.1 -- assorted touch-ups, cleanups, etc.
Version 2.1.1 -- additional demos
gle-3.1.0/doc/html/texture.html0000644000076400007640000002213207326107675012067 Texture Routines

Texture Routines

In addition to the default TexGen modes that are supplied by OpenGL, the tubing library also contains some of its own automatic texture coordinate generation routines. This is needed in order to be able to draw a texture that 'sticks' to the extruded surface. The GLE library supplies 12 different texture mapping modes; in addition, user-defined texture coord generation routines can be supplied. (See the pipeline documentation for details). GLE needs to specify these many routines, since no one method is appropriate for all shapes. The 'flat' texture modes are appropriate for flat, open surfaces. The 'cylinder' texture modes are appropriate for long spaghetti shapes. The 'sphere' modes are appropriate for ball-like surfaces of revolution. Use the 'vertex' versions of these routines if your surface is nearly isometric (i.e. when the distances between the points in the contour are roughly equal to the distances between these same points in final 3D shape.) Use the 'normal' versions of these routines when changes in the normal vector are a better indicator of the distance between points on the surface. (In the case of a cylinder, one should expect that 'vertex' and 'normal' texturing yield the same results.) The 'model' modes will in general pin the texture onto the surface, and so the surface wiggles, it will look like the texture is painted on. The non-model modes will use real-space coordinates, and so the texture may fit better on static, fixed shapes; however, if the shape wiggles, then the texture will squirm around on the surface. You'll need to pick an appropriate mode for your shape. If you're clever, then define your own. (and send me patches if possible).

To use GLE texture mapping with the extrusion library, one must remember to "do the obvious":

  • Enable texture mapping through OpenGL
  • Define and load (lmdef/lmbind) a texture
  • If you enable gleTextures, then disable glTexgGen
gleTextureMode(int mode);   /* bitwise OR of flags */
This routine can be used to set the type of automatic texture coordinate generation to be used. The argument should be a bitwise-OR of any of the following flags:
GLE_TEXTURE_ENABLE
If this bit is set, then texturing is enabled. If this bit is NOT set, then automatic texture coordinate generation is disabled.

The way in which the automatic texture coordinate generation occurs is determined by one of the following flags. One and only one of these should be selected at a time. These tokens are enumerants, not bit-flags.
GLE_TEXTURE_VERTEX_FLAT
Uses the vertexes "x" coordinate as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate.

GLE_TEXTURE_NORMAL_FLAT
Uses the normal vector's "x" coordinate as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate.

GLE_TEXTURE_VERTEX_CYL
Uses u = phi/(2*pi) = arctan (vy/vx)/(2*pi) as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. In the above equation, "vx" and "vy" stand for the vertex's x and y coordinates.

GLE_TEXTURE_NORMAL_CYL
Uses u = phi/(2*pi) = arctan (ny/nx)/(2*pi) as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. In the above equation, "nx" and "ny" stand for the normal's x and y coordinates.

GLE_TEXTURE_VERTEX_SPH
Uses u = phi/(2*pi) = arctan (vy/vx)/(2*pi) as the texture "u" coordinate, and v = theta/pi = (1.0 - arccos(vz))/pi as the texture "v" coordinate. In the above equation, "vx","vy" and "vz" stand for the vertex's x, y and z coordinates.

GLE_TEXTURE_NORMAL_SPH
Uses u = phi/(2*pi) = arctan (ny/nx)/(2*pi) as the texture "u" coordinate, and v = theta/pi = (1.0 - arccos(nz))/pi as the texture "v" coordinate. In the above equation, "nx","ny" and "nz" stand for the normal's x, y and z coordinates.

GLE_TEXTURE_VERTEX_MODEL_FLAT
GLE_TEXTURE_NORMAL_MODEL_FLAT
GLE_TEXTURE_VERTEX_MODEL_CYL
GLE_TEXTURE_NORMAL_MODEL_CYL
GLE_TEXTURE_VERTEX_MODEL_SPH
GLE_TEXTURE_NORMAL_MODEL_SPH
These define texture mapping modes that are very similar to those described above, except that the untransformed vertices and/or normals are used. As a result, textures tends to stick to the extrusion according to the extrusions local surface coordinates rather than according to real-space coordinates. This will in general provide the correct style of texture mapping when affine transforms are being applied to the contour, since the coordinates used are those prior to the affine transform.


How it Works

To best understand how to use the above functions, it is best to understand how the tubing is actually drawn. Let us start by defining some terms. The tubing library "extrudes" a "contour" along a "path". The contour is a 2D polyline. The path is a 3D polyline. We use the word "segment" to refer to a straight-line segment of the path polyline. We also interchangeably use the word "segment" to stand for the section of the extrusion that lies along a path segment.

The tubing library draws segments one at a time. It uses glPushmatrix() and glPopmatrix() to orient each segment along the negative z-axis. The segment starts at z=0 and ends at some negative z-value (equal to the length of the segment). The segment is then drawn by calling glVertex3f() (and glNormal3F()) by drawing the 2D contour at z=0 and again at z=-len. (Of course, if the join style is one of the fancy ones, then the end-points are trimmed in a variety of ways, and do not land exactly on z=0, or z=-len, but they do come close). Note that glBegin() and glEnd() are called around each segment. (Note also that additional glBegins/Ends may be called to draw end-caps or filleting triangles for the more complex join styles.)

The obvious way to automatically generate textures is to warp the glVertex() and glNormal() functions, and compute texture coordinates based on the 3-space vertex and normal coordinates. This is essentially what the tubing code does, except that it passes some extra parameters. The glBegin calls are wrapped, and the integer segment number and the floating-point length of the segment are passed in. By knowing the segment number, and the segment length, the texture coordinates can be adjusted. Knowing the length allows the length to be accumulated, so that a texture is applied lengthwise along the extrusion. It is this accumulated length that is used in the FLAT and CYL mapping modes.

For each vertex, not only are the vertex x,y,z coordinates available, but so is a contour vertex counter indicating which contour vertex this corresponds to. There is also a flag indicating whether the vertex corresponds to a front or back vertex (i.e. a z=0 or z=-len vertex). Again, this info can be used to avoid confusion when drawing the more complex join styles.


Hints, Tips and Techniques

  • Hint: Confused? RUN THE DEMOS! The best way to understand what all the different texture modes are doing is to see them in action.
  • Hint: The texture matrix can be used to your advantage! That is, you can use glMatrixMode(GL_TEXTURE) to control how textures are mapped to the surface. In particular, you may/will want to use it to to rescale the V coordinate.
  • The origin of the contour will in general change the vertex x's and y's, thus changing the texture coordinates.
  • The contour "up" vector will NOT influence the texture coordinates.
  • For the FLAT and CYL modes, the accumulated length really is the accumulated length of the segments in modeling coordinates. Unless the extrusion is very small, this length will probably be much larger than 1.0, and so the resulting texture coordinate will wrap. You will generally want to rescale the "V" coordinate to make the texture map fit.
  • If the texture is "swimming" around on the surface in an undesired way, try using the "MODEL" version of the texture generation flag.
  • Typically, you will NOT want to use the "SPH" versions of the texture generation engine unless you really, really have an extrusion for which spherical coordinates are appropriate. Most uses of extrusions are best handled with the "FLAT" and "CYL" generation methods.
  • User-defined texture generation callbacks are not currently implemented, but these should be very, very easy to hack in as desired. It should be easy to let your imagination run wild in here. Look at texgen.c -- what needs to be done should be obvious, I hope. When in doubt, experiment.

The End
Version 2.2.1 -- clean up texture documentation.
gle-3.1.0/doc/html/tube.html0000644000076400007640000004420107635522307011323 Subroutine Documentation

Subroutine Documentation

Some Types

typedef double gleDouble;
typedef gleDouble gleAffine[2][3];

Subroutine Descriptions

 void glePolyCylinder (int npoints,		/* num points in polyline */
                   gleDouble point_array[][3],	/* polyline vertces */
                   float color_array[][3],	/* colors at polyline verts */
                   gleDouble radius);		/* radius of polycylinder */
 void glePolyCylinder_c4f (int npoints,		/* num points in polyline */
                   gleDouble point_array[][3],	/* polyline vertces */
                   float color_array[][4],	/* colors at polyline verts */
                   gleDouble radius);		/* radius of polycylinder */
Draw polycylinder, specified as a polyline.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. The glePolyCylinder_c4f() routine calls glColor4f() instead, thus allowing alpha-blending (transparency) to be performed.

By default, the cross-section of the cylinder is drawn as a 20-sided polygon. This number can be changed using the gleSetNumSides() routine.

 void glePolyCone (int npoints,	 /* numpoints in poly-line */
                   gleDouble point_array[][3],	/* polyline vertices */
                   float color_array[][3],	/* colors at polyline verts */
                   gleDouble radius_array[]); /* cone radii at polyline verts */
 void glePolyCone_c4f (int npoints,	 /* numpoints in poly-line */
                   gleDouble point_array[][3],	/* polyline vertices */
                   float color_array[][4],	/* colors at polyline verts */
                   gleDouble radius_array[]); /* cone radii at polyline verts */
Draw polycone, specified as a polyline with radii.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. The glePolyCone_c4f() routine calls glColor4f() instead, thus allowing alpha-blending (transparency) to be performed.

By default, the cross-section of the cylinder is drawn as a 20-sided polygon. This number can be changed using the gleSetNumSides() routine.

 int gleGetNumSides(void);
 void gleSetNumSides(int slices);
Query and set the GLE cylinder and cone roundness. When GLE draws a cylinder or a cone, it approximates the circular cross-section with a polygon (of 20 sides by default). These subroutines can be used to change the default number of sides in this cross-section. A smaller number of sides can typically be drawn much faster, at the loss of some visual accuracy. Increasing the number of sides to more than 20 will typically have no noticeable visual effect.

 void gleExtrusion (int ncp,         /* number of contour points */
                gleDouble contour[][2],     /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],            /* up vector for contour */
                int npoints,            /* numpoints in poly-line */
                gleDouble point_array[][3], /* polyline vertices */
                float color_array[][3]); /* colors at polyline verts */
 void gleExtrusion_c4f (int ncp,         /* number of contour points */
                gleDouble contour[][2],     /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],            /* up vector for contour */
                int npoints,            /* numpoints in poly-line */
                gleDouble point_array[][3], /* polyline vertices */
                float color_array[][4]); /* colors at polyline verts */
Extrude arbitrary 2D contour along arbitrary 3D path. The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. The gleExtrusion_c4f() routine calls glColor4f() instead, thus allowing alpha-blending (transparency) to be performed.

 void gleTwistExtrusion (int ncp,         /* number of contour points */
                gleDouble contour[][2],    /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],           /* up vector for contour */
                int npoints,           /* numpoints in poly-line */
                gleDouble point_array[][3],        /* polyline vertices */
                float color_array[][3],        /* color at polyline verts */
                gleDouble twist_array[]);   /* contour twists (in degrees) */
 void gleTwistExtrusion_c4f (int ncp,         /* number of contour points */
                gleDouble contour[][2],    /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],           /* up vector for contour */
                int npoints,           /* numpoints in poly-line */
                gleDouble point_array[][3],        /* polyline vertices */
                float color_array[][4],        /* color at polyline verts */
                gleDouble twist_array[]);   /* contour twists (in degrees) */
Extrude arbitrary 2D contour along arbitrary 3D path, specifying local rotations (twists). As the contour is extruded, it will be twisted by the amount specified in the array "twist_array". The angles are measured in degrees, and the rotation is about the origin of the contour coordinate system.

The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. The gleTwistExtrusion_c4f() routine calls glColor4f() instead, thus allowing alpha-blending (transparency) to be performed.

 void gleSuperExtrusion (int ncp,  /* number of contour points */
                gleDouble contour[][2],    /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],           /* up vector for contour */
                int npoints,           /* numpoints in poly-line */
                gleDouble point_array[][3],        /* polyline vertices */
                float color_array[][3],        /* color at polyline verts */
                gleDouble xform_array[][2][3]);   /* 2D contour xforms */
 void gleSuperExtrusion_c4f (int ncp,  /* number of contour points */
                gleDouble contour[][2],    /* 2D contour */
                gleDouble cont_normal[][2], /* 2D contour normals */
                gleDouble up[3],           /* up vector for contour */
                int npoints,           /* numpoints in poly-line */
                gleDouble point_array[][3],        /* polyline vertices */
                float color_array[][4],        /* color at polyline verts */
                gleDouble xform_array[][2][3]);   /* 2D contour xforms */
Extrude arbitrary 2D contour along arbitrary 3D path, specifying local affine transformations. As the contour is extruded, the affine will be applied to the points in the contour.

The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space.

Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc.

The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit.

The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. The gleSuperExtrusion_c4f() routine calls glColor4f() instead, thus allowing alpha-blending (transparency) to be performed.

 void gleSpiral (int ncp,        /* number of contour points */
             gleDouble contour[][2],    /* 2D contour */
             gleDouble cont_normal[][2], /* 2D contour normals */
             gleDouble up[3],           /* up vector for contour */
             gleDouble startRadius,	/* spiral starts in x-y plane */
             gleDouble drdTheta,        /* change in radius per revolution */
             gleDouble startZ,		/* starting z value */
             gleDouble dzdTheta,        /* change in Z per revolution */
             gleDouble startXform[2][3], /* starting contour affine xform */
             gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */
             gleDouble startTheta,	/* start angle in x-y plane */
             gleDouble sweepTheta);	/* degrees to spiral around */
Sweep an arbitrary contour along a helical path.

The axis of the helix lies along the modeling coordinate z-axis.

An affine transform can be applied as the contour is swept. For most ordinary usage, the affines should be given as NULL.

The "startXform[][]" is an affine matrix applied to the contour to deform the contour. Thus, "startXform" of the form

|  cos     sin    0   |
|  -sin    cos    0   |
will rotate the contour (in the plane of the contour), while
|  1    0    tx   |
|  0    1    ty   |
will translate the contour, and
|  sx    0    0   |
|  0    sy    0   |
scales along the two axes of the contour. In particular, note that
|  1    0    0   |
|  0    1    0   |
is the identity matrix.

The "dXformdTheta[][]" is a differential affine matrix that is integrated while the contour is extruded. Note that this affine matrix lives in the tangent space, and so it should have the form of a generator. Thus, dx/dt's of the form

|  0     r    0   |
|  -r    0    0   |
rotate the the contour as it is extruded (r == 0 implies no rotation, r == 2*PI implies that the contour is rotated once, etc.), while
|  0    0    tx   |
|  0    0    ty   |
translates the contour, and
|  sx    0    0   |
|  0    sy    0   |
scales it. In particular, note that
|  0    0    0   |
|  0    0    0   |
is the identity matrix -- i.e. the derivatives are zero, and therefore the integral is a constant.
 void gleLathe (int ncp,        /* number of contour points */
             gleDouble contour[][2],    /* 2D contour */
             gleDouble cont_normal[][2], /* 2D contour normals */
             gleDouble up[3],           /* up vector for contour */
             gleDouble startRadius,	/* spiral starts in x-y plane */
             gleDouble drdTheta,        /* change in radius per revolution */
             gleDouble startZ,		/* starting z value */
             gleDouble dzdTheta,        /* change in Z per revolution */
             gleDouble startXform[2][3], /* starting contour affine xform */
             gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */
             gleDouble startTheta,	/* start angle in x-y plane */
             gleDouble sweepTheta);	/* degrees to spiral around */
Sweep an arbitrary contour along a helical path. The sweep will be performed as a shear along the z-axis, so that the orientation of the contour is displaced, rather than translated, as the contour is swept.

The axis of the helix lies along the modeling coordinate z-axis.

An affine transform can be applied as the contour is swept. For most ordinary usage, the affines should be given as NULL.

 void gleHelicoid (gleDouble rToroid, /* circle contour (torus) radius */
             gleDouble startRadius,	/* spiral starts in x-y plane */
             gleDouble drdTheta,        /* change in radius per revolution */
             gleDouble startZ,		/* starting z value */
             gleDouble dzdTheta,        /* change in Z per revolution */
             gleDouble startXform[2][3], /* starting contour affine xform */
             gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */
             gleDouble startTheta,	/* start angle in x-y plane */
             gleDouble sweepTheta);	/* degrees to spiral around */
Generalized Torus. Similar to gleSpiral, except contour is a circle. Uses gleSpiral to draw.
 void gleToroid (gleDouble rToroid, /* circle contour (torus) radius */
             gleDouble startRadius,	/* spiral starts in x-y plane */
             gleDouble drdTheta,        /* change in radius per revolution */
             gleDouble startZ,		/* starting z value */
             gleDouble dzdTheta,        /* change in Z per revolution */
             gleDouble startXform[2][3], /* starting contour affine xform */
             gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */
             gleDouble startTheta,	/* start angle in x-y plane */
             gleDouble sweepTheta);	/* degrees to spiral around */
Generalized Torus. Similar to gleLathe, except contour is a circle. Uses gleLathe to draw.
 void gleScrew (int ncp,          /* number of contour points */
             gleDouble contour[][2],    /* 2D contour */
             gleDouble cont_normal[][2], /* 2D contour normals */
             gleDouble up[3],           /* up vector for contour */
             gleDouble startz,          /* start of segment */
             gleDouble endz,            /* end of segment */
             gleDouble twist);          /* number of rotations */
Draws screw-type shapes. Takes a contour, and extrudes it along the z-axis, from a start z value of startz to an end z-value of endz. During the extrusion, it will spin the contour along the contour origin by twist degrees.

GL3.2/IrisGL Subroutines

This library can be compiled for GL/IrisGL version 3.2 or above, or for OpenGL. The names of the subroutines are different for the GL/IrisGL and OpenGL versions. The are:
extrusion
gleExtrusion
setjoinstyle
gleSetJoinStyle
getjoinstyle
gleGetJoinStyle
polycone
glePolyCone
polycylinder
glePolyCylinder
super_extrusion
gleSuperExtrusion
twist_extrusion
gleTwistExtrusion
spiral
gleSpiral
lathe
gleLathe
helicoid
gleHelicoid
toroid
gleToroid
screw
gleScrew

Stunts

For wire-frame mode, try using the glPolygonMode() routine.

The End

gle-3.1.0/doc/html/vrml.html0000644000076400007640000002751407326107675011360 VRML Tubing Extension Proposal

VRML Tubing Extension Proposal

This page describes a proposed extension to VRML to handle extruded surfaces. An extruded surface is a surface that is generated by moving a 2D curve along a 3D path. Surfaces of revolution, sweeps, and polycylinders are all examples of extruded surfaces. The pictures below show examples of extrusions.

Extrusions are interesting because they potentially provide for a compact representation of surface data. A swept surface of m points by n points requires O(m x n) bytes of data to represent it as a quadrilateral mesh. The same surface requires only O(m + n) bytes when represented as a sweep.

Extrusions are also interesting because they allow a designer to specify complex shapes in a simple manner.

This proposal is based on the API provided through the freely available tubing and extrusion library. The tubing and extrusion library is a C language API that renders extrusions through OpenGL. It automatically generates the surface, normals for lighting, and texture coordinates.

The Proposal

Below follows the proposal. It is preliminary. Alternate suggestions are welcome. You may find this spec to be "under-specified". For immediate questions, consult the tubing/extrusion API documentation and examples. The spec will be updated in time.

(Warning ... this spec is or may soon be superceeded by a similar but different spec in the Moving Worlds proposal. If in doubt, code to the Moving Worlds spec.)

Basically, I cannot make this spec official; only the Moving Worlds folks have the power to write the official spec.

The Extrusion Node

The Extrusion node defines the basic extrusion. The other nodes defined below are either special cases of the extrusion node, or generalizations.
PROTO Extrusion [             # indicates that this is an extrusion node
   field MFVec2f crssSection  # polyline cross-section to be extruded
   field MFVec2f normals      # normals to the contour
   field MFVec3f spine        # 3D polyline extrusion path / spine
   field MFVec3f pathColors   # colors to be applied along the path.
   field MFVec3f pathXforms   # list of 2 by 3 affine matrices
   field SFVec3f up [0 1 0]   # y-axis of contour in 3-space
   field SFVec3f frontCap     # perpendicular to the front cap.
   field SFVec3f backCap      # perpendicular to the back cap.
   field SFEnum joinstyle  [ANGLE]  # the join style
   field SFBool drawCap    [TRUE]   # if true, draw the end caps
   field SFEnum normStyle  [PATH_EDGE] # how normals are used.
   field SFEnum texGen     [OFF]    # texture coordinate generation style
}
The contour field defines a 2D polyline that represents the cross-section of the extrusion. The contour will be swept along the 3D polyline path (spine) to define the surface. The contour field must be present, otherwise, an extrusion cannot be drawn.

The contourNormals field defines an array of 2D normals to the contour. The 2D normals will be extruded along the polyline path to generate the 3D normals needed for lighting. If the contourNormals field is not present, then facet normals will be computed and used.

The path defines the 3D polyline path (spine) along which the polyline is extruded. The path field MUST be present, otherwise, an extrusion cannot be drawn.

The pathColors field defines colors which will be used to color the vertices along the path. The colors will be used as the diffuse component of the material. If this field is missing, the current material will be used.

The pathXforms field defines a series of 2 by 3 affine matrices that are to be applied to the contour at each path vertex. If this field is missing, then unit matrices are assumed.

The up field defines the orientation of the contour's y-axis in 3D space. That is, the contour is interpreted in a 2D coordinate system whose y-axis is "up", and whose x-axis is defined as the cross product of up and the first segment of path. If this field is missing, the value is taken to be [0 1 0].

The frontCap field defines the orientation of the front end-cap of the extrusion. It is used, in conjunction with the join style, to define how the end of the extrusion should be trimmed. If this field is missing, then the frontCap vector is taken to be parallel to the first segment of the path. That is, the front cap is drawn perpendicular to the first segment of the "path".

The backCap field defines the orientation of the back end-cap of the extrusion. It is used, in conjunction with the join style, to define how the end of the extrusion should be trimmed. If this field is missing, then the backCap vector is taken to be parallel to the last segment of the path. That is, the back cap is drawn perpendicular to the last segment of the "path".

The joinstyle node defines how segments are to be joined. There are four possible values:

RAW       # ends are perpendicular to segments
ANGLE     # segments join together.
CUT       # joins are trimmed.
ROUND     # joins are rounded.

The drawCap field indicates whether the end caps should be drawn.

The normStyle field indicates how normals should be handled. It can take on one of four values:

FACET          # one normal per facet
CONTOUR_FACET  # normals along the edge of the path.
PATH_FACET     # normals along the edge of the contour
EDGE           # normals along the edge of both contour and path.

The texGen field indicates whether and how texture coordinates are generated for the extrusion It can take on one of 13 values:

OFF                 # texture generation disabled.
VERTEX_FLAT         # See API documentation
NORMAL_FLAT
VERTEX_CYL
NORMAL_CYL
VERTEX_SPH
NORMAL_SPH
MODEL_VERTEX_FLAT
MODEL_NORMAL_FLAT
MODEL_VERTEX_CYL
MODEL_NORMAL_CYL
MODEL_VERTEX_SPH
MODEL_NORMAL_SPH


PolyCylinder

The PolyCylinder is a special case of the extrusion, where the extruded contour is a circle.
PROTO PolyCylinder {                # indicates that this is a polycylinder
   field MFVec3f path               # 3D polyline extrusion path
   field MFVec3f pathColors         # colors to be applied along the path.
   field MFVec3f pathXforms         # list of 2 by 3 affine matrices
   field SFVec3f frontCap           # orientation of the front cap.
   field SFVec3f backCap            # orientation of the back cap.
   field SFEnum joinstyle ANGLE     # the join style
   field SFBool drawCap   TRUE      # if true, draw the end cap
   field SFEnum normStyle PATH_EDGE # how normals are used.
   field SFEnum texGen    OFF       # texture coordinate generation
}

PolyCone

The PolyCone is a special case of the PolyCylinder, where all of the transforms specify a radius. That is, all of the affine transforms are of the form
r  0  0
0  r  0
That is, the contour is scaled uniformly by the radius at each vertex.
PROTO PolyCone {             # indicates that this is an extrusion node
   field MFVec3f path               # 3D polyline extrusion path
   field MFVec3f pathColors         # colors to be applied along the path.
   field MFFloat radii              # radius at each vertex
   field SFVec3f frontCap           # orientation of the front cap.
   field SFVec3f backCap            # orientation of the back cap.
   field SFEnum joinstyle ANGLE     # the join style
   field SFBool drawCap   TRUE      # if true, draw the end cap
   field SFEnum normStyle PATH_EDGE # how normals are used.
   field SFEnum texGen    OFF       # texture coordinate generation
}

That's all for now, although clearly some of the other API routines might be interesting ...

Competing Proposals

The current Moving Worlds Specification proposal for VRML 2.0 contains a similar node, called the GeneralCylinder. Below, we provide a brief glossary relating that proposal to this.
spine
We call this the path. We do not define a default, although if we had, it would follow the GL conventions: [0 0 0 0 0 -1], that is, the cross section x and y are screen-aligned, and the extrusion path lies along the negative z-axis, pointing into the screen. This is the canonic system used in the implementation.

crossSection
We call this the contour. Same concept, fewer letters. Our 2D contours live in a 2D x-y space, which, by default, is parallel to the 3D x-y plane. For the GeneralCylinder proposal, the 2D x-y plane is parallel to the 3D X-Z plane.

sides
In our proposal, the sides are always drawn.

beginCap, endCap
In our proposal, these two have been merged into one flag -- either both caps are drawn, or both are not. Our proposal could be generalized in this way ... not a problem, if this is perceived as important.

ccw, solid, convex
The Moving Worlds proposal lacks detail in this area.

creaseAngle
Our proposal does not contain this, primarily because the sample implementation does not support this. Adding this could add some complexity to the implementation. Furthermore, there are really two crease angles: that in the contour (cross-section), and that in the path (spine). These two should be logically kept separates becomes clear if one thinks of how surfaces of revolution are generated.

The effect of crease angles can be emulated by drawing the extrusion in parts, with different normal-generation styles for each part.

width, twist
This is a slightly less general version of our pathXforms field. If I have read the specification correctly, then our 2D affine xform equals
         |   width*cos(twist)     -width*sin(twist)     0   |
         |   width*sin(twist)      width*cos(twist)     0   |
We have found the full form useful when defining screw-shapes, that is, surfaces of revolution that are offset as they are swept. The third fields (0 in the above), are critical for achieving the shearing motion when sweeping the curve.

The affine-matrix form is admittedly confusing to the general public. Therefore, it might make sense to define a node of the form

PROTO GeneralCylinder {             # indicates that this is an extrusion node
   field MFVec3f path               # 3D polyline extrusion path
   field MFVec3f pathColors         # colors to be applied along the path.
   field MFFloat width              # scale cross section
   field MFFloat twist              # rotate cross section
   field MFFloat tx              # translate cross section in x direction
   field MFFloat ty              # translate cross section in y direction
   field SFVec3f frontCap           # orientation of the front cap.
   field SFVec3f backCap            # orientation of the back cap.
   field SFEnum joinstyle ANGLE     # the join style
   field SFBool drawCap   TRUE      # if true, draw the end cap
   field SFEnum normStyle PATH_EDGE # how normals are used.
   field SFEnum texGen    OFF       # texture coordinate generation
}
where the affine is given by
         |   width*cos(twist)     -width*sin(twist)     tx   |
         |   width*sin(twist)      width*cos(twist)     ty   |
It is not clear that this less-general form easier or better than the fully general form.

First Draft, Linas Vepstas February 1996 gle-3.1.0/doc/html/angle.gif0000644000076400007640000002250007326107675011255 GIF89aȸö$$UIIUmmU’’U¶¶UÛUÿUÿª$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ÿmÛUmÛªmÛÿmÿªmÿÿ’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’ÛU¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛmªÛ’Û’UÛ’ªÛ¶UÿmÿmUÿ’ÿ’U!ù,ȸþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ŠQiqijÅ_j_Ê`Q_QÀзÍqrÔÖÕØjÙrÚjkß_k`bãRbRURRÑìœ;QÓqòjqôöÜõøÝkÞýkiüþ fÍrb¢œ;§NЇRv´›(¨0ÈâЉ3G£ÇtÔ„)²$7:ßD~[ãf¥Ë•b`®‰)† M›cÄä#…§)V| úÃÇНÞ5ËØqŽš¦OK:%ÒMI~V±öËú-Ì̯4Á‚C¶lN²cªìT«¶g[+þU~õ!䇣FMü0“”¥ÿäÑ™’°FÂ"Ói3ÒMc”([JfIy²d1oĸÁÌ9³g1f8‡“4è1iÍX³º5k+­aËž-䊺Cìž²»÷‰¾”*3&ªÓãRK’´Ê\Móça$G×<}³u1e4cßN6;ÙÐßÙ¦/¾<Üó°ãÂb…½ûöðíÞ–ŸûvýCN¬8Áâ„ÿxB³Àƒ‘1ø6GGƒ6c"A¸XcVÑá†d²”á…^·YfvÚˆ£‘h¢U¨†¢ŠV°¨š-ZãŒVl!cëmQ›:ÚfÛB)dA1Ä C°þä’J²À OöÇB)Â!3 =qô”–SEE•s%=¦dᤇg¦™Ýš#fW⊠¥(çŠsV#Š4æyãŒBhѧ{~¶§ãm?9¤H&zä¢J®àä£SŠòFüäS\ƒ b:!aŒujᄎ…z¡…–jªe¼qaª¬¾Ñê«f”ëhfЪb­-j¡¢®¹î ãZülZجŽÈò¨l²[ q„G8+m´Ô²p„µØ^{m(=TIÜ0òp´àSmáB(æºÎEÇRui^—Ýflº¹Ý›)ÆIç¾rÎh§ŒÿæÙ§ŒúiðŸ:¡ì³ Cëð+0ñÄÚþ"i­£‘z¢”Vâc Gƒ-¨)§zj2©Œª2ª–Á2«¨º*³¬¬ÎJ³Íµš‘Eκöl†Ï¼þ<ã°À ‹l±<¬ÒI/Íð O+µ¶Ù‚ÒC3Q„QL1ö'îqˆ¡ûàØÎµÁœÙe3watjæ²ÛÖ½Í2v²ÒZuÏš¢¬)îÜ÷Šº¦È«ž„̧Ÿ:"¾ìÃŒ7,1µg‹-(;üÅ1?Ü`ã‘È™v¾iÉ ‚:êʧ¦ºę̂ÃZóͲÖÚúÏ<ôìBkqF°Åæ~¬îJ«ôï[±…ÒÂõñÈ#ÃñV_Œ•Äu傿š’ØeW…¶Ûo¿öÜþà¿7½xÓ½fÝx¯È·Î+úÍþßvÿÐô÷lŸFÌ´âÉ:ÞøÃsVä ¶­O\M!ÈèF=6"qLS'ó”cRFº•¹ì‚®Š™ê\…3ÖålgµškW»¢éŽwÇž ‡ÇB¨/y0„Úò¬¶”dC Ò ×ôÆ%2r‘mBi "÷Ôæ¶Åíˆp³›Óšõ­Ï}î \°^4,ÜɨŠ÷ÃþÇ46 ZF`XÁø4BÍZËËX'zÀ±Ëõ$Ùœç<Ç’MðSUOwºWÍ,Vô ëbBÚ‰ðvÁ2áî黲x- ^ð 6É"#€ÇpþˆÃzxRzÇáRTºÔ¥çtïlDŒŽÜVI>òïny{bûf ?ÜÍïŠõÓ¢ò·Å^i¿£0É1¨E,G…à~à°R"ÉÒFä@:6(‚¢Ëã]ÖG jð¼Ù kµ³mЏSä ÉÎ ï…–´$0 0 # 8ì¤=œâ5¯'9_b×sÞå!V&q|KŒåhd ¿÷Áî–VŒh³¸¿.ó¢Ã<´Œy<4è˼œWÞ¨œ82hŽ×L©E§ÇmfÐ gÎ^§«BšSvÁBä:×Ù»vJ’Æ‹'ò(0ÏOx‹“]Û'–<É%Q"' cŠj¥ƒþ&4Õk;örSøÅ/-ô `…;\ÁÆš¸…™ÕŽ ã1 ¸¼¢~â/ö\ÃH­BÊhRó¤'uP„~(¡ ùµCIÌ fR5Ø…¶‰+ª•àvÅØž¡wéŒ, ¹Bwþ²’B=Âò"@P(ÅžjÀg>ù•zðS‡Óåõ”&©J• ñRVÛt¢­ÚöNÛ“nÅz°²2Ëa:BkãH5mA€¨¡°œW¢&ªh$šp¤&õÚ ½ŠÄ1×m ©4X öC„å`a šZ•—±½ÊÕˆÆ^c5’²>}g%1+Ôåè¸Üªç=ó9Z¥šv©X"-iW[•Ö Ô]S­¼fË&þi•«uòª„w;°ƒYaBPXpÿ‡VŠ p€, *€IË…c®¬%ÉT¤ÉbéB7ÅÊaI™,S͘é: QfÞt"}µ(E1rÑnuk,Õhq¿}Ö$7J-¨9ëŒÕ¬€ 0æÕŸ¢ÅaÔ°eäxy©á:mHØhåÌíšIÕL“Ͱ¹;÷Šóhl aëiO þ¤íÛ(ë6ÏR¸¡…$r bIB7¶B< As« ‰s c³XÕÀ75´±ïÌíC%ßhIÀ¿¡6Ï$3ßÑɈJ£9¥f5@fÍ‹ð¼'#óÉ‹C«ª«ÅqÉì´[=уÐ: (Ö·l]ë9¾îõ=fîoaÛÜNjΗ³@›-Ó®öµ­ýž¢ÃÇ=¶±¡–ލE)ÊbŒºVˆC,h¢Ž|ðÃr6 z}ÑqÔ·æÆÞÌ­Áì/qILn“™Øäí ßIÜÕqÕH\6ª Œ`c#Aíþ¨GÊ²Ž€4xhÉðFêøŸµ%(HТ(ùÉmëʯ|פe*16?ŒÎC[ˆ72ú|%1YT²˜C'æhËx€Ú_;GϽ{¼ím Ù§ÜNþÓt$HM±>îÕ9áƒd]ÞSS×%ÄÚëûóôHCæ´¯ îß|%Þ ¸Xtîv³ÄýüѦ;k^3›öËfGíñÑŽÅt#A½ILbR”OuüÒÓäñ†rEÄr¸Ör•÷e¾–}7z (áð€X1ˆå€æÐè(@‚²!ìññöA? $ø$-˜N÷(þó(ür‚6# Í÷|e0ofóƒ‹Á=^'!`— Ä ‘„¸„ñ„ä€l¬gA…°7{XX{¯îÇÙ†t`H‡bù‡’$ÆWƒ'€ƒ¡0’Wkd rrxytx€IåI[“_ ‡z¨ }ø¡ ƒƒx€xQÀ æˆȈ ±êéð•(˜8sQwÁ‰vñ‰œØ¼ÁùAŠüqŠR‚Š ç$6rÎGZ7UÑñƒCd‹Öõ%–’i ‡A)‡ØF†(Œm4 ‘¸ɸép•ˆ"r‘‰Ba‚Öè‰ØŠø±þ0ÈÛ(%PÂPb|B+ r‘7y=‡Ø.m€6èr¥•T ¨ ö¸Ìà ̰‰Øüø©QÐI¡‘1 ɉEQw!‘FazÑ?€‘¾qŠþÑ(À ’äx|çøŠÊ‹Z׃·¸’¶„Ô§h5—„úˆþX“üȈûX“Øé°“Ñ“˜èAÁC‰‰D‰u!‘ ¸”£(нQŠßˆŠR )R)b縆‘WOT€rqØò–bùŽ–‡kú„‡7´‡ÎQÀ–nÙ–pù–nRÐti—•ƒ—u>ð<З>ð—})˜€Ùþ—&З{áz±˜{јŒi'°˜ÿ™ÿñâ' È7’ÇGu"GhŸP;(‹a ’µÈ’¨™‹¬õL8lY9¯ùQP9I›tY›™—wI—a—€é…œx¡˜ù˜Žyœþq‘•¹œËù‘hÐù(U)ƒ,à(戎 PΗ5T°ŽaIh6*`ryú”OÏ“ _°ݲìùžÝŸðùž>@ŸöÙ-õ™Ÿ; Ÿù9>àŸþIÿéZ jŠ '@ J ú  ' ¡:¡*hœYjƒ+€ƒËÇ %PT@¢=¨’fž-É’Aø’&þá ‰hŸü¹ŸûéŸ7ÚŸ:š£<: =꟠:¤š Ê G ¡ ™ʤSv¡úg¯6¬ˆ•lÈ-T‡=Øà©r_ê¥íX‡æÉ_Ïcl9jº¦lÚ¦nʦ$°¦qª¦s:u§xj§zš§|j§€§ $¨$ ¨†Z¨&Š:Šª|ŠJT@Ž3è(Žr•Wyƒ9È-AÀF¥Yšàù©n ¢¡Šš¸ø%OˆØ–w*§jú§~ ¨°úª²:¨±J«z«¶J«‚J¨¼š¨ˆj¨¾ ‰ª¨Ãê¨Ê·x,ðjÊš¬Nb©çø¡ i@Û©¥ÞªbJþ×*¦ãi€¸eèiO2ÊL;ð0@®æŠ®åº®æÚ®ìº®êúz®ó*¯àð÷š¯ûª¯øê¯üú¯üª¯;°üª¨úª¨Шà$¯æ°ò°ÍÊ—zŽ0Œy$*ÝIeª Kª©Y`Yáˆ(›;p¯äš¯++¯ÿÚ²ä:¨1ë²2ëƒj®ƒz¯9{«ùº³[°@{°B›°Z´ —´Ëº¬Xyƒ£ y²¸¥JŸš­U¦\¦rf‰C¨jOÎ0›í9c[¶gk¶d«¶h»¶iû¶j;¶r·f{®t;·xK·ó4¶{ óô·~kþ| C¸K©k¥€±O»±Ýé©£²¢*ª¸(&r%Wö”³Ñ·ž«¶ŸË· ;º¢[º~Kº§kº¡›º¬ ¸® N‚¬RʬLë¬8­žà†±HKµû±ÖzµÁÛŽÜjk_®ðp5î9˜0¶‚à¼jû¼b;½Ò[½Ñ{½Ð›½Ô »#¹´´K»+ ¬–Ú´& R(Ù±Àû©p ¾ê»¢•Û.k ‘u™Ÿì ™û)h˜´®Ö¿Ø²´ák%¢›P@`rÝ)µëè±Tû©T;¼ØŠµb‰e)ÇL`ëže Çõx(PSç$“z¸Ê¾ÉJ„+¾‰‹Ïþ ¢£0še€¿ËÀëª3L5Ž`nîÙDžêžhàî¦Nó3ìŽóý]âó>ÛmnïlÞÐð¬–îܯë¸N¹òнâžá¡€ÒBÎðoõXì· ñpýÂúÍɃnï’žàT¾ï*ìàÚ>òjOò"¯ØžîÆ)±,¯ ßðDpõ8ßþ6oóqó2ÿármì@P@_B fߨÐòÿ¸îøšùl¿íêQ?æDn÷}õÏx/ñ·­ßD>úpÎÖdÍÁ®øý¾økßú“ÿÜ'ÿë+?$&è ß0ß÷z¯ó{Ïû:ןì’Íácnø†_ÆüÎúùJ ô7®ôÒã4ÐçÏô²裠)0õ õœþâÿù¯ß ?ú@pü(}ú-Ðgÿoïúòÿú4pò±¿³_ ußwoõžß€ÐÅ…Ö%Hˆ6Ø…xˆ…Öø˜E™T”TbR2Ðéù *:JZj:q±‚óÒÚJCóþ¢DC3S«„K£[;ëû2+üò‚ñrÁiºÌœrYIÔÕEÍU-ˆ}mýØ= Di©’)QÂŒž®N:1±º ³L;,S‡,ÍxGceéaãÞx¥à‚3v¹xWmÏIEU)ˆä‘*Î [¶ÝfSAEȘDIüV–WÇåBU×X]*H°!wáç€þ‘ȦIM¸iŠHþÓU2–ac2Fƒ^~öɧ4ãéAc‚fæ™hREÕ ü)™d¤Ž:ÊÕ1µ=9Z”z6h¥•^Ty%¨Zj¹V…]LéX =’3f™‰2åÎi&Iâ 3¨ ›·–Hb¤ýUú‡cÅX^ŸÆþ‰¬x©Ž#A dðjSxŽúg«¯Ú.ÙÕÁÞÙc¨vê§ænéiæê âªŠÔb`-:´­ ëµÖºk›þÞJƒ®sÎò‚–ºè ]Ê&à Köð±Çºp E¨jÁ˜‡B[¯G´É*+£ý÷ÓöGÃÊŒ:Iuxûí÷§K8á¡?¥Å.¸ ú´îºÑ" ¹ –7½ô嬸-‚_ºßKx}~ñè‡-úØW§>æhSδÞV;{í¸Ûž{ÿO ¬KoxijÒñ—þ„ÞLç:ñ\„ç™Í&õ¡ß2de0#½ídMœÙ$¹[…°{q»‹6ǹª‘OkéCBúÈB¯•t1 Ÿª2½ø±Î‚¦˜–0» Únûó_ ûã;—M«;b kH¼ãI1TTà­HÅ$È ‚WsU‡BvâÈ`ôW2íyðüà®,wDØlZ@²@¸È:)º†zÔ#ñÐWö@7Ì¡ä'Æ Qvg¤m ½Ëñd,˜¥Âˆ¨€€æ«b—€Å)¯Š2XÂ!ø<;Z@~SK$)Œ¦–ñO¬em B8R’*sl%‚.`Çþ‚X-Z\B ¤xL>&0™/4fIHBzz¬ä˜+Eñ±2Π±³ôÉHQ’ü³]û¡JÏE·èÉ+ÆsžWÜâ)eðE¬r~× ,…N5²—·\ã)™DUÀLXv$1KÉLf–r™È¬(De€ÑAbLûœ€5ûù‰ ¤vßü¦#!ÉF”¦n‘Œî‰Î ÐHítA ÅOJ” ä)(å)ÅRbÔ2Ðô¨¹CzâŸß 'Ùø„‚Ô–,5YËÂ×Ćò™Ï4¥1½zLˆ‚u¬b Ì:È p”£òÃ$EªmvE©SZNºþþꪵñ%‚‚©Åb&°” $¬W}ZØ *£CÅ'5÷©TP\À‹åÃUØ ªSmãS[º×9Ú‰jZ}èW…êUÔª–¬ÆdlZ+=·Òχ±ä&íšД t·¶R©þÙK&þõyE-(kðSäþ4¹?í©W‘+ƒ4Ö¨[åô"»ÔtnóŒáÔ¬f£ ^r¶ Ÿ­ÝÈ‚ËN}ºÀ¡] ëißëÞø‚Uº2à@4ÕºJë&U©´Ý¦ æZ×ÜÕ®çm½É2ô’v½-f)‘ á%Dø¸~®…£ËØ¢:6¿øhdà€ 8³›¯‰©úHsòòe4탙ÚCþWÆ1Æp ÌŠÑ à“­ÖÅî'~¨Ý‡SÀDð#Ü[H÷e²mŠz‰ºÚK¹ÂS®²té«¢òد‘…€Q-+â·Äá-³gS|Þƒ¹H•/Æè¥kÌ@ÎÑ•3†ãÝÐ×¾è~/P€uú¸ÈrmmðHYÀŠ6²nëZÒÄ2®K’ p8H{RyÓUæ4•¯ŒÑÈ ~f브]pSÈE&±™Ã ÕÝ¢QÒ3¨tÛœg9_yμÖu¯ë\ûŠºÏôuMè¹&Ú‹f¶³¬YHFûÈN°:Í4M([¸ÓÜþ´¯;PQk éÌo“- ÙþÙOÈÁwsðj2Û`ÌOUñ ëhG›Ço¶³® ðëšá¶Ÿ;pSwÙ @¢—ÝìˆÒ¦´Ùù¼çZÂræ8„;îk]{\×൸5ðçc3œÐê&r^Þî1Ç›Þ)6¯‚9L/Ö×ÍÀ¹Ï.çÔ@èÂÆg©è•b9xöËŸílÍB»»uÕ7oÎ!­ÞYä\—3týu¯]è%'7¹5`l¥é~9¼ßÞnðÂ[Þ®(%­få\ÇöÕsÏx¡“ýøžpc«\íL‡ºÄ›]u¯,ÓZ¼}ìHTpÛð>ÇÁÏq øpúìþ@» Õî ¶CÀíí†ùÜÍ<æ"›wòyÇy¾w¾ù Ý绺ïCOjR'<ñ§G½'˜îv·G}ù²è7¯~I3M6˹¯çåœ]gûÖ¯Áö½o}à‡ûìéLºñ?‘î¶;îpßìëç ÿpöçêÞ2Ó©on‚‡>è¿ïèÿOxxx‰gz–w~È÷xP×há´j’vm@’sY¦y§}8tÛ÷ §ÀGx¤‡vç' é×nëwíGbRç|Ût ?d&€r£l×{ÿ§k4ø ÷9Xx§‰g 8 Ë¡|CèxÏvu¨w_ƒ=—}ž÷„àzOøþT˜(xHj  @8 "È~%(wS'xgk.Rz|ƒúçohƒC—ƒZø €ph‡†¤ „O—€Œv„ 8- ¥w:fr5èy~Vˆ…W8…Xˆƒ:ø Ð\¨‡{†lG†ì7uŒ¦dhˆj—‡r¤&ƒpzCwŠXˆŠss8‰“x‡¥‡‰a}èr‡hÿå€iè"éƒà¶{S¸ˆX…Åx…ŽXŒ­8‡…G‰\8‹¤ z°‰%({æÔK‰²†À„‡r˜…X˜ƒ‘؊ʸ¯˜ pðŒ¥-¶X„9p„¸‹„˜u/Xr¿·È¨Äøˆã˜þƒåH‰”¸Ž¦ zoG‚É÷tV7Òç‚}v78‡‘zþH‘å°xi í˜|Ìæ‡4WIHG-è‹ÀxühŒ+yŒU­(éŠ 0‰¹ ÙzoWº8G‰h£¸®Ž2™ƒi” p‘‘ `“Ìà‘Dx…ÿõ_gW’ut’øXŒØÅ“W“/‰”Y“M¹ é·z9¹““F8×gÛXx¬(“F—sy‘u)– @–éð”!)•$ŠÞá‚㆒YÉ’Æ1)‡ù‰É˜` 嘗è`–9°~²7Wט(=Hj†çŠry”ã–v©” ™ê-Cþ˜h#™N`€ÞWàŠ™Œ‹I›Œ¹˜Š™˜!À¹¹"™¥©—l§| ŠØ”BI—ÉY—šÍIšÀ¹§ ~ºØ.À‹8'˜98t­˜¸é ž‡y˜»É!‘~–)iÖù—ÍQz°™oé™HÉœviŸå¹ pžq𩹙™pù•ˆùâ)äy jžûÙéIþiTí鞀@“—ôi—¾©›Zž  Ÿ úÇ“J$é´™´9 Ê¢Œ¹›ã™ "úª'’»ø*ïi¡J©”öÙœ÷Y—*£LÁt~iœãv¡9˜›- £0Š !¤4¡zÀÕ)Rç&-ðI“4Ù£H¹›Zê¡ JžOËqvð*^X¡oI á™ L£`zlW{.bð™:Š‘<ª›?ê› ÚnšËHØh¡9Êœ.š Mz¨"à§¢ÁvÊš‰¥;ª¥zú¡ ¢‹zКÞQ¡‘Ú›lЍ»‰©{ˆtj§>šŸä餣 ‚V*©™¨Mʪ˜Øƒ à©” ¢Š:«³˜£a«º«i« Ÿ©z©Áڔω¬ËʬÍê¬;gle-3.1.0/doc/html/basic.gif0000644000076400007640000001617307326107675011261 GIF89aÆæöÃaua08ÿЦeeeeeÏ0eeÿe00še0ÿššeš00e0e0000e0š0Ïee0eeešš0šeÏ0Ïeÿeÿš0000000000š00Ï00ÿ0e0e00eš0eÏ0eÿ0š00šš0šÏ0šÿ0Ï00Ïe0Ïš0ÏÏ0ÿe0ÿÏee0e00e0ee0še0Ïeeee0eešeeÿešeš0ešÏešÿeÏ0eÏeeÏÏeÏÿeÿeeÿšeÿÏeÿÿš0š00š0eš0ššeše0šeešeÏšššš0šÏ0šÏeÏ0Ï00ÏeÏe0ÏeeÏešÏšÏš0ÏÏ0ÿeÿeeÿšÿš0!ù,Ææþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæç…^êë^IîèÑ^Uìì`^öòùóUWIJIð„é£w¯ =|ê®x¹r JC,U JŒ¨DI€´öTwÐ`Av2tH‹“(O*Á²RÉ’K0šJrE#½Ž8?²çÉŸ)³(Jt¨Q¢6’Úy‰F›sJedzjO†X²jÅ’ÅJׯC—dKvì“%gÓÚ¸‚©"wþ5ómœš¤—«°äÝ«—«ß,Ÿd,¸ì‡#^|ø†Çwܸ±  Ó$r£z¤»¯Õ­ ³Îâd°i§+x²º5ë× vÄ~ü¸À Û¸C„¨Ì¸óænÞÑ®g¾|·Žþ˵s×ÐaËž>{:”סÜÞ^G÷ﺣÍp7P¡yΜAZÅš\ëòÑ¥§~¢…¾}è òë߯ ;öÿþ  €ÞX€< ¨à „@ŒoÀ-$áyW€Qa…Äy´Ñ:ÜÅS_|½÷W$žV߉öi¡€Šüõç"ýaW3ÖHã€8Èà ;ö¨`‚(Œä8ˆKpiþdÞB6y!z:©sÜzx…æW¥Å7ß°uÉŸuÊHã:Àƒ™hž©¦™<ò8o )ç-¾%yÅ’:)†uqx—‡=(h^"J¢|)ÞÇZ‹úùç¨9®©&(ðP饖fŠ).ò3žL>)ªžvF%VV^ i¬":X}ø}›£aŽ™#Ž’¦É¦¦ši'¨£Kjqú!r ÊÕ¡ó¡뢌¾cvÚjk®Øbº)¿yzg¨z ûäpNÙžhÌæ*a(Fmu´Òzë­’¶Ù#¦"Y ’4y:a¸Jn±Ç šîˆ%êl¢,2 ãõV[&¶ºþJª- p[Óߊp“n(%•‚*—n–ó Æ¥»ÐæG]­Î+ ¶”òŠéúÒÂïÆW¸E[|l¹$#›×–°s ?ûn£0[;/Å6ɱ¯4q pÐ?ÿÜ3©åk´Áʾ‡h»-ëf¼5ÊLµ½ãÌi·wn ×@ëÙuÀô(D•¹©º‡²–έìeÚP³-õµ§©­¥CBó,;ó#,Þ]­ùÞÓœzU"‹®¡)'ÚZ´Q‡)3½i­iä[^÷aÐÎõÝ›çîu¸}þgÁy™üáÍ~ºÚÕÍ óêWü¸œ“ËRùìÖ®ûõœóNUf¿†,éþÌ2œâŠïBü¨Ô¸6^uÜWÛâ›S‹j}æôç.î„òÄågè‚–}¶¢O3_ÄÐ)õÕìyAŠž,|ÓË9i~ØÓÞjg¡ mÌw#ãŸðšS<§µ(uÔ"“Û ¸¾× &¸Eà§µ A°~0¼Þ…,ÈyOUé Ÿ‰ˆ8ä°mS«Ø«&§öÕ‚²»Â®À&n OŒbë7Ã%yË<Àë_ºÅ2ÂKu;`ÞÌZ×£!>h R m±Â~Ýi‰Kl"ç(Å®ÑQ†¼ÐñW,\Á©ZÓÈŸóIŒqTsžÍ€p14fÌ}4h`üàèD:Z2Šw¤¢“þ²1Ììã! ¥•Ç*Â:/“WËXÂ3jŠ‘6Sã#uÖ©;É‘‰•Ĥ.3)AQ]ð)ú¥D€â,“”Nà’2—é%(À™/SÞu Æ0®nR÷z% `y©4¢P…,´%.å¸ËrBQ†Ö3Ï/½%ʈ$%ðlIQˆ‚–zž…1ød‚ô ™ÇhçŸ7ÐóêµÈmžÑ›ÜjÂ;›pKr^ò¡0<'íôè-w°S"ï|gKâ)”'(Á£i±§bl ’öó¤ÅÍm Ôw¥Àîvozïþ´¼#ÓR£úÞ©¦,«?ŒÙXÿù‰QàBÀgS.ØšÐNY¡Âi ðp;Üàör¹Ént·ûâðÎø¦%êyºÞË65¾ñ<ÓhËâÕõ½¯>Ç€³à¿6.³]W3üæ _øj°óžóüç>÷ùÄA@ô€ÀèHÇ8»C ¹¦{üÎövv¾·yT¦{ŽEúl_ƒÇÜå_;Ø_®ÜœfÛæø@Ú×®ö¶³½ €»ÜãN÷¹ÛîAÞ÷¾,þà_Ox§C=ä#Ÿ:®nu~ÇâÕN°µ×:v±[“`?±}@ƒøæín=èံ˜¾ô¨?½êSÏ´þõ`@ì!ÐÚCàR“‚îw/u>8‡È'‰µH‹“¨‡”¨‰aØyŸŠ£……8rþiˆŠŠ|X8 ZÈ…c'‹ÐøŒè8aW½ø ¿Á$¥H~ݨ†©¸Šo˜…qÈŒ±8‹éøÑ(vº(†õçŽ ŠCR)l(YÄxŠöxŒW׊­ðØŒþxŽi‹RÀY„›Ø‰×޵j‹Sª¨ŠÎVä§ŠW·èjûh„ý¸‘w8R€“é‘_§‹RÀ‹è ¿]Eu'¹M)yo‡è©x…0i °ŒY“9Y‹8y•èÈ“ip~˜q¨#\ÅjGy*©”TH, –#ç’V·á¸@I“.'³x—XI‹y¹‡XÉ“ué9 ^”­ðþŽŽÅ†ˆ‰’÷xj‡¨–޹–Îæ–'ð”2¹…Q`—˜S ™U‰•ži•Ué‘™Ù•_ })–%—˜‰™”Œé€ù˜÷vŒiùxrs釗™››¹›Ù›ŸÙ—‰™9œqhšJÈt‡9S'Ɇ¬‰jDÏÉ{¯™M¹0)‘«•rx‘£©™œù›¾ž~)œ‚)˜:`œ…)9D9–Ëy’Í ðùœÓÉ–§&›oY›•–Ù¼ žþ) :œæI`ù  H’c©œ«¹˜ÎŸÐ ™°YŸÕ —ع 4p›Ü ÿÙ¡U) J Šž¬ x&쩚f©”òŸþ ™±Ù”“‰Ÿ'•£É¡áé¡X ¢ê• &º *Úœk ¡òù¢1*›J£¨¡˜‰£:𣠠=Pž>Ú*xE–ÌI+ॎi¤:IÊÖ—° ŸÌø¤¥ÿ ¢UZ¥9¢¾ˆBC–¢f ¦*¦ó™fzŸ®6—k ¢nžz•> ‰ê£ª„ZÊXWçž©¨§aÚ¢}ê˜)i¦p©®–¡N˜¹y¨R¥mú¡‹*tj&`'©Ì9©_ú¥Ej©cú¢l™©3 •ûªl:ª¾Š“¢:‰º¨:ð£uʪ­j¦?”±úš|j«k«šz*À¤®X‘þz™¿º­ÀŠ£ŠZž#Š¥®x(ÔªU·Ë «”ú¬—*­gÊ©ú(‡¼úÜZ¯Âª¨>À¨$º ‚gÈ —Ëš®Íº§´z©Ñú§¹š…Ø*Uª­nêÂê™ ±99±ßšùZ¬Ú 䊬“‰®ÌJ©³ê¢íê¥Ó ¯â¸ k—±9±{¯>¯>ªB þÚª ²êJ°F ­˜j² +ŽÚé+›£0û².‹¨K ³ÃJ³ÆªªæjÛ³•J²@ë®›j­­à©óú›N±a¶J;³3‹±$àP°@®:{›’`*«[«ó)­“I­2)‡+«™c+¶€ûþ·‚k¶h{žuš³[µ{µ–:¯Ù¬+0‘;´¶ù© {¹‚¸š›¹fK³»¶mk¢È·s+²븎+¡+¹›º·F{¹=°¹²Ë¹Û¹5«¶‡Ëª&°³ËZº D¼ñ‰ºÁ[º±:“i °–§Š:»ÐëTÓ[»¶[³›ž«ú± k¼¯ ¼ÀK¼Ž ¾s+¹¬«*°¼âè©Î»´ ±ÔK½0¿T0¶¶›¶$ n»» Û»ë˜ä+¾D0¾å¹‘«+€¾®ë¼ï+¬Ó[½ó ÁÖk¶$Pûª ýʪÖÙ½_ CàÁäÀ<Âä{¼œÀ+ ¾³þ൰»¹bûÂ1,¿õ[¿Â>€Ã3›º$É¿¤¹ \¼",À%ì¥æk ¯¯§šK¿PüÂRLÃN«Ã3[%¿™³¼¬æ ÂLÄÅ+ÀlÂæ‹ÀÊ˼ÉÀ;ÅnÅTŒÃrl¶<̶ǪÁ üÁaÂ#lÄÅkÆJœÂLܾ ÈüÆŠLÅõ;Ç>>P<¬¿Zº»*—¼ÇCìÇd,ƼǼÄ)»ÆO<p¼ÈB©\Ã9ÜÊAÉ)Xì¹K­y¬_ÌÇ~¾ìÉÁ›Ä(¬Âr‡3[ʧ|Ì©,һ̎ É’Üïxhþ·¬Ç¹¼Ë½L¼~¼ÇJŒ²'÷•f ¸ˆlÊSœÌPlά<Ç:ìÌ%@˯8k&ʘ|Í},Æ€ÂI<ŒÂœ¦б›ÈpŒÎñ›Ì> Ì© ¯üÈu 0Í(|É`¼ÉøœÍ¾ ƃŒYX^ÎókʦlÐÓkÒª¬Ê à ýÐì¬ÅÑlhɘ }ÏEÜËúüÉüœÀÞ ÐŶˆŒÒæ|Ô*­Ð ÝÒ°ËvüÎ`ò|ÉT­Ë8=ƽË|ÜѵÅ: Ò‡LÒ)Ôd=Ö+½Ð ýÈ Íã*Ó&`5mÑVͬÕÊÕúÑ-¶8,þÖeý×f­ÌKíаüÈí ÔQ=Õq=×ÕžlÕýüϯàÕ{íÊKÍЀÙcÍÔkýÔ®àÖÔLÕ6ÍØœìØ;ýÁ˜œ×³à ýÕ3«Î—½Ùšýׄ­Ö² ÓmM¢-×MÄHÀËC€Ám×|Œ×´ÔÄìÊ–Ù²Ýܳ]Û±ÌÖ®‰]͸ ÂG¿-Ü,Ü¿ýØ ŒÉ+àÑ«íÕf Û—=ÛέÊ- í]ØÑí٬պף ÙÝÛ ÛÜþÍÝÄ×\› ýÚÊÞë=ÛíýÞBÐÔ²<ˆíÖ—ü®ËúÍßÞßÞ=Üà]Üã-Ù®`ÞÛK­Þþ½àîÝ౜ ߬àÖ€¾/ðÁùáþßÿáD¬Ë©=ર¶ýÚ$žàÎâcâ-Ð)Àä%ám+á/ ŽÝøã¾ãûýË`lܳ€Ü-ÇEnâHžÌJÞàLÎâ.¾ Ô-Ó2þ4~ã¾ß^ç8Îå¨ÝÏ´ÀÚ!Þ±Mæ)žä)¾äMËPÓº=å3þrŽåü­ãÞÍã7-à_.ä~Žà€~æ(^èj~è­Ðæ1Ná¢Þètžãv^êýá´`Þ—^â²]æì=è²Þ.@ëœNk® 0.êpÎèW>ç¦鎾Õ?®×­ÎÜd ë³>ëµÎä-pþ%@úkðæÞèÀžå‘Žê]>å?=ÙJØ8lΘ.èš¾ì ^ë.p빞 Ô.Ó¼ç¿îèu®å8îãTîÏåîsœìnæèð´NèÏžÒåÕNå£Îè Ÿí^ïÜ^ÜÞ䨀Ü$ðÊb~Ôç~î.P¿ñëîì¸~ð!Nß¼~í åtéÃ]ê7ÎÏ/ ï²ÀÚüÞÊþ¾ñ²ÞñÏìßî¨@퀼~ ïë¥ñ-á/çèKñ¨°¶ïÐ,}óïÞïñBàî-àõÍÞä#?í1ŽEŸòñŽþòTNå«^óãŽó(®óE0÷YÏõ.àþõ`oë"ô§ ôpòGã+¯ö.å˜ó Î RÿÈr,÷ƒ~÷‘¯ó[ßõ_?ðÎîó$ßÖ€f¿ðF 0ç2€¥Ïò‡ŸßNåPo ^-î ùíM÷´/ù\ù`Ï^ð›Ï %ðø.ð.£üG ÉoúÌúkåC@á2 4¯°õ ~÷ÚOû[¯÷˜¯ûšßû/ÞùD_ü/`È?ú¥¿þÍoøLÿëNÿ­_ õû9ŸõJ¾ýy÷€ Ô3ØârqØr‘Bàø)9IY ù€Pà’Àùb”p*s$ƒdjz„¤ÊŠã s$þ 3ôò¢òb¹ËÛ+YB¢“4œ"xÜ"äR´ÜÌüìì#MMhmˆ¸HqáÛí YB€ñÂÉŠ^ZzÊÞÚú ï:{t›‹`ðïýìS”,  h£1›†PZ!B.2:ÄHŸDK˜4™Kð))TìR­ú½‘õ^4šˆr0aĈ!;f0&´„r˜[ÊJ`¢àâbºQë8ºkÞ z¶^Üã • - lQð µ™Õª-ÄyèÂ6¨)à Š”(u~TÕVÞÒ¹¸L’Ý "‰ªb•Ù•+ͯ ^{wâÏM *ul÷ö#G‘s›æJŒÒÁÊa-úþ,ò7kWš£ ç‹9ŸY}A>ÚV)½ºOSëÓ¼—³gмc’þ--C áÄ >i»ÛO}[Å%5wv.äÉ»•˜À’3²Þ¢ÿ&>ܸXÕ{…CnGÙ/šÖ.ï 7ÕÎWA{!x‡8Ã7Ï“d‘" ]ÓýçËuÙyæ—V÷=¸_xhp‚¼<•€±UVuN‚[ )´@ßvƒä‡âoİ" ù÷!%%Ü¥*ìцOŒ•àÖ‚nŸýõ`ŠÒ¬HäpLX¡Ž“`Hã€kµ×¡’2NPˆô]cA²È¥G £”̈Ùz¤¤s ˆ)IˆV„å‰[þÉ%ENˆ$yl–gã™ÒÙµç˜TŽheœs"Td¢]~™žVg#šN!ࡘš•@b¦6ey¨¢+n°(ž"¸Ñ“L:j8"jj¨–Õx¨ ¶øå¨¤®•€·¸è£%`ªé¦rºÚe±²²¸Á„¶Zèg®»®9ê¥Á Ûi±ŸÆk²G.û¡©¼V*¦ªV’تŠu"jíꪫA²ÜÆ(Š®åPí¯Ó–ûªµ±&°¿\®»n¼ ï §ºm â²ºi~°öÛ¯ ´ °ÀëHÏ©à*)m°øÒä)¿"K 0»cü¬­¬šéÇù* ±È¯«ÁÉJÁ+d*LÁ¸þänZäË]Ê,sÉ6ëøìÆ:vÌ0–°ÂLôÌê­dʾö쳡Oë³ÔS­ä·õÛôB!wÍ/¨]ô×`ëˆpª+g 4×Q§½vÞS¿-eÜWvÓpN[{wÞj«½7ßU+ãʈ84H„~¸ÞŠ‹éBª=?îBä‚ wvÔ•~¹˜ ï¹2P.Fº±”^z¸š§À9ëû¢;ÞjÇ.¥§[Na…ž{וó.&“:.¼Ý¸n¸ÛÈë¸óžªrN¼ÌÐ?½”ʣΈð.@ý|ô¤w¯dõl^ßüµÅo¿6ú½«ß{ø.)ëë£ËŸü£0ÏcÝNt°ãŸ”è'ò% ¨®!Ø:–ùÈöïQœc?îIPG •iÇ@á80ƒyÛ  ¿á±„° $á _è‹^às,„` aˆCK8@+¼  sÄÑîs%[ô‚ˆDI|>ð‚„€µDW6ú…¢  °?=@Xëc_¡p7À†e.ââ`ÓÆ<  fë’`ö(h‹ÓÑ 4˜ gæÁÄ™…ëûßwR×¢Á¸-…4ÜœðpÁþ.uê¡î~ø ¦°ˆu;þ"Ó&+Ü1±g04gÅ^MQvÏa€¡'¦,šn‹&«—çWªÃñëx'ãËȽ3V(o[_áñǾÅqŽÉ3̱|˜G î1|ÒØ`HKåMl舵}ë…áRcÙb5!] +iŽÌá‰Å^ŒE9ÛF"¦æ‰. Qe X‡´DKÔm¢“³•+ÂБÏÜ,dº$ƒäds/=-CEÂ|ÝOà"Qøs,õ¤ž2šE÷åâ™…(Ϩ™ÆP®ƒR(‹I±¸[änž,՘ς² ÿ4kòY“2XÁPh´ãòì×GÕù±hÓ«O•ê2XÓVãbI 5Ä[Á"k2$Z¡ÑYÔÂñpˆ)MFPq䯙¨(ö9U|¨NëÕY?‘Ö†Qcm0Of&£)Ãt­D:ä ˆ¼C›Ð¼P=ZÉ»fM'KxD$œáŒ$©ƒK˜è“(Þç={ÞjM€‚Ä*èZKXü¦LfÎÎIœ‘bµL&uŒÂ>B³œ}ÏAþêYÛõTË“€k–¶Æ\Èõ²§aÅ$jÙ€DT×@³WI´µ¿k†$(ñ (vø¥žýúö ºhLÙˆÚeçJUú2`“ç­$ ƒUÜ ƒÍ%€{pCóY˜z¾^~œ³ª*ÀFZ„€àoCÎY‡i Ü1)Ãúq~/lOèì¿ÖŠ™Ìkâ&ZÃ^µT@ƒ1ÕzìÃH6PŠé"•³WÇ<îñ5`* ©v¦È&(ŽÌåê±§9÷œÍ#ðõ?gÈ;̪%3(L°Õ~ì'V*'¢D_¨€`bÊf%Ó¥à>ˆ§Þ2¶”¡åcâ„i€OÄþáÞÑY"È!œŠ\` ˜Äs3¤4ÖVæ ¸#`3-hwåÙMîãÞ]«É¬É®¸ºÍQ¦³ì¦ÙuúÖǬ}M£F–šÌ¦‚òŠ]n6¬€ê[¼ƒÑ9J›Ýì3&¡O ZÖM‹}ƒ#ßn›ztE‘=Z›Ê·ÑŽ’½îv»7òƒÞ£Ã}ÙrÐûÞD@ £×ìA¨¶ÝÊ`÷#PÕ}GËÞ$ÆÓ(a-'ãË܇»‘ lð 0ñ×g…qÍùõ;R¥¢ݺ>j¤ZWÇ×e–ÑŽÑwÅ·UÈ‚Æ%ùL¤ÇøÆXFä4ùQþ•ëœå•ðã´ óì;z¿«!û*™üã‹•hX+žÍ¡s5ŽdKaËMõrG6ýé^¢Í7žó}G ëœÃaTR¸¼©}.VÏÞ¦çéMÚU&|4Çjhu¹öj¶zË‹».û¾u¸eѯ»;دŒ­”ö|x%6¦ß=÷”ÒÜ)Õ9Nyrx%Ô¥ÖS ¨2Pj_7úÊË– ~­ï1_À³çúôíµ‰†XpXß±Òáõ–³åªng{¾‰Ç#ÕÖµº°—í¤dç»æ zJ=@ÞQW»èo.x§'oý¬a5Ÿâïçm@¼òºÒ$ýã±@ûJ_ɑҜþì™r ÆÀr %Eè²²ÃGI§E&6b×o*…dX48fT]Ø–=ÀÃsõ€€HÃy_ÄLxE\¨b`}ÙóR¸_¾Ö@^“{_ôfÉÒ54x4Ç'4ùäpÏ27E$t4#´?ðs73`µ-o624„ËbtÓþaž×s[“?sEH.{ÐPÒ°Ey¹ô{|–ÒÄb`Õ¶t |—y¶C˜âOᡆ‘{$Lë&¢F‡j A5…Šg#¸ãÄjš #˜µLÛÐO6#x8zbÈSÌW{†$A¬UÛvývGèã†yþ$¹ç CȇQzx^®pliQWuuíÀDº$’—87&€FeB± €ÔfluÒPUm—u.cŠÔR)–$•œH‘ _ qÇ–PÏ!¬ ÇTµd3,’,¡Y}%Í AfÞJ Ò ¨°mݶYE%L ÓÞ&þ¸k!gD¶’Œ•ñS9Y,&´Ñ²H‹ðZ¬84·äul“pòðP+ÑUPtXTE`§±øX‚hTÓ°…ˆ1i•_3¦yš€h@QÙ,Ô†@Å‚WT°ðiùUÎåh‰ÖÑ<½Ä,U·…‹FUþôhÇøièlèJ—׌-y?Ç#YRèÅVŒbiéJ¦†Ÿ5”É’,Ã…>á=ÇåTº÷éf‘±8^”PvÅŠ]å*™•¨w2cʾe•O*–§Ô”iI”C™0kM™q^ŸÑC!> މ ŽxÉŽÇ&›(™Ít•YU[þ eDøZÑFeÊ(mtzÕ˜–‚7”aQ‰Z%=6tÆ“à(›ÂmŸÉ“QðP˜š•’~©}.ò\9šwœ±ÙT`ø°YP h”C3JºYžº`™Ü0ÖÑ æ à!Žà8ŽWŇ~F—=Ù˜MÐþ  Bٟщ•¤õ— $˜=V‹Ig ÒJ‰ù`)˜Åjå)”7G™ª®Y‘½8ÒU”Æ | Oð>ÒZ¯€fÑy•lõ—&Fv>/y=ÅÖ  me:œ™hr5“6ŽjžI™™eµdÛ8jI~óIep‰4ñë†e}ðŸŠ!,Š0cb–C- :|(ˆQ@`´@_>©ñT¡K:”:"¢Ú˜Pô`\ÞXM‘ràŠÉð‰¹¶—Ò²¢|ÅXþÆó¥•ðmÕÅVg¥X´b¡ƒB°[®P ±0‚ªjKäLze€¤Nþ‰¤µ´mé› XâIe~JÅ ·ÀBÓ(ºX âÆÖR6•d àá W ¦éÒ0«6™¤rº«õpª*]¬(WY0•!/Òhû¡Käæ¬í© ¾: œ  °¶³—ƒ—3xµŸ ÐJ‚?¯µ"­ý™j­8­Ú'éPƒ:w®µõ0K®h6î×^5­ µ¬"°óÊS䤃0†A©U°VÚ/#±r¶±í‘ ù´0¡Víú K¯ç…žoÚŸåIš•:â±½ ²ÑÚ6ÍBÓè$» oJ™X¥M~ :»^'B³ú‘´6 Û   kYò³R›ªTëLA C¥³µ&§˜ÊR¨J»¢íjÎa͵C©¥Yz³ÑÚ²ÔÀ‡ŸmkB³_Û"ŽÜh; &SÛ·U  ä*Lh:ªPs«´…jD`ûCž B °÷4(Kª¶ÞB¹‹«¥C˜´`Õ(Ò ± p€_æ£Â¶—9>ö5/hÖUÄâ±`_\ ²ØR¹ãç2€:²¸€/=æ’IÖ9S ]{™R6t[ÙC»è¸tO'=ּнÒ;½Ô[½Ö{½Ø›½Ú»½[;gle-3.1.0/doc/html/cone.gif0000644000076400007640000001666607326107675011133 GIF89aºö$$UIIUm’’U¶¶UÛUÿUÿª$$$$$U$I$IU$Iª$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛU$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ÿmÛUmÛªmÛÿmÿªmÿÿ’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ÿ’ÛU¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶U¶¶ª¶¶ÿÛIÛmÛmUÛmªÛ’Û’UÛ’ªÛ¶UÛ¶ªÿIÿmÿmUÿ’ÿ’Uÿ¶U!ù,ºþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»†ih¾r¿\¼ÄÄ\jirisrÊsËÐjhNÅÕ±h¿hÊÛÉÝÁiàÙj\MÖæ¥]\àÌtruríïñrÏuÐÏÈùh_çý›ØÍÂØ®`:iì9K“!Ãc^ÆuñGRfÍä¹£λ:ݹK8ÒžI5ÈÚ \©æ‹cj"'ŽÀf Â;È¡=ŸiÚ$tØPMĈÇ\rùSf?.Ev䒪ǫ&=&dcrh5'UªlÙÆ¥Ù/h©9åÅ%Nþãr<8—Wž]í Õ´¯P±Ͷl‰öK—/j×Ò‚PcÕ«VAJÆÊÕ#×6u.×Áܦóf±Õt.Kú‹³§Á|QÝT1+uÚ’Áå#›¸·sÛýy· ›¿~ƒ·ñ¸téÂÈ£|Qîñ×§ŽÉv÷±u¬–%sÝž¹ûèϣËÿÒFLY7æM³~u{0QàK XÀœróÛ¦š»;÷í¾eæÛ€ýÖy–gy ŠÑžƒì©ß„QHQ!}š £ uVuH‡W8™Þ•È™gâ¥èFgb çb‹0¾8†3²7cD1†`H±ã|JÂ…:²½…Ÿ~·íþ·Ýnÿ øÛ“NÆhæU© y鉡årÙž:†I¡…dV(B‹¤³Î@BææˆÙýWâe(¦h'Œå½¨'|ÖØç5êã ?Ja…R<‡&!\tßlúáÆ“$%”R©©•œ–§åŒŸöÙ§ŽUä8F©:úÅ¡‡"*…¯&d¾DÕæc"~â®™Ù±˜±ìfÀvVloŒ–lgp°ŒÏ¢­ÏΈ^ ØZèÚvËí·Vz…¡>\áÊ:5¤[7D[¤ºõ'¯Q^J`S²¨`§Ujé/Ÿ¡ÖX*¥|jŽá"®¡ ³ ëÃ>D<Âþþ4qLclV§±‡pVJb°à…·,²Ê²ˆ^ž1¦l­¨ØÒ¨·0s›p¸V\A³Íææ\®?ð\ nóè‘‘*™¥rÚ‹é½üîë´¿ ²Ü§ÁT[j·4gµášk…:Á3Ï#ü K:Î`<Õ›Øu眛Åm§ÈÎ: íÝÒòi bì ¨ßcøm…ÝέáVœA³57ŽsÍ`G~ÅbñÃ(˜=KL¤ÍÐÊ/“H ¨t”MÙt¿¬ÿõÁ\µÁÚV¡õíY ñõºK¶CQ9ð'üPü (<àŠÅh<“›s¬ñˆIÃ=wŠæ™\åž+ûé½ËþÇ,þá‹—ÿøù¾OÎûä”·9 ˜£@B*ûŽ@øÕV´]¤'àébÚÓž¦%OIM`œÕpÇÀ›õn}éó]ð&H9áQ~DA)š 5=om×qõ>f¢]/OÚÛÓµ`Ô²m¹p|0#Ídx>Ç9NŒã† Ca‡“Ûaû†H9`N7`^6nýéï ·"oôÒ›ßÅŠ Jgˆ“ž+]©€\ÚÒ§Âh*‘ÊT¨:تµFV-Œf\Ó]½ö;NPxx¼cû,8#^…,&f°C*‘Þß&§™ðzœ:YÊV¸ÂïaëjàÊ$Ö´þf³®Ù‚ EIÄR¶Ï Eõ‹"ŽhOÜ·ÂàØ2(¢!ƒTõòA_ZO˜L5Ìb"¬aÈd¹f…í®\¿ ž¹&<ár'hŸ·‰¹!Mh‚šš§6D†°mÙadÜèt¢¹eeçi‘ih4OÑs[ëÔ·|¤-~JfRèd@:.tg9»Ü5-羆^°ÝDA‘D Á†‰ùËhOðÂѽG8º/½ôK™ÔK9ƒ1‹i…0µô¥†ZÕ2—ɵ‡5óU折Øz¶SâñôxC(ü'Ñ¢ÆOßô„) C–“CùˆV$Cþ˪~&!¡‹hDC®–æ4çiÏilL²šJU;J+Ãv¤Ì¶´™ ðæj9ãý sx½ë]‹Š×ˆ’¢á0>‡¿&⇣@éÊ-›Ë‘–Æ—^:©YWJL„¹”aˆj¹bõ°WE¬gŸÝAÏ~P¶Ò’–´(Ajå—ZHÀµÅ $ŠTPä€ ãtÞ2žš1©ú–$yIX„«’¯hõ¸] kXO3Võ˜u=8‚®ZÕêªê"ê\›vµ;Zž‰Ö»£-[æÊFÔNlbÁÔ[ àܰ1X&Ö ÉïP€‚ {¤Ä!BII`†C³”-FZ”þƒÁ z0™ \!CX‰’†w(px1ˆGLZ”ÖÄ;8¯zWü ´øÊs*ÑÙÆ/µª gn»a+èÍc&)‰W¼"ânU«ŒYÖP ¹ÇÉŠr|U!ëJá ®â0¬´œ(tyø¢ sŠw ‚€`e^¯šÕ«¼BíõkR=q Ò~Ú ¬}Û“n(d(ÏÀQm”ÁFÉ„Q°‚›F?xB–B¤#½a gøÃ±v°ièŸÁ™A jõŠ@ÍnndlˆÀƒ³­z):È!uœÏû 9Eò‘!ç%¸DÉXX"˜bþ3-P~òj,åIÚÙXFT´/méM[›ÌØ™ÍÌmT7à߀›ÑâØ1ƒé¥hï¼Do4C6 ˆ7æ½pš(GG¡—¢”Âæß†AŒÀ›Cð(8áÁ—´Â)ý8A×$þ銓úâ¢>õ©Aà4@Æ ‡„h|5y¡Ð±: ¹[];c¾‡Ì‹Â`¯¤ØˆVtTc ¼Ñ>ø¤Nt‡G<â ö´¶/næŒ;Üà–±›ÇÝ»÷ܲÎñ/Z$xd'|ž÷BÀQ4ä"ú>Æ1º0Ž€àøÀ ç€èwwøÄ!>qPûþ=ÔÇ=Nø¯úð‚`5$È8£`¶ÅR©o™„טÇBbsdz%5Ïù`ØŽÒ¼ô'xÝWÏz£ýèW:àEðŽsêáž:â'1˜¢,€|(>‹mý~bßh¼›±ÄlàùÖi¾ÚÛ¾”¥FœØïöÉý&8áN¸û t0þòëàÿ@Æk/ø|àãð¹â;Áø’—|¨Ÿ3k-zoh'ò@ó°yÑ`v a€Ò€k§o‡Q}éð\ }(Nuç}vWtGq|Gq'xðÀqïuá&u‡§<œ€T6ÆM„‚ŸëæDþboó¦_6øußà|f'Ç`v+7C’B˜}Ûç}Þ~â÷}ßG~L8~èjê÷îçïWx„wxŠ7žg÷Qù§œ~M…æÁew!RÑ<ËÐ<;¨€Òø€H„ÚÇ}èpy§7q€µˆ¶÷tß–{'xˆ¡ ªµ‚À—÷n‚5ƒö†lÀ•xƒ €Ò‰Cò‰C‚}ä }áäLPŠà—ŠMÈ„è׊€ø°è~²x…!'ª¦ åfÁT_( KNF‘ág^‘†ièc;˜jlju8wh„ݧ„Ih~~øŠ‚"Øþ Q'n‡h‚§°^Àˆ,yðX\à^ Œà@‰–¨|Ê ŠÆG£xŠÞwŠL „ªh~Nx °øT8‹ñ‡…ƒ…­@r»ÈMÈs'à‹9c8ŒýUŒ“†!¡Í8„Ð(Ò˜„9°Š­(Ø9x…h‚. ŽâÈ PcðÃMXW`¸ ÄW|M ƒìHƒ•”i ”—8í€üÈ9J™DLÙL ƒä'YRø~Uhx!§j·˜ ¹»x,P'¢À“r8ŒµOâ1 A¡}ä0HœÃ}©èPy( ‹*©ɒߨ{/邱À… þ|²U 9À“?ÙŽCù˜BÁV$™B‰‰!§Ø”š‰—R9T‹V™µ¸{ ‰ iD+Q÷7–¢ðƒt–F¦3›ÕÓ‘¼–™ßç”䕞™’+yÐq%“ÄIu¹0“ÇF°MË)[) !ƒ=ÙŽŽI”C)™×Y™¥ ˃9• ‰´ª¦x[Ù-F˜^‰šÁ–'“œ°˜ùGñô?$Ò–>=y~¹—µ×—Âù—áXœ»W §ÙG͹M,€ ÖÍE0íY ìÉ^ðíÐnáM^ì[níÄäÎMê£>ñ¦ßËáÖ­Næ¾ì°îê±çì¾ð¯ç âлAží‘|ïó þàÆk ª^­Îä¿óξìξݱÞèYEpòjN,Îö.êc>êe.ñkÛ¤ïEoîXOGðñ?ð]Oò—®èE_í"λŽà€¾ô îëúží€Gï «NôÆ~Ên÷Ÿþ÷Çžì?ðÅ^%  ï‘ñLßíM_ñ‘,ß§pó¹ý÷E°õv/ù ÷!òå^î) zžëŽBÎë÷ó/@ú¦ÏÕ…~ ˆÞ)P®÷°¯÷²ì¯ø\~«ŽÕ€NúI0¤îû_úَΨïAÐúåÎñZ¯õ‘ÿñ[ïúqžõXßú›?)ϹÊàíÜ/ü§ê£ßýÀï§0¬õ‘Ÿþ“ŸþÉŽ÷;ß÷®ßú/âpàê-Ù0/¤ŽøˆïýÃŸä€ 8HXhxˆ`R¢’RäXtÔrYIyY”yD”YÄÙò¨2‘HZjzŠš:AA±‚ñ²ñòþ2Cû’d‹[«kû‚±Òª*l±Øyt™ŒŒI¹UùÜé¢Â8l}Xá ;›+“4ƒ>.~Û»œ=P-\LPáÀ¦Òu ª”õ׸s2gÉša©!%‚¸Ø™,ÆÆ±c™YúªB”ÖµÃ"lSém¸¹IÀ‰³[—W-`'ØZ¤SO=5 &ꢅ(Š~—jš¡B…2ªJ}¸PÆU Yþ·sôužØÑGH‹M´'<µŽ[rÚm¡Ü¼tkçex•qc Gß +Z#p†]ˆÔí:9€V¸Å’-#º®—T+O~9[i1]zc $à »ˆ‘ råN8Ÿ<Ûö]rs«b_áº7¼ç[Äõè_Q°¶^r­\€d™Y7--U•ÙUÀh·`Æ^‡ágÜ &gÐ{Ðц¢mÎô †ZcAbüýGãhÿ øˆ1ˆàˆY,ÏI(]e*ÊUKfÙ¹¸” G…v#ä•6åx¦Å  ùØZdp(_^óÉbMŽñæBÆÕÈfçåˆe þ\0—ŽÄà Ìò \EFˆäd™í¹ekO®Ù¦V&ª Øy&yB]tK؆)mIn`ænløf¢¢þ§sBÚAn Y¥•ÖŸ¦Ö ŠÝ®qw¢4ÐX¯¾²™%“¨–´êƒu]zé±s%+Ã¥HF—[~*¨©A ÐxíÙZËmµ¥Z ì°á‰Ðž”¹úg}FVªÐU…:¦B®ÕÒ¸ë½Úûëµ\0ЏKyЮ2Kð²µù9KDÒf™·×>ìpÄúšÚ™¿6E jÀ¬²Š.¬˜>[©…áڄ曽îzr ½® ¸Ìƒ/åB[ÚlÎÈêÌ3mþ Ý—Ü”*qÑsÀA©̬T+ –û ºêzì§«›lÓQÕ¾ÌA \¯Üõ×Çl+Ó&ÕÌç¹<ïÌ6Ï߇5±C7̵µ.Ûý0ÌHgpÁÒf+iƒÏq\C¥Îæ,kÕ•îLkÜmíµË^O6å^kp@Ü«â´DϾvèm_Za§M@4Ò\#­·Þª'Pöæ=}Áž¸ZxáéR-ut„jNƒq†-yåÆwô²“¸çj>ºè9Ë¥;ãÉpAH#¼ËÈ{À÷á#m@ìËô´žzâ.ôF,é®jþn$·åLÞøàkà·ó $O{ºY³jþ½æLw ^E²—´íO|T à@’"p¥’Áí*•»öå gr±Aï<.±‰ML@+ÒÁ†Ð‡"¼”ûB¸8=¹@…l¡ ÅØ¿Hz`“äÀIREºŽ— ¢ï†HÇꑉfd"%°€K’ävTT™­˜³,R„‰|×™FIJ’’”TeIbþèi²ÈÚ¤1w†H ˜®1°#)›¸ÇS¦Ò—%¡â+¯iÈjsTürpiÆþQRœ“ô5mÒ¾¨“˜Ã|£;ÛèI!22 HLÍI2àœ6Y™:Ó™ÍNj3›É¥k  |’³—üì§&•0̈²s¢ÿbýc<ó”ûl¨RrWÑòš¹ë&ƒ–€ròÒœ]Ê:% SvÚ@ÿD¡Ì”sÏð²£-u)M éÆu4ƒ´ æY‘rö”-¥¨S#JÓO^t©T)P¯JÔWª¬›Tíª!šÓˆB¢¹‹WÏJ²jò¥l­¨:Ñ ×A<õ©q­kZŠW»/êu¯|í«_ÿ ØÀ v°„-¬a‹ØÄ*v±Œm¬c ÙÈJv²”­¬e/‹ÙÌÚ);gle-3.1.0/doc/html/cut.gif0000644000076400007640000001731207326107675010767 GIF89a©ö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’U!ù,©þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇŸjhkhÊÌjbicdbdÓÕÓXdYÛÈÞ”ÊhÍâãâáchcêÖìZdîÚ[Û[ôY[öM[M\MQýÿQ| øm—³qÏ–!\Ȭá˜5’13qâ3ò¶œÙÂeËŽ¡p¥¤É“B¤‰’RÈ—0_91„Å5Y (¸‰œÏŸ@ªAQDkf¦1ãî"½-^žJIJ«VK®Ü*¤«×!+ÀÎ{‚Å ewò¤”°íƒþp6\⚊óZ܈qãÇ¿¹|ò%JáÂU¢$Nl%Š!# 92yÈ—k°6R¹Ïá@“ =ÔÙ˜¡“¦^ºÔ"Æ×N£L›°íÅŠ ©²»÷cÊÀ'‡Ål³³£¸n‘¿]¦fMóæeÖDnfMu3سk÷r†»÷¿^þ~9\…|a0UW‰l$òà–ã_>b|QÐûø}*+5ë¤jlQèѵ%n‹õÆo¿M&á+ÌWa}‡,—œBÊÁõœs N'uÚ•è…'z×]w_„çâx_”'cŒéY‘Þzëµ§£:¾çã{haHÈhDšS¤hF6þSZs§E÷“f” vbwщP…—%x´QA[yŠ¥æƒíAVæF—æd@ À†pj¨á‡ÐHu$–˜wf¬¨â‹ã…7ÞŒ2Öˆ£<&ÚÞV0ú£æ'©¤K–æäˆKI™é”¯a‰"F^„º¥Gáæ%aå-(滕YÅ™k¢Iá0\Ö‡¸ÆÙa®jô¢Àê¹Ýž~²ø¢ -ÂH(‡ºã¢h6ú(g!i-iGbÛ«ep ¬”ÓE).v)~šb¨Ý…šlx^¶ã^zãF¼ª(²¦ùž¾G<ðM®rîª+¿Šx]žÂþY, Éú.¡èŠhŽ÷þ:*íÞLªq~Û6iijPj*n•–<ªº„± ïÊåQ1/½0?‹oš4ñ­ô°ÀïLp",,¹Äþ¹nÃ+;L¨¡·GñŽ>Z̵ÙVd9½žÆ¤·O‚  ÈD—+6Šê¾èîÙ¿œ^½:Úûl¾>Ö ÃÃìl·®>ƒøatuVwçuC£¸°ŸG#[žÒi7‹¨Ó‰2 mÔ9ÿ²ñäø•ÖL“q- è)–¡‚**ÊÉšÚå`7Ž9f«Ù;Y¬±¾W! ¿ðlûÝmû+Ð#bG]àb/\x²^"./³66]qãG¾ ÕWc}Õsi”^/EevWš¬î¨þ¥¯l:ªˆ­j>™ìý;p@öË î·ã­÷ü¼ßùûÐ| nôwÈþðÿ7š˜ŸÖ¸F]Ljº œ²ŸÓ8Ð?úÏ´9…@PÉàGdcUá6¹i™ ™8ÂÌ…p¿Ê!r©KׂíåÅJÜû”F¸³C.‘êKæ1Ìù“ȬÇLì‰VóÞS«[@ï‰ÒMýã»H0‚y±à€.˜Aͦƒ`\Ì‚B¨›ùæŒÁI£eRxºÑÂ…={á\æ(ûØ/xÔK_œ²‘>"è a #Dò¨G=éC"dÞæ#Xæ=´Õ,HIýe(é8JDþ¢”¤ ¥)L!ƒSèR>e0ôÌHTi›«|Еc4£,Ïh„N¨B¸œ dÇøÅQ.t±¢0'Ò=â…‹|Ñ D ò0„D $™jÚÒ‘Ø´ q$ùŠ(zÓjOLG:¤1Î1HCìP ;ÈðQº3#¢Äˆ)SyJ‘Øf•öLI^™›}n…7,áMWóÊ4,ÂÑÌpÜçŠúR9iPˆQÐ`sE"HÉã1aãG¿,3´‰¦Hä˜Ü4ÆšÖ„Jå³MWTRD'QÔ!u¨S;vêN-ÐC”R jH¶`Ϫ\å¨X1IL²–8õ+P• BÅþ–စXmÅ/š+¢œÓ¢_M§X§ÁN²¾ó¬ðÌ=:ÂÖ°µ¨$¡ÊIæêT­¨ä®-!¨„ :°8R36!Î.UÎoN/zbP{u`ƒ ÚÈF;µwbá§ö¨ÇS2{§äC$Ÿ­ÊHJZ­<õ©]aIW^²Ú˜T•ªWµÉYXàÆSlµ—¸ú*:-:V±²³)hEëOŸÒ‘µ‚ä­¢…«\éÊÜ–°¯*‘ILbÒ×ÀÖäºMÅK56†Äz·»cÀBx!;^m˜w 罬zÑÛÙËâCð͇|ã«(üþþÈ/@ÂßäQøLàøž‰hÂàþ™ åÁeI *pëP4P£»ÔÈp5´±aÈzؼóà†=FÜY¿üÐ?Vü~è7¿%éGIt¡ÿœ> 6Ò•ŽmlŸ€Ú&xºÔ»upw{'ÀºÖ³žut³`㨭'(,§rjøÃXˆùnl™ç¼í1»Ü®ì˜/;è>(zÞ‰þó¾ûþýïIvà¡Þt¨?ÝéU·:¸±~u®—ûÈ¥Æú'F€jqˆa±à}rxµ0rVïàó=øüBzÑ÷`Ÿ÷êuŽú¨ž®ì_ûÙÇ^õ¸ bo¤ëž»ï½ðOüá¿øèý ’ÿ€å;¿ùПÀ¤?Ðöë×/·Ø7áv/'¢å\‡ÊËy+c!ö;@¿ë?¿þôÝý²¯ýíçŸ{ÕïÞÀw}ñ÷üþ#ÿÀ×|ø|}è| }X…gX•qèæ ;àq†uy—‡Œ^Hr±Æ#Ðø ‚"8‚"Hh‚(è)H*Ø‚,ø‚*ø/þ(ƒ1Hpƒ6xƒ:¸ƒ<:èƒPjyÙ‡nÈ L@vâQa…Sï`hôÆ-8SX…,H…Wh…¨‚#ð‚]È…^ˆ‚]8†aè‚fƒ68ƒj(ƒ:˜ƒ<ø†7¨€ 8‡ H„åÖ +G9¸Xâtâ5~XÀyZðj&·rà‡˜ˆˆ¸ˆ‡Ø‹èˆøˆ’舔è•x‰–˜‰˜¸‰šØ‰ ð”è/ (ŠŸ¢hЍ(ŠCx}`—}çvaÇ ·6rq²XàgQáç„ð€^ƒÈeLÀk£‡Šˆè/؈Ä(ŒÈxŒÊhŒÌXŒÎ˜ŒÍhŠŠÃ8¡XŠ£˜Š©H‡þÜH‡¨uÛg +ÇjP&^–LJ{h2¥c0~î(ˆèj¿¨r¤7‚€ˆ÷8ø˜ˆùØüøûú8þ(I‰ˆHj ¸q ÈàŠ[—€Ó— 1‡kOvaÑàU`Õ‘»ÕN<åS—…o>7zö¸ ËøŒ) *+¹Œ§„Ý8“ÜHn´Åuzv ¡÷‹#‡ßõ]ÈŽBéŽí¨Fƒ80wzéw’Ä0}Ó§uFXn·Š«˜nù ‘+Ža§ƒ˜p‘#G^‘ESiv¬’ É^]Ö–Ls§§zÆ0v]—nBX‡4¹—gqçxÔ‡ ;ÉðˆþêÀXé ”ŠùŽ>e”FI˜Lð¿Øôh’N9 Qi—ÇŠxæ4¹•Xµ•[¹™[• ‚yk†Ö[©IX´SL±Ée\Ök=t¸·Ã@—Ž÷`žI“0°€Á‰UÃÉÃ9šÙ·|Ò'‚I™äÈy¨˜Ò9~êà˜Ö9ˆƒ(™Jz§çÅ ¦)•›ÙŠ¡¹€ Éç)šè¹žЕYG}7ˆ =G˜—厬éIWTALá³ù\L”y›&鯕YçŠ{iœÂÉ Åyœìy“XW—9Y #ÐÎY˜DIBYîÈí(›F¹O %™‘9 §·¢—) Ôþ·u¤y}å‰U³µžåyê™q] ‹PY¡”0Ÿ²)› ‰ŸX¤Ÿú©üÉŸ$º¤ Âv›±GÆP—í¹™5ÚÁ™¥º¥0°z]¹£P‰ š¡ôi”혦ÚŽʦŽé%z¢’ù*j’Ý©›Â uI¥ ‘뉣æi0°•€ªž£yaG¡§™ ; ´Ù˜¡DA¯É”Ф–ª¤þùP ©=  ;§z§'¥ÄÀ›Z·žçI‡Zšª\ê¥å9š;J¡Ì)˜o)™Ø¹¡ïÐŽLá¡LÑ¢¼ §]©&  sŠ¡z¡x tvaº™™žÄɪƒš¥„:¨ìÙ¬þËúàɨÚeþ ›½J©úÙ•ºŸHú˜J¢º®· ¥rY šÙ•6Jœ\Z¯ªš¥^ ¨Uzš %PJ«%zF顺꫖ú«O¬pj¢sš¢ÆŠ¬%¬Å0}TЍ×g¨:­^z]:­k¨+¦€¨t ž±z %Ш™¤áú²f@®"³IŠ®6 §›š³z›+;%€§À°§Íjªôz¯ö*­ùjªØÚ¯˜°túš°R»«RËŸ »°™ µJ§@€¡ë³Tø{Ê¬í©žû±›¯h»¶!{­í9¶ñÙ´AЩ-{©3K©äš·^ ·H:pú·šÊþ©:·>г&0¥Y'¯¢i´0иÆÙ¸›¥‹´]z­À¯áH =P] µPk¢FiµU‹°Vk³S`³Z Ok¬§7±?;—B[¶¦j­g[» ² ‹ž#ûªË飕Ðs›³èj·IÚ{{¼Æ›¼^à·7ûT ©@Ñ ¼+Û³%¯p¦„Šžø ¹^¹ûà ä›¶Jû¶Ë™ €¡[¸& ¬ k¼Hj¼Ã ¸Ï›¿P;½]û¯> ´¿°§Ú»»‹›¶·ë¥ä«À·²ƒjÀ]©½'‹š˜`%Ñë¼7«¼Œ¼ì·Ì §ù;½ƒ[½Á‡½ÜkÞþë ã+¾.L¾-|¶`J²+°§šÀ¹=ð µÀj³]`¿]ÂA ¬Sð¼§û¼:,½]Ûµ›Ûºüt‰¨<»ì±çk¾ ²/0û;¶²—0·¬¿ë·¬¼f¼¼ËKE¬ÁT½pì¿þ[¸»ÅÛ[¶#û±á‹Å-ÜÇ|ŒÅWÌÅ`º½zê»”€ÃÒ µdŒ® ¬ÆüÈl¬¿oœÄ=пÿú¯ТA›½w<Å|ÅäÊ0°XLÊüÀ$«½Ú»­šà¿ÒKÆŒ¼a`¼S±\Äm<Âo\Âs\& À¾ÀÉ¬Ç Ãü4àÇ¢¼À ÛÅ˺ \É@ðÆþGüSpËŽìÈ‘<ÍΫºplÉ—ÀÀÜ zªÊ‚Œ»V<Ê¥¼ÎäKʤ|[<²ˆºÊzJÁ˜<ÆÜÌÆÙ\Ë lËýɸüÆ» ù|Á¾ìËãÌ Û;Ã[¼Å€Ñ¡œÌæKÑËŒÅ!kÀ¬§š`Á@`ÐÓ¼Ï}Ëü<ÐD°Í Òs % —üºÄ@À`ÀíÎìѦ¬Îσ¼Ñ`¬²ùÒíȶ\Ôþ Ðþ,кÒrœÐ|¸ÄPÀ3 Ïé¼Ì40Ñ0pÕɬÕã{ÕX¼=È5L—Ð|Á) ÏJ=Òi­Ô'}Ò!ýÑÌÒþ{ÉÓà ÀÉ@Õ5­þÎ9ý×ëìÎ/ðÎñlª¬§}Ã\Ó|Ò#}SÙ¶ Ù”Ô‘]ÄmÒùœ.ýÔðÓÀPÀMÕ€ìÕÈ|ÚZ}Ú}ÑTÝŽ .½Ø@P™ýظ ÙkÙ!ÍØ-ý¯`×ÁPÎÙËן¬Ó4`Ê©Ü=¨aíÚõ Ûg=ÛµÍÆW@’Ý‘­Ý×MÙØíØTàÖŒÍÛgíÔð+0ÕÓ¨ÝÞËíÞªmÊÏMÈ ] gãÝØáÞ¸ÙDPÙ‘œÙâ=Û,íÒt}Þ1×3ma=Ø£üȬÜ Õ-á0ØÏmØœÌÊ™ ùMÛ´íßþ^ÙÝ}Ù(à¾ßAß­Ðßyê ÏíüÞ8ß^-ß­=ÓˆÍ  â/>Þ~~â,NÙIN%nàEßþÛÙÁõMÎ`؆Íׂ]á3 ãŽánÜéMÏUN B®ßE@ÛWPFžâWðæ‘ çÝàlNçáMâ³ÍÙœíËðËÄ×#ûÐ~á:>Zmè^¾ã~Ø@ŽßONâL¾äm.éKé$®ßùíÛ*0åÂ=ÜWNã/á>êÉÝå¥Îå_Îå£Îá=ž×@e> "^-éI@çmþæžW€oÞæEpëF~çLnà/.â›n}^ 4žÞ¾áþ…~è4`èˆþÞ~½è‰­ P"îµ^ëDpëÂ.é¾¾äâéãéÇä}°Ðº×Wîì«~á`ê÷ŽÚ†N觞ܬþÐXNÏ@îú]ëiîI ì¼îë¼Þð½~¼NçÂ~ð—þä.-å±® Ù áð í¾ÜÔ>í"òÕÞÞÿþà«Ì *Àí)àí´ž-pîãžHpîF.óè^ëêŽßì^î¾ñ ®ƒ=÷~ôø>ûžô/`ôFÿì¡NãÚëê@¿ ,ï.ðòÁŽð4ñ¿ð^¿ëâNñLŽéÈÞÒížñ¹°½.êEßôÈLò#?÷!ÚPÏ®þ½°íïò1îá^óOó„ø8Oâ:oñœ}ßíÎàyúéNô£îô÷¾ôÔ®ôýžïO¿êxOã®Þ €õÞž.Ážð¨Ÿð¯úŸú[oú´þè-¿øÉîøÁpå¡þì]nêrßûtÿÞ'_Ãy ä|ßÞ>ú10Oø5ßü…¿üû:Oð+¿é›îî¶´¿D/ùNïNoèà¯ôã_êàôPð?Î ÅõË/Iÿ©úJð Oø îiþí²_ýìîç€ 8HXhxˆ˜¨¸`añò¨1³19c9Cƒ©™y³éIóú²1 i!aÁ¸JaQá’áÒþ"Ó’s›„¤Ë‹»û›d+\ÔBì’r¬R¡Q!áÀ:M]mèh±¡ñ²MIiéq®iI3^é]ú¸ŽjA`½øêâ"ã’$sŸ/£”ÔÏÿß/`¾~D’¸ VDűd˜I€1"" +"ªt)§:rü„éE¥/.@ªxAÂC‰†*h€•¡V­[2pÙÌus×Ía-f-L¡,…«DYˆÍ¢$IáÎ95\ºmì©{¢t|’B6[ÅàûuÀA­‡Ö`(¢‹&Ê£næÑÒ“,Ä9€ "Ûi—¡ŽÊ¬©©šxªªRreRWÖ ­_‚K0¯<¦˜ºÝÃÕ<²h°¦2m›ìh£âkCÆã©ñ xF{Ivt æˆgÙvp@­Ü~.Áâ~;.„6FJ bk¾Ôf»ÇR|T—þµ’Ú ACÙlÑù–ÎR(©¥g¤¬2ËPÕ+Œõƒ]ÑóðÍ–É3Vr’ÚìÆf{\'¾Ò¢3r;Ë=­r·°,µ¡¼âŠ£˜âB:Þx±xófac*½Bç›1ã[ô®õ‹Í»!еJMuæW !¯jIJèG$»ƒt”foŒ6Ç£m¢ãL¶}-\¤œÀåн;Õˆú®·ËÊèwx¥gšií§Ã㥨‡¸ÆŠgl4Ò³SÅ´rÌU^ùÞkþæxN#n¿„ó™.UÐ2˜ºzü¯gû9Jûi_Ê |°ÿ÷ÞW @ͪe4*T߃þ¾ o’cŸDœ4èÙ`zf£`ãÂ1ª¥hƒi°bÎþææ?ðá@s£®tS>@l?Ž8ÞÎ(‘Ãi,3´ uбÕÕUI‘À¿ †°jÿûÝ·ÂU£ñ j<àÑ€8€ 4†1 ÚlpÅèi~¦Â ©4 ,9bŠËb?0Bï0€`„n¥B&îçxê£âQj`ƒÐ0c4ì£ü臚Ò,…i%CRðDžñ{l`i$¨ðOV ´ãQ®˜E,òqcTÜ”’*bƒSˆ\€>‚œ2•9@£+I0[…®‰Ž€¢%±bÃ\úÑŒ]i‡¬þR&r˜‹üÞÜh£HêiN¤$o‰Lò1“œàá¼8HQvðM A7Q ÎT®1sÿs£,—¹Ÿ'®šFÙ¥.ßi6_~‘L£ØºYJo¦2•‹<æ¡TIfª“Œì„H?ÀKVJô %=±)d‰Ÿ«T%8ÇÙÆXÞª´Ú¶j©Š‚e—9pç7»û¹ ¤<»§>ñÙOÞtP(¨¬ R¸ô »¢â"øE&}ŠHƒ3%EÉÔÿ™\*£•¶ÐÌä—%5©Q“ÁÙ²¨ ÀçKc:7¹¡¬¦ ²åT£iR ^‘¡A¥MÉoV´¢ÆËšÊQ'þj§gÕiUßyR±u,]ÞºúRo‘aUYÊ«×ðµ¯hµa&¥ Ô¬²ÐŽ A\M™Tÿ¯Ú2€(—>–4—f#Ú•eÉÄzU‘t›[î,Ù µ…i%O3vÅÌ õ´·ô¬gå Î޶V”ƒ*o;£Ú„j¬¡Û`gW+LDîï¶c},¤úÜÞ"¸šjG‰ËN¹zõŒ£µT^ÏH7cªl‡¹¿írï·‹ïrZ™Çò T}U/rÉ?îíÖ¿ò•îiFEY|Þ¿àî_—Q“Á%0j?«XÚæ·r¶OÆðH_„¦Ú ¢^\âû`D–Áf~c ¢—¸”~±plHg—@.2’´»#+Dˆ\²“Ÿ å(KyÊT®²•¯Œå,kyË\î²—¿ æ0ß';gle-3.1.0/doc/html/edge.gif0000644000076400007640000001330507326107675011076 GIF89a¡‘öUÿ$$UIIUIÿmmU’’U¶¶UÛU$$$$$U$$ª$I$IU$Iª$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛUI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶UI¶ªIÛUIÛªm$m$UmImIUmIªmmmmUmmªm’m’Um¶U’$’I’IU’Iª’m’mU’mª’’’’U’’ª’’ÿ¶I¶IU¶m¶mU¶mª¶’U¶’ªÛIÛIUÛIªÛmÛmUÛmªÛ’Û’UÛ’ªÿIÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U!ù,¡‘þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆ>SOYOZRÌZOROÊÓÕÔÔHSǹ=HËàÌâáäÓæÒèçSHRÚìîíëòHKîIHÜšHHZYþýÿüe8P @)β \謡”) !J|øÚCm§,‘·Q[’)“, 9²¤ÈcûÆ)÷¬åJ.c®\öŒ&3)5qªCwmžOw?ë ¥G´1ü`$ÈE`Ó-YžF͵©?«S6Ȱ«CgÃR”8eŠfÑnÜ(¬Ç4–þ/ã „J—ª]Pñ ÜË÷L… î ìØÃaÏ*6 , Í¥NíJ,¹rUËS›jÎÌY³Ï\>‹MúóÒ§M—µRvŠ_>ÎÁõû²®m»·ëêåû÷¯Ì–ƒŽˆ¸8D^>š|¹ùÔª[ ;§<½òæëŸ£f/Í}´w.©Á[1ýZ×t+]ÎÅÍ>wû÷îéúÝâ7´Bû¢ï/ í,4Dÿ¢A4ž€åÂŽr€1÷\TÑ1ÑmáƒN(aƒ.x]g’¦]w¨…hj¬qË7è©·W|ðµÈ¢mRÈ'cŒ4ÒG_h7ÒàŽ (…ãÝ‚Np˜M†a…HRþ¨ä…J:¨¡un÷ݔ܅çyµµŒÛø¸¢“ãH¹±É{ùå§È04‘ gH½…¦çÝ…þüçºÉ«Sß;€qvûÍíÀ–»iolf›Úx6¼‹OV¥€Û>” £éé~€òŸôJ&2^€Ùœì2u Ù00|Œa¶v&Åh?€š4›%(¢V,Ò0 ¡¼$Í'ÆÉµš:ë< Œ¨:'ºNOöTð^ª2 ´-z¢‹>Р*Áˆ C’´y{ºæ??Xþ$(mÈCÍ̪'@`I›:4-´ m8%Ñܸó¬‹Û©Ã0:<7Y0cœø <êÅ ˆ~O¥JO:KûYµC‘RVGô™NÐ4Ž\ûê>žåÂt–õ±j}^æCY…ÐDz-Áf) apøü(RêJH!¤•yèT™$ÐÔRæªúF¿Ã ®"6•ŠÅ$9tJ³Èú¶E»¹‹š&«ŸâЦ?ûá¬r³‰Ì5©£½Ç>ÈÅT¹¹ªRåUk­ùWØb4 ÏB»ÚŽV±Z2§J"Ú[Ⱥ×=£|ÓC_ÁØ×0†Ë&ºø\Ñ:Tºðh8¬‹îêu»Gêáu«óÝþØÖgûíâ%Ïë¬Å2Ö& œ1ßëÞàs¾÷ŽWˆƒße¹pƒHAZé.Vyadž‚­™`ϸª—ñn”À›Uñf‚¡©Ä-…-¬¥œÊŒ½Âµãooãá¯Í×7õŒ”IlœÏZr¥R—଻CK0¦¦S Œã›™2KóTúÑ”þp¥ÍÇ3äŒLЩæýj…›Þt„£&H®’9<è&ÇW Î`¾Bå˜Ø(~.ܸÌ⢠A ð(-ž\fŸ¹ªjnóšG çR'¹¨6M0ð7ÈyÞ3‘™(Ì#š·‚v2¢wý›(÷ZÄ8qF°u"–‰þ`ÂýÝØh½ìeZe:ÌÖe^¨;Mí˨ù ØVʈÍíá”x–p5²a=dY‘…8& oÍÞBóľŽ÷o„½a»ÊÌ­Ä\Ÿ+esùß–ŽÇ;œ c§rzÚ7®Î´?wÚn;|Û&NkreqãYȹµ°ÆÑíg•.Ãìî¼£¼[p4ñ(÷sOx‚ e¸#ë€4éÊe%ŒëÒDÁ4Á>p‘v0ÆEãç³bÈÓ2\Ñ!î¶£—Žo|ëÛÕ¯†µžm¾LWÏ_쳑 ÆõÃû×3™ÉÉýœrk°Üì/O{6~¢o¹ö{ÒãŠûP걺…çñ𹘣t¢óþýè"žòÙ~ï§,g¡D«£d=güê×ÇSîñÊû\w †Ãž““ýóe—Æ–´sÿ„퓈4íú„¸Û¼˜†½;tŽ÷g³5ù»Á•¢mÁ^9µ:{ˇïrâ_‡òXûY´‘xIˆêãNeëiGuXçXÓûÅvP¾ä\ÿ8çáRχþü£·FíO÷ àCûv»úýï›ÏÝÒì/}iï4à‘ÊÍè!æ{¸|hg|Åw€-‡|í·€ !“uŒ—JÕGuØW×w}Ü'yYw éQàWrcw~~†SÝW‚Ef‚_–‚ë`W÷°÷P/ø~þio76Xs7{8'{ú׃=gvÁ‡{Bˆ D˜E8$·ry—|ùÇ€NXwî°ðgq´3}Ö7Z6‡iZˆs[˜}íp‚܇nïÐg;"x†¢†c¸†_Ȇ_´‚îÀ‚Dƒt(ƒŽ Î%4Ðo|(wögiC…M(p„`üG€ HˆˆÑ„ØPˆM‰O¸€v'‘ã†TV8Öwix‹u}íÀB7k`˜†ènªˆŠÓ@‚xn¥‹²8‹¥` 5ƒ{¸o}H~({¾ˆsë@{¸~oXŒyçˆJøˆÊX *¸X¶èŒÐèbuƒsXÔxHþQ×z­—…W¨…ŸÈ…äˆi£¨}‹øŠj؆î¸a¸q6ŽWnõRÿ]ú˜õ"€¹¸‹7(wE¡÷ˆ“øÃfÆølÄ(p ébû ]^´bÙX‘¹bʦ‘¹‘É‘€‰ü4à>ðᘒ[¸’Š´ø’0‹çLHP^Ha“5‰@8i“6Õ“<ù“©d“? ”=àΕ‡{hƒ¼Xÿf€¸ƒÀ•´7•³‡D1‘јY ‡ÏÈÊæ• %Z¢¥bÐRd™bÐ…–j™–Iu‡"I’&‰’à8—åX—,™}×'‹ôx^û°—ŽG“@Y^‚YSƒYþ˜„y˜‚ùÑ´˜\£˜ùKFI)KM)N¹™é”‚HY‰QX•̤E‘øø•ʦe´ÓÅšIåšk›l)›)&i¶ùð|—'Ù›&9—*é‰,y—-I‹ö˜:‰˜ÊY^@Öœ]åœÐùœÒ 㤘Õ)×Ù4z(KÙ‹›yP©ƒä™sæ9šYW¨yšaéšI;‚ÄœŽ)H 5ŸöIŸŠ™Ÿø¹ŸúÙŸôYÿÉxup™‹q©’Á™…v¹  ˜}¹e3”5ØY¡ãt¡š¡º¡*:Nê¡¢!ÊÎÅ“ôg™ãb™–þi/Š™2Jáù”â)ž•–ú¨šïiI÷y@úŸ"  D:¤FZ¤Hz¤Gº" ›Ç›*—J—ÃYŽÎBZõ˜œ«9¡ÓiI*b 2@¦fZ¦hz¦jš¦lº¦nÚ¦‹°’)*:uZ™ÿ梚y™4:£¿Xžzž}Ée:š<êžôé£#:¦5`¦Z¦ ‘:©ŽZ©ê¨Œš©2 º ®¦‡$Éz¾9¥SÊ \ø‰¨Zuªgæ%¡ðù¥:Nc ´Z«¶z«eJ«¹j¦ºZ«»ú«¾Z«Šp¢Y§tJ§xª§Êº§٬̺§}j£Ò*7Çb©lþhÉ£‚$aÖ)¢ š«!P«áJ«ã åZ®3P«éJ«ë é®ïê®æê®‰Ð¤»Y’ø¥½ œüŠªâø¯êPÕ§¥£En=I¡Jn À° ± ±+± @±k±[¯‰¢Ýi¬wº¬Ë £ÐZ²™ii€ê‰°wE¨ë™JtåQÛª¨ßú­—z±!±³8«³<»³>´=;´@;´‰PН jƒ­Çz,ªO[ª :µþ°WH°­Jn<Ùœ +¦Øé¦ða;¶b[¶d{¶f›¶h»¶€ÄÚ{¨¢r‹¬"›¬{£Îê¬ÑZ²ÓÚ‹~h­´þÛZ¤5+©•¶ˆ«¸¸‹û¸Ë¸Ž¹‹‘k¹€ºy4À¹ ¥£A`sRÚ¯¦KªKaYk°¯*aÏÙµbª°iz« m ¶ ¸{»¹»»ºÛ»À‹»Âû»Ã{ÿ(§ÝyB ¼s+·v[·$›·—9.i9x½8˜½©Äe< ]È–eÛZ³Þj¸7;¯ ™‹»é‹¾¿»¾î+¶è ¿îÛ¾¿k4p¼œ ªÊ´u*º\æ¿Ö÷´£À§[À)™º¬k°³#a]{¡f*»¼J»ÀË»ü»ì»<Á‡0ÇËÊ˼Çê¼u ½Ïê¬1J½ÓK­Lþé·\75X›rÃ4p”3¬¤ ©íZ®ó«¾ôËÃ>̾?<¿… 7°¹›¯ùꛢ{’K,ºY8ÀÅWX… ¬Àã«ú¦´K«Û¶¹+^üÅbÆd<e<ļ¼!ÂÏûÆz½vÛ¢yºÂvwM›JýÆ£ûö½®æ¡ü¡†{ÃfšÃâJ«EÆ…°Ã@ÜÈŒLH˹™¿%©¼%Ù¿r+ºtê¿£+À5'ÀR Ž(IÅUœ‰]ÅÀÚjª<»[\«]¶¤p¼ÆkܼtK·pŒ§r<ÂxJÇ,w¼Ø‡.œTñWÌrE¤5L¤†Û¨J®‡ìÌ8K ÏGÄþD,§”7—¢»ÍÜììÄLª¢Œ &IÊä†g¯†œ°ª Á»z«ËÅÛ°ðK 8ÐÁ{HËllË.ŠË¼üϽпìzL;}¼o®æ\ È_Û¨„ Íæk¾@+ÍÿXÍ“lÉØ ª™¼Ñ›ì¢œ µ• ÒŒƒ¤KΡ+}A†Î¦ÌÀëüµ ûÒªÜʵª³[ øÌÆúÌÏE ¹ ÐuëË+LМ‹2,Ã4Œ¤Ël¸#K Ñã ´¸; ͹T} ªÙœÍÝÍ\ µàüÕWx %} U¨Ò¯vÖ`ÚÒ0½Ö­Ï‹±Õ£pÏkÕú Âr»ÓmÜÏ>ÝþÓu Ì€-ÔĬ‡E½o4\¸m¸"ÀÔÏ,Ñ9 Ë£ÀÁE|Ñ8p–½¼­Õ½ÙÛÜÑ•ÉÉÚ,Š’ú¥h}ÚÜèjí¼Ú´ºØ[LÓ4]¶6M×vӶ׸M§M ·»]™½Ý×#¼¢‚-nWÌG=Ã3œÔºÔK®ÍíØ>K `SmÍv}ÙYÙ*ªÙÍÕ\ÍÄÞ\Ú' ¥§½ÒP§Îl Ó­ÝÖó<Ïc[ ²\Ùu]Ù·½×z÷½ÛþÜÓ·,²|h¬J9“IÔ~ÌÈ}؃¬ØŒíÔˆü³9;Ûݹ×ýÁ™­ÉÜ­ÉÝáÎÑL,ªî›%y’H¼ÒÈ–Ú÷þ{â«­Þ àÚˆüÖ.覀& ßµ}×;}ãøãtšß.úÛ¿]™ýý¼·l§Ã-à„‹Ç}”’ЇÊÍØÏÝÜ;k®Pm Ô|Ï–]ÙWžÝZ^á[½áÝÍà=Þ þ¹øJâ&~âÏ—â1½â¶ Ûí×§@Û4Nßµ¼¼8~ßxÎÛzÞß{Íç »‹·®‡IžÜHKÈ„¼ØM Ý= Ùžå4ŽÝNáÛíåÞå®É½¹´ú«¿$™‰&>Íé­Ê‹ÍâÛân.Ûqn×4^ìêvžãw.ë9¾Û;­ßA€ë¸îÆüÜçqÛF.™ÄzÔÊÌL¾ÜNÎØáºì@ûà¨Påþ&å’NáÔ®ÝÖ~霽ááâdÞígêhŽâ0]êmþâ.n¶©0ç7°v ë7àêðŽßïN볞ç}Þë¶Läsºï„.§Ä®ä‡®àK­è Þà:›¹©ð3ÎêŽÓîîênééNÛéJ{ñ æãÎæ¥îÖnÛŽ¾ê•Íî• ïïžò7>ïõNï.¿ãø~ïû ·4Ÿ‹i<ìÅŽ‡ÇžìÌ=¯Pž³@/×Ï~3í oÙ)?é˜MéÖ®ÙNñ¢[ÉÞNæž{æ/î¤îñ+ò/®¸ï­ 2nòëÞî*_öñÞò-ó2?· ¼Æù\ózxóþ®óH[÷JÍØ7±M]´S¾ E¯îË{ò¯>øvμ/ïPßô‰_ɪG¬‡’ u =ÃWŸæä~ù[oî±=ò¨;gle-3.1.0/doc/html/edgenorm.gif0000644000076400007640000000653007326107675011774 GIF89a¢sôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ!ù,¢sþ Ždiž(ú(Ó¶‘ó8ñL9wŽGDñ>à¯7 æx;]ìö’)RШtJ­B —Âá’ym4\øñÑÌe2-^†káËe­ÛïxÒjÖt/‘CIFƒE…B€€cq2. y‘$X[,[^^1›omždŸœœ|_[ZŽ’ª«U/]0š^:³‡Dµ„€fD¡M+¬¿À'XZ\¥¥ ÈŠ~¡ËÉpÆ/ÁÓÁ½]Íb³8¸¶ÝÜIÌ_ŒÔä«•Å—3™¥£¢îíðîÆNèå÷®| ppÚ9º¸íŸ'R¯Rá[XçÔŠbâfÄ›ø®b»yúè0ÜH¥W¬vˆ¨äƒ'þÃÍãÈ2Š¥z˜Äõûh±æLŒØkÉÓÆEþ”…s6TèÅ/ {*Í qÞM›PãaŒ&C©U?%v ™­+…”_Qr%ºòjÏFÅtÆü9“"E­Z×eb”v§Ù–lcÁÆ·hß§¥îr$`Ë:µyáF…ª8ë+O“K `‚,"êÝ*”¨çÎFiÅŒyÉ«†¬ u–‡åÊ^;÷©íÍófæ‹2d§QçŽÀ²eÌYÒäô¹/¨·¢#F«\¸â_¢¥«99»Í·½wOXÏÕ­CI€9Uá9;=ßâ™LÉYY= è¹F‰é̵Û&þ¨›‚´-èàZˆ½¢f­è í]f {‰áx ºUÑ} *Öœ¤w!p&Þ‹ÝÅãŒâhóŒf¦¡giÇ)çljƒ·‰häb÷Q@„’@2IT Å¥g¾a \cyáƒê4èe—`¨“!‘94|Pi€`è™–\p)gNÊß%*gƒ“LZ@MÂÉ'(И6åjuÑef‹Î9§sÊ(©wŽá( ˜Vªé>r¨f• ¼'K ¤*éç©þ9Ÿ¦¦zêª}ÆJ(¬¨Öêê­¶žjªJöšª’7¶`(OªAFà±ZP £9,ë@¦Ag´«þVKíµÖf›é¶rrëmµßN[)1–xÊ’j¡î¦ÓâJ+­»ÆïŸòÖ[/½öæ«ï®®òk¯  © ¬¹Q±”dgƒ³pIí·˜îºªÄñÒZA¼ïš±wŒqÅ Ë«ê«!‹+.JYŽj”©û ¥ú+³®ûÖlóÍ8ãìëνº‚Y À%çe2¸HoKñÒsü±ÆO;]óÄMÿÛ4Õ[Êì6˜×€¹å@i>Ðè´3ã‹oÎl·íö¾÷ $d÷w•¶Ö€W^%í÷Û€n/Õùj]¶6,5Wv6g ^óñR¾«å`®yåœ_ÞyæþnóÜ+’F9VÙš"ÿüý·ÇPÇ.ùìòb]2ß9Pgá4©§áXЬö¼´ë»¹çÈãŒyÎKŽDu_/0 ‹U"С6']üö‚»mú6M”¦a–¥ðÄÏ~<èÉSî>èïÇÿùú:wƒCJ¥E ŒÐÄH‡®ó÷h3ÛQld‰E€€ŒEi A™®&¸õYp~l_u°Ð€|*‹pFH%JeOiLa͆ç/UIETR+øçÀït(W¸Ü5(¿Â}@ÜáÍî·„lâVñõzɰˆ&-àQa¬cFæÑ*ÖÊm>Œä%)? Zrx|\¢ÁÓL„!a%Îób°KSQÛ ø.S5IZœDYH¨ –psÐG©d¯ ²ñ—– âçÜHÁ[qJ \£!!4þuMC¤¬„ÉN¹Êjúë•»¤Àtꆠr„cÛP.]3¹±jmmkã$×)É`Ò¯˜­Òæ~èv0ŠM„if…*tž~öYs‚ÔªJkºíQpòB{ð̆ª&Ÿ’@€ØXÄMä( rË(þ:! Laº³{¿ÝèYQ{.ÈgJ[´Ï®}okô¨L Ú¶_-ô¦» Ûq|#Ñ”Fb¢¥Œã¸Y%ùf¾ü¨R=ÊÔúùŠÀB*ÚàÜó§)5@ÿª×𠏡uÛÊ¢iоÚjY‚oˆž”žN)•høÚT™Ë¼Ô+i{#Õ 8Ô‚$Ð)ùÄöV¬†²X\µžB1H3 r£-æY¿GŠF‰J @a!q€|šT \gB"Ù¼ª¯£Ë[!ñxpÖ†…ˆ(¢NMãSI @³qm"b”œ>vë·(daYi¸Ç:–dòˆH ÐDÍnö¸å_"þ(Úie ’--Y³{V#ÒÀ»7J"{<é\P:תx¼e,%tŒSF±[Â…ìöÄú*S5?…|ÓK€ÌP³‰ 0•bIF„ôœŽ”o¹;Á#JD“œô¤é˜Ùç2ó¶ˆk>%ªšg*Ì!§N ¤£—¾ôešqa¥µa¡±ÌeéHØL‰@¬¸­s»à !s½…0j¯îKª7ÆW¯6Ãd<Õ!ë˜[AÁ ÿþBÑÕ°†½F W ÿHAVÜX2£Ø±…p±@d\Ñzr¸™nÝ ÐL*C†l(›§ón1äF28Á€vU“=:©þ Ê$ÕД•þicïË*t€Tw½&ŸI¨¦K¼iKYÀÄút´ e¸´2š—a u#UGËÞð†£TšÒÙ:ÿèà Ü+^/9Ðgý"œ×Á´9Ÿ%lJ;káU@:˳žô¤sdWë.¶Å&µ¶5 °ms:€)NªçzÙ|:W³¨ÓqgSšYÐÎ6CŽ#Ñ‹XD‘Ú{g¾¾·’NRlØF¼ÕPùB«Ä|2û€õ¹5›^¼­fÒ.#°GÀ|׈™+hÒÏzpY5¥×­šÅ0>Î òܲÇÝ¡Ýø9l’´Ü{vn4ž‘w³çæ&]øB®ãórX·ý3€E-:þO—ÑÇ/H¿HŒå0t7ë–6y›=gÏÙ¹Tžò„y$㢯—Þ°ýJ½ï'–°{WìDÜøtZ€œ ã|ÑÓ,§Î,Û}ê±ÎjÑ+tÖ4´Ë€×‰585)é¾¶æ2—õæñ³ú¶wgÉÛse¨`´õ±mM#F'ã>³ÄæKÃhÂÕÜšµ{K&÷Êë]ïrµ,uý^!÷¸lœ‹T{ÑÙ<îqËž§¬F=ëoÜ“ÉcøÜë¶| ^>èq^÷ÐϽôµ¢üE/´öÌ,» žzâ+EàoýÔ¥¾p­âÑã ‡orÎ¥pèjwÑø€í6Qp§LZ÷n4Ø´=´Æ| (ƒ2ƒ„•YswuxÇzÖ!0,ˆ‚Ñm°wXHˆ…Pø„xgÁ÷€w—…á·ê‘„Æ7y¨Yɧ}¦'6 XGZ—†àIh؆o׃Ûç€bhY8|2)~^Øs•gMøf€Èw?ˆŽ§eÍô€çv|Y˜áw‡&à…â7A8‰ÎÅleø‚™•‰Ù·‰™øƒž¸}s(wÎ5w’X‡Yþèˆ(~G( §‡á‰Ãׇˆ8‹´8~ChŠýçŠ[¨‚¨x°ˆ‹X‹³H‰Âh‹À‰½Há׊v犌Ȉ¿Ǩ…Í~ÉXÔ¸Õ‹Üø¼˜U Š»HŽ)ÈŒ7¦‹×˜ŽëøŠî¨ŽìÈŽ)¸ŠF(Ž ÔøŽúxŠö¸ #ÔyðøŽí8ê(y8KvÔwÀ2¶¶Y? X ùEª±O åh„IÙ‘å¨EÍÐe T‘‘ðY·Æ7¹’¦˜`"Å&)BV{Fñ[cZIvFZô3¶3IteQáH_†æWr°8Ay#”7áò -À¥bÔX¸C’@Ù”Q€’(S”t”8ä 9L©•×Q“^Ó8 .:©Z¸rq¥fy\‡KÄf”€ƒ”~%U®P–s9#ÔO†á R™“WS•Yä>0%ù—U@mv©’_Ù=éÓ JÙ~é˜P€]¦–eF™oIϳr©™TÀ#?¶gxù6HUO†™Yiš#ð‚©„é[†9Vúb\‡CeS²9™,b¶šyY™{y™Â›Áé+@J¸Cf`š8…L*œ[Yœ$–`œ5¥W…öšÂW;gle-3.1.0/doc/html/edgesweep.gif0000644000076400007640000000643307326107675012146 GIF89a¨nôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ!ù,¨nþ ŽdižhZ*Ë<Œã<³Õwn;ÔÞß?žo§+Ö`2CñP0TШtJ­¦`´ì°ÇR \08ò¥Çe2OÝíÞ´Ø—ÂJ¯Ûï«ò¸£é‚€C@‚Bƒ†}3/r/xŽ&X|4m^l˜išhœ\Ÿ…ˆq0‘¦§uL,‰I”D¯F±°³~G1¬ªO¨»¼W/|[^<`ÄaÇÆÉ–ApŠM½ÐÑ.“Zo³²Ù؈×ÍXÔÒá¨ÕˆËÃf\™kéìçõ޺â󎋬5­µÚû´Ü¶I1ÑxB%µpáµ7¿JœX% 9ƒú¶ñ“ÏÕ7F(Š”b0˜Bwžþ@©ä*%J! Žœ™ÂÞ­d<<ȯc7>ƒ ¤I”ÆW *=ÉÔ_³¢D pðhɃ7¾²jëæT¨ X  `K¦MÚ´GL>fÍ.06š ¦:¡zóN| Þ©%ç=$ŠZ,QÀØ‚º¨#ˆËÄ™+ÂÛØª=¤ím9Mâ>†ü/‚%Kš€ôøªO¬ƒ[·Žh‘…ª¼sH×!k–ÔežH× o;äuVJªŒÖ-…î½ Wýíkxº ÀÖ«_ÏŽ}»ßï…YÉYŒ`9scËVv 3öq­ÝªaIGœcÏŸ(Ÿ7µtWnÉÆÕ€h9Ì$þÚTté'By½E‚±Á§Q?˜=DA‚Ñ!:í}£œƒüf›aZrÓv,jçbw/î±L1æ|Ö‚Y 4¨„ªXƒÒ)dD ™!lG'؆Dn¤“L>©‰(ßà·£^þµ2HCvYä—@(f^ F™DŠQ£"8êMhÁe“tN`wæ‰'žvòygö è†}Ú§žˆî™è¢ŠîÉ$¡ž@´ XàÅØ‰|,ƒ¦BZÐé§€‚Êi¨¤rê驦¦Šêª©¦Y}ÄPƒE•ÇÛY•x¡¦“yzh£‹§°ÁæIì±Å&«ì²Ì&;,£zÒI%rþ¹IÑ]Ï©vÐ1gÉê·vî©ÁVP¬¹åž«nºì’ëöÚ««Åä ~¹‰Té­“´±ë ‹6+ðÀl0³À> éo̺ÀHRYºH×iê­ª¦š o±·‹®‡¼î»¯Ÿvv k{åe=ˆÅX„µ¼ê­ŸŠ¬óÎ<7ûlÂSº%LjUú\jÛÓå·âŽüqÏPëüìÉžùÎ -[ŽXÊÑLŸ¼&uÁ[v°g[öÚf·Í3Ðd¨Ñ°\ $ÕTzi+§Ò¡‚ëôÈc.0Õ¦ª¹•.Ãl«z>ÑmØÆ 5Ûh»õÏÑB«\åÍc´^þfå£+˜}ûÙ®ä¨K-/ŸL.鬕Îc€rd‘ãxÐNn9åjïî{åÀ÷<ÂŒ‚艈ci½KÄGW¦Ó9K«j®È©W/ðÔ«W&3ˆ3ø2/2OÆxÒ_Bþ,ê¼§ÿ»ðì§­z£e0¬ ÃÊGV"cz æ·xRoýÿS”¡Ê«¹¬nиYjg™ÛI X‚S_åÊFÁÞUð‚lßúÜG, -ì> PNìâÓ0&KúãÎÄ4€0ìà©ðÔ­i5a1ŽA`/ >ÊLbKC2Ÿä$¨Áà‘ˆäW¥òP‡»¨ÔýÔC±\ÙLM){a ·¨,¶Ž€¯ÃþWyP¿G$@2´ë‘„Ž!Äóìˆmà38G$.˃LbIEÅS±„ü¹Tþ¶¤&1¬ÊtîÂ/W2”Ù̆—RN¥ÊèÄ oüZ£1<ôDUŽFÜ åÞ§°%B„2|ì…T˜:'XfFe0Îf97.j˜£!:V†5Ñ’x8ã¾Æ"¾Þ¤p—òdÏ@IÇf2“wă_ܸ· >€dŒØ'&¡`Ø cÙ—-oy½baO—†£¦zp“C €–&13¹7vp‚‘Û3Eù¶D¡ƒ ¢ý@€>B¢ –”¢ ÷'´D ±¤å¯È¸\VíCõ* þz$9Æ‚. •âZz¼V³–Ä-wù$?‹ÈR;vÑŸbïBb"À£Ë+èM?wB†R8±Œ( !'¢"R‘[DªçµB0ŽB=b”"NsªPÚs=ä[ÇQ:Nžqðx”i76JÌ3T•–¼‹ñ63jtst*”‡$jκ"««‚³¨¡´½QÜ “€œ** M±p-„ŒÃR>qÏ?‰ ¯:Ûg?á÷¨OÈ/¨Ò<pFKöBÕ¦dš—ÖX‘FMM­ŒJ×Y"ugJ 'S¿IʰSª–4h$BÒò̪X­ØèôXЬ¸k@CSSæïähþ ºJ…⦕ °Œp¯Ñ'µ6‘v[lg)¥tú•¹œóm6Ý ê “‡¿õ!VÿÐ’1 ¥Æ})e¶!Ëvƒ¦œã#Auk èòV´×m+ ÷FHY¤aQåÕ´ —j¬k_ƒÆuÚtŒi-¨¢1Ýx–0| ®o¬¸ŽNœ¹á…l-ëúØ 9ö‹2ýLœ ºÙ›Ô³Ò(q6ÊSì89€(Du)á&_X¶³ä¤” è2ת.ËáM©Ž‚ °'þí­hÖMù¹äŸÉ„±Ød¨f˜2iš–ÅëлY³f³#î²*Úmút5Wi°’,T¹:µAô0ìþ³\ç…£¸¥.òŽ=‹VžVõ¡vƒ„Lp’ üurm|ßP¿9g¾l£EcUçþXÒôíBËg"³U=þY1PÏA£A#ÚL®B´¢«üß&ŠÒ¥î¬íFÝ/›¸·"í㜱iÌ¡¾2µ¶·½íi²$™í M[]Ö'ZòËŽÆd-iZ’­·6K–6‘@ ¨×)rÇ 0â à.A9·Õò*© ZJ3»ÝÕY [ \2ëÚ›,Y‰ñÎ0ñv¤ZÎçí7z›ËYÎæðÕIÁ Üî´Ò„ÄT°Š×#¡×A3FP)¾ÑY=:°|&ø¤Ó]iI6ž«4ëìÄLþs‡#é²fNºÄ“î¦Û ܘ9 (ƒÊrÛùÕ„Ý9MF>]I‡x§ïN°‘å­FRP[dzÑñÙûM™%ਦ×õ­ÀC¬sÐF…ݳ¦nˆß+[mVÚTg¹Ù«ñVÏÐfðoødþîq‚¾zÀ’.xQv>ò’¹ÏaÇäØÛ›õþìžo"s7¾@Í—ç½;Í&Â)?i°ì|õÎŽYÐyßho6ð4û<âw¯qn?ø!·«Ÿøjt ë’¯‹°nÖw=ï!þzŸáý|­ר'»ö÷òvë›­'—jês+éYÏšùË€nœ¯l¯Ì!]8ã9‡û¢Û?ðÒîZkO{þgÓøíw~­ÇË·|ìg~'}D–y¦y ø€)'¾…lâ·Jt‡p\·nËç Hr•u{ ¥pÐ6tÂÇx™Æq)˜‚fÕxÄ7‚²wnÔ…|Îç " `€øÏ—€—·€Bønk5„F˜pØnyÇ~W€ê‡ƒ"À„ìWPK¨z3h‚&ØZhXüçj0(tñçþGƒ«'bR…&Ѓj(…hyчp˜z`'‡—ÇgoH~Jh`\Gy<ØhˆR8rXƒÍVˆ@tb({ŽƒŽ÷~‡({!HˆÐeƒ¸‡÷‡'~¨†<Ȇ¯‚UX†«·„¤€þØ|›¸‰;ˆ‰Sˆ®ˆwí'в8бh`•øŠ”ÇŠVÀ‰MØ‹“†Š¨ˆ‹–(Œ§è‹©X€ºhÄ8ŒÌ¸ŒÎØŒ\—ŒŽ ‰Ô¨ƒÇÈèׇƨ“ƼØÙX;˜~Òˆ ÏxŽÐˆŽåˆMFsŒî¸|ØŽòøôøŽï˜8ëˆ Ã!èØÐxJ5•æø9Ü´7NxâˆÖ˜Ôè*G°’$§ÐCóÅ7¥féÈŒ4–9 27N$‘V"¥µ]ÝB8ïƒ(RIø’°/ãsZi–RåOd0S¢Á’PB=UE^ Z&yGáå+QB@Ÿ‘^8iFxã5@%)cT<¤r“Õr”•H#Ù“Ý•=N¹‘{åTß°’TY‹cL•ð [•3¨7‘be%ai: ä㓲”È"”P’QS;oi2S¿ðm$““E“?YCó=})£åJõD—®u’]©—ãÑ9‹icyF\Ê$9jö2)—Y9H|ÃBñbaΔó’—öWŠ9š)pɃé™Py˜š!;gle-3.1.0/doc/html/endcap.gif0000644000076400007640000001167307326107675011432 GIF89ap¾÷Uÿ$$UIIUIÿmmU’’U¶¶UÛUÿUÿª$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ÿmÛUmÛªmÛÿmÿUmÿªmÿÿ’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ÿ’ÛU¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶¶¶U¶¶ª¶¶ÿÛIÛIUÛIªÛmÛmUÛmªÛ’Û’UÛ’ªÛ¶UÛ¶ªÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U!ù,p¾þH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤ÉU¬T)³²%Ë3dÊ9s²¦Á8|âÐÁ©³çÎ:=þ$´›5ûðáC§OÓ§N£>­3•Õ«uê %¹”©W:L†[ÕéU«h©nù‡OÛ·nã¾¥3÷]ºuìþÉ‹OÞµùø,˜Î`?†#¶»ø®]§â@Ò}HÇÚýèãtÖù÷_p#ž¨dŠ;ÀT]8âè]¿mqWö–å[’\ Mn˜˜‡d)$™CV¡ˆG&鿉*’5[ƒ/‚g'Ž/ê5£•þeéG—_†–!NdÑ1&e@‚—èâ ‰˜‡ ®¹€F‰ œŽÅwç¦QÒ ! †zå¨rY*˜õªê™g™Æþiàñª™@¢‰&b `›mVj\}cÙ†"§Ä¢hxž:Ö•R|j‰ 궪¡hB–諱Î*k¢µZëã†FNZb|ÐídVdæ+«(²[,²Ü¹ØVTXÖë¬q¨ZF«Þa™ÿf ë¶ ,Þ¬¶ªº!N⊛º…–dÃf»nz`œ­»ê/mOú7a…Ñ®Å/¿?þkËêrjX\0ÁÛ6 ©Lš›’ ˜ÄTMf§ÆM4ÆwÝ®º´Ù%UN#ßX²MUìK‡Wû«u¶iÀÜun|M3¶4ÿ˪‡ªúd$‰n&ÓÕ,Ç-óÅam÷Æ3}þd†ReXzfrfð‹õÊ-{vÌa7îõË“m¶·hÚS¸nþ·V0ÕøËw;^÷Ñwgì2Ó“”Å ŠdnÆìi˜ÑuÌ·+Î…ãŒ?î5̲և_MÇÉ ï7][Å~†žË³ô‹öõ^zÞ›®lô†%²„HUA8³«aûï×7¾;Øï[ßûô·,|ñ'Ø~³•ÿüóÔ“•õÜ@@°Ð jIǽXEqž3 L¢&8ªÉŽvfPnÇ ºaw ü ¯×;Þy­kÃCÜì®¶Â}íË5Ô±‰Jþ—Aö‰® nƒp¸;¶ï‡þŽ3Ý܂DzÎn&/Ž[*xóqÎvì`§(B*ÆïŠ& Õ7»çÎ U«ÂkSdá‰1K# ¨Ã0ä€o< ­'D!Æ ‚f€ÉZ‚¹ÔÄ|X Ô€…4HуS ƒ«ÈHªQ·ƒâì&Æ*P¡ …áþ˜,œa0£¢ÛøF7’rwÜãGÂV¦1ƒ°ü眘?šÄÄ )ÅF~0 `P$0}¹HG²ï•„ì"ÀF'ú +d9‰J:©ADŠÐ”np£6³ÉMRzŽ`K KOVáŒ*Ád]N]š \b¸ LzÒ3˜øþ¦íùK+"²š‡,ä.ß Æ@VÁ“I€ÐÉOZS•¥f&ÚÆabó¢oìÂGXM˜ 2ƒžÄÂÏxP+Ü'* e(<¹0ÏyÖSŸͧL9Ób´šýd.Pž>“,LY(5A¨ÈlZt¢c˜h’:Q£nS›M]%E¨QG”Ÿ)¬àS©ô¡$>B;±ÐR{¾4˜KCZÓ*S˜æ“Ÿp-*K;Ï]ê íô)|„žä¤$VB']zO‰RT©L`êR•ªÔ`2–¢Ü„èoºËNf¡> Â3ã€R’aCèYéy‰²U­¨]+jÛÊÚ—šÕžeþ­h³0¼^¸õx²Ï!´sm,c“:†Ä.–¸‹EªRËØnuw]˜'Ng+XÌrU³}ˆCQ<ËÐЖö»a(­jÇ›ÚÕ–Wµ¥}­k[JV²Ö¶ºbÝ+Là2Äádž¥mÒ‹Ú‰&– aøoql\å¸ÀŒu¬D»PÏØ vDÀì^5{<£lR$(ø­~ÁKÞÄ. 0jœV‹ø´…-,ÀÞ.?>ÏÏøÆ3!Ÿ|†qûÞc¸öŸ¯ÁÖqþöÓã€ôÜ>êÇ/þ²s=ëèǺúcƒÚß¾q‡¹õmŽý0üÄÏ¿ñ‹øýŸ×§z¤gz÷{ÏÇí×~L¹—&ÁW§}YÇ}8xßw˜hzßW~ä§q5€~·~,P{ðw{)P0÷€H`øg|߃÷3Xƒ‚Gƒ7¨:¸z‚öØÇðÇ€¸WP{ì§}5P8@È„…Èß…OÈL˜…MH4 0P_¨€î×y*¨‚vGoÇ~÷WR¸R¸ƒˆ4Øp~§×ƒÏ†&(„W}&‘IØ…Lè„R(oxˆþ‡h…R¨…KØ…]†1ˆBX,P•7I¸„Šˆ<€nø‰ß'Šr8xRp¤8‡¥H‡¬xzKx5±ˆ„|È€˜è,ˆP€½8ŒßgˆÄx†ˆˆ8pŒÈxÀ8ˆJ†5À‘‰•Ø*(u%ˆ²h…ÊŠ (ŸЍ8Ž£HŽ8ÈȈÜljÒ(„“hHG(À‹É˜Å(;°ËèÃhŒiˆÍ苜¸‹Ò˜-  ·Ø-ÐŽÛ˜ÃŽàøŸ˜‘8 ‘¹‘IŠáè‘QȈì8‹ (`ÙèŽøŒþÈ/©þ2“4™ÀŒ÷¼Ñ‰ YP¹õX.©ýØ<“K©”ù”J Ž•T “2ÙŒFYí˜ é%ÑÒÈ à’"@ŒeÙ$`•jÙÉÈ–0™”Äè–ny•ÁhcÉÀ• ”*I •F©M)•KY˜„y‘†™˜‡©˜U™Y—7©•1ÐŽ É•Gy   P–ž)iš 9šg—ž‰–¤™šiY–«ù™8É™š x™P™`‰Ø8˜ž)šK™–KY‹9œŠ)œŠ œ£¹”ei“Á8–’ ˆ  Ù—#A›bÙ™Ÿ9š¢þ¹Ú “Ü)œi žÝÉžÙ™ùc)›yY›Òy›Bé—ÐFY–â)œöIƉŸÄ ŽúÉýùŸ÷iŸÉé™É›cÙŽ”Ù•@!¡bÉØé¬é¡I¡ãy¡Ü™¡J*¡Ù)›9–  ž´ :~™žØž£Yø£*•3 £5ªŸ6*0ê¢Ùiž Ð?Z›ìÙï)Ð#Ú" ¡Ú¤Ê¡%`¡õù¢/*¥V ¥Nš¥ž)¡Ùé9›ìi¢@ñ9–jŸ`£2º¦9ª¦nʦpZ0¥=šžñ©CªC©Ðª¤Yú¤ð¤þY¥áÙ¤†š¦ˆ¨ƒ¨Lº¤" ¤^:¢ Р—Z(:¦"‘ ° ¨‰*§¤:§sʦ:ʦ¦Zª¬ºª¦Š¥Z–Jz AZ¢·i{ФKÊ¡य:§*¬XJÄ*¬¥j¬rª¬Ь‰Ê¡ú¨^ ª•J›—ZP$ª€©QÚªà§øéªàêªÞºªŠ­‘ú£Aªí¹ #ѧ ÐôÊôÚöZ¯Îêûª¬Ãj¨ÂÚ¬ð÷š¯øZ°˯°°‘꓊¤–Š©ÙZ**°‘š±’ª±K®Ûª»±"² ­’ú©ñ±ÑY úþó*©ô©1{¯2Ûr:°å*§3»³0Û³5û³4;­ P©}z­-ë @²#»´"ð± ´PË´Rª(»à®&: P¯˵^{°újª] ¶dk°f;¶gK¯ °D+±À©!!µQ;·r[·t«±U«²P± @˳ë³A ¸ƒ+¸„{¸ €¤ ©Ù:wk·û¸’+©–Ú ­GÛi[¶hÛ¹_»¹ ë¹œ›¸ŒË· 1¹¨¹ª µ ±,;†»;»…K»ˆK»‹‹¹¦û©Û»«û»‘j¹;¡û¹¢[¼£›¼Èk°¯ë¸À½¾û¸»»þ!»µ›½·«½Ø»½ôš­¹ŠÓ+½ä;· ¹±¼Ç»¾ÆÛ¾Ê‹¶ `½¼[¾ô;¾û¼°k»Ý»¿úÛ¿Ü»·&Q¿l¿ÚÀ̾ï{À\üÀ½+¿§Ë½þë½üKÁ…‹¾l¿ ¼6‘À ¼À"ŒÀek|ÂåûÁ\Á¼ÂÜ‹ŒÂ»#¬À$|Ãc»2Ãu»-üÃ,Ä `<¼Ã$KÄ!ŒÃIlÃCLÄF\Ä’ªìÂTüÃÐñÄX¬¤äQÃKÜÅ#¼ÅY¼ÃÄSLƇ‹ a<À*ÂÄ^¬ÄÛ$i<¾MRÆB\Å5Û$ž‹ÇáÆ~침|<q¼º,Èt|È+\È1Ès«ÈÑÆlœ¼Ž\zÜÓüÈulÆQ|É‹\É!ËÉÉ~ ÊÁÈMLÊ¡¬Éþ‹Ê Ƭ¼¢,º¯ÌF<Ë aǵkË·|ºìL¯½ü)ÌÂ\ÅÄ<“{̱¾ÊlQÛÌA¸Ðœ;Íq¯ÖœÍÚ¼ÍÜÜÍÞüÍàÎâ<Îä\Îæ|ÎèœÎê¼ÎìÜÎ&;gle-3.1.0/doc/html/facenorm.gif0000644000076400007640000000631707326107675011771 GIF89a§qõIUIÿmIIIIUm$ªmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛmUÛ’Û¶Û¶UÛ¶ªÛ¶ÿÛÛUÛÛªÛÛÿÛÿªÿÿ$Uÿ$ÿÿIªÿmÿmUÿ¶ªÿÛUÿÛªÿÿÿÿUÿÿªÿÿÿ!ù,§qþ@€pH,Èä°¡ˆ8œNREJ%¬ØëiËíz¿Ûlvš¡f O…rÍn»ßp$‚ápÐëK%“¯œF$#\Va`_V‚‹WTSSO’ q•–—˜D M’QUZb‰£‰‡Ze$¨h”™¯°±D wv{}|¼€¾…[‚Á¤…‹»¹$w­®²ÎÏpL¬ ¢¦Ä£×'df¬jÐáârw¶º}ƒ‚¿ÂZˆÙÆÅÕ‘hÍãöâ›Óò$ÛØÙÚ†N RE«z÷Ê¢e‹N.=»|õ"Ä®"1FÅþ Ûµ¬–²¤u¢öiJ¿¤¶u#ó ¤ËLsꘃˆnÅ€îˆÁc´o$þ—@Ûä¹ï$Ê”®êô3¨S$ ëÜz˜L¢U`XÙ%ÂÈu㔎MŸŠ] MÑPh‚QIe'pcã‰y M=éò²3å¯TFž%Iø”KXÈP³ª]›´ AƒL Ž*š¯ZFŠ«–^•Õa&Y®HÄÕ/(j¥ª–¥n‚@w&U½7söeì™_`Ÿ ÄùÀãK:»mµ¢Æ©–Ba`ÂñâÃÃÝbWpÊS/WÍœ;ëÅÏŸCƒõÞýVöX F[G®çôòÄh³8gÖõ™·z˜‡$ïaBu¸XAÖÕ&Õ9xÙ¤Níèô—#¿Ñ³ ‚ þ×^ÑG_*çIjùU¸Ÿn9&Ý H!`€ VâñÇÞ|ôQx‰yr†ÕVè G£QGâ“GÇG<1_uzHZY÷¡ØÜŠl•áK–©eóE@ååt7#”OÖ…Ë]~Hˆ_ÿì„a5]–I§xÜA%+f&“ T Ú§5)®H¡JoüTÁK`çˆR9¤GŸö±¦BNaU/æ‰äN‚)®2£uyøÞhÆ=)£©vj¬ª9ÇÖ¯—V ?Ç>Bg+Ãmb¨ ’ë´°VË+¯vîE!RêôZì´é)+œÀEX þÀ™e²ìòƒV»È+/²ŽðÔOøÖ«o¼ü¦È//•–ªG …mâšÐû*±Ô2,®ÃgVH¶ß’‡f€v˜û”\)íÃîö–‘"BïÉ&§Œo¥Hôo»$*H°X{w¨×VLq·zÂc?oô C 4›M¬ô„€<ÂqXÚA3cYãËò²(Š£\¤ÉŽ`QiA5BðÀS´èXÚ97¼ôĨ2ý¶ÑB]÷ÝD#ý¶Ü=ÇC¬©7‹¨ñG 4på• OÄbN]7îhÉí–}\PµÔx– ß$w‘‹Ñ7Þžï—tÓ! ¢WÂøÒiWCžu…x2îøþ(pQ;í¶ÏÆØ¼“f.!Ð)¯~²ùÞŸ'ºî‹éÉ™µÅ:hg>MuЃ;ìÌw/,¼¼Œ¤¦BåtŠù¨ÈËíýúGÎ ¢4YÇGâ“Tm¿ì«uû û÷†ÿ¸;JïVr„¯!–9G5Žw¼ü­otz‹¦¨ç‘{ «ÅØ£¶¥¿Üá(Â’ðbj A$13{Ð">wØ• óÀÀ·9ð†ŒÙ]ka«qÀð‚£zD£ºFÂ"‚°vH<¢“8ÂîþñÕ¨fƒ½pNTOúlˆÃõõ #Å«N¹*(jÈ Iü5Äű‰p4¡þç¨3(kSl!4¬¸‰‰ê[ä\½¸AwTƒVÕ©Ÿ1½)béb%aã—Ž’Ä7.ñ’•TbO˜ 1eÀeõ€ÁÅb/äÎÍxËÔP}ƒÌŸÈ<#¹1$,¯@c-@£^æÁeiÙ%‡IG9nòWX.Å„22•«Œf‚â¶ÅXÞÐÇ„ÉM=LL@#$‰%¬M²ƒ™L'&×™Éc~?*ùd(!Â&4 P-СE3b¿°¦*«Z2cŸáØD8Ÿ0NZ¹ÎœŽ"¦;IÑ'>˜zK8÷¸OgÝAš ( @g7‚I›(ÍæÓÐþ4 ƒ!gáÄÇÍy=”Î!¦:™XÑb˜XÈ@ýZaO|ê³r•‘ ƒœ6Ï9Õ¤Í#hGš´ SÂB1åÒ4ÒuÓv™T¢% SøŸ­î¥FuPRípˆ•ô©P]Jƒ8Ô' ­Ðh@>µ*¾ þkE` ¬O}*¶HEGRCÝ^Ÿq×|"0©Ê,!઼¸¢D…Rü2vW«¾«Ï4ƒˆŸÝ°O°^Ë Éê ¦03¦‹uF>÷jE99)² ì–n±24¨Î2IÜ -&±Ë]Æ–±X•éBÉ$ÜOµ_@-2ǽ+öºq)ó˜O{t•¡ÝgpKþ'¦žÊHT•s~«§Ì–)©Œ/àÝÎî…ʵŸ%ÉßX>W «¥BÙ0E3“¾÷8À]ùßî8aA‘Ýn0BÝí™6OêÛo4%¢ƒò!Ç…)€ßÓ!jQ“ƒuÍBV· V‹±ÌòHµ‡¦p,xQù`I8XGé²€H—ª"ke½ÀÙêú +bUøHcÛ_'pøÊ‹ú¯5O2…TtYFµ”±kÛãó» }á×ìc†þ)·y±°‹/ŒLC…&’À²•aôÌ'ß5x³ÕkrÓ†âÃA Tð²c¾ÌhÇðŽk½ëv ûUÈøÒÐë35 ”þùbõ»wí±¨¬#òf‘†ÙK5¯LGV»ú}—º³¬™œ1?û9(ßíó ™ç^[YA4gW#MlI'úØöò¥ëÉlMÃö™N)€­g{Ô·ùצÒ«ÝÇíVúÛÛööédí^ÁX9¾N¦öŸ£ý]A#€™f¬g¼0¢EÛ[Ñø.¶¾÷½ïI»èß©Èt~Ægx,9–vcÓÌ`gBÔj[ªÃMñX—›Ô G÷lã¸Ì·±»Ö'ºË‘Ït«À6ø’Åoc™ÖDm¶Ì ¬×›9x9V°Â3Î`\ù\¸‚HÅÁýmq=Ü0¯Ï_ÈñG™0 Ÿ2àMõzþ&ýzaÎ:¦·.¹«3eÌcÆê›€›ã:áM¿ë–ŽÔVlÖí0²œŽ¢D÷¹Ûj"»Þ;Lj6‹ÝŸn,ÚŸ^›ä…+9¶Jk®;^ëZ÷ºhÞØ±ßÕò:OržvÃ+¼@½~neCÓçô…>´êQÿ;ÆO#ðQù6¢Î#Àò·¯|cíãú®¾øcòÍ;MhzŽÉ{g»×îÿ½üÅ,ošŸuÓðÏÿ3q{õ›=;æ·y³} '~ÓÆp€Çv ¸€ºÖþ€³å€²—p³‡~r0x¶7v›¶Oá”UHröT ø"˜x#h”g|(xV‚f GJ€ }ëw€¸k.uƒ•ƒáµƒ;æR4hk1„Ç|.˜þÇ‚ê‡JS!H‚Nh‚M…"hp5‡„,X„p`~7€À…G˜vOÆ€b¨€Vô…,È…³G„Xèf؆Vè†þ'oN7‡:G‡MW‡xx„k˜ ›÷|懆ˆ[(ˆ]Hˆ^ø†ˆè~x~{([‰øˆp‰’ÈqˆO΃˜(ƒ‘¸‰V˜‰0_¸T‰— P#Á‰¦8‰,ˆX“Š¢X âU§f~‹8‹²X‹}÷h‹Îg‹Ü YvÅŠ­ iƒ‘$ ¨¨~’dGc’1¿( ¨$'²ÙâbÜ‚¯ò¾¸ŒBqr‹ l´Vi/B`ØxUÏ4<§&dDbdçvö£1ãø ËµRÐÂâ/Èø“àYñØÍhBÔ5PP@ ýh Úx"Ã]uô(ਊ Ž i ¯—Žé5 JÆ‹Y óÈBtNy ùXVÊ’qðò'Y]â™×È’š°úU’)Vº‘±Š8 $ù+êØÀÕŽ¢Ñ‹Cù#¹“Üh’b…’þAüA;gle-3.1.0/doc/html/facesweep.gif0000644000076400007640000000644707326107675012145 GIF89arôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ!ù,rþ ŽdižèI †‚0ŠÃ<M9ÔDA¹Y …"´X*Æa2h uÐÝöP4 "Åíz¿àp)ÑB\³ާ£¸•Ĥ|N—ïC7%r‹Ô¬Xbƒ„……+e h4~7RQOJLutxxm~ŒŠZ† ¡¢#,Y ‹iŽ8zp•®¯—y|œ WY£¹º`ˆ.02T88:l>BNEGIqÉÈQÄS·Ÿ»ÕÖ$dZgi6lz±¯á­wz|›Ò×êÕ½ŠŒçÞmB’âF±OzµU.[ëŠ*…à%‘ ǵ¹È›š4»»®²$ªþ†ö'“I±œ9®BxEi)þbæ Ï:ÛìY‰ö žŒÂ¥àј[î³Qb‰,^¹:0¶ÚjiZ§pÏ4&m&ÞH÷T}-¡f^™ó6EÄý6Ö¥Œ_bb1Gÿ¾ JÎö#!ÃiQê¾ë‘‰n¬¬òË-çá„g3×,3̾ùfç7?ô`$«3ëÃfêIñÆÏXÐqÁL#ítÓI³õÑÆÞ€¬ð W‘6€œ—nË*·Õ\lä¸ vÌh÷pvÎ8}ØÊÌeëa5XV­ }ŠÀpaÄ<uR/úš[FÀf8á3>:¶Ô€CÚ÷¹…YrLg ºáÊþe^çæÝ¡*œþ<|å­@(bh (KáwŒ·#AÀŽøáîÉ&»ëï±.DÕÞ ˆÝ @×rF¢¶kÔr®§yp‚9:´XébVVêÑѲ8FσðÄØ|ÁÊ` xa(ñ0È÷ñ†sÀßü†X¿:±ˆÏ¥+Ho¥³Rj æˆÇE-F Ì"c(>TŒ8¾þ½¾ ¢ëršSÞïGD6"Ñp\㯺ò¼òF£‚Þä”2ÜÍh‹€t›¾ø*Ëh­£²Š×pöCî¬Qˆò‹$%IÉIƱr ˆ¾Ã“,$` ô)ƒ Ï5íÍ6äââ⃣MJ ‡$ÄuÜAªÅÐÄ}„ß#1ÉË7f2‰‚y„·&r>C°…ï¸ÒL‰ÊTnQ†úŠt„> (#åd’†œå²C[Ù¥/-YÉr’Ó’ã|cçBè&©'õ¤¨#zÌbÌ|¡37M¦LO:š b™C`ç Ë æÀY'q^2hþ¸BiBDdW ƒþ<£¨ÇEX/u,d×>‰‡:>N:ÃdAÁ 81;U”ÂÙèt‡BòœæÌ©DÛè¶Šêáת̦ÈðÉC ”y#Ú9ò¸Ç!á{#U2šZÃÚŒ –ˆg!XE*³}ÇkdM{¹SˆÚ2›OJˆ€l r§¥F˜ªºŽ8yQ­–ÛzXWÊ8‘–YËê!Zj ÊÙ’|ý&M?³Kž¢áøœC ¤õ‘¡† ÀQ Ø+ñ­®Åh¡¯òÚ¶öÐH ? U!@ÂÁR«oMŸJ<^%6 |lYLJ‹륦€íE6Û‚DÔóaXmã÷Ò¦j¯4VaþZw@Da_ʈ¹ž·Ž$«nÇÙÁpë+˜.}®+†Xw³íh¼‹×9gAÎm.Ùð1±Þ½j˜ÿЬuƒWÚîíVåâƒË¯Ñ KÔ£Æxá|±Þ>ºÔåŒFlaî}õ¹ßÚÝ•eþ4˜Õ…$Y³…¬ËÕPv™ÆÌÚˆ‚™9†FuÇy ¸ˆiÆ£s‡“ XõÅ`‘O©”ecÚð™¶ŸôpYÅêþ\7dÁÅ¡ÌðEp€Pjs»Œ¾‚Cøªã6/Ö¹pþ©;éöR¶z’ÒÐÜW΢ÈJЍæ²"0EEÙWSÖ¢ô«8\K&ËFzç_MKX—aVõ{µKKÚ"ôBŸjÄo–bb<,QO~çt‰iììJÚ¬^62;+khç'Äßô£ ý\Ó>ËhF‹RkKÝì ˜Î.‡µYêzwKŽÀ1ÿÊjéøàÿñŠÏ®½ &¦„šŒ&ªð4«Žc›Ã~µ®Ê\PÙØ–sr|毂Ìj®j²¼µP¬ÚûÞ×À¸½³šUîz´ÆÅ2Z³¸%Ížç á@ú7ê¸þÄG\4ÛŒhk[/¼^ s8 z¶¸ÌiÊ%ãÝ:¹É_ä7šðîä¼zw“ÿˈ$YæÇˆž÷ ×–ÙÿnòÂî¡ÛýîAŸ³Ï~ôÂÞ9}G€{-2æ¨Ï¼Õ|>7‚³.¯f¬ÖÛzÉQ>öM4°£z1ÍáŠìo³Ãð›w»™Õ‡é,4ätçkbñÎú¡;$Óu³3é—ø [×½ÉOá‘-sk€}&v¬M§éÏ–<`´<Øa‹FûY}Zhé‹WÝùÜ·„úÇ.€¥Gïwšžù;ä&‹ƒ=þò“Ÿü¨è·úÍ0ûÂZ·÷ü:ªßyÜWóÁ> †Ÿ¦þ€úÉÏ6L…±mêç±vyÄiÆn¸‡lcÑyñ³Ô}§ð}¸2!~çg~å—¤~@cgÇæmh}S!cæ^*ˆ}اqØh€Ðý6€DbnˆP8èQ¸Η*ˆ‚¥ï—}#x„~ÀØ„L¸„QjçtÇa$H‚˜(XÔ·‚·÷ƒÖƒ²V†ÿ§ƒ7'€]‚1ho¶lbxl€‚[(ô‡Rwq2Öv–FY~ø„NÈ¢WfY…a…Øvù–ˆÇ¶{&B‡ÈÖ… ˆ‡½'`TW‰§x–xL—¨‰›ç{n(`p¸ˆ…'„kB»þw„Ö¥oWˆMÇtEöŠ´‹DE{®X‹¯èŠS˜‹N·{¼¸&$@‡(8‡]uᦇ“¸yȸ‰ëÅ‰ËØaΘUž8‰o8ŠÔH‡¾¨¼hŠÕÇv¬ØLGˆßh‹â8ˆß(œèP€kÚ2nÓÖí›·páÆ‰CG²ºu(©¼s§²å»—.c¾dìš¾›ùròÓ‰4iÈ€F8ô 1£¦Cºð]S*«D¬òËÚÆ«³&ëµëV­‹%+V°Kº“ìÒ®”Éf<^þÄvÊÝ×ÅKW»\ñÖ½Ë׮߽_ñ;¸îàÃ^cIìeñàˆ 'îÂæ«å®˜1Ý vl6²fC“=h–´Á‚XPC]º5k*¹Æáœ«·6ß¼·÷*ãzŒ·ßÞýêîwà`ã 3¸˜yêÆXpû6³õëÖ9_öÌÝ´÷ѧ®>øüµëÔ¶(Ϧk›+˜®ïqË×M¿=àûñfŒX1cÇý‡Åbµ€N6Ø%˜ v`‰šg Eø]iãUxžy°ÍòÍzöu˜›‡óáÕÛn»gâpÉ¥ˆÜŠ:çœ,ø•‚4ÒÈàe‚G!…âõ¨y¢‹4ÐØS߇ð%þ"’Kâ–ß“øFThe€°l¡EŒñVã—`2˜£hd–eæwå]xá+DF³!“G6I_|]ÐI'ˆGB)Ø”ýQÙ§•ѱbÍ–2v‰ ˜ˆÖÈ™—\ÓhÇAJšr”ªˆÅq—¶v… m¶‰ç§]|Qg¨£Šúž©JÆ¥ž«î×§ƒ]9Ø*Ö ªeGÕ:c¢ˆŠùÙ¯Š6áb¨Ê0VyšœöÙ™ª³î1+­ž®úi-¬X¦BE­·n§«W¼†«¸Œ†öh¤èª¸Ür—’w…¦©TQk=ûŒ¨ª^΢ªo©üB;ªœ¬R;¥”¯+c¨(¡Ä¶×t„«·»ŠÛ+¸Xþ¬Žgž–¦±¦,±ð0<Ýäœþ–ü¬´¯*åÊ×¶|ð)JDÃ…z+ñÍ×-j®¹“ö\L¥+¶ ¦›–ò±²üŒ,§ÉûžÚïÉ)¬2c[+«¥ü 0„r‰U¹8ãì+„eî˜1…)ä( Wñ Òõ‚:ŸÉÑÖýïÝí¨÷o|ç·Ë-8 @(ãÃ߆=q¹?øà°ßùèãÆ¤Ñ„ôl2Ês&Ù4©rÇ Üè}›Š,*×\‹X‹Bƒá¶Þ¹¼êlûìY\öÙ§ýÚ(A`ræEîÍ9¾©†¢ñ%’^×éÅ­ ôº‚‡òÃVykÄŠgv{ãþÜ ‹±äá+JáÈ·È)Ï}üûKš^ºó 7ý꫟ÿ1ö ážø‚´»ã(Ö _‘íb+–Ú2ô ÂÉk[Ò\ÒÚw/øUDÆ“ßó¢g?uݯuŸx]Ìf–½Ê îk‡ØÄõ=ÿY,äå>aAPŒ›Ò.ÈC塌~@ä ‚?…€‚p[#aÃd¾íð‰ô’·ÆtÀ2%Ðw®ùDðÚFÂs¸©xì³—ˆ|HA¹1/ˆKÝ™BN¼®p#¤™öšˆBIìF³{áøÊ79Õx„³¡äE¼¸mN>b´ E7¿F¦1zˆ'¨µ˜}l‰sôŸÍþþ'ÀoMÑ€»ŸÙú¸@OÐÀcm;ÚÛrÈ¡e‘¨‡Š ™æ|‚¡Ø’(G™ž.Û˜‰7*ް+ÉáèèÄp™p˜1IIR‚–v¨ÐìD TR}«£,_¹ÈÚlÓÌøI-Ç”Zâ2)èdJŽÂ $RSa1ãŸI˜xBÿE‘:Çü2GÂOašDEËZÜÒNØà—K æº˜Í/‚ó¡c<Þ7[ΞX´œ-JQ–ÂQ¥xt¾|'dÆ¿S“†ÚŒÃ¸ÁR|®tŸ$ÉYfêÌš¶„%,ÙÄ4› Ð… r^ }D]™ÈMô¨;gFmiΠ¤³£ ag&ùþ˪Â1 qä–IéIL˜º”¥0U¦Xý¹Ì€B“%Õ„ xŠP8Vác„žC×7Q¥ •6G¥¥P—ÚÔzô©Å 'R¬ní’Z…)û—ÏÆ®TŸû+MjSœÞ´ ˜˜fByšÐ·Rá§7ö˜a%‡pÿYV´ši½ÄA-×ÓÏz´ÈºF ‰Zei¯Ø½è,ɩѣø°€,5Ý©0&À«XÅ-·Æ±UpðÖ·¿oKá+Yf¦Å¦¦%vÊ\ÎÒ§Ï}`ú i݇µÎ+w™ºÔþs2åµë”¤%K[ÛZ½$Ìm{áËaù·ŸÄý§}-KзPb­@`sùVóØ’>‡\§kQ逸͉^5wËÖ~÷Á5Ê„ Kdó–× ðzÆ^dvÍ·_2:2<³8Zò³é½2Œ·ŒÕ·¦ÒcoõX.kbIL“ýµœ.÷Ö6®]Ä&ujcÒâ‚]$¡€÷yùù§mîóÝLèAº K`s%fKäÚ*ÁÈH¶¤’•˜Xpp«Oî08ÔËi™U™¤Zβ¨}:j/ÿWa—Cµļê5+¡„ãé˜kÞ˹øÑÿu.œC;ãfôšÀÛmå¶bœçaþëùØÎ­òŸ ÍìC;›Ík>1f]d\ùÚ¤&5•™Ü0nm){™ö*•;MîO:ÛXÎö[»¼e0·úr¬Ž÷«'a4£™§—Ë÷¡íæd;´_üõ\ƒ­“>YxN¸Áígƒ/[ÐÍŽ¸³­hIØ€ÚD~4! éÏ&YÒY-é’+Ý­a’ÔÓÛ:y¹A=êt»<Ô>M¥Ì]-ox»zgšgmkW××/Öµ¿]¢Ó¸Îÿ^¸Ò¹pp>ÿÐP—¸Ô í&Xœ°'œy·ní®¿½!wb/]rpX¹Üh7Ì¿®n.ÿ×Ý5w«-no[Ž úÎûÄsÍw§þ%t~²•Nl…3=é O<Ä!¾÷©·9уŒÄ—õ[žëØîøyAîéPo;±["ØÁŽeª\ì,G÷ÚW?sSÛüõrÄ ì^w}ÿüö}³Ðû>xÓ8Àƒ÷ûáNxdGñŽö¾÷ @áâÓ&¬Š·žb\sݼW=Ø?žåNw{‰£÷|ÚÇ¿ú–»}ÝoO?ìåÝüºÛ{ÍxwµÞ“¯kv=ÆìmðïßûƒŸÏŠ÷pÉçxG`ƒõ|ZwyÕ7}Ö×uš÷qH~§×m¶E’fn)‡zçÆv¸e­OëGs7ç:@{v×x§f¶çs¹·{¦ƒ[þ–tLw ©ö_ö]~WxÅ÷tËÖx@èfUÇ|Ž}Ï7k³6} x}ÈuÙ—n‘vaa…XziG4`X˜…[¨…Xè…\ø…]8†bˆ…7°…7f¨†4†XX„î§sx7*˜oñ§ooÅo@xk·–ƒfM7t:8xA0[4Pˆ@pˆ†XˆgÈˆŠØˆm‰g8‰’X‰”x‰’X„g„6 „žxyMø€Ø…ThIJPIUEŠXee†®†°H†¯Ø…lhµx‹4n¨‹!Ð7Po(ØtH‡w§w=×b/ø_¸'ƒ©ÄnOÖ„~û×g\XˆZhŠxÕÈ…þg¨…Ýh‰àˆ‰âh‰Po›x„K¸„¡È„NHŠîZ#R©XŠé%‹±ØŠ÷8‹øˆ†hȆn؆þ¨†½¸õ6q(Œ¹‚uvÈfñWhótykmõŒ ðô\ˆ¨ˆ‰¸‘¹’Ž$9Ž—Èx„›ø‰,Ù€ë(Š LîO@ 5?P“§XUñ8ð”>i@¹_ˆ‹Yˆ‹¼˜‹i¸:DŒö6ŒYŒÅÈ.ˆŒÈØsX‰k“ U‘ÕÔS OØ8–Û¨f™‘è%¹–&™‰Š0Ï×”è8CÐ’ÈŽ/©b£èŽ…s“}II”dU ó“B©þ†I˜‘¸†Š Š9‰°”D`)•t8‡uˆww˜™iŒò×™Ðf^]ù•^š¡ù‘¹ˆ¨yšÚ(’ŽØ–®É–Š’ç}*–„éx—.ÉŽL2‰d5IX~ù›i“8”‡iœˆi‹C¹œE‰”¹‹I™õÆ”NI™ •S¹Ú©•܉{YYk ž£©Pe‰–dy–ç™–l¹ž®™# —æH—;GŒv©qxI}JX^»9Šœ€ù—}©…ɉœZ˜ÿx ٘ɔL)™×ù P‰™—9¡šé™ªw •¡¢¹¡¤ èYžð#Z¢'j¢$ª¢(º¢)þú¢ðš'y˜³‰„t}µy› x—1©—–÷Kz©q4韄œHêŸÇ‰ " #¥S*¥Pj¥Tz¥Uº¥ZÚ¥Yš¥ˆ0D@‘™z¦Z¡u¨fÞÙ>÷•DXZ‘æ ¢Ûè¤"ð¤-º§,Ú§0ʧÊ¢VVj#`£ð)—’I—²FŸu™bŠŸÖÇ£¸©Ÿ¿ÔŸ˜Š©Ê…›Ú©\褠ú¤#:ªVJª¦Zª¨zªªšªˆ™ Z¦Ö«:«z¡¶ o@ Y¹ú•Ú«¹j§j‹5ªÃ¨Æê¢È ¨+J¨%ʬÀ¬†€€:`6z„9J—þ8Š£v©ŽÛ*¤Ô¤™®ÁY aªNÚ¤Oú¥Xº®\ª®íÊ®]j¨c:¯ «gj–™¦ùÖ_kƦlê‚ÝÏx ÐíëËFí¾^‹Ð}ÐQ½Ø‰LÕŽÉMÉ’í¤Ö\Ù™\ }A­ÙžÜÙc™Y Ú<ûÀ'-ŒÅ딨mo©­sº(Õ0ÝÚ2ý‹NZÓõ¬½9Âp¼Â<] ?=Ú=¦¿MØG-Ð«ÔÆÔÈ=mˆ¬€›è¡Ì}ÈÝŽ=ÙW ª•ÍOl ^ýÑ›-¼bíÙžlÖã<Ú°ZÚjmÚ:·Ún½ÞÔK×î-×ð]Ïy=ßñŒÓ)|ßÌÓý üìÛ@­ÙC=ØDÍÇ…m]k­`›ØË ÕPýØTÓ‘ ᓬÕL|ÙÚ½”œ½ÙßýÝdýÙã]Þ¤âM`Ž+Mâ&þ®ÚMi#ðÚ,îÚRMÛ0ª5­Ó4®ß\½Ï üÕÁÜx àÄ}Ã^ÜÈ-™Î½àE~ä›(ÝJ.ÑNÝážÝ§°Ý^åÞc-Þ ¾åk}â^ŽâÔ»â×+æ7@æfž†ôMÏòlßlžÂúŒ üÌÛíßžÇNØA^玭¶H˜äÍèÌ­€®äOÞäP®Â×¼Ä>åVþèWÞážÌå”nà%~é_^o+¾éeÞéœÎéã³ý°·]꺭 KùÕ:®áÀ³ êã:»Ç²þË?nà—käR½äKŽè‘=ážÉ7N éX~ìŸ┞é˜^âÕ{æþcþìð¼ÆÔ^ÏjÞæl¾Ûª êÛ-çšMçAmçNàã^ç„}àÔº‰ÕŠ€€þ|)Yè}èò.¢Šn¢Œ®¢û= T^ìÅîÝÈŽ·•^ÞÌÎìŸîéÏé0ã¢^Û4ŽÛ ß¬Àí«¾êÆÔamî6Œç{¬±oŽŸâ#ðÈ!Ï¿#¯â"ïëó.ïÂÎ !ÍÒÈÎÙÉ>Ò4Ÿ·ßìÑ^ð:_æÕÞóÖ^ß÷íÚ¾ ¿Ý_íßFîJçßôå®Çén£RõTÿ|9ðÐ#€õòˆ^ïŠ.¥*Ê <0ñüþèþþÍ9˾Ã[¯6ón¯é÷œ#ð¬ð(\ê¹ý¬®;gle-3.1.0/doc/html/gle.jpg0000644000076400007640000002363507326107675010763 ÿØÿàJFIFÿþHCREATOR: XV Version 3.10a Rev: 12/29/94 Quality = 75, Smoothing = 0 ÿÛC    $.' ",#(7),01444'9=82<.342ÿÛC  2!!22222222222222222222222222222222222222222222222222ÿÀñ®"ÿÄ ÿĵ}!1AQa"q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ ÿĵw!1AQaq"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ?ùþŠ( Š( Š( Š( Š( Š( Š(  í,nõ ü‹+YîfÁ>\1—lzàV€ð§ˆÉh©' r…TÓ5K½ð]YH\m$¨`FAÇ?A^—¤|CÕ.c_³_ùrªå¢0¡+ù¯#ßßÞ²©íoû»|îTyzœøGÄ1 2h÷qÈNŒ¬ÍÆr#?9^Ì8<ñXµïÞÕ/u¿ˆšdúŒ¢yrÆ–£åò¤8Àî{W¢ø†5†G‘GæŒü€;cŽ=Oÿ^¸«ãg‡’„â›}Ÿ©¤))ìÏ(¯¦¯ü%áýMfZ5›4ͺI ’1Îs½@l“מ|?â…¦øÄb×Ki B%*í»ca´gŒäûš× yr¤Óé8+œ­Q]¦AEPEéÿð…èésk¶Œ !Þ<Öê=ë³ ‚ž&ü+[?“&RQÜó +±ñ_…íìU§Ó"$ “–àäîÉ9éçÆ Sðg„¥ñf£4FŠ;ÈêOÛ#w8=:w©«ƒ«J¯²kW÷0sŠW9ª+ÝâøQᤵ[vŽy% ©œÌÁòsÈÇË‘ž8íÎkÂ+*´½›I´ý §UNö (¢²4 (¢€ (¢€ trÿ¡Ë MúµÖÕ|™R:¦“à|O ^»Þ>Xö#­•´Ú×ʼnäéþíy¯Ã/ÚxY.´ÍPL¶W.9áPÞKœ+^¥p8Éxm8’0¢M¹É‹9ùOáƒÏ8#êyªVfv,ÌY˜ä’rI¤¯¢‚qŠRwg$šnè(¢Š¡µð‡á}§Š£›\×–FÒ¡cVãryíŽX°ÁÚ?Ù9$vÆ»7ü*ñ¯•áM ©²ŒÿŽW›üÖTøw¨øzÑ‚j–R4±¡`7«ÊGü}8äf½cMÕ#ñ‰Ý”í °EB Bãî^£§#sÜð±r­í[»²6Q‹‰€|áø¥WúóÏ´ÍwWÑ|ßì­VúÃÍÇ™ö[‡‹~3Œí#8ÉüÍtgÅOéoÙ¼M}'›ßkasŒgóCmëÛã=hMà}1ü÷1³d Ü ¡íÁ }{u¬¿øç@±²»†Y¯c¸Fy-Šˆpä‚zäõÇÝ?‡qTœ”o«>–®½8ó5tŽƒLøñã[1¹};R2cîÍWf3œy[:çœç Æ9Ï¢ü8øÇ¨ø£S¾µÕìôè Vþl?eÓ?0;™‡qé_7WEài¼¯Ù&2&&#’2?ž+£T½Ó 5*s­ÍhÚ>•Ô1ø_Åí<:÷…õmKìî«+kÉk“µdUÝŒ¨ Œnç,Go£Ü'†õHt‡žÙôMG|ºTËÑYˆcGÙRO=9ȧ#d¿fpZ)s´úwÇùÿõ<>4ß5îÿBåjŠÒ>m‡á§Œ®m’÷UšÚYdPÎó\»K£†ùHb8uã5CPðÞ³¡ÚÉ#N$ù¤Èß(Ç,xqÏùÇкÛùJcžAç¦kÍu §ûZJɈ¼r¶ÄÁ®^N§·„ÃÂTî´ìyÞ›¬Èo`7¯æY¹ÙSüCœu÷þ^¡¦ßXÝÂÑXÜ,Ëoˆ›¦QÇQÁÇ·ã-MW{»!$vWD²”DlNL/n28zàÕ-ÅÚ®ƒx.mž)O–c)2dÇ\`öûW›Ë=ª÷tkî"ùP›§Y?ÌÔø›ªÛjž.alX‹H…¬…—º³ǰÎ?ÛÛ|4øp-Ä:ö· yÀ†¶·#ý^?‰¿ÚôÃþ÷ÝÈøOá(o®F¹}x¡cä«cnGñ}Aéžœ‘Î1ì’Þ,(bP9áTŽ1ï_C—åÊ(§®š™ñø¬ú áï__ëÈ“PŠÙ†ôOÞŠ¿×Ûüý<âÝÄSxÆ8þòÞÑ#•0FÆ,οÊêvÅvþ7ñððì ge"K¬Ê3œ¶Êz3ït!{u<`ši.&’i¤y%‘‹»»ÌÇ’I=I©Æ(F|±gÐOëaÔÊ(¢¸Î ­M+_¾ÒHX_t@ýÃõç·òç¥eÑ@W|:³K?;P½¼3Ï$k[†ß-I˸9!;gŽ:×uu©ÚÚÆKJ½3‘ÈüÆkÊ<5c«êž ÑßM¼Hî~Ís3>å’$ç¶9ÏçwQð¶¯mgçêz´¼™Þ3לaÏ'·Uþ†¾z~üÛ”’ÖÛ?ÐêQVNÅoˆÞ3´´Ó.LrÆdd" y Øà`uä{{ú×ÍUjûQ¼Ô¦ó¯.$™úüÇôáUkÙÃáÕÙja9ó0¢Š+ €¢Š(Ú~xÂÛYÑŸá߈.#Š Áþ̹p2’È‹‘Œ’IRH=TTqÑuNhdÓ5«I?´íhŽògA´‰UöìîÁ\ç ðâZë#øãx´¹´åñ>¤`•÷³´Å¥»)ùÔ|£€Àuõ9iØ¥+ûãÿø~ÛQO ÝÎÒj€ *G†[|à®óÙ›ŒO œ â´û©!Yt{¬™-ò#b˜ßEo¨éùwÎ<>y溸–ââY&žW/$’1fv'$’y$žs^‘ jâ-d\ _N‰ç3/>ù9ïî{fº¨~òv{ô=\&ï–[¯Åu_ª:-ONƒY°›OºQó±Øgc §×Û¹¯‹G¾—ZM'Èd¼yD[±=Ï·|ús^Æf†ÿOŽòQ*rGR§©÷ÿõÔþÑmnü_¦ Vž;wPvd–Ê€sêpúa^†;Ö â`¯(ôÔ3ˆÿ³Ê¼uqW^kþÜhšm¶‰£Áe`Gasß~uÄü@ñ+øcOK‹@‚úñÙ 2#|ÏÓPîÙçW¢Ö´ÍwÅsÝé0”µU‰ í3OÏŒdg€3ÎéÐsô´äå&¬qµg`¢Š*ÄQEQEsKÔ®4F+Ûb‘çƒÑ þNŠq“‹R[¡ÆN.ësÕ¢½‹)¨Û6ln¹~Áœ>œðýUÓøvå­ïÐüÊä†àûû׉iºÝþ“‘k6#f ѰXåŸlWKÄÝZ;co&¤Ï ÆäšeltÈß_IO8£ì\dµ}:_­Ÿo.‡§WÑq¶¯§ùJÚËö›a,ˆÎ:Ÿþ½|ÿñÆîÞãÇà –{[¡™H?+wž¿+©ã×ê)’ükñ7öp³³µÒlª¬r[ZÑ€G ™{c¥yÜÓKs<“Ï+Ë4¬^I$bÌìNI$òI=ëçê¸9¹AZçÌapR§YÕ–‹¢EVG¦-½´÷s¬ÐÉ4ͱƥ˜àdàjŠ»†wv¶~0F¹‰$/ ¤a“q Á$z¡¿ Žõ$ã$®8«´]á&¡xèÚ•Ú[Gò–H†öÇR àôÜ?¯¤i^ðæ˜c‹ûI(ó®.£ó‰ÀàüÀ¨ÎI%vŽ=®¿N÷9uàãËn}Çã[‘²«e†E|¾'1«)r½èB„b®Œ»¦Ñ.lì4Y#·ºs퉆裶ጟáÛÿ÷ÁMOÃV–/›a?#)”&['ŽIç±ö¬kyƹñ¢9-¼±—jË#Îþ`pCM‚3ü'œñ]õõ啼l—W1FvîÚÎcÔ§§¥já(SŒSÝ_õ1S¼ž‡ÎZ·ÂKk¸¥—Džk[•%­ß̇$`+Ì9É8ÇZóWÃz¾Œò Ë)V8ÎURÈ9ÀÉ2{G×Ô×7——ŽÑBöðgæB¥½ÀëÞ¨_è°È^)Ð::•pÀqŽr1ß½tQÌ¥ËS_Ìs žÇÊtWUñöþñ/Ùm[y Y‘'g%HÉ$žTŸÇ«•¯nœÔ⥙É$âìŠ(«QEQEQEQEQES‘Þ)HÙ‘Ô†VS‚èA¦Ñ@ƉñO]ÒV(çŽÚý#Âo¸CæˆøÊ«ƒÆqœNy9®ëIøó¦ H/¼?qoq€²[Ü ÝˆÀä8^¼œç9úšðÚ+’®…]eEZk©õ'ôÍfËUñ-Ι}Bþci$êͶî8ä)ß¿ uÀÎ@S^‡iöªßf†8÷cpŠ-¹ý=ëË<+ñ?Àº…t{+Ým£¸·±‚)Sì“®¨¡†Bpsù~z—?>“M°gÙc‚;9ƒ» äÊŸ” àry¯tq2”­>{ÞŸVw7k*•3OøV6¡, —Bò*ç 9öç·8¯1Õ>>é ßñ,Ñ/îQÛs ™’ßËÆÜÙ»p89ÝëŽA¯0ñÄoxeŠæñm­$$›[Dò£0þñ I$A&•,ª´åy»ëÂ*Ññ\‹^ñT“@ë$PF Y‰WÁ$‘í–#Ž3Þ¹j(¯£„"¢ºMÝÝ…QT ¢Š(¢Š(¢Š(¢Š(¢¦´†;‹Ø!–a rH¨Òžˆ Án£§^µî|+ðý½ª‰-$¹ÀÉ–IÛ'?î?!XWĹúšÒ£*¿ á4W¶Ýü6ðì‘4kg-»<ȧbßö‰¥aÞ|-ÓYÔZkÁŒîªÉŸ¦6ãõ¨Ž2”Šxjˆòê+°Ô>ø–Æ=-£¼Œ)f6ϸö O`3\¥Å´ö“´0É ËÑÈ¥XdddjÞ!?…ÜÊP”~%b*(¢¬¢Š(¢Š(¢Š(¢Š(§GË"Ç3»ªª2I=Úë>¼øºœ/BÙ‰?–i­ÍhÓö•# Úæ¶™ð›R¹ˆI¨_Ag¹ATU2°>Èð&µÁ2°y­â ùôÿìëÓç°û}‹f1Ë”ãî·ný+€ñеOÄöz…”ÛHÚ—*3d‡±àðyü9®éQ§I^Jë£=éà°”ãy-¼Ùˆÿäò]¢ÖÕ¤ÚJ+Ûmã€NâG>Æ¼ÞæÚ[;©­gM“Bí‹pÀàŒŽ:Š÷»ø~óK¯©ÛÀU3$2>Hà¶:dœq^'â=_ûwÄ7ºM‹3ü‹ŒŠ®y<à ó×5ËR1Irœ9…4!Qz¿;™uÛxCâV«á¦[[‡k½4ðc~^1ê„ÿ#Ç«‰¢¹çN5#Ë%ty°œ ù¢Ï}µø…á½FXÇöšE4«’³Æc qœ#h=ºã=3YÞ%Õü¨¢ÚêzŒ.áwG-©g)œŒ†@F{àç $t¯¢¹w‹hêxÙIYÅ3nÛÄúž‘}+èúôVâC䬒dìåÜÇ^ÕÖYüR[øRÓÅ:–«ì™6pznþîpOaõ¯8¢ºeBÕ­NhÕœvzŸÿ?…|]ûÏë?eº#þA·Çœà`+g?_¼yè1Šáõï kº0j¶2AÎLe®0Ý;g}«*9d…ÃÆìŒ:85èÞøžÍhšG‹m—WÓX„Ý*†’50O\uÁô*-RžÎëñá=ôg›Ñ^↖ÒéŸðx>ãíºk€D K2ñÈç=>SϧP+ÌÝ)9‘Ô•ea‚ê­)ÔEx“88î6Š(­ (¢€ (¢€:ø^ojž@“ʶ‹ <À=÷8>Ãô>¥‚ü/¤×Èxî6í[†™·çûØÎãÓØÍs^ïDy¢Ô,n­¢ÆÙ&‰‘Xã $uàŸÂ½JûGµ×´æ‰ønªêFAìGùÿëuQ¢ªEÛt}J4TåËϧùÍŸ‰åЯÓNÔ¤S‘û›÷f_Ï‚;ŽßLêä¾±Õ¬š)’)¡q†Äë^Aâ ÆZëy ]JɈ’#(nN7'Px¸Î9®RÇÅ:†Ÿ³$”f$}ÿ_4CR—ºÖžb–:0•ªEüÿ­OH×þéWŒÓé“ >óGñž§€NTþ8ã¥yN«¥Ühú„–w;LˆÜ™*ÀŽ 3éõºõø;ÆTnçšåµ½Yµ{µ™—î®7§ÿ­ÿ׬g(KXœ8éa'j:?ë¡™Eêþøn³ˆõfvq˜íd^z¸îÙíßžœÕ«F”y¤yôéʤ­…Ó|!¬êvÆî;_&Ì)cq9Ú¡@ÎqÔp«cÀšŒ°4–—–N:E¬¬ztÞª;ú×ÓV\J#Eqœtÿ?çÛ'Pøq§O)šÂf²“Œ"(1ð»Æ8ã‚+Šž2S~ò²éÿþ×,,ae{³æ­OÂÚ½ö•u1mß8Mñ ã¼\¯p:õã­dWÕ6š&»¥H™á£~ž™§JÉÖ>øoÄŠí{¤É¥ßâæÒ?''$üË÷[$òq“Œf®8äª/š"XK«ÁŸ6Q]׋¾k¾G»„ié€dÝ[!Ê &Dä¨yŒœœW ªÎꈥ™Ž$ší„ã5x»£–Qqvhê¼ ãK¯ ê˹ÙôÉÈK¨ ¯÷€õã^‰ñ À0êñSIU[²À'^ÀŸ\t?õW†>ø‡\»‰¯,æÓì7~òYÀGÀêr{1ÁçŠúâÔ}—ÈÇ 6üݱÿê¯3YSš©MëÔïÃR”é¸ÍiÐùHÞ)9‘Еea‚ê¦×¨|RðÚF‹¬ÁWVÙqŽàð¤óØñÓ¿ ¯/¯F•UV Hâ«MÓ“‹ (¢´3 õ_…š±¶}fhÖK’Å!'þY¯BG¹çŸOƸŸ xCQñ<¬m¶El‰'ð9'8éî+Óôh#ðmžšfy­?×°rI\Çb3ïÉÁÆ”ã­Ùëe˜y)ªÓ»Ñùñ†¡ ¸[mAHÎèäVF “ÐõúòŠËÑø“HÚV»ìæŽt1®> ·åŠeƯâ¿ÄϪi2´ °0‘p?ˆàåGÔ ©UšªD#YËȵø¯ÂâkŸ 4·&že³Ú W2.sÉ!¹öûÕæ¶w¢Þ}šíWqWC•o¡¯Bo‰ò£'žØ=kŠñ.¸5»˜Ügî>øÿ ⛃øO7°’‡5-‘¥Ímmª[MyšÝ#=þ¸ëŽøÅ}SáÉm¯lá{Ic’'œ‚?óý>K®ÃÀÚ‡‹tɤŸÃ£|!¿{¬¢'8ÿhŽz}Óž•Á‹ÃûTíc‹ [Ù»[sêõPŠzœÕˆaßÉŸäÿŸåÂh6¿¸·ÛÚÍ‹Œ$\!'ŽˆKûç×ÛØêö7NÑEsJ o@ß2ÿ¼½Gn£Ò¼éÝ- ê9Z踶Ѩ ®~´5´G8\”à ‚=E-só3›š]ÊrXFÜíûþ}*±alQÛ Õª×#å<úu>§ëþ•ÂnúšÂ¬¯fS¬ëØÀ|òsÉçÿ¯íþ{hÖ~§s<ÇUÎKcüÿŸÂçkjuÒv‘çþ>‚ðÞ¥æÆ»1^AG^x8ãó}zÏÄßÁpdÑô™VPÊVâaÊ€…{ê{}zy5z9}9B½ÔáÅÎ2ŸºQ^Ëà¿ZišJßj6ÑMzÿ¼Ô?•Ž˜Ïqê;÷àW¡Ü0˜IâgËskÀÉð¥ŠC€¾X8 8÷9¬è¾ {÷‹M³û\&×*müÈÏáÓÚ­Yø‚ßKñ ÂAmpû€Éùõžç'ñÆz>F£í“•”õìÏøuÒ¥N¬9oï/ÄúF£:\—µ´ÓúgœèŠ´8£UÒ.¤~Ðñ)‚G×¥wz_‰ìu;`ë2JжÏwb2ñùÈ;ŽOåøð®~çKðÖ¥s4Â3ez~ü¶’yMÛ‰)÷I9ä°'ŸaÔeKá—ɉBQI/yyît†8\;ÛܲHR= ÇLà ­3\³a™$\œ˜çé\‹Zø«K¶šÛV‡!F×ËŒu*ÇhñÃÓŽ¸¬Þ7šÒÙ$Ô4ûË5b}Å»F7c¦N<Ê“¬¬Ô•¿¯¸¨Ö„~-=Ìw‰ü3§k.d¹ÓZ)›þ^a*®O{˜äø¯$×t+ôA3¤Šù1º÷÷N9ëÖ½JXMoñçëÿׯ9ñf·³w Fr"qÓœ…pMÅ­7<ÜÉa¥xüG=^Ýà*ÚïÂÖ sªïI#çä©öÏOJñõ¿‡º†t«|¸gBPœão8`+¤éÞ;£ÊÃ4§©ê:mí‘CsÛÓzœ©÷Ítk¦ÙßZ »¶Šu ½DŠ2‡­d隣ð…ù>½ oCuŒ &ÞÄàW‹M®fúžœÔ¹lŽwTð¶µ²¿…¼Gya4#å‚ñ¾Õ ˜ÉÁi7:ä‘È'pµçZÇňþÔRÓÄ:u„¡Ëyrìm³pJ²¶=ÈÈȯvŽéPS“žç8ííèj¦¯ma«éóXêPC=¬ë¶Hå^q߯ÏP@ôã¢RvœSG¡&ì´I±ûL’b@±¶#ù~è;¹ ƒÏ¿JñÍsÆ:ÿˆØÿij2Éÿ–Jv'ýò8?Žkcâó\Þ[!œo,»ºôãó¸ªï£F1ŠmjsV¨ÜšO@¢Š+ À+èÝúÖãFI·(‰Sæ9Í|å]ŸƒüE¼/¦ÞÜyqç|Lä‚{{~^•QŸ&¶¹éåx•F£ŒºŽñîö}Mµ;’KW#qÿžmÛÜüþ¢—ÃïteK{¢ÒÀ§†î'‹¼Gm5«i–l“Á–U9PGSÀÏøôâª#'ñlÉÄWö8‡:׵ϥô?ØjÐ+Ãp¬¸ÉÜpEh]éºV¬£Î7@cÃ/Ðöü |»ou=«‡·™â`s”lW[£üEÔôý©qûèÇp~oóÒ»¡‹mrÔWGm,Ê”ô¨¬ÿÕ¦ð®£g m;Y—ËÉfŠáD€z ‚Áë“úÔi7ˆm ›Hå8å Ðà×;§|Q±› 90’0wp?>•¶¾7ÒçPÉ:•=óþÏè:”mxèÿ¾Z/XÌ‹R†-H¼z†“4‘ym#F7Îq»¨äc¿=zyO‹|:ºúµ¾ãi6Jä¡þî{ûõ«Ô¯¼]bb%ec8Ý^iã~ZXჷLVmn§eì%J÷¼ºµt~דI¹0ÎÄA#»²žùúñù ç(¬OsçÓiÝEèúÌs*å pC}áþ5Ó[ê@á_×­|·§ê÷údªö—2G´ýÜåOáÒºí?â~¥n@¹¶ŠUÈF*qøçúW—_/æwèRŤ­#è?íÿžßø÷ùô¨æÔ‹qõãqüX´'Z\/¸Pöjí|5y?Œ4é/´ém£…%1¸b#¢ç×¾+’xJÑøÞ‡Lq0—ù±©f<±ÂÓÞ¸Ý{XŠ(d–G*ª¤P;šêOƒõKÓ(ºÕlí€Êh•¦Ï\ä˜íëߦ+'â_„t]7ᦡsn$–î!qq,»œþón@ŒÎrFGFéµÕ™VœÜ^‡„j·í©_Épr¢Ù{U*(¯`ò· (¢€ (¢€ (¢€ (¢€ (¢€’z’i(¢€ (¢€ (¢€ ö/„°ßišUÕį$pܺ´Q7L÷ú÷ãþù¼~9$†T–'d‘2ºœ#¡±¯IÒ>**AZµ”"&âÜŒ»gà:àõíϸ¸Îp効¾Q„ù›=¾Òáærœgƒ^ñ›Ä±Øøm<<£uÍþÙn»XHëË>‡ÐVçÆu·Òå‹Gµ˜Ý¶r]"îFäúì{`ùMõýÖ§{-åìï=Ä­¹äs’OôÝ«‚œgÏ3«‹‹‡$z•袊õ8(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢Š(¢ŠÿÙgle-3.1.0/doc/html/helix.gif0000644000076400007640000002000607326107675011277 GIF87aèæôÃaua08ÿЦ0000000e0e00š0eeee0ešeš0ešeeÏ0eÏešš0ššešÏ0šÏešÿeÏÏ0ÏÏeÏÿeÏÿšÿÿeÿÿš,èæþ Ždižhª®lë¾oƒÍ˜Vß–çta¿Ëe2¤DŒ“FDÙ 4 ˜tJ­Z¯Ø, ù»Ùl;]oŒ™”Ïæ4š2™D’ËeTK¯Ûïx¥ûʼns}cjƒhelHL ŠryŽ‘*f8–^š…imnIpP‹¥Š§PP’«¬­V”`–²—a€^Až  ¢»½¼¿¤¨s®ÄÅÆ=³Êµ¸?ilºÀqJ¦¥ ØÖ ÆÜݰ:˳™¶6¹m½©êÖ§ îîìØÞôõW”´âù´›ƒ‡èI(HPÁƒðPÈp!lßÙ›H‘>}mÑ@6áP/9߉Lèn¡É† þˆx ¢Ë—ÈfìˈÉ\hè@ŽÜI²!‚€žTñ¥Q{Èf*§qN^ 4XYò§ÕV ÐÊuëÖŸ IkìâÒ}›ÈàtÒîÝO¯]ãÂKàêN²xY™¥Éƒ GCÕÁ{+€VÀ½Š^ÞÇŽ( ã;ÎæFÀNtVíje1ÖÏÛ ‹¦#¹ÆÙe7.Kî˜Ê`¬Zc9ìõóÏѸ_ɤÌOæ=Dukb:´µÚÎÍ,Þ©o:졼ʶC ëçæàU°ù} Çl±ÏÎõxžî‹ÃË/1#Öi~–Ï£k0|ÁuάԆÀ|ò=wŸ,8þ…žz)v´ààM@Þ—òL¤¤äÒÑ„Ê H!nã…ƒat@”Á! ¶ÀÕm'Š6™Š|‰AÃZP Àˆ‡¹wG5*VbŽuTtaüø›"ÎøÈaI¦pc–Leá“+–ã`§ÐV«—&ØåQ;bˆI9°–™pD ˆ²I‚woÂTI˜·`°G`¤gešÚ©0W MÆ‚©=Mg.ºÊ[†­PWN$©œVZFÁÛƒ®|†e 6ª7£B÷ÅUð€1‚hŒmjú+¨³vSëŠL€jM¨G7WÕç Ÿþ¢Y,7ÇÒH§怳šì«& Ëêµ­ Ô¤}˜£,¢Öé͸HR»¦rèºÒgibÙ»lYg=Ñk¯µù®‚¿â´;¦²@®¬Ý˜Ä©°÷ž›ð721¬T?†t¨¨ÆÝ¨ôV½“¼1 ØnËb:2E#ý4m¹†é¹ò-kÛª7®7&ÃÆæN$½³#=Ÿæp·ÌªJq=*5„$†m§K×Ñ4FÉvû€"ÄÉøRJF`À-·dÌð×]cñõRaC<öĺÚm»½ÆÖ‡Ä­˜>»{êØB>4t=¬M†Ã·¶HGD ¸îÔ²ˆ7 £ÊþôìÝ·¿3à2ùTîÄå.dÞo 0wþ¹K?NúžÞ‘ꊰžÂ®ë³IìüyŽðD”$Cºejaö¨â{ »Ô×#ì§i¼ÎÞ Qßòi™çâîˆÈQÍ0Ó³±Û} +«ŽÙÈ÷ä}§QÄóÔPE™è_®¾ÇÊxZ¢…¼Ñ£ }Ø¥žv¨ì#Á¨Nhü·öÎ}©0`7À¡À=­N‡cKŠ—8¶ƒ?¬û©R3@uhÐßÓ@F2=hìªÀ¡:J8œ¶´$n1 7‡A!Á†œ¡˜4`º2ÄB:@cÀR5w‘+üWÔŒè«nìâB=ÚþAY“ªTg*n±ÍC☥QN Ê^ñŽØ†Q usB«ƒF)ËC'q#)“¬KÍt¬XÀ÷HU“‡]* =–Íð)Ƙdgo$$ =rHo(rP“ê‹¡8锘DZ(3ŒPì²2jÒ]œ\#"f=F60YDI‚ÊiM+(A¹ÊÆ2é²M¦AÙñbðØwËÀäHЦ/KàKJ.'_ÄÔÜo9ËH¸Ž,Z [:d’›yjM÷&º¾9ÃBvdbu$²ü²ôœ)•.˜f%óUAṓð4†"-`Ÿòø-0ö,‰9Ià'DGÅêçaùN¡uó2°@þ¯×q>JåD§Î(Ù‚>aåZEMäìÐbÌm†‚ðHpúÍøéx*ˆUCs”Ò™¬ô Z\$ÞбÆô£ºTÈ€LÚP5±À¤-PQÁV(–zH¨ˆ€Fÿ`+é Õ-$]“ÍRÀ§’ª2THŠÉDÌ´ÔeØh1ÍáQ€ÒiÜéÅÎY­P©Õ‚5XË[Y!ƒ ÈU›’ùªBׄ ?îT¬Ëé OÄΉZª¢3#Æ'ûºŽ†ŒJ‹å_ÙäE-«tj§}â…*«Ò\–W™uÅKû%J;•ò}:ßh…-tb,Vb­O] a«y¨W õ£¤•²^[˜€)þV•S¥F–š¾},xˆºÖRQ W-Æ.8«D¯²Å ètî)\¥Z¬ñd µ):ÕÓ*³8]Åx»‹šæ"´Ck"_0Ø«‘%¾"˜f—ö5×û‚7¶„5,ÑB×Ïêò”´SøW’­ìÔCæ|±‹`1X›¶µ(1ökKϲ†¸ÐSž;µTÍ`¿}S¸…b¨X_΢‹Ù°„wDèo£ r©OåxÁµ#Üp¿‹)äâ äâF<„HrpÇ’ûSÎ1Ô·LJ+ÛÀ˜d­ÊQµƒpýÙQL`±ËL)';­ñžñ-±|¢œÀ²ðÍ0²òæþ¬e?·þL˜3µ!1ÈU§•¯v™Ó†’C†‡F6ø™ú¶™E¶…f@hÛ8 $¿Ô„ˆ³„âa4 º9ÖD-@í.­´‹¬`t T·ˆ uâ«ßQë_ã½2Òçˆ ”ëâñg/—+„–˜¶¡±ℸ-À!8¼:¬¿3™ákë)×ÚK¤¯µÝ nÿÑÀF½Æ-îO¼A*!ó)²aÝ“ÑfÚ&öôüÒ2o¡ÉÖÔ÷&vàqdd÷Ûÿž §V ÿ|ˆÖ™N’(À#]_;Ž«¡RÙàʇ ùÑ Å¡‘qƒ8µÀfxŒD,-±¶=Á ÖLþÃð%öÁ?iïyB³ï2Ç´b‚8V#¤R0ž`¸ „Ü 3ôEž<œÎÝy"àtªB-R§º”ÈhÆ›«€çcП °„34/ÒÀË.ˆÎ ”;×^{Ó¥LU*‹dM}Õ!a÷àfZ#Q“çƒáª¶‹²Ì¾ðü>ñ«`:›ïèdz ŸßåMÄñèOf á®ò>˜ç¾dô~(}Ÿ€ø3­ýK2lðaÅ×[WŽ lÏ„8˜¢°¶Ó¡¶ïQ8X‘"„¾ÑOoüÔ#ñtk ¢šOƒçoŸî mõóÁÿѯmúq.$+2tþxo‚[U|•‡Qç—|>3wpà9ùGN-pK`zD º>ø×{ÑÓe1%çÛ¢6o&€q–Š„|w„€&žö/œ¤oQO*AD?ÌÃ7P“ƒNp7¥$*ੱ6o”& Ÿ´zS[†TFâi[&jå·0(½ðFáp3à8øfr°ñ}´BxggƒCØX°†Gèr¢tLHO#16.(Mp6UñG[ø_wB?d,1c(„A„bf~_Â\ÄÖ†&>qˆutˆG O¨qKB¨ƒ p7Iµ5AÜÐEgŽst¨hYþ°H'è6IÈ'€j¨R&Q¸J`[¨ˆb2Üb[Ñ£sîÐh €ƒEõ|CŠJ6‚WðE† [öQ¸¥t1÷#¯¸ˆ`gÉ@[>òr¼ÒÞH{Æ 1Qx=€ê%fÈhÊhTªøÇD$]Æãh'”˜„™ð„ε‹~QÅ Ž-Rtò6Jθ¦ˆëhPnãŽÕ˜ï"Bñ€op÷X^ø¶u~vOÁtMeQ]ƒÈ7™Éh‚+ÒŒNðŽ0°^AA‘1uÙYÍE| r´–“'ó‰ 9"y‹æxð ïÆGÇ)!ÉðsM0ŽþF9J7d\€$bÕŸXð“ÄxƒëÇlÐHËÔZ*‰”éhM¹;Û·Œå yS‰' —$©Uc¬ c ‡ˆf†a©{ÓtFé\¦¥f :Yf_²””"/ÈÐN˜…õ¤—g9ª§I5I£Õ F˜.§}©–˜ÝĘ&é5ÂØ6¢hà…ŽFÈvË%<*¹™„U&IXÄ,H÷6Bjuš£”݈•)L‡‡°© M ›úµc9Q0ó@˜`+À˜' O9:’‰ƒ%y†r6[g(©£™c5›ö÷J¡–Rƒi핉±iWFØ œ·ÅuÀ]…¹†áyþеœåÙ`„žØ$~$bëYÖy}€õtiöÙ]žúŽ‘ Ùä4©Bé@Ab^÷*#^ê#wÙYO{6œ/<Æi‹zúæžt Jgæ ¡:çTfø9$õd­pœWò‰F¥i™œ§‘Ÿ á i5“­U£h Zå·{§¨¬±}?Ð ’y”BJŸZÀyÅ¢•“¤œ9£4ù eÀ?K œÈK\h:TWú˜â¶¥ç8^J‚»Ç/ÛX:e †´Ä¤Z¦¦mºÏ–%£v#Ú"§ O@TÑlŽ€4 è§cŠqh4§,S‹'þh¨rЦ*g]Nffš¶bêcYzqÈP©T!œ © §"ª †^Ž*7¢ÊL7sH¨Êu®’Jîñ«Z࣒zqó•C 격‚%ÒÑ«M¦ò%# )QyǪs£•Jr)^j€ 3çk2­0ð?¹zK¼J6Ǭº1„Â4#ð}ˆ'»eNöšš®ü­f¤N™ ¦âWƒäS¯ÜНwÄ–Rd q×w Ã-qŠf®€«°z°Ë²áÊ’Kǰ׊jG¯Ûz ¥J> h‹°ëœqk™Ê¨RÏ™—žc²v ¢í×°,ä"G±. •þÚ%24«û£=7f• º³Áø.gÀjˆ†¨B[D¯ísç³úujX:Oj& ˜Qd`¦¥³Ž=#ë Ý2NA«˜Yà$b[7©Sªéʴ奯N$ˆä¶1Hµrk4W‹Q<vy›*%;°. .E›²€{¨{ë²%jꥰ¸•š‚‘F *PNгa÷¹Ô[‘±¹ù¨~뵘ےÊ\£Ë¦ˆôpCF`>1 ø$^Y‹·[c¹˜¶°bë”#¸¹ûÒ…¦•¨¶f° JVš:x£M¶£Àx·¯‹(³gªC»©Ø:wà¹Íû HC¨L¡j:þ`¿‹4`ç; ÐdÇK “«¼¤´·™¢ãÐëDJ0 ‘0 `½,ºõ;p÷¼@§^l+-è¶bÉ[¾zk¼Ó«êˆµË¾9ÁÀD¹¤ës¸¼½( $­û.EpC±wNæE@¹¶I²›Z‰À£À€Â¥Âi+Áâö>¿Û@¾¼¡ªrÃÝïšg²g](j2Ðrëû­L˜E Áó‹Äླvä 4S‰) çEL,Àæ‹Å!ü;2ð˜) ½£),ƶBf|w“ëºy ˜b|k°+“cŤ¬uv\Â^\dtä`Äà¤~\ªgÀþ07ô-ÌvÈ’ÈÿÐ{<ÜÆxP­ÙÅž@ÉÀ†%—6Ë6Ú;–'‚üɺ¢^ÊéÆ xûñ¤\êÓ®LsÔËw0ËÙˆbpËŠù”=˵qˆÁJ¹ˆ¬Èl€:©v¾ÜÌh+?ê×¾°ì®,0Ë„ižgࢸl¥a0º½Ü,¿¦Í¥œ¿b÷Á—‹Pùwæ¬ïû¨”`{+Œ¡†ãÎÓ¬•â}2›¦µ—‘ðÏú콂ÑÃÍ ÐØ‰Þ÷µ+a]ËGûNü1Ki%w=%Ô8žôP³I£az;¡èK¶ÞÓ7oóÑCYlð“ël›Ž¤¸€üz.6%þ¸;Ç1Z©vè\z›¬YœKÓø _\É1úÓ:à™B½¶'­j6:`æ.]0ÝÔ|¨K]P€:Z*>2{ÎQM=>©j€éwA¢uÆÀWƒNÁ! ¸Ÿf c#iM6ɪÔÔ“Ã0Ïp2q€z1º>iU›Mú­¥{w6xÇÄöQk¤ØK]ؼ³ŠëÅnÍü=PÙ ‹ Yrù`¯yjNúmŠpÆ|#~4€+¸©=‚m5+ ¼Ã{ ÒWPÞãØf€ úÙEH°<Û@_ÀjòèšMt‚¸ÛYSˆeÚt°© ܌ئÍÖ×èØjÚÜLVbݲÀþ]×Ú0š¸ïµ¹Í¹ÄÕ8…ØXàmÓÁí Ð3]ý<´éíyVœdR´Á¯P3Q°+j_ý&‘ˆ´jãqÀnF¡uS; ©`Dr¼tFà=cô™AÄê¨63ñÏÞYC×Ý?Æj?h´©™XÑcl/!ÞSËœ;d`^GÑôh¡ xöüËUÛËp×èÇkUgßþѶ4„©©ÝÈ̪շåÅÓaª£vx£‹&ý^kK.Ûx-á TºRþ·A¨6iwˆÞ#´å˜M ÞØPÅ …X=Áxi¹‚<ò2gàæÖȰÂgƒÑ¼š{Ú ZN7ëåA!ä-P‡ÊþKæöô˜;tœUèàã]5`£QŽßŠxÚ,`I‰CéfbéÅ8ýç-8$³N׳m õÈ 4è/›|ê'PY·ÓŽŽéåá‰` ²é1p¥Â\ÞeS™ÁÈ•K±y} 9›Œ¨¨~‘ 4™­Ž–vy’99×$à¬kqØ%‹ìÁèàk…í´+@OЍ$ƒÉôÍ‚p1®[#Í~ÚpìÔä„å+P¤aá([ì?ÂÉ&€ïé‡o—Šì%ó¯$ÄK´†Î&áF^Þ.‹lƒ!Ø7ïác(n`ï&€ðý’™_H¡x1®™gJ:´§¼îoÜÔcoÐë$G&[žxª–ý1þ?B¶v%E¸1î\7¥Ú_¹å­â*ð®)'øëuLQD›’íc.Ÿ0O•§”ñΞÎúŒ#‹ž–jNhè ô% •^löÌ¡ôà{î³£Hc‡Þ¬ÆN=¡Ð¸ ‹¦ _rrÏ"È H#Ò Mgd‚òÌóYöÀÄ›0[Ã9ØL]–gGÈ‚ T/×ÙU¸”8è-Gö{¾ùJ͸|Øm¿èÁ S‹°Ü§Ÿ­ª2i°æ¥däúòÑz‡ñ›ö`=·_Þá k…ÕvøØ»ðà _R#ô“Ÿ×–8â!˯ùM߬JÐÔ»"¼þþkšònM΢ØoúÛ_\²]H˜ïܯ8ÒýÑ¿ P,…Aš%ª+ÛªÍÒ4TDMÔC5ÒÇ‚´Z`0£f“\*›˜Í3ZD,lJ±xÜf1·Iƒ*´m™æ¦fûµ…¼õŽÓëv:‚ªG‚¥ÿ Á]]LÃDMMNÎŽLÌßÑåÓÙYTÖÍÂÄÄU¥–)'›˜ÁÖZ+©åWÛáP­m®®ÊÁ‚ÞB߉0àn Œ ˜Žr£CL ¨¥+µ¦TÑÍÁ§—h—é ŒØê%õW¬—ޝ[1€§{Ö,Œ½—èÂ¥g[l6‚B*pÈ (×®»Pt8šÏj3[d±!¤Ø‚ FmÁ]2q×þÿ†ŸØWH–÷ŸU¾XígÑ©ÓÏMBe‡Ávn HÁwAd$ž²`P™ñ4 {°¸GRKÌÍçdöéVÏvŒf–L2¤(PupfWD Ò""x£k twCƒ<èÄœLè‹Kî\8:œmJ°4_E½'/4ÂNXÈaÛr€|c×zëÝðuAxÉLpv8rƒšw#߀"“/PE•a’Y,éN$Oyu(ˆÀÙ‡> · ƒüxùryñ#eªƒæL@¬p¢ VÄ™ãku’°ÚR7†“œ<鑤D‚ª N†"vëo,wß/£þu‰H¨q9jÈ1=j•SŒÜ|rYÕ­©e°ÜÄIWhɪÔFêfáë±ÒטBÎJëo·*e‡]±Ó¨¤…êë1>0_­]Pû §Ô t«UŸ`'­²¡ Û æJW\aVÌ!e$SˆŒ› Nˆz•«¢ºéÑÆ‰ÈÌðElñ«™V8)[ÁË–سý–voÀá fƒŽ”jYYËK¬ÔÓ;…¥í @POðä8þ„1%¤˜ õDe%o,L]Pòº©! 7¬CÇx,¦Ì!VÞ&~²ªÑxJg^X‹óT„ „pøâs1EÄÀÇŠ•b¡/–ƒ—êpqJü"vBæ`19a*€‚Ö ‚©ƒ{1w4‚<fÿëã­G²Žà&[QáP…CpZ Ë(3ß©’j Ul2¸žÁU3 bƒGNºÃ+»:&¯Jp“ !c°’ Ø“â‹Zà×ðäTŠX ¨`ê‚jQâ/×°bnQù@fàv%Å).]@x&6eÉHa©h‘áXÆÇ I¼hþauqXýÒ*‚±sI'ŒDë)OÁU wS‚O•”ó} &†`â?JË4Ò"E¼aØžoìHr ØCKwQzÍ¢öÔØßd²ÏhՃɩ#ǘNh†œ!Yðô áÙ±D/ÍãC;„z2f¦@ؘqtøµ`Âë241 ˜òÒŸ‚îB(SiÓ`º˜q˜O-aÅQ\Ý´§KC@Ó8 ve :ÅŒ•‚ãq‹=Je;Ñ,·¾µ„‰iUQI6˜ÅM;K£ø“"ÀšòFÊY“—V=•G9=­ pÓŒÝs]ahZ^µj6¬òÇ,¶3e­¸…ŽÃžc‰þˆX'jQ[®Õ¢Òz{k@^e©½Ú¾/°'(p„¢Óä™Ñ&ƒ\ÿñï¦"€É]Ë©´®Ÿ¶mV ™v­¾Œ ü£ÝùúÆhî Dÿ(2§¹KPóL©rÎ Yèeý2P†ÒW»Òãdß¼ ‹– Uç Éií¹¶P€ªc‚¥¥‚Á¬âŸ c+Ô¯†ãÅ%‘QªÃƒS[3åúq.ÀŒ ƒUÜ`OÚ÷1»*åwÿ&c¨®ÆþñPþà`ƒ `ASÞ ¶ì5 — ¹ËpxC®à‰G6Ã4æ0nQе–ÆÀIR5„ê0ÖËÚþ}˜Ñud”ø‘”Ûs²÷øà±²øË6 Ùm5|,Ø(§Îv¾3 ¥I×€ðaIáÜ’]E«µD’ž# [úîѦvž#]_ŒQzÒŠÃiÄ€äwö”Íÿõ‹ße5úÔ¾fAªƒ­jŒ©zÊì=èÕ¤ÖêÁ²0ÛN¸NS*09ú×Ö®ƒ Jë‰^Ôo­ÁVC©‰tr’«öµÓ e*•‘ XÄ›2qå^åNDSÕ­o’°{W •`pÙh¹9b¥áѽï…Gq¢P²§F‰åéyÃŒ­‰ —®ñ]ØS>±êŒ‹sY°}, h€z½ñ•“ë±Tõª Äí:hwéSeA=$Ës~‡¢YÌ»]Úe–ÁŸ² Yá:gùìËÇ™RاýÕ¬ Rþ¡£S}t³é9kCé¨FH ÆÂ´SÕÃ=¥«0­mz“»©']ì:'òôÂ\\xåòÉ]i»ÛÝ~ÂJKvöATÞÿJwÑß8<âãÁêˆ~’»‰|UR YÈS¾ò–¿<æ3¯ùÍs¾óžÿ<èC/úÑ“¾ô¦?=ê7;gle-3.1.0/doc/html/helix1.gif0000644000076400007640000001545407326107675011373 GIF87aøÜô$$$$$U$I$IUIIIIUImImUmmmmUm’m’Um¶m¶U’’U’¶’¶U’ÛU¶ÛU¶Ûª¶ÿU¶ÿªÛÛUÛÿUÛÿªÿÿUÿÿª,øÜþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|N¯Ûïø¼~?’H(|ˆP€’„‰˜CŽ”œ ƒƒ™©8‚­¯®³°¶¥~ª¼/‚žÁ­ÂÄŜɆ†€º ½Ò'†°²×±Ùص¸Ž‚‚~ÐÓÒ…œ´ÚêØÅÉŽàầ ÷å©’ë±×þcG ¥Ø¥<]u”TkÑXž‡S*¥”o"Q˜–%&:bhÜ8–§} ,0!“gÚ¨&šlBÙf …!¢œ†*6™Qjñ¥\“€nøç“„vš„ýćX¢'n TA=êQe€Qz#ßõ‡a¦jjÊ©¬=p‚Á¢FÚ®Ãþ¸BÊp„)aŸãý ¥_ÁPž¥‚Ž+³<Äu’¢ìj¹.,ÂÄ4’.Ic¥ŒUV±5"ë/€èúÀYÒF+ZE£€H¶ m›€ŸÇj¸ŸÁ² +,„•±ÜÚn®\&Ó¢ E:V¸f[œ¾¯=l¬šOº©±Ÿ^¹nÁÓÒ‚L‘$#9ñ’¬B©çÏàÆt«ËÎ|C­·[¢oÛXÛ«3zw/¦.®Ü¿ÿ ›ì¹JÇ0Á1lÙŒ³®Y¹²sFÎ$Ù²¸µ^ø­ša”aï`ˆbM+ú^ίNÉJUüu9Ó}ùÍøß±›æMÃÀgyð1ð`@) +é²yþOš†ÝÐ[Û7Ø’¿ Á¡N·Ž¶ïPðcõù¹¥•4ö¨XKq‹&š1': :AKgΤZ[ä«qXxçy‰ès‹iµ…¯¢>¼ VÞ¬›Óo»7£Ó;é…Ð\ƒ`‚T¯á˜F¾½ Žz¼ÁB&<úž@s¨á\×Ê“Û*6.¼Í"úžëxµ´„/â¥@-©å¢ga‚FŒV%¿ÏG ºŸhª@{ ÐhÞ@D¡°z0Ì#½ Ïx´çAØoDì™|àUŠ’mí^lJÐød÷¥öŽI_«a 8f¶ûNy¤šçÀ7ñÑe0lœ…¥Ä¨+1 dþ`¨Ú•lƒË9ÜëxX|Åv8\²º¨Ê91Tê0F2ˆ™,{Obi†âF?>,zt|Á ˜Cø<ñYÜÉŒf©”D ’©š_^æ¯D¢€‰!E„Â>Ÿ9Ïh²d68íLÑ[Hó¤ nÆ,%h}²3Å8Xv; Z…QÙÕ£'Éò“ ¬“G»L [º Üv”³RéOqÛ mbI„œB3‹D”–ÂçÀd˜Ñg@ÃÑ/¯»h’’+‚šQB‡Ü&œ¢tàÚøˆÎMÆ1ª” 4WöϘE0… –q-JãÏÒF-c'á¸3LéìPþ/YFyí2F÷Ö FØ"8t”.TŽCMÇrò1•ÂLh½Ï¥rŒÙ`Ë Ø¼“MSx=xÀBCá Œœf8ÀÄvb.Š+Ü.-ƒD_*Fˆ˜”¢¤ú„/․ü¨E:UaÞ$- áÙò8P©b´q)D^,HÈ îi6¸˜a „Uë¯C)¢TÓ<ìM¢`|š#/‰‹s†É,³Á—źj­biB  ²+¸S°ä°CZÙJ´ v » „øH)á´ÇhfÛ`hS îà}­HµN«[„±dÐKƒ›,eé‘¥Úd0‹P¨ò „þ7‰¾Ldœ=Øb€C¾HVMèðÑ[4Jk•’5›£ëN fÈ«9 U?\êÙ¿F‚Ò•‰óàP3ã:5dº“bဨ2"¤v 5“u¯›Ý+¡èµ¬ÄÔ"h“À´¡¹ê2ý@ö×j)dÁE,»Zi†xcVÊ;‰û^° èõ‹…ÓÂÄÏw»SéGý‰#E‚v_”\0 A_ïm¸¹#bÖªæÓ5 7¥ h:ŠJPŸUøÍ}M¥¹E#Œ­jµä#§w*$…IUKK8ý+eèF5¿o5ÚáfðpÅSš0iSs¥Ãr¶„+`¢Åă†_¨ø¥¦]‹EDþ‡_’3N‚/ þˆI¯b´aN´@¡¹f«Ä“|ö ]«(o˜£Ùß$ °ÈQ÷$››•ØÁCÇZ 5Îc YÓ«ä.ƒ(ÁZúÇ®(ñÅ;Ng®±Ç] :)Ý­ ÅÕ:Ÿ«¾ kº™ýB–Úì’(<¼€jÃô> Y j]ÙžMk2‚ [ÅüZ!¬‰Ë¬f[ÝGî¬ú§h˜€52 L7[‚§Æ‘æ ßíZ:•Ïv3Äß ´W—!Ðîo„áâH–xß¶½Â²Á¬ÌQq8– 8ݪWnn&Ö¤…°•ìÎå9ÙUªU®ÀGþë«[¹æK§²Ì°‰ï–­›&s]izʉý cƒ²2/'luS®:h"(¼& ç…ãXE]r¤çq.(\Öµ|ÞF±=~cÿ‚)fkZµDzx$­|z›cqb8þ>‰k7‹\>ÖXaö¿ۑðöTýÙö.üá‹}ÃUÑǪd jП¯vûšžV×–ÊjçøÃ¼•1ç—ªå[|t=š*ìëõ–ëñåŸä£[ó}ê¼—þè›[>ÁarxA&‹³H‹¸˜ ›37©rp5‡ˆFà(Èðd—O,èu$“$xÕ‹w°Œ€Ð"D`¾"w8à¸RØ1‡—‚Åm·hËd˜à§p F‚‹yMç4Eè$s~ÁŽÁh¼D!!µ);™+Y‡5(Vr£p€köT:¦ë†¡ÿ4­þ  ÕŒá ôÅ%•`¦ðF;Ð,ÓŽj!éÈE9ê¦óð…Ñw©ºbÙà –S¼÷£Ž–˜|jŠh‹bø%·‘Lv‚§b¸‰…•&CGZmÆ’#Êò“ôTRuhcuv%¡ãJãt® WFªU­œ”‹h‡¢è%.šhG;.øªÈñkz7`Sžø”ã8ÖÑ}¯G¨wÊ¥ñV<…Ê^`œ&†¶)¨ª äx~Zg˜ Â3o8c8àâ2wF.›¢¨«°û]"áʲ° ó S!ˆkÞÈjH¦-«"`e ù;-á]žóªÉ!²3”Œ\”°z—j$þ¹ÊPŸÐb“ÐuÓÓ¡ë«ÅH uAu €W7j\Êz}7ðµæ*³°ÅBì·- ¤-ã;]“D"ea2вðÎV¡¸·'•7®ˆ6zyèº4€K:dGˆ›bZ®‡qŒ;ßÀÓe4<0«Ót¬ær—‘´åyr‘nZç ¬¤¸çÀ§þ Ss_ ña(Ç ,°z+P§e$!§a˜¨ ûÔsƒ'»$à¨f“ÿ²!eòK‘ŠJº{8©·ØBvñ·½*rZ}>T[D³Šû8ë`œŠSÐeYï4?P!èc´µyðG˜Á¹øÐ0}¤Êéþ¼ÊªÁ£ý@ ©úwRkYýDiÀ› κ]0ª{r5 »|”B¼Ê&æAH‹´  ¼d!zn¹œCù"Ü[½—'ŠŸúx¢_Ä¥O¥ 5F–8‰\Þµ\qDÙ³R&âlú’$@\¢¬Ä,ê}k_`˜8¯É“Љ¸á¥urÅüÄ„IoºE¬÷ð&9À*Ðcp«,²ÀWÝk¶±pºJþYŸ†YBÜK€z_|)ç±ÌÛ›Áù²c|`E–š³â¹q :g;m¶Ã#¡ÃÒg…GšŒãLàU†Ü$çqÈࡦ3"CàA#2CBµˆëz`˜Ä¾gBZü‚;  ¼›§vº1[˜™H££ì$QpÊÈò;gâ:¬Êô\&ò8gÂCuŠ|”ÐŒ‚7i„¹2P‡Z¥î±YÅ%Ì­x…Û™ÁÈÜÎë %(9ü^Ñic«¸šÍR ~Ö’<™‘3ð¹ûƒ!©›(-£óˆoôOWàΛ’#ðlÊÅ;\*üø@n†yñj Av¦Ë4°ÂMÅŠþSÁËHm…£qkòRLAʉð¯ôä´FåˆÐ¨‹LLÐ-¬Àéw ï:®@¸Jh{Œ{ZÇJD1 šó°²|WƒÑˇ Z€.°êTÚ˜ ¤×Øù:±ÃGÞø0)|~Š«ó@º¹‰Iœ…gh ë”ëÀw`½»×л0ÆÄP~É´ÞZ ¤`ª*U¸â„#‹ˆßÌ7FP³ýµÔÏ……ð?sH¼@Õ¡ÛBåh•©¶?%iCuÀN)W;˜•͆#æV#ý!ª ©+m¥ºßV×Ð w[¶~í:P Ð׫ý× )†§`vVØzð¯:‘+y¿ŽbÇÂÙ&@þOx<ÜÉ»{üÂ6†Î¼+„ ÓÒàÜ+¹šº4” Yjy¸cM_¸×c´³ˆ…Ô±Ý+öp¤Ý) øà¹·úLùiD9hˆD(ŸX»€KŒ# ‹Ýe-ȵý½žúP·Ž™•ÄQÚ\O%%a¸™ß®1¥ P3C÷1âk¡€PࢥҠƮ©œvÙSé™ÖQ¢«˜óPLŒ ¼6÷ýÉ¢4-˜ýh5,¼œQ™Lfà§­&8>¯}ì¸hwþ™¬áh Žäå Äw™çgФ8 fª«»&r$:'ŽO ¬âŒV¸<©ÖpÀÌ[ ’6,Ô­#z[ËäþlÙ·Ô{Žñæé7Ó8äKçÔåèo@AÄøñ6z¹#_8¨¥B£ ˜c±A¶Z’\ÞL™íSE*×ú6o›)Þ .+®o̹4áJÍÐ$rn$`à °JJÁK\fmÍåM¸º ¢ Á0$a‹§Ž(m&ä›°[’M*+>^A[\íú‚ÆhÜ;(cÓÀ AîP›æºª<„ŸFÄË;šdD¾ZxïNÁÈ'Ó¶ËqÃRÒ¹QÕ˪¬¢sƒ-ØtÇ-e£A=¦àb²âÊ”«Ò•ÃÁn™Þ¡]óyë^2{[é„À½½¬e¯PÑþo2Æß±¯ÇŠ´ØÿZ—Wù{º®ÕS´E^MT¢!kC¾œ*.C+¼ý’D= *™*ÝcΜŦ`¸5Fvc€³>í•Á=03¢ÊåñáëËQö61¢å)¿Ò<±«¾sm`ÅlÝ‹ÒŪù _?3²QÏ0ï/²œïŠ ‘.I0Òô9ºL2zÆÂ;ž®N]£Ùž7Mò'„L"Í=¼ÈúÂÞAñp³žç‚«èÚ¥x"Ù»‡ºÅócÏ#ÓöœùdÌȶßȾ“2ùî›l§,¸’èAþCÈ\„!çaþ¾³÷lª+źՂÙþñJS)Ã2Á4Ê;ÌüöŸ÷ö ÿðµ³f7¡ÀFê @]Ó$IMƒ$D/Ë3]Û7žë;ßÓ X£ €< šÍ€°'¡P,” &“ál»Ü¯7£ÑНU*)"a¤V‡f1¡,|ö;>¯÷€þ€_TÀ€À¡Òá¡€!Ô‰U†ÅØ×†eט†E†•DÉZ‹ËŒ„'Â^«ë+ìNÔ,€ QàížÜ„$…F–f0—ÖØä'‰ › “Ì”dXJlµõõÞ ` ¶ßkÔ¯¯y¦99§¸Åœ 8J³÷KC¥&æB6¿ÿÿ ™ùDŒÌ0rÄ®x:³Žþ‚(¤šµN0s˜6,@° È"õ4 AEƒ8Nº¨ì„ÒÊÃv ¤xãgŽJ|:ïaâyƒÇ:#‡-*£d¸^Å+¦°á'+É Jx0q“+*yÙ¨ÓëÆ’-ëoÊ_”ƵD‡ŽÒÚ h¨¢X°À€M\öüé÷ïO}4Í.ì \ *0 „ÚpqÌQlh6#PKدš3{deø3è&¦‚úä’m=— åN%Áݼ—vÒ ¸ï†úBóîC‰ÄÍ(%><²šw<Ðu3tŸ™½vöm48´TäªZ‹ò;(î*°3q¢A‚؈ðµíþ}ûþÜ4…^¯oTÁ«¢æ¤•z­M †UÌÜe<7t™­¤E ôÙ7aHàèGšâ±ö_€®pž x­Gnð‘øS0œèã…-úCSv£˜ÖT3RµÌU0׈s–0øã9›”b¹x$?(˜§Ý ádb ($€ˆ~ à—&v¹&,m%k'Hˆ$š­4ÀÀæE˜kRŠ¢Æ2LV ‚@¸ Ñl “Eñ7àDg¦y¨JZ¸$Dº6Š;UÚ¥c–€Ù§fÒÍF:/¡éLm°ˆ(©=xÄ8l.im¢pgˆoÜ¢E+ÁI ÇÌ…#3XþÊH©ÁêàQ•ê·*•ç)§#y àV­µr×®.›—°ÙîÐњݲù-)lÀŠ%VpQÜAé*¤qQšP`„à °ÚÚ‹Ã „Z,¿U¾Ó^,¬„xߥæÖ´˜&(]¤¤Wi<÷JlƒÜzDMwR¶\À²>@€È,fÐDJÅUßFX»œCA…*˜nb¥k³ëù!c2P‚¢Ê¬uØðµI¬÷2Ò8Pór°©¢¯HäÀšH4'œzh‚D ع²-'=6ä:ÝÇäæ¼7üVµªy%ŒÒÎy”©­ÙyçÐìÒÌÐ,VT/ÚWª«Ë®vÛ™ÚyÖ¢7ä8з¯€¿·6Wr«>þz^óÍQc9é’ 0ïG0ñÈ)/ð7¹:žíṯ¯€à3Q”¾» 9_nô†pì}7m{ÇÀó¾¼,J8ñ-®a¹åçìD½Ìk"Ýk9|IPÿ7ùÀ½=ú<èþÃN¸ýúéË/Ë6€ØoÝÌ¿ÿÑ×?ÿx@°€< ¨À2°| #(Á R°‚¼ 3¨Á r°ƒü C(Â’ð:!;gle-3.1.0/doc/html/helix2.gif0000644000076400007640000001157307326107675011372 GIF87aÑáôÃaua08ÿЦ0šeeÏšeš00e0000e00000šeeeše0ee0še0Ïeešš0šš0ÏšeÏšeÿÏ0ÏÏeÏÏeÿÏšÿÿeÿÿšÿ,Ñáþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|N¯Ûïø¼~Ïïûÿy‚„ƒ‡€}‹’‘”“’ˆ˜r•ž–Ÿ¡‘™Œ›h‚¡ «¡®®–„§a“·¹¸»’…© °¯Â®£½´[žºËÍ«¾¬ÁÓÔÇUˆ•ÌÌÞÞ̼‘Ñ¿žÔè¦ØL”¹Üßôà˷Іæéý¯øÚ¹32á×<{éü¡`ÁGçªe˜H‘â… í‘8¤¡¹zô*NÔ컇þ>J|%£ËŒôHqüQ¬„ÞZVœ·… Aœ4M§Î„gæXdóÎFE ËÕ°Á¢‚‡ø­Œj$Je0¥Òר%à ͱhË àÂ¥ˆðذ,˜Bå6ªÜŠ/„vÚ:Lçß¿"í-ÂË"(»¦° Ç<7ƒŒ 5%ú¥Ì¹râo§8`@:ɇi(À<˜oá·ckÈ0$<Ñ%=Ôµe $pè±oEžŒ|ví‘ßáñàAi­°.^ù7Gá™]sEN~ƒræÉÓ×F8ˆñƒ°Ó{Ç÷á¦_ëä`¾ÿù¿ä¥÷;aém±þ4Ñr<'<òÁÆß„þU`€ŸY`Á]´¼gYó-ÈYÁ%°À`JFáŠþ¥w!m´ÙÓ6ï=`d"nÄw G”o,Ùâ‹ÎAç ‡~$à!ˆÍpWÂ-€ÿ …XNèâ–È’{Tß9N„‰="@3"]˜å›/i$€$ÁD)è¤Qk¶ä¦„Z¸åzô’¤˜*Õ7D=ú© 0ÌÁiéŠ\ h¤&|< ÀX‘ŦHDLé' dJx饙v¹)˜r(ù@¨’Ìœjç‡M·j¡AfZdL°¾!åLªço¥þù'í—ܯ¿þ £BŶ!ëUÊì¹> ;µ,µZƹ%HÙªqlP…ˆ:Ñ‘>;Øi«/«"êÍOtl /[üÌkħŠQQWîë°¡/ÚFÁ | /­‘pC¯¸Ð’«Ùr +²º¶IÇA]Ü-“ Ø"ÙåXéÃ4›·î¦ÃagÊŠ|È” „S6òÈ™Ò]În°Zʤ⠽-À”6âÅV3Í["fä-pxŠì¬æ°l¼ǬõÑ[‡<™Òÿ2½ÆÓÈ 2éWMðdk·ÝörJ߯†§bª ÉdO 7YËì7ÛœÁýÜiˆr¨@ŸªGððEgþs ²‘®Ð™Æjt“Í©V‘ývÚÆöìÿ½ ]Rh8M8ÏíQq¯kvÜ´¡W;zছ¡$êu¯ÎDáyG¸,zå/äñý;ã˽˜tsž__ºH;œ±y¦Qòdèn1²3èõXJ쌽ÂwÌ»®ìxæ[osí£› 8nÁ>1 @8–»Ó ð¤ Rd¥*@`êq àÈ7p©ÒÀØ”ìf8`÷‚ÒV¬"˜¸ŸƒV´¡ˆ,ä’È:ØÁ²Ä‚cbX€u÷€4Ð(| óLpêær±„­`“ÁþõGvéJŸ½V²3èÐAðI0 ‚P:”þ½—Dya g”–)$—QqŠ‘#7†˜ÃêÆ«±½ÜbJR’R ¯@y«"åã ­´Èì•,g@Ę«(Nzþè¢>|¨ -Olk)$OICžå”¤c®¨$KÞkéE vq j±:8!‚7 œ1LLß/шÊbND’°¢­†IáUd%1A<¶â %é>º| %z9ÊÎe˜-ùœ1ŸÙE(S8"€Lˆ¶£ÂD“Í|É7v5mN‚/K¬È/©x‘*½BœãÜI/z—… UUÓ ;²’ILlaÃȉ<½‘ºšQ^‡'þ1û™Éé”–w !r%ýœE¡¶!àZ˜tJÝ|j-™È˜3z5LúÀr=å¿ìrÐ1(p1[h@Žu4*§aT²|†Ñ ÆR"85ŽN©BÐ+`&h"¸ Ì†jCrDªoÌ!‘K¦Æ“ ÄW1§‚‹ŸŠa`À*"SÊRf(&Y@0á2¬ @à}(kZ…ÑKJh“h½ù¨+ØCŸ2X-L]áVÄ‚2ãëµ&ò)lFmD“Ï:È1?³Vi¨ÕØpØ1É ¨pTW »bC $‘]+`A®ýÁã· M¢²5Ά~ï Œ l;([8iX y)þn›)¸¼§y)1„6~K”`Œ‡,nI"ñ0(à»§Ád9Ùç5¥¤…@œàs€\r«&ôóÈCðd^q•"ÕØk³°š†øöV£ÛW‚­Õ×»jdÄ™@ _–_ ð—©3ý/WÔB9-xê»ùüMúXµ`uaˆ¶ÑõÉ!N¢ßCÂݨ-T¼¹áC §Zx©ÇÀk%€Œv­ ò‰%÷”"Ë8!e‚cT*0 {áÃy$."h=![Ù˜FÎòŒ3«ä ŸÄ J*ãTå¿(š}ý‚ÑsŸÂÕÉz¦%ÈLIc·à´Ì`ç,k<¦Î ¬C©YÃ\¶kÕâÖ,À@á1)E þ¨ç,Y™kivïlÜLYÛ}†Éo[Ge%øÐ8Þ?%†ÅJíöd’B½yÁ¹6gä‰.òm÷Eà¯9ü¤U€_Ã;Ðq!½íŸ´c6ƒ–ÐÏxý¬²š1L‰p¯wy<7“gŠž_aŸ{T¡ŸïE4€ã`Ø;`{ÎuE‹¨ûRÿ~¡}útè¢ìõ”tˆýþºéå¬ü3(ñ7yØ8-ñÇl:è·J€}ž·R¨FS·A8dãÛ†pªgv9—WćsÕqh&Òa„„Jõ29hH§ävhe’¦f£t†ÏÐ ú oIç rU9ÀJ+ä8ès?k¤¤5c8xÃÔ‡Ät†Ë ú€Íæ)0Il š°…s/=·v ‡T5[\Q†ÎˆãG ½px†…‡X5§3&a´CáCa[þ‰3ÕMaXsQa‰´‰Ï§‰U(„Igˆˆ88  £HÖ=^h‡°‹!öƒÆ4~&ÄlkXIwcQ"ImPk4¼(H,tcÖè…Ùõ ÂHŒ•‰?„Œ¸n%âÉ•^q‡ž„E×åY} ÛHŒZÖ‚éöy…AÁ€÷ñçåt£AÓ#¼x(sM]XZÑ0XF~è‡ñhC8•o ±_ÈâRNS‘qàˆwv+’\Èý§Ù šð™2p~ H h)ÀiŸu`'xéw´ÇŸ" qøŸG  ø¡ç¢è¢W™åy8‰0Îò©—©Ù#S+ê,“t¢*8J˜:*¸09%@Z/Ç9£pùIWP'2D¤+Éy£6ú¤&Ê‹@:¤Ç9 `˜{À޼â-áÙh& ¦»(¦êšf*%Dº¢ Ó’Àp>^4To*¦º"¦gz¦çˆCÁ…x°›¢´W0Zm+¡6阆Š|DK¹y,ÚYY9f§|ây&WyšHBÁzu³‰a›¡š‘we¹þ÷|ÐP?gy ½ˆ—‚0ŒÈW{fv(£Ši'4„ @ æY_ªÊcÞ$©àG$ÄL• 7—´ðLדþ5eb'¡V©õÇGŠ,Õw ‹‡Ÿ…^€z‚ÌÊ"],É„<‘ŒÒªÇpKØô¨ÃHiQˆkÿ%]HwV©t,ÊiÖ:’6´hR…Çvnk•j,Ò*¯ B’©—ü`Ê[¶Æ®c ˜à™Aqhz 5ÊpŸ1&QøZbׯ®FwL©6аŠ…Xz 47v—¦e‚zèƒüJL±ê +I²Þ5JHèÙ©[)U¸°Â$³B‹‰5;¬WØ'aF,Äpþ=ã¢\Äg†žÐK˜ðËŒYÈŠ–+[IÊð(µg$”AyO¥@V%J˜·([ë4uÓ´ à•áF )´~ˆRºV à(Dˆp ûH;"à ×Ȳ‚€p_YK[q·Ž+OýTX—°†¥@² ¥„K' ›‹K¸^º%ÙQ²¸’”›÷’Âašx ET/cŠ»E¤;º„1¹¢j³RÕa¦™{‹X£+t]Ž _k »P»þ œx꣼ø»š£ ¥ùº¹› °_ò%•ɕLjš)¬v9¼k•tŽÒ‹GÏ`0Y°H‹~+’ª€þs‚±ëÖ»&ª¦é[ºÊ,훎ÌiÅk›¸YaÙUëP¢>j¾¦Ò¿À C·B£¢ÆZ ŸIë) <6 Zƒæ›0¬¾áEuZš”–‡Æsz³êIa‹:N%\ˆzZùÂ%T:—®×rPC Z²‚‹¢5z²8L6q™¢¹Cj§8J,™»y ñj*¬›ÄÐR0‚"ký¹¢cÚ¡(z§ Á*JÂ#phZ‚` @k^»0€¶Ä±¤ƒ¸E ´r*Dh ¯M|8§¹u€9íZ>¡k"0‚ºëÓ¿{œ<ˆ·"/iÒe|žY º *p -:ªkÍ%UG°K÷7Ïv wúP ØI6¡†M|ª¤þà(&×=é±tH·à @ÀV ¨Åñi†‚ à QŽD¨ßZ’XX"#IŠšÅô^PÊg3æ Ë;v âr,zä"ü1¢Ñ$AÎPc6Ž!À†ÆäˆJÙœ§J£e )±‚JF SHe‚Ø££Œ©‚0;ÚX%Wø’޽q©Ž—­4&r–Ц9Æ(™¢}E%ÔÍ›}<¢M…p•ZLšb*€kneÔŽ;m÷å1¡QŠ3~$5Š €‘Š-€R’¯ÒÒŸÇÔ´j”_UŒ$‘ ”겜¢¨jÕ~ÇþZj¢².Kâ… ìÓOCÓ¦:!´  §\«¤SÖÔ4׌§õyê8\iV‡ÌÊôͧ° Ö¨±"E¥±ãv2ÊR ,p¡®‡Võ¤AoíiÓůŒÂä¯H©+©§Ê•º·n 0µ™i{®j“²Ôñ»¡akŽº¬S&eð¤[42É .®o¿v²Vn%¼'ºÊ>f+lšÅå)s¬3M³ŠÅ²åÁà2|Ñ lÓÕ˾&/_rn^ã8†¦d’œ¸q'`ÒšÏ"'¨%MY-‚¦‹&L‚ÛêÉ ûT–A!mkÂWm¢µÇ}<³—!‚U$ö…¸i *\Égþ=zÐŽÞË (Àê¤3ˆîS’"¢¦<çVXò”î#ÿV–š) uX £2Yø'éEªý ™Cºù“y$±#ÒŽWÓ„¹fpࡘFOŠÒ'K¨¬ŠFVVXÉŠG› Æ6D6’=M¤Ëñ¦¸Jz­Ÿv㎷4ÈMÀ1Å^ê˜IHBÏ x¹ê‹hò¨|8¬ª(“岿 ¬¼ôXóŠ@dÓší1p†³iÍÚ4¹*¹ ì¼æ©f°TÕ)­eOë”(@ˆòû Aèμ%& 9“+F2½X‘Bk`ml†xùÖ‚;0À)šÊ4}©‹­0µ“Lþäf·Ôº3zNB 1cð;ã5J\­’©r‡-¥ˆ qÀÀ.Ùú­ÖÞ ô[ÜÛ ÷5r^Mgõªi·’€h¸„«UìR#ÄdÅ1*ªS+é:vßImD®vSXc 4%zÜÕ/Tà÷ض²¥·qµ(d’Uñw3ÑX‘@è7:ájÛ]÷T—4ð4WnZqWz4 S&£p޵Úu¤J˜W¥ dƶ‘¶î^Ý4ñiíF9ÄØåÇïiÛQZÙ>:x)–«‰±÷Κ¦¥ž q“ãÊ¿èB9™ÎNP¬BÝ#/ö¤_F”5”\=ûýŽtšŸìjÚÔAoæÝëÂs_þLF5lÜ…—6à~",áþŽV¸þ1¯r‰1aK¥Ú‚±@}á2$«0é.9ž–®Îe_SÁ±žO‚£3,(…n-ÚN Âà1—„ 1xyB=ÒÆ5I0?ü†„¤ƒ  ŸM)€Ô¨’E&×D\bg7YTek³ZÔ}om³Aw̸Ц²,ø *’ذ!-ÍìvÙå©7îæXnÇÏBìB-ð©G`f.Õ‘õ¹‰ÎµÚ—IÕ b8W‚àÓ5Ê­r5døÄ'ÒwU$fXØ1Û¦•2LBš±qL€“Þ>`²¸AU‚`8>ÉÏ«f®àêž5Ú!¾›´þŒ‡Ÿ4R?ÆpëO Lî0ƒæWÛÜÙ)çÄü7 Ej¶n ÇH7Öq°H>=î*Ë®H¤íØJ|· E,¶ÀÞ뎟R&n+ÇöTÓÌêªþ¶Ãñì˜ÆØi%oB&c×Á3ÔÿÓkß¿;Õh^ñò~‹žy ,kØ£ ÞÒUà¶[G²à UÝ XŽ«gDÜ$'¼»}”î7 ¨ëɲÁLÛ8±ý¹®r˜O‘Ë\ϸcÀ²†( Ðv×j?·nï1Kosyåîj„ŠX㙈-Jw$ -ŒD: Ùï¶ñ‹îÕµšWnSciÀÈzþû'Uè¶Kj´[q§g‰2*‡Puó2÷Ò˜³}.´50`+ Å+~Â}ÇZÉ4~øçZL€ÐxÕ0 îôn³3³aX¢S˜b@úä0Õ0Z²`pqÓ{K€$ï´$.$¢±àUßåFŒd|w%"Ø¢X9(-#˜@e‚…g*’_lƒfød5 7…Å¥|¥e{ÀM’h…p”agª`‡•l*ÅlÂv¾bXy¶‡tGîÂe8t¢)I3Pv%nû`a>å%~öszÔ!÷\ãÕz†çyøe{E9D°hÍôhq$YFh`Фg»r÷SÁþ’-•4?ÐqU§zGƒVÁ uˆ FÑr[¨Æ7 vq@P^X{䄼qIR$vØõJ"gñ‡ ön£[ãånóÂøÝrr›’G g v{ ³ø&Û:öñ6ø¢_áEZÑHpî"2!8ÃØ¾vIYÀF,21 …èzRoö:Qƒ…£2àg'»ˆBµc Ó‡9pOxòO0 vçqvˆ2Gƨ×>#åaô”/#†c`h19wóf<`J´òO‰dšè†?Ò‘GåhOŒƒ8\‘ø“Ãf5j4¢GQ¢b6FVH8þÏ’ˆ£c:z”6%ö/Cõahb5>¾ç6PH³·  7 ¸V·ãGp"Pˆ ûpæè]‡³f °1Ó“s¡’”Ó?€³‹äO‹õt 0@ø!7q.õO±+¸$Q¹@M6S„f„±’“‰cSAwîä1——U69ERép“2g³ò‚㸠@d`GhÆ8ÌÓi™1mÈuÝøkFeˆ±Fbvxûø‘óOísn =åFC§gkÁ³w‹az?<€ŒÒ8JÆ—ç³\¤Y §sà8™3U«¥ ³BÐÆW|8ÒÖ~<ÀL‡y—¹¶kXœ}äþ†QgbÆÙ` ±p?ÅlçvYµaY•=`2…¦jDmeÖ&…yDH@3µ,)‡? z?Õ[¥a;ÔX‰dø9•…:-øXú(`af[O6Nºx_¢Å…TâDUÈè ØV@¢—U&Z¡ù†yÖ 4v8Y£¡õƒz¶`;JEz¢!!6”¦ö ufš¶`™,ÓPÌ¿¦›¹‚A€~m™;FóWKÆFSä®çvalÁÁWÎø ¹¥›ÉgAnïYVùÛ”ŒF˜‘§¨-ËcÌ55dÙ_8S/… °;”IþÀù¨6é‡6T2]âz•sˆcyY³5 &ù˜u©fvùµ0Q`·2u¢ƒ;›‘È$]ÙÒ¶5ñ``„j7dj´®ã:8¬‹˜‹‹ÙVŵˆ"©÷#ÍR®6!9ìz*Bgi@—3û¸\‘O£Hâ)^Īr'‰pUZÁ59 7t¶ wk·¨àã±:R#k€¥‰I¨N…‹”8(¹÷a{»` ¶=XË1„ò‹jy„Óúº„+2£µ6G11ºÌû:@€SJ£ª[‰£¥‡“ج\™¸‰$—!*à븑 g5RXÉv£haßb&Z€5¿”žë¯OÖ¼ÍKþ3¦I’5N*z[ø%Ä{5|b\y4=P·…»w™ÀžÝ‡MÊ`„E$ìrHpº|ï{^hS­:ð|ôk·I_õ:šõ%y¦ Ö¾º©T›•LŸ?€$á ¹[Ñžh8"y¦*¨ ‰Â97[(ö@ºÌLF8¬s¯ÎjF<3)Ì`¸; ù?A À\—\P|¬hŠ f³šÊ$Æâ šfe<ÃÂÐ"_Uɲ)iµZ©•ˆKe–9;F²™?Ã= ζ!5—2,¶»Â&=·< VÓVõûtV4V>f£GgvÉLE>1V+JIY—š>Öc ShCY>µ¡ÕæÉ<`=Üsz¢CAœ¬¢YÊÊ>[ZœiµÖž#$BÔ‰ËGÀDŠ ÕV}Âìç ¢·™ÌÎüÌÐÍÒ<ÍÔ\ÍÖ|Í1;gle-3.1.0/doc/html/helix4.gif0000644000076400007640000001213607326107675011370 GIF87aÚøôÃaua08ÿŠ¦ÏšeÿÏš000000e0e00ee0š00še0šeešš0ššeÏe0ÏeeÏš0ÏÏeÿšeÿÏeÿÿš,Úøþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|N¯Ûïø¼~_$*~ ƒ|‡4 ŒŽ€†ˆ•+ ™Œ „Ÿ~~ –¥# ª „“¡¡¦ˆ¬ ™¯’Ų¸¸Êº»wŒª Õ×Ö®ÅȵÝÊß ÐtÀ¬šÕ ©™Æ’³ݶßË âo¨›™ÎÁ  °ëÑŠGT=5 $l¥ Ý#Bý´³@P^ÅgÉ(,·BέÊq’@nþSRÊf£ª—=îÛä "À“-êŒ7¥— j x¯œÍB&'¦Üiѧ–‡‚„ldÍBžD¹[šò‚¯Ë,8µuÁP¬hYM»Zr[;¦½ÊýÊllklÓê}ˆV«¨œ\-ΫÌn…g*Ƨ.¢_Z[áîLÐ0ÆzcMÜW+dÉt)S^f¹HGÍ¨Óæ½)ñ$hÁ¡cë,$õÑI‘\´õ¬À±E/¥ÝcªÞXë& Zî±qgQ·¢>—)ñ 2÷FÎÀòA å>12ðeÔ—V¸NÃy÷÷ɽË×m¼;ÎóqƒÓeºžý ÍðXÌw¸1oqþ•žpp‰åŸ ÇÅ'`wrM§_z >xBVZM(á:ßÑ×N潶አ®ôàs#ŠØ]nె"E8vµ"‡)…ò ˆ~ù!cŒ<–…Ûø–LŽp-ÈbE.Zä”!Æw[1„i¤Már_Ž`*¸ã“:ýaTI v¶EЀ›ozWÁ1a† š“Õf¦S~ •È•8›™yä&œäÑY'ExŽIh€dÔ€ŸŸPJ鈂êFh1‘Ä ‰þ¶(£Žê§b™õ€R«¶ji5vJ’xä-9*©æy*EQ"b魲ʪAD˜ =}ªzk®dâç£%Ö¸”MMþ°" ¥Â['³âgѳˆÈ“'Ì>­ü3‘±øÞõëÂ.Ïï´#ãGM ‹0ùé»ÿóÏ6ü/ìŸÏ®þªÆ“Þ½Ô@åeRëÚÞ‰þðë篽íï“p®§˜ë“ù‚w¿Øà{‡3^ÿN  U$Gs²h«G0!0{:óÃUÀˆŽ`´[<.˜À)mp 1†Ã>1 îg„ùc¶‚”² \™0Òo&ˆ>ɰ|pó‹ûœ•¡ð !þØ¡Ž˜Õ¯ÐµãWrœ]Pq£ý!<8@5Ä“¢oÄkWøBþ‘Ÿ 7§$ ñ PÁ¬è§t頸蜓šX ay ‚´ÒñXbUän€pãQÁE? gi*zâîÈH=žqˆiE3Ö(½!…ž°¾ÈŒò\*PƒšÑÅñ7’€ª²Ø%GR$ߌŒWŠ,#(בzPÎS§”ž» ð·ÌÁ­EŸ”¦lòÈCh1 !ÄÛ~u¸-0Š øD|†‰•bîA$f9 *Õ7¶,è‚NÃÍ:cM<kq 'fƵì‰AðÌΤF×rV¢(­`‹YŽv# –a\ÒPE$P“‰pŽ7ÙY&°b8‹òÍŽËLAù@I%;¨,þâˆ7 ôd ‘#—:ÁˆL4Ìœf¸ˆ-mY°£Ý| B³šƒ˜z˜‰NƒMmsnaXL±Ï”‰Ç¦œÂZ9푎¤öÔKJUPi&‰wÀ"ÍReµÔ6²&n“Oˆ ð—/Mõ^ƒ.öÖ·fxÊXô¨T6Ñ)aŠC€xGX±I„¡¨çªÀ[§ÕÕ4T£eI=å”pƒw¸ÃðøÖYí8Ô*ì-r£,IÆX$¥I–­‘ÎN8*·ÊR­ °@PÂÚ9CÚÔJ0M.Ö©´ÅDf=ÕÚ8 –7×ʨQ”Œv²hƒ4,N̪ŒðíYþb6%hFbPâ©~—Ö.`tµÏu„ Óð[NŠü´.†ÆÍÉ ÅÀNÝF¼!èTƒkÝEnC´‹K Î¶p\èFp‹nxc4ô ÷WÅ0’c)'j0 `®wW¹G°¡&ÎQ¡‰¥ Œx0õ¨i•Zq«¾ªpÄT¡ß§÷Á•šQj)œ# úµ &Æs¼Š¶ Y£’q§ÒP…Tx…¸“…”óƒ>ÈzV@5ì`+‹’HFHt·Æi£·Ý1vrTc.f‡g£…tÈ…v€_xNìP'P6Bup+·r|ë²% ʃ;V( "%9¦4t‰[Ø…w(oȆ°ÿÆ.åч*2ˆ¦÷© ‡¦þx6“ŠQs2ØŠç"‰Øƒ²X‰”8^^€6¼ã÷1ˆšÄ. %áqˆ©°¨‡EuŒ3•Œ€¥ŠÌ¸ŠÊøŒã¢E‰Ø@‰ÖkÕ ȸS€Œ'sЦ49hrºƒ:×Èp—hC99R3‡s‰Äå8æH‹é¨Ž/°ŒîŽûøŽÅˆ:ôèw¸<¶ˆ2 ü¸2ñˆ  ö˜ˆäEq íާÃÙåxhXÁÎèˆY¥…Yç¨˃itRe°7.ÙŒ®èŠ$™‘&ùƒsò)Z©…Ï4¤© 5åâC³3'‡È¤¨y p¢(U9Ž!¦Ú…bî…ʇ@seªT T#Id\1J¦Ü5J²)•ÏžˆÐTû•,ÊX †záØA¹ •æ§H ù ?ªiš ¸À¦yþ ѧpÚEüCTÖ©GàOª¥¦€oêv´ª¢Ê)ª𨇀DÛñ‰1èV‚ –y-àDŒâ€L­´5 ’3.•oÇZ5Up§ Y¹¥‹µe.Å+f))™éG„p™”ªÐ#¦Öh@Kß±6Ö f-Z‡Ïzqñ1a¨:¬0% ß‘ ó6^ (‡%«·P¤ë•  (§âF°òAr Q*=°°ˆEzÕ­£z!º˜† rÆ£‚ O^a@4Aá¥GzMQéÚ±   JQ²=r²% p 0˜²*¢A²¯2®þX#­H©;UçæCw)ÒDOÆøŒ:¥FÔ¥Ëð•-À´ð ¤  t!Âê³ß¢qÒ„v ECY”C[¡´* ˆGÙ”Ï=;µm6L·ç`ŽF´eÅ*`[,S´ <)P{³ ŒP+Ó ¸f8n„;’A÷y‹7§€¸1zÀŠ”Û¸–µÆ¸Lvg·jJ¥Y^5ñ›B(÷ð¥Ù4ÑZ¤º9 ";¦°»Fè1“5$ñˆöùvê)jãê Ëà k™äR ­É{7FØkÒfó¥;UArCÑ °ö‰1zE |“ŠÆþ†qª¶²#qwåk!f±e©ã òj4 ÊðÛ ˜¬ -#°eqHCza°›^m½Ó"?Ë@\$ Àõ  t"±á;€bÓç¼ ¦‚B! Ë@I¿}+­jÏg€ò¡„6!>þ€ÂmÁ ãE‘ 3üÀé§q „ÛòàÂ@\À³"Œ¿:±{ÒænG¡%­ nñ ?œŒ´))¡¾¶z}C$Òy*$ àŒ(PTÉà*ÆDˆo¤6{#Òy–†0¼( lœ^r¿°û|T”¡:—0œEå™ôºjKÈeºl#ª³ù”R‚½b,sþ DhX3Êð-šÄ ìÕÉ04yã+tihöEÈ07A²ªLGHšËI:0ßÒâ¼-ÂyúÁëY·|Ë 3ü˜¡K·!Á:Ë´¼NÇ܇ù‚#3{LÊÃ6ùä¼Ú±àâ Ð0¢,ÅÇLiC*ƒ¸Éô2ßl¿%ã½4óBàÖ^­y=²|½çôךØ=׃}I4ñÕ‡-˜Ï‹MiäÎýd´PŠ=ÙBÐØ- ~œŒ×­BÊ¢Õ£-¥­ˆM> ¥Ú«íÚ¡ÚÊ2ÛEðÓhmWÜ~ìÛ<ðÒ¶Ù¨í|P*Ü,pjHüÚó£,2½Ø¬Õ&pÖOeÜ¿-t²ÍÙÒ0g7œÄ™ò¯÷Ý“ÍÔ—cÂ×}Ûx¥¡ÂBÝÊ @‘ö¬¨C+I¢&ê}Ü µ*ÇúÞ2@“‰8ÎTaïáuÛÍß¾¬<û 2“QëÜ‘bà7 ¹'àœ$ÊlfáDtáqÞ^¢ŒÓáG¡“- #âIM%.A„âJ@‚ôL.Î%ú É=ã)㪅ã‘B@ÞåT^åVåZ¾å\Þå^þå`æb>æd^æf~æhžæj¾æ_>nþæpçr>çt^çv~çxžçz¾ç|Þç~þç€è‚>è„^è†~舞èÀæŒÞèŽþèé’Îè!;gle-3.1.0/doc/html/helix5.gif0000644000076400007640000001171607326107675011374 GIF89aÕãô$$$$$UI$I$UIIIIUmImIUmmmmU’I’m’mU’’U¶mU¶’U¶’ª¶¶U¶¶ªÛ’UÛ’ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶Uÿ¶ªÿÛUÿÛªÿÿª!ù,Õãþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn«8$2¯Çéw¸{/„Àåws€ x„p ~ |6x‘‘s”‘xvšyŒŽž(•˜›£™¥›q~Ÿ““¯±°®—“’·—»—¡§¬m ¶’¾¦Ç¤É¥¨‹Àh s¶Ô³Ä³¼Æ¼¹Ù½t~ÎdÕä·ÆÊèÈ˪á_pÒÒÒ²õ´ÖºÜØûåÕËí¸Ì‘7­Ÿ9o骳óB@,ã*È‹7oÚ=ƒ¸°iÄ£Fo©8€0MžÉ‚þ‹!\XÊRG|+9 %Úp“Xq½‹@3zs©P£HgÅ5‡¦aÓ6ð$h㹨ìĪä1c…S«œ"9‘ÃÍ›9yRü¹æ.†™Êýœ[õ%®‘b‘ ”VªÔ“%íºÅš •ݪuûs6¯Ó8ll¶rÚ-&%×°Oµw®µÈ&cÇCĺpaCë©° V¹i‚ p€(lÀˆãùƒZÈ8 ‹Ó‚æç¯ Ó²èÍÁèf 9NË83göùOq "È“ÜUpW¼" @€w$y®ÃWøËS69†çù0@HÚŸ%þh ‚t)0@}$å´\eÌ]VÑx  ¹'b{å˜ …Qµöš_±%ö3}ˆƒtÎEgãt7ÖˆãŽ::‡ÂŒ“ßÊahäÓ˜Œ48â“®¬ ± ™ß~Xç%K29‚ †Ù ˜`ÒÓB„dyGäš”e¨SO⣗78Ib и¶‘*²ÈUÔØÑAÐøœ€@ÜšEN6YZâÁÉÔƒ„ªQ{*§éžh±¨¥5Vš†8À¨›©áh²P**´¶éžfyÚŸ‹…¼ªFxЯ©^ˆ–~?Mª+SfÊèžÚ (¨q‹†©Àþ¢Ê¦£ª²º•´g”ªé¯ÌÖšå­þ4Åmªù+¸” û’Øty®é ®rW:‹¨sÎ ö{m›Gr­¿bP{/§~¶x´ý"ÜEê Ü(ÁË‹Ä`Á··Öì¸ÏÞÅñ hŠêÂ!‡ÖZÛžÜEûY¼œžXþ¹¯+àÈÌ…Â6·œÖ»aã3ôÊr¸}æ›ÑGoññº›^ìîªUE5 ¸–ªÈz®Hr]tl… /Û®ªÄÖ%¯ÙO`ºè¬7w:¶‘Àm’<0¶W›·ÞTÀZÕLã¬o`¸ J¸˜4à•ޤÖ/ÀáËÒî~þbëÌs™G!ùÒkcëfhÔ•7ç8JkÓ ‹¾æ®AàÒV¯½ºÁ¹7¡Þ²øÞ\7N‹OcðKÔË;媃wÁN3ŸD$tK6;³ 7¬eÏÖ¡âÁ¦Î6kpâþ•nâv‹nÑÛë÷AßÄÿm¾åÕ×oÜÇïóÜööÔ=§}Š~RØ cÈ@ìFFÈ_£z=ædlêcÂn1Dt1Š!y³ÀÝ<ð!¦ú›ew¼ÚjÔ]VX"ˆáäᆠÇ8Èw- šïwƒc"<CñFL"ýPÄDp0„Œ±' @Öªn~ ]‹`È@lä‹19þ ò‡’Î Dþöç;#½Ì"ü•BGÖ‡pb cè*^Q{VL\ q¦%>ÚO)ˆ´G[®!¢¤ƒŒì0ƒ…¿`Mz?´ = ©H|E%[¥(hX;1Œ"'«`*‘ò•U¼b½×Ÿ !vz7®² KÜ1§CרCGùrnB_\%„a@I—¡Œ¦:¼8Í&2†«lB"x“Xzs…µê”ØGŒd4‘¢œæ’È£À„øh‹ GL,$ rļd>1‰Ì7Y œ9€ƒ\”Ë@…ñƒ&äNGà²Ûd³ˆÊ~ NAÊ’v$³¥þ tn裬Z§ffÃ`G; É$84)zÖ Êþô©?~ìQáÑh&ù›[Qå§¾qAËãË > U‚ä“|ä „‚ð3Ñ?~“¢Æ 'ò^c€â.{×»¤ñ&Ѱ.ðJ ! %HiN2¤¤8Du  k7ÛEÓ¾Ó¦ØJËWŒ@8?-HɆº¥\€¨R–,aˆU/%q!Va NW‚ͅ㪀ÆaÁ° R¨mZÑj\œBo%Kk(3§Fò–ëaôüºO6Vð]Ì _¶Š¼qñǰ=E¬bƒZžP!UAþ¸¤ŠËA¨Y´jE·»YøW*“8‚@ñ¹×dšöHbÕPYÏ 'XØu,°¬¹W&Œym'wâÛÞÓ¿ÇÌVpƒYn*Îi´Dîa¦Ø-Ö…+Ú>ÛÒ6ã\áIí²zUÎn–v\•ˆN‡‰5–cç;oƈ†ZÂLI Àø–ó“y:0\ñôðÉOÞþ÷Ç™´ˆàÀšüx6_⬂5œÜ&goJªît‡SÝ"Ã'©ÝYèá.w8–Œ’Òƒ5bòÄî*miçªâ±bm<"­«Vp9õTdÇ{íñ_yÈçüÓ|µmB…¸|äZɈf2UþÌhŸ.ÊÌEÉ“a£åY™ÃÜõr¦1ú°‡ò€$s²MÑìÆR›—ͨN¯L±T\ý´ú´a%5`üWZÛ:zñ4h6QÄz{['qA7ì'ZÉ‹6î’µ\ì-cº»™þrg¯$D!2ÌöŸgÝÏ y›¼755¸¿çþί}Nw¶iJ[ è× ¨P%cyé?‚ ijtá¡A{ìœí[q‡®·´¡MpMߌ' BD-4¹>oÛÜçvÄ'^ë_RÝêö¯ï.@+” ?ëþë¦Õz›œäöFùÀ îewØ•<ÑÂ8úö+ka\Û¯¸gªóžïóæ@9>þ=.@f®“‹]ñŠ×e£üä~z´§^ð•_ÚO^}¯Nç· ›ÙÇ`÷yÎ.ô²{ç;˜¦ º®›½â,_¹Ü£º°ßzçðÛ¬-† ½Xªºþ¼³þí‡O<âÙtµ“!\§Zٕά¥W~îU§ºå•Åù5u~óž=Óó¾O«Ìê |À$ßðÅ+þõ®½™9àøQÅê,«w;ì¿.v»Ëþ÷ìveíÛÀ«nú*ð¼àOµ{9÷Àþî‡Ï·½b͇¾º)Ïý5u_9ßß@ø)¿}ï‹þò´¢¾'JÅðš'_õÙ¿Åž/ýúkŸxêwÆÖç&þùWÌþx哱M•äȇ€ x|ËW-عçó—6øxσðRÅQaãp|˜}€&˜q‘ÀP)¥‚! ƒ€Ê÷~+Xƒ#hƒ8ø|Óæ+ À.˜€w„É—ƒ8¸ƒHØ„|vð7æ3qe¸W1 ˜€ÈƒÊÇ€`Xs8xbX†dx† h†¨2=)˜9`…ÕvÉ‚ð~ë’„7˜‡5È„LÈ‘paÖSl–FÈ€2xˆ^Ø…ð·ˆ3؈a,„ˆËÄþAaA@ˆ›Ø‰s‚«‡‡¹‚ Óþ3ó0—PF `z•¸ R¡W´8=¶heƉ¤¸‰’ȆË$ ÐV¯h¤rAÂ0’0‚‰RDU8ŒE0c½Ó E6æDíl 6”ˆ>Aìf9ÔsæŽ@Vyg@äòNΈŽ?à|ÕmÙ¢1)8`ðøôF+ uXîˆùxÔâggv$åxºÖÛ‘Pä@¼Á PUû¨EŸÂ3ßðƒá° À@L4CÁ U°uÙ;§Ö6‰‘|°"Ô‘7¤   °$qð†‰Ð3mÍb-߸ Ĺ ¶°æ(ב± “ðnH oÇFþ«SŽkå°ØôDDtežD#2òñV¤¢s°#fIuáDK@e‘Ž“A²@-éIñt «'"GI)´W|³g!Gt;Öb¡Ä”b°‘$”#âh6eÐVx)Æ8®aTè1WžCk™V@Œ/ pitf£AVw6,¨iZ?q×aŒ)……@€2pOy¦xPY0µ%›gƒMÄD\Á•äÀ˜ÊÖo1 òA“I p(ùàoWz ×tƶEØÐœY @¾IrQÑj©YZôxbHò–ãƒ*À—µY‚™1â5}ÄÛ¹˜ÆlÄvrÎöþGcó0u  F\Æ÷{øƒ“ßeSéÜ‘c¤ ¦kFX·x(¦f<†qNXxY¬ó Yoˆ Á™XÉ–oac ®´Çt"cyä}—rXÄŽÓõIm)sÜ©Þ ¹¡ºUw€)€²—¡H¡úó;µõÊ0Bg“–e&lNwnAz‚V:t¡—rñ3Øp£Xo¶Pšƒ¡<6†G¤L¨‡ò—†KØz×O„¹¤J0G¸Ôd•vŸ\†~ç'¤|r1Zhié4²¡›P Wbg>:n@z¦Pˆ}J¨¦Ú¨7מoòI]ÀQB¥H¦UGvÚ‡¦Oȇþ{ZrùRKEÔAršŠJ¥ó†¡Pl:«cH«j8†$8ªoŠb¹ÙG«Ád6œºB.€ z¬’ª¡åÇ¢ÜÈ™"F¨R lFnóøªˆ÷|š­‘ª­NXvmäžey)µjFV®%g­^‡¬ŽÊ­‘*ªÊ:’€ÊŽð™Cf!‹êzDš}¶Š†µÚ¯·ú¯ü °¹ú®ßªáŠcÙ'Á-jÈÊ®ê®gGy¿büI¯sªŽèjvùº­³¯ ë¯;°AWj"†±KÀDØ¢šx ±#³¢ú”ÇÓ4®€[°‘ tØú±"²_´Œ†C+´Ž°ûš«Þzþð` 0> t¡–®±³0«­3{sJH‘pg°MU›¦X°[´h{´i+²Zë¦úS(»‘Fô°e›µw»‡ºŠsÌz²À`¥¯?ë¯kk´ˆ¨ˆ0ˆ¸‡›¸j{´f˦Ý:thQ×*[µ/›·x»¹„W¤}F±3Z8{D¦„iX¸¨Ë¸‹+ƒ†h´D븫„j·2§(…ȹº«¹e[‚}Æà´À P¯ûº«›ˆª»…ÊË…ËÛ¼\ˆ¼‹ûˆ@ë¶ER†éŒÑ>»»½¼{ƒ¾+A*".¶p°;­«¸Ð›¾è»¾ª«¾í[¸f«ƒ“C[ þŒ4AS#‚ú{„û‹‡þ{‡Ü¿Ì¿,ŠÜ[x¤w`¿bÑÀ¼ì¼Á<Áì¾Ò˶<4¯×ëø{u8Àÿ+À$\À"|ÂûÛ½87á+H'€€쾇¸…6œÃì½®k†J«à,#å{8!l‡HŒ„JœÄL¼ÄN<Â&œ·Ä3 £ ÃŒ*È÷Y¼Å¨Å]ÌÅÆ\ÃE¿´c2ÃDb„MÜÆOüÆvXÂÜ®Aó0 ¶[S¾eöÅ|¬Å`ìÅbLÆï;ȸ0lè/ü8<pĉ ÇìÆqÅ7ȆvuáãÀeF‡~ÜÉžþüÉÈδ›Hð °‰üŠ¢©3\ŠœÉ\Â3Sø  Ê‰w@ ¯ÜÈXÜÉ} ÈŒ Š¿BŠ“è@C¼Ë)ÀAðÝŠ3`ÍØ<…ѼÍÒŒGË«ìÌÅ Œ¡6oT -å©Îâüàk²bQvMÌÜÎ:0¬÷¶9•ÎùeÏ9p¨spüa‘.…1éÏ7` 6§6Ò^÷˜_ãëÌsЛ;²Z¡4Ñ$„É]™Ðz–a0‚PB]€ÀÐúéTmY½Ë¡Ï³*O¥Î-GôÎŒ¾ãD6ýŒ%cMšdvµ‘ÍüÓþ pÄsdX2¨#íƒGÔ&à ØÐ¥Á àŠRÍZIÑ|Ò¬*Ñθì¼Õ*`BSj1Ó±hÖ/âÈ'âµüÉ%€MUìÖ"à’K[9u_E]Óù8Ñt°‰Í:ÐÑP>­×*P È´’òÐZÍØ(0FâX^§Z£‚²Ø”Ô”0{V¤vÝÙ,pÓE¤):ýBñRe¤½¥àg«SW=ÙÚ#PC8]$á+¨‰ÍÙ´MCÑ×o”Î½ÝØ„ýÕÁ¶“wÁÚÃ}›`Î/ïµÜ•=¨]®]¼-Ý€ °=ÔL±w¢Ý'`Úœ¨€‘‚!$ÞI]_ƒ›©Þ¼\^CÆ-.ˆ½Vy½ÜÞàÜÁ݆ð] Ö"Ö8‚ÝÑhÛCÍŸàÓßã}ÒÒE.02à% í==¹ á%MØÚØ4äÝ ~Öxp5ËÜá¥-ü^)Õ"~ l’›€Ç¬;gle-3.1.0/doc/html/helix6.gif0000644000076400007640000001246307326107675011375 GIF89a³Üô$$$$$UI$I$UIIIIUmImIUmmmmU’I’m’mU’’U¶mU¶’U¶¶UÛ’UÛ’ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶Uÿ¶ªÿÛUÿÛªÿÿª!ù,³Üþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°x v8"g:¢N¯ÏH¼A®ÃÔ‘Id¯çïÿ€ljmv‡$‚yxŠ‚„Ž……g ˆbzšyœ›žœ~Œ£‚g—[gªŸ¤¯‘±…t§Ug¹¸½zœÁ¬} «ªµQ·¾Èž®n°‹ƒ‚ ËN¸¼»½¼ºÀѱ{™èŸ¥ÝIf¼ã¼ö¾Ä­Ù“okxž¸½ƒW$† N§KW¹€„£Öϰ^ºþ‡`{æ£w\´iÛþâ4«Ôl¥6zî‘ Ø§Ç öX@ÈSœBqq™ØÆA‚8`é‚/óôJˆpcK7u ×Á UéÍäåëd)4°VÄZ”&h–id†¯ã4ÙÌŠCÀ;5dàp·0UŸ!J„„`[Ž×F†×ÀË…… +„Ìßä ök±4Û%›ãâ-¹£OKvO¥Ï5€\X°æ€€ 6IÔÈ„ ä(çŸÚá"‡a,WÙlДçET'¡c¸ R˜çQi¤_(é¦e` åœt†©ÂVA ö±Þ¨[úfJ9Ý ¬~ÀžPUp dAÀM­\h á“‹ú–Þ£ÀÛ%WüY)™ÉjáØLþ:gÁ§¿9­›>@©8ªn«E‰¯þ¹—Š{Å[ÕB•¨o¡¥nÔúç€+®8«gób!@ ÁŽ¤× ôkEdqM (¸*¼.à­±ôèó£ÄPü[îœÇnÌqLjq¼éŽ<ÅÎ9ÛãÁ*S1ž'×ôkÌQø+»p„sãEA¥ñúºêÏLðgòy/ï…´ØM0tÁ¯ÁÑO'Á²ürÄY7Á•Ôwåµ „4~J±Æj/±U8e×&HÚ—ˆ|SôÛÛ`A‰W;¢ÂY%°ËÐRÓDâ\ÄáÆFUnF*÷‘E.j¤²þV8 Úã$°TSMµôÒ?R#Ä/"ì‚WmúøšpèŠ ér¡þ”å„sXa¯‘“`ÈWÐP¼{$@Å£û¡I^ €K½VºêÛNë‚ePÇCÕI7CaÆ&ýâ€õJ1…Ô\ 4s¹"ß#Oañ]$pZçãˆHMø§ºÀ¤õؼ¿×h~.qƒT±ÂèÍ {0 Pz6ÀŽ4sRYÞa”7ÎÏOùÝýÒ  Þ˜Ç7pÞc˜²iD€Jß"d¸ 653‰@\²gº¹@Ð xÉèZ( K ±¢Ù®"‡ þ *-̈ ·s˜…8 wóûþý^"Áû$ĉùâ®PÃôd!´Zʈ°ºÞC¥AÇÁ;Ô1‚þàÃHx"  ÈP ±›MÙPC»Î1©ðϨ¿:ÑmF9 ~•âHÉL¥tÈ'|C3nTˆCŒ#Ç!Xf‰>IgY¡ f~äžè”ØÃï‘4%f†fš±¤Fiùþ|q·eæ’…4VBš•N’±>¤Š€°õ&pM¨DƒÂ£ü$ ô%Ohé5hºÓkU‰€êÌP 8ôr$dƒ¡¹((2|Ò!M7L€Ä"ãh¦%D°4:´‚A‹'!É-¾ðSŪ€þ„ÎgVŽË#¨eXúò‡ë\ç;W* =ž¦õ,Ü5ì>Ù˜‹0¥ôÛÐCLÙó‡SĆn—ƒƒ r’\ì4zÓ‡:ÕYZ ²ÇŽÊ©X+º"f,ižJ¾qƒ8”—ÇujЦJ¦ŠšÊÖ4:QFý‡Ù¹ÖÔÇó©Gÿ©G 6²w…B‘š<µÞ[ˆÕU1šØ(A•gá3}ÃTIÉhãBYZÃ.®Rw ›è–)“šÒÕ°L}ªjÙÚ›Ö–Fj9Â'1ë*' Ä '¤Q©˜(4µòU %…nc²¶p„”\ª>ÚX¬:—±‹U¬cþÝÚ9·E`0W±ˆê–oTr²œUkW“ Öc>2Ý;jBMÛZÔ.·­ð]­|oÚµ úÔ¥´_Ô0I‰«¹Íw=Þï®w§cšÖ?µG9y€"ý&xÁ ^<Ùý öÚÛþö—ýÀў᜻ó£=â´"4¹£Ü©½òGçVkÜô+õn¿Â¸™ޏ=8À½°®õ*[É]‡<îùÙ/^ñ‡öé“Và#ä3þëº|–3Ûþ,g>ÅMï{þ¡~h ×sk$ò¯—hº÷rã·€ H~b§{ÞçaXvpnÓ hp%“ ,öy§¦ X寲VK©×3hñ~IpÍÐFú¤rÅ~³×€ h~\gégcëgC‚»†°¤VwIw’7i!hn$ÈeµÆS=(xK`÷âDØr´GƒXX{6¼§`ýçL›ÑˆBRôw6ø‡ü6ˆß×d½§eµ¸`áQ’³=iq9ÑSV±U|¿Pp ãÞ&݆ŒHç|ËÈwb}ØŽF`›dMö$< Uh›Å"Pð& Š‰'pâxƒçø{ñ„ÐX@¾2¥“:ñ8÷$K*PœøÉQ2 ð 9âtæ¶OU_ûõ†ÖG’·òAð¦I–#UIX†ÆeÕ!?þ(öaÒ\—Øl YˆèxIVf0€O@š:õ³KIS”GyÑ!>( Q©$xn-…1ë„‚Ce:Ù‚[>¨BJIŠÀæyH!ÉkG± `“:1•ôViê÷VŽ2 y)s1Zõ ’+AVêeòg† 6kP™*Pˆù ðöô€ ®YyQ¥CÂh:[`?¾"B¨›e‘'7l…-r‹ƒC?IáGM¡I¦c=õ3­Ó<%‰—‰9ø$OfÀ™ vV9C£‚D°ó“’F„:9i¸©P x=±yÖo~s€ÃVoŒBþ PPùôsÀQë˜Õy—™^Bç„ׄ@G}  }šŠ;€='tB\C,aœSÐ ”#d¼Ñ9rÅ” …xø9yn•y2 ?©ãšæ#j™›Y`^a_¥áp™GÁæ54CFM!4» ›/ÿ!h¬ãz…DŸ‡×˜Y,ƒ¢íQ¡(QÖÆž›„b T|½E—÷Kfht÷tAp=€à#-1¤P€B‚&£[D‰UtÚU•fegú°s¹v¥\Pžd©"á ¯§WÆx†•Èt®6¤9ðqvÃÑÉN2F£8Òq|Ivg[~V8sÂO0þEBÕ&™â™P¹Kée£.YŸ¤vfTó‡ nM—úez_ª‡LzªYМÀã¡" L0Hœ„QŽ‘6Žuê¤ðVÅ4‰X”S:^ ™ j–¼ÑS/$«¾74"è2sPÏzžèHñ˜’^p™êTŸÏJY«(ˆ–e¬R~ö'¿2‘ôš-æ…wX­GSrõ‹?PžGˆš•„!}!öPíå„åz5U”D›„:éz¥Õè‹äàB5”£Åjl~¸¬Uùagvy"寙Ô^ =cIO¾r@ØJ}ï*§ÜJnl¨°=±?†>ºhž^¹NÑžÛ BÁñk;³ï%%zvþJ«v<òUÀq!T*Fóó~º™ó*f°09w7Ö†:&š: ŒÂu0¥k³y«Z ’©±BœÛ”¯*—è&^PKNt9Ó?+©b HéÄ ¦õOrbG{Œ©Q;Ws9iÚK¯Q¤ë=KYŠßÕU ›ušz¸\µ$Ö“p9w¹aÀ²ÜÙôHS@ÄS\[>»»À°j%}<Ö„RG‹ûgÛÑiºaÀœT¹0K$FKdHk¸Nn3m<'`¥`‡Fñ»j»¯a­ô ª b(%³¾µW¨¾{%³<`µ»ÑKOçjDÙ3l›±‘ÄJ÷á®þ§:v¿Z™JÍ›p1 r4µiáŸ}û°¢óċګµ $E¹µg\{»ä»bC'E!' ÚPE={žJQ˜¤bD:´¤ í³A?!‘qú]⫹엳>á¼xk5£;|‘[²=cSÕ = Ľxô’zåÀ\k~uky¾“À‹Ž‹¶H¡v@†‡Ù¶´þË›îÊÂ'œÅ™ †_åÂý›pPE2  ¦ãvà–— Hó(=‚«¸jpÜcp‡FlL¸V¶Ãe¶»ä»>»¨` ?b¿ØÄ><U%‘äÅÅì·¿U5N;”ÄÕHMçÉÁˆà–-û§; =,[@þÅÀslkv|Äì†ÄýPOçªk[½dp½G‘”öDQUÌsCfQ,|ËÙRºÜ>›’LºÓkžð0DG”Dõ„Àø ¸"ÑÌuÜɺ[ÊÄ )¡Ä=«Ê¼ãÇ6 È~¹šS% ¾ÀËë…äÜÈ^fÈAN8Éo Æ•CµÀK&‚ºªÊˆ¾ˆ@ØÊÌÐÜÉ&¡ 9J‹=–ÌÑ©*ÅÚËÆT•Î\È¿`è@Õ(ÐΙ`ÆR1©ª›½¸Éþ2Ò‹› 0L ¼Ä›ÍÚÌÄL’Âl\Ñy$E¢ÕåËÝÓ¥ûœª²ÚÇ|Ô ün Ž( Ú°¨L±ì³ú(ƒaÖ/rÐÜÓq@4Í ` í\ÕT?|«P%¡Vâ×cA¼¨ºr MýχÐ,=?ÙSîÄ×e’œlÚÓÞlØVS —}Ño Ö)ÛÄý1˜£0h}µõ¬¾s Ò½Xͨ|¶Æ¼Ùm=kÁ_hâ?*IÚ=­Òa È=ÆñHÆ´Ù—Æað3ó F8¬KI$ЪÃÇÑ9›^¢×ø+  -1p?§FÿiDd Ôñƒœœ;þÝœKqÃk[pS3j³K! ûßþíNwZß.pª¼NZBàxű)ì_á[A…Ë:Äà*@>Þ^Þ±jÛñq÷è½Ç[Pª6 •ɵÅ®cÞá!)õ[/ù½šË'®6ŠcË”ÄEq›–„ñâN6:FÇ®Kâ&Þá/[Â=ÎâÐ LîØI°GN?<Ĩ4Ä]å%@Å´lΈÜQ\Uá`~2êCXþÉIî[וæ+@ä¨ý¶6 å>. z ç+PG«@ʲUãûÍç#°æ¤x¼&œ¤97XÚKRaÒ.ùK‚A冎(f¹%Äý䇌Â{-änÏÛÆÝK¨–~é&`ÏÀÐdîé„a¾Šê.ÁÖɼÀ >[Shn膭éhòä‹Þ( ^ß䯳¶^°Ë8^>ÕL~Ú¢ ë@Ÿ“u.¹ ¦`žÇÚ.SÜ>:Cç "D¨Ž•]îj0YUÑè. Å~ìþV¼€í¨í¤@ðÒã¾Ý>×Û=§áØûžæ …>ðM~ììn ÏÑî" ñ?ñ_ññŸñÏ!;gle-3.1.0/doc/html/helixtex.gif0000644000076400007640000003407207326107675012030 GIF87a ý÷¸`¸¨X ¸\°È`¸`(X˜P˜ Hˆð€ôˆPŒ°P¤h0h H€8xŒ8xÈ\°X(XÀ`ÀˆHˆÐpШHˆÐhÈàlÐH HH(Hp8pp@p°@€ÈdÀÈhȨ@Œ˜X˜°`°ètà¸P¤ðhÐHˆ88°X°˜Hˆp(Px8„ˆ@€¨X¨À`¸P(P P˜x@pP H˜HèpØÐxÐ@ @((`0`x@x@€àxàˆ@xh8h`0X00ÈP ì„èx8hÔhЀ@ˆØX°@8ðtàà€àè`À€8p¨P ÀlÀÜxذh°¸h¸°X¤€@xÈtÈÈP¨ˆHèlИ@€˜Ph0`ˆH€˜H€ P¤ @€Ø`¸@(@ H X0Xp4h0 àdÀÐX x8p´P˜X(P˜8pÐ\°ÀT¤ø`¸8 8X @HèhÈ80X HxHxH @`8`ìxðØpЀHˆP0PÐ`¸¨@€8(ÔdÀœ@ŒÐP ø`ÀP(H¨`¨0 0èX°ÀX°` HH8àX°è`°`(Hð`À°H p(XÜhÈ€0`€8`0(ÀHÀPŒ@Œ¨H€x0XðpØ@0¸Hˆ@ 0¸Hp0`°Hˆˆ8hˆ8ph(PØX ( ÐP¨°H€ \¤ØP¤h,X 8ph0P@ 8ÐP˜€8h ÀP˜è`¸˜@x@xøxððpÐèhÀX(H( à`°0(8 0x0`øpàÈP˜ØX¨((H 8¸P`(P  à`¸ @x˜8„p0XØ`°ðhÈøhȘ@pˆ8ˆ¸X¤°HÐX¨øhÐH0ðhÀøhÀ¨H8hp0P€0|øxàø€ðøxèøpØøˆðP 8P @8(h(Høxøˆ0`ð`¸ÈX¤ P0 øˆøð`°øpèX(@TøpÐø€øàX¨(p<„ø€èH$pðˆôÈP€øø, ýþû H° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤É“(Sª\ɲ¥Ë—0cÊœI³¦Í›8sêÜɳ§ÏŸ@ƒ J´¨Ñ£H“*]Ê´©Ó§P£JJµªÕ«X³:ý²ÐÍ4­`‰BºµÓphê削˜ †šˆ M»¶®ÍK¹Z0×[/ovǼdO×ÂP-úú ÇX°c•›~è&”±S–…õ–­7¿Þ‡£gí±i’£~eëWlÝ\pßh}ó–àÇoà@3¦GúÙéß û`CF/nذeç&Ó/ԑУ{?˦¸u}úQ²fí·ä±¿þcjŒ5zϦSuèº{Š«+~<ü·û´Àå(ˆèU6?~¨Ã^2ï8Q0ÈxxßÔ#[l$L&hrˆ ‘Xbà†é"D}÷ÕSOƒ²5Á‰AÌ„aÏ/ |Âá‹ 2ná‰Ø ~fP,¾„ÑÉ10‰0ìx× ˆHÞWAÝ“Ì#BFiàȆd’zÃBoHéå@ÅVTDPE3РJN¼àÆA“|ù¥&ßÑšTN%ÞØ2Aå#§”šˆÁCbøEÏ+öcN'ƒ ¹C‡6ÄNh‹æÂL?œ 2K¤×qc,½€“B, Ñ€Ghϼò˦þPªu©ôÈÆySA‘¡èp‘ôÓÉ2³G¬@±Øs^8h­ ŠC (ªN.“tRk±§ÛOÙ,{­4ÄL¬º*‹¨Øšví'‡øÁ[wà!†Cºhš3¹¬B¬ŽéFì#a¢N·Œy7À– íÏh‰4s ¿ýÚåâ$¾ürH6ÏÐ[=TÊÐåþB`ĉzI‡¨“qwžz'TÁLSƒ*CÀ‚L¬lW­DÒÇ/þ=Î_°}C¯ÃBÐñÎÔïÔ㩬Ïk­±í&a„‘òʸY À ý0süóÏ;oS="ÓÅÉuXæ°6 þ$*ÂC0÷½CÅA¬àöÛˆS]õ7û „ÊÝjqÒÉ&ç‚FÆ=øM uˆ“øá‰ËÝä¹1 1*ªƒ w4AÅ ºÌSÜ » ·âõ ð)é]Snq"ãÕDS#~øírW° ïjÅâH$©gSœ)@ 2Ð^»íq¿ó YЃõÅccô ÆTàϼˆ?”V9™„!ˆêc<‹ øèWµØ/+Ìø?,¶ŽF!d¤`íäÖ„MÐ*÷ȃŠ:®…ð`ÞàüVðò]p*ÁˆD4ÔcÔÁ´T`ƒ\` ½Ç+Âp¨PBVþÙž @W„"áK°ÁP%øåBèáSZQ‰Èá n+â?Ї%Ä3Òá:¤È”S|HaÁ´X„%ÈAÃHH>óŒ\d‚ŒI1Ç$–q ‰\`m”Ã0â¨N+Øà! häá÷ˆ<€€@ ’ !t ±µE Å€E2:‘7ˆlp€#&2ŒÜK‘žŠ~Ð hL¢ …xˆœð„}x` «lÈ-bÀdt2–Hq‰Ä¡Œy…+¶¹y#?þp„#7ñ‰½L*˜]ÿQÍPH$¬ú=s² y "à´å&xÑÁ‚ÄÁ  òÞˆvFÄ+ ¸ÖBoâ†?$Ãû³jçr$Å}Hä°F!gQ‹EþÆPõ‚Wô É#Iƒþ.ÌÁDƒp"üjA$Ð$Dmä–—àå/1Ì9øÁ:è‘‹3£$ÇOb YŒ­¸M¥º ‚ R\î³zßVT!˜2ó¡A²è—#¯3cŽC„&`€¹d>kºˆ8¸s?f±€PÃrÔ(qƒ,¼›žU{c9ÀóAôà1ýðó ‹r³8áñ¡a žÀ é‘ ‡ ÷¿00Ï” ñ-à5 ጑øß;г@¡—\ÿÐÒР討­H ¬P“0Z°p }d¼p †ZhÕu•uöaŽù +œþR€×IB PYá0ˆ@ Óáh`aPš ‚€¼  ƒ²h%›_§ Â';¡§Qï0¾yÁ©—½ îH ‘€ ·€eÐh€1V(щßPÖù â0&VðuÀàØ”7òP 0œÀ Èðò ña‘¡ôŒS%```BAëC9d¹¢uóÂÂWz:65#ÀDÒ@ ˜  AZ¨ “0 YàˆÀ ë2šVX `JY7_—¡ß0àXߘ7¢Õ¨š`[†žêp•¿¦‚€1žà Wp¦ õi+þS€Zô x‡¬ÀÅQ~Œ‘CÔ.pÞØ¦U‡Š¸  ˜€ zIœÛ ¬ðºÀ ×€ êàÙ€1Î` µ¦•`œéuùÀ9p¡ ˆ6â¦"Y¢àÐ?„0 ¢í¡ɰ – Ò0sè ðõcШèñ °°·À^š1çÁ¨Ú{³ %• šððîz9ÐN óêAàN00€Npn Æ€*šœAÅ ÜP–ÀDÇ h)³ª=ç Î µ«æW¹‘U€dÒÐ&@ÀJ›]žsQ 9à–Ãð  þ£0v#¾€tÁÓš½Ð ëðòѤ±­¡é•á†ÐªØ€1ÙB°™0žÀ ²`cP È »Q~GàÌ1P0У ­°©\õò æPj€x—ð {§‰€ ØÐm;‰ŸW@ˆ! ªàM@›ù]‡•pªi­@ Ú2‘ ˜wVšà}Ÿñ£°À ¹à¥HÛª~à Á¸|—p§€ ”€å`¡€*æÐØ0·ÎÐsû "ð Î@‘‡P†‹tY¶èèºÒ0¹zÀ  ö ðjF€ ¶`·x[Óþ`­;ú!»užáÞÐ9@™ Á 'r‘p “»&P*Ö¸¹ÐQ …¥¢‹ê‡ð¸Nk°¸a üµsŒ Fð ¶0·¹ R Ñ St 4€‘­Áœ¾ÑMÉ04«s¯`¶½mp±ôà²ð@8Á Ó–X‡¹Zp¢¸å°?ÉP¶å 8œ0 †‹‘Cô0@ Ù@¿ÊzËû £p_°¬° Q•öÅ8× † Uœ 5§£  Y€¼1®AÈ2 L­ð¨à  ð ‚pÈð È€ ¶`Π|°ü{4°& ø þx  zØ$p§‡ °°±p¾à —pÛ€ª€‘;ŒŸ»ñ8Qſ𠥰žl = š¡ @-X“À ¡ °0Ù° •ÍÑ Á ·Ð € 9° Dµ ¨à ²€ Ð ´  É`Ϲ¬×Ó=òʾÎÀºp° e –ÖÁ¬@ S€/l‹ÉÐÆVÌ"=í H-‘ ¼;­þ !+ š4 å`Ï! P¥ÉÐOý Ûà  ÍÙœÇ1 ˆð?ä¸?´ ñý'°Ö 1E• É`P= ‚ÅÚ™0 ®ii o€CPÂQS` Ï€ UƒLY`ÅFü apב@Óá@)aÆá‡ˆ‡üíLá.žO¼ðÜ M©ðP­ØŠh{ w€ò€ -!–`ß9À—ÐÐÙÙ%J¢” ²ÐÌóœ€ ˆ°¿1 ©@ =‡´ë ‹`˜÷YPÅ8 ëé @-qÞÐп¶p4ÇQ%¢4˜ ¬ÐxŽ[aŸpãþÅàäËY˜  ¡Ð Ç Ñ†Î Ãp º  n°f<° –骀 ‘nºp_°fÁÐYÅÀ Ë@ßDîÜ`бÖÇ 倬€Ö7æÀ ëj³‹ ê0À Êêñ Õ,ÒÒ®@ ›Ðxø›å@ `=A 0àÛ›ð ö šåÐêý ;€ˆp ò €Â œÐ iPãû›¸P¶lîå>è¸ i0¹Ìp d{jàÛýPÛq Æ` ·àÅ) ð –ä  k 3:§Á:— É=°Óf°P aËe~¾›€Àã¼26«†²Á¶|ˆ°þÒapâíÚ> ,D¶Æ€ ¸` ÷€ nióà 9ßói <ßófÙ€ ›Ž ~Ò0Èø>ÂÀ œåUôÍ—² ”Pì}Ì™ VŒáVÜ ö ÍP ¼É@ …É=ÐëiÃý¸ü©æVI\É~)À=`¿ÎSßòG æ`ið›Òô± óqIŽÿø/e k“›>Á° ®Ë Ç€zøÎ’Ò n /æW?t9Ð Xº°1‚°6k¼"k6ëÐëà LË Å09üàÓíØéܨÌy ߯:|÷  þ± ¹Ð£`7ý€¿Á€ š_ªÌ¶øÃpŠMö.?øÁ2¿fn€—Á  ­À ò5Hð^þÀ©ãTÜðM¼À—Ÿ ìmªÀ ±É×À0aúìã«Ç@W¾\¹Š”eM?NnuÊClÔ¨IY¸õ QH’%MžD™R%Ê‘¿à%ÂF/\/pàh}«WÏÉJa¿~]‚µ 䎒ºpq2Ö0¦$‡­„UªÓaiª“+4i­pÃån–Éci̦ñªkW°`·í8Çm/GËÖ˜‹eò "Y›Æ\")D_‘ CCLq&GºHr27.U§,ÉŠ•¼5Uóæ¨núþR÷L¦7pù¾á¬'ØÊF¹|%ë$’$®’O9߯ •)S«g¹¢ä½-.s˜‚“ç6Õ§esjòT°eY&]ßt);`îµoÚ4é §“ÂBYú3.iÈ?¹Ýsf† ´3zôz‘¾™]$º8i¡‰Rùcf8É”M„JEž÷„P³ÝªR©*áºÒEãâøCyI%•e>)G—óRAh`IÆ€d:‚ñº<®“‘K  FKB)˜Liœ\ÔÁÆšpÂ)–z¾¡ aÉon§—pèa%!"e™TBJH1ÇÔL+áÒ*N•`Êùc[R9§sÌYþãG:AEW\ÿLÆOD¢[éGx ‘LE)å•lž Çoh‰¡ “¦…wÞÉiJp¼¹ò™‚Éb”TFêǶEWe¤a´2,]Š3î8LB!O˜V,Aä‡:6ØmrØšNdÙF–s[é^š[&³VüälD“tš?Æ ©†98íôpޤ›rúÉšöT¶]2y«*–®pÉÐc¤9¦¤c¾FÄ(qÄWG¸.KØEÉ’æR)fw#ü¢‡kí[À “Bù p=•žg6) &YÑW{Ó*+„KŠ%”¶ä‚¶9J–)„<žþK~°uœþA&BMÂ@c£O«’k°¹‘g§ÇÜ-Õ~˜™ªeKä9Äb‚Z%wqëUžvÏ’Wð%cæ1ºSZ$ ç™WȦÈ•«nÅqþ°Dš¨8éÍ`v©û6a’YªP ØôhqÉ=¤pɼ[*NZIƒjžÖb s&ç,;¢¢qNÁ¥åS¥s½õv…IC7Bi%ß”BÁDLvaÖõ¨BI¦÷•€Á¢ñwp·ñ½y1™ær\èÅå‘Vj_ÌY3üÂù¨:±'q©x Åx)«Œ; ï×Ç ú­¸j¥«ë¿ÂåúXŽÁ*\€Á…GöSj…/ìA ›E…*ØÔ7þ$ÀŽ*`àGXF1@ö? ždB¼UÌijt¥+±€^ʺVA’ŒÃ¿84sD@ð›I,qÖÐUV™V®"3UΆ$YÆ%@!ˆ)Œ*ÂØBTp‡•¸£?„âwc•¥XŠ$‰*6CäBÙ³à l ¼# íQ‰.|qE>Ň!y£ ;1 ¾¢â; lðüã~L‚Vâ†5²Ñ‡„J'’‘ PâÕøÄIŒálê—dÂVb W Ò“Ÿ % ±E¡4 œPÉMùÑ•ïÀ V¢ŠN‚Ò–lDÑ$ ±Š_¼Bë@¥*FþÀYÒ•ÿ@æƦ’`Dâ–Ï´!"X‘ŒMD‚‹ÖZGfta‚  Æ’|å?> ¨Ôšç\_9~ júCJ„+Š¡ <€#'ż$2Áù@s%…Dg@}wGÀbÅ!` YÐ$÷4æ>‘ÉOMB…ÅèänA‰N@c™ð ‰ñ‰8Œ4Þ4æDU* œd_ØExÑsfÔ¦NKÅ:‹Qƒ—¼àQ0\Q”¶R¥}‡x’PÜaÀCê“›V•g ¢„,¨‰Iœ $/„7Š*Ñ£þ# rØ…"p*yqcUå:-Dp#«Ôì„ÿ@rþ €c¬Ç<ª<&ˆã›níX"æºØUƒŽÐêv‹jäç°eý‡ < cÜ ú´¤~”÷Œf0Ö´@r‡cõ9“€öÄg+Á¹&Ôá6ãÁ<ÀÚzäTr;mp¤ æ¤b„!IÅköMdÀ^ªt ?~sIãò˜pµ‹s¤b 4I* ¤ÓYrÈ€1P²R õtõø\·;ß© Çv(á…rñùd`©)‘† |PÝÐ>®\ôEðJÌq_”¡ °Í l@8¨x´—7¬AÚwØ$ÜR‰9nœ¬À þ4 vÚÔ]in†1&Àˆ’þXTa`CE§" ÈàÂn×+¨Á<w8š[IrP…ãFeíýqšà„[t/ y(2}q1²Aæà4ÀM€‹€T°zÉ:²<_\Äa%­XÆÂÁ7ãÆÂ.—“ÔtͦŅÃR2X c&Ðx5Œ:<—ýspuF“ÔÍ‘jq oÆ;@ø •LDÚ´îØYIB± W$"ÓHJ€ 5cŒ.ÌcÌKÃT&hj¹ê"m!1G#~1¤gXc4ŒšUÒŠ.x`Ì%£†Ið:£a°G.‘ s(;¨i.¬eìHõ‚ÎP!G­Ÿð"þ´»Ýÿ˜ŠWòDkcÔ ÉZl'ŒqÈ‚¾àâ!&6o¬  £6 3.€€'¸[¥íÞV?×û™œÈA%Àa‰8DçCØÆ$.áŠ0üF(ö‘¼ƒü×$ÈÀgŸ]VwÃ!†>I\1‹³Q  ˜¡‹`¸á–øÁ6²p‰Hôà†°–L"Ž&ü$4Ð ÆÆ».ÐèÂ/Ã0l· h¶¶².ø:=Q‡¨`$I·9L P¸ˆMp…04‚;=<Є fƒI¹‰^$ÀB¬‡@ fønøTø(’6棇6І¸‡~0' ÜDËÃ<8˜•:,ø—p¿jH c`ƒÐzP1˜8V‰KP›#ÀƒÓƒx<”…ȇšH¤_ÄYþB‰î2¾­êjh†“[‡#hš±5‡»Æ‡ó€-†.X÷â­o€›ø; H3Ÿz,¨ë‡Yè!Qh½"sG¨'ˆ®«Ò¨‰š_<•˜D`D]ò…j‚fÈ‚b¸9°ƒ;ðk|HdÂ5«èiÐÏú1Ô‰¥¨ƒ}àÆÃ2Ÿ‚˜P •gðƒ_`»»"S fЄ‡`°”ðI¡ËO±Kš4cà['HX’Pn`dtDjø…$ fh…T¨HM$Á%@€@h ì@ÐÊ©dÁP)ÅM¸ƒŽ´<®ä”àYØ$ð-þ+QšgÈAƒ• .µT „H9½1x´•Ð…˜ +9=Ûlƒu˜1X-8=I©Ip wø„¤Û*h@e+ \p€LË[‚@À¡Ú¸€yè#ܘš[@ †Mü&¨³P'˜ÉýÛ°gP‡_ðú³*_(¨¸“Š• ‡6˜©•ð©»’fOø‹P¨M•ËCº ‰cXƒeÈvZK˜±“ØpHì”í¬L“PX7ðÔ˜)Ù4½ò…²Ê§‰’ÍS›H€ªô˜lhÍ0€„ªÊ^j2’ˆ<Ø¿ =-À„•(2 ‚ ¸¬|²rðœƒp7ì)q?ñTðgø ‡ ‰MhCh†¯5[P ²0¨_€£]‡_w‰{P_mZ•H…ņCÈðº†@“H-°éž~†ÆÖw¨Ÿë1 8:^¨‘âèçcˆqQÚ*_X‡’;HÎ†Ò €ˆU!8CѼr6ý&Ãú†yР·òò|LðcEŽ•Üª†j_g]’ˆ„À :ˆRëž¹„°xÈc›Ø”x¨eß\#–ä. 7‡ƒ6oc€t’[1Ù z™~¹ƒbºXüõ_øt+ u™Ð‚+þ ƒVà„.`*_.®¬®~çJr¢ :X’ö ë9î…ji“€sà„·.§jv—KÀ¶Ð€”pI[]Ž„d š70L6 7`ðS§x}ÆaÐDˆÀʃž2ŒN7H-8¹˜õÿd‡nUúw'@S¨‚ÓörqA\Ii€¨ÍR݆<˜€QÈŠwšEºxË5ÅÁ^>>P¨ÏbpTÈN s ó`™q'™4Xf0‡ˆy­¹LˆÅu¨wGk©Tz0Ð'X‡“B ˆŠ-¡€D; 5À$ þroÐ 6‰OÈØ¯5ˆ Ýþ†ˆ’¸(wi„d †0ã– jhf’˜…1¿D`a_¸„d¸…mp„ø=ooo#sÀ*<1¨QÈ„ÁX½-¨ÖG¡W°‘~ÐMô«Ã—œ8žw0¬Æ!*g²˜1€éw¿iPã•ðu€Œ6 É ~€ˆHÈÑvIqbx'Ô‡j4›U¨‚*˜\ˆcèeKtè—¯MÉB9rD)¢~œÌ;Öï"ÆŒ7rìèñ#HŽîþœ[樴d“.eråk]˜jÍ©«Ö@'ŒÆŠ`ä \¾oßê jô¨8:N…ìë‚“Aà¾sð§i¿P™°©SþïÐ!A¹ìmâˆÈ—+W™°²õX,Y$P‚²= N 7#ZLB•ª7`xÁz¦î ¯K°†ñZ–*Õ8]¸pÅjkù2æ­T!ZÆ‹•,h“6#æªÇºjë`}ú²1V9Y~ÒúVû¨Ñ ùVèhÕVZ ìì`[îP6?]_…=d/Çr‘"e¢–Ù²¼,Ä~òóŒ^¯19ˆL­M+8pÞ¼…“%±X{¾ˆÁêçÑÕVÒ†]ïï¿i,æ ’ŠI(%³ iiM±ŒÂxdÉÓ„óSzæ}ƒÞ…1˜pËuª¤¡„t *Ö<“\"‡…•Ë6ÑABÌ(›Ô÷ßGÁÀe:þÙXsE9±´Îm¦×K8ddNBÐõƒÈ-Á¤ÁQJ©‘;å| / K ñLN }‘ Lø…è3€º\÷ÈêáÑ‚'øÖÑ'¯ñ x$¢.~Ã3Æßd`ê„=Õ«õÛ\§­T|S8ñycÞÁø=ðçmŽYf…óâ NqhؽÔH/ÛÞß¡Âþõ²<Õißn(Ù^ñ±¸ÞEìr]Ÿ°æ/?¡qþ~HãIü70¥ _¾.úØ`ýêËÞõ¯×¾öéÔ“ C,0ƒÎIÃù´B+Ä.„.4 1èÇÖ½ÆúÁ &xÚEœ@.ÜÝFüõíõþõ_õ êÔFØ^`µ`û) Z =­VF$Ã!”^ÅC 8 ^ìñ_ö¡ ²Eε›ô:8CÒè`ôßõùŸŽàN!H¨  Ñ F,à ÖE%4!ìI ’`R!Ra2$!=hÃ>aŠ¡à•!¢ 9(J5ô Ž ÿÍ^îáá-Ã+ÈB²!~áò¡!š*ü Ú¡ŽÃ!>"»}B#⡆!ÔA"&ÚFa%V_ìe"(×1€¡"n¢ ~a(¦"N…Â)b*¢*Æâ*YB)¾¢ž,æ"™¢+Nâÿé"0ŽOì-¢"ò_0ãéð¢-Ö"26ãTÛÔâ"Ž¡3Nãºø¢'Þ!5fcµØ¢%N6~£¨ôb7‚#9Š8^9¦£9¢á©£;¾#<Æ£<Î#=Ö£=Þ#>æ£>î#?ö£?þ#@¤@df;gle-3.1.0/doc/html/offround.gif0000644000076400007640000001544507326107675012023 GIF89a®-öÃaua08ÿЦeeeeeÏ0eeÿe00še0ÿššeš00e0eš0000e0šee0eeš0šeÏ0Ïeÿeÿš0000000000š00Ï00ÿ0e0e00eš0eÏ0eÿ0š00šš0šÏ0šÿ0Ï00Ïe0Ïš0ÏÏ0ÿe0ÿÏee0e00e0ee0še0Ïeeee0eešeeÿeš0ešÏešÿeÏ0eÏeeÏšeÏÏeÏÿeÿeeÿšeÿÏeÿÿš0š00š0eš0ššeše0šeešeÏšššš0šÏ0šÏeÏ0Ï00ÏeÏe0ÏeeϚϚ0ÏÏ0ÿeÿšÿš0!ù,®-þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™—œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÅ\ÒÓÔ\Ð×Î]ÕÛVTÝØàÑÚÒãÛÞÞHVáë¾\ÚïîÛÔééìö¸ñðåÕT\ýèHî ”•/ž9K|M­…„?pqI`T›· ¨ { Úå_„3$AÅ€Xq! 3а!‡³h…‡%9õb+‰qÐÐ…(R±b‹0â2£s &È€7ºþBÝŽ>žèc‹@IËŒCiÅ‘"ÊÒu^x…^Ñ"4H)K[Pi%–IŽHf‰Hx©bbºh&,hªù!›äá›IÄ飊T°h笠…ŒŒBÁàS}êò'‹&^QÅWüX&¢«H¡hš2>ÊT/M}à 4XjétB¹)§§xºEž¡ú`/[r`*ªª^ÁjºÂjЬ´:ÊÄ ·ú’ë-¦Jg¦I+,)žÊJå•È" ̤-FûìHÚ&§ÕF!…šL`é¶áJg´W`î LйæB…¾é¸n0ÜÒíÀò²X¯½à[-¿êSꩩ‹E´¨þÒ‹0<”ëiLà¯1Ë6;1ñR|è´gŒ/Çêþ;L_õ~€* #—ܪã˜r¹QpŒl²ÇtÀ ZC5Oæ‚(<pÀÁîA¤/B[@jPúIP¯3Yˆ€A Z…p¡Fî¶€Öp„8T‚qB„4…¢7R5Ñ5<¢k@@£8щ=8E”´®ˆ:¨!l8ÀWm䋤0À$yþȃä@‘dad½ŠXPR: ¤eMf’‡œô$(ã’ÇQ~@¦´Á)Ñö@$“¯$$ :ùÉ;n¤–@£)S©KÈЗ&&YƒaÊòð 2kI]2S€¬¼‡4«YM‘Ùt #RêÀ›ªìe Á1NjRóœ‰ÌÎ:­ØN¼•O¨d8ééJ{Â$@ç}DiÅ, —-ÀºŽ ÀÀ¢E¨B TË8´ (€ "êÐ@óM)9Q€t’FýhHu Ò”ô¤ÎÐÀEwzÏ–&ò¥Úç<R€¦X,)44Z0À€OþTísD­)R¹9Ðe0õ«QêT«¤«fÕ¨F]W›¡ |5)mB'@V)Åt ­é lúLf¸µ©M½h ,@º¦QwÍ+M÷zSe¸õ±Nlaó)¬˜†t¯(@ÚÕb@Ö­0Ð)a'@Ãrj À*BPÌj–³Œ4ÆguªS©’Ö´°b ÀD`µ­Õìk)Z ´õ¸ÆÕ€mKK‹ñ–· À+k§ËW“²É]îš{±Fîö·Ò-€ „ëÐàôÇÅ®m ËÝîzà® v°Y6@éE®2` Ö½œÐ-oUKÝùÖw÷v“«þþþ×Ú‡€{ûÛ˜ ô¥¯oÏ» 㺕Á ÎÀmAŽuL8ºÎ0†j^ôÎV¹þ-í1ò!)Z<¼'À°ŽwðÛó"¿¶€FlŒÁäñAÓNqcßæxö-¼‹'—þ=†‘÷q ûÈbÂðžl‚o˜Ê¸ð0ˆEÌÜ"gE¡E}:‹ 8Ç'(³6ÜácÀÁíFh$C:ÃB3ŠÅ‰%pa<‹à¿õh.ò{å!z²)Ç{b¡œÙø» `t é)OšÒˆ1nƒ‘iѸ§0ßyÅH°#‹&Kà>®!à4/˜¿2.F«GëXþ >æÉÒ+ž+ÕîZ×{öhliêcàÁÃèÂsBóCŸÆc/P?]çݦ¶Ù£Î5®ù\ 5¸ÁX^õ/¶ÒXf’Pr.Ä “¸ñvnö£^êiÏÕ1ž@1è â´"ßꇅ0¤¡O‡ùÖ´´kñâ ´YÐùiø½]ñ§¯8)EšZ²)ü[ïÚ'ðñÁMä`(ˆHûAËM`±¤xÉI)·¸…u}‚—Ç|‡Eµ-plÃC êv¬•$Ÿ7)L®š…n‘~á2ëš¾GOº+ÔÌàþ^ÚPÑS¦þpéªDVÿÖ 5 ¤#ýÉE/úfe®t+cþùì¼H»¨ØNòð0+PrRÕ˜þÝ s/`à/7ztÅÞ wÇO•ô3x$· N‰/Ô˜d`‡ ב×uò( TðºØüš„ nUêD™š×É^Qúà:õ9F:ë•®ßT›²ßís‘#©êRtÒ½ÊE‘ZóŽ9ïF7/åWáúxÿBM3R¾²mñ0^Ñé]uâï#íuì‡ |;±ì (ÌŠQ²’<¨%·3Ëü™rÑ%ÆT ªD—w' H×z~G½pà'*ü7 !€Ð,8 e£v>‚£ÖÛ§ –§\{µ0+X+Ùò 30™þ21ÒÂ{Í&/‚!|%˜ ®'d · Zð)×r,@£,Ÿ'08ƒá‚3¯ÐÍ–w:˜cñWyÅ'd`Bˆ/ 2#ý¢-“„ƒ4󲡀`¡Vf9¨w  K×_»À…öç… 3 1C&4ƒ4%³5fø Pø~k¸ƒºÕz݇¸ 0s¨L `( ›“7z817c0­j!€ƒ ˜‰>°Y³'h)xˆs-S ¸8Y#‰Ó ˆ‰Sx©5sk–…AX “/ûò(™2‰Ã9XƒZ³6–„ à«¥†™H_m žbÆ•…· 1=Çò‚Èð;hó‹M:þ¢3O¦ï7jSèeÆ}8 àŒ fˆ´ =“.Ö˜ ØØ9³Ã¶£ ¾õ~ã(‚Ë Í8‹ì •³2ïÊ€#C>Ãã7}Xa¶°Èa®ðÉ……Z( É3„SŠÊpŠÏ; 9=fxŒš¸!¨Œ=¨ é aS-QS/Ó‹F3>åã7Ä)‚&)‚ `Ž´@‘ÉåqÙ N“¼ó>C?õX?Þ i:Ø“¼–’&¨Žüu‘®À¨37Ëã ¿ó@ÁS¨2Œ¡pŒÆ“:8jƒH  ŽB&d[7s“”Ø–4;4:Œ :ia!à=‚&þ‹µ ”Æ••rÉ ”38†³‹ d64@óAD -gR©–ºÆ€V¹ ˆ¹_ðg¬p:_#8 ™ØCV4CyCJ D\D h¹›ø“çh o錣ٛª;]¹;ª DdD6DBJd?g)j98˜ºÆ + bðg¤y Øcš©Ó_Iœ‰sEZA9¤œ~Øu›)˜;è[ŸÉ £IÕ™•¨€>ÛÙd6WAø¹E÷è Øe‘!ð“6éX ¦•£€?ÙÃet ôX¤kd™\äF ð~š¹`gnº0Êõ¡šÕ¹˜¢  ? ?í£ÛI54?ÍþT¡ f©‰ Xf 0|ºð– ¢ÖI¢Ÿ`¢c¤@qU„C“Oá$£i9Ž£&¼µž¯°£RÚ£¢`@éCFü³ EJ pJº$P0e]G£;¸Y»å €" ¢ÊE¥Ÿ`¥êD¹ù [zK¹´K«ÔJ¦ºÏ iʦê›E$§2ÉȤL¨´KÏda穉l™GPÊŒRÊ£„j¨?ÔB‰jwõOßäL&©k ‹8 kz©#z‘-`¨¤ ŠBÕO ªJ¢º+à¹*‚Æ[Ä0© ¢"z ­F¯Š¥~aVîäM•§ºú¬}ú¤Å¬ª:¬BFþPDF³JÄOEIÕ¬%õ¬eæ§gj jªª=jÅzAÄ´­´ô‘TT$ÅU¹Zfšy®Ç ªmÚ›°dMÅĉ5S$…«äZ˜§Z ª®þ °ðê‰eTHeSˡʰ°ÊUýúg@ K”å³úPZ%RϪ&­Ëª™´_‹Oòöf%²[¹j²æZ©¾°¦šÄ²#еPÝŠU2K³>pši°É¬;‹Qýj/«MA‹WEU´ähÄõ pQ0MÀÊÕ€ ÕHEµ4+^65`Ï@M˜ä‰ö4U@¶Ù%Pª%›Yy•ZÖÕ À¤þ¦qëRìJ·¾U&P* ·¹Z³|ŒÔk̰S•,`N?…ƒuÙ¸ŠË¸%Ûu›U^Ë@¹Õd÷”P‰U›k¸qUw»¸C°µëz;^Óµe_ÉZ;UP¥Q­›- ¹£Y·w«™C µÛ¼W˵b¥— N¼0`SE¹ƒµ¹¾a·xkÍû¼*К餬e`¼;e ou½ÚëR*e¼… »)a·:ù¹äÛ¼*à¤eôµYì[\€u½€tE$0¿‚U¿á¹´k»¶»¸Nz¦d¦a¾; ÇUÀ…À“e¼ Œ¼ƒåX•ú+ÁÍk¾%þp¦«¥b,¹ÁðW`Õµ£T Œº"l¿!»%΋Â囸çú—*¶€ì¦`ù¼£lpÃ*•ÃW¾><¾l¾ýËz‘öd¦q¦æ¾I,ZìeZ(àÄÁûº8a·àÃ<¾Ìz vk¦g feÚ -ÀÀÆ‹¼€ Æ'L¾W|¦Ìæl¸nt¬…ï¦\lx¬ÇÇë½ñÇ&¼Æ¬w{¦çlê& NïÆ·{ǨK¿’¼Ã0»?L¾=É÷É' –˜€F ì Éüp·S į|ÅŸ°h&0pÃpªðæt¢@ÆOÕ½:| `0Åþ/°¿m ¶VÌ'  l† Ì캅‹GÒìÃBPÍÕ켋 8 5W MlÊOìÌ÷0Î%PÎC`Îü ËQ ðÍô‹ö ÍpÏΫÏ/ðüŒy,ÏpõÐ@Ðá`ÐϽÐ&¬¯ ÂpÑÑÜà Ñ/àÃê #¥œÍÒ Üdá_n aná.0æe^ä²°â-Ðâ1p{FÐæ^þæ@a>ç†^ç). x®ç|ÎçâO.è@è†>æŽè¯Àá(pßFÐçŽNæàÏ‘~ (,rnésžçî $°éP~îé10å¢N  ©!ˆ(§^é8žèœÐê÷ ëÞè³~ßn> JˆÛ$$°ë–Nåþ¬ À—ëÄ~éÇ. ÉN¦fÒì¨Nçо pXÃîçyþߣNê{ ‘fBæÝNæß Fç-Pë³pëJ£9v'ì^éînç±Pìô. ˜¶É–fBéí^ç´pßèø÷Τ¦*ßð¼Þµà _ 2Jª™˜c¾z'Î>ç·àð©à[]׸¯x³ÈÐ’Äàì¹`ò§¾ªò"ˆ°É@¨ÅpêáÐáû¬*oam Ši ܾôÏ*ô! ¸õ´Ç0åáà¹& ò÷ ò‚«àToõWËòÃÐ^ÂÚõîEóR öù*ó·ð_‚º®Ýõ[?¯ö8¯°áΰŠþ0¿ñi¯ôši®Ç€±SªóÂÁ`o³MOôüÚ³¾î†¯ô&{£C_ Á:øœ‹(໸J¯uÏÍ‹ï¦w‚ö¸[²ÑËö¾@­‚º±˜¿¼R ºzù‰¯ é*¨ÖÚøWÁ?º’ ‹_ûR‚ûÏ;Á&PÁ¦ ½oöÂÃÌ Ä¥—ꉌoûöTœÂk¿Ï¿±ÒÿÔßÊè,̵£žý Ï%È—ì¿ö°¦ãϳflþPÉ­|ÉB\üÇíßþ|¼ýëÀÖlý€PÂPhxˆ˜¨¸ÈØÈ˜‘¡9ÙbQ‰aᨹÉÙÉQR’¢2DºRÚc"HèÙêÊ )) þ“QyùŠ›ë Z1Z:tJª¢"Áª{Œ‹;Ikk- À›R2 œ=\<8í­©œA;^kùüî¹Ð{mªÝÚ>NƒáœIϸŠíT0x«úÌ'.!>æöä!”/w*Ê{ÈO¡Â|æ0Òƒ`ÀÀ¨€¿¶ó8¯…Æq+¡üRd !/†Ô ¦"¡“/¿©¼'®¥ÃžÇBZ£i3é ‹<‰zû©±GLNu…40“TÍ­L«ÒƒJ®€KC½v)J«ÒÖtšýº²ÖÔ·žbŽBºuÈ(·tÓÕŠ+õV_GˆT7éÞƒÑýê ZãE!dUª—-ˆM'þ#{¼Ñψ*_ÎûBó¤ƒ ʰÒèÖ•øB­™oëo Ãvl]øpâš‹°Þý´wBg¤ƒ§x1\oNBÇ‘' œËɵ£?O±`µõt*UfÏ^þwßî¨m² _}¼Ï çé×ka6]ö˜Sƒ×-:æÙ‡^9ú™åtí¥‚[ñ8%Ú—ÞN%HÓ/h¨WƒÔA8Ï„õUèUL á†~ˆôˆH¡Up"Š*j¨¡ à‰çâ‹õÕ@9N±gÄ/èØbýãv/f›‚8™‚ |¨¤02‡”Ï¥¨¡U^i\–ü È$—Ayb‘SŠie’fþ•¦eÑCBEºùB‘Hò8ç™[Êh yÚÈgŽ rèCh6™_?†žø\¢TZ‰e£‚ÖÙ‰üP@iŸFÂI¦¦ÁˆZ8 ¨ªº`)©<`*F¨¶Ð©léŠÀž*ú¹h­ØBÅâªêÈLŠ@¢N©#Ð*¬­çkl®ÊæB ¹öÃáé¦Õ¢D¶ÇjÛê‰-Àn¼F”[ê¹ájl¾ë&«ï¯¸óbJ­½÷ªk¬ È"°m' zÛk ƒÂÒü’Âú&PîÂÇtÛi\q ÒŒ1FëÇ ¯Ê-Ä"O¯Â榜1Ë»¬ª§›¯Pç¿$ñn½8{¤sËJ»Ð3«œL;ÖÐE_|ôKIïün²N¿"qÇ'WÝÓÕ-gí$2% vØ;+0¿Ñ(Œ£i%vÛeëâ‚Üs÷TîÚX3}w.í­2ÛK#; Ô„Õ·áL/njãkC^«ä.P^+c.,ËœWûîç¢Nz馟ŽzꪯÎz뮿{ì²ÏN{í¶ß^k ;gle-3.1.0/doc/html/ogla.gif0000644000076400007640000017733407326107675011131 GIF89aÈrõ?ÿÿÿÿÿ÷þÿì÷ÿÿ÷ÿ÷ÿ÷ÿÿ÷÷ïýÿ÷÷ÿ÷÷÷ú÷îëõ÷ÝúÿøîííðìïíÜÛòóëæéÙåìäãÌéÝÚÆëîçñIÛÙÙÊÚÜÁÛé¶ÙܼÍ×È̸ÄÉÊ¥ÉØ¤É̽ٻɜ´¸ƒ¸É†±»y¶¼z­Ç{­½{­µr­»z©«}¥µu¥¾s¥µk¥µh¥½uœµb¥µkœ¶m™ª_›¶V•«aœj‹M‹§_v€Euˆ5uŠ.fy=X_$Tc!ÿ NETSCAPE2.0!þGifBuilder 0.5 by Yves Piguet!ùÈÿ,Èrý@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|N¯Ûïø¼~Ïïûÿ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢o£¦§yY¥¬Q ¨~²µ"!7"¾½Á B¥°€!º"·!¸ "Õ"!!*ÂÆÇqÖî"3Ä ¥ÝB *Ä"*t« z 0¨øðÇ õÒ¥90M„Š3räø Aà <Ü‘Aƒ¯Ž5lø ƒ#†#6h ±Íጠ4¨ð Aþä 3þ“æÀwH„€èÄ 640¨0CA†Jªxjƒ`¿Ö°NÝšUE HHe0.¢X^é âÆ[" 1DÅÆ"èÂaˆB@ü“ð`HLjðÀ…ª ‘[D2\$ìNxxX¢ÂÑfð‡vÚfѺ³Æ–•ˆ!þä·¯Û†Ó¢YÃИ<4ýýÊ»xððAŸ‡Žù‘& q‚aÆHpp¨=7ÜÐÃ}S ÂRà4: uÀ$¨‘9ð0%söAfÆp)ÑܰP]ºˆ ƒrŒÄ<|C!Œ Ÿ„špB=nra 36ØÀC: œhªÀágŒ'‚ xtÏQYUUÇåÖ©{>ì· gE„†76ÔGà gé3C@¦ç0 ÈÕd_† ñ±â`‚fC ,ªò Ï1Õ0øp`=òh°ä1Ì&dÈ—&üý°Gâ¦y_UBxp—‰2m" 0³ª;*¸ Ò -Aã33xÀ }Ök[÷É™AU sÒÁ x`LNüŒ[á`Ê`à ·R±£:¸–o(nk±é‘¥lß w%+r¬;Œ •g›T¨ÃYxˬf0B¨Ð /t!pÉY§‘Ö|9 eލ X㔨q£õ¡í`¦ ¹@AÄèâ‰7g @Óèº,÷&d%©’¡ÅÈT8eÑÀ½Æ¶ø2UT²ìtA©hy0ÃS&ü–ÖYÇ…Ià‡WˆÑ 3œwPÍÑ$F34ÚKÍ|xC0!þÜ):oà Át§R] m`i;¾`@ $Xµ,•àNP¬FŽ/"DͬA'€Œ‹ ¸lËGÌì5=B`P†B˜zM§1?q]çô@îWŒvÈvR)É´!˜N1`` I…I—¢QzÐ x|«SÐÁ¥ø }Ýh“ÄæÕ nøÈÀo¤Ñ‡Ì uÐãÁ•b'-È"9È€bÕƒCµ "à€DÒƒ‚ìa©Ò@6ƒqœÀ>"” ë‚ ´‰Z¾PÁFÈÁ8M¥xZÃ"F`šNi1ðJä$œ¤xÓáà0ä½f#ýàD2pDŒÀ~‘P±>@Þ ÔÜÆ&‘à{âHx ƒ#àÈÉÊàƒ ÒáŠ> ½"Hà>X‡”4½æñOìÈ$p‚µÑÈ€ `l X“,6ƒ¬O iq*àƒ¬± àAnDv r3¢Òb\Ã`·äœ±‡<‰@^-±HΈ·ºÀ}и„mçh=0Dàƒäè D7 F†B Jú`UAž_¨ßÙÀ"•Ƀ?øq©C !d_~œÃN|©×xHÊ“"Ò'& —lÆ :ý8G!'–Øðà„AÉ“ƒþ]@w€ûjccÿÀ ºøó„m±´ŠcT@ ä} ¡‡ÂˆôT“lçƒÝPT9Õ™H yç@úÙ4Ö!s“Ç5IõGüQ•v "î¸ó³]ðàCŒT0˜ ø`OðE>`ƒäÌÊ%Y4Pš§Jð¤ÔcÑ¢“ßuã6pwJ@ ‚@µ#3è zp ÜàÄ^ÁJš,õ¾Kè|Ç Ðñè–› 8 kÂvà¾&¬¤$TœRЇX£%è§ Ô2—M¡¥VIAˆìns%ý©ë1]!Ì@»ÅÚÄŠX#c³Ñ_p¥‡ˆÑ{Ýð©À€Ý@;øe*ð-äÜé¾ÝÈ@œäôÔôãR¸@¥B,΢…|àH1²CÜ%Dˆ!oÔ[„‡]‰}GŠ}™àˆT`ÐÞD°7 h@¤Ê2T…SÛÙèŒ|È„ F!Èv»‚xK6)Gxó“t@2b¦Ó„¨Öƒ!¨ Ž/2<|ˆ¸¿2«ÿxÀ“âåä&êÓ@Ø¢o S2¶Ã8ó–Fñ&!FЀœÉW!iã5l=Îqº0äW»ÖïÜ‚º¾œ`ÇÓc6„;x¨PçlÝOlÀ­H›¼Tj„0ÝFhšR0ƒôó6Ûz/ˆ· ìÀCèŠþ„Ú?¯²ˆCìÎ8@‚4#v¸[ê rg­€+6Cì€ r•\<(‚* !nÀ;¥þv/NÐÀ‹€ÓDÊNG¤F ÎZÈ>Ѐa« ,!ô Fzhóä‚êt‰uð†Ú£ØûfÙ]ˆé'TÈCljŽ^#À5ÝðO?Ç× o¼f%a± °o3šÇ@oÁØl”@Ì ¡j+__Hü׸ŽOcúF°`ŸE¯×"C ®ï¤ñ™ Y¾Hä‰ï V1‰9*`7­«B¸Á‘v”/|¨`¯AÊݧ¥]»õz¸Ð40¹ d€x\Á( <.ùÉ'£M{€ûàಥfЃDõ–p•=lã L@Îð]Ûài÷ãqþôP9–a¤tBP,J‚)Õ Ô!0¥7w·â7P àpáP0µ@÷ ·³MÜqv|ñšõÐ}UÁ=)]êö-n"Db%° ò#,f1]NÒQA@£)¥NæJ":Ðop$CT ]saæ ÀQjÀRíÖ dluÃÜÀ4®'³#ðoÄ0YæeÆc‡ID(ôf¡:@9ðV\vâ_á—Å$PI¨17!VBnõZ¾À W" 3uÑ—¥jÆPF - />ô² m7?ýlÆ?dc€pÛðGÙ’€E 8!p$ 3Sq¹±&n5=!ðWˆÔ)×aZöÑo*w@ ê'pÌð\å5ˆ"pò‡kà:¸b î@,Ñ Ä“%íx úH`pcéAqZ‰BÐ4p'é¤#Ð ü%-ÄAc¥Á€ R3::ßBŸTA B@–b)AaæñK°“¤ u= Ðc)Q$žd¸672°âS0÷0Ö 9çð}3â³:6 ¨ƒÑjêCc¡Óý¦9MÂT$PafIBcGR¾`tK á P+ð Ûd úÆ»$r87Ô¥ð|D`‡'M QÒY~×R8a™ð,Gh7j·” @~€®‘dBÀfàa*Ê,&ŠO#3àÓäs`À^p°,üpòl'`40æ´T< Ã–´›;P è1ÇôˆVðIüpÅ`¥U`¢w  q)¤Ô —]¥€±£Ñ%OÒI&Xc  QÓ †W<€c£pøð€qy†0 U‚©G0õpBqÀ%p“3|þf ì 2Å/'à±I-¡ 2ÕP:Ð=`GVss2fCТe „’* 1œ5£§˜°MÛ’.P0L¶4<! <РƀOzSQhš%gá D²1œ*7ô¡ÅÐL¡¶qG§WÐ)çÅû@‹ˆêª²s]S–@76ƒoáÂ×¢q4ñÁL%U[pa%aZ:RhÁA¤6C°!'ƒZ"P¦ ¡s’ƒÕ²WÂfè‘RSrE³rjxÖס;pô‘œÅ:Ñ'à"râ¡AòG‡wý“ƒ‘Âx‡,ê“&@(ñh6b ©Ó(hK&„B() 9‘+@ØÎB4·4µF€ ðz Ûø€•ºŠY…$èâ^½‘¯¡UD"%¡‚au)õš)Å0¸Uéi·Ý)°iKC³)âРnÙÚ— !q”‚þ€kH:6ŸkªF¨:|ò\þ)½ðL”Ë"&A 2>9ÙÖ#_fPmP!q_ƒûà5`ÓÛ¸9= Ñ@Ü”»Pp}Ò2Ž(—f‰ˆèòK›$“ùè’!òs)æ`‰ØÀ ǽOP®²`21 ¤ç S= §¡—ª¹_B bˆ<§!^œBM´Ö;a¢Rð+ª•>/ÆTb¢Ò±«V±EÁ}àÄb Éa*®U$b).à ôÒÀ`ÀGYa0.à2mCÉ 57ÜÐ) Á Þ">Üå¯*ì§Aˆ=á »:¾ã5š­qX¬öÂ,“ûÃEÅR\ÅV|ÅXœÅZ¼Å\ÜÅ^üÅ`Æb<Æd\Æf|ÆhœÆj¼ÆlÜÆN!ù ÿ,8Ñ@€pH$žƒhH*:‚¨À¡Â¡€1J>Çd q8RnÓ ñB3:±Øí É4£:$3 ZE`uw‡[!I&OPb‰‰8HD`ˆ“—™6žC “wP K*`a¡ ž²B·bˆ 7"q$:$;È…¸Ã7W"Z'­QWÑÁÝN²—4éD376æY±7¤ÃZ³À èDÉ$´08A(!ù ÿ,0ý@€pH,=¹N'¤ólŒPbd#BѬ0òXaÚhg6³‰Î<6<sçŽ=pàpO¾(j… ÉÄ*$DÀ0cÃMÄ€àpÁà 6,z¨)?}  ‚ˆ HÜj‘(#ftàð‡/D„À$„ !A!ù ÿ,(**ý@€pH,‹’ÙF˜Á¡¡‰q¬ZÑŽ´Ù¨\šÍI÷ù„tQ«šØ¹0<aEóLD‘õú~™BKB'qzUw:6#$#6™4ˆG!3  $™Ÿ'T ;ô`•áðˆäŒà&Pb &h äHqù€ ñ’!Dt€_²àé RD„‹B$ÑrVšQÝl  !` Á RZ¢C$àÜ"™Lr ‚Íà2!À1ŸÐ€C¥ eÁ($ ±Á!Ê<ñÁBòtÂi`ôTÃ0pÂX„ðϨˆâ7™;Ep!Œ0'Œ 3ÌåÂs•ÀC²Á !ÂPšJÐÇ*š–Pd¿Cœ@òrÇÉ!ù ÿ, .@ý@€pH,…°aäˆn¡#"<„ŽØ¬ñ9…<•S…ÁÐhÈ•v}ÄtD3žW£…D.UèCÒ±³JUo'C"†B "XWˆBŠB¡‘’E 7'!7 67{"!3µ!0¦C” •*3Юd8Àœ¨ÃTÛ©ªI ‹ B6>¦•Ä ©ÊIñÄ!¨ª†4;:6¥ˆqãÆƒ¬‚npèÀA‡AYFÜàáF†E˜êÝTª„p $„ 3`ˆ8—QÈY‡uƒÇaÈ Cxì8¡¡þH 5 :€ˆi¡ ,ˆ6 j¨‚D!üdò‡Cc~\V‰Á‡Jvðà1cƒdÿHÐ@BEV­\8à0n‡‰ H»â K-ÞŒ !‚(7&`ø ¢‚„.éeÁÃ*zfárÙ„[êŠñ¡CZ:¨è°¡Ã m‘bD‰Ëo¾ W4Y2'68À ãX“8aÂsî˜Ì^¡CÇS•p"(s¤Œˆ#F8máÆQ…}ø¸Y"8„°±CSÍOÀ$Š/Ù¸àPGÀÇ–V•°sŸñ‡Ê"ÿi°Ã )1L8PýÁEÍ‘@ÂûÅÂx ÑØ`C•üT$ÌP„|˜0 !d•ÛQzñ¨ÞT¢E9¡Á'0w‚ mÆ‘@2Àƒ¨ÈxD$q€+MšpB[%r3AðP7 £å! Á@m̉©‚~¨@ÔG-TƒYý!mËáפ mæö‘*(!1ü¡)ˉyèPŠ&ÁK28dÁ›GT@„ß5iªžÃ<Ó8và€5àà€)¢!Á‚¦æ1Ô¢íöÀ;ìPëúf“.ä¡Q¾N`ƒ°œ;ê˜O6)à »‚¶ŒF%àšòh!Û7Ìàý‚©O¢j˜A"˜F‚6 yæfj q€‹çV‹™hüYPëš:¤bA¸X $ì@ƒ˜3\*“aæôÐf7 `p½Cd°.˜Ðð“Ï™8Áä0eÅ€œ—7è@à çŠY˜afV‚Ág7Œ`|±A:œ{î j50*–“ÃJX\@Fœ^öÀƒ .Àp(ÍÅPYŽøUZ¸¶]—F\à0$KÃ3& V²Øš„8L­ä Â%¸€Å»:œPƒê"ÖÑÄà#Ó ¨Ô8ÂE’GðÕ4ÄBžÝ¼3 ³ÐÁ"cl'‚GpÁS5Рî@˜þ”Ð@:ô• d‚ DÃ’JlàÃ2 ûGY= Á ¹€Ç/Ÿ0ƒ ™¸†<ä°ŠƒË|äÀWŽz0Ã݆T|dzN ;b‰i Â+ÊðX9à0I€$Q>–ðÁî:àÑ x0 Œ`^Û„½2ò£v¤ B Îr€èhü 4òœÄ…ã?UHPƒìÀzl؆‰0…)…ÈGµèÀÒøVô@j¦G²DNr«@TàPÃ/!àA6(!¡ÄÈ T «BA .d M” qn"Ì 0Η"Ã5²*€ØÜ¢‚xüÀtà <¬†I¨»b‘˜¡ ˜Äø€!¬@:ãXì`zÂ{:€Œ•Œ¸$Y0 l@9° 6€ Œ@‘›%²ÞåàgÙ€v`3J6§¨€*¡ÀVúĸ lÁ[N¢rÄ©@/}IÌbþ!!ù ÿ, d@ý@€pH,‹‡Îç&:"ÂCh¨rÂÅ:9„ †PòvÌÖ/ r\n VØ8Ú‰¡àÁw`N $ ‚ *… 3…*†…!b"b™BB Q–Rr b$–w¶{» '=*9".*!$:Ê"=Ê7!ˆ#$ˆ6%&4;848><<>å<:ä<;;>8.';'ˆ*ˆ!6²!93!s¶Erí8áö€È †Ql²Á #2ºÐQcº8¼é¹£Æ ëÖáXy®F‰'**%¤Õ ">48äþÁÀŸ&D0TÂC"ø€EÂ=tôˆ CDˆ 2ÈòÏ–KH¨˜‘CGQ5`Ù0DMžtýü¹ÃÆ 7¬~1ãÆ02„1N‡a',Â]läÒ5lÖAâƒ@omÐë' ºhhu B&©L¿ù`·ƒÄ$CŒckÞ`Ã\“ ØìÄg‚A‰Æ‚€Njã0!Ãç eëƒ #NøÀk¿æ9¢à¨ÐMÇ e¤Ë—ŸÜ‡- {K¨¿ |F\0$œåC`̧ t "‘Á2$Œ°ß\æéÜw.Ø ‚ýPH´à‡^d &˜0á@` Ëå  Á81±Gu Ö×H"b'ö'‚o ¨pÙYþà‘KA6&ÉUW£Ì’Ñ6Ûô¸ |<°Ã82òGN ä—FH£ #”p™'H9zºà@M®Ip5…ì$˜xâ(BF# cMšüYà[`0ˆ x Ÿ @#ž vu@# v ˜ž`2~öÙ‚‚ ‰€*°¤JbB„$\ë™ÈPø™Äåb(2Ê 3hÀj’,C¦ fš« œþt^Al”ƒo!ˆ  lY§•C « ]j©¦´ºpýƒgAr Â â|P*~XÛø@%Š· ºŠé¸hžðŽšT Â~ðáetä4‹c1‰/cßÍJn¿.Èpî\½L;£Æ%dÐh0…u>tû0c!Lœi¹«0×.7”Ÿ£zÐ<È#TàCŸ ‰Jì/³3¸ì™ç4u4{BÌ#ØÐCƒ>óÔïÕ.Ìà E¿,hPÀGtNœð•ÍxؘCÔáÕ%Üu8Ü@WS¬5×ÿ”Ã.J竎þÉu#ÜFé <Ï%ólG` åè¥÷W*T>7"h@B :aÑ7šÌr-å\aþ dò&×QÔ%Hム¡hPB”sÛvôPSB! lª‡ØàÂ2úiJåˆôÀê´Ò à ÏUØBT]”2a¯V€Åê_w¼u© Kļs3P‚ô±ôÞ‰÷3ÐAù¡ÀŽL"A‚ëõ 2¨àº3hmLw ŸX!Xè@˜TžÂ(‰bCC8•Z0 ¼è§CFAT%#X]Åd ½ü¦8¹ÁÇf'6ÖìT ¡vP& D@ =ÀV!Êç»Ý`Å™: †Mˆ`Ø*gˆb¨E ÖÔ$°:f p„ó ̾à¨6*:|ýà€ª$P‚!JȈ ° 4EýŽaÙæê„Ç0 M¨@å€Ç"l@(Á:À/Z%pEûMPt‚l ²3ÒyJá¨á@CÈ‹:@‚¦ÜÀð«Bc8a !ðŽ(«C)`ñ¬ùK5ÈZ̼VPƇ:CøÀ +õ1ŒÀ>FX¯l° 3žB à]Ž—ÓBp€@î¬cÖ%³¶®—Å̇ȬN$FÕ±6øÀpÀYGø_3Ø÷XëyAÕ ¼X‚hˆ0ꡟc\-ï`V³$¨Á™ÇH4äì©H`:ý8Â!‘wôê^¤øJE(ÁRHOœ]ðäh@+–iT '=”êä"uCÕ “H“z Ÿaél°¸hÀØd" )êÄ;2Á©ÈI:ô´_4”P÷ß\Ì<{ C*@‚  ðÁ±Ì ›(‚¸ƒ…ŒQÞ0 lõ:¢P¤"ŠFAí:ÐÚÕ`‚ÑL%c·¢Y.fç?z\ÀðÁ ú| ò#‚‚ 耎ÑA¶˜ Ë~“ÍÌ($‘ªgè@£g*ZOa𺂠=†›f"„à@ ¾ëÄ öX„ì GÂýn‡ˆÐMè€ݼÈDpˆõ $Ì:LX¨— $*"8Øh;0…A <(R3 ½þƒ¿#Ãdµh(Œ—(œH™DF ˆ{!–ñÀΘ¸hRÁ¿%(l`è /߃ ùsð€ §Ùf6F=j Îi /ˆÐІBa4$tk Š ø@' b`b­ÙðepÀA°° ðÁ!©À>L@„ ¼ï"MÉ ìW&½mñ^ÉáoùP ƒÙœ˜€ŽåÈkÍ ´@6$d…°Ú7„Eˆ¡7hÚ3Qöa)­ý°Ž5ÇÀ€ ¶IaåEŠ!„ ôùÏó=bHìŸN*#yèÅXÖU#dC  ÁC0Œ`Š—“(+D@‚ß6'zKÞ h¦÷h¨yèÀjns5m šÀºn°5e@CÈ¥l³ è@Ä^vÆ{„¤ ¬Øbùâ’ÒB±þ×Zú$[ÎaÖ~™ˆÄ›<ÕS<`ˆÝÄ»'ÈÁTŠŠ"Ô1=“öH®vmï!í?7ȪàâˆÂ OÈ£.=¼aå!«ÁAª_7( uŽ<`/@†X¬ã=‹Âbr.ô@ïª×@c|Œ}úØÁûè@£Ç`Á3þÀ×x¾¢6€P@âòë~bäš8¡fQ¸…`:C`²jÒ¹€ zÐlfwÓÇd10‚Hå„ ‚ÚÆ%U-y)µÚÄ1L¯¡'=’p,.ñ´ð /søÂÃÑn ˆ€]1×Í~уÁÁîk#gŽ#Tœ€e9Afx®¤‹Ø6 ¯áv„<ø¼h ‚&œ‡ ‰%D"ë5qð``—c½l‘ÓÝëêo"A{;ÈÅâÆz‘ÏûƱ;–qDå®™Ä%ªÞ˜KdÀÕRŠÉ±Ð ÁØ@LòÄÅîó‡w  ÃBsþ ±`†!WÒ€6€Iz4’Q“ò2«²[`8Ö-Œq}(Œǰ"%²Ds°Aƒ ¡£9Ñ|à€CÑó¶[0È>"sZÒ1;¹Ðj@öc€®žö6p‚P9³PŒeNXŒHç>þà‰`?À;2!:¤I×ÁbdÊǸ0¤Ä`v!p²f6Ð>1ÑE_DWX€OÚDà‡P —@‚8QAHZÄ^«PŽ•$M3à…Ù"##B s ‘Ä3­$–ÖGA ]L;Ñ9ð_å3“†)°91á™3ƒ‘€G{ Ƀ 02!õð6›ƒ ØQ?€ •‘Šb‘ƒÕ§$#'@cw'Ð5 = `NÈ3àÉ¡>¾x9±€ z›£r Ž%)ÞÒŒwpï.`5¶iê?@ ÖQcðزU‚ s”7w€ èUc•@á5à~!$¤‚r’hy Á6D!ù ÿ,iIý@€pH,‹c2yl:‡§tJ­>™Ö¬vËíZ£`mÃKÎ ÎEð!"¹¸1Ѧº‰îöŽ~ÃFË€VB…!s*!q "˜"!‹«ƒ…° t0}"B¼B *}" É  *’¹ª¬[¯Ü *"µµ77Õwî7:7#$ž’34¨ð ¡Ü 3¦ËVåP·n`y›p ‚ >Ä00¨@­B¹,.#ö!SÇ*–eP‘ ÐB€‹ÄpÊ!‰Ý08¸ bþ"¶MH!ÂCD8˜„D: ‘*„ÃR¨^ÈáÓ1F®’‰ áˆ‡Þvúì«é Él؉A0"Œ…0¶l˜0PtQÊ„¡C *xð@‚nÍLeG8‹–‡Z7håøÐრŒ_ÄQÂ8hàðÁƒ‡×èàØI}ÐÕ>ÁœÏx‚tÓ)èÍ.dÂ;ðpƒ 7¸`01²’É"Ø`&’°Ø øN DF ª@]u>iÀ^=¤ÈÁüÕ4E(6ÀFà -3C¼HÑb!hž¨eÝHÔ¤3€ð@&ƒœKd£Üƒ6xÀŸF\ðD–ßЧ%tùåC˜‰óÊ£jr¡A›<Ì𠜀͒@ê–\ºð' ÜÜp[>¡šjvÉ6d®ÎšÁ$” Ù ÑqÙ¥¯hõDˆuP <©Ã а(„s$ý*´ÒXÉ!BÈuÙ"¡¨¶Z0Ðæ#À´Tt$xj ®ºPC9<ô ,ˆ;Ä+„Ðë0F0@‚k9óŽü¦Kɼ¶ëÓ oÈ;1ÇþriŸ ,ËàÂÆ!hÐ1Zˆ8AÈ%—á/À®LÃÏ8L7s»87”³R  3Èó 4¸ à ã`Þ :¢u³+$tY:”°ÁÓJ= 5¤=!ÖYO N„tíuìŒÒ²ìB{³§ƒ=dmÝTðëñÎM… 6üÑA¹¶Lµj8¸Ö—Õ‚°ÛâÜpY¢xø°ƒä Sä2Löº=þä`ÙÇŒâ6Gk©äè&Ãó 3Œð-ÿÜÞº€s@íKœq0áƒ0àÃv¼Û Bw qÇKMÃÙªÙÐC"Ppf‰¾Kˆànt[õTTÀÃ^"dp@~‚äg¯C7 ÀC€ dIXÚqFP¹:ÁÏ "ðbtðô¡û“ÚË^—¶ñu€( !%ê)ÍsNp€Qˆ0,dÌ©Ä …0†é¡¡£a3t »DESx“š ~ö½¨pa+8„3 ‡⨠>àˆß”Å7õèNð÷°ã89(TPTd)û *þ ¿>Øå~DýØß¿ÇÁÕä€U»Üa—±À ê#¥øÀ…«€ 8RE‡RAÌJ €#tQÀ€ \À¬üfetÇ þb‚Àêx$ÞZGÇã!/€h^lÇ’8 9(A *püŽSnTÁKŠP7 @ËËHL@Œá/æG˨À®!L!Ì@àDà²9ž-mÈ"Ðà€ô`†Í(h0°ƒe¤ Í©À*aÝ$£Šo ºÓ¿ˆ wd£@5—q¹@­ë²nÀ 1?/Pý8“>ПpÀh§3`¸*ã•%5 "¤¡(økF ÿBb¬„7¶Á>¬œŽ¼¨ r¹Ù_}l‚§Ø.k†ÀˆARcÌÀ‚Eh¶‰Ip Y‹`…µNé‚)°Û,a;…{Õ1tÐíÍ%]‚A—÷×åbÏBG°8x çÚÍðÁ TA‡èâpà­“’—`l\"ßQ &03þÄ0§2°%Àµ¡ »#FÞ‹uþ&=@¸Z³~žÔ6 ¨}l&0“P°4<€ò|ð? ôxÙ Ä(J•ú°ƒýL@Á«Sƪ¥§ŸŽÁ€;Œ 6QªÃ:`zPÓ„¢h­b¤e$Xª ˜ùê$5D²®H¹-³!Å1µ0„ýG`pŠeðfÈß‚;'d'ŒP‚ Ÿ‘0B!ºÞ²òN‘#ˆpà 8Ô u 'œÒ»»M‰¥lÅxéPÂÑ XY“é@ƒ Ö@|F¢ˆ*±“ÅQÈqÊBèàdwäqÈ5¨çŠÉ¤¬ËP¨` <ád"LMÒå+ØÎ‡”A+ÐPl ª|ä JtPì«ÙNÙÆ4P’(ÕXlðÍ0kÌ0ÂPP¬¶„aÆ@­/²h‡q€=µ ÇIS°ˆô´+´R)§ÄhP^‰ÁÇ&a¢À¹ò¶g#:µ¼"ø —#Œpƒ þdËÄç¬õ»£l¥”HøÏ}‘Hð»~AÇ8 Œ§t€×H5hwS“ÍUöA €°L™o¯ &Ïà*p/<7è )€LþU˜A·(›A"‰ÜàC ø… ¢‚ÀLyœ M4PbÀÃE ylà‚ ¥ù÷¸1ƒš é"Á žB„Ó AwÛ_a@ ¥ßT  üŠ êò—€¿ˆË;tá2€ËøÅ˜>a:(ËZÌ2Lï ÖÁNp€ Øá$ˆà/\4IÈ. }ó"!Œã€Q‡ ’×:›è ‰ÁýHÑ®n±"œ{€xpƒ C üÅ Ê‚ŒwÌ'³fp po È(Zð€ŒÀHoBJ3Ç&\©z­Èö;” Ì ¤Hš<ÝGD HI¹GÀßaï%AOpDŒ©@\X „@Þ2Á‚_y]Op¡‚üˆ@e\È.ŒD À,. !!‹a¿)¤P (h…‹¯Ø`@fÐ @èg‘7@¿·õd;øÊ3ÉÔÄA¬Â]¡´@ zˆ:HÐA\€‡ÔL%‘ó`à }XC)*1Ž tr¡‚'t’w`vá›'ÛE’Nàu‚JÿöLD@ ^0ÀŒšŽÏ¡bÆMéÇ>!Üàq ÆŒ„á›Õ`aQ¡†5F;ÈÀ2à¡®FCèbH/*PM¸ò>k´äEƒw¬±’"x5¡p7Uã 0`¼<€§l€y Ô€L…˜d.}Å‹E/¢Ž?ôÀé«Úž‚Å2á,© 'HY„þÔˆ/b@_;7alRðío’غR: M€ÊšŽ]€Á‡ˆ•1@P¨¨Ãü  ¤ë7oý3ºÖèÊ IðJŠÒ ›ø`C`JBP¤¥ TÊÁz²‘ˆn qòðÀ1JSƒ2Ö€¸7ÜA²_Ø`› 1ïS”N'àAê¤ Ôk_sé0^f€Ä6EÉh`04'][€Ö^æs$0êT‡RQ“º²)q#Ú"|ÀÛ¥†“„/ŒÀ.›œ´¤Ã¸P0w‹cãpû {sÂP+«ó$Ø3ñrÀ"€‘O8 ¤³™ÉPfP¡{ôdƒ D€Zà׆F0‡a< r¸à/àóÁcu1‚E²2³kp‘ Ô,¡Ѓ3ý¸@Ðp2Óé‰TàeBD@Dw€·ŠAU.ØIBºê¸©ÂÃOOb@*'˜Ã^%7WAÑ[CÐÀ üp‚,?ÎêæÆ w|Ã&!¹Ôµ©Gß ”}¡ Œ-ÔüDÏb3€`¦Öí 8YÂ*LG%=á .›A³™Rg,º3Û=U—PB}É£T*D ëðÀ·nÌB‚³¾àƒñ6­µ‘cT¯dQf“X#HàG® %ØŒC‚ãZ\S<;É[!8À`ÂÉf<Þ¨*d€ÏWFBmb4$—ŒS‚ÝǃQƒIF#Ɉ&a„©œüO–þ¶Þ ´1¼€ý‰<°´½"é2ƒ ý¾Ímª¢‚«€@2—ÂÃEŒ ¤ã2ÓÌ ðDŒaã)æóʼnlŸ[Ï%`y$3 ,f  kˆ¹*‘<«X”ùRúâÁcÄ¡–f$½©Câ3%)% (Û`À3ä$€¦V‰ŽóF‘˜D°/Q{ÞØœÐw±œí@Y[·T'¡2ŽyÌŸðu•ˆþ] p@Å„7SAË7éË\ëÜ®¬Ë˜Eë:gèÛU^à¹MPÁà%Óœ„ÆïÔ`ù4 e Àc  AJàšPíê†Ðˆú„Á!Šìgµšs€Wâ÷1›q|»þq,dÀ `É' ÑN$P€10S $påT ¥!’P å€è" +ŠÀ&&v=ó,”ô‘,RDºð=’“<ܱ ñEMãƒ"‚U©ÐB(„–%,¸BÙ %)26k$›Ä Pð¶PE—¤¿P(âƒýÑ<‹"„œr„ÓÀBļðTÁø ^ñ'0 $#.€.|R+`7qÖ  °Ç^à ¹ ·b6'"ŒDU»òWG*×-pp“DÒ5À"ØãpÀ àGù@o&à§Du(‰21J1tÎà8¦³Šf労X‹¶x‹Yà8¸h1Ž3‹»ˆŠ¾ø‹ÂèŠA!ù ÿ,*QXý@€pH,CÁã! šHã!J­Z©ÊÉÄbÑN˜Ð«xL>*¹è´w©]’åxô±MÛAx Ïáˆ:Sr…Qƒ vv\ ] _tL3„†d‰!‘h\[ LL‰* Ÿ E¸!$$'**y«hxZº¹ š6*¥7763º —!!'&&.'.*ÎZ° å  TüÊ "$ü1¡BÄ r$dØb '2ftšõÔaÂÁ— K–pÒaB"´p!‡ Ÿà‰0ñþƒ‹ƒÊ‹7#ˆGxKÀ ˜ü €Ÿ…ÀÉCsQD'š9¢qtÛ_9¨ð¦—D “„ !Úž>ì Pà(ƒV!g¡dDWƒ;øÇc£@–1)¥U @P4 –‰£ êªDpt_©0„°&`àIxb(A «HÈC]†'ŒPG'0B@DÆð*…2ÌàÂm®Ñf-m¥°UŸÎAG’–iç ¤U»ý_€õ°!l5ØÃDQ§®Ý†Ëê´5Ì ƒÙÝ Â¿áè Ck®`Žó*Qo·…fˆ%¿ 4Êå>ª¨CuG€Ä¼K0,®®a—€<*¨ÆËI{B»!àJUÇ:kÄ¥üv@—‘*‘b23Ä–YÈíǼÚÐC"øHLfHÐA;2ì@‚Æt–¸%DƒŠÝ p qa`Â9l 3•0±EJYzt^GÅà"ÐÑÅ"¹Â…ÕLOqàØz0pàŠMáC4àÃÈŠ#Ü}d¶òLÄ) H – —)[K-*”ÐIZl A„jþyÀãŽÊME!”°ƒ  ˆ‡ÞwMB¢œ|à¡%PCM .Ô]ÂcT zc3|0û ·M„˜ Cȉ*wõá9 *ßOõbqs°¢ÇIõLþr€ $ÌÞS’L YœÏÙ±Ç$@ð(`€8@@üÅäDCèÇUæA¨@Y#|  ðm XAÀÜàhjØÂT– |¾€2ó/ƒÌ =P0v¡AtƒzÀµ&h%ÈAR•‹ñY{€~Ç€ä<€øÀ Lw•ö)C‚ª # ‰° #ý耸@ð|à<˜â6`9 \`mMˆÆ$0%üøA"ˆ×÷´' dg ¶;„\Š¡ÉÝ©ƒ–àF!ä È€ 4pºÓ%»8H,É8„–àC2!$@‚<ŽKÈ(gQ‡6`=›ÐAEøÁ?À_ôP?JPRÌ£1FÐò‚„I 8Á¾®ìKg!ßl€Ž¸,˜?±ƒ`3üÐ@h)„Eš¢—šAh‹­QåÜ4`.§Ø`@°Á˜@ læ}ùäFr$À±tå-k ¦½fà}ýá$…¦¤ ã,™L@7À€ô9S§aàÕ€õD€Ía|0‰wÔ× $Y……Ì€_v梎Ð}àÍÉÈ0à%GE G  —œx‰®Ù[t Ë€žLÂPA± de«ÊÎrJ/÷Å%˜QEx©Ì0„ðX:½F0NëÌjÃB%ÍV#ÈýÁ7 ‹<ý¥Q»¢ÊÚ€¢&ˆjÂа\‚4 _Ô]ñWaBRYfÒ`<« h/#3f4m b“4uä„’’6Ã,Vø„U³0G²…v…àR…`x¸F†eˆ$—†aȆn84oÈ+k‡tX‡vx‡x˜‡z¸‡|XA!ù ÿ,*YXý@€pH,H¤` $ŸÐ¨tz\Z‚‰Å2yÔ°x\<¸ÛôÖË|‚Éð°ÀA?ØÕjÄ™DìCK^q†FvŠ" !xj "]™‡q “""$$#$*³*''*—[™¡„|  ¤S¦©!¯¶*3¶¶.·¯žºyžÂ*7·³"ÈG!!'&&ÔÔÓ'.õµ³zØiZ%TPQ¡~P!bs$¨ Ë„´iԢݪ÷Œ®-ùð<à€åÁL:€áp @„B.äð€¡%€çDPõAþD¬‹9Æ J žŠùnèúÆ Çt0v D±:“à¡‚$6Ø„bJÃ$@K…‘ž<·4jàØ¡#Gšxnøð±c<úúÀAm‡Š®!T|Qãkˆ3B|ûFÈ Bˆ¸¨V-P¸2Bˈ‹c®_Ùj.}é<0±©*6}(/‰€K(Úo0KŠAÔ §]ñÝøi=!„çpÄ‚óÒM>°dhÔ7·^Â5cȪ5®{$’%ÁG‹`C 4"ÈASÇx†Ý `I`Ô ´£+ ä–úàWLX@8K|Ç'$Ö, …Ô vËØ{pA dc•(PU=9xSG0—Ü­ hç%†6‚P(ƒðÉ"ÀeSᣃÃF##!ýˆÀÙÖ*SKÉA ü¢Ò"8^EÃ:ñ€±´‚Q'¸åRµç+ˆ@|0Hc¶—Æ+d ƒJä$ ^ÛìÀöt€IlLtB­øF*`‚˜‘”žhËÕx`¶PÊH h fiÇ,Õ‡9!&È kÐ-JEl¦=áI\ ¶UÜoÜÛoQ±ûØá6˜T=L 8éœGl9àUÓÒ«$ÝèqÑÁ%zqÐ=aÀ0À)PDŸ–!¨YàL Ø‚Ë'°A_%Þ€W œ"0%µâvôÁ|?ºÙ zý 'kªéoa1‚Ub>7ÁL)1 f°šÕÌÀI}SÑIð—(ùð#!vÝJï„ °$à TaÆ)Ó˜c 'a@EqÒ”ežÇøp~¡ñ\„µçQ¥ãOu‘X@ZÕšSZ•1 î­`( Œ†F„X¤ŒÓ(ãä5^À5z‰qê÷!T+†Qû€H¶@0‘`acÑ!¦êáÛܪ0Då–Gç x€ƒ  ПAC¶w 8ô"¸@‹\Do×úeXN?‹p‹ É+‡@ìÀšSYE½4 Ó¿ìÀ¹Ÿin‚Î|†7:þ:7õH>„DàDC0ƒÐOí)@l='|ùÁy¦Háh¢ Ö‘\NÊ"DÖe5Ľô) ã Î}܈ˆÀ CøßÂ¥ñy„f¼éÍ D  HàÇÒ®K2¿70ˆ«¦À1 fZíéž$¨ÀPI@5€Pâá«S ¾þ´1BÑ­ó ¡kð-C!‰Ë©€.Ñ»ôón (6]k«ÎB ¾ð∎ôiš¡`Ñxv‚ZcÕDˆ;7Hm £¦é=@}Q,6àðv ª{Øt¤}°>P4WË5â‹{ ëE p1Pñ)è÷5iÔT!þNI€ Ð*àPþB!$Ô! µ0œ±QøðØÀ§°È£0@BA±$*p E£XG èi£bÓy;°.Ô±øü—AGE  uÍ Š%4¾ãsÎ6 € P9 6þ²$!T®G1KÝò ¸0 <:Ù† iðfȱbðDZsL(Tð9…{ÑyÛb}´ð…¡Àö“kŸ@= ±Ó)TòM( b~‘†#º1~ïò}áÇS½°a¥O2-hTB%›ÒQÒ q(…‹ˆ#ý‡<µZBoY×°nÐF(¢:rrœ ¥%‰ÆÔ–/"p°ò‚­('¬%%sJØHƒpyªH›è¬ØŠZ× 2:+n´Œ7¼ˆ ׈Ƞs§ŒÞ•÷7އÀ"爎ŠRwìøŽðò8ôXöxø˜ú¸Ø!ù ÿ,G:Xý@€pH,‹‚äqÉl:ÉÇä!VŸØ¬Q0±x'“+S¬‡´z ?¼pËã±½’±ÍÆóéB~}ƒ]qiURIwO$$'˜™šš&&–" ‹p ‰S`Tme›™&¬˜ž ¡¢³ ·¸m”L.¯š—𷵋 ` * JYÀ®À*Åpo¡`Çi"gB½»'¿›..4éê4.5679¢ÇÉÈ$À-!‡®:tìXÈ£aà áYèQKEŽR>¨Ð€HE:f¨J†yèÈÁò 3pU³p—*T”ÐÀ“þà pû Áˆ+o¨èÖ¡Ã…§(P¸æË<0*| 1C‡JH?0€ e…œÑ´ƒÔ·o#È•ËEÎEr&õê§¢kB<œà“SĨRå6hïÀTV¦ØyväÀ‡>2ÿÊôÃŒED Ü„åIH"QfPÁ 6<ÅÀ@Ã…2¸Ëh°áƒÇ B<äž…A¯J3·B¥×pl¨\.DÊçÄØ i äáiŒŒå.™ºùÒçÓ—Á^YýÔîã‘O_‹Šúé7øÀo~à àç‘¶\hÀDqz±§E<„0wª 8œ>´6ðR×"ýt‘†HÐÁ!dPÁ2 ƒ0€Tpˆ»´â3./d‰P‚X p –‹B08*l$Â`Â/%„p†\QU-¥ÌáÀe?Ž0 üÈÓ aB`ÀUÌÐÃC8¤Ã ¼a×–¢tqL|Ptf‘6Z|63VØUŠabBHÒB¦¼p œ !<ð>Àðd7Ø@là‚üF ˜ ! øˆ§H@.ýŽð8µI*ªÐ€Ø¥NàPLX¢%D ÿð‡A„@:šÅ]f¡0<)cA€‰˜ ­ˆ†%<Æ8øISŒ`jü3$(hå©C—Q‹¯†õSÙÁRÕ„›þô®—ÈëO¥¡Ö™tA J¼E"Âv´¢'è„b¥ñ‹s̉\R"6PIŽS ©ÔAjÀYÎj¶R9 <(’ÔØ>YˆÔ¯ÑÕº6RY,ÆŽ” Ì&0K®µÌ‰Rt[Ëtà  ‡–ŠËA.oy\–KÄ· ‚p˜)jÑ›ÅX÷ Í\¶ËÈÅ´ DÍ1i"ÁŸ-d! ,ïp$Ù!õ®×¸î¯{çKßú¾·¶öud~÷Ëßþú÷¿0‚!ù ÿ,PCXý@€pH,…‚bòÈl:ŸÐ¡`*x<¦Ñ¬ÖI]¦ÖÉÕ»ÝÎèw¼¬>Ä$VZv~îw~£Ád0pRoVBV^UTrdZ'“”'$——!#!!x}ƒ£‰W†_olru•®¯'&”—""¤¤…pI`WJ¬³•&ÂÃ&$&%Ã$* ·¤n]s¬E°–—–ÖÆ$“$ÍÎbÌ…»Z‘F.4êëê554îñ.5.é3ËÎ…à!Š_L°£ ƒ*jm´Xi V€Šû8ˆè¨ãÆŽwNè9¡BÄ@°ÎéÅ+•Ej|°áÃ'20|ÐÕ-Xê…±ƒ dø°ñÁ 6\x\'ã „yÈÐ ÄÉ›¤c©B*2Ì`-ÛÜ£( <Æ1cñ†ÞPÜ0Ú‡#40p€¼‰1z…œù € >r0¨ÎÅÑÀ È«or9C… îǯwûÈ“*NÌ ¡Aà "¤7_rp€ƒ•Ð3¸Ÿ2Ôb×€L´!D"Hpßý q€¨@a*ØpQ}¡8ÓˆOlðœlÃùñ 6è C!œc¨!¸Ø3Œ ¢bþ4 ˆ8$qð QK}ÜàC/V—ITÀƒ ˆÁgÜ4‡Œ:T@‚˜¦1!—è0Â7Œ×ÀPvWØR–ñÆ»T‘ el‚+ ñ':hÈ@äÔDˆ<Ì0ƒ†jÔi h°‹¢‚‹t°  ¨¡fŽwégP€&Á$hð'H ¡–|À Ž 2 R ª ô­&ô€!Ü8¡@MÔ€ƒ¯Y†ÁLÔýƒ õÜ•à$‚j.|PÁx*Ì À :Ðêö:*ópB¨ÐCa=lÄ&à‡æ² 3*T ÆžÔùÈâ×Îvƒ!‚£%âPÃ=l+ØÁ=€PÔ*˜ƒ6(*Ê üSÅ4a9‚UP }‘g°ƒ@ƒs9D` ^æÐO8pA-„‰oR¡ˆã%ŒÞ·´ª€ž!ððÞ ž -éðÃTðx"PÐ.oŒëà ¢, ‚” ÍÁTÀï•ÝuÆoÄ™¦vvE ;øÐAŒ £hBåÍ Àq34ÚuvŠ3þì`«- –Ìò.´fÊ}gp=œèáA´ÏÁØI†#IH ö$v}à8v ‚U‘AaB ÛyßœO[6¼3ƒ;¸5NÙdÊM±up4ȃUlpÀú;QÁsáAçr¦èÀ=8˜@r€û`à ‚Ñ( ¸[w60ž¨Í5BFp@\ i:Z>Ôwñ^…kv5Büã =¨À³øÅ3ùIÃF€@4ª6=è@V"6 ˆ£p‰p$ ¦º

2XƒÄF˜\`ð@ x  p,ý°BštƒRÀÄ/IÐÜt˜Šµ¼' 4ñ€‹XDT°M Á­F •Àaý“Â4pÀ £`b¨È8æ¥Bð ¨ÐlQ$¸ŽVt¤±Œ à‰ÊçO}q_9—zpÅ}x QÚ™Ž õ²ñÀ• ‚T@r¼Ç;0 cy?%]&àÄtƒð2íúK/ÎpH±í#¸•60¹ Ñ0 ¼›P~…™íˆ2˜ XF8Qî ñÀ:£Þf*PÁE8¸N`àÐAÂ8P”_ AÙOa “B1Š}™À `°ŸãüÐCuýQAî WŠ0–Bq£°5|ŒFÄ›>ü)Tü¥F4áwuž‘€&йIL#à•"xEb¡À|ò›#¤–p÷`4OàJ¨ÃÄ‘e [u_¬c+ù@㓤 E0,J®ÛŒÒu‘3 ǪàÐKFp·Ø>`ýë9DqÇ (Á:Ux@jäU@$3 ŒPá ÀxvàŠLÜ’fµ¬1@©'1Œšàœ€¯ýh!p´h5M>TTÌ”ÈôgTr:(Òà¥-GÜÑÎðQRˆ ?ÏjUj`S\r :ý‘Pà×#â…®jáCpÁuÀí8Ñ N|iÆó}÷4‚ø×¿øøÆ( ¯ŠP‡±CÍB5°q‰L"¡”¨eƒÖ댓pìžL÷¶°àW¸À.Aˆ)Œ `ö‰«Ã6V| Yx¸éð– x@b˜œ”uÓ †0&ãÓ@Ÿ5èˆ@£•«H<Æd€é`²EXÂTøf|óêÙ¨–µœÀxæ ­*„G'ÃÍ^%¡6=‰ê"´¹…ðIL­–0`‡¸òÕ‚œ¯F `í'Ya*úâÁõhåÐ@yYÂÒÔ'tÁ:fn¢‘gI!–δ¦7ÍéN{úÓ µ¨GMêR›úÔ !ù ÿ,§Pý@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿àðp(›Íá§ ÍÞ– £Ñx>øO(Ÿ÷xêq e\k‹k‰mPpz""$™™'œžš#!£{… EŒN‹B޶F’‚!$*3ŸÁ%ÁÄÄ$¢!¦̳µI¯Š³°·ÕC£'&'.ßá.ãàÅÄ&èéé%霚  Ó¬F±°ÑÖ·Û#$¼yÆÀaÁë¥IS·`åT” !₈x˜MÈ8!£gûEð÷A@sàÊ üDŽ†Ë—0kÔx)³9•¾àa´À³þ'=!Óê…d#Iƒž^žv2øíf§q4jàСc‡Õ<²jÝÊ5ëÕ8pÌÜÙ³lÏBšÑ9Ô !0u¦t  2dÜ!‡Õ®9Û¸aÃÆ ˆÏXLø†uðÈa¡‡ÙË>;>Ø(‹mÛ+p¶mâ”)Ë»4îNÅÊÃG9n¨Ñ¡v¶lrëÞM! –MàÐÞ®]ËÃ ÞæŸŸÝŠ6Ž˜A½|§fõá#ö¥ÚxëŽ@ž¼ƒóèÏ7 /‹…Ïé|à¯e³ðT€ø] ¸#˜ó‰AªIÖš}7t°Ám¸õA œw€gH,âŒ>Áfýd™ÅŒ<H@aP\°Ë0Þ(dš82Hµƒ<è`m¸5(Ô_X¸sp`Á\0D,#’hŒ d7¦!¤’ Qá•}´Mp›ƒhUÓÞFeÅsCsx`E¦AI$ ³âi4hçƒ3ЈyúXóÑsY`6¨PA I¤yR@Ä †Uw*tpeo ªH3¯0ðA >ˆÅHºÄ¼ô‚КHÕš"`ÀÁxe†´£"µ0€ƒ;Œ Á*žq€ã ©.ÔP•ZyAo­KG 10Bk7àš+Hf2‚@½Cƒd3„GÁïM{O‘t*ýîlP€ÁCŽ^Ûµ "Á!çNG TÀ¯´Hàh¾] ®’ì’êîK8œ0B ãœpL`ï",v &d  6È ‚GŠÃ 2„å˜Å\ÁI3Ž 3‹C”aå,8!H@ÍÅEüç$t Áadp‚ Ë\"í p"B$È>s/‡ƒÊ5ùÅr®y%“ 0l€#ÐCl€5! ñËtõ !T@„ÁŒ$©p!A¡&\['7Õ|¶= x‰7ÜÀX.Õ7ÛBœpŽÈ °|ÀÔè-ß«¤ À [p*‚Ä þÙåÍ3I¥ƒk ¬j%¸l`ƒ6‰5Àçn@« æ‚ $P•Ãï8 9¯*2ºAÌpÃ'°ŒÅ[g»]P*^Ck9wln¢uÁòàH%ÐÜPÁðeHäAÒýžÐÚdP$ÐÀƒ‹Á²†$Áì!äûšLn׃U+RChÀÀ½á Þ#Q4qƒÀ\ AÜ‚v;½Ío€ærYßðÀ1Ð . Gƒ¸ÙÑ`.Á ÇÜ8 ØÆ d°Dà3wÚL=$à0@}£¨¨ªÝ /<à¼À Nݰ ðÀºB¾Åüp‚=ý¸Ap²¤„4^‹*BJ–tôœeI<¨€tP¨àjm«8wFà T¢z4ܘ <ƒÍ „U0 Jf‡ššÔ qàÀƒšpB¹€$!±,?îˆ3~ÀôÆ€¸UL *àÁb“ƒ0n ©óÀêžx1¢$//áK›\“›U.!`$n¨y¯ ýHÅÚ°):œÛ„“x”E#ÈÀŽXËÕ1¡›¿çéö· “u  »¥FE&³ÊA3ŸP˜`9¸@8Ø(*ÑjòÀžq€·„ ˜ Pxºè`#A4pz€Ëýø@JB=ð¯Û€ n Ó`A¼02È— úà¹ÑãàL› D@$˜Aަ°ØîGÊ@$#àà.3"šÇŒ“¤z€ æ1ga€£J0 ŽŒNmã„Ä´‚ä 襟@¬Éí@€¬' ‰¨9è@*€8äØ'ŒË^8„ ¨€l‡åF›Ï ácKbÌy™K–ª&7#^Ì+3øÀ6lð9—‚†÷<ãæ*³»ú³§Âò (@Ç&Œ¨:¥Ò\€œô«»ÙzÀØZˆ¯x LQØÀ 05Ÿã0a;@ÙJ̃È7 “šáÀ>²ˆ„ˆ›pùî§Ùˆ«"0èå vk;ÐÁ‚²q@ˆ†'ýíAG<àåªåCgÀc@+ƒý,L7ØlB°œÎz;`๺úF†ÁÉ»\’—^Ge“É Jƒ-SÀ9ðÂãL!ˆéE"èÝ]P ?üÁÚ.Xæƒáh¤cæ€4ÀÌ@¦v&B¸S›ô ‘›¸± : [G¢08YâM|ÈÓ»0N°z$ì^;HeëÑ„ö6`‚ ¦&‹±AX´ M ‡3\ò‰&HŒtuh=­†`ƒ¬m i€»§½¡@‚Ðq=LÉ]i–š¨À©šÉòÀ'+hÔ‚ÿ$/» & ƒº²KzÒ‹‚Y]ü•cþžÀ R¹+!ÄV ñ€h@òÖj ~fé²ÉÂÜyádÄRãªt®ÙH ,¦äØ*»¯ExÙrA`¢gWļà9° G™ˆÂanOX°¤Ζ bh"Ì  ¸@{}FÆQÌ¥$^n§pt¢fz‰'ô²1À¹ µôrÁ…Ó€æÑÑ$¢6<Úoñ†<¸Dt=`ƒ ³•slÀ«Al@ÁÏŠ |0ŽßH@Ÿ«å(" C¸]݆¸×^Ë„Æã få8ÌiÊ‘ôŒ œÖÁ†~D`~éADÏA xRu>»ui«TK°1þp)> nœñ kð KE) C>pU'ëuY`çq÷¤="0 ¥%0 £†=À6À 1JG„Üs;éc%pañShUQÍclRU´9¨U<(Ügq¼Õ;ŸöZçŒ °— 6`–ÅX¬Eûc1ö$R•HÃCÀ2p]Lp1/çLAƒà #K( pd®a,h!øW;Z…ˆþÇW8¨..P3°… £7à«"HNfÇ!% æ?%à13@n2*´D_§­Æ)î5:ý'TÓ-€xsà;'—q’43‡L :p4à w(22`J’ à1zpVaVRM?ˆ^q~3 D…;`7”T.`ÉpV·ˆ;›Å÷iV•wB:0<À9,ÃJ†##B`?l¸ˆ´FCŒ@BÐY5¶ 8`Ɉ‡ëW8&àoŒG.4/ÒW!¿s 5P«S]ÀSy1D®Qh½Á‹ÈÁ ’qçk€‰#WwB´ ð"«-Œ¸‹UHàGâ7Fd¤hKp™Œùvò…_¡®¡`¹qpCpÐf2dÃöþÁWD-!­ÁÜ‘Ðu]l³§AàfÑ×Bp0¥‚†AcY´Qjþ9—z'%SÓ—Œå@+5À wHƒ}Ú97'áQDÂFHõ"@Õ ÇÒ•EÐ1S‘caGy˰%kÉxâJµp&£P‚sF"!# ÞP“ëÃ[Ç¢!§c™”õÐUM ð{ž!Ãù¹.жÍЖÉלÎ!¨7F™+‡iU ù ãã0™0/ƒP@æHÅ8@õD±ð ëÑаd¢AKà+™á–àe; zn +T0Â_Åà Kò ý°„uDYq„œ.u.µ’Í+ CaD³ ´ êð‚:PÇ Õ3yèÇðÕY„Õ|%]ð ϰ# ˜%š#YþR@CŒ£KÊ€‡“p/H ÉöQ¢ZP'C@…ë8%€ëUV„9–9ÈqULÂ.ªŒà6iså«b +Êh1ÑT‰j$&#3Às=Z3/§Bs¤D°žù­„Ë|­ ¥EpE+5s- @ ¨—q  ƒ€#äwaP¦˜Ádå–‚zÏWU6À¡¦¡éG3èÇ<%ø€ƒá´G«þy©˜ª*º©Dàc´ùr‰¢kw±4£ƒ¨À‡«J„J:¡®ºDŸ²ªB°P&sçW3Oa1Çzß`È Zs ©êhprpVÅ—@ñ«R%ÅC¨Í +=dãT.A¾à*0‰¢Z­ 01£ km~@ %°°‰qŽ:*€°P›!…Í) @oÉVUaaùê =tHÁC !1i¢˜hG3_Â_Q"^¡ÃYç$ŠCb±! óú¬öGoãV!3ÁIOá«¶‰‡ºÊ¯ à…SŽ¥îêø Ñà–H*«ýé š&Ã8Ü‘VÅc@¤¯%01ã ± ÛÙP!3YÞAxRômrIÚ‚9û¬bi€\>–•“cUbD.¡¤¡qåc¶3%GG€ç(ðm߯¬ÐP·L€!K¶Á7S>&–0#U¡3báI U±bÙ8±AxªË;R$¯”{¤Æ‰žÑe&³·=˹[«»¼«t±lE” VÒ½±dñZ ±ê¬±k³Ë[ÎÛÈu—à²A½‰1—€®À˺¼Ã[8XµG«à»¼T AèQ êû- Â>ìƒ ¯ä í™!ð¾øËž–æžW0¾óû¿À<À\À|ÀœÀÿ!ù ÿ,§Ký@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿`ðp(›Ïá´z},KÞŒfãùØ?¡»ÝÃßh0 elˆ‰N €x""$”'–—˜˜”›!#!y~ ЧˆŒ€!•'*3™²&²µµ”Ÿ¡‡¨½YŸ'&&.'È–È.ʶ'$˜ÆÓÆ$&%Ó–”žvc¾áOÃ#Ö™Í'±¯êµ´·Ð›•ð˜Î”"!àNˆ ¡Üçl©cfOV3#J¬Q#"ÅÍÜY‚!ÃR‰ž P É’¹0Ò€'¦™`,cæìa 8tèØÁ“þ‡ÏŸ@ƒúäÉgEgòHˆø€AɃ§)» !„ˆ—'`:tAC†W4nâè TG޳6nذ1C…[·mg¨½q6‡Î²8*Ê,r„ ý†˜`¡$ɨVÄi%­ÚV®4\Ìȹƒ‡=ÌÞP!‚C‡Á‚QMº4…$Ãp¡ƒ$tîÀIC›U¦Šü{ ñ”©¬®^2VK¦ É7uø¼œã†¤ÏL“Ž@z×hà zõÓ(\ÀÐÁ* ;uà`G"?Á}WaÀ2á³K0æ\Þ£y‡ ˆ'xÚ9àÀ(9qIÚ5ð®Ý “]™Ò ñ@ý Ê·D°2qÐ4ä‚ 7íà:Ø hŠö@‡¥!@OE0#œ€Ó5@Bfñy¸}}is‰V΀u“Oý½8AhàñŽÔI ]êE‘GN`&‡Ot¨“ÀäR-ú)烜Á u5"Ö`z:ŒIæ‘Oi©$dð EƒÎVSúƒ vR0㞇 AÒT"Àv$dn˜ä¡ôµVofé"`ÀAi˜f @¬ ð@™"Ü:¨™£úvÀÖ0‚&Õž \ðêi²2á@™7)maj.Q- x ìð[ ÊÍDýk³&Y&o']+ŽÀZXK,. ú|6Þ7¡[Ie’)P¢ 2Š)J˜Q /Rm€HNfBoD8œ0B ê;dSþvH’®dŠK,dà‚ 0¼x„—7Ì0ÃZÎq¼E¢Ü:™ª%‘É0ƒ 7Q„ÓÏF!BSyv¬î‘äqàr¼â°$¼Ä€%­Š "\Ð…ŸÂ:ªÎaù\Y—õ0T^({ã/|dvæ p|B ÂÐýàÁ{x€Ú[H°¨…×<6FÍ fÍIò¥„ê]4Âþ‚ìv¨ Ð €%ËükÁ”s€HZp~Õ£é4£3W8þYÖ¯^9¹ E“¯ý¼~j :­¥S’Ü€µ à0BÊæð¥Zœnj=­{5CØ:ôçY€£™››Ÿ;ŸPƒ‹F·ýû˜ŠÑw‚O#0¢t0†Ù~йŸ¿æ–E¶ö)Fö r8ca&::—­È¬uà@yͲðv‚ M7ðA†D ÕŒ¤t|ÓÀé$…D…@€ò°Ç‰h°=àÀ=èÈE Aõ;¡ èä?%ÙêhmCÂæTìkucÅ"°(t@fVœ5’*×¹Œ…éÞ (À&!DÜÚA:ç®p fP³lHS0à2#ýPX2¿Í­CP‹¨‡–<Ãu¹H bØ.ž+ X” x0¿C&Â]gÜÕ …(ðÀemÉÉàB o¸€© ·~ ,¬0#G"!Á"o`®Í‰îLÄ!Š6„Rd`Ì8W·©h€@˜$ˆÆP%!H ¦7ObÀo¨KL'þˆÊí]d•9+‘P˜@ŒhÀ¦×9Î…ǰ„L©æQ%*È ÆäX„@t£ 2r22³™Hú`ö$h¼6yì$À[x……XÌ¢¶H2Ap&0K@D‚„@3ý0f“œô‹Á ,ãp}Ch(:yƒ®ôG:èÀIJ(”4o Œ¨Âü¹  *è ¯à¥›mä8Ý ›Ap![!ÍAдd­?véÁÏxp‚"d@dc\xPƒ°fH&;ÙYÏb6œH* C#¯ð:ƒ|@øDì 2”(C|ò`ÍD…ã¬b´€T¥ ð«è„hš È–ƒdAH6ÈËd˜Ób†«ây' `Ð"­•Î|˜¹A²Z#2ÄðO!ê`ÿÆh€ ¨J¡™T`s'u*°àeÛ(Zõª+Äh ·¸-R’ zý in×4ü@·äeŸHàBIåæ©ìÁh‚a®D’À>PÁušfÚ‰ÇR!Rœj'\5 !<¨@ Qì¢9ȔҪéÕŠTÀ€%°· Ën¯€4ÈA¶èUDmà}ã¥dÀƒ´×A¸ÂƒWp-ž!&6^ÀdîýÛ 0³Û4@‰"e: #áZPp.6y€Mà$|ª'CÙQN¡¡VeÆE%²=ßæà)ãlƒhПÛi¿[e"¨ˆÉXÛo`gO P²|#à!sÔ‹~Z-W¨¾’|àиÁAtà‚!Øà¹zýÅ'±‰áß´ )õ‚ÈW.ºÝovì•Ôí<€ :ŽôÀ9eHW$|@æ1ùà1&Ë«äèGC hr ·Wu+Ýe ã7âãÄ7pD¯p€µ åÇÉÈ ?Ì•î1¹ÄB¨À ÷jB/®3®Œ¥Šfxâ°è@-q™ØzÐÅ7o”YD ¨ŠÝ6Á"[oÄ8n€é½e(~ÜH°ƒÚ$c&b>Øša¬ШÄzK)½OãrHMêv5 Ή™¸Æðä1$òBì ²œû6vwU­ ø „`éHA¿„Oõ ˜Í22á•edÍÐ dK\ÞÞŽ¢Ýþ¥À‘Ïú kðl:ðꀠ3®á€¾ à—«£Ô· ŸDu=YS%YåÌÄ`úL Á Vþs+@BåÃÄβ¥Ž(ËMðçé Š‚ÓËBÀÀT> oKç4 ¸€$Fcöó⻵Åþ$CEÉœ 4(Á™ìN¼3±­ÿCQŠÚ;€l\Â2sô;¶N.(ÁËBÐw$zq9¸ˆF0–„€rCX'~]<˜Ú€‘éÄÔa¦l–r}Î3ö¾Ëh4&)Ð>péþ!‚CÙ“*l$!Ó|\Åq'ønz$u°Ã2A/ë{FpBÈþWA@?#P•qƒ(†|£SÌT yÈ'tlŸ×AÄFk Ðv‚°°R~Se¶"8Pp@B YÏÇ$€TÿA°€Lp,ô²÷a ÃrC"¹‡?²³,! ˜6à…Ðc7}  pbÍ0àZBñõ*åtv˜G0çjÁ%XG³’0P ¦;`œcwe0 *÷% ƹã(%3 ƒL@sr4@ ÿ'*ж¸f\¿„'€_’²cÇ'&€g ž`N‹3;ÁÀP÷å&ð å€pñå_}cžwHÙÒ=ý"–s9dZl·?“džÀz¿‚¤PNáfeVB0CNàÊ&àˆAø{„ÃsC¥E˜â„*2'Eq>ÊA1‚)@[aâ–Øf¢„)uo‡$ˆ1t…lW$Ô6 Àvb7°8¦p¦pOMÃETf€7üyHpËhxÏ(/6@d!;è%µ$0ë&­veS£˜o!0WÉ8;6Ój³c’D '÷*#A€Pà `‚*€‘øâ²—<޳"ã8œñ?i€&U>$Ϙ 6 >xPÙ2/ÂEàóQJvoÊ•5þ#Rg™wZÒAÊkF D#…2sÀŸpX¤Ð/¨P¦ÏÀaðð"¬1~ž“Sžõ°• @w2uDpd7²¥Q‘CPãTB zÀó;gò(ÁK¾Ðs‚΄çÐÁ$:ˆy–$ EÌÂæâ a”Dà… ršQpš2°Ñv¼Ò+àÖÅ$IÉ×¶a3„.ÐC›+ƒ‘¢øvBf_P4‘tåtš&Ò阔yÚö *P¦’Qœ¯p œð y€w‘˜kÆÚÖPØ` `᪯zVº W☵ª {Ò (É"Aë—Oaú…cœ*Z„ØvE¨±S6ºµ[e˜­S°­?Ú­)·R@²«F7®Âº”p¢BA©Õ=òš,W2Ff¯X€#7¢y"æS+9±=G×(ó0%² (ô{\!rÂ8Îq;Ê"Núç°UpdÚÑcÃW¹Rê‘-#B Ô@"Ú/“T‚¹v¯"-«²` Fö v°!b#é:1@#Hb4t”±Ilè˜È°Øj´a0›­) ’ÀW'7’1‹¶j‹rg! ôÚYbdP ¶[p#Ýa)xÛ®1vÉã›á·:”_÷j%i˜^+tÛ øÚ‚·—÷_ ;Óñ¤‰K§³‰#8âškdÙA›•û¹ ›A!ù ÿ,w ,8ý@€pH,H¤ Él:™‚Çc)¤>‰Ã8±L&Öë3$ú`"CA·›‹.)ôɪÒ) *p¿‰:42&##fm}zG'88;5's SQy~"79:54&$j_]}D­UFœB !3::6'"_^`IÄ ¢º" Àb²ÃR*:<9_U}T~ÎÃk9=ÖÐÀ«×NÜQå¿]íîíŒÂÐôjï÷ñEü üGÒ½òÄ_;戛1Æ"0œ“ÐÄ2w-ú²°d ƒ½0ˆ!ò‚“ #fܸÑn;E.fpÀƒ<Ø þIÍ"åÀSE;‰BlÈÐ3Æz&É GH=z¼[ù„ŠTˆ`t "¾†íÄ H;|üÀ¢ˆ/!HxÚ‡‡ÜRŠæˆ„tøÐj‡Uß|€¨ B‰K2ܬ ªÔ" >Dr!÷ñÝ ö¨àÃFÿD&õbC„°; -ʪâ.H©²…#ThÐVÈÇ*6¨°‘–­.¬.Á!–Dð°ÁFޱ43T@#Aç…dl¡"èb"¤Þ脸D–"0¥—NQáØà›7P@Á5šXãŠ"K4àý$œÐ 7H×ÁÀ1ÃUŠÐAkxñ€w@_p A`Œ@ààCúíЉðd,óAx wØ€"þÜ‘‚àÕ©m0dŠ-ò€¸UÀ™ 0xØhpBhÌWÞypŠ>ˆ@˜bzlT B…ê@–sD ]@‚bP €œ‰ù Â„‰ÄAe4‰àŒ7H €TÐS{‚IvQàÀ'ÐPC ’q9OF @$ ù&„Mmæ$Ø-q@A ÚZ5\VxOǵójO È!­7t B!$k#ÈPýŠ=„0Ÿ"À`älØÐSMšpåN®&++!ÔJÔì–dðP6d „z‹êÄS¸±vYë­£WÅ*KŒl ƒÂ„@Ç-3\B¾¹¦&Ò 2¸u«¸sÍ =ÐpÂ0ð1}tÜvÂŽ@ìçPÁ0 3dwÃEÕP!,©6¥Ó‡+[Ø&Ôà‚ .˜À]ËTPÂòÒä=+X¸>àé$Uƒ O”¤ ;˜PA9Ø *d@‚ ð˜ÁÁhØÀô=ŸúÀY9´©iVN3duK°Ûë(hЀ˜A “?ü\ ?ûÁÿäÁBýM€/l@ Û€BüHE#ÔOazˆ„ !ù ÿ,w!??ý@`H,ȤrÉl:ŸP£sˆZ¯Ê胉`¿ØÓ‰údªàtSG“™F#³zž<áp»Ú8ÔqÐÿC"79:84.#gEBBI€G !3::5*!s¡77;:'ŒD’J·jŽ':<<Dº£B¶¤±¶“Eª:"•ÆÍËÇɺ¢È€ÍµÊ£¤µïãÑ”• éCÏ·ýà²ù0`o^—6|Xø„…‡JÂpâÆ oˆÀ`P€ F˜p!Ã…#>ÅÀ HÈÈ âxòœÈÂþŸ?kИqC¥D!väèªÜ…/A¡¢Ã$ 0îèh›„DðíÊÃÃl£<„àØ!ÄSP$”ð9¸Ç (P¸`+¥±¥=vàðÀ§0Ï‹C‡¶Ÿ)pˆ¡A%£¿M¡¢±ˆ6f£Fç Ш4¤pcTÜ ñA… ¾~éxpqÇGÄÒìR [ÝcèðAÀR, †øp ÄU9„ø³ DŽÝ"€@d’}6]ÃE`@‚`>ä¶ßýðáÞ(]Ø \ÔAqXÈÀPƒs>€<ð¨ä^?hÀ@HóÉöÀ3`Â7È4ÚuÁ—\†o] ‘.Õ,pài^!†_„!‡O̰ƒ¤ãη8Eø¢J×1µ_ t•$ vŽœðâšG"¹‹ ºtE„£IÁæ#!ðpøBƒU›v¸Ë9¼ÕCž$U’=õ'O„€( XHË=ä@k?Hp “§© B3Ì …WÈ£MŒ ˃mà@6ß´g-À^ë( ÓÁ¥S¡,œ2ý‚¡/òi \¶èÈ*…ß6!¬›^y§éŠÀž»ý;…ÃÞÙ”GŒk%‹Ç•TF!äKÀ>°ãŒ@BY@%2”\²«Š»C"pÊÏÎPy0LFÐz6b‹ÝÛ²êÁÚ‰P†FZÌpB!¨ ^ø’{Ö#ÌìI0œ Âî`Ú¯ÁqðÁý9µñ@œPÅ\ !ÂYD(+àÒÚ ” 0À Èa‚é^DZ«à 2| 6tû y l3P`ăÉÈ6ˆÐÊ‹%L]R *”šmc`…0D" ÁÀ mŸÕ²3Àå4Kþ‡pƒ;<úSmlù¬˜`™Í@$H0Pðm”ÏÚF˜JîÒ±`Nçš¾eÞ ^g‰b¦_Šu×}ö”n„œC+ Áj!×5²ŽÌCÎäE\àGÏ`Gí#{»…2ö®'Ta*ÈAvÑ.c”Ç)ø³Ÿô!‚šd¸‘FŒÂ^¼  ‚\M Ž3Âüh“yìh09˜Àh„tQe7˜žhDãˆv4„tÈ@"¸ô 4¢ùa-´Âhh Îb‹gdx È‚CÌ0ÈdÖ™†49¹¢‘ÐÅ¥p`Fõ#‚s´É‘5P#ÎxèÐp=”£ªˆŽ4¨ZzlFE0LøáÖ!FDZÁ†ŽŒ¤$'IÉy!ù ÿ,)Sý@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Xêpèz¿Ù°xüìJÎŒfãù¸?¡·ÛCßh0Œ¤"atÉ€N xp""$Œ'ŽŒ“!#!qv ‚Ÿ€„x!'*3‘ª&ª­­Œ—™ µQ—'&&.'ÀŽÀ.®'$¾Ë¾$&%ËŽŒ–n[¶ÙG»#ΑÅ'©§â­¬¯È“èÆŒ"!ØÚµÝ"ß®âÄÑH°`Ö(fÎ ŽJŒ°¤€öÆÒ'¤‘` #fL` 8tèØÁ’‡Ë—0cºdÉ%BcêHˆø€!þc˜4„ññÈ€.hÈX*ƒÆI-aêÈAÕÆ 6f¨ØºU댫7¨æP)B‘½&Žð€¡žO)iJ)k†4) 3RîàáÃG©7TˆàСC®\+^L! ¹0\è HEØ—;PÒ6”g„·R†Îm%RÞ“:\öÍqCQáŒG˜=»Û r p@›vã.`è0†•:p#‡è'9˜RuÖ6\Žøwn`„rÑ¢€Ü |S |C¥¥&&~È€e< ^¾¤t!ãä<è`ƒ†m‡Ø”Êy ˆ œ€Ò5 BT¡ ýÑeLS'¹töÛÏ ÞlˆVrwàÜö¥ØORÕù ƒ`n7Û†)Ñ€` *Õ BiD+Å„èC*ôH‚ 8©ÄEáIðÁ 7ì Ã 3jÙŠ”;ˆ€‹e©å–4š·Á ©ñðA >P#áÔ€œ \ÀfcoZÁ—:ˆp^]”§L ç‘ÐÚ °Q0AnJŠH[>‘çX ªª‘îéC¦Y ƒ<… w[žF¡[zá}+ä™jª«Z0©©ØE'ŒP‚8$XÒAO¹VÁ›ˆÌ¡}D4ê(ªÅBzlüÍàýÂI¡¤®MÀ„ÐÕn”#˜p×fÒ˜à} Û(¸á‚*ĸB¸z‘ 38•î^=ôÕÃLfÙƒ5ñ6q@!Ø€ƒÆf)„PÂ7HР¸©>®ª)ÁG°ÐAHúÅš".¶—œB#xRqx°ì„uhÖ@2ˆn¤žl¬ÀNàª8âÀW °YâšnpÜ]å¼óË ._÷ð0NÒ‘«´À >m„Â:\GØv‰qú™‘æžPÀ_¡ (é° FÔ 8<¤7ôp*Û#³:œGdx°mשE(°A2yÝ@mà¡– ñæ7L0hc þl  .ذ•äz ›t±ÿÊ}ÄÆf‹ )¥!€¨!œ ÃŽŸÎÀ)ÙÐWë²E §„ð JTOà@°&+ÝïÊð"ág7PÀAóJH@¯ ;ä°E_·hÖæ%'¨ÀÃàŠ‚¥4c!ÍHÏš2 •ƒ‘™R Œ ?çûÀþ œÏìÒ2ÝsÚAY¥Prùi šfÏf`66E ÅÈäÀ7‚«~~iXšËk6Ï^ÀÇS:ªÎø`â¶lO.ˆ‘,aà ÈAÓŽ†P¢6¡*¹Ó4™êH¬5بcFgD}ðbzÕ­ ý(L⣸ÄåÎ@f°ƒqš¥9é8D!øØx ôÀ9%tÀ¤$…¬ €ì,·Ó`1*ÓFvó.›)¼å­PDp|üƒ†¹Á¦)ˆbÞ€IH@â `ðªw|AƒÑ ”›HF f`l/Áº†ËA‰L9¨ô :[õ¤×ƒ L ¨³ê¦ò0@SÙôúé@hw’0¬Žï²1wýJö F8?,g¦P—˜A@sª+w]G\7f`‡UŠ`[3(ûT1‘{`[Ižô¨˜?ŒDÀRûŸršu‰Qz0Y:eÓM`MxÀð™F<³ÃûÇT³¸C¡˜ò,`°B6àËE3€{Ï¡¡%Á #áJňÏ/hƒÁÚM1nšùtT“¿¥Ælc Ž›þ¬´ÉÀ8ë„5EÂe ‡N¨tþ$!Ð5Ç1XS2[d6³•B]ô 3]`q€Vççñq6@Q15.%R9$Pf”&øÕëÄ&ÀJ!Ð~0(3Ö”5¥y9X"P^V!**@^â„>U”UÄ)šM  =4SrŠPiC0$ r%D»õHp’³Ñšr‰ 2e¨"T¨ReOÀz°PD’„ 9…ý§T7éóDB(F…Eà‹Õ”4[ 7ÐM“è ¹s=}(.\gô³jCpGª–r¬0à²XfÞæ4Bò&@Z („w,ࢠ‚œèàh' ÑòzAf*ÖOå£ OÃá$oÀ‘éXa` iÑ # Ö€_? <ñ˜"ÚoXCpZÂÐЯðl‘oºDBl‚oa è*€5×ôàã^NðÐG æ²ÌÁ×Péá9ÏÑjàèåY"Å2[¢*þh.P/G,ÉK‘ Ñòw“P&y„`Bqd&øð“-S2OþYTMçŽPŽp”æâzJ)ICÄ¥ c›sQÜbŒB>€ðK8èçx4cz4n°-g –PÐ…€V qiYU´(SŽdà‚£}W[Áœ©¦ Ž` q°E” hÙ+²¸\†€¤P è@ ˲h•;@€>q q *@–}Ù zäŽÌq —± `¯Y á % ayÁ0öÖR/C»U(‹ÒP„~!4faÆpœ )ˆÏ‚ ÉÀGa™cJ‘(A6HøR‹‡:B%¶A„mö?24ýüqž8aî)áÀ—A«£fHèoxãWüy¾xÉf„µt3œÀ ë¢È½€~&Q8ø939(¾X¡J0$¹¡wà‚|ƒÿ“f‘0a ùÁ Ñ °ò—’W(N­A2è9Ýé¢ꋾȆ5j£âZë‚.é².…³dS6¬!Hš?W’‚L*葹ÁŠ`Oåuƒ}QKnê¦lFŠ Ÿr8ºµ•eÚ2¶¤…A3•a$Ô­!…‰“i–µJ¦{ú þ¹"´q‰±Á¨š"¦yS=’ø¨ qèáW~Õ¢BÑ¥§œzª¨šªªºª¬Úª®úª°«²:«´Z«¶z«¸/A!ù ÿ,)Sý@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Xêpèz¿Ù°xüìJÎŒfãù¸?¡·ÛCßh0Œ¤"atÉ€N xp""$Œ'ŽŒ“!#!qv ‚Ÿ€„x!'*3‘ª&ª­­Œ—™ µQ—'&&.'ÀŽÀ.®'$¾Ë¾$&%ËŽŒ–n[¶ÙG»#ΑÅ'©§â­¬¯È“èÆŒ"!ØÚµÝ"ß®âÄÑH°`Ö(fÎ ŽJŒ°¤€öÆÒ'¤‘` #fL` 8tèØÁ’‡Ë—0cºdÉ%BcêHˆø€!þc˜4„ññÈ€.hÈX*ƒÆI-aêÈAÕÆ 6f¨ØºU댫7¨æP)B‘½&Žð€¡žO)iJ)k†4) 3RîàáÃG©7TˆàСC®\+^L! ¹0\è HEØ—;PÒ6”g„·R†Îm%RÞ“:\öÍqCQáŒG˜=»Û r p@›vã.`è0†•:p#‡è'9˜RuÖ6\Žøwn`„rÑ¢€Ü |S |C¥¥&&~Èð¼I/_Òºqr‡:Ø ‚aÛ!ö@årÞˆÁ' ´C È„Ðõ)ÝQýÆ4u’K× 8Áa¿=!x³I BXÉÝ5‚sCŒ—a?IU烂¸Ýl fHDD€A3¨Tƒ !Hàc­ó¡9¨ #6°d…'Á7ܰƒ'À¸d+Oî ,få•XÆhÞ'¤ÆÃ ʸD85 §¤Ù›UDÀ¥"œ'ˆwBBCj3ÀFÁ¬ è& l`è#C¦- ƒ<… w[“B¡[zá}AªJV‘Š]4àpÂ%ˆC‚%ôT*¼©Èзo¹PöûÍàÂI¡ä¬MÀ„ÐS»*!@PŒ`Â]›Ic[DÈ(s¸ÐýêOÈ0ƒSÍîÕC_=Ìd– 0XS-d‚ 8ðk–BÉ€ÕB *A¾ààÃÇJ±ÐAEúÅš"+¶—œB#xr/x«„rh–SyZ0$£‚>¤ùµMÔˆ_=€æˆ<ºÁqw”ñÆFä+ƒ³|ÁÛC¼8 TÌT!qP³Ì'R°«Ãu„m—X¤Ÿ ©ì 5tÀ€ËPB=Q7à`— ;ä kÁ@miJ ÅA,÷Ûvz `â$“× s-A üö}Ã~6ÖÀ¨œ@ƒ 3*#\I}ÞOô{´R ©×w‚ 86|/¹)þÙÐ×ã²Eð²@8P >Üé);r5Ÿ:|õ pà:dkBÜ#:©Šfõ=âŸn€ {ù×öÚ{dCLs5Ýò #qÁ$¸Àƒ ´¯ôFxàJ~K¤íSQX¨rœnHÁ¸š 5…}ïsNˆ€F ?ßY‰sëBò0*ó¡XÃÚòA‚q( ƒ4¦©„ÀYPâ–¤Ä<€aCÀ@2–Õƒ L RQPXc?$TaqûÜ> ‚1`0ø…#<à‰5a…!PQj¥ !Рø9 &‚ÏֻĜ. éýÉë0@”ýµlÀßX†< èq0ÁT:Ð `!ÐÀ âŃ̠æ¤b€¾nÀ—¸b‚"ä Üàh”P:C Æþ›aŠ@Ç^ä fÀÀ24æF`€9Jd`ïºÎXz@´!*x—ÄrÀƒðRXÈ@1Æ·L¤ 1RØ@^òÔF (iHÃÆy "p. °À‹¸G¨€JP ÜTÂüÒ\1ÜeøUƒô@š cÿsÀ€0ЄðKÞõ €ÅA^ŽAmž­f š9á 7„€51â€TàuZTýà#<˰˫åì—8øAÅ0!‘ VPúÌ4p¿”a x d§Ûü’/6 •š7ÿt SˆP?}@:orA#ˆ#fлXI*xЃ.Ï ¯D.ƒ'²æ 2 k.êiñ` )<ÈÁ°%²’®|²Â¤™Ólr•|¹ðªòE–ÁFXå[7¿ØØ•˜eÉâ Ö­ RÀÁuÄΠ‰€×É™d‡<!! S…$‚/i'׸ÍI@ÖÆx€«}œcÈjKÀ‰]ÿÌh6ðÊ£]‡¨ÕìE4PT(Ìeã±.gו²ê¦PýÊ™r€JØ´o—þ$œ:¨0…t€[øä…õ±ó- Cäê57DÊd ƒà¹J·„¬áXÆ0y0{HX”ßŠç„ Ä©¼ðËc¿ úG½–ËÓU2ƒ´‹|d-ø„_T.#àOžzðØ8ŸÙd0ìGLpuWô€®UËÒÁ td.üöhiÊp-·#=£Ïó‹2Ëe¿ðé…½›èލ_Ó1Ä5ÈkOÚ‡+!³<ÆHƒñɾlêdБ—¦:5¦a¦ÀÁTªQ"d`žT½@¶®Öƒ¡ŒH! ÈΖËýË/F­'(è¹Db®!V «%¾:Å,<¯úe¥…H‘nЪ%€ñ°2<Ø5‘c/ë"Œ~‹ä. ˆÄXZ¦+¶Tô ÁVšf7HÇ  Ô"ïXXÅË+…¼@“vr¸EB0J0H{ ¿eYFTÈ@¥!ÐX€? »\`ú²Áü>·¦ò0@S½»šée'C€«‰ïÒ/i­ ÕÕ¾ö:­ ÜÀn&Å3ž9@ˆûUãÁï‚ ç@È3”ÀúɃ¤ñ›†Twbôånt€9TwÀ|müÓß4 Š‘ˆ€-ãÔ€JüBâ:þÝ^\pq¤3ãx€д#@bްN7® x4óÓËTž§/ÙÀ}¥ÙëJã/p@¥ÈØSòQàˆ—–Ê–Ý2Á€C½ Dr+mQpäýçhÐÍt la«A—¼Í n³Áã^ÄDÚë`q¤ä²‹áõ0ÌÉ+–@XßüACÝ—è†ÙûžÔ y #×”]ç€Úêà µ2F¹ù2ßCónÝ:%’¿ú•άÚÛ‡hèÃQŒøü‚Ì<Ú|³&•ûçF5 [jÄ_ 5a ¡-ZJêSË0 ,² ËÀý.„5… =5Ñ/Çq5ùÔ”„`™þbhLâçm&e" nŽ'À=4±Ö1SÁMB#ða"@^}/ã— zs0Ì4‚S>‰‘M‘gKª4"à\ûUq)*Ð\ Q}B'pq{õ2¸µ@a…q¨N¤´}`*_Ñ%70’Ô'W·jx¦G‘€"²±òMi8O?ƒt¨;Rhýw Pd°8´QD¿á>"GŒQ‰1Â%8z$“8BVd®æCFv;F  ßÀý#$¶˜†õP$T<³Dz‡·8Ák½TŒ‚3‰Ã.‘ Efg¬øŒ·ÓŒˆÒ ³vÁ Òò‹Ûð5sovRZöŽU?S°ᢊwE&.Òƒê°pVE`a*u>÷óA™)1x(G@B` iÑ # Öj@^?@:öøº¤n9To!ÀÐЯðl!oš´"ƒa:Kbÿç}Ô‚õ!# q ,›Ád<ž‘.’Ž„H*8=g!*'‚tfˆ$%5=eˆ'‹• c†B !'%‚"Ÿb¡šœ–ªa|B®Œ¬`³­¤œ!±`Cµ=žc±ÄÀcľÌb"›Œ¿‡!.œ"Öb $ÔÐ]³Ò'.8>°c³Ø4ë"ä\´$.2ë„-Á%åx.æùئKÀƒ¡>$Å #ê(Æ €€ „||0¡$E'1𣱑á 9 Ò¡ÈŠðHÐ`Y)ü‚*‰%'<$i!¨ÀŠUΘ·ƒÄ¢iÁˆ©U…ÌI£ÆN0²‘ BÄÕª @-zôÉ}vLtÝiƒÆR¯.\¨¨jõFÉ¢ E à€†6jàÀ¡c±ã2fܰ0Ù*_­Q&ð‘ b£Ï=>óðÁ£‡iÓrð½Ü¶É>8¨Pqìm8€è`DåÕYO&±èñ… Aß^CCÉ8¬&Úz ³æHÇÞÀ^ò‡T':|Å®B4… E/°p(îG„8„dÉ—ï¿'G÷þÝà€hà&¨à‚ 6èàƒF(ᄆ‘_…\!ù ÿ,™/Ný@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè4ú v8"—ŽcñxFº:"©p=f!*'€se†$%5=d†'‰“ f !'%€"ޠ𔦗¨Š„§™£«c˜©´…­="¹±¸µb"²¼¾¬.©œc$ŽÁB°YzÃ'.ŠÇCƒ[Ö!.28>Ñ„éëYBÎ.4åËéƒîXàâôÌM˜ƒOß„~Ó¨€1O‡±Né`¥û&‰†=@D0EÈ ŽRÀ‘ AC^lzÜ7á H'*’˜AO‡ˆ *dÀ ¡û' @€°@ÔBKuPDÒ¨±ôÙ $DŒb‰C‹jð2 ¼L,­AvF š3`À0‘éDŽ¢à… à€†6ÈâØK–)Y.jàxk4ná¹Mô0PáЇãÇ>xDŽÌƒGËZòCš¸n*n„-ú†ˆ¢Epš•¨ºˆN¬¡k@aBíÛ·/PÐ}CKÃ._Oi°±ñãÄ#¨kðàè:u1as9Ð.]Ëvè$vuâmš·æùšŒÛœ]wtZÚÅ=Šï ‘Û£´ƒÎ.n×Yðëþ%âýó]èƒPªaà&¨à‚ 6èàƒF(á„Vh¡A!ù ÿ,Ÿ*)Aý@€pH,Ȥr)X:ŸÄ&tJuªØaäÒqd±ž‘.ò­ªp½@ZvžÐŠ·í,ÕzËœ®|ã/ |K%h"‚I~yˆ‰G‹lŽE~!“D~€™F‹—ž”h–˜¢ ¦ž~"¡¢C©™.8>Œ®C4´U’O2´¬½·¹µ¼Nke4;>¬±EÌ:=»dJÓ¿S¹=¬ÊÜ_58:" ð!¿kÝG544'þ&$DŒ1Ѓ=0\)‚/_5jÌȆ '\`¼áÄ´ õ„l)2 Žr8RF¬¨‘Æ >8L°@sÚƒ™4Ô³wÄx@}òJthg7i*]ºÓá§*nD•ú´jU7qZкu' `Êû€,Y‘8µ®¹™/Âη;ÝFà¡‘Îz[Iй,Ñݦ’ðÑ œ$Ͻ}'9Dœ¸XÃb !KžL¹²å˘3kÞ̹³çÏ C‹Mº4æ !ùÿ,¸Ký@€pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°8zÎhôxÍnCÏ ‰ƒÑh<Ÿü'¤×{zèÈqC…ˆ‡ £@¹²e .H†áBI*Øî Šƒ¦">`0¥wQÓV–ŽÝb‡U+M>|0–¹ÃåÊ‚w@¼¸ „ Ç  Â°¡ƒG\YFù`ð×z ƒ§¡±lxqÆ’J¾@9xƒÄˆ„"@dý÷ɃSÆ â†Ms™ÀÑt·Æ­¸C;1#ÃL;ø` M6Ìgý4ð†ÁAwMBe÷A~Á€POJîà#ƒL8ètÞcHÆÜ¿8 \n•&`)rA$Ô˜&äUçƒ3T8Ypõä€` 5Õ BiÅ|¤AçØÒÌLˆå B:b†bw ÁlÕt‚bRñ+¯0x ›>ì §akÚ×*ìôAŸdhpN.™,™L ÿ©ÀÁ‰R¥E èž=LÊ#©K¬HÉè\j ÕÍàD0'«EˆäcgŒÊëlpŽ‹³Èâ V´Â°OdÞp7¬øEà@¾ÎƶM²É<„à #”€ýÐ6`0­¿jÉ€ÙDpž { ™áiÊ 3¸0B<”2`†4¬NµÒÌU›˜0Šw°¨H©h™‹<·ÐÀïƒqÅC¹õð“D6À°´} ¥ ×`CEµ|p =lPå"w[—BÎôK²=œwƒ$ýÝÀCPÕB¬à ïPNqMTà 4‰pD!Üìƒo»ºÁÀ"e`üjMSb $šã”m@ECÀš˜dR-b!ÍCis¹°XF€mT =Ài/*º6L3 ]C›À œ‡\‚ ÊÌäuŸÀW„º‚¤-ÖC.þìƒRD(>b!PP6+†W“.ÌØ6§‰ùÆ^Ù ˆt€Í'pƒºEJ`ÂP:$–á^`í±œ@Ãô<ˆ°3 „=}ãì>™ækSUåá`CÑŸ²÷xíÅœ Ã*PÜŠ rsìµÇCõ¡€ÍšæƒD@CÛíD »DHÀÇÂåÒB­pª7Õª”pAXÕD)‹"‰D0”õ€n˜!Â|0`ƒœ¸CCˆ`-p§Žá$ÐXØ`*¸Æq@WM¸€™\À@}ñ@ap·DD}[Bè¿Þ¬„"¤&A5]å!Z)Lb(#ÆÄi`Lýt H=34%¤@Y@Gwi`;G8›Î0@°æå ˜n¬¸XF{9 2xXÁ6”YftÈ dÒ1ݰñ  d—¾å½‰|ùû ÙŒàQú€‚2Æ @ñ@”¹Ã‰ò³Y„F¯ÂääyÒ·»Í@†¨À+\àIŠ…3xT´­0–¢`å"ðë­<\Ñ#pT õ¤óZ„7Övý0Dt –Ф…e\io<€áGòÍ¢úó¦S¥G4$X†')àOIªNQƒ|M“—8(xü" §fðÀFÁEüTÍð{„ ¬´´Ѐ—‹8[ûS¤nàvJTû(lœì®ºÔ'et|ÎÁ1GÔÖÆkÈÀà–¡‰«ÏÍSFM&E\p´ÚÆL.³LQ#8Û«e‘uZ—9Ö9¼u Á0²=Qÿ ÄwÕMg̦´ZdG…ÕM1aÆ„hŒL„ú¥‰~ZF—àÒ ÂÔª-%&«¤âìàÃ7Ò¹ìo¬uI8‡Ô”5õŽ ä´1 7þ(˜*Œ.—|Ê…©±±¿°öëeÞ3˜a©+aÅÕ»Þ|4‚P‡`oCXÞ[¦Ë9õ=Ok.¯W3€ßà·Æ¬²¶ÍE~!d¥›Wu’ûSœEJžé`ˆBÄ!Ï‚È,¢ ìˆçëÍÃ<2…`³´s€¾hûšm÷p¦}?!Xi6p-½¦K!àXÛ b‚Sì&°UNÀxà§NA ¸âŒ|ÝSž¯B‚ØÇ¾œª.`(«%â¹²Bм AìôoNI í6ÙÁ d d ÛwÕždÜ |À«òXÖ^PÙfLxþ7ÝæD6*'¦\'~Q \’ÑcDkñÕ4[³5š„.qô)^@O’ È~2 2 ± ñra3@‹”#´æjm÷8 ºàMp3 (Nýbž£peUDåSj»³"¥tYda.2b˜ãlw=)8¹q‹•qS´˜78" c‰EÐ'cB™C Ðfq؈¡'ÞxD`Ð…â_ħ†—`*à}Þ%¾‘=m&_ äªÃrX*E÷öHP@æ[ÖfžÑIh# Z–#ìÁ#øÁç׿ñ‚! !`ãr kƒÑ•ñ ù{€µR?0Vä–ñ@HÐ!a'™8îA3Í´L—xóÑ!€·;Ö“=‰€" ŽO‚i¨†æP}Ý Ë1>ïH4Æ+©+ÉaI°’øAiSþPQ ,’¹&&! ![ƒ‘ä‚,.Ð"‰7zm¶R ô![Çs)P=3Óo¬Â"£Ï *@ ßB.› €y$u0–!#‰“ë¢@4<ÀrFA.)± ³Ð  ­¦´xˆ+Ò&tsY‘IB32bö"È"˜âÑÇwv4‰â–n%x’ÙÔX©™³(!3€ *áTs1a"ÞP*™oƒF&w uDÎ1–¿I`R…Ò/°² ¶àrWÁ¹àËéjH”0O4ÀЧyNyK°X6!™øvüòu*púLY{kpGýða³XÖ“()'ŸP%Ìe‘ÓP@'èŠÚÛÅË€QÀåt]ÙÀ„L Ã+ø”?ÐØŠt„Îá#.dìºÑï¦PM¨k öý#ÜmHp÷Ð ”8 ‹8‹|ȘÁc8Po ¡\"¸ r`K½¡\$"¬è FaK„°ÜNùB' !=Ä€`ˆ2ÐApòZ*‡ ÝÅg Àš=P£{°# ™„7€À|•Ìè/dh‘h‡œèT¸_ 17Ê:Ù„šéñ}ŠhÿX!ªÂz‡Ìc 2ÑV!-ôלÉà±`€4¢ØC‹1Á>3Cp#HR hÛm# Œ ..HàØ.ð„C .2˜Ä'2¨Éà€@²´+ÝPæ-;iÜwd`‘ýÂÁ[È·:3b©*:à€=åG† ¦mr™'âè1 2 PFh žÝÚ³™£+w¡è¨[Ý@U5ðÀ lÐ3d@n7°ªÝtØ€ŠˆF2¼¢‚2z"^‘þI•˜ºÁ?åg9ýê|ÇxÙ/Ü"H¬Ñ“h!65 Œ¥2бAÊr ‚!TUwAéT 0HÆg¼wLpí3 Më/>'Íøà©Èƒ7ô@Y©Ö´„‡ÕW:‡D0£o¸q o?(Uïƒ2z0À”#M{ èல”5ǃÊú ¦ ý蟸‚G/v@‰%œ p :·Juìº$ zà]ã¨:ÈíÎã F* 2L ÈPq¿ƒS {;J9‰LxËÞVÇJ¯йMÅu$›ÇˆWª6óÊŽ‚÷ Ô€²îuC¦NŒ¨#=\Î#Í ½µ—KI×`h‚Éü ŽxÀØ€ÁP^ ´Œ$ !#Ð ò!^^ÑÀØ@E']önÆŠãWÅ€² Ûœ õ»)/¢PG=#0Ê#A*¿–’ß l•f~î0‚%AWHäžµyR„ãÚ‚E‚€€Âix ºe"øˆÍØÛ¢±u¦Ðýý€¿ÌdÂueºHôã¸ÑN,Å>h¤ˆB Ü!z $°ÁÒDü£Aík×òZZM|@<àŸé$B$€-PuAš‘A¥*9(Ê®öhH U_v€¹‘Ð!îk?ð s3Jåâ7>†t¬2Ж<*39(«©ˆÜ þ@a7h!ì!*¸@´z]3w¦3žñp7ÒVCLmÀ+_~­`H™ „ }‡Yó† ÄcNþ¼q*@RLÏZ-‘ÐuÀ§ì€H·üD¸A§Ð9Lð'»h2t‚λ|ØÁ¿\íuc›9'þ© ~C°/—cãæxZO ƒE¢› Öe¹µ´•·”g8°AD™pY4 ;S2`$>P{/ÏE6èAv9´ ?(}ã®¶6ͱ·X¸§Öú"“¬³aë×YžÈ“À Aö Ï»_üâ§d¢êBm‰+d w]U;¿<˜€†8‚ÇO<2¼HE€òË›‚=TiИk2ÕÒ¡ˆ{³7i±‘y2G0;;10aã…ë=* [‘tƒBöGÐf0 ){x²YùX2 @ð¢_B 1û˜‘#AÑ“AvC§ 2ò!Ú .´KT*1è² ‘ ýã#Æþ{>Ó4ø¶#–>‰”À!FP¸Gp…„{biH\YE2$C2&C¢E”OÐ=„Q ¥8P32-視”7'WÕÖ!“×o\ " 6²â˜×à>À×ÉpÜ6 5€€BUE¬…]“7 YUG™yqS3ý¥÷ðF¯ø 3HP€²<çÕg  5†y)xUs±G³0%`*LR‚ý˜øV\GQT¨òŒ2+gR82âx"RXuæl"àx™DHª)Øá¡6°)+‘) @±Ͱ¾À²Yñs×YæÂ#àý gs$BŸBA|Ä£œLã ì *PoœŽ@ÖVƒ‹DY¥Sšm‚À•`³S¶fc‡kâñ ‘ (Tæë3 V9- A¹ÈÀKYS fV…9NÑ4æ «EVŸ3Wâ BÇ ·–f• Ùñ¢ˆVEH<Ú£kI+бDºÀ Kƒ?’îV ^¸ã%Qwà j0§“W&á–§X°8@ÜÀqQÚ£Ð3”u0gz-sypÔ œW—[—#lª(("Šr*!¥3…ª„”’^Ú 0"÷& P [!™£=ãþÐ.Ù§ àakÆ|6íå:lL®$iU†2XãAÄœ 'Be°½3OœNrÂÃÜCÇå'bQ¥AƒΣGÁ —5"H¨¸‘C;€gÚÝ'6À‚­쯇j»´ë"qNE º9n£"AºtD ñµÍ`Ãe:œÓŒ2W˜çŠ ¹Ä¤BL3Üò^9êø´V[ý˜}ÀÜИÒs¨àÝ5¸à($`›ƒgÄ(†Cú0tK`ÞÕÐâÏ…(€a40äDƒâ=¾E#"ÔƒØ'#T’pÑàÀC*lðˆ"ùd˜¨ÃV+B3æè}ÐË/$œðË {‘` ²Ôà Þéð#k‚AI:ܰՄ/ZÈóÉ%rrÓg6Ì@Ps"* F$èC Óh ©ÔÅGï`R‰Š"X!ÓZÆ"Wƒ „ÉÚ„›åPÅŒ/˜ð×5È`ñ^:§ëhÀ§¢Š©h³\¤OMx|Mc—Ù0Ru™.{ÆHýè<óQ•t\Rclµ‡Ut‘¨¸l2 ï¾÷’ÊD¿a”J"}VCy¸›z G•öTNºk×f-@W„GZZ9Z…ÁÝ7Иš ðç8)µ’Dnj¤½# â \ñ¾P ONé"Ç-|ö¯Ì"" ü–ðÇ”@"ØÚjV x+ t·?¨ím¡ÀöJ·Â$¤¡5"Gœ:§9¬Ð‰˜³AjDà0h ¼¨ `7¦5Ä,5ÈAñ¯ViE.»‘šå1žeK•B?€^‹!¿Pcz U*‚ a*€B¦#"Ù— ”¢LSô„ÀN4r0-td ÄégwD 0pðS"T‘¶°_­bCtn@jówépVPãwsOG$P,Ì·Ö;Ñp1¬„'x¦Ä“)€‚¡tR´|Óg² vLƒýÛÁWEð ÇBpEvâÂP~Ûá-“Mµ"à+ú¡|£9Á3Õ@@ð0à'B_á ?ãh ¤bÑUtâ)ÀX.႘#vÇ‚&6uShp<œq+6”ð]ÒG…’YDpÛQ(´È5ÙñeS5UÕ³k†Ù¡}s'´À6Ô7*pG :àVÁƒB˜puö¡!3!ˆôX<¸Q†dŸæ-™ÅŽD0(¡Ubö(èr•“‹C % Ç£`âó%Ða.EäBi$:TewxdÁÂõ)ô£He_:ô“H ^!Pwvèaà¨þ+gPD.v6þ‘j 7$T–e CòVJ€/ƒ" E6‘p7®öY# J€Ö§g;D Ç `9@\™àbq=ƒ1. #à RN8’fQyy%¸,èbf‘+ºrÈ! Á0Q¼‘%Ð4ø`ƒt›Å‰P˜æaÎ(™“cÒû“±"p°¡PqâÇšGÐGÂ¥MÓ²4VsF t_š‚~7@Šº5 ‘è=wiCwbyh£êØk"™× I²¹&è’r’!é€tà7! Ð!X Bàå Ähä!³°Hý¨¸žŠr«¦lx6ÒpŇ?ãÍB×àŸ;) 0ñ ¡TwÐqLÛ3»Á%‰ó.AhŽgý0—%%'ÀP5ÁK¬€x‚0Vh4£D%vÁô¡d"˜Z4™Ì¨ØÉAÍp“鞣:ê"ƒÄE¸¤4á´?Vƒ1‘€uÚ±ùa›_£JPŸQùp ½ÑjóY‰Ø )Ħ‰SÅhHÕŒÁP ;±"ªò vd1‰›^:{¡3â€#‘ÐjrywʺћÅ.õ © ³4ÇW¨q ¡EÀa~ú§CƤC¿šR‘»9'‹ƒ#Ài 8X#§â.9‰ƒŠ'vb•#OP–Ûº ˜ef%‰å]0¡áVŸƒzð €`bWV †>i”õÊC¢•÷ IÓÉ©Á'žs@!BÄr _! d!œ™o¤ 4÷Ìåèö°M$ fC˜owòmê')”gÞÉo]rÍ(Ôc ,ë DY$×ÑÀ³j³°j³´ƒ´Xð%Ñ$j´ââT–Y \iµëæÂÍ”à°xL.›ÏÃÔúéP=!L#ÒH*"L4¤904yr}hˆ‰Š‹JT$QTQQ*™"^˜$ _Œ¶·¸i"*$66À6!„"ÂÀ5Á6#Â$Ë*ƒÚ€6*½uµ¹äå`T!!$í3ó’€*ñ3±®0Xõ¡]†¨<œ WáU… !H|Ðc®¢E Ùú˜Òs''œ8ˆÚ…ƒ(". ´é” NÂ,™AÓ†'lx`±þ§¢¨,QS‚°vüÚkŠÞ †FdÊ@BÔˆ¢3ATÊ "Ì Ø¦nǧY1llè8âÃŒ!D¸PÑ–DŽº:F;&ìĉFàP!£Æ5pøàÁÇc;CÞáñŒ.‡Ðgœ5œ]”œDˆÒ0“j×Q ÖûࢶaÑuÔ¨¡{7Ë»ußáòà3b­â´!ÆC¤}2˜£AD'hW­‰£ŸBÔÛpãF<ÎÃéT¦4`¾<’@Ü 9Òëh¿SÂöôŒ].`ÐË"è´50s `"ÌÐV2¼ãc<7BvýOXäÇ‚3ØÀCk… P1$H4`.h`CîØ€ žÉ H•Áˆ-v)Ú xVòHVƒ ôtrB®ˆF͉2uDRཆ ƒ>Ô0“B4 À˜QfOgª iסÁ ZõB³ÖF\ ¨x±yÒ‰á\ë59" ‹›±ŽÚÕ™šFõ&ºñpCߨékͰàEDÄ &¨H¤6wþÐKäEP äO‚3¨È:ˆ°N lÍ;CŠ*äÀÏ}9ˆÀ1Ö'™Úp¨ ‘A –ƒ/‡êPÞ:¼ãËÔDÀ  7„`ƒÁf¨QOUîÀ•rÅè˜15¨&Dº ˆüN&½¨^â4 ² §ÁÀ Г¬ÄIA b@0Ð6v ÍQxÒÓt²Ô ¬Ìä;ØÞƸ£=ÐÁé—"Œ@à8€Ð% ðj'$ÈDhGðí‚c O%²…M­ádêˆ6B—øœMà Ç€LQÅbs™Ä$ `¯É/7…NÀ£ºÊÀ‹*u>À%%ýAm¸Å«äe­|:A npGUm \0ƒð„ ð9‰ôX—)2/.SÁðÖ§+»ÝJôáä(²ú¬£>€áÇ ¨p²™ÿIÛ‹BBŒàE*° Œá`ã=àô¨‚MÔl$: ÐÉk¨dÞßk&µµ60Ÿ=¶ŒEB²PvëL§´§ÏCôÑŽˆD X3=&¸õ蘮E‘X+€½/«×^ˆ+à çÛ˜«*^³z­;¨¶ ToL!Án.²÷‚:ÀײgÖ8 T’ÕDSA+ìEGdá ÁÄ2ŽÂ †¼±˜PŒ¢^×;ô±©9x@XþÇDøc@´ É`U(0Â,øj@_“PÒÝ`Gò6Ê*pã‚)§¾îêl!HWhˆîhPa*tk2˜j:µ™aË).*F€‘…DQ!g’È,4A±nÁ|?Ì>ÁZ~[m Ú¯TºÂžé €@-Ëú`RÔŠõ0•Bôñ(ï!X¶¨!8›oSGßcéúÏW²”ÝîAs Û‰ *J½#ü"sP*O0@”¡ž@Hó£CYË ko3Ђ•o›ÓB0FV°„…T2/„˜0œ€!„¢Å#¼p —BR3VþðAFš„9%óYâ9RÃn‰CÆó`Tr ^wa9’}FµvMslXàÀz™wð6ÏrìS3rÐrÀ‘ jt tÙ‹H’ŽDBa ˜å ÂQ}ÏRŒ1² БYD̾e#q2Ž&hìÀA‡<|Èæ¡#6;|àpqbljlTd aqˆ3Dt$âe1h…úAoMH|¨ ÑóHÈï.tØÀ}»ŽÕ:Îï¨1Ãä¶ $1Ð%6ÌFà $Õ2Cþ] Å‹z0Ó‚;5„.ĉƒ X !À¢4çEs\@JD#ÀàCq°´¢A‚z2!Á 'Áu: a‚.¼QjâmÙé…¾&‘œ !’]ˆÂ@!k¦¢‚ æœN"œ2ƒsÈæ#®¯Bm1f ³zvpôQÏ-¥N2ØpB]Í>ým“:°µk¹–ˆÀi¶Bdàß%:±Ám'Ô¤(»K0ç#<ÄÕ•Óé°Á…Ź1›Œ¦4ÔêXjÅ/Hš[ÿ`!éühC,ä€Y•„ld0;hÃ]P@íÅIÄñê%$• ŪΫó&X%‚Ø”DsÑcÑ2KøÕÖÌK8PD¥qÏe–äÁ ™Ð—I$ö¡pG[ÒôLöÍPÚ ürÄ‚ÔÌÀ$úNáAx<ë;8¼ $à±™93!³A•¨Ô 'ÐqÙD˜…N ©ô“AZÔ!BYBxÁÀ ã¾!ÜNA!9 ñŠƒfþBÒAY dp 5•@N„L ì@¹ Æf‰Z‡pp!DÆ Dù÷‚VÊ—Ct¬j—è`%ä*ØÐÇì– £`Ê»\®/γdÐ×"Tt0ƒÜšóPá³—œ49d Bœ=0ÒŠÞ Ç=FÙ6& t`9àÄ hä!ùo&oPÁŠ*U\£.L22`dé’Œ‚økM ,Â8AíJ¡ÑÀ00ƒ`c˜ FðžH€|À°‰KeO6K‰‚H :ëÜ‚<Á0Ô^ ðÁ÷š5†ð£DÙ\$pØN;ýj”¨2€< œ"OOÀ dD D 6ðcT°8 EiÖ n`;%˜„-¨€rpCçT€wŠ4‡:0 YÞÀdR3 8„p$‚Z¥CkКç4o²¡áŽ“‡õàqÍ£ƒïÜ` øÇÂèƒHD‡< Æ úq8Hc*PÈÅ-¬DE!‹‰®» "@‚>ÔH'¸:ÀÀÐE`BcÀ,£𠎬C ¢µ’à̯9`af‘¼ <± d Ï`>Œ@ôP•n¢°œÖ€N>ì€ „£Ã”¯`–€<*ŽÌ¬Ï*ýø(—²áŽ(éªâÁ2)V7$„ k­(%™˜è&âq  œf &|àPÂÃFñ@Ì uèÀlP€Ù€rm ‰ÆâQïÙ³|˜ÙjIì8³aÀ.ÐL „ó‹fc{1AÜ@‚|à{KÂôÞàpØdÂá*ဠ@Ÿ’@Ü’4 EBÁr÷„sX‚A ÁBœ ŒGT ËTÁIb²¥’”`"‡ùÅôlrÚTžã@!,D+„è€[n8ŠÀ ‹Gp+.Ð ž¢Ð¦Î ÂêÈ`|BBe×€QŒXb\Xé vý,F•B°Ö’¼ØàÃeà¡‚š|Ç(CÒKn‹ ­ ‘€GœÀ/#±ËŒ Ø¥c‚†& È€LÀA"À‰p)3êŒO —P¢Ã;-ÉBÐPÁcц^”!Ž@e:šlð‰0ðQXÃŽ©zG0‹ø2W85Uðá¸zÌ£v:èEJÌq d)À»¼‡,¶Ö! àÀþò€¤ö è`VB…eQ @8 fÒ8çŒÔ .4)ˇB|NƒŸUFp:v¸”`MÁÁmÍBÈÀÂŽ¿ a0r€ ôR\pŽ˜ãšéò¼‚.Z'„øD— ý¶ÉF€Ä ó,'¢Ù\D³Ó†v0²‹ŸJÀ†a “ôB #h ȯ›Î§ga–†‰í €(D'wgµÝN `9 ؽ#0 \aÐË´Áz*­^¬ˆCrÆ1jmŠe3ØÁ2ëÂ)HÍ¡qÉ Á\0/¢É›o#øÀÍl€$Ø!ž8ž@p—r¶ÜòÀ¸` ùÀpÀƒ"xNÜgäì‚:œ {Óx±™t™l[­<à ð¯* À2 .?/|ÛŒE¤‘¯šHÒ{R#N Vû¶Fþàá˜y³L×-çm9‡G&Ò躄¥)ÐK¶-§i»·íº¡¼ŸÕuÝ:öu›ËÚd9êÒ ítT<êl±„5÷R@‡­ÆDÄñ l-£Ñc©nP üìjy¥•jPïÜaÑ=]^ q0 pí Á°v, ‚XËÀmŽIẀÁ>¸¨)€ô cí Kâö¸XÄ!Ò‹ÏR‚ÍÃK†½™ƒz´½JgŽ … àÓÍCFfp¸}áwJÆ Ø°mkâXl€‡,4¸ÇP+•š¹€X®“¤õÐзrq:øZ·þ*, %@ ¾3(#!Z ÒA£%î¤æ": láP ä$c^æå 00û¤k–=’Ö3·P swTQ{Ál{ Vµeヱ (Á Ê :@° ¸ ½FY5Ò\» fs $ Ff1ó Ñ>=åWu0"ãâqK‘%ãŸÓ á…œò:,÷·"9÷;;†<+ ¹ r@m”ÀDš2}2T!P 0qw‘"=%G!àTUÔ%•QW´¡lÝövø@P¸ °``ð@å#sC°8ÎÔ0Uˆá}ã&À0ý#€qáð6`#õ핵$FÍáé<[“.øàÆ 5À $¥ ÏG660ƒvZcd Û@E0AtR(p9ü@Óô 4DÓñ!@6@@¡moE ÒbŠC$¥ÂZäMþá>ªÂ ¢ÆÒŒ€]È‘‰¢ZÁ`Gˆ¦lxg% /, …"ç`^Ú[\wuF0UÅ3Ês+†K2ÕljW¥’iÞÄœ"ô¨* s ÇP? µŸ4L Þ£!i±pSq lh 1T ƒ ˆh   Aáxä9y G ^¢¦<ºþPÖ=>°´÷"@…àYåT2G/r„wƒ'Ä‘ …¢Ð82‹nŒàÒ¦’.Ðv…$’¡ @6rK*0†°\“"6Ö§úbj*DÀFác 7P%UÒ¤A”©F“0𣫠9UÒA§¹NÁ r! Ð:Ç" ‘ñ[ ©.0'Ód'q~Ø zV;¦6p„•) ¢Uc2`‘p2¡Hf ÒùuÒ Í‘JplŠhþ‘°#Vá™W>x9ðéÄ9D`1MÀOô0ÿ)ádõ9…$àzÆý€l‘"Bfà½`ïÙ(ëy…ìä 3ࡤp°[) P@Âi'@40´´ÍSäÉtô9;` '7š]b[<œÍ“¼à¤4SYrp$“i@óp2Ó¹,á‹#”`á0¯ÁRd`^áPW:ð¾!%¡  û¢;Š: * ,w%+z : #—!UôZ!;f—áA¯!7À0¡ˆ£¨öÝP*°µ!ϸVø`<Òì#ã ¯H€ µ2YAaÙq C—(µs&0$·Ø2*ËrÃ$0+"C2$çñõ' ز0…¤±Oðµ ¡¨tZºMÃc ªÒ[{am‘Ròá@0e%ºš%ý|°´$– ®é³ü”%uÝHH ³%› pkž:”È >4¹Ph ]†›(Á¦ælÚxÁáY¹%t \‹4’y {à¬óñ÷áb06Bȳ‰ B'ƒ ¡˜PoÙ£J›eÁ#òb…9Ù’Þ¤-„FB•Ê *×á;Vò ^ …Ðx‹ªš¤áÁñ  n¡ –ea]‰",¨Ce[\"Jf8’Oµ»™G;þµQ ¢¨qBÃ`zà…Bà‡a&s RâQ%.p·2½‘D,.°7ùðˆ]r Ú´3•Ð%Ü.P Ò:«5¬ðÛ eÁ„ù ÁQ€‡ãûé©×’!¹"[[À-¡N¼A;gle-3.1.0/doc/html/ogla_sm.gif0000644000076400007640000005670307326107675011624 GIF89aT,÷ÿÿÿÿÿþÿýúÿþÿÿüÿÿûÿÿùþýúüÿýþÿÿýÿüýýþþþÿÿýýýüþýùúûüýýÿþþüþüùÿþûÿýþýÿþúýúóýüñúöþÿúÿÿûþöùþüüùþöùÿÿöÿÿîüüîðóâõòâêìÔãåÓÜàÃÕØÎÙÙ×ëì÷ôööüÿìöúáíóÕäë×çì½ÎÒÌÝãÏæë¯ËʸÐÚÅØß¿ÐØÌääóþÿùúùò÷û­Äʽ×à»È»ÙذÑÛÂÝâÊæìÃááÅãí×ïõ®ÎÓþùøþùüùøù°ÉÕãõúÏêó¥ÃÉïýÿþ÷òÿûò›¹¹ˆ³¹Œª¬} «n‘¡oŸ®_”uš¡¸ÂŸÁÉùúôÊÍË·ÆÈ“²¸œºÂèüÿ£¹¶ž¹¾ùö÷ˆ¡«­µÿúÿœ¯´Œ­¶¥ÆÓ¼ßî¼ÏÌŒ­¾þþ÷­½Ä‚¨µÓÞê¬ÒììíëîøñÍÐÖÁÆÉj˜ùøôŒŸ¢m†Œˆ¡X„¾×ÎÑåÜ÷òòz§¶ããßr¢´®»»z¬¹ÂÛ×µÃ~–š€¬Âž³µ˜ª¡ˆ¬¢ÿòñd„ÿþðþýßüùÙåðĽպýþ¶ôù–çñw¶Ó™p˜—øüáùÿëøUçòKæïßúýÜúýdûû0êö'÷ôãíõ‰Øá‹y˜ÜãÊÚèÚüüÈööÇÒݹùþñ¯Ç·úý¡îó¢Õݤùêòóø®ÐßÈÚç³òðÛðþÞlÃâÉæømææµž¢­^‘¡ÂÆŸßå¡ÕãE¯È‚ÊÓ¯f—¬ÝêkØí*àó\€” Õå<¨ÃŸ¸£¯½uv‹’«ˆÌÛJ­¸|t©¿¶˜gž´lª¾ýúa¢{V{€i£¶†›“?v‡W‡˜Ky…Unr‰VµÀ¨ÂÉ´tª¹r£ºzª¿Ž‘~m¨¶z±ÁeŸ­U|‹TpzClr\•«IalAmyŠht°¿XŒ™`œ®~‚l;`n@_fO`]a}Kv|wˆLƒ5kt@koHjqq••boc†“ŽAv}Vekbur9QU‚—˜ÕÎË:ON!ÿ NETSCAPE2.0!þGifBuilder 0.5 by Yves Piguet!ùÈÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jd¢ãˆ$J˜ adÇ(‚`A‚Ä &`È$CFŒ$AÌ01#FK)7‚(ñB†Œ)Y¢Ë,r:ôá eÑÌl¼s¤˜\é*«IÎ͆2½lA9ª#–fÖ’:•À%„$ÁžÀ;¬.¢×Gp²;ØÁ'˜aO†2‚h¡HâbX¢r§¥†1 ìÉjóÆð 4*ŒI­Fiº!Dè<:IêÚ±£˜¦Bö1qhÅQê”Ä fÊ2âÄ%šÉ#f\$'^:ä##)É^p¥ÿèÄg¥RXOfµŒ ™Þ\ÈGŒôÒàP'®ª<ãÉÏ~úóŸ ¨@JІ!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jd€Ž$H˜ Q‰S&9d 1BŠ$1#Æ ‘ L¼ É¢£J&·l‘1ƒè ˜5_ı´¥’š3Š5áñ'EšEAÀ!Ä–™Cb€ˆ1dÇÓ!0ÊÆ€¡$Y¶2^Z}8„ ¦3H¼hI‚H "€Ÿð03eJŸÂ·¤L±2EŠ3X°¸ŒQóäÜ„"…ÂPº7í‹ÄV‘0»Ød{°wÆðYA·^»H/44 2b »pBK1%W½ï/Ä …ÃQ<º-Ù0È’G¶3¹@»ƒEM[°ýÂ3°PÖUÕ«•RJ,dF5Ç2ÓÇ„4¿É*¼8„)üÀWÀh_°ðÚ4 /3xAGÄ"h…FMùȰ03laA nc•‚%%ÙÈ ‚ª9  Ý- »0M-^ñ-lÁz¨:â²²ýé&X3˜‰Nfƒ”Ðxj|ä ¶´Â;ŒeO3àÁ–R½šhÈ &‡è¼„Ÿñ€â3yÁRÓ>ÕrXO>•†­‘È‚ó(Äds&8! º–­ˆ…$€ JÂhÜbARÑ'TqˆÉìa·ÙR ú`;N%%¡!A€tWG(á#%‰mpE#ˆð`·htщ_øF’*º#+l„„–W´PŽ*@!†Ê‘„Zv@)<¡'yA5ÖèȘÍè0ŽgtB9¾˜u#ƒ(œïa‹ˆHd` ™ÅiÔ9u‰H䂦ˆù)±Èæ{ac½YA †³8HÅ5…´ŠW<³8ÎBy'¥P8' Îx0™ÉÔj‰i PêP‚@+ŸÅ#LÀ•íd*r‰OÚø²¦ìlg`›X ”ðp´£IÕHŽ–R0j*jaÁŒ`À‚žuf<áISjÊLœä#"¡ bT”\ŽË Ó’¦Š&QzzI(÷6Ûmkf{Ê”S×ÊÖ¶ºõ­p«\ç Ѐ!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jDÈ)F#@øñ³‡D 'Ib£K…Œ"mÂ$‰—+W$UΈa‚D &LÈ0ƒË—AìÑ‚KW§N˜@½šµ'Œ;g(‰1dF×DfÈAiE0^ðèƒNJ1L˜6IJµ‡K?a á„×¾C”ø½jÖ!3x@é#¥OŸ)»àÒ… 1bQ¢Øy…3ç(Vžô‰" –«=WNH‚ÈÚ>Íú@‰Ý§Ø/]¾†ñà±sÈQƒ,}¾ñ…Ç“'ceÌh¹z ¯ ±=¥ ¼k¿~ùRÅH`¥ˆhý#ßÑ·9€!/Ì8.4Húyãdâ)R*Œ¾ŸXâ‰D0‡^k²˜c}T1͇ì1+ݽDR™Á?FTi,³"™LðÍ©h%&¨ PX@Bª$!l€†à\¸3 Ç~ Ýw¦¸âŠ,2Ú¼wȬÄm$ÑÝœs”J)„ÓÜb P ÿÔU„op‡\s/Ñ‚›ñ¤˜éJ:<ø $"á¥-ìË’”ÀG"ï%1 ;n1ˆ'ih ‚#Æ%8!‰O˜bÏlKÈôãÈÑ”.Á¬1Žf ÞZ†lÓ‰_Û £¨ÐƒjàtžÈ 3ÄƒÔ öi ã˜Æ- ·ŒeÃ)˜ðÅ*1 <áÄ@Žrˆ(t¦3:¡ìeQ^O°;äAˆeãÂH×'VáW(å’aiÔ `ЪÉ- #UBùN §-˜á÷@Æ/žÒ‰OäÂuyÅ+H°‡çàåª1ØÊ^f‚ýµ!{XÅ%–Ú aø¦pÅD1 ?Ø´'=у „´•„ä«©D*¶ÙÍ\L•~ø ¥()Íy¯ÑO¹ËØÆ:ö±¬dW!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹ A‚Ä£Ç@øñóé'L’²¥Â•CfÌ "ã 1bÇvéêÔ Ó§T¯=rµ‡ÄJ—A˜!ÃŒ™>}¦LY¶lØ._ÂxþÊåèÑ¡dˆ´"2  kÆv [tPû<[†ìOID_ùÙ³W©Ñ0È–uHâ>ÍúB µÙ­*òª½;w­n§_žŒy% ±ÎV ` <#F –ƒ’ Âcq¡Å§L¯ !3[­ÊõÉRªŽW’(,ƒ‡Œ'Oh™:µÀ³‡KïÃLmYQP•0  ðJÝý‚€ñå‰ov88„ÈS¨¯£ZÅ+? að0c¼¹K¥‡}3H\}ÈÏ;c”À xH‘ÀFO€1´F bU@áz™ð…„!Tát±ÉÃO b‡ì±Å LQjgi±ÅŠ ÑÚ€ß$Æ [Uˆ#Î8ÓÈ3Å © 7ƒ /(1Ã1ÈÀlÀ ƒ þ%BSҹŠ3·°SNl eEt˜QV fÄ (.÷–”Æs ÍðTSP74â|Ÿ@«õQ18QÄÐÞi[VQšQ 4¹d–€EßðÕ-·”sˆ¢ÏíÀ  D #¤24ýË Ò„<± ,l1Ãx.œòéØcåhÑ*,Í È†ÄB ~0BÊF¤8âO & º‡£¦mqO˜CA$|!Ã,Í ÍWbS0#•<ï jÐ Ó˜ABrVÄs‡»X‰#¹äÂË,^ù±¥ 2Éä&„8™jH+Ѹ…D°«Ð ŠÁK˜ÓÄà B&Ès V”Ï0Çr '‘|² (¯åÊ,$˜``¥©k…©²‘Ü 72Ã2”ÐÐ ftÕ—RUc ¦í1&ˆ#ÒÎðÌ/'™’ $¤²*¦9)P ØÆ…‚ÀëCÀ@‚gþŤ4C/0Ø—Í0“‡5´Ã8lÌPN6 ‚ O\òŠ $¶s¯ 8Ü(¶¨ùaÂ}`º:7C2Ðxb«73…8[d…>&ÌÐŽáÂÓ%4ïQ‚Î3,Õ+ 2UZšÝÝ"C®˜°.Õ  ¼¬³ÕV°PЖãtãˆçÎ&¼ì1åz OjÂ+Å+ÒÜUJCÄ>ƒ/Ä…J± ½Af¨Fú„˜ÄD 1,ÚáVaSPKöPŒÝñÂ,ñÜ#j·>OZXŸ ``´Da§yÁY2%ýÀ@WH2 Þ‘‡¾+.<Ø“¢` qý=è!xDè`H†š'Gx3á`”¹])A1ÈÏ¢¸*Ü*ߘBªq¼#l`ÁȈ0w¼£÷¨L$R”\¼"zøÖ«h$ „„haJ`ædÅ g•cÝ G@ƒ€3a[iÁ^à?\!ŠGð‚Ž`×Е=°‹{ Èp‚#A¿€¨9 ÎQB„jôi1*'¯tüÃÀ1ȱ^"¬ F ã0£Óœ‚Fì ‡(VF–I(Rx‚Æ:ŒÃ ƒHçt¤ú¡F †L¦@¸9ý` V„Bi ×’/ŒcSD3Ö¶ôÁ8*Ȫ¤µ=¥ÀàaØÑîÇ"FHUp :Öb=¿)³ Š#"± Z|øÂ$†ña0Ð!``ô¿Šzð ðÀ¨[Î8…ÎcXÙÍ&ñŠ :2³0Í ¸cÓ†nAå(Ç8ªQ…[ìtPÀÉ.,Ó‰M¨ÂŸpDÍL±‡YÌ¢„5mjBüP6‚yøç8  BÈ‚\å„/rо®b|Ù¥Z!RÂ/à#ñ°>¤ñ dð„ø„)¾*ÏÁz#HE."±GŽ€U–M ×’ ÚÐ¦Š¢§iWËÚÖ>$ !ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹+UÂÈ"ˆ FŒøH#• ìÈ’ È3ˆÈàñä‰3Pžðà!C‘Y³ö0Je)-1‚ 1C†)}¢JŠ®Ï7«ß¢Dù‚ËW'Lª!M* P¢6SÛ¬­Ô)̘M™;÷Ö­)Rv ûµéS®W¯6`Y…$¶<¹ÚgÔBͦT‘7 4hVìX‘¢5Š)ÒžC&ì¨WŽ\íÙcøpB/lšéS¨O3fÍnM펭/L”ð#²8?Œjåå T¶aÈõ”a¢µë,fð˜M»vfòýàUËshK ÖV2)„‰'QžÈ˜#ýaN£~cz몪BE0838 Þ!ª N-Þáé~h ø„»‰ÂŸdÁ1€ Q „ ö …sœ£‘ˆÄçVÈ'?ä {ŠAôf +ôÈ_? —äX‚$¦Uðmº3»äáÖˆÇD,Ìï`G9 a~™@ï8Ç=ÎÁ R|B‘Ü(@툡zé܃° z0x% ¬W6@c ‚ÔÏ Pˆ'°ÁÚ8:&‘­²‘ ?T‚‘PÅXH°‚ g)³lú°ÅLƒRá¶b‚ƒ|áþÌ`’R d_°C9£…qýÌnU¹‰TxÀ7m¹KÈJB H@‚ #äEĬ ƒD!&ÚÁ]Ê` Ò¿’’ À{x„ýÔÏë¬ð ÖG3ÑŒ%Ù®pœ%IÂK`Bv86fAĘT]QÒ]ÆÇÁ¹ôÁ 2ˆ^,=Œ€«ÙÃ*.щN˜bAyÄ#HùÓ‚°à )ÒÙâ–¨ð²FfØÉv °Œ(£˜à'h¡ -„D]5Èf`‡*Ч U_UÐAØo¶*¶Y‹ñŽkèB®´0Š@P”W%šà á8x3Àz6Õ€G9& iC›Ø„:5‚×Ê1*ät_ÀG<A:ØÁ„¸-!â‘S\ÀÍœ3¨k;Rœânt¸ÈM®r—ËÜæ:÷0!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢#ˆAlÙ°ã3ˆÈàÁã (Ož°”!ãÅ C:’ ‚„ f¢ô™Ò‡Y³>H“*íS¨©/HˆÜIŒOú4;ªuëQtC™M;öÖ­±ÌŒ6C7ˆH Œ¨Dj.)¹+Qâä“BK·j½%oZ5hÐìX±EŠc)Q¬ÐV­Z•*S¢@yäG £»r+éÝË«¤ƒ#%ÌNBv¾¼0AÂψ۸o“(a‚M;Qèä!ô„ Ÿñ2=r„ §Uw•ךÐ-%@NaâI”ËQýô@Š ïN@£.4Ú¸wQLŒðÃ*£UQž!»´é“y=AW€5ÃLð¼3F ¬LEÒ`òI$›Dr€0È RS\ö„T{ Ĉ%‘¤bâ]Z„SMuÕ¡2É`BŠ$x -¢”°Ã D”0 &l¡… õ54…|Ó^UÅ8ð@)O3Ð8• 1G%—XR /¢È°CS )C•%±žVC5s ;ã¢Å 2’Ç-<`y)›¤‰/»lÁÒ ¨HÅ]†h2dÂiI1ST{âŒÁJ‘$ÑGO,ä ž1" -‘€ò‰($Ì0ÅM,ðeB ³qzý%Pƒ(5VåR$A3HO 1’ &˜X__· ,œùD¢ ‘ðW¬E¹ÉŒ<åhÑ`A•Þ¡ÇõôVAÞšpe·JÄp#Ÿ»‰%,ÀO¼ðBG«Î0£¢Œ•ÖÓ¾3B3Tc O`aÇ;ò`: ¿CÇoÅð„ ²@3 ¦•¤rÉ%lB ]•„ÔÑ1qïB/$uÔXnVs‡ž&T OÆsÈwãŒÁ>ÖØáÝ;„€Ã;íg…{¢DÂÉÒ–Ô… 63lŠ âÒ&¯ YZàPdA4B®Àc ÐÜ1)oLÑN¥ÿ°Áwï°AÂ;vtÂ0îþ˜òI'`² $ "ƒ¹&ø¡w,Ì€õBDÅ¡ZÌÜRÎq™Po´ãÏ¿AÁO fàIÄ;Ì!0T[¤ îøc 't¹œ+´õÁ ‡›Pú¶ ÉPE´[í;…82€Ë—Ö˜0C;¼wÞÎsóX£5íŒÃ!&¼ãÏ@/”³Š%nrI*¢…L‡ ¸`‚oøÈÙ]5òQtD1„AÝŸãG÷_ðÕù?‚‚‡ü¡<Œá zhÝ@2Ç‹OðgœØ„\aYdÃÙ€”•I…,À’ªù9Ž+VÀBŠ*X°‚ð¸Ã·@ðŽw”€Õp›@¶ðŽ/ý˜àÍãóR±‰Np‰Ÿ0*¢ ƒY`P} ØA x¡«Pí $ȃ<a£4CI} ‚_…Ž¡3D˜Æ<¬`2:ðÃV1Š XÀé•`yÍCEµHa I‘’0Å#ˆÀ;Ì@ Ѓ•0¸Ä`1WåÆQÕLAIIbÆeªð}Äã EÂÂ<ò@4wˆÃ#hЬ}¸C[,°ƒ;$ /kdðÓ&hñ AÆ@ O0L°‡øH$Hæâ Âh8N)€AÒØ …Î „젆ĊрHZØ ŠTkHŸqÄ&Öe 9B ›‰«’FGýŪ÷4C« ò…hA.·ÒÌ©H\¢D–XW*Ú5ŒhUhÆ ÐQ30ê<øÖ@áŽæY„;û±Ä„L Ñht ä RSQÀLÁ fANø¢ÎU„¨ˆG;Š¡ H4ÅÆ ŽqL‹*ÛÊX&f¨‰ Ueô¤ jñŸ P:ËZ¼â¨±ôá)/€A B(2d%0˜ Ð+¼Ãø¨¦‚¢s>Á倇<ž?Áôa, ,Kþ¨YÉå Ä#öÒu',Ђ4ÆQŽq\L«}P[ñ °ÈÊM·ÈC5Š /Ô´U­«B@P‚bNÝᕇe6IÛjD p¢ƒ1ìÀ"Mµ¡ÚìB× R°‚ì`ŒxH# ¼M}L \’°b>¸iЭªËÝîz÷»à ¯xÇ‹€!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢cÇ7ŠlØqÈŒDdðxòÄŒ–OxÈAdŒ!GŠAb† 3RúôiÖLhŸBF“~;ê’Ç  tRìhB”¡B¥-Šn¨•)`ÁÞ{‹™Ù­ƒ°Äúç I‡nrK¼»ÐìØ‰Â—ï^)t A«&¯ ³>˜«‚fA H¤"œØÄ&"7•‘,€J X°ƒ<B*Jæ*ƒ…üý˜@gþ`Å 2ó-°àú(Á  Áƒ˜àôq»B„r Z$Ú>A LD"›\ Þ€ ŸÀvÛ2ˆÛ !$V EAXØA fp}Xƒ Ü!Â4Æa"ì€ÿ€û¦@°Áúè ?Ð'PK 0H”rˆQŒk`b…)Å,ˆ |M 3ˆ ò‚q8/.…(3ª‡* 1_hæv”Cøàþ}”ãã9„;lP •pÅw{œÅëD$VaŠ-Àz#A H:„°Ê1J*§…'lA Üé÷J ‡ ²â<ÑÂô@‚ý º€qr•£í"5º„%8¤Ï¨”yãˆÞ s”BŒá,‹ÊGÐ\ä<±¨„˜Bâd E0*-ÌÃyßXJ{Š˜"S˜ŒÄùᇉ´@!h7ˆA¤Ò(`1ƒ pbÄÓY,,Úñ…_e(@mѬ‘ÐAE7aéƒ9¹ Ô=„ „‚Òâñ]–‡¤#!AŒt‹èmÅ,}hk„ QzÄ#4Œ! `p›«LåðO Þ‰VÚLð «2£@a(Š, Ô*‰mÁM„þŒ3Õx[CDÚ ¥+#K¬#hW|šÝ,CFP‚/ÂïÇ8ÄQ †±²A¬¬Æ]{cØ!P•-DRó;Ä݃¤ çÆC›òGiDR})"¬Ø®h¾KÞòš÷¼èM¯zÍ!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢#ˆAlÙÐãŒDdðàñ¤¥K2dÙcˆH’$I˜`óÄLŸŸS˜ý,ô³hÑBHŸð˜Aâ&Ή `¨üÙŒj³ªVoMÙz«k×­Ì®~„%ÆSˆ$^<) ÅhŸ)·äU« !;v¢àÍÅ ºòäUº”ÅY…,^´õ9ˆèÏ[ÓØÁ£cÌΗ0üøÁ™3«Í$JìŒ"m åˆÓ!3X“ÍMXÈ=‚O§Z·Äí÷¬)©‚ Ðü$ÔVŸž®m1Î9#lQŽ ð?lðPÍ þtnÂ_èáÎëaÁ &OAâN q¦î`ÑÌ5 ¤bÉ&‘zÓ\”ÿo1ALp‡vøDÈ …Xðk˜àаLp1˜Àzx>€LG}ØbE¸¼ËzÍXÆ0~q‰H|boÀ4¦1ˆf˜*Ž™‰f}ýXã ¤"Bd¬ð‚ƒc 1”àú¸GZܱ…`O™Á’nñ+ŒÃf Ã€…ºÈ¿ˆÄ&rº‚ÌJniÆXX”‡w¼#|ûÚ< ñŽq´Ã‡PÛ ¼ˆºwäéåÈì°·` „GêÞ±Â#¨Än<À„$^‘6@ã†G3 °A 9Hܘb-øªR°Òƒ`‰KÀëQ¾gDc‚Øë#•À¥^áU\‘^Bx0Žˆ(H1Ši/üC •úšò*iB!á$HA F" ÑÂ8äчAýä¨ú `PC4r=<zÎò/véšE™‚Ì@W) –ÁdÑl°5#x‚8ªYÃ.Ùðƒ_àMo Rå¡ñxÁ/û#´'à¦+Xù¨¦ …kÍ@B! H@À6…<Úq6l†¥®y‚5p#¥¡ôá*ìC+WBÕž(,Ç8â±Íh ©aì°TqT£ ·è:ÖÊVtôa­Oý`WòÀ+q@ã °”ÒÀŠ ‡²xÇFE´­(Ý"JU¨Æ8ÌŠÊXÆW_åkC$ô;ÜA„°‚öbBÄÃ@òGgO$IVK+T œÈžöµ°­lgKÛÚF$ !ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢# #:‚ØH²¡È3ˆÈàÁã 3Pž<á!C‘1†t,Y’„ OÌô:¥ÙУH¿}+TÈ ËyVC¤C›ií£uŠ×¯·nM;…™Öoƒ°Äú‰O¾ÅÚŒYyÓàUƒFÈN”¿vG±BZµjòª0ëÃc ¶ Yy‰•ë­iìàÑ!…ÍŒ~üŒ`EšÕˆÓ~HèùÅΔ*U¦ð€zpdI3x -4Ô®Þ*Q¶ÀY"_ìÀîóÆ6ä!2„öQJTÞ¸w‡L°ò³‘„ +yý¢˜`ëV÷ôoYåic«ŒÎúÑCèÝžTÍ#}]å Œøä}ÁO1ð0ELõñUNÑT€lP‚ 0¬e„xÔ Y1ÃŒzð”3MfÌ¡EñÅ0H3wÍeâ@¹½3C,XuTQÞÂN9‡h1ƒ „äqË 'bƒÕ°ÃOfUˆõÄc¼Ð‡830 ÒÕLQyˆ3Æh‘@ÄòSн7ÂJÚaJO4sK$$ÔU.‚ "ÅÌk<¾GЕRÐQBI2`…{ñM9_TÍŒ£C1\…ž‚ 6S;ZHZ/ÈóÀ‚‚ýë꬀0E^y‡ˆ"¥–24ÃQFyèU5ï yÐ Ó˜1XØñNS˜a ÒB#K0ƒXÄs4y< SŒ² „EÁÄ#IÉU§^ ™P,TQ!‡DQÅ8æ’€5„<Åf (M;ø"Å4íøQÂ-óÜA D¼ðã}“2¯@¢ôoFye,4tiÂ8øŒ ΣðÆíÄ ?_Œtœ8< !޾‚0È?þ”0Å<û ¤„ðÜÒGÆt4æ8¹&D„7šåáÁìdB;l¼PŽÜ ÄC;%˜q D̰Úþí ?¶=ÁO $Ü*‹²¢DAÈ&¼ÐÎ¥=ÑNnóŒ£Ï;ìˆÃ!1XCú¤ìÌ@éš;(·àà ̔“ ’C~ÐИ¹‡‹ÑaEƒ!N7#¼p2OüÃð¼à Z”0ÆD€ª,üŒÇ§<…<8Ð}TwXLaÍ©1Iñ™\sÙÒPæTþ`Å ¦A‡íï(Á  1 há‡Ø¨ôg[²Ú”ƒÐá5Qã3†Dºaá »ØÄ&"AF.} z¾Áƒý(aQЇ5¾À"`Æ D0!þqVÄ2Áô¡·lÐ]íð‡@f`yX­V°†8 A‡ÅÀ ‰¹Œas Nlƒ²žå°‚–±ÀæïˆGÐFB„y@ƒuí°Æ!ÚÆExè£2AÊ1#ØT‚!Æ1q¼C 0ˆÂ!*‚/Â+ÆðŠñŒ7¦Â O€Æ±2…B@&lã Þf;=hA;54*¶P‚÷€ ì:¿j5ð™à4µj[GüӄƤHÅþƒq,†C*Ä ž @è LK™C†9(|Œ"•ˆÜþæE¯ƒhaU@G6yÀ›éý¨%>‡¸âE¨‚ÁCE$ìlçAbpÀ!-eÒñ dh¡lÙ“,Úq-N¤’çAFðqŒc +"Ö–# ° H aA ÍðŽvÄã¡) ¢0Žª™E+[ùÓ¤ÀÍÀ,8©HTTÀ%<€B!¦ vÜa #h[L 2„'ˆcÓG¹‚Ó¹(õ• âÌ …Á¦ã0ÆB£Ñ©„l°Ã!Ç1&Ý¢è@O^û€Ž¾ò=!œS5< /“œnMH1“#‹wPR{ÉC$+YyT£¦ð $Œaâ4± 1rìpB˜V !âA°[žMmíE^ûZÙÚö¶¸Í­nwËÛÜ!ù,ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jŒb£G‰ BÂØ1ƒˆ …€>‘1ƒ šIÌàÑSJ³§<Ÿ2›ÊlÊ-«S¦6cÖìÛ "1:"uÂÄ3hƒ>mÖ§Ù”*UäU«ö.*tòê…Æî-f}xÀ;!ˆ¥Ptå9EÞ4x|Ea³Å„‰{Hh.A¢„ -[ÆØ!TZ•)vH'-‡èƒ&!²XÒ;úò[5N1Ž8–5Ã0¼0FG/ô1éBìæymòÜ1ï@%ÈcG tDÉŠ‰·ˆÃ‚ îR!D¼ÃF ÕŠ²2üøó$z¾`Ö32—Ä&Q¸ƒ5Æ‘¤jäaI=Dii悤‡ñh=½i©Qœ°áð¡Ã;øBÖwÐáÆ „z®ÃFTY[H(QéSúã”´Œ«^÷Ê×¾úõ¯€­H@!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢£ÇŽ@lÉУ 3fÈX¹’ÍÊ)g˜ˆ1$É‘$LÈ`ã3P‚J”Ç £FʘƒÅÍŠ bÌà‘ÔÌ“>D³Â곫¬Y±‰áô)G¨¨BIŠÊÖ)SªTÉs§ :²ðÞ¥3—\)XeÀi6!ˆlžð(”thŸ¸UîÐ!df‹‰Ë$2kÖlbË—Cv¦øíÃæEÙÂAØ’´ñÖ¹U¢|1A«ÛGÐò„_;>üäÉѬRèZaSb«Œ Lð°2å ‰Â$ˆPÅÒî'Zýœ?%¡‡±-OcÈp½µO3/®£ùeËi$d˜jt)f¬$ÓóÀBN0ÀƒA#4ø € PXaÍ!ÍÅ‘ iIÕVPˆù˜1_TbPvSùQ q ¤¥ÂÕ¦ 5 e^/8: Ÿ™ÀJt}œÉÐ ûÒý&…}äe‚¨0Cu0¬÷…RÈFØlCˆ<,HÂ2Øa‡,RÈ PÈrlj=gk!ª.d%ßlÕ^!²BmAQõq OÜAÈ!‡XQ…¤_Ü!ÍQôÚ‘oëF!mNèTa aC¤¤Ç /|Ñ«„jkFO¯¾•°A%La‡ vСÅso¤šÓ;JÈ0Bˆ§baM 3 3!TFQ…P˜aLm¬f«},ÆCƒbF!RÐ1ÃAÑÝ1ÆÆ⇥énAÄD0C VDa 4—AQ…,ò@o<@qÇ~Ì€m Q̓+ö<!_-Ã;KþÑñ…žZßÁáŠ,²8VCS·@3pM èÐá,A1ÌIÇi÷qÛ@ÙV>s5ˆ„,XÐ „ÄãÊ wB« wl!ƒã—]fÙ ï°AXâHöDá¸{®hLs3¤ºŽ=1QnIHÄ„©…á¬Ü*… "‘Åå;Èbpõóš`ø@op @ >KiNQÄü»­ò@ð ;èD`A$"KÏ1'?ÈZ2̤!©Û+ž–‡(ÁQÇXQ‚'('ñˆÊ86"XM3 …b@3D$` ¤ + VtàÝ@P''eåm?º¶0?"Ø…tI¢"cýÜáñо Ãà ïШØ`…»Hf / ó¾@+®FV Bž`B¹ñÇ(}€Â¶@Cè‰yx‚ ^`Û d®ÛB l3‚=ĉ&˜Ÿ¥rbæ…DªinH È„ð  }pÕÂVT6,Ðo!ôÌHIƒ@ò ¢ÁŒH’-ÈâxX8 Øpœ¥Tê â8DFF`‚ncJf!]Õ³·Å Y1 ©`I‘¨¼àz³ÑãS€e?&e?nÙú7â)#ˆÁ´ccØA*ÄÎê˜At«[®¢Ð žà™hf,Hg:I€•ÈÀ8O¢£*U ‰‹v±‚VºõEªlg™<àR†‚ Ùؼd=‚-â­ÑWŠâO­hHÂË!ÂãÌ…O°C<î»ÔV°š‚>IhäP6y¼B=jÝx& v°¢Â8eE! lÐBs*ATZÑ´"#ÒM ÙçÌô¨PªT§JÕªZ"!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt¢#‹$@ŒèÄÆ“ ;2ÆŒ—3^Ș1“ˆ‰–3LÀ 1Ä$Ê“$LÈ`#à £G‰ðÀÂC©Ó¦KeÌ4ÁâgE.eÁB䉌¦X¸ët³ƒÄ’+# «±náñµlY3}¬È’E‡!YSèèíÛwŠ•>FÇî„«pˆPºP·ž…"Ë ¡)Qž¼0Q¢ ž!G ùlâÅ—CQ¤$ãÅ[ÆAx!ù©Ò>}}1bb¥ OìX1Cd‡OÆ dUÊ”+w¢È Ñ;#<¢}m•Í3ýÆr…‚û‰‰ê?Il!deKw­\¥*åQÅ ›!°’ø²å¸ÆÙPHöS<HÄKÜ16B &ÜÄA#,XB\lØÆSƒð—,fDÁƒkpɶP$Å•@•”c$˜vJ}…”†Vó… [<ñ„O¸¨EYa™F™!ƒI$ÀÀƒ24[ddñð„,v4 €wG±žFB™AÈ[ÌÀ†öx¥’QX™’LMUbQCA È€E{'ä{ ´…fÄãžwƒ0é¤VcÑÅSQDáŸ~3ô!H!‘à–²ÅƒO²u”dHÄ@„UƶÅ_˜påŠi2ýÃNAÁƒj‡ iáaÊPxåÓ[4jä¦&h6ÆQÀXQر¥@ÇaÙêBÉÚvODñB®1^£c|ñD{²É`Ç9ê(³Q˜K* JÅ@0€÷’i"²¨&BÉÎÐkfIé-B0<÷Bvî°Cv1˜@*&]ç- ÌöñåÜ™@^–Q°dvÿ4C€M!#Sv°qÐ& 7ƒ‡TW§t7ƒ 1ð8ƒZ $!¥Aäkê}á!Ò°‡Àvøh ÄEcòè•3Âà ñ4*7?qˆŽO|vÑ…­SS›=–´{þ ©êB Œ±-³2Å!3ÐùBÛ7E1†Î2DQïM„¼PIIa—ÀÂ[©çQxÏ0H&tDB9j½]çQK¹_°°2˜Hv«“tÇpÚ„Àí0ҘЇsDh*Ô\EñÙÎÞ&1mI‡HcR‰*õR ‡rȄιÙtÈLoS1­ü Ò4üìMnÙ£òÞ¹$R†TóQ’²#;b Õ‘A^R#xiŒUQh`édp¸€ÀH d/;N¨úL±˜¥¶',+g‘ÁŽœB©ô¡šA A^—@Î?AÜkh†ž ýlI6 *µŽ#’1B—CÈ d‘!JI%bCÊd`bl„»ƒ‹ðr ¶,L`RÙÔ@Ø@aD=øø‚Õ4ƒ8yEFãÖÐÖl!eqñNãbV‚¯e c˜ŸV"Õ¥ø-L rÈG¼£6,K3Óƒ ½.–¥,M”Ê 6|æ“7‘Š((Ç­6êÃpˆ“=³¬Huù¢œ"Rvh §ÌµLð;xpI2på+ɲ¨µ 2Cª"©K„€`ƒ_†4­J%-*¢`iØ?­k&E"dG¶¡[è<‹ÌµêTââÌÓÏz ÚóžøÌ§>÷iÏ€!ù ÿ,T,ýH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jt‚ $`€d@É(‚rŒ&bÂxCÆÌ3HÀ4ƒÄ“)5–0!CÆ 2ˆ(%2ƒ)›2v‘ U© ˜,‚Vñrê‹XjÎt¹'Õ©hwÌØñf‡[¨0`h}ÈÆ/¦Få±Ë <žD‘bÅ +²¦–Eè°)f  Ýñ•Ä\…$´l1Ê7ê‹H!ÃcFO+Y¦öSÆ“1fž<Áb4ÐË&I˜x1ÃeT"1ˆð $kŒÍÛ‡¼cG ÞȃÙB}-‘lj>!dFÆ ýLð0Çå¹!iÆPûU8¡'/¢k´K(Š ­$¢öÞ} ùï¸&Èg‘N|ñ6à /\…R”Ý n[ìwžI% UÂewS*5PDA×Å0K ¢HÄy Â`Ép¡Bá±1ØÉ°Åu<ŒA2õ‚lr¥4Â#¾FZix•dBMlܘn6Ù´e/Ha‡„„ÖVb”בEÖd S/dÅÓ‰e´ÛUOf• „ÌP_Ì… NDByužÇgOR`Lš-5-øRM„Dg Q ò—Â22èá [pMÄêL-™A¦@uîðq $ܧAF]õîUIÍ@ˆÆþÍ8ƒ•ŽqžÅ®™œÓ¨:½DŒ„ Ì`HcèU«&<‚  ™ÚJ™ðcpc=-Ü%”T*`7UÔwóônI ÄvΆ*¾/˜ÕW»Õé’ÑÁ5E™Z»‰,ãcì c^üåìôncDñ8ÝËE¾m3õ*6šð˜DDqž X”v+`füY%åÉ  DÂ/øu]oTu\ÔäfÀfuÊîÃ,ªÓPš-xOFlPÔ@JÀ56#{q)á_8ê˜!cÊV‰t˜&ˆlç&r}Js “¡!Ú)!˜g@˼”¥Ÿ]Î÷å ŸñI£–¡èJ.åj£"§djLÎÉeªcH©)OW*©$¨ú)Û§¡È>P¨²´àúŪ³1úÓ£GþúDȤÇË£³Y`Šg\ »ßZîFlŽÌ¦1&uÁÒ(æ¶ÜRQlzB¾a¬Z%©N‹h{h¼Sx»+A÷Ѓ[Vçé°|ëî±-+q!˦ðóº¸æpÔ¶Ù‰µÃ’39þÒy1ÞR9‡‰Ùó¨Ûl&'J®›îÍí~ò˜'+‘±ù ]`ïÅ ±3#óBrÉkõl„À‹€ ã5¾çi­4¹‰ÖGw}*Å`;é´)@omã:ê±ÚÞt”ôÈLG8ö˜ r-/œ¶SWת·«ÛØ,x©^G<÷`öA2ôL'Ì_µ^¿}FÜÀžƒâfÌ!µËþµqIõ)@b³0×\?¬zÄa3›,™šÏp’Ù íY>øº9_ŽyɱË`sŸ·° ŽÎ°ßâÞ¼ºÀ ήμ œ3ž_&¦VÍñÚîm²ˆÈ¾Oü;°–“ŸÁ_<ÞR#ï§ò¼ð‹Éó5C’zO…¿›ì²Xó[ì²4AÄÂ3¸© ÛÂãc˜wçÃÜø&è9¤fn ^ýŽGµä9O|¥£þ”÷·ÀEï„ÓóL±Ö°]`n,Ãö0R8XA&ì×êüçºzÃ~õRš.ã4÷E-1’¸~%±„øCÿv6®PQuøVÏb¨M<‚h` þ‘î´?´Î‡\š ¶x$ *àdäWüæÁ{qNP$áŸÈ é=@P£¢’ ™E€ ¯wËÃêlØñ0.[TŒdÀ^´q6.ŠWy1GùyðAwhb¿òÈG=>DŠ ó u„ ]†°tVöÈ.rZàsdÍп3¢‘•ܸ.‰õQð…ÚÙäX.%æFoï{_¨ÊbÊRZój«D ‚^ù­,jÊŠr2ÃryĸÀ$I-Œ¦ËGž³—’Ü—ÀÉ_ÓkTšWÒe óJ\¢êzw·kî‘”§ÓßGÅ;´ò¡ôúÃÌ®Ë2”†œ´œáþöjˆK¶y#¢BŠgá*Æ´s™”*Ÿs#ÔÈÒVº‘2ÄÆ‹^4M.Qç!Y\2¦ÙÌfV¡0PJ„Z z½’›.d(++ª)à |ñ:'—ËN@T†pʪFD*I’z#›Hiš,LKh…‰)'™ù²ùu­›+1èO:B0•M6nĤ+÷ H“îÕ›€ÕËSËÙˆTŠ‘V5ª~5ÅÆ–FR*JóVŠ–®´ž ¦[” ]%¥K^ M ‡u7•õ”§¨Ð\™R 0ˆvøT¬s¶)Y,2°‚ô K)+"‰±‘8T,ˆ†«Ux:b`kÞ&ºÌ±Î4HüÜ6þ\D]^ÕË{¹‘‰OºÉ2¹z¨T»Ðk[[{º¬Ú¬îU“ZÖUC}¼-îV9öväƒUz%.:{ÜÕ…–Ù̈r}qÅñÖ¹II“¢ &©—^£‰pÁÌ7I¤ð¶÷;­†S;M*®@&‚ûP¾\è®a}hgqû­ŸÔ±d…1Ū_g®sŒÅo+kÌãâ2–¿Î°«]œ˜ÚŠõžA !2ôjÑJ$Ù¥ÏÕv¦¼)–,”.ä°j¿K×S„øÃ&¦‰ÇœWËV,ôd!‹Å™ˆW0.¾5^K}“ã!Ê÷ÎÁ鯞U)ä iôb= œ7ËbkÄHéÓ£þìÆ9ÚJzÂßU@ƲnêIÊ Ò²¦7\·á²e÷´ÃxG[õ®øÔèך½ 7íÀ= bÅ]<ÛºÇÒâó‰-”H"K–П++££Ý0ˆÒxÊå0™µ7× õØÙt‡¹\L%SÀ.ò¨Á”Ù«·¶éýk+ †G¾º–î-qýô˜ˆØó¸¾õ~Ü¿1¥‹ÜC7 ÁŠ"—¢¬”½g޽äøj8Ú«vo{éG¢áŽö†'îOw:Ûiï—a[æRos»¹6g»êÛbM 2·€9År5ÙsöÕ £åïšÃÉB6[¾ Æs_ˆ<,oÄ‹ñÓþñŽëÄÐjL#.ñfT ÕD]”é=I\Ú>åãµ-îoml¼¨G´Íä3?»½î-ÂÔ{À¶ot¾>ñÕ/#ÂAšÛ=Ö¹Pâül;·:#}ÖæÊûÍ[æþÓßÅÔçe/û"!܉:%²´ýh³‡<BÀLOg!ípÎ?¼ó˜~´¦ë–Awݾø0 ´¡b¨…¦>ê ‡~RÜþZõ;÷º¸ßwnlî2¯G5mN|5(îøp»Áþ^0s»S]wÐgêàE—™ź-Ë$?W® Ô{е.è«Ne¬GÇˤ'@NomOëüôH±÷Í+îË=Z¼AýF ¢þÞzø.Å7€x†|a%.}·=ò·{éVK€^Ó§ ‹—OïöR`±tƒ”m²a9C6sy”e§ ½Ærñy(èy*X~»A¥'w`qž6}cam &^¬§b²—j(¡}SòBÔq¦ô8Ë€W¡ ¾p/A€©±uÉw èEz—s^d‚='É%ƒTB{ 5l‚=°'nã×k w„Øåû“JŠ¥„ã—‚g%,xuœö‚Ð×r”•zŸ¡„ƒ8j;ˆf©V•[»€)%o“1H˜°vwˆkXcŽã8UÈw•¨{úÆoéæo.ÆBÇ`'ÀJ²• pþˆ‡‘Ö}„Ó˜'ZQ4H¯t%X‚§X‹œW0ƒYHdWz\r4ˆm8låzÆh!š'{%G!gw& {ÖˆNjŽÀ„]vwÇG]f0˜|ôÌÇswëtÒ7`šå`ˆ¦Ø‡×È ËÂ_¹A5¨DHfW ³˜…¶‡qÈ‚‘€‹´Xˆz½ˆŠÙ–ÙȇcñsóGb÷XH¼cÛ#€Š(qSt3Å€‘¸‘ãÑ~6—{w|!…™¸QÎçgW¨o+G`¿Æ‡™%Ô(íØy×Hi­x;¡±Z³70.™Rùx‡û˜‹1xŠ%è .ˆ)Г¢Œ§×F9ø”þ"–WS÷q¶7Ÿo¹ˆÿ3 Sé!ø¦’cgTÃc6YUB…1…܃s—ø•YXŽ,¹… y&æD5Íô0\Pƒñ_vP@ˆ \ø“,'¶à,Øpa0(ŒIhÁhz¿¨q˜¹ÔhfÅV`X¿—•%S]ø• ˜š èrN'î·‘!©”¨|—Èk%¹|ƒ§QµExðç·cé}ænrUZkö‹Èy‡ù{Â邹X”À–~{(ƒíw¦GSé1pg¤©•z¶é¡|«™o ÈsÔæ<Ði–=îw€«Å!™8߈›x‡ pþ’‚§”$†ÍÆ4å9Qƒ[É)‹q©‚‹©5“ÿ¸žo˜ ¥Ð‹ê‡œ9øž¡ˆ`7ðï!Oœð`ÔUJªIž$úvX¸è{4÷šùó ŸÄ–]ÄÞÈ|Ø2;@#è<´#Õ:f3[¶ §S+s ü™mÌ*šB© “i”/ƒü©‡’ydÞÖŸ:À¡Ä¹†Ç²KæfFL1¢õYž_yž@IBY|(*0šh …1Z’)I%µ©s÷iRÉ2HJw73™r‰¤ÙV‚Kº0å" ŠÉŽUç˜x™¾¨œAW™QÙ“ù\ϦžÚÄ•Gdþ:ª9)šgú¥8§ ›Ù(o$é¢9÷aeŠogúwvYUÚCó›ÃDÑTpI:¬ÀƒàŽ‹º ‰Ú˜Ösë)ÒÉ‹GY–—jƒŽkÊ;aº·ù­ºG«og£ÐÇ 6g®èžÖÆžre;Ýcá:C»ØKЈ€Z:Áj€[±¡*.¸x|êfkkwJÒ¦óö±Ö†þ¾Ààü…¶ÆJô$·Íɼ.˯š{ŠId½v°Ò‹¬¸(‹y%ÉZ‹Oêœe[ {@œ¯; ù$»ö;’×(ª™Š“€Öô¾Ê£»Ë‘SûŒ{¢a‹—fÇË ¾J~ À˜+Àë“úH½q«¿Ñö¾{²ìØÃ£Ë¼Ê€#où»¾Ó{çûÄò…ßè*õ¾(z®'ì‰Û‘ª ¸”ÀÎé%>¨3,¶úë¼/Ë[:Ë…k,5ž{iÆš½È*¥+“FL¯ŸD´¢fÓ¥P<›b™DÀVš ÂÛ°ž.˜´$LŶ¶žÅ‡ «À¼àƬeË{¹ì¬ ´¼U0þƒ Üy:ÛÀë¶»Á ÚÛS‰ r¼Ø F’ûN³²ÁüžÞhÈOÛ¦ŠÃÈú5Êðk|Ð9¿6— K%Î7hæ§Ê5ŒÉàK¶Ô‹È=™Ã„–H£Ê)øÆÊ¶;»½ÿ ÅÀ üëbÇ5Ëì¸tuµ+'®…\‰SÂ%YJ¾\ÂYõÉh x0v E»øó›—ÜÍh™’ÊÆÒìÆ*èË>¼Úü¤t(ÃëŸÃa ‘²Å´,‰/Ê€d Û„Å¥Ëò‹k£Ì®p§¢s­¥Ÿz4à JÃ̼¯3кȇŸœ”Ó7Ó‡Ú,³1¡£ËÙäDZì±åL€Ø‰§q9®þŽ3Èo‡Ëȹ+W!6·6ΧϬÒ,mu×AœìoN}¨óÉ“™˜b]ÊÀé*çá09ÔMÎ-²ÝH®­®RÌÔŒìÑOÍcQ½±j`rÕɼҦ{¹¥7­nHd:›ÈðÒÓÌsŒ ”5ûF7A-Ô$ýÖãñ¢‰ÓÉóvï‰)H½´ ÐÎ(úÎz³×ýPaÕ驨Vj™§Ó“tÒ{Û.¼_*ÚËrç„né–øØ€¡­Ùâj×£ÎOkÂnªËñ–•¯-ØZm©Ãv`¸™.yÛ]çÝüúp…álÝ{n ¸Ã½w]÷˜W[¡ÊÚ‚ þªí§µ´Éë›p“1Ý­½ÏÓÔÞœsؼE­Ô*Óà}ÓÉ0Óª{Æ¥á'¿í}æmk IYÆ=ƒšMCK}›Eµ£Ç.jÅ¥ݰ¡ßXÌ–jT† ;­GIàeqÎÙЧäíà=€ã8Y¦Ù²M¨ãšásM¢ ÂSü7ØF.È·‡1™â4h’Š”;ëo/^Ì­¥æÁ% Ωü£$t kç«U˜›'®ïºÙ%ê<(ŠR "OØ#ÞSŸ†‘Pâyµ¹N½ÓR^àV'‘å}Þ7§Ÿ\æ8רçx ßëÜáJ­Ü`)G®Ï™‰ƒEçi¥ÝþÍÕ,ÞÆyÓk¸‚åå]ȇ(öaa¥ `éÙš}…¢ «j¾á©m1~ÎÚ3üuÖF•+a¯¶±}©K.j?[{Þâþv1ùè£ÞFém…ÓçßFýÞ®îß~æ=³ßÕD£#wfE§èJîÕØmÛÛ]ÛÇî4 ×Kƒèìú™êWÉ|šŒb>×i)’.s£íëqÒ­%^)KÊhT%~é(.ìœNîÝK¸Ó;N àì>'eÎ9ŸÞÙçé–ÜŽs=`ë Å팢âVé¶™qQâ]à´}¥¬ëñ òÐkgê-iŽ{—ÞrmáßêZ»áO´+ñ&6˜þ¸uInéÞÎh*ï\,?ì4}î??”},0<󘮅Bïì7¿õ©ÒNí«õ&@JcÌp$&¿8¼jà¾ò)%à*~zbWÑ^W.ë~zÜîî…%׿è®^ŸsŸânÙÇ]ˆï븞=§vöŠÿë¬ç†p_Ør?ø„Ï•Âfš‘ŸŸÍ®÷cvó¯ãïwÔ&kù*à†¿“€µKs°÷„˜'A"í&ÎzõðëÄÞ禿…°Ä‡†_woÌqÜîåv§Ð®’Éû-°PƒXrˆÏïÛÆ]oô¶Oð÷d¥”qÊ?‹æø¾Ïùèñ÷<üžï£O圲ý8ø%×þî`2ò¯Ÿ‹'›ß¶ïö8ªþ8 ùß?2?„ °("9šåa¤«ªžoGaÌõM.b³+=o‹Æ#2©\2›Î'4*R‡ˆÃâ Àj¹Ûìj¦ÓÞsö«Edm‚>òéY{Ćó }^ ÌHU¡á!b¢ââÑBãÝ㕊办 äI K˜VÌ  M(ê ã*k«ëkSWZ¥g§š¤A™Ü›¯fdœŸ_*3¬ó3ttT$uÙ5öõæv1Ì­-¨¨(y ªÐ4{»»óV.Ö7½üì½,°¾°B]?õ°?ÉøÓDè„ «Hº“íþÒ¥j3Ñó$ŽY¹1æ.ÂXèñ#H$gÀÕ£¥‹‹£2WšÙå2S¦cÊ‚¹­cÈœ:îJpͧ °)fÔ I‹Ì©l*fiŒu;§R}vàJÒN²¶Úëòf…¯aÍäò×0…L€Ù<ë²(ž¬¹-uúÉTœqFTë0Y“Šý®x`œÈb'Þ\Pø2fÃCm{Íhƒ}+¶#3êÔT®à몀%_€¹š¬#9رÃØBRíû7“ÝŽÙ€þü™r7IŸr< ü9ô!­M’fï1¯Ûú^òÍýûóáÛ°¯D™iuÀÍUo¯º‹ëþêOiOo#V»nÝØ-»ïÚî$Æ!^m ¢—z¦äƒ…u… 9ô¡ÄË_NíÇ jHØnAÑ… r1¤·Âz$lxb\s1âl®¡1Œ¿´Ä•](ÚXU$>t!_,^%š`7 ™Óå‘T}ù cC:™ÓOQzØRÝí‘‘É]ô$—:e…¤=²}¥‚˜¾(–†?]ªI•6LÚa͈U¶àšu)¡=#ÎáxXØù§Nâ5 €?Ú$  ‰‚ß™J–s&mŠJª\`Y¨œ™Nº)B. !-|JÂ)©ígŽ×dšJ©­JC„”€y†«µ>PªJŒ­½‰¾2’ê‚€¯Å¶R‡PÉJ‰×ªzû,#X;ë,ÐZ›È\¹¶)(×z«È¥‡QÛÅ·å."å®m™»î*ŒÎÊ.¼‹¸¹K¼õ"â)¹öê[EºŽìû/*F 0ÁPôY0ÂN(–0ÃLpÖ0ÄI°–oÄA¯ÅA±ÆgÑ1È!‹<2É%›|2Êì†;gle-3.1.0/doc/html/raw.gif0000644000076400007640000002125507326107675010766 GIF89aÏ­ö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛmªÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’U!ù,Ï­þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂñ;LÆbcÉËÊdXcÄѶMLLKjiicjÛÝdcßáààddZd[dYè[ë[íðY\Òô”Ç÷;ÙkcÚÜýãÜÄ…;G¹wßeAØd ”- ›piEb“(3Fñqc=^Ô¬…\Â&MÉ“&MŽa³r%–lÈœy)³æÌ›[ÎäÜ‚&Ï-\¶|*(.GFá²4ŠÓ§P…D‘*D U«C~ ’uë={/ͳcö©m¹å™1þo¿Å…Kî̹èt¾Ó»Å ¡ï NŠ4 È; 2µ1U!@"™ë !'¾j>Á"3çÏ,P°˜šEØB"«-¡v–Íš“¯WƆÙ¦ÍÛ7eæÔÝSgÏßE‡ Îå ”/Q+O¥JóçÎ[i.ÄJõë[p¢Ýë!,À‹OÞôiøÒï8Ë>-ÛÚ-ßʧ{®nøwæ÷Ë?¸ã' sÆEtBT‘à‚ÖMe]vÛuÇÝ C¬p…,Á†Cœ·šj#5ñÚˆ®•h†‰lœxâl°xÆ‹-¾(ãŒ^ ñb8¢‘£_à(Ü?*drU(W$‘ÒUþ‘ätL^gÝ“Õ ¡ÝRVIå•fxšzø¬áeZf¨u"˜nÅGß™vá§E~ûíÔŸ_CÁ)`€tBA ¨àž ö9%w€Niá ^¨aX!‚¨šk^–H¢Š)Fºb¤3VZ©g`º£Ž=rÊã§=† d‘¤~Qª’¤*iª«¶Z…FÀúd¬Õ1¥­Râjk¡0|DÖ¯ey©VlkŒ)\cža†|ËÂõâš/æ„©´øMë}aêq<G€Ew$ªÍ)YîžJ&H«¬ÜÑz„SÂË”fyÄG©åûa£$ö+)¥»héÀ›ìi¨<©°© ŸÚ0¬¾*±«²þÆë²b¬ñ®s\°À~),™$«,³(;›æ´™V«Óµüa{­pÝ~ñ­·ÞŒªæ’‹ªº{ÒZ…»ò¾ï­†Âp¨4ê;£þ¾éÔ-R:°¥˜Þ¨c¦:v ê×¢Ú¬°Ã§* ±ª¿«Ú·ÝñÛ»úbV6sërzÂÛh˜TO}ò²€Ë¸ì-kZx¦3ÃŒðâß6.ö·ER¡¤©¨V^¹CڹŰ¾Û9¼ðÚúJ+KI­ÍzJN+ʯ£°SÍâ¤_M£\ vÂa9jã 1Åi·ÊùÅVl¬üÛ·ÐíüóÏsùë°bŠ S²ÍžŒlšÏ¶Lí÷þ0g§¶5;n¾Í“Kn¹å˜+‰¹Å›Wlt»G[h«…¶¤”úþú›¤¨Ó‚Ôþ©ÙÅÈv22ŽrçµÅ HßúÙ(—*‰¡bÇs[Æàæ±YÔíƒgÑÝBx·±Œ¬Q%3öR&#h¹ì{…K\âø¸B}ëËáÐ6?‹ytF¢­”6D®îˆªKâY•¯¨Åî_tј;Œ†@âÝÉvÁâ±mœÃØÅl•<Þ+ÐK£³!½c¨-ki |棽“¹pM,ËãË®%¾>nKl8 äÎ|Ö³tíP]ÖÉ\»¬3¿FÂË~I“ù7Iý5í’"zÝ£þ°Q‘pšÚÚw¶n‘‚•[Õ×Ö¶ Š®Œf\Ú+FHKÚ„%lOkÜs½^nï—-” õØÇ™ ¥få˸ TÈè4‘Ðd—#Æû‘NC:c+(©Äþ!±uLpâ& hµÚQqº;¨²86àm±‹Äk¥ÇK[ÙË<«ÈÇ÷é<é½1޼¤K™èHŸ5åÄ lê‹› '…H(sŠh€¢ƒ'=%ˆ:|RP"¯ó§ŽjB…ª×†FŠOTì  Ý¬¤Jÿ·š$¢„60uÉ[br“É$ZÂôÞÖxB>šùô8@—‘ŒD fFA•G}Uu2èJ£ÅRi÷,T*z`þ ÖÒª¶™.U"GÚÌMô‘ BõCÖ7EN‘¨Z)ª§<-ˆOe$G?ÚQ Ñ«P#Åf–JJ c0! ) ,ÿ˜˜’—>1±ÍLhŠ›ûðf'ÀéÉp&+”â‡9Ëa’ΕT&)•] ]—­ªy%]ÙsWQµ×)z°„jðóµiPÏ>ôÁ÷hƒ%ßÀ-]ä2»äå.:É BüòâBôÆAJrd㦠Šnt.šÑ·öÉt ”…@J¨ ‰”¤àåk(NÊ,` ‚õ¦1éÒÃÆT±2m,~îÙúRö¾—fŸƒœ¶Nw:u’€µ#×+ÍëJRJ-^¬%þRX£¼æV'B³üŠnµõG7¸oŒC 帋A|2ââþå/G¨r“â\æ6'ºOQÐTd¼ MFB8Ž…ž õ8¯@Îæ†Fá&Pc Ï8¯¸ÉdK²&%Ø( 7X2ånÄdÊå¯MÈÚ›Ÿç¾ÄÑof™C <õ¨ÕA3”Ö()ØJ Ž3^G1‚j`Âcx†„a ½{ÔV€®íÆ1h|¸ ˆ.qB½è‡æÑ…9Œ¤ãÅ8æÒT™ d¶²éíx…+;®¨1T¡ðšzÈ¢èA¨a^g(ÃbPi`­¡aoØÃ G9Ò±ëûÚ'e@HP†M”aþCz)Jq S Âì¨Xe*V±Êƒ°¨ì|Ç®?ζœï9 ¿šW IV†2Ò°ç ›»–È4¹ pˆ!çÇyÏ1og ïPB¢†øû( ø`CðÅ<%ÓwL§;í zÔÏ Â«×Š£:Ô8òyãýZÓMÖ­aÂ?:þá’ëÚY&±ÊÙá“À»ØF1ö`fþ”e7Û)RÁù³«Âs¬xúçßõwÈ3žñ™Ás…·ñ¬gqKøéäŽú™ÀŒd4=ÉöÞxÖ‘Ìu|ã{!_‡<""v²G¤"A»F4‘‹päíQøÁFâwÊØ]2xÇ e¾‚™Í|þ¥3 hN ÞŒ¢H·«ßá gcÙ¬WG†eTþòïÖºæÕaï…¬ÃóñýB,‘‰˜Þ"éˆFs§´žîR‘{ì#û½GÆ+Z±ŒW2C¡Ì„Ç÷¥2Ò³4ÇBÕvƸó,n~HØù€†úÓžg1$ÙúÕ߸õ‘¯wÉß;ÊN~³C¤"èψÚ;÷öÏ#r÷ÁÝçŸwÉ\Æ3}÷Làß™þsF4A¶W0Ðm‡dö–Æ€ÝðÍ`uYç èu¸q]—azæ×©·vªÇ~Qàs'w&Hw'ˆwY±wZÑ‚š¡úƒCþ€š!6X(€tpp8 TU ZÀË×tíuÐç|ÔguÌW^NxgPø„R˜NH…wF…Xhd¥…Ç…\ØMàa8†bX†aè>àhè?À†n؆pȆ&ð'ðsX‡xH‡'€‡{؇'€Èˆ£¤1ˆˆhˆ0‡ü8‡i‡'Y{h~؇;¸Ê¨Œ,pŒ‰8ɈŽH =ã7~QrUfk¶fh(çu[°ŽçØŽM`’(Ɏ舆'Å’gX>1‰kX“6y“69‡hy ”;¸‡;¸!7xˆŠ(‘ÌHgÈG„DnÓXR™‰•¸à6„P¸ZÙ#°•]9_é]9b¹d9hàþƒ†Y˜ˆY|£ñ‹yˆ郌(Íø ðxdO°‰¦€$Gr”Xh“¸qC¸Õp–fY–d©•§YšnÉ–o)—® —|I–±é€Y›i›µy©›„É›…I‡œˆ)œ¦vˆyÀˆ¤0ªöN¹|Q9•ÒY‰Ÿ™gWé”ÕÀ#°ÜÙÞùàžàIÜIžæé癞蹞$ÀžèùíIð9Ÿòéˆõ9ŸŽ˜ŸúùàˆBÿÙ˜I9‘ “I™9~—Is1º¥[s1o‰‘M°ž#€¡ÚžÊ¡Êž#Ÿ!Šž#jž!z¢&šž%Z¢îŸðþùž.*Ÿ2ŠŸ4ªŸJx$uˆ ©”@ %ДC¨QÓ9Q)Ö©|ÙÉϨjàO¥P:¥OÚSj¥Uz¥Zj¥\ê]ú¥^¦`:¦bZ¦dÚÀ¥iº¦À¦†÷0RqŠY§I‘P€D– [° (·&½u&¼%‘ɤ'Ùm¥†¥º¨ŽÊ¨’©” ©–ú¨˜:©mŠ¥iꨜú©^Ú©hª¦£º¦,#…ª„gœ 9Éy Ÿ j=àœZðB*¤æ`¤º:hÔ¸«º:×9„ÎɤÇÀ•\)PЬƒ¬Qª¬ÎÚ¬ÐʬҺ¬Ôú¬Ój­þÕ­Ù ¥#5q§ßÊtʪ+Ъ¯ «Pð—é§kò®¯àhZ 𢉑PÐð(—$° ™Z©ÿz©š°;°Ozª‹ª ›°á5q§£;øª>Ú¤´J„·*¤¿jCú«¿z«Ï¹¤²Ê•%°Ò0€É9åZ®‹§q:q-Ëà ³r*³qzˆ)+‘¯j ¥PAp‘튙i¯€JGCû®Ú§}НF¦¯ªv—# ®*‘)û²àº°V˰ªÚ°Y®Ê¨œùŒL€‘µŠ™BjFjk¶ïj¤æ ¤d+¤LàœOФ=ð£#0²O &{(kœ,Ë.»þ!0à­ƒ+¸1û·ä±Å—§¥Ð=Ë®}êZ ¹A+Ek¹•[¯õÚ®øz‘úª®%`Ì: ®z³€+³X›ºW›µªŠ¸\›œ ;«³j«¶ª]p«»»ZÀ»Fª±ë±rÛ¤LZ·"›¡Ò»R‹²û·+- ½€+½Û¼£‘²Ê[ ¥`ž ¹ *¹”+´™›¹˜Y¾œ¶Lëêz—É»¼+à¼Ó«ºò»°4»µŠ‹®éÚ³Oðì:¶O»’›»hû®i‹»“{«}Z«9¼²Êœw;ºÂµ0µ4K½Ð;¸|ª °TK³7;‘±«½¤°®>¹¾gÐiþ¢Ââ{››´ü‹¾=«¾bií;ÁÌ{ºÏ«º0°ºòëÁ}µøË ?:«@°¿ ü^ð¿ ÀÀ|«¶+¬qK·v;²%ÁÁ» |û¾ï[Áü¼c|ÁdŒÁÖ{åÊ·]쪌[ ëÊ¿J<Çà»&,œÂ+´u ¾rÌ®ùš¯4º! ±kº,‹Á;œÁ Ûê»Ã@Œ½nl ½Ñ=üÑ =ÖŠ¼Ê`¬Æ»«µÍ½¿·<á\Õ] ×r=Çp½Äž z=·@Pþ~ÝÎÉëÅÌ|Ê0›Ê<ÔmØûüÊýlÒ:+ɵÜÔJüÔ”-ÕQ]Ù}Ë ÑÇœÌ\M ®ÚÅg­Ï-Ö‰ÖÑlÚBmذ¼°‹Ô¢) ÔÍÔU Õ•ÛPÙO@蜯܌ÌíYLÈ;ý¾/pʌإØÍ}ØMÏ»±«§¤`JíÛ¶Û S}И½ÄÚÑ]Ñì Ú¬Ü@}ÚìmÚîÚú,Ý®íª§ ÕzíÛp½Ýÿ«Û˜=×oÝÛûÑÁ½Í~ýÀÅM ‚mÊ_½Ë  þÑîà‰}ÏЛÜgíÚ]œ§°- *A`˶ÜÛS@üíÔaþPâ#^ÕW½Ù@€ÌÈŒÝÊŒà¢}ÊÉÁÍ}ã4€Ú¨}ãöláhíÚ½³zýáEâ$~ä(ÎÝ)ÎÔ½Ýâ-®ÎZí×¢Æ=ãÈ}5áÞÜZ>áö|ÖòLݨÐá®ÝKNÙ'žæS æJ~ä>Þ) [mÑ2žÞõ¼ÊÎíÜ9N/ã è<ŽØô,Ø=ZßÈ|ß@ßgNâNíè)þè#þæ‹E>à³ÅYLåžàXþéÌà]á‰áþéÉ=Ï]lÕ}  çenä)~â&¾æ¶^ëHžë ç-^tn`çÃ0Ápå5>è~žì¾ì{þÜ~ÊþŽ} Ø­×E^äT@¹~æWÐèâ¾çNç%ì9Ý ^쨎å¢^êÎåìNèÉmá ®ÖˆžÕnË)~T°ía@iîﶮ湎íDpï°îëu ¢îÇÞîÊžì0ñßîÎïj\ìÙ\ßõ¡dÎúfûØÏý³ý®ïö«þ¡»ûRà€`aq1xñb¸³ñòB³AÓ 9ùظ˜¸hh±2(á)*:JZjzJª’”RäJtUtþKu5u…{›{U +ë[D\T”¢ªRbaâ€ú --m!±rqÍø’()93ùÝ=©¸}øÒy:Í‘ÒÚ*:¤¤â9é¥G꩞²¥‹e9‹ÖZ¾mI&˜¬Îpï½dv)«¢6«¦2¸i¯½¾lˆ "‘›”ë}TedðFEê–/gµFYûñ¡ÙV¸-†Î n¤“–;nË䦛îº.LÌ,dÍ]¼Ó•YÊŠ*¾þÔº tª\j´Á™ëÁ“.È@¤Á¾ 5°RÿzpëZD²4»x4ÎϺ‘Ó>¡fÖž=Ú…n̯oêT#jrÈi 2¬,.Þzç-®žLËí°´Ÿ¹üw¦áe€h€Ó ø@ƽ–Ëýå¿w8ý\µÓ\ÌY×:²un|ß;Òµ®µàÓô;UÑ8CzÛ•>î¦Kþ“Ÿû¯£\õµSœÕ}׺£eøÙ‚}ôþ%.*®Ñ±íãŒíÿ@ÛãjØ7Ýòt—rÊ£¬v½ûÖÝŸw½CMžÎ9ø9âÛçË®o{ÛÇ-Ê úM§þôYsªs¶Ýa¶¹áfú‡ô¤ÿ/òÑáÔÕu åÎÿ@ÜßÙÃÞýã~¼Û ~÷»k~Ã0Ö; ž…xø&|ÐqøQx|’³}goðrp¯ç~’·“gÒ7{äæiÌÇ|û·{˜u6P"H~ãg‚æ×oºDt÷Ó~ï7ƒwõçz÷wp¹Ç};e+8 8mh‚Åw€õ{È—Zª·:ƒÖ'!P}Òg}+'eeþpr9‚„Ó–×…[8v‰÷Bg=¯·.ƒ0ø‚ôwmÇ~ù§wfþǃ§Xwx€C¨€ø†| ¸kKÈñG} pˆ³7ÎÇV¸wHX‡¤À…]H‰`8[õ6T¼M0ÈiŸ˜†ô×~oˆƒý·a‘ —‡?ȇ¡Wo:¦‡eˆ…È"Pˆˆx‹"°„±WƒØŽ‰¨ø ”X~#(¸æa Љñ·Œ¡ˆ†n§7¨qبwz ˜^g‹!P‹¹èŒ¢èz˜jÖhŽ{ÁŒœƒgèz à† Pp€çH“Ž†è‚¾XûÈýè+ÿ)Ii‰ © É é ‘)‘I‘i‘‰‘ý;gle-3.1.0/doc/html/round.gif0000644000076400007640000002125107326107675011320 GIF89aɪö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛmªÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U!ù,ɪþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈžLcbiÍbÌÑÐÓdXcÉØŸÍijiÞlÞÜÞcjäædcèêééddZd[dYñ[ô[öùY\ÙÇXÎá­I3p ·5cÒ˜SX]CvêàIŒ÷ŸE|Y,6ÙeËÆ&\š@Ù$JÉ“Q|˜LÙÕ¿nߦa³f 8›3s‚Û9†MÏžd|²!s&(Ñ£E“n9³t yN·pÙòE*U©P¸dÍ…K×(`Ê…¬)fÑù1DÈÚ¶þCN´LÄLáA™ñêEÈw BŸÇœÌn0:ÃDá5Ç_ã-^,VŧµòV­Q dÞ¬l² Í ýc´ÒnO9·õ ¬_Ëf‚ÅÚ¶w-a(“¦Íšk|¯93xq¡Á UŽ´yR¢K¡?eú´úժدsùåKïà¿G©2¾GÓÁ™1¤‘H²þq†’Jž±¤“PFy†h8Iå•h`éÅWb÷…—à}ù]à‘9&zU ™Þší±çæzCÀwDœtÎi'xÖh#,Ö4“‚Àz p~™Á—‘…ú4˜¢6z†BZaS‘1…adUaÚ!‡œBñ¡§"†Xâ¨'–*§|¨Êãª5ÊØª¸åØJ€ÝüV·™k®D²‘ä¯L)å°Pz1å”Y&»e—Ëréì–_’)íÓ¦)mšVX›í¶UXa„·n~»Þr’§¹ä¶ ë6¢ÀŠÛÜ%è¼ôT“_É­¨¯Š"z† ,˜“:¹”±Oˆ°[BÖ°³ÝmÙþ’Ù™ÖŽ—¦Æ£¦I¢¸àÊ'îFÈY²|qƘçÊíª‚…µ·ënWsM7Ç«B»¤°LK¬–ÊÝl³_&MíÒÕ2 †¶ÝFÍ-¸ß~{¸WgîÖ\¿ª' îš‚EŸòâUïÙ|Ý«/`ûú+ð¿7Hð± ×Íð… 3ŒÄ_P<ñ†~[ëéÆ[ûñ¨âV1òÉ$›\®«ë® ¬²–‚áÜ$³Î4Ûìù̽ɯÏü =¬±Vf‰¬–϶mßI7]mšOc+u·ßâNõî]÷~ĺäâi_n¤,o@y¡­|M†¹6°H ðôPl屯f½Þw»î,ÅþàÃN1™T¤I­µè£o„âÞ²_µ·$Ã_rÉäÒÿûý,÷G¼(Yl3®ÃÙÚ@Î…®W¤Ú“L%*¥ŽhÌjÝ—^G¦h1ÍiÖzÚÔn·­÷YÍ Z aï€Ç.þŒ‚ L8ÞŸ’W å _‡:”PÜ7Á¬`¢›Æ0‡eêa| Ÿûf¾ò¥/}ëKÓúªæ>ª5NdŽ‹¹b¹²€r E a–¹Í,g9à¡WºÒ1°XØS½‡4ØYPvç»VÔl75òk¾ãZ÷CQ0l+4› ÕB|±m†ˆ´a ¡„úípJÜãž÷†>òñ’Jt_«þ¿ù5Γä"áºöøµýu…dð“æÄø9逢KÒς֤3®nuFË’÷&» Âjì 0ßw5«‘ „yÜËÀŠŒ­.ًІ—õ%A r܉CH!ì‘ÃÛ÷¸rþmpU@'Ç8v¸±‡}"cÏçY2)BÎk°ªÍ*lj&¼Œ‹1±•+A§+žit¥-¯—=5ÎúÒø|éË#f‹Ž¹Ûë‡ÌdŸ±ú„3É@¹°š6ñ‹rÚÖ¯EÎÍ`छÞ|H¾ÑœKSgáç1xÂ3dôtœ|¦ˆ?|ê Gx€2˜JoÀ$'e%Aa‰þP  ËIµ<ã•p¹Æ£%‚•9¨;;~И½ßGod›,rb¤Ç‹W4Yh/ºÄš*Åæ¢å(IåpR–¢d›)ªtǰêÔy@%*©‡T%zg{NEÙT¹¨U*)(`(õ­Mø#ÊÁœDµ ¾ªNt² å eQHqQ` S„©Î)@$gM7ô¥‹•©Lâ)šÔ´³ò®qÉ%>‡§O~f¢;ø#¼êò'ä!躂\KFi3B¥x‹¡Ân±›J/ˆÆÃØP=ÖD‘5Õd-K٥̨,˜\»ÚúÙMD— YèÓSWéE™˜À;Y-w‡"”þ£¼Ö9’NS¬ó”ìX˜*ÛéŽx³´3­s[QØVqÃEâq=î\vúèZ­¨O·j¢K@á3åZRìêå +Bâtô˜0‡)ŒbŨ<&2ø@²añÁ­4¹C™áNfÒ –tžÇ±…o©Œ@ßTÅ責¢Qfa+  `'è¯&vÚ±¥’îœM«Z³vÁ@ísöñN'*´†7´áòxGT#JO|ßô&øÈerªSœV¦Y™yŸ§ŒñØþ ÍßåÓ2ñ´€HkŽr<ä!ëP‡;C¨´:É’‘LV ëä­HÊì­rXJT^›(E¦i‘°Yô¢UþÙGFÇ&ó~/TNø€ ¡Ý‚5.ç§8Ó™À8‰I7ÀQŸtÛCé¶; Ìg ý™ÂÒP†9\è¹—Mðn“¼#Mï:QzeùÁ Ø àbLŒ@Æ¢ÙžO—T@vA¸Â„†C"‰ø«/BqŠwä2ÇŒf6¾°t&4 7KYFÓ’Ç.n)6ŒV>#)7œE3š½‰ô Í—pB*§vÑç u©‡žêv¨š"îpµÒ[]‹LåéVyzƻ°xE,X ZÊ‚´¨È=¨zO}ì›ì²ã‰ÌµšÕœ‰ÿŽM Ó–@nðqØ;g8ÞS©ŽË¥þãrð|5(‚|ÌÃ"ÁˆFŸ•4Þ2œ‰¼gÂ"òʇÆä&‡Ë‹RÎòÎßg/O{g×N„6Ú9_©ŸÊúpÀd!çˆ}Ѥ·úö©‡U(u¬HÝ2ÀËÕ³²ëgI¾ZNÎüú¬¼>úÉO¾ó«3ÓÜ¿fŸäNðîÏÝÒÿö§=øÔç\Úè/|á3²~äã#î‡ÿGFbú£%*)‰Jö…¤¤ÿýwX¸§«áq 8³¡OW4zi–Tl‡ ($mpW Ì€AÇ3;§Ô0‚|'åw‚—C)h‡—.¨ïþ4H!±(¡%;€dá?@x€¤l‘pÁ/Â÷Á„¸¡l¢7Ö÷×÷\= cXw ;ww^Ø}â'Ó&†'†Õ`†X`Ò¦†i¨~ùÀñ‡òç#Q‡'a+Ázø*á>0€€X€¥¡±‘€±Ñ€ Šøsgv3G…Ð l‡ê7xì`jäÀ ›¨‰A·Ð`~((mÕ@Šnè†ì÷~ª8‡òwƒ÷‡ƒyNðþW‹h‹¸È¼ØlqˆÀ8(ТWŒúvfÈoTØ Ð…BZÀZ¸}x]˜wÓ cøGÚˆþÛØÜÈY áŽÐ`åާWާ×MpsìèMòôèöè>ðù¸úØ&à?p?ðYy‰ y(À¯!…yf£‡Œ2—TX—p…–HŠZàp´"th 9'æHŽá˜’æZè¸’êø’éÈŽë8“2Y6éøø¨;É>ù@I¹CY«q°ÑK)yœ¥O¸vUøb wZØ‘ \©â•Ö¸…Ó¶i1V–LcÑ…–gÙÑÅfnÉ–pù–r—íÈ–>ps;p—viyi<`>ð—~ ˜$àþÿX˜‡9yÿhŒù˜é˜ ‰hV™'`™R•¹OûD…€‘ p‡ñpߦ‰š8{&˜sXÀfK@—l†—u›p)›¶élÆ—ñˆ›€)˜Ù›€œÂ9œ†©ÅÙ˜ŠÙ˜Œ¹˜’9™ ‰f”y™—YúfØ™Uéo6çŒÐwZÉ•à žx'–b w߸è ]鉞; ží9èéð™—ð9òÉö9øyŸù¹Ÿù)Ÿ:&Ÿ&P˜JZ  Š  º Ú P iffZ¡j‘TÖsÖÉ™(‰ Y z ‡O°—‰*ê\ÙpéþБ9w†ù¹5jŸè‰£6Š›;ªŸýùŸ@ ò9 >€ öÙ Hú J ¡'€ ê¤¥*¥‰û…#ÚV`‘ž06÷ÐØcðáY¦á £b¹iÚÈ#Цnú¦p§r:§rJnj§xêyJzÚ§|ú§zú*¨JŸ)¨‡š¨Šz¨À¨ŸYQ™¥™y™œù0¢$Ú¢¹'*†d?ác…ñpïPê§’LЧ# ª¬Ê§«êª­Ú¦z:J«³Z«xJ«ºŠ«~Ú«€j¨ƒ¬ˆú™†º¨Æê™/§l·™\Ú %°aªßI¦f ßi þ0Š•Û¨–àÝú­Þ®ÝÚáJ®ãZ®èJ®êêëÚ®ìú®î¯ð:¯ ðêªTöНõ øÊ¯þН‘ª™Ë*©•šT0‰p—›Ú©¥ )£ê A–j¡~ϸ(míé¯ÞªTû­«± û±"ë±$Û±&²%˯æj¯»²÷º¯ùú¯ÿš¬É:°•9[Š©•`s=¦ZðÒ*­ï0¦Dk­\¹•D«•X™…kŠB홣‚à­Q;Rû­S{µV›µU»µTÛµX˵_ëµZ+¶ÞZ›e#·’º7›³:; % °'ʰR·ßu·/Ú°¦j±-i—ïÉ #{þ²‹²‚›²ƒ;²ýúÔI³É z ·¬Ò™³žð¬LгÑ´Òš´f0­I›´AË´Ïx±mÙõ9Æà™û4™‰œ©‹¶°{k;l‹³û¶pš:·(šCvë°Ú¼uÛ°è7š[¹lIºòi ¶[™ ©Wʸ/ç¸ʶ”ºŒž­¢ù³(*­2¦²¹ß[·cúÒÚ½Ò¦`Z¹Lð´¤kºÅ@… j³½Œ+»ü!»²k³Ö›³û = »P0·^ ì» "¼ ŒÀZ€¢<š§×¼iŸU; 8+·ñœ%½ú•_6ÒÁú¥¿¶Ñ¿8+ܳ= ´@þ«]´›ûÂZÃcº¹˜´ê{±í ]ïÛ¦Åp©é¼ë¡ùk#øËE,Â"L»´»¥þû & ©»Ë©(ZÀü» ÌÀÜÀ'Ê¢ W(Áïé§›ºôËÁìÁ <Äû;Âh&¹“«»Oð̽OÐÂÜÂá[·âË´œú³Ï¦OðŤ[ÈðK ?ŒÁ’JÄ6zC<Ä ‡Äl[»û$—jž °QüTÜÇ9ÔŸ|Å}\ÀR¼Å]|sœŸ$` [ªÄÖéÈÉ:9²ŒÆ´ +ÂF<É•œ™ð¬= qüÇœ\Ç}lÇ||Ç}´*ÈL0È•«Ã^*«¬ÌÄþû´Èj+»‘ÌÈ·ŒÍFÜÍú˶0ÀÄÿû r;À^0Ì|  )íÌξÛɤ<·ìÅ^|—òIº«ŒÈ È"ür³е|Ëj¬Ë+@ΠPp ÇélÌ]ÌÎtü³¢)ÈÓTpÜÂà2.Ü îÛqÌÐ=PÕŽÚe=ßÄÀÄÎÒÑMâú-ân=âµ]ÒÛýß–lÉë &°ÛTÐÛ/ã~Åý× žÎ.Žã.á ZáΑÐîáhâgÞÖBÎÝR×á=ååíâémå ŽÞämãOÀÛU}Ú©Ý㌠@n߯=ä´äHÎæ%ýmÎÒîä(Þ *A ÓT>U>ãSšÜUnãSîàáŽØÚÃ8‹á+íÖjîêÕýê²ëqÍèÜíÝ. á]éEpé/žévnç¿êÀŒã:^ȾØÝخꆎèþ°âëÓŽäq½äã<Ζ, “^éSþë˜~àœ>î›^îÂŽéÄê¬Ð`è¿ÐìBÎê±>ïNg~æ žïýÍÝ. ì–>çáîž~à™>ì]¾ç~ìÉ®Øàî¾`ÉÙÞèýýÖÒNíñÓ~ŒÎèðñ`N ”nétþâœÜä¾òåî0o飤^Qnß Ý-äoÒúþó®nïAïÑÞß¶ò% Qð½ÞëT@0?ðSpRõßné•®»@P*ì>> @nKÎè00íÕ^öEñjoôïèÙ¾í¡ Ð)Ðô2îW@TþT0î{_îäó¾ò4Ïî7oóÅpábßöiôùnï4ðŽùõþó=¿bÙq/÷tÿôœ/õToõ˜õ‚ð•¾õžìðõÂòþñ=öfŸñh¯ñeÿßñp¹ßä‘.ÓPOT?üS_üÄOü/þù¡õYŸ]óÐû¿ä+ýúýŸýýÑ^ù,½ûp ]oòMüŸüÆo÷oþ–ÞëY_+Þõ%ª/è­ßödïó³OÕ®ýüñ€°sñBx±r(a!!Að)9I9©’TD´IUtEtEu5%JjZ:š J5EED¥)þ„YbbQ©»ËÛë;)±bXø"øóB£Ì¼ìÜ ½ s\œ¸Âø›-‘‚™R$Û ZZÎê:þ N T¢R2_⫟Ïh1lQmlÚ eÇhlpvL   ƪ » ˆÑ}Ù.eÚ$”ÆR«8ž2Çj\; ´hÉ»eÂÅ•,]fhà´g4£Ùœ–Ìá0FZöŠ`ñ›&uä4ž;ú*$;MÞ‚ÄÃU"BOŸTó)²ðòBÌ… ΰ‰a@†„üAäYUWÐ"lC} ¥êŠÜRsM¹ÕXäF¦—NFH™6°¯EÄ <v†3Å`™),†UDÁ“¸}ûÆ)³ÑÍE;þ‹Ãx™VŠx¢Ö£ŒºÒÕ—/þ1|í•àרÎxÝðŸ¿E¦¦p©H ŒD’Ü •D£ÜP˯¼ ¹×]оÿþ¾þ襰† /¦¡˜qMœd =Äv=B…àÃ37Î9~ñùÑCOZ=‚Jì©õÛŽÛAÌ6`3Š!F[€e…Vzì±µÉÉ!w^˜œ…:‡qE\&_¾ñ'˜dÿÒ]W‚Çbx-Ö´LCe7"j*TÐ͇Ľ7(ðõ8Ÿqg_ øEA$¢¶HVÿh`ÌmRèÕ~5%w­9É›’~Ó^EÀ—á…Vx¡[ðµÚ‡}‘f‚TKþRŒnÜa©Œ‹z¾è"3Z–ÑdØõ•‚ õÀc¢·h¢ôqB¤›÷ç=s¦µÚ“w8 •áÍ`¥l/Üöç–ý w].€)æ{I¼Ša¬ÉÍÚê˜Å±i¡÷©PÝ¥õÓÚ£æÉg±{B#ck×,‚Pëzhˆ‰DÕVËh¢Ó Ç­®7òÊkâúŠi?/m%”œÎà”Šµ *¼^µË©–XÚàoß~ã‚p¯Zû¯†ÖJ8ð«Õ¾z+·¹~‹`äRì“S‚ ª±7ìÙgŒ¸éæ@Ak¨´IÄðÞµ›lò´Ò*¼êª G%~Cܺ/¨ë.»ËK1 þðNŒ”+âÈ ªºò˜2üËtJüKpÓ­×ïp*´¼«œ3·TçÍQvZqx=ÙÅŽZ d4z|£¡†ú‹(É$W;÷É"#Š·pn{‹cˆkéÖõlº3h óÏŠïÌ8½¤ Ýá¨^w‰¡2¸ òÒKÿûô«Ký*¢˜Š5Ã×(8>„{ø¨?—=ƒ °›±”h«}*‰Ïº÷È¾Ó pÝÀ÷Nz -¯·žTRy™º>5[€îá‰3;Å6Èûóºop/o·ì‚ ˆjÎôÓæ;~Ó›'9ÒÆ_<¯§7FˆÇK1첓ͿØ}f©ˆ0 ;P•ªŒ×þÈÍw l }‡7ñíÍÈ«€ßÆE?«ôC†CâÚ¯ëJ„øÃŸã¹SY`$Š@ˈ9òÉÀ|3tZ =÷*ò‰N‚H+Tòx³ æ£f†[õöW½þ‘-lYJáYHdUe@|TŒ}7C’eñ Œ ÅÓiMˆÙ°€$æÁéÅβkãG˜=)¥«5ÜóêPc@¤]. šS kèG R†ì»œÛ†¼¿ýŒe<ãͤg½$&ÑJœ]Ï@U¯¡Ý‘2QtA,—@+Š’Jp ÜHÅ~Òxü›W8FîbƒfLcfpK6²qmÜ% §‡Âþ›q¯Ž“ûM'5`9(Ó| äéL>Js‡ÆC$¹Dœ7c§Ò¼þ²´œ²‹éã"§ˆ%%5©9U¦O ûS‹&6¨ŠµçPsªÏÁ.µ©så jU«òRœ H鱪³uÍQ…å¹YV‹ªö¢5`-ZͺV²"ó“fìg?K[ÙJØ—mÌ«JYJɔŽí#Z d :•ÁN-Ê .vº@Ý© {T¥ÞÖŸ¹µ¬ ¨šÙ”v–³)ÍêVÛ5Ú¯Ž‘€Êëw Û³¶v¾­]­}íÙ÷~”J½)n»K «Êà ¾-pKݨ3Puuha%,sûÝDºòUluí¹ÓüB6ü-À Wø_K‚·á%¯oÇ{Ð…Ôƒèúj1“T tþ€¬ùïjé‹c Öwžøu/29ØÛZÀ©"žDUUšƒ”&9É:®o«Z‡nNHîr—»ÓèÆWË®Á–«ëe CøÊFU®<ìáT ÄE–Ä‘?`8›Ø(f£8u‰Ùᫎý`sj\ã0Ç·µÈ1Žmfeæ—¬æ oÚæ]ÔÀ5H²8—lKÊ[MŸkJ¢˜y¹ùåÀâ‹ê0:¾«³–!¬aæš¹Ÿi^a¤wg9ÇùÒ*EqgUÜU w¬Á”j„Y]ƒBz¾ÊNö|]c›¹i¾5/2mLcÚÀ6`ç”\+w€Rý€©¿\ètwùþË[3se}€3WÄÖæE®/­k_ÓùÈíº%‹…Ø%q°ØRE¶ºîlu§Õï•q£å]ízëBÛÙ®x^¡ìQ$JîÞÝSŸÚË@¸ÂjrKõʈ7šm-ñ],ùÛδ¾Ù8Ué M½—"x¹Cnòdã è­f¸TeÌÁxSÔ1Ÿx¶s@qM{¶¯ vA?.åñqk=ä¦.¹×¿žl¯ŸÛÜ¿râíò* é½˜ùÌS çÎfvŇ;#Ï—”\t@?{º‡.ô /¼à2Ž7 ÎökC=êOîkÆ…6l(æ½ èû×/ïw¯‡œëÿ¸ËåíçÄG‚æþÏŠáŒóßì«WŸ“4 ÷‚c¾äCÁ†Žûƒ|ó„Ÿñ™5°vÑ·}ñ¥÷m§ëÎqí{ÿ@¼¾€ÙKód—ªçÏþû_øö~»8ï=w¯¾ÏrM ì›ô¯Û~ý`¿ôE^ðcÿõÜ÷Å’¡Ží¼âYü°:Óçôq|§0€ÑWrh{ïWrÔWy|çyg†õ÷ 9@zwG–sçbäÒz7€èu"Ð~ ‚¶W‚$ˆyÔzwx˜ ÷Ws)•^Õz¾ByÍW€} h€:èur xvExP.ø‚¤·kp6wHÇz0ç+„þ<Ø~VÈ~Y8‚—Ç{|wx „Úƒâô„ÈWƒäòU¨ƒ=ȆXøƒ?˜†Dx„`†bg“æ„Uµb_ÕO‚“ƒ<¸'(!`‚#x‚\H€{×uˆø'u±“þW~$R€ °ƒkˆ=ˆ‰j8€r¨tȈÚpoN¸b¾×±43;؆"À=X‚x… ‡‰¨¡¨â4id¨‡tFBˆ ‰Á؆š}i¨Çh‹~U%mÚ䊭ȬøŒ®ˆ"„˜Œ+‹6 +6W Œ=ŽÁ¨†ÅˆŒÙ¸Nø]"&ÑØŠHŽ—X‹èH Ž¿ˆ–H€ Pý(' ï(Õ}þHi‰ © É é ‘)‘I‘™ ;gle-3.1.0/doc/html/screw0.gif0000644000076400007640000000656707326107675011411 GIF89a‰¿ô$$$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÿÿ!ù,‰¿þ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉd*Ðgsúƒ.V, yP¿¸¨õ)†6ºxÛfßPôÍ®¯È ¼~q^@úv‚%ZWp†r‰sƒƒeycch~s~}Œlnš†[sžŠr˜`Žd•§©}~¢S‡…ZŸ”›\]¯K¥¤¼¿xg”iºGœÇ²±±´tÅ<½ÐÀ¾{~¨ÖÎ4ɶÊÛÝœÌÌØmÒÑÔäç ’ê– —â,ÞÚÈÜó à¹ï)æüÓþÑÖTYk•Æ‹>òÒS¸éžCJI”û‡Žâ“9ÂVi xFÍÁx CÚ‚ ÂÓ‹þÞõ›­€\”ÓÀ0@¬ª\°³•8†õ‚:xÀ@Ñ£F“"-ZR¾O£BpVî€Ñ•¼T…i”k¯`×mH¶šGQJÓ.ÉL­Û¥$M>•ñ¬(šx_VŒBPWœã©ž:v¥k©R¡Yæ}K9Iصj>Ó XW«_-ZÉ8i£ãÓiöMU5bÏGE–– ¡2å’tÑH5ìÙÀÞG8Çæ„Pàhñ®Æ“?ÀSqóÅÐyê‚ìå=ÔØ’Ü­™ã)Q¢Í¨»)<•mÔêZ;Gü½õªiÏEp”¾Qû ð'`j’»Ôà‚PSÓL/éVÞsîþ”vŸ$¸^bv±`jò˜YKá§a}–©æÝ‡ÔñÙˆ_Ór ç¹åTFד -u™uÌdd€ûíØ#E‰¸]¸Z@væ’`K~% {ʸÀ„§-÷”ˆµÒ@s‚P™T‘n&gAÚ§€™hIRЬµ¹€Ç}µ`ƒGº)cj¡ˆ¥s[NU‡—6Æ—›‘†í7dgò˜(¢‡ž‰›+FøE‰ÈU*§J©)‚€¦õds[j ê¨Iv ¦b¡rh~B¶j¨¢Û¥ž4j¥êíY[~Þ×+¯(nÚ' Ú‘á¯øÅJ¨˜8-êl£ÐÙ߸þv‰gaÌées§mèë}N…J¬¨¢niî›"Rin¤Õ©"Œ*m¼ñƅ뽌¥‹ç§›b9ä} 0}CÒ‡â°Z®±>ùãÃ.ËÙŠ"jqÅ[ÜÔ¬»i­­®ÅعSzË«À¬"Á•㻥£A!Hš;Òìè´Ú9ï³òÂú(¾´þy-¦,÷ËgŸ™òÒ³lËçž s€¯VÍê«ö¾«5kw}qS¦ÃЗz­žG“,nM·­´Û‡K,ÌtÏ-³«æíj~×Ùqk_{íõÏsAì) ·j›ð)‰ùä’¹fÔv¿lw€;ïloÎþ‡ ¶Å¢—NúšdŸÂE­5¼ØÚ »ìrå”×^°ÜuknÅî]òL¯³¨ÿ ôè<š^<é›TáÛ¥ÉÌwчW»¨¾gßèrÄœûîè²øø³›zè`?‘þ”¬¿~ðnÎ|­ÐÿzpìRgíüÛîsºŸ9׳ßE ~ÂCûF·Àª/jÞ–°0Áð±ámLšÿg=ü鯀¾[À¡D(¶VèO€VèùVH¸ó¥Â}í‹á±!↜àÌ2È4 >`e˜û^îhg@"€ƒ(L¢¨&8ò!lÃbß ¥HE÷•$‡†¨ &a».m˜Óþœw7Â2ÏŒ`;â)’˜Ä.xpœR ¨:?<áŽÀ£óèæ`‚YœÇ 4ØC :Ê„câîÒxÆF2ò‘º1—™làš:‰8OS ÃfI6@ðí°ˆèTÀý‰Â)ÂÐíg5ï(ˆ*ÊО èÛòöÙM@:,ùÅš¼ÁÞË‹^¬e3Û)MX>Á¡®|è#PÊŠ‚-@øÌ(þØ>—0¢¢Ã,Ã8m©‡zB$dä@í¶PÞó )`É{†‚Ŭc?‰åÑßô£˜…`èÝØ0”õŒ1%©/ÞéÒRÓ¢24éK§ª¾+~Ó/à ?6&šJ^0¥`-£4)ºÐ=Ü4œò”éí@pªµ¢«ìiPZjK’Àhwý°Ã#ŽzR"‘µ«3}«(ŸÊTX¦±¦g))QNº¶”«fµfv9K—^F¨ÒHìEÚ x>ð¢“ÕlE*›Ý §]@jRÃ5f65e a]ÍÚŠðó¬nñ¸œõÍö·<š¬[E›Ï56³Ž`S«WÏ6UŽó‡(þºÕSö•z Ï9V*v…!vÝmh÷J^ç®ï©7]ŸV)Ò[Ú†UQuÀ$µK®*Ñvûî–+ÓõÕaLU/(cš^>:±µ´-ëÔ€ °µ©Å, ƒE¦U” ]C jÞ¢7°S„¥ƒÙ¸4ÖN¸ÔõÇJ+Plc‚$Ác€Ç;ÜÝB0ºžjrQ8NC‹¨›XhjSÛËùö‚ ­ð YdßS¸‘-aïù[öí…½E(üÑ+4Ê T²˜‰¸Ûy™Ø¦»Ü>w¶Že¦SyâLrµ²ÁÂH_»Y`êtÉü„Otah1/`ÃÄh-%þªàF^Y€%Öršñh>˜9±–é`77]=.$“cC[Õ¼Þ^|šÊ¯|&+™9Æ’ð¬r\Öâ{äÑdÓñÖEu¡× @DÓw µî##Çjï­:Ò•[š¨¯:k8Ä¥¿2ôó S÷iÁ iÒVu¥Û+ì÷®Zva$ÖœùÇ*ØyŸIþ¦’ù‹áÞšlã\¡W¿ m+l ¶œs_ù§Èbì%f‡ØÀiYë·‚i °è\(¼j£sÒš«·—%ÀWgAmT÷æ)\MHü,ÛMJ–¶Ÿkèdx"êÝ t5ù® $òÞ•vÏPîs©Ma‘þRÎýç1§»›ñŽ!6ã€þò{U{^4]C[Ç(ñÝù›ÜKé«¥qM[½N)÷ÉŽ¢t|‰<Ðò33¡1™º­UB徃¸±cŽlÛ¥ìz¿¹––S‚'P‚U7\¼1):E½áo•ÇÁ0€›?ýéúö"«¶¥­d2™`¸ k˜>¾ZfÇ÷Ɔš»ßPh{²ÿ•¹3^1s¨;pñ7iŸ¯)p4â0O{’Ь(™hè=¿¥Í“û_Ö'ƒ¥wŒõ’o]1Ù5¸k,ÃÀLà4ø/>îÆ>üh-p_Þh‡¡ûiÜ1 \µ5ùm:ºì÷“3³—$;Æ—’éñôDNëø1ø¿? þìtý]È÷w¬v+Ç#b"1ab{ÅÇkpÇ{Ø·6g2±º’zK!ñÇ1ç'€Ê7}¾$€}©€€Üã«',UGÕÓI£sI¡-¯G|`"Wx/îƒt¨’sA·z1âr4ͱ2TÂ÷CMBÿG-˜ ê÷*r€VÈ%è™°'m|šp¶áB™·V1 kP¥Áí'h§7=R8r@x]Çx××€Â2ˆy~s@ 3Qƒ Ò1™q¡45ãaR!´ðxH%è… "~aXˆÐ7‚Nñr‡€˜†a{@Ò0JþÁˆr(ZÈkº"”%]V±)Ï'ŠÄñ¸ÈЃ´)ø%Eá‰u@6]؇QòC•q"#øŒ¥cÒfX¸@¼È‹Ÿ6'qøƒªHŒl%|¬÷Ѝ·+JÑ„µ8ИhÓhï"‚Ò(}ðŒÝxNaƒ€ f7‰"ƒ/ŽxŽe˜†ï¨øàƒP¨˜‹hªÈÁˆráäçŽßçŠÊˆ%Ë€1 ë() æ¶ÖÁó‹ rO! 0†(†ÐG)ƒA ù Ø ’8é (é&!‘>9é'ïÀÔ2ŽYŽˆ²,) þÖA”L‰™Ä8ƒ+é”&ð‘ÐØ’½è.ù˜”è Z¹׈PY“r°“ÅxeÙ^9Ïx}ý2†·¨”ù–,‡g©–@Y•WiŒzi–!ÙhH ™˜š˜9˜(–hé—kYm)˜Ž™\IÈŠê8 2’—©}y£é—߈¡©) ˜&‰’š+pAù“=ù”’©“õh™²yg™M9g)—Ĺˆ/Ñ›ªI „™›]È©š/°‹ ‘Ϲ«™µ ”¶Y<ðŒ¼¨œÜé¥yá9´QžG@›?‰žKÐ ìùžðŸò9ŸôYŸöyŸð;gle-3.1.0/doc/html/screw1.gif0000644000076400007640000000754307326107675011405 GIF89aŠÃô$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ!ù,ŠÃþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Õc«ÅzU[Æ#<ÞŽ#¯zÄ kÛ[GD¾þšÉø-zŸ®[ß €‚ r  †~TebyŽ|s{ ‹Qpnn’ˆœ‡•Nw¢Žf‘r¦ˆ L™—o‰±†³«¬He¦¦…£g·F˜¯®ÄÇ€rtÂB¤Îº¹¹¼{Ì8Å×ÈÆƒœ²žÕ.пÑâä¤Ó¨’ß`ÙØÛîñ “›Ý”ì&åáÏãü¥‘çêÝÞAm±©JäiV"µVÛG±_ÅQÓÅ*$ëSµw å…Ô’J CZþ m¦Ï¢Ë_(DȈn!7Ng@‰ÍÀ|õy@O 4\ñPœ0[‚Õ¹è¯êSE³*ÐÊuëV™ô8Þ”±ÑšwŠî$¶Ñk×·n“ÚKy"D¨n¾Àíúr/¯ ¼*غ`ð –IAlGœœÊ†ùBÔè¢DErÙÄÔ­ç½_SÕUùo›.^>{µJƯ¤^¬˜6âÚ j3¾yFe£»P½¼ µžcC²¼ ¨âÀŠ‘’žŽW‹õ@© ¢š1 G…Ã/^<ð1#ô³/Ó,Y5c:ÎôdÝç‰s燞»ÿóH9… œÇ€bXþHÕÁÆÑqå‘7Þy…X éIV{ZA\Æ=VŸJùn(VX›!2mH &(VÑÒr¹[IÇɂɅ¾xÝP Á(ÞÛõ“’ìQȈ‡Œ6p\€·â•*˜ÀŽIa¢Å–¦˜ªíŘƒ=öDñÈ#×½"$pZ(ÞF•©ZIõÉ&‰aPid„¾é¥—Œ *¦~Hšs‚)Žiމo AÕ@›Ž2çuFVhå{Žê ŸM¨i—¸yhr"õ߬žM‘œlŒêW›¤Xº¦#²*ìŒ $J!yø5Jæ£ÊA`JÀQ Õ qþÆ3,TŒÑšfHŽêm„ᥧæ¥Á64’I¶ÞM‰žˆ˜VT4+ï­º(Ò²Zg—\‹W´ˆ ©VBQ‘â·†+ÓŸåš°§”HoeûîgS¸Ÿ‰³öRsK-¡Šý»ji€JÌÀ½¼¥dÆv†:¨« ɦ[t:²¤—Ž«æƒ‰06°WëHAÀ'}0‹‡Œ|˜žˆ2À©ª4ÚI± eÀVL*Ea̼ãØp¶HÝi‡Ê쳯@<‡ÐD…’a`¦…xØâ¾ZºûÃ(õÙPGi½dÁR˜Q'¬ÈPÐë´¯J¡M!¢ƒŽhÈäVPs'>6ÔþPÓLèIQÀ#èJ+'xà#ÖS]KEd0þ0¶1ñ=¡·ºþÚï˜û%çCIvGGn»Ɔ鷮n­í»Û—ÔuÆãÕ)Û/(cï^^mÝ•ïÚL¦ OÁPAÁìâ¡<…`êÛFoHÛôÜ|$>Pôì2kÄQ–ôË]´‘WðÌ×  /ýëh0ùë.“ò¼ºý-ðƒ‘ðŸì  &Œ!]ŽXWö*píª+Óx úˆ‚,s˜ÈäⓌÙÅjdz T*X,SÔ`‡sA8 `„O Ý¸NȬÐWÅŠ‰mŽÈµ&}І`¹þáÅx(6¡XëÓÔVU5À$)à`Z,3”%Ú÷šÄÿ €?>Iø“ƒMÅ51†Q&:dLzÉHq©C PâÄÛ‘4z+rÊá~r&ÞQ.ˆ€ÐX¸ßa‘p•ò]z<³µ†TߤÎÔÈZ.c‚§tYÇËŸñŽLbÒóø¬b–.@½2ãÐøA)öñwÕ³‘æ²”.¥–‹Ì&6™ˆÄ¥Ñu´‹¤%™JØ …“ý{âkÄN^À1@ % ÀDgfmž¼!ûö‰€YjóŸÛ\$"f§D¢AŠä¤Üë ™‘sžÓÆt'2'zLZÆ„ÊTÂþexÇòq4}|%P ÐÏ€šôŸcˆ‚¨WÐHP®”ncé NfN¢7e¤ÓŠ‚ ždfG™¨C4“¦8©R*‘3v””-ͧùžXÆ'>ѧ¥ógV·:F:E¡Ÿ5”%3'ÔÎ$¬ceZ!XFˆp©&ý^"šÊ„¡FÕ® D„ŸX€èô¯ ¬Oéº/¢U­ ë¤G{HY&rRØë[JÙm¢Æ Š•*2‹Wóõ*²|-@ºªUÒr5[_åVÿ ËÆ¦Õ¢Jå…UE[ÙEÊuN1q\n «Ãj–³šõ¬R0:€`´X¬r“â¨×–Ö¢­«jþMKÙ9Ìp­¬¢Üî´Ó¨ùünDé‰ã×´è…-Hõ„d·‘¼ªí{YÑb÷¶·Õ­ãs[-JÁ·Â½)x?‰Óˆæ”Å-îrœ92Qw© x°|å+óbwÂØÜn",àñ*—Ã^pEŸ«’¾žö¹€×Ú;_øbøÅƒq£ßk ¡é°xßùNïX¢€åq`Q€$÷Ç5ìÆaLÙ¯09»Q!@‹c2÷Š™Ï@h°šå{Y FV®Žy!Á' SndnÒ,ßïmASÆyJg!ûTòNí|åŠ(Ìc.ß06+’h~2Œµþg€’V‡z'eD:½]Æt— Þ¢º† à´¢k)P#®øå/WÒÉdTÀ™ù|ä[ºÏ¸öin:Z°‰ÚÐé)ò©G=áÅ€ì±i­iJŸX؜ִ´Õ›;VA¦n³ªc’êÜ@4âö¶q»ßÜŽ Ñv-/Vü5D×úÝÊ6ér}e |z­Â·ƒDll—vÀ6iÌÇn(`Ùçqö´ýYdÚ±¨Ù(ö©½O± +˜÷ÔÝ&·~7^KÑWåy[|oÌY¡ÈÉ£7¼%pÜ8üÊ: t1÷›üTÙßx¿êq ]ue=‚þóãyyá>ýwq ‘I§8Ä5âútûš0‹!×ïÈ'ZÚbýç¬UÑcÝWa«|ÏNŠÒ ‘˜C=¸›U Ž+Z1€½‘]¯ûLbKidC€†­úÒÞlÓ¾ÿ®»R<ó|BÄ ˆøÖ -Y«"¢ßˆÉ¼pÜ7ýéŒú4_\Ñà¢ïl@2ªÒž£ñë-&ílgÏÌ£#2ó˜cýMo\Ôžñ|­ðI™úàÖ$²X¡hÕ {°?Ñ­Tµiújyl1Ú°|ºwÂà—~Ià•öË­ñÃbI,\×—7)¦ý¾¾è»¿™U·§(öÀë;ñÿvÛÛ“lGþøW~¯ãçG‚Su´GO{Gl~'RÄÓV^F×÷@®a9õpr®Wvú§zÁI"TU’…o!²:вUP€…C¶']×Gfü¤IuÔxåS&Á[N`_Ã÷6¼0p7›äPèÄYÇGU‚#è´g‚•…X)¨bŸQM®ÔJ%µ@?8.GÃ~øÔQQ(Gµƒ°4 ‘¤*(#ƒL°ÿwS·§nÅ,\Qh)½¡!úF‚ꔃh²3G­ô^8”D%ÖQJBRQ”U~÷€/ˆËÑ·âdñ¿"@C(‡ $”²:„ô™c5€¢/áC…[(ˆdC8hG0þè“¶±ŠýqQq3Á’ ú¦ï×]H~7±ŠáÍ‘¼È1)?†u‚ S €ü$FgU‰Jôà’023l‘è0cC=ét-es½Ä‰Ð1à¨4]B/â<ψ@Ñ„ è‚ ¢”à âbs!2Ñh*#¸…,Ø…—ƒ#òC5Î3Y:hó4'¢U †ñ•ˆýÈ©<ʳï#3…±MÈ…ZØD_(Ãèy%Z2’ó>Š’Éa™è7Ô†k‹‹9—pQis@VrcxÂɇU”/[`(1 $[€_¢"”V0‹8/ yŠSTEþt-Ý“*„“U¶’EÑD}x2ä(‘Bóó.£’»r–·ârJ8ã Cä•è1'”ãÃ([qKÙˆÎJ]é‰a)DDÔt-ŸQpöŒˆ¹–¯(—ä¨B—B1X$ⱄ‚–Y/ü DT‘}Ã/¦˜Þ8 ÷²„®”}Kð“r,ª‰õ•^Y$wðG>SÓD™ú†4ßr0#i!ã—iã.•¤ã4œÃJ?aqwá#’£œœ&7C$ù"”Jb§?P›Ôt ¹›ºy%]²30ò<œâ‚ÅùPW@Ed³œ¯B‘Åà#¢²kÓ)SW2›£q0þx#6z“;‘s’7¹‹å‰J õLRuÜ”ò0'$i%wwÃW0Ñ":Š(Hq:Fi™žažKSZFÚk¦áŸJ!bbèd˜Q8  1)É1Ô; e‰C…/E,qùU3W©ÅX޵Cc§oœè':,cY/CCMMBŸRU¯g-BTt€6™Šš<`$K ¼dA I#ëå¡p!?* (à˜¹6í‚,£ÒeQì@‘´¦ÓñC£G\„›dr!>š#l9.‰²eÂ9골%°Rœn¢G¤IG$j©'î T6‚©/Ei‚«´œ#ª(0Ÿáô¤ÝX‘Ž¡èª'`‹Á7Ÿhع9Š«% T> 5  å;ZˆžÂZç³è3§-MžVÚªÍJP¬|p¬³š¬ õPO”­ÚÊ@ÑjP9ˆ>¯D®$OÛZN÷Ä­6¢ì:`K•ühGU¦F¬õJªæ#ïSùSŸ‚V¯#`êv¦&°¯ùä¯b¤°#Ð]+`€tÈ[îÕ¤+p¯ÛX«µ±;€±¼F²>p¯ ë±(Ûºªd-;Oè°1[³6{³8›³:»³<Û³>K²!;gle-3.1.0/doc/html/screw2.gif0000644000076400007640000000757207326107675011410 GIF89a‹¾ô$$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ!ù,‹¾þ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl®(ÔIýEk6š•<ª`œô _½áôŒ«mG%¯DMo•÷|ã!iD}u‚'[Xn†p‰€ ƒ"fxddr~‹_Žulš†\qž} Œ˜j’e}¨•W£a‡…[Ÿ‹›]­M‘¦¥¹¼w||¢·GœÄ°¯¯ŸqÁÂ;ºÎ½»z‹©•Ì3Æ´ÇÛÝœŸ¿¡}ר.ÏÒÐçÑ”¡ÔWQå+ÞÚÅÜõ‰qá‹¡\ñ'èFøŒ_¥>ö¼ƒeÁ²xô"Ú“¸)Ñ>q ‘ù@Çt ¡(kgIá;IPþ”›7±%- `êcg0‹Æ1 0øÝüD°`hÑDe%Lxg‡0P° Å{X!Ä!ʩ׮\§.P3fŸ.Fʹ€Á‚ªÎ% Ê3(>`¿ê¥JT*Õ7eø´°_\å]쥟|‰¤¶•<Õ­å¶PÝF‚9!¡FÂlÝ~Ttni¢†œŒÚŸ}{øpTÍdÿIiùpןƒͪ%™` 2+ätº² Ÿ^þ*”ôb‚¼!ŸVòäßn¾$` •¥þš`e©.¿XÓ9¤Ž%< &f±`Y7Öjc´ÆB&5þ%^tΡӔBpæÕO%H[ı}¡ µÉ;LÕ³„Ò_` Õ^&qxB!†XÞƨÐ#RÓG`U!9¤dØàЄ‚7½H‰%"7“qý©”ÒÅžQ²P“ÐQȨVJÒ‰—àR•äx | $ƒ€ †^Â}U“¡x6Xy˜©]šrçg>k&àfp ÖºH惄A^e¸v&;VÚæt %šd³MvýadÓùÍÈ\oAö§pPÀêy†Ç U`¨W|ÍFUnÜÉࣞª÷•ŽNö©ê±ÆB€àñ^o—Içhþ:¥´\!‹¬«±VÖyeñA‡µ¥ímQA‡’´æîª×ÚVš‘ÞêVA´:Á yüšªÇ1­ÛܧœþÆj¬±Rî‰ —ÕðCT\a°àÆÜŒÞ¢k.cÂ+¯ŸôF€h`#s™„ –wˆo|m°ï"%”YàÖìðÍ 3 qÍ2õ«} ô-¤c½{%Pkªr½LËôí·;/aFQ”Jœh™X–§o-&¥ 8‡óÍsVN`ô\&a+?ØådFà‰Ñ>"ÍæÝzB²n%3mïߨƑLea§¢t6¹cp~í#¼bG>6ÃhWq&—pgþ6âªt.þu‡¾æ¥4í­Ó¨Ÿ®:`‚W‘j²zŠS,òFé£ã‚¶)yYeWÐ{ïýUN’ÞÕìæe^>éHOÂa7ém@€ßÔþ7 Æ~—±ÝC ¨¹ßm@é“ïÞpS£I;d¿§ûñÖ?+éçK?õêO;­[ÞpC>ñªƒE€[S _" ø*šÅDa7ûÄÝ¢w¾ßñN}eI÷À‡,bñé} ¬Ô½¬AÀ0€õJ@?¥!ªâ¬"°ÁðÉЩ[˜Ã(‘¿ƒ34 ³ìGĶpoÕãÒ S(¿µðXùjÂq¨º†yì† L]ú¶¸Ã=øP}³þ"UD@Qoh,™­w/<@ñ#¢¸ÆØ-›i±, ¢1ÈÅ1$~1YÁQ  kiÖ##ÈÆ=:òiùÓ>Ę©>J)|̤Ù6é;ÞYf©DP’²5"0(%ßVY½V6rdÙ2HB£ÉKZò–µ$Êvæ@‘5’9,K*íÌb“ÿKfQ–‚ PÕòDìÃvÍNrx JÔÒðSþò›c8ÇÉÂdÆ«MŽ(À4qyK<<ˆý c1€Üôï˜LCðyÏ¿•Qõû¦‘BPó‚×DhYÎײj²3‚4SÕ@éðF·¸ò¢þLfþJH€(T¯œD*ãH¸e©a‰î|¨%Í·x¢Nžó1Ò6™ÀD@ðÓ˜%õ'z  4ˆ–¬ Õt¨&¡‡7>Xr†<“à&@$=e š îT…h *%$…9IœÔ„Í‚€JÃfÇ5Îo­!åH“Q™•}%<(3/Ì_³$€ÍµÊ*&¸»x@Pi—Ä(UC„ç„óqôx}ÝêÑ1»™ÖcŠß¢¬¦±$V±€xj<¡j®˜B‘Yj¸.™"éNÁbßùNÈP¹…ì‰FÜÓoLÆð­;_Ï£þrÅ>¦ ¶µ„ªeÑ¥k›:—3a²»~i:ÚîpóW ®&7µ$S®ü¢+qf]âYW48Áþæm¶•‡þC`i]ŒAûº&3þZ†F|ŸP»ó,tQÌQä1¨ C4ÔTg{ú ùð¦ÃÊðXUÊ€F#«©:ŸJ³ܦ€*¢°ÕÐ\T˜_exWØÝ„2Ñ*X©nä± O,/ÂÊ’4r›1F„a6.ŠL8-`ÙÓ‘`v¨2b±ÛÞ]N7º :Ó Û¹àNVÚrÑYˆñŽQÍ9v³SšÚ̦1Š®´¨5çV{Âä×™ÛÒ‹äþbÅAÄkNCœòò?9/éC‚ž?(RçÝmŒbîm½’¥’`.Ì»zä';N‡/z…^ÀÛµ9Å.-…>Õd^W¿WagpˆôÉ& §ÁÈmâ°°¸âA4…µˆˆ²†ÆU®UûÚm ®£›iý1‹uÛ8èÐ,Ú´Ë\\󖯤ûž¢ìŒÇík°¼„ôA3ŽòñmÚ+(›*3›»åØ,0‹ ¦Xxpã-Cã&=…¢P í×SÖk¦JhŸaWì/IPKß\3ÔÌî¸Ö²A=NùS6¤ó‹6·ú#óÖ7b³uU˜reRéÇ/Þ0cnþ%ôe²wP(z^¸h§ˆyÌ )™»©ƒšç‘8Þÿæpî:úqI"‡K«¶óÒånïLß›t<¨'ZyØC儎i´Û<Ÿ«+ÙŠÀ H©Þ™N;w5Á‡äò‘­,Iç¤ÚONXe Ï̯û‹ÀwäÀæozãÔª/8Ä&·ºñÆá!Yºò‘Κï  úd±ð‚—\û{ù~>M£É¨Ã 8p¶¾× ã·1bü•®±»ƒU /VÞëeÆåÑ ÇК³H‚H€¯Á]³¾‡pà{Ô¶KýÈÑ–ó… tÞiRV‘§þã½!9ˆò™Á¯¬ðÛÅþqÕÞ³µ!ÁBDâ}í‡ui¤dðFRE Ž0E$9y”EÇÄÐ ðF(†Ž0L3‡{#ƒZïÇH5wS«c0#eX£J޵xx0‘x¨×;˜1@£€I%(‚ö‚óòƒY—U9ÅÀ ­0^i2Ø„ÐôNÃqi`+à„SÂt‚€ƒ…Xh}Ö ÙvPœdƒeÄcƒt …|}¤0{—N @s™÷Kö‡õâM¢¥-ô N¤†bcSQ8ƒ'r~žPdu Sa{\ˆLà‹h3ÖRÂ0&Äo E†J9›¸VÚU|‡4¥N~þ`„~ãSRBAÖWª¸y6VÐ%z…‰‚¸Pу]¸DÛåeý@…WP(‰šG/æSû‘S~g7]W‰¥Wi…xDdx£‹’S¢X'ø!ÌRB)Ôru‰~å^]Õ_×õæèy‚vlÏ&̲^C2ƒ¼GfrÅ}õÃ$¨ÖguB¬øÄèKÅ>VWƒ%‹ÒÓU`|‹…dYm&Y*Â@ÚÂþé…WhÅŠr‚똑” %tw¥¦ e¥ª†R]æÃ&Ø86õØ=p+‹±C˜eXç… öB;¥WCˆ\6†YS7_†R/<‰j¼±l‚¢þ¦'Xc—>&Ö‹Çqoö)Y‰]¤ Ý&¸eˆT`|¹Ø~Í8h qnµQ_¶qqäás×gP)bnÛGDN¶úö3*“R³Ym±\bIwX5TFNæ9¹Ö/|É6ï1²–£S)qÜQViicÖÛ€Ys"ËVäãgIb~׎`\ØQ#o— º!%¤£{©Q™w}õׂåEgfÀ9KrkW„*"—™"qÄÉE‚›©É(‘dB&â9ͦ*oEŠJ@lDg°³h‘šu1üð|¿y,܇@k"VuèYð¥’îØ޲–’6)ç#+“Öþ[;¹m&âzö~·GŸ…“p22/BhÑõ,¹R,Ïo‚ä†YYa•!~¹© É6tI‘X4‘G'ºR¢HÙ$“ ·–øYH€h˜0 ˜±`Z)ýa'¹j—iL9s #"^êb-Кai%"ô~$ ìçt)ÇqÔÂZê]möPñ 6†ã¥ùÖc ÷rp™"?r˜@X!ߣñ Ôò2g[…·Ek:gÒqmÓeÁ¢t³eÜã7wZh `t¹)'ry!Y£Óƒz`Õ¦›É2dvlD2dÐ&–©(P¨J‘¨bþ§8ó(!fZtåCÿÀA¡ªh¼i&ž@¢ƒŽŸæ©&C— {„µSŽZ|ªZ  É’G)àó`ùc«%` n ÷>¿W)LæV´Ç¬$À|ž÷mj–²`|Ø:XE83¬âS“÷*´›á /J’ÌêÞñ×®î:ŒÃç'Ïj—äÊ0Ú®$ˆ€¢­"…€Mc¯"€Iì¤}üÊ€°%°{Dø7@‚öc°”±$p™T(ÈE›BÈFN“ 0±¦²O@cã0ˆA*ëâTs2p²ˆ$£1ëaÈK5°N“³T N@;´D[´F{´H›´J»´LÛ´I;gle-3.1.0/doc/html/screwn.gif0000644000076400007640000001000007326107675011460 GIF89a’Áô$$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ!ù,’Áþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z­Œ†6{íÒ´ X¬K" ¯šµgÛÚÇù¼®›Êã¼v‘øvvo ƒ… r sr}jdaz|“}hVp„nnŠ”|i—Qx£e•~g~«­¡P›™o‰}‹ž§€°K‘d§}¾¶­g¼Iš³²Ê̓¸Á ÈC¥Õ¿Ã¤§­ÝÓ;ËâÎ̆‰¶Ðsà1×ÙØÖñÀ¹Ý¬Üí.ãæäûåº*TxfA>ðÊSø.̶T®¸IôÆà  ~Ëi‡N]0‚¬"L`gQDÓóþRî FI•·—*ZôG³ŸÍ,·rQÈ3¤@ƒíª\H·>«T‹HáÌn@‘e¬Éï‚ ¬bÕš Î`B†V&,”B³EX€€­[YÙÆ…˲’Ò{KŸN¬j_¸S•¥“°õjVÃ\­ÖýZÐçQ{¢zK¹m[•ÁäÐÌîbx:ˆ@¯·°_]}à&§œ}´²ž-{±íÆc}úTÀ+«o¬EÇØþM|«ï¤LECV`z¢ÙPV llæqNôÕ°cg<°;äÇàQ#: ù™âè±ÞkÚ¼ýÄ ÝÄ÷ œENõSä߯¿þÛ•„eŒwºõÄÓsuþ‡ÇWwµ‚€‡A]„||çÞ…|Ù1Ý3ÜMÂ߇þàHdXx<¡ˆ`i5*4({E˜À~6"…!EÜÀ×c7>V0Áò]aÎa…PK‡,}hˆ Ö݀斛†T¤•u–h|Ș×=!~øà£í¸×…[V‘$’pXOû=©ŸùAƒåž÷0 Š¢µI…—XyöWS2¦Ø\™eæµæ£Ý0ä¤?þ˜ˆ²ewÝur~4OP@¨£>ILwVfÉçªéEzÅÁØ Š>Š'žýéé®jzógF§_°Ü‘Xà“¥ŠJj.(d (ú§´þ:…qØ稚wÖYç½JÔ@ä6G¦Pú÷•±©Vê¨ïª-íªºŸ¹QÉJ»\‘Ý~gJˆÀ´¼î¥,²¡FébÁáš aŒòç逫>6ªÊÆ»0µÏ•µb…D%¿ ëßúm˰Á#œ¯åZÚðWuÑr­E rÈ%®ŠñÏü¬«¬6 ÒÎÆž! 0ÖlE·®Üœ²£V-ÝÌ ‡æÛÉ&k*Ñó4ЇLkv|=é›ôÎä×oÞö'‡Ôkú¨ìT‹A©{“kÔÌçÚE¼ïÖR/Ñ> PÀÏ‹ ©½D7«t§s$¢)IV¬ìËX·1ÞþïÑùKgƒxV^1‘·þgÐ ðqé?0%åøæ…Õ¦úñTÌ|WZè›o<ðAn,õŸsIVаùô  ¸â8!ΧíLêT晊·òXôÇtûú'Kµ¯µeÎWûìÒ~Ïâ‹7mØg£ƒ»'…r‹06*!¯o{#^„¼Gùn"ë h@£ ·(`¼`þ¨g¯ÜXoq~bU¾Øö¿ÅÈa3ðSCãÈ—¾‰m [Ä#¤·0`+¢BþøW¿ž„ÅzˆÖÙxv»î±ðkK»€7IPj°Þ¸÷Æh0ª‡0xÃ.®aFÃþÒn€Ì!¢ÚXÒ€yèH"¤$ø)9œ!FÇ(Âpyö ŒçÔÅ;â0~T¸ã³Ô8Æ9`Œ\Û‹²sÄÊYrŽsd…ñˆÃ/ò±hÄ”„EÊá\19ä ±?$KcLiŠH9à F޵`V.Ï¡K£¡ãŽÀÄ£'!e?Ð0`MÅü[tÇ[:\†\eò8¶HwËld§|ƒÉ%ñò›»Ìe8ÉIý©ÇìU+p¢)Ç2^if7qé¢CjbkPR )áÆ}V—é¥@ÏA$fôF[K0ÁFjJ’ßaŸ“²–Ò¹o†\Òþ<½ÉÑsÔ"2÷ÜD>É}’tn§/kA$–Ô— 4¤þîùEdÎj¢sXÅl:#œ:e3 À 3=JÔŽ.‰ÓC …|ö“1ò|ª?)ƒPƒ"4` V‡6N††ÔZT¨¢û:¤ÏBd]4¤Q‰jI ÔwƒPjê Õ7^²u•-F"ù5«€Ý*Z1Ó¤‚¡ú¼ “àSÅ.f‹ÑÜiQÏÑÖ¶I ˆÈÃeçZ‡(É3œ+5Z”LxW\öÁŽq•«jûRÃ*õv¸}4Z Æž”‘%Äf7«¥V®˜=øl6G•MvÆ3—¤P.ÞqµÒ+þR XÛÙÁ+ôt¦IM™ÓÈH“hY*tܵžk ¨U­J$äÒs  e;ûݤڷ°ø#³¨ûWW “5/i•;OP6´JÍÈ}¹†Z´•¶1êì[úW­*l¨ñ'nËyà¤øÃšh¨@ëRqža¸W0/eù›Ál“­E°Fî»àj 87­CôÆ †À·ª@>hYdz`ÌT¦H^%’«¥T«†S Ú­5.\\õ«rõpˆ·œ…û!À³7PŒ‰,»A: mé„ʺ;ºV `L2£IçtN¸—ýˆ†´ÀT¹zÖÊ“‚ƒËå™zõÐú+.ïþDb¿F†$…{ÕJm•`Tm0ÓŠFçzúŽ"ñåéx 2)¤ @ód+ûҿŵ¼„P¥¬»8ëhe·Åb~I#âÜÅkµÒ¿V-aù{`~ºÓÆ6¶0ðœI)Ëѧf¨ªYí`Hð¶yxp¬iÍíZ§3ÌžøÃS–hcó8#ÓUm“Ø%vÏrÔ°‘¤©»0çðB÷·°Ö(ƒjÈ}û[‘¸OyôâÐ+(@:3iR™%׿æÒÝí~ GÁ]—žáàó¹7Áà?à†n j[DÔƒ‰%æá´»P€.:Ò €9s~çD p7Ϲ[6C`æÎith¬þðVh›¶‹ˆ8ÄgÉ ˆ4§/ˆæµÔcng53{Im  Öÿ‚óC•°b wî b—wÙÆ‹Î…Ò»tÉÈ%+«‘æŒÇM×=” g¼ £š7%Æ+²8–ä^†búð†cÇ›]Xj.-±¢…xô)ÜÝî˜GûÕÕ!›Î³æ0_·á§Po›¾/Ïé²eÏÌVÚéñ(å;(‘¯·Ï=DCëÌ&5í÷›2¢±ˆVy(pòß ï77R_ñ: Ì<ФF®ÑGaéí&ãu’®5m]·sd¬o|‘ƒ$7Û2ÑVØhBOSú*Ð úW vÐyÖw.qþR.T“+¹°4ÏÆA#Vk—D/ ‰B&f0ûA1RÃAÂ+ä÷p’WÑu¸~m5é"Cáw4{ÂCé`{s‘‚ hN·+ˆ#º²#ö7{krN@8¸]ÜA€ ò$=ˆ36‚k„8¹ÑN£¬‡Xätòç ·’.MX0èÃ&ó6,Â8Fp3^czB‚#Da/µð6Wˆñ*ƒ! ˆ+£õIÓ6ùÔ}xáG8ó$ÌÅ.DäC‘4%$£¨ÒSá¢9 “'´#’ÒBmS…P‚"„Ô/{/:S‚®FºQ/ÆÀ/hø4…!1þØB¤²ˆ s!åÂBîÑ6Aˆò¢Š)31\X c3‹óÂ=h/F³FÀh9’"Qˆ!T£9Ј-t!¢8+GŒ˜ˆ0avÊ=ªS¬c‚ŠrLÚtM„:²ø„m)1“Œ.ó;{3ƒCÒŒG!@j€1 B@Ò±‰¨b€×£:Bc€fx4Ý£ÑVS*•>˜T³ê)“L=ÁuÃø9/œXL¹:â×1¼¸6Œ±›±¼Ã‡æ¸Ž”bxƒ7A2ƒì¸7®ÈSEk=Dr%ü(6Ö;²ó8ÚãþsRVau`5‡3îÑ8ij1øŠrQæþ|eBÓ,=´Hbƒ?³@â§*?¹OìÖYd<-)<‚•&ù1 äŒ7eVW”SÁiD„‘@„="¤MþÅ]-vsmWãŽÞðAØ3…鳎Å$­À…T|±`•$2Q4™aôÓ“{ U€WG„FàD£C™.g…—JåžhqÀHBf4iĚߨ\§ðYÙ…þ…Zbç¤NÝ0™é䎷¥‹™[Ÿ™%¯d‰Öƒw€Ž-f›Ë圉d“ñI~$JtR2„šfÙ©MpA–¸€“€õcê©IôFåF:U™"K±œ¼bQmñœØþ¦pÞ9›á9èéŸ$Tè9Yê©aa‡F†fƒMÐõÉ–wD²×Œ1Ò§”Ÿ/6lf]±O¸ðHZKËZº^eÃašŒ¡ ñéS?N/hu`ª•r¡ÊÅt!*KlñcjÆf“f;˜öUjEY ú0êè·@U`EÅ ™– €\§p›Ö¡·eAìEiÁ&W#fdo˜Ýs¡³Ä–ÜA\ÄV/åRÁ…YH¥Z˜Õ£E[RÚKyÕ=›ddÀÆcbÚa7z¥FGrô%HZJá†A3µbpŠP'mPm¡afP:˜¥–ÔskN2•`ѵþðfM T†§ke[þ” ^ €:X؆®Â *¤•öTÍÔs·¶oJD—Ts*Wà ¥Þ$©Ý“J_Õg¯*¦ØæMù`iÐÅ"‚§ºKì¤d…Vvù%]LvXù ¼U Z€¥“ £†ºŸ®õ« wOÕ\%‘pYpaÄJ¢¶Tø¥eQ· ^«%1ÌZÈ…®:GTªT˜Å®ìÚqÿJš súSÆ5±Ì2FF¦Í gT7u†t€ ë°f7S§ª¥V Ôݲ †[9gª¤/åWkXDò²äTgsÖ².€fQ h£*«çÀ³Bàc“&X÷¶_J´ŒA j%©P{Y±Ú` Ê´1@iÍê"q5«Vû`Y  F÷V]+g ëKo[eµrÅ`-Õ¶BЮi+)kK·uëË f ·A ;qvd„;¸úU-l ¸^{·Ew)Š «d’g­¸ëÛš¹ ô+—Û¹žû¹ º¢;º¤[º¦»!;gle-3.1.0/doc/html/shear.gif0000644000076400007640000001443407326107675011300 GIF89aúèô$$$IIIIIUImUImªI’UI’ªmmUmmªm’Um’ªm¶ªm¶ÿmÛªmÛÿ’¶ª’¶ÿ’Ûª’Ûÿ’ÿÿ¶ÿÿ!ù,úèþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨ÔFaL¯Øl±B©4Ú°x,£L(jÃJn»Û• 7^a|%ï¼>jîŸÏv_ `{†‡Bs]‹s‚ ˆ“”Tgi—}ik‚Ž •¢£(t]r§s¨_‘®š¤²”~¶µƒŸ­h¾³ÀmŒÃŠÅ¯È¶fÅÁÎR™Ñ¾Ò˜ºž¹‘i˜ÓtÏßH¨¦ãâå\¬ÉÒâÄŒàï>¸·óò¹„¯Û¾˜äªÿðÒhg¬`;t½¸YÆN‘… \B|HQ EÔ`eÜh—¾ihèÈù/Ä.þSšKÅÒ_ËUé@.dFð¤Ä 7)âÜ™ò]=z@Úû’+¤}Ñ\Žër¢Ó§N{Î"HÕ Õc erYV̦Ӝ;uŠ ËS*¢ ¹©Õ˜ÖŒ§kGùu#¹’NÓ»PóF5릮ߒJW"Œ«pÍ‚^'’Ëx1N¾a„,9— ¢×’|ÙU¯g¨7ŸB–RµôÕÓX_ÕbhP"°c;–ma4´šÛâf[í­Q¹HEvÊô³q¼ÅCÙ.ò—³óáγmÈ(ñNÅ´gkWÌ}9ʔ÷,0³æsŽ­¾8Jï:LËGM?u¤Õ‡‡Å®=»ÿ¯B_ »¨Û¹õþF(™'gx©ç™{NÉ‘…. zÖatɬc•uÿ•àu(Gœ†+Œ'Þ‹.’×`pIè{ÇQx¡‡s°XÂ|@Ö'¤}…æ‰ý%i"w)"× ‹&ÈÛ”QjWVýÐõO„6B¥£]ÃÉñýì߇Х‰¦`­†XDš˜“û=EaUØ#Œ|î)£6sñX]—Mæ¨âscŠÉÌ>Û˜ä£CFJ¤­Å©ä¥²Ñ™×…´ŒJRj•¤Ns%.¥"¡Nî¸#gb’£ÀEК‚ª™+®X!•_g˜['Žvž†Š§µæùŸ}6ˬe¿¡ÚRq]þû§u%Z­Üú‚L0†+é¸XáG ’r«©—Æn•Æ2ÝB"K©RÒ+j½º-h–©bHm—_bøW¬ŠvKk¸’OÂùCÀÃG1¯º¶$ñÅ@,F¶›°Ž­[lSxº›¬·½’’³Î20Ä/?33Ç,Ý<²jíÈ饩­Á(§Ìž¬Lî¸0P@ÆLp߯‹|œîœ(ºvh§cÂK'§“°E÷†eI'ýr4€öÙi£½K6ünæ¿6\!`?Ïz²ÐÞæóH>ù¼%ˆ@S\¶Ò $ÞtĪA 'SW}âªV›õÞ(#ã‚8ËþÏ"~ø óé2?¼¯ƒÓÚ¸3åÉñX0æ|+ìÊ >ø7âŠ{ø Ÿ¸v,î kƒ‚üŸÈ°d¹añ¦œð#›oþÅæ¼ÛK/Ù¢#¼ð°->æÉÝ—ÆÅîªRy½ÏМ㮻5œ ðLá»vxÒ‰ƒÏ@Ä#!2f˜óANy’cRóˆñ¼LLz·k€õ@Œ8RóHV Ë™ìÈháõ·ÃNÈpÏj™7èÇJîbc râ%¦ãœ°gŒ0GÁÖ4Îý-~qì`ý@:”Žö#… #…Cáu2„ð! Ù!â@`c‰dE/’œ  *™8[²AVÄ—Z²Ø½ïý²ƒŸ£+~C2j}ÙR!í^ùÊÜÁP†´¬#-oÉI Ž"S sHÍ/ö‚˜àAÞ’¸ÀFšÌ€JÇæöjʳš¸ì$6/£ ÒÓ èbþ8±“ũUGûºÖ ¿ ´¤Î±t‡©ªúÍ›Bq§…4fòz¬ºœk™…*ÍñäWT/´Dì-méÒ”^3Ù¨ê=~*Õ‹o³,9þ£:n¨ï«Û`%oKúF7êά+hi•†€²%í¡lÝ\×Û¹~˜¯ÍéÓd+Úne%>­ÓÕRùÈíBóHm¨J—ÚRÄ¡°TD®cÇÙ[JV£•ýMã “ÉL0R¤a­•+ÝHV‹ö¥lµ¨y3`ÒéAµóaí];L»îô˜÷që(cîpŠ€ÕpÊ~ëáàÚ2±Ä5pŒ“ªà­R—ÌMš7­úE¬ZV¹•¶Ô¸B7¶s~² obI·¿ò*­Ýú°‰ÝÀÞ|ŠÃ½ýìá ç û"ÏzeÈlç®8l·‰Ñ.ñ„;Þ™øù•ìË‚)Ó`6`²ºˆpG1þ[á¶d· -ª•ãøðÚQ±".ÀnJ|Ü0 ˜>‡K?[«æË—¾”ña¨cPÚ+üe¢[ÁãS“Ï=\mU-"!¹cÓ¢’‹èÂÉÓ5r-¤Ií¾»6® ,íóž÷<ÙF¯ÒÞ¢P/6t-Ý óþx’6ìF7@½‘Î{_ä½Ó£(}é•6|‡CÝðñ…m1Íy–´|Ýx†àÝo=o.‹ŽìfǾöÿÌy8<²‡øÛåLÎ]ë–…®î²|ië—ï3—Òßo‘¹Â§Ê¢â[Îxþ:;Þè÷@EÓäc`db§yü·x›‡vËqs‰–sãäzÒs{FßuZÕÖe {ëÔ{+ô{>ã6uËWu g˜}Nôn^wXÕ—AÛWv5˜}cGV‚$ðdèXç—9Y%ˆ`g…{{—4F¶„÷ò\€Çƒ$ðb÷¦yªBcÿ×sÑE>T€_× À€ †˜·…;…'ðƒøbŽFw²—T·ç~J£{ ‚!X‡Û RÜf†-2…nÆ‚¼æ‚½`\ˆk‡ƒƒ6˜ƒ‡˜ˆ†È\Ø zèr H„Ò¦wå¥L¼á„ô÷ˆ)`[þ'rgrEÓþDˆˆ†Í'† X[dØEžµ“¨~•˜ArH‡ºh‡ü€‡K‹2PÏ'ƒ§ˆ€©xƒÊˆˆ‹¸ŒØ‰ÀèY'‰l˜Òæ˜ØwG¶ â€ÑH~hˆ—28EAp¨Š­˜ŽèH[¯ßAˆgFa‹h^¸‹øÈ‹Ü‚‡ï¸£ˆ…/Ø Õ=ÍȌ˨ˆ‰ƒØ=Xó¸ õ¨{Ù¨‰‰ Æ=0ŠÅXŽÓ”4ëÈŠ¹Š˜g=ÈðEXú¸’ùÈ{ŽX’@ „éÐPi6Y“8Yô09CH¥wd£{£—‰Ü¨ ãÊ´”Ù8:DWþ„@éÀ‘Ï8@yô†˜ ˜ ™ž3!šY™›Ùž˜ùžòéž©zUH6þši)7Á]$”ˆšHÙwÝ–‘óšÜ›É‡jì°™¯Ñš‘;4<ÂÆ›¾Ù›1FÂI–ÅÙ¡*ǹ–žÀzÇœ9còy"`ô&dC,©p`  Ó—È× õàQ¡³Q‡u˜X™˜9©ž6HfóŸî™¤HÊ™Ýä\Æš¬ãûy@"³3€„. fJ*oÀ£ÿ $u³I)Q³£4Z"1@¡»‰•ZÉ•ºk]º¡Äù¡f¢É ]ËI)5‚¢©¢“Ã3röH”/JÕ‚np¦Áb£Ýù—ßI¦a¦^š$ÝÑîgž7ɘ ðÙ©Gê©ôÙ¤öþYYqg>[’¢TŠDú…-Àƒ:zG©=d ¨&¦P¹ · £pB«ê’@*°?Â’nz_*§Æê¡uÚ=¤ƒœA¢ø™«{j!Ãâ§z!–°²-) Ó£t8¼Z«Ûé——ž¯!©ß2×qc­zAZz©Djvì ªKJ¯öjõ)~PjªÕªè:­ ;׊ ìJ¨±z”ap®àú”·:€§«ª°”š®û%˜$ЮÂ’Ày¬tʱÉ::jy§mù¬& ! ­ÔJP&Î&#°­‡ºBY ± Ë?⊣¹Z¦»:©|•@êê| î ¯D[vŽy¯JŠ´õНþ¢ª¯%ª§%ñ©‰T¥’?³Ó-°ššw4[£6› bú°:±<{)6Ö.ZsX™±½9sú¶+§vÚ¬O6‹úy²TT”30`uµ: N³˜#]›.Œz«8K®A¶».çLÀñ®CZ´ò K›´R‹¹˜›¯Ÿù´¡µîIy›"¬ÊY‹ÂF€R‘k…‹@¶zãgÛº:¡·ºUr´Â¶oúp‹¬që»t–ž´ yª%&Û§£ ÖŠ]zÓJ-Ä­¼è´ëºáz£±›jæZ¶=k5B%Œs”¯Mp¹ä«´æË´½ä´$ µ,!µ¢«ª“³²ªÔ²’æþ7Z[%L0½úµaªf€‰½‘™ú ¦ATÛ¥»nº½Û±ÀËÀt*¼E¼(5⯛|;ReRÐÛ{J0Àû‹ :®Ì¸Úû¾VS2²¦uáK¹IP¾™ Ú»´œi·æ0¥ÿš²ì‚(§û@xf¿[J]HÂKùº ê°0–½Ó{¶T±[ÏÆ7¬ŠG°ÀVü»\ N\¢œ3l-òûŠâ·Al;(Õˆ¶'O"ЭE`Ĭy¸ð•¸%ܺgÛ½@û·/o)…`žv¾3 È0\ÃT¼d¤ÃÛËÃ¥+ñ˜2&EiY&f«yÂéò0MÉ¿ˆ{½ofÂ]{Ç•þÓn2ùD¸i=SĤ)ZÎK=Æ–ÎŽA7ÍE't‘ÌÆQ ¨Y½Õ “ÝÕ–˜Ý#jI#j¢n…÷…°¶³ŸÂ­&оEÐ)×ÖÃÕ oM€)xtmvÛxþ×´=zµ¤•M|²Ã¶¬·´RjÁz7+ÜðswF^‹-:lÚ†E¸z)ÙÎ-Ý_=ÝZdÝ `áK¶Ý »gÄ£Lr3­Þ Žk0€x"îk–«Í°ß 7Ûõ-áó-b¨×ß6îM¾”ãåÛŠ,;…=ÚÄÝÑÆV\f‹)ÉÎîà• 1Ýó=áÅ7|Žá><:¾á‡åPZÞ „JÆÖYXk§<¡ÖtÞ¨…â/¹â ]ïíâ.NÛ¢ãO>ãùݤüç9ÄßàÓçºÉ¡ÜŒ¬Ö \G˜àÅU„G¾~ ^œ ä—á”ýÜu>á4NåÙ=jþ›ô^[^Iÿìåy,ifÓ‘Lâ&î AªMÞ¬åûæy}ÒdCç•-ãÅGãÀ³ß{nsÚíç’…QÂìv è ?iÌiÕVOFN‰ôˆäU ÙI1MîÕ•Ná¹~ÝW剓雞 þé)7î;´2mr £ÚÔ§›gñ…âðÞusÍÐ3s׳z0Nßu~ßw®ß½EŠîìp¹èIe„Ò>’ÎÕrŽë–ßÕ½íÃvåîâ^òäž8‘caîê†kñ•ê¥óñ5nñnÓ<ýÓõß³.çµ¾ïßïÍð7^ðþáFðÄnôHìÏ»\àP]GRiñÍþì .×Níž'ØMôîYNîboò¾âð¶î†YìíÞö2ïªÍÓ SÀë÷6ÎçÃ>j´ôk/ðr‰~ˆ½pÜU?ñS/ñ0ôÎ׋$öd?öJî:ô·G5âóv^0ÿòªÞù2?€4oŠ “"ìI?ì§¿öQÀ]‚(m3‡‰øTøBÒ=Ùƒ‘¿û”¯CY˜ö“_æ­ïöÄï›pû'°÷¾Ô÷ί›€ÏúRoàè%—îWûØ?û¶—·ÊŸ»?ùîõME˜˜ŸkŸïùœŸþì?þó¬žæ×óý,ú©¿ôÑŸV†õe“ý´¯ýüû Ð4Yš'šª+Ûº/Ë&ÓÔ·ã oó?ðÀs4ˆ:‘d( 'ô)R§Ö*öÚHEÜÑ,,“ËæÒO¸`¨Ùn!Ü]`ÒEˆœPŸ"¢†ŸH àß a!¢`"á_££ÈY¤ä$eØŽÏ ÃÏœÎ]çRÓ–—Sê©*ªk+,«ìêª×We®î.%)éZÜ]AΞ\Í¡â2c³²óâóà#¯õ5¶ R¦fÚñÎ’’VV9ù¹ymuv»{û[¼ß0Ýñütô>³~ÿ"5Hï´¦‰“›OnF-¬kþÝÃW³$Bœщ\7rì¬=aÐþ‘iÒßÉGW²,ÓÍJÆ¥Cg³&Îs©Zòì d=|)K¢,ÊϤJŸJ—¢€9gÞŠR/Z¬ZñªÄ(˜rí ”ØÐ°F‰EÙõ,S…¦r²½é¶-´r•‚,P@ݼyËò%ë7åÜÀ=éf‚¯»°ReluêDÁ’YKŒ×n⼈m2hÐ…ùV¬à-ê,¡W V¬WsÍþv~Æú6ZÂ¥-Û…ìø÷ܹº.Ù®ìÚ}¡ o¾tXéé§Sqn½çñØÚg{¦½è:x–»]û.ß8xøô³'_®\‘ú±ø£ß¥nŸ‚üüî¶Çöî¿™~bÃ1çø~*¸ËvïuGÈ‚VbÚ}ÔIx¡$²ýç †šÑÛÀ]ä!‰bÄæ r%ª(ÃipÝ·"Œ.p‡âr1Ú¸‚y"x#'€õ`Š= €‹E)$îýqd!æ“<*¹!;Q®X¤…VƘäZÆè$˜¬x ã”IŽye…l9$̬ù&œqÊ9'uÚy'žyê¹'Ÿ}ö;gle-3.1.0/doc/html/texas.gif0000644000076400007640000002353307326107675011322 GIF89aÁ¹÷IUmmUmª’U’ª’ÿ¶U¶ª¶ÿÛUÛªÛÿÿUÿª$$U$$$$U$$ª$$ÿ$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’U$’ª$’ÿ$¶U$¶ª$¶ÿ$Û$ÛU$Ûª$Ûÿ$ÿª$ÿÿIIUIªI$I$UI$ªI$ÿIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶ªI¶ÿIÛIÛUIÛªIÛÿIÿIÿUIÿªIÿÿmªmÿm$m$Um$ªmImIUmIªmIÿmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ªm¶ÿmÛUmÛªmÛÿmÿUmÿªmÿÿ’ª’ÿ’$’$U’$ª’$ÿ’I’IU’Iª’Iÿ’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ª’¶ÿ’Û’ÛU’Ûª’Ûÿ’ÿU’ÿª’ÿÿ¶ª¶ÿ¶$U¶$ª¶$ÿ¶I¶IU¶Iª¶Iÿ¶mª¶mÿ¶’¶’U¶’ª¶’ÿ¶¶U¶¶ª¶¶ÿ¶Û¶ÛU¶Ûª¶Ûÿ¶ÿ¶ÿU¶ÿª¶ÿÿÛ$ªÛ$ÿÛIÛIUÛIªÛIÿÛmUÛmªÛ’Û’UÛ’ªÛ’ÿÛ¶Û¶UÛ¶ªÛ¶ÿÛÛÛÛUÛÛªÛÛÿÛÿUÛÿªÛÿÿÿ$ÿ$UÿIÿIUÿIªÿmÿmUÿmªÿ’ÿ’Uÿ’ªÿ’ÿÿ¶ÿ¶Uÿ¶ªÿ¶ÿÿÛÿÛUÿÛªÿÛÿÿÿUÿÿªÿÿÿ!ù,Á¹þH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤É“(Sª\ɲ¥Ë—0cÊœI³¦Í›8sêÜɳ§ÏŸ@ƒ J4"…O`$MJ¡)…¥4 2-JõcÓ¨XiPx±듯^)t¼q¥¬Y³Uy6}â†Ó§^ã6µ(À»3ÌZ1»£ì–+[Òâ¤0ëZµžòäða¶S¶Š8áî)€¯Ü1û×ï–Í‚oR˜€˜-â·lSË+ñÊŒ¯Ïî}eö+wBÛ¤€†ãÓ3ûþ;rpïXÆ‘yóí;VnK×rG‹îš£ãðo Ňþ³õNr‡·-ÛŽÎÞJ{+v´Ø¹NSøo„íü8Œ‡WÜuÇgši†ÛÐ%hG|ôÍÔÛvv÷vÃmÙ[4ü×lÓI÷žV€b|ó5x8L‘" 8`àÝ +ªèX‹ùe˜!C~F‚òÁç#‰vèQ¢‰/a€„GºøÝ‘j÷ˆUpcBâF BGbˆðU¢uèA$L\‘â™-΀Œ2ž©¢šÁm‡XTTVÝvÜ)ßž$ò™˜cyä -b0‹H&z(o½EÉÖAyí ç–$f¡Evx™E¦yÔ‘G .aÀs„º¸¦›¨º眩=QÐþfQ—g|.¸é­vlš‡$Ÿ‚Ê’‘„âÀ©À›¤wd@ƒ²^$C_V.(d¥¹V{kYä¡­¯,]`æ¨f¶x¢f–{¦šˆ²¸_AÞâfÇAÒ:m˜uä ¦aîÚ+·)9ê¨Âbp‹{¨©Ë–F'A¸Ÿzdq/®Y`kqÅÙâ! ¿*]ð/ÿb0, “ n¡jB¸.ÃZÆ æ$ô‚1˜uxê)®àì Ç'‰ú1ÊìqÉ:p-"ö˜³\ÊL/¾×l±§×áÊÕXg5ÏyÌÃ×!ËW|m2ã"z¤o+²k|zè‘Ç$sÇLo§x{еþ1{»Â÷ß~n ×qðÁ¿csÀÁÀCÿ òÀ¦¶¨òÎbZ…¶`j›G¶6לuБZ—n:ßWó]Là„7ä5؇‹,2Ø`“:²‘0yfAT;÷ï–Ø¬¹ð¢ã‘‡Ö¨ ®<àÌ ^Ì߯ Þú@cóØŠ ]ûÏB‹,ùŠ88‹1¯Ú’/¼§¢§G$®Xr‰é¥'ßüüË .=·ø¶×+®8íd›ØD5(3©¨ 1ð\,±À’oWè“„ñ*Ñ K¸" ®xßû®v úy0z~‹žGHšÈpÖãÁá>°¸ÅhŒóÉ…ÀŠaA‚–ÐXúò`¼ÒÁþ‘°„$ZÑŠ«­îbvÐ`—Ø7Öy ,aôt³ýYñ>ð_õøµÛñ 3ïð†!æP‚hÔ¡$*Ä º¢ˆ®XëE¯W¸ÂŽx´ôŒñ<)ú‘„‚áø§?r`.äâ×.ÐÂÄ `©AúrHIãiÌ’<¢ÝÇÕy2Ž“£ò &±;š2{^÷øÇû¥Š>°â µÈ+Ö{ÙûWÌ…ÀÑ­Ñl¬/Y6ZÂl¢ßTÉÇT:óyÐaâfc¼ÂšØ¼f+MHÃò `áÉ?°]o‘ÚÏH<Сe\_;±@*@¡÷þ4£%aDP~ò“ª å*³ Ýñš~Óæ©RÅÄÒXTÜgK[Òrl`$ï$˜ÉxJ Y Bj0Ò*ˆÔ‚¥™ÉÒgаÍôcÜô0 =XS¡€$ :H‡²‘U¬å …ÊD2òpc#;ñpI¦ŽŽ 5€*TKJÒ¼±ŸÿT©V8¿–®¦05†:ÈM¡l@±t¨C ç͇ÞR´¼Êöµ^2£«CUMÊ×*øµŸÌój3—ÙÌhF/¬ÛLlN…ÂøÀ¡"Á>0Î*ò²V À! ÎÕµ `ª;ÝIzÒs¯{©HýÉZ€jU”\]þž`›Ø¡œuhõc 7чº®ˆÛáÎɃƒ\à’–ðaè:U…øõ¹ÐµA¤+]Ù:“°„ëKË]ÛâV­#Á&:€Ç³@EááÀ†ÐJÐu0íèðFRèV! 5° ð«ß‘FºÿmW¯»]Úv7(g=pëØ‰NÖ¹õ-Dý÷M+&D“e¤Ãr=¥/^e¡ ž®ˆ©;ⓘÄQˆ©Š¹Ëâ)Å"8ƒÃKÙñš—§„¬,g‡ûY„D"ž•æËa^=7¿5àï~ó»äþ&À'6qž8Û/ôÅBP0ƒ…àñbqÁ¹u(D'Êˆš¹– ÑdþX^ñêy€ó%¢ð_)GùÎv¶‚_m çéöY-ö£P< åŸ@¼].¯ZoìòzœBmHƒ8Ä"ë Îr£[¦óàä:ïÏ ¶³”u`lS¡Aù€Œ `›€Ë“ýn!<ëX²ÐÆ>}¨C,Ák7Æù×—˜œéF·KÐ4ÎcMö%@Ýg>ïYÏV u =íjSûÚÓöã0†”xÀ'P°L Þ|  ~lºªcYcñ²Ùä>ßü;¹múÞ¿#öï†=ÖPû»Ä:1©_ñŠacÆÆÁ‡!  ¨šÕ¬«»ÜåB­^v¬Æu   ÔˆîË·Èþ]le+[Øc¶Êƒ‰KøùÙÖŽ9¶­pMVÃà ß¶/¸ýoŸ á7¢Ï æ‹;”¼á…èx:~Âñjš®·ÈõMì±ÎÍäÆvÖW¾r—K—ÔÒvØas› ƒáÃXÚ}áð@üF7Œ+že0Ó:Öwl,+XçýíØYOùÖµÎu–_Âð-Oü%^q‰–3þñÕÆfÙÑ~öÊÿ¢Ûßú LÀùsÝè`6÷ÂKzµ^DkYÍ*ߨnõš~ð‚/|ã…=û–|ájßù)„á aœÂÀÿ‰<tˆ› sqÝ-®êh\ŽÅmFD [ìöúÐ$<á[þŽøÆ{ŸñŽ_|ÐV}P‚E`‚Fp‚(`(À‚ï‡òõt††[æVãcß…}{´J#„½÷{¿7 ¾ ë·‡ºA8ˆXØ>þô˜…#¨…]¸‚+(†Çôco'ƒ]c"@ƒÒ‡=8w~A|zh„¦ø‡º` Ix¥@OøŠMØ ˆˆîãVx…` …\è…`(‰•X҆ VçFn‡foV=jwv¨‡z( ¨h Ö˜½ ˆ…HˆƒxˆÄ}€ W؈a`\˜‚½H‰”ƒ—xh]öjàöj –|=v¨~§H¨Šüx Q ½‹I QH‹—@…—P…¸˜‹E¼†(‘ôg†@W‘hHŒlÈy2&c‚!iÇ{¨ Ò(Ÿ  %©ŠŸ`¶0 a ÚÈHþ Á .i ª`“Ž  ’À+tƒ9\ XÈ»†é( ,ÈŽ08|ã¶y›Ww‚Έ¾ ¨È©x ¶p ³` -9M8“3É 4 ¥p“ªà’ –m¦-žò“\—]sY%%`—dh”Œ'€‘©‘YÖ‘ ؇Ôh’©h’*i]Ù˜,I¦°1I”ɲx5O÷á‚ (‚%&XŽ(‰*¨‚JÉ”&w›qQY„G¸‰¹•²¹’\¹’³ð˜  À –Nh9‹RØ>©ˆ·˜…¹š[x‚¼˜”}ùsÞVœ7A'- °É*þÉ +i ÜÙ•²p›³ ¸Š™0)–®“ݸ:KÄÆéIŽºˆŽb‰K9Ç·Ÿ1€„±©•ÝÙ˜*ž· 9d9“¿ù›²ø Wå>hœ·”$¨œø…b(†ÐIdH†àÆj¡ÑÚ¹˜ž·žä¹¢åù¦°쩞’i™³ÈA‰8¡›‚äšæ8𤠉‡F‰ûù~ý)I•ŒY z ³ ãy›‹ Kh–Mœ1iˆj8Z¡È©‹Ì™¡Z‘`†(Àús'Ià˜): *ú¤° +J§O 1¥0i 5ÉžÛx™Wõ]Ê™þ:Z‚%hŽ'hŸ,¸‚•†Ç†p- K*§–JžNŠ©â)l çyžYŠ¥8ª‡hA‡W‹‹x…Œh¨ÊyŽD¹¡óWù¡I©*p©ãi§,º«M ¥¡§…ø¢/ê§4š™7 Žâ(ŸÊê™Ú££YšŒJ‰™š›À ›­T¡šê¤·é¤àÚ«Þº¤œ*l°Š0¥ PÐíú®QñŠ_ôZU6P:€d: :°ûêà°0ëeŠ(ð³*†„@û°Ùº „° @q«¼š±–𩾠q°Á°ç ~*“ÄÀî者ñzþ_%ub:`1;³2ë¯@°7{³Ñ) {ŸK…ð³Aû°…0±Øj±8A©½Z©ã:®Kʕѩ¯ l( –29“òÚµóšdöНø*³ü꯰h{°;³ú±? ·r·›­„0*N+ž˱•Ú±ÑÛè’(ËÄZ”y²V›²Q ²..K]4Û¯:à”›³9;À¶³†‘´„@´¡ º¢[º¤KG{­.ѦÛº´ ž\ µ¯h ¥LX›µbù®î:¯^ ¶#u¯ûZ¼g+°»¶ ‹°°b·Ò;·Ô;½qþk·ÚzJË´|Ûº·éÁ{š»¹;£È ”)–ª@ ª “® —¿¿ÖyÐ\€œ@àE°¿(Pû¿‘˜C ´B[ÀDkÀ|À L¹€ ¸P <¬[›³»ÞkÁZ)ºûŠé½ÞêÝÞì½ÞuK±—-·›]ßB<i Ÿ  ° £àßîÔ£=ݧ}Ý=ˆý«ÜÚ^Û®<ÛÂÐÏ^ÛÅ€Û“ÊÛ¿á¾½áŽÖ×ÜpÜtmÜø= ü ¿@ ¿0 ͽ ºàâÏÝ×-ÝÝ…¸m ƒÝÕ<þÚáÝ{¦P >äBþÚñØH>Ù½äINÙÍÙPnߟ,ùü £@ ,þß\ã/Ž„Ó]ÒAÕµ­ÏMLá.ÛjÛ°ÍG¸çJÐrÞávÞÛ }Üz>×þ"^Ñ‘¤€£€¨@ Xžâ+žâþÝâ/ÞÑÒýÑ!=N 8^Í’žÝ>Ųýãä]äD>ä¡äMþÞî]ê=-åQåÑŒ€®Ž Œë°®å´Þåÿý ¥MÒAæ°mÕƒæ°Í{jî žžpBîæAÖs®ÐË~áxþ쿽ç#.í$îMЈ€í¨ ²Þ²nè[¾è @àÏÍTm°×ùÄSÜÏíîé¾'ìŸ~ì ×p 1 º€ï `’ú­ßŸPÿÎ …ÑL.êêR¾êàŒàÀñ±ÎZŽå´~â·0înݑھÚM Àì;§þæ wòÏ£pÑn뺰ïü½ßŸðï4ðœPçuífÝçÔ®ç«>r°ð0ôD?ô¨àí±î¨ &þò|½ Ý=žîܽÍóáwïCžp²}òáL¯ïùþò&> 2_ó-ði_ïäí­Î§žêžü20R n€'` ð/ë±nå'Îß·€ëxý_Ûq ã¬<òÆÐ{èGï(ïõ!èùîߺð Ãð Dø  %ú œ@ú¤ÏìÊžú¨?ÖÜì|îóQ÷Vô{p`û¸Oô±Îíƒ?è&ÎßN_Ý!‘Úï. •~îéÊŸõÄ^ï'þïüö£€ïžÏùžï   ]¢Þé¦Ï QðNþص0ÙrÌ !W µ±²‚'zï÷~ñ­>è…¯Ç"OጰÑ$F“b,vðà0_ flDc‡5µ+ã¯a=þ©ë—.’ºl™¼eËÖ§•Ÿ8­@’JZд‰ófÍ9[äÂ…«P¡¹dEóƦVölÙs'jTHwªBŠ•Q#D¤E ”®[»Ê&E›V-Rƒ!¶¨…Œ¹ÂŠÙÅ{÷®°S|}‚8L˜`оt ²#È‘K¢T9ËÖKN.-sBÛ¢… Í›;sþÖ ºE-¡¥I×Z+ó•W¬xѲEËÙ³íܹ-çŽHn!ú¨ácoéJ\93’!c ƒnØ0bĉ݇Rì±ãb_ŽKžT©’eeö¶RÛÔ Ÿg|ÍCƒÚWÎÁÖ^üC0ª;$9qƒ«ß¼ˬ]–ƒp­æô*¨ ¹èÒ+/¼ ¦¡S~ÙN0ÂO<ÆF2ì<“Òcï“B8iq9ÑfÔ̴Ғ〇tô¢/¶€íGÚ†´í7äHÐ7à„ëj¬ŸÌ¬º„*„N:…¦¼Ò˜ìêN"‰†3Ì i$² »å“ËÖää–'uÒ©¨ pÜþo?/„¸Ó¿Ÿâ“À=ä˜ãÀáŠ+R2‚2Q¤$€ ¡6èÂPà 9å¯_>l01Á4‘1‘HBì¸OÒœÌÅBáäÅÙS€Ðj< —µá>¢!|èÑ ^{-ØÙ¤CŠ9ŽôMI[eÖU)j£‰èZP(¢ëÊî_¼ìrÓ1ËÔe—ÇÐ+55 …“t›@‰û€R‹VFÁ!îÍO ÷ÝÓŠ9ü4ÁÝ …RØe–Ñ‚ì*†‘Gëº ¢ˆ·£ôÒKEÌ¢0;÷0“ta‰%4 1WÕTaì3„S£õzO8Aˆ˜ï½×Ç_ôÂ ×æ06`$þ1xåV›Ë²áh£ÃKkbŒ[§9-ÑS3I:Ζ”H&Ù¥t·VWèx9ÞN0‚lšñåõ?/šú·m@yÛÊë¡%†‘¹ Þnbˆ,þðo7Žz¤±>…p5 qñ“‘É(ÄäUQ–;)\> …`>Á™…a×\wõ¢µÖtö—X‰|è¤bÄie°–¢k‹aš£§7õH\t ”ÂÓu ë4VE·”Óí$õ˜ÀÁ寻ìÍÏæ•¿¶`Û_+ „Dù¹ ²« »é¢ˆbó-Fĉ¾„Ú#üwÄÙúŒÆO6Þx•S ù.o€å0‡9!ŒÀs;kþh…ÝÌÁ{­rAÑŒá×É@v©HD³˜õqKLŽÑÈî ç¢ÉLFxÈË_Ê:‘¼Èq€y#€Þód³é ûÙrˆ=×Üawx`Â$F±‡‘Ï|嫨‡Ò×­ý"#ˆŸü×"2¤Á~eHU'T¥E-¶Ð#0À (F20fàÈÖÜAlVWç¸ :äENô‹ŠxLŸr¢¸x²t•ªM•ÞðÊÀEý©Pn@ØF ÃÂll42yCZï["›%<º¡ˆGäP':ñIhZþ6¡ FW´bH=ÒN"¤Í€I±LÆfαÅô*åèE/ˆÀdZûØGßDG³^²H\WÉ1m5¦MJ0ª Zà’srmkì,CS;UÚ“Y˜'çŒ`‚Ýö–±—”dpéå9Ìz”G|”Z‘ØV/1”#så[]M %$Ázå+-µËÅ2¨¡ eèhxkØVmÀ¤"@ Ò›^aš¥™Á/ùÅœ€žÅ•)7k D`³ŽOó ‰ÈĘòP¦ ¨=*׎lj”5ÕÁP5¬ a^Fh‚ÜëÛÝ ³Ãä'=æ€L¿‘;.E†aÊ:"”§O8/ÔþË(×m:ýªÂBx×»f/…‘¨ ˜ î-‚zMd÷¶ÄWý%=I|âÈYp¿ü¥ct^̾o}뇼…ˆšZ¥2X]+䄃 áÂÖC¶ðLá"  ÉF@‡y+ûÚ÷ª0£rêÌÊÜÏÅŽnœ€ý¦cFI°ñuQÖÈ–Á Ý­„!ˆsÚÂGAJä$§—ÉJ>ïyã{:uV­ÒÚb&zKáCÄûÍš¨wZ0Lr"¡ï}ö¨=ç9¯ü߻ͺ÷fà‰„}ËÝI ÚÞ‰µ¯{èmÖå»Í°q¥'}kÑœÞw øþ}êR5³«íÞl'^懽ÁÕ"tÝÍ”W÷0¾{ÃÊ]ãu~²¡ µx¢7ýßMÿìÒÏ™ä„Â’]DÆW¿ñ©ÀäAñëN û Õe„7?~N›Óƒú?Ÿ@ôDHÿÓ‹Ú$O}³K0}ês½ì 5†å€‹£<Ôº1¸[!Â0#?ô«;ôÃ;´½?ùK¾ ì;’ÓÀ|Ë7þ¥Çã–é9í‹´3¬ðC¶Â¿ÍK?3P¿ôË;Ѐ‘‹¿ ´Á<½|=5(ÙKØ=Ê[‚¯;ÀÙ‚'á‹;4ƒ„A\¿˜0>øû"þ"¨Â+ÄÀ",9"ðÁ0D `0Zļ4¬%¿#8?L¿?ˆB Ð"p?”¿„?ø½>t: Ü?1D™È¾!D­X76‹°7‹»30G|ÁADIŒ‰:¬Á*ÄÄ ¬B <¾QëD¿ÃAÅB$,AP‚P·ì²ÂÊA06|D81P?9€ "ø/ùÛD<$‚?ôÃã EQÅ!\Ôú:%>G„Æô›Äi”Á=ÄÂkÌÄLÜÃøãFù3Fcô>5´1ïsx£7AhÅò;‚W<ZtAZ”C1Ѐ°C"èÅ{´Ç  ÈE÷ëG{þüÆotLHBOP‚%¸1DdFgô„X„Di„3˜D@°Á_¬@zÔÃøÃH_ Èoœ€Ut„ Ǥ;G¼„G<‚38‚Y„19„A G|”¿\¤Ç\Œ¿^”?¬ÂŽ4F…ô‚L¶Ct `ÈfL6‡”ÈiŒÉ7ðElÄÂŒ|Êlü‚+ôÉc²Sì>P:ô;?WLÉ”¤EZtÉ1˜-ø ÐFùÛH=ÄÃ,¼J¬tÆdt >¼{3ôƒÆ””D—”È58K0L+$L*ÌÃ+ÌB,¬J0ˆËAÉV|3„ì¾'¤L½ Ë3(KIL7€=ðƒÁ¼Âm´Æl´ÂªlÌA,Gþ† IDTH¼¾á“ÄG<ƒ3@‚IOH„ª „=øLÁôM¼Âà¬ÊÒÌ>8MAüÈt¾L®¬Ì'¼Ì•M0„Dà ;ØÏì0¨JµôNù NàôÍãCtFM@EÖ4IØT?ILÉÙ¬ÍAH„Dh„FÐMÞìƒ>Mà¬ÊÅäÎÏôò,ÏV\Ï%X @DˆÄ8´LÚ<ƒ˜<„D¨Î90ÜÈNß‚àÌÐáôM0ÐO-Ï»K¶AX¨ËrÔ„ILÑitÐ¥<„}ƒF Ð;ØM?àÍÅÑ PõAï[P„Œ˜9dP9„I•|Г<„5ØÌ@±PíÄÐðÔþQÆäÑ}M¼ÓXÖ,ÇiôÒ1 MI|ÑDˆÑµPÞôÌõPßP*­RþûÈHdN!€—¬ÅAˆÉ˜D‚$„CP2mÝÐ ìÔÎÞ´B5ýÌ7õÁøÈuTeM/eÊiÓ-Óª8S?HSÁlÓNUTTP"}Éõ¾¨SZŒITmIÌTR&ýSqRB݃.èMDuÓO¾:„%QHuIŒI`ÅÓ–ŒÈ50Ö5x7˜ƒ7ø"Ù4õƒÞ¬UÅU R;ÍÓ-EЈI—ìVbÍ3X5×70í¡=Ђ.ØÎí´ÕjõÀ_•ÄÕR.Ö¾ŒÈˆ\Rcþ}fUVÝÐuÕÏ 0(XNeSxµÖ˜„ÉAX`TÍ̲ W3(W'0WžiV-àXvUÓ„UXþCÄ{uØ`Ô:ýV¿,VdEÖÝØt¥UZ}×å?ÍÓa€€ bS0WqUƒdÍXb €]WwRš]Ô‰œÈº» H¿<„3XÒ~íW'ØYXߨQ¦õÀa½Ù˜HÛžÚ5°Ø¡•‚¢u#Ú`WÅÑÏ4N² C§%Ù>}Q&µTåÙÁ˜UÁüZjÕ[14ÛÆ•D«uÕÍDXµP™íT°Åܱ]ܽí[1P•QÅTìäM\Z[°=ݰÕÜÍóÍW«ýÓW ”XؘÕO¼ÅܼeÝo VÏMÀm„2µPBUÝÌÅÜÝÅUÚÕƒ®õTäuÞç…Þè•Þé¥ÞêµÞëÅÞìÕÞíåÞîõÞïM‹€;gle-3.1.0/doc/html/texscr.gif0000644000076400007640000001374507326107675011512 GIF87a”Ãõ¸àèPXX0@@Xpp@PP ((ˆ¨¨ 8@@HXX(88088`pp€˜˜¨¨PhhP`` x€  ¸àà¨ÐÐh€€Xhhpˆˆ(00(((8HHÀààÈè蘸¸ˆ  °ØØ`xx ÈȨÈÈ ÀÀ€°°¸ØØxˆˆÀèè¨ÀÀ°ÐÐp€€HPP ¸¸hxx˜°°X``@HHÈðð,”ÃþÀœpH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|N¯ÛïÒƒ¡gàÿT}‚{„ 1€‰M}……3 *1“Š•GŒ|™ (“”–¢Œ{¥„50 “(¢•¤‚› 6«1Ÿ­®¤„¥·¹(º»u½zƒ #·¬ÄÇu¾|³Ô‘Ï(ÅÜ0ÒrŒÕ¥™3ž- …¿Ëßp˜§šÔðñ}ín½›óä{™§:à3Ã,Ü2„È´&Nƒ_ 6r´Ð°„²ò1±K¸FCb¬†ð`E±kÐ<ŒèBŸ›c¾è W¢cp€îŠ3à™:@xhu@j]ªeƒt!,h8€üj`;û)ðC«iÞΣƒ\ùŽº1á¶ Pƒ0Ï%è€fÐÂèÀx”CÔúŬ„½b2XW·º½Ñ|}U6Õ» ‰•ˆ·þ‚…/¿¬‚“Óç÷© I3TÔªÖ5ªP€ª#ãsœÄFö‰=08^pDPÀ¸Øÿ‘° ø€à€<`Ô+ÜàF ½Ö‘)5lVF`pmPX¤#шÆA2ÅY>C%KrÍ5ØLYe„ ˜’z©|›4Y©ƒi‘†ÌBغ4€ æàT#hd/™!`s=£™$ðæÆ(SfZðÌiÚ“š3T•,I¶½,àèS9ËLâ¤'=èá€7¿¹™MÂ5ÄÏœYê½m–C>k¸ªŒŽàOcÂN‰FHtK(8ÁA‹þÁL@F`ÜY k&á80ÁÁ0š°lJφ²—ÞGh`ëQé9 ºRˆ@ø€ ‰Ð¶ TBŒC:NušMfÑð§ÍZ— —„l@YÃij1RÀÄx@@M(X%8`ÚÀ Î4˜ —ÅEHOë‚ĘP@àœ+ebê àŠ0cñZ€Œ UZÌì_á3U$8@`i1Øw÷]¡!=5Ì Q÷A(°(HÀIÁò—д€Ä %Ô  D+0Ù,X0¹íØ!- ÄÌ´³Àc™§… làwˆzkþA ÌÀµÕ‚4@€  ¹UÐÜ &=i,ÀSœÉ4‚&BW #íÌ,"˜ÔÉ`¸A}¥‘Á:Çp‘‚®e›WtNÔHÐ(˜ >†aØÁ¾÷ ŸmZ]7 Õ)˜ dÜa3¦d4_/ÿä¸NÁ»º¹˜ 6 ôÒª:€fÌdÄ€X>>€F½9{¾mBuTœÌÍÀ­Î=pÈxÆ2šÕ<‰(û¡TèŽh`¹ÓÐÊݱ&Ú8î"èV š›œf¼`Æ ‰Á,Úa€´C¿„,É\'8`hšÅöìÎþ ¤LR PñDЂ&ZÍ/0´ªSýE¿Y,8€&Àü²8‘Ì5û(0€ÿ²`b#3´n,ÖÐÍl ½ õN–lj5£YƬ^õ$?1E,@~À` p ”¢óÛ"Pžžx€8)´“øÌ :#d>c,Óá,ô  }èh³:Õç±Q1úy‡€>c‘\)[ƒv€P[jªÈÀ- ½îpúÝV­u œ]èU[\ÝçÉø$!ðß9Ì  _…`Ó‚¨6ÐÀ6 „<ä·hª¾rð”)@sª/Îð|ƒ@ãç‰Álý|‡ƒbä18G‡c0nÄÀ8L,r ¶zUþˆ<éON: íXR@ vno†ÿßoÁ¨²ŒdäIoÜ羌» ÀÎá®tÏ]æ è´f(Ø ÷fø$3®ñ<€ß–ÀúßIÎa¿û µ¶ÝáÎw¾ò¥–1ÄÉšƒ”ùÞŸ9;ÐEУ0+‚r'ùßgß&°Ó. µßý>{f·c[+‚ÄSO¡IÚ(Àƒï.`Ïûæc@îϯýjE\Ξ÷ÑŸq©Iuy!ÅÏ8 ,|©€öÑ/5ô¥?}<çÞóëW¿úQÀäZvìAŸmg!Bì¯ÿùXjM` pH6}ê€Nq7H`þ6€k7"E€Nf*0€,dxXj6©e›QÝW®€*Ø4ÀDËEtJÂBp€ Ðïa:NðR0H0… ‚ *–4n%¨e .P)s‚F V `ÀLðƒ(ŒƒÀ„˜7ó.!øµJ`óñ)ŸB…wP0Ç¥|L° P‡%cˆƒy0nhfµh*:0˜¿Æ§DjÍf)>PðIZ(>@}‰€8"`$Ðli6c7ˆ]S^HF…‘¨F5‰#ò˜ølj–ðNÎôXP„þfE¦hŠ‘økVqjð0°“"LÀB#àI…8æb‹‘ˆ†ÔÈ‹½˜fe—z­¦Xvf”R>耢4^ °y出H~ˆ†(&@vÇj-`¤ÂXò!\?§F[òX¢‰Ò¨‹)=êY#B)I˜ø6I n,&%ð€aE*¹#8  ÀŽÙ‘Ù‡(Ѓ.‘ a~/ f÷·x²UW:E‰†I棑É‘)Plg_9Ò‡ ’ ¹x‡¶5p¸bf¥(“Ÿ*Ï¡‘ °Ž‰†6@a( ·Gf1”3©Fþb”ùf)$ˆîGjÃÔ”1ö1J©Ž‰°ƒ»P+0`#iiŠ_Y#Gð9(a“N¹–E&Ìõ‘~ˆÀy( ,$9D‰_¹—:лÖJà0;L§»ÆW²NæÖš®è1GÀB‡ »¼»’&{o—8eùŽSTnƒxßZ¹ø)iƒ­k`) ¥Zs£Qºó0XZ¬Ì»½eghWصÂc+0©+P¾Kº`–AÇ»øJ”<—j"ðþ£¿éÚ­¦ö|÷ IàÀ¬Ç°ãhrø×»DÉï $àT \8°\P P¡NKB‚–‰*˜rˆq (ðjÇ04<ŽÅаꖨ6…´%V›` ı¢ Ð6›Çª2׆! Ð&ScÛ€ íPJ4Üt1ÃÍËs††0 ˜#º+—@<_@œ‚З¥ÉŠ€ï¡©P4 Åð 2EÃ|ð 9¬Ã¬6cP7c0Ž^7ß5ó¥`?€v:®‚ኀp“ÅÝP´1ÛÀ½‰´2&5ŠVK1^çu>ƒ`‡\ƒã ±$ÐÅ,·¢1'þ`¡ë*n7qœj1Àw{`ü0Ê¡œÈÑÇaXG%³eèÖ [’ßà[± “ µª†ã×ÃMw ÐBÆö‚Êj6w•' Ëc¦¦k¥#«! ÚA O†jÎv 6Q@ÁÅ–Í Õi¬&Ì‚aÀ3yç6Á4gp´È& e½Î2–(d¸€ÊB´àp›±gÅF¨–u.ËByPÍÐub£$E   Q&"ÀM®[Vç5ÒI*Ñn0mh@2¨²#2àÑvðaœ°\•†bß‘$êÔ`-™¡`|À  92ð9ý „Œ`ÓÛþ `8;H»D :…<8p«3ga^`.샡ìÖX@4¶Å÷û§ÎU3ÒUÊM|†Ô’ `¾Q —ÕDhí ¾,/§“£o¬p¢nJê\`#ð={Ùìi­UnÉÜ–N1ÔV`8 : ²Ù°P`•PÏ›A×M à WØ2«%s@+°@+p¹j33 Û³]l€ÀÃ* ¥-Ü`Ng{ÙQ€K“ƒ<aéõ9®ÐnP~J@;ÐÈ ¥‘´#NqÜ„‹ZRô8P)-d(•Çs(6D«j£ùã ñ}7þVa65` ¥½ •ksÆ×ó“I5p±Ý²J«toCáÞJ÷ßa%X••?.° ø5.%ü¶PnÉ”}Þè=P«áÅ«S÷4ã3ÞJø½ CHËe „ãc^—! –¶|à žT þ0Eëòä#€ë¢MÓS=%=ƒ4Ko³â<”'íò ¨ã4·ùÖÊ¢#B& ;¬i)%KͲS%ç~H壒^ªÍF€`ý åqv+E.¾ð>ÚA.ÐU=åU޾W§¸åˆ“PLQ0 ò"P2mÈÌ'0P4°-¦Tú´,¨n&×þ䇣BT 0#aÞ,PYOë%Ű%ŸÎ%ÆAÍÇ PñÔZ˜5ìÃe­ ÀqdÊr”R¾C'. ’ÉÌë)°—´〯EìÖÔí€dŒ €ÑC0±ŽF˜¤)Âb#Ÿ.P0»oHB#"Ô:A²àÎÞ¶ËâÅBØ’-öÙ'40D[›Ýq= C_ .cˆ6]Ú²)i¹“¶ì‹ˆtQ„VÐØæî~ŸÓ+Ÿ”³×¢„KŸX`—s„ðáÁ>3`ÂLÜ5ÀÄ^]†!¨Ô1ÛÁ¿*sG32_ÍÄá¡­òNkÀMoƒ=€³ò†Ð-þ.î~½âî `–5ã0Q_Žå·cMöQÀqèÆó6„僳\ï,€E_G@ÿº×b@±±A÷9>KXV³ŽAeÏFžÔq%€g*gzÓEuŽ(„Ø1•,¸ã+yâceÛÚá÷HF)Ðèuîâí Pž“?4# ß ôD g{•.ª;›úP=xÏ/.²ßVN0ÀW4´›:¤;-Ïú½â;üL€ºþÏÅ"4ê¶#šÛÜr;úãûP"ýÓLiµ«¯H!2[ÿk @ ¥!€; Ôú/bUâ¿M$ 48J8þí/'@€ ‰DCšNQY §…ãâÈ9ë›Õn¹]ïö¢ÈeT…S(ÎáPL,Æ¢(EK¥ð¯óÉBjŠ@Ìð1Qñ §,å1&†ËÀáOOoo/DçÅÉEJJ£j5UÕ°@ò‘B¦‹e`£®3w&åótêau˜¸8ÇÅFÖ°ö–3…7úæÄïePFãØ»Û[Ë ‚Æ%… ½ÌOgŠCø;^žØ C€c†ìÄÌ,$$Žy .:0CC„~fb ñ³¡`D‰a*¨€L¤W` à0dH- ><)ïD¶tie‚Ù^Öl™ÀÁ !›;%J8 €O¡C‰5ziR¥K™6uújT©S©‚ ;gle-3.1.0/doc/html/texscr2.gif0000644000076400007640000001351007326107675011562 GIF87a˜Âõ¸àèx˜˜X``(88Xpp8HH088`pp°ØØP``HXX ((((((00 h€€PXXPhhpˆˆxˆˆx€˜˜˜¸¸°°€ ÀÀ¨ÀÀ€  0@@ˆ¨¨ ÈÈ`xxÈèè ¨ÐÐp€€¸ààÀàà°ÐР¸¸Àèè¸ØØ˜°°hxx@HH¨ÈÈ@PP¨¨Xhhˆ  HPP8@@Èðð,˜Âþ@pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»ßð¸|+«Ûçx±}/£õýy]2}‡~4‚‹Yu‰†€Œ“Tކ”šQ–˜—2H›£D„žž:¢ª.:%'¤›Ÿ˜:.%%' 948³”Ÿ¶†¿944 61Å‹µ§298 6~Ç2/ØyÚÈÛ§ +ïèrêìëŸï33+ñg|vô×Áà€¡F.|à7È_¢‡õ øx7Ax>8^|• +ÌÀAþ`à°ÀBˆ,`Pâ0¤˜L»µØ &ÈàŒò=(7Ê÷œŽXCA #´â#–x¢‰)C5|$WÙ&c†68Žññø\EÖpÙe#ì0ˆEb@‘þ-©b 2ô¢ Rr7£•øtB]âéå—TÐgAŽ)â™ÿ¡è_€LÂ`?Q&8ÙŒUZùVñ}ɧ5ô]B\ æ&†Š¤‡ˆ&jMbÓ” q>Ze¤3tÐÁ ,à7ÕtÙih@B½^ð+°-ˆY¨‡iªi*ª7€PŒ:á4×X -¨0eƒoÅšßAX¿I^°¼v ì¹þxàé ¦Iª¢ÐÂù ÓÈ€ƒ4ÍÙÂd&؉KÆ{CEß" @G9ŒEr2,€€àQ@ŸÕtzƒº Ý0Bl°ñtˇ·q-°L­ðÁ7î‰ð )Īæ 7ôùžFÜàÀ °¸r_K¤r8Ò´‡lW ¡ƒä!@€F äP€Ïp‚,DÁÌ7 ]ÔæqãÀÙè´—{¹` ¾ð@ÈuƒZÄ \dƒÙ4p ¸pÂ.¡%ÄÛÌHcœíÀ.ý¥ákã¢Ë_n+Ó¶yÎù%øRÂ’{nú騧.}u®ú"9ø]ùþë“<`Ã<¸fa.„K³k±åØ<§0]'ôµE_nö‹Ýb‹ĉ<Ûm÷%˜ó È }ʇY—ż^C°ØÃ«lƒˆ€QÊ~pµÏ¾Äô`ÛðKß 8Íúð߬¬°F¯*@ž……¥.—«\á,§ ç5ÃÑÚÍèuxh^›êÓɤ–²”D5ª‰®˜#.øG~ÀB†¬“¡ 3Áð™2D#7fœ„ÑŠA—胳ƒà EÇòA2P«ziLXôò`†ªÑ£}G7ÀªÐu.t+<1°fh—Û)`»I½âuª0ë F Õ‘þe"‚„¨ŽCâÀǸ é¦1Å0Õ…Ñ !ÑéÔRĜ٧L‚¤AÚˆ³J^ ŽF ‘&7™Çª ‚¬ QŒB?-ŽS/»ÙÌþ3´Y-èV¯`#³˜š‘Ã[º”¤t¢R>4ðí<û[0”ZJËøîÀÛÙ©®Ö³ë í,è7³A¼Äªî¸@_•¨d‚;ª6ÏžF±Îpf§:ÐÏösÅ'.ñŒ¤À 2Z%Â>Nt;œ;îHúÄ1Âî2‚ºÙ‚ŽøÄiÞ™þÿùužÁ >pR,à´ »ž|äï(ùv’Ž w¼Àíÿ4Ëm dYÐHAF0ñPÿ[¤ÉPoAo¿óÛg63²Ï@ä'Qßîö0>ƒnúeà€¤fëÛšdÒ¼(5à€³:$|GñõÅ7þõŒ :° ¡¯}ì¸=ìSh§;õœÀa(†›@ŒÀÙŒ]EQºx,àò‹·üÌR`ù<@ˆ<–6Ô{<÷ ~ ô|»#k¨+ HÞ³FÅ¿cq1ž/}éO¿úŒ·€7~, ÆPCO Q7•$ R(ñBfÄ¥` †:ϧþ{t†g{–C€8dagciÍ8‡ Ew4›£p`0}(j*ø¡@Ÿ%° nce¡ †`D (¸‚tFj~†³†ƒGð|Ôv8}>(g`xY°z›ð%bT#… ¶G ¸Å Ëp6³à5R)è2QÕticC‘ €!8Ë07é @°A pÍð± FhgÐ mb¤a%D6Ð/uÿ1°… 8à<€Sìã[Aètƒ>VFÒk7Ðs#²;ðg#&¤a.84¿£>ñ5A<>C<¹à?=rɘ‡uÅþÂw·ø)Ÿ&©r:  §q6)Ñ=d¡ »pXÈ?Äx&VÌPkb²wì&a²‹ÖH»è,©ƒ>Â@z3V3ÆÃ1üD„X »¡4p5Ó4MÕˆïx»87 :rFjW–cŠWfr"!ð;—¤öãÄíº¨ ¹õ¨:"àlóöÔruI-mâ/#+lò¨¹8’ ‘17uÐölÕ‚‹Ï¶‘.y‹-@TvÐ I“U÷g(@;1@s<¹’Ô²‘É‘bòJ-0+ã@“Ÿ2’¬V3´âFÔ–:@u?)L*PN/(Ar‘A9°ÓøZþó†ûQ ‘€ÃgaŠ:p>¯4P‘>Y•Aé’I)&a’‹;"2°b"hG}£(FUCŒ78 ü£ "höb °[d54€SYNué/¯•—wc‚gskµ"Qð-Ð0Ýã„ñ@€ëa4ô$Ž1ær¸¡’W©™ó“CY•égŸ˜8“a”c4€?+±ŠD¡t:’F4wÄçæx‰+ðgŒswFh³T%²$q;‡#7;Á–UÖÒm~6? Šóø•EK2S¾P 7V\&½•˜¨3Vù1b!¹þ‹¡#ŽCç—…b¡ p9™“ž&¡˜‹5™ Õ¸¸ð;Äõ;4‰B(`òZš¢Õ(Â5†¤p¢¡*zqÀ‡^S§W Öð•òè•>Ú¡k ¹™Ž%€²¸P¤pHÙ¤×8V.…o6ˆÕp±’U‡ À¤?Š  ™”Åâ¡bð%@@îÁ+5 ! ¥õ&hߓָJbJ7&ã§gÚB¢N <õÅ>'`e³B‘òö¦ª† PÅR-¼§;P„z6~µ—!%’ 4 ³;ÊÓ–e! ,¯@ƒ¨2F°S7 €‹Â”’Uþ§¤£à0·vGíd0•„1¸AçÑ?s›Ñøbbôšú‚üG 15@øð|ÇjÀrÉ“QW-!«Yéô-€YÿÉYëá» ƒŸs :R›tS¨"T@G‘3c§ y­ÚÚw*Ÿ¨ñà$üFÎC¸0|zPÙ©z&Êf Ï–¢º«ƒ&sÕâp,Ó­89dºØ£;’òx‹0h'ijí¹%ªëñd s:£œÉ+ «–gQ˜÷³$°lÒ™F‹²9‹¢œY,P-–7p0Ðw³¯À9 Øx²þG›²Cù1/ !r0·sºÀA%à"’*š—ªÖ©àdDÝ# èÐd€µÿ‘´#Y-¯5yd"§d›¦™@³a¡˜#8i+9 -©4#· ¢DÑñ £2t¡±Æ§ñp®¢k¡*8)qiS^D°¨—ÄsQ/7t?›‹;a¦3i0ke¸ ™ÀÐgt! ‘X0P%o{³=Á}ðK]¼À›)Ã@I—¤æpúÀä:mÁa®ÐµA[eeyÆ{È&jÒ§Ž þ rvÃVùª#0j*0¥¹Ã?~ŒP)€˜Ëæp(¨{ÒÇD‘/4PR ”AÒƒÿòm"S¡4ËÑËÁe qïö¨xö€hyè~Pá tˆ¸›ïÖžbY5 ß!@?Ó–{AËàðc˜åŽúpå|„Ñ·x“ñML‚“ËU—!²¢DóG·Ó—a!ÈFp@$ýÑuo~w„çüzÞÇÁÀ+L"s‘Cs9LPê¥ Fuo·l¦&jÎUÂÍ ð9€¾6ŒƒcÓS`Ê4 þHxÐBxÂóâhpz%xãþ%89¡ èk3xˆ4;ˆÐ›Œó’Íîõ8mIp¥ëC*^Ñ@3“dž«Ë`±ƒ®ýµ 0ppù’Vˆ$|‹³Ϋœ†ƒYä+,F8Mc±bk}:˜¹[À]hÚI`†æÑ à¼}­«ð6$0Î`¹²VkpÕ§©Ø8 bÈAFîq5ÏÛSð °ñ@w½=f?3Ú¦ÛaÃHJÒ:•. sê™`'^û’“ÏMwèZµ.È­07´Gª¦URry¶»!®ú‹Ê²¹EnmþÙí!üàtN§¿Œ9È‘iÛa¸âÿ~m׺Qá  ÉÓ…#áå ƒ¸1ý,m‚ Hcà´åÖã ¨šFPhy–x÷½&ÎÒmafÑŠ¡ñ0Í âÔ°DGU£Hâ)u| ·p°)ÄH33v ã#n2/dzç—5Ç @”‰­vG»Ú‹ÅàgdYÆF^`t¦ õ7y¸#®b%]!ÀzÓTöS‡âKšG"ž(üЛÆ/ÆfYÚ }DÍgŽ2t ‚#ŽÞGX’%>3#$oA$tÔ„%æè`›¦Póƒ©æzn§gŽ"r’20þ¿ÝHE=BE^òJyT&'r(÷Ù5- Ž‡ny¦å&G'ýÁh‡ _€–b YÙç~ž&7Åé0a‚Ž\»î´nå%7#“"2ަÍ, s)~â'(sGGâl‚3†ã DˆNkêÜQ{³Ò!ñâdÑk+Ί'ÁEï)Å"*š/¶©‡†Óˆí܈ñl`ç*ú î [œ2à[‰:;Œ¸Ò4\„¢BŽ3 0)}:%0Uý·’rGG}¦÷¾ æ6tsµâ¸Â+#0~aâ5¯3¥S…u6~±{Žv;ç—6ªëãCã…þ|±P`Ø“Ä@Ý0n3:^@:—Ófd­:¡Êÿ¼Ê@Ý»= Pºh»mÏhÉö]ÐßvÚ 9cà!†ãç³Û < Þ_9À0÷GPϽ;YðŠô Š¿ø_äö8ì÷À 1PùIÐ'™"|ú«ñ}Ý6½àXV í OPÄ+…y;4ðÆjaH`¦Ë òCÞúEÀE½fÏà"¬ ° @cYØ DÒ1K¾¯\„.¿¢ U# À!1\ÎLòüJ°LTHjÔœ›¢©ô!8S*‹âýÐ_HöñN΄HÅ¢&÷©(ìÏðÿOìBƒÿtÿ@ ‰B¤r»–MгY{Žv»LíZÔn¹]ïÉE¬r¹(kÒ[» ‚Ww5Ÿ×ïùx#gíÂã N®†®¯ÑñòËÅÀ€á`Ábââ©-ã3+Rt”´Ôô5Uu•µÕõ6Vv–¶Öö7Ww—·×÷8Xx5;gle-3.1.0/doc/html/textwi.gif0000644000076400007640000004040507326107675011517 GIF87a,,ö˜@˜˜@˜@ˆ˜@€°H˜°@°H¸H˜(8((((ˆ0`€0h` HX H80X(HØP p(P0(ÀP˜H0˜8p8(°@€( ( X @@0 ˆ0hp(X˜8x˜@xH8 ˆ8h`(H€8h0(8p` P€0`€8`8(h(H@ 0H 8h(PP @p0X0 (X(@x0`h0P˜@pÐP˜@8ÐP ¸H @x`(PÈP˜8h°@ˆ°Hˆ@ 8¨@€ÀHÀP¨H€¸HˆX(P @€ˆ8`ÈP x0X°H€ÀP ¨@xp0P¸H P 8˜@ ØX ,,,þ€]‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ D)2‚I×áâ›7[545>IPFFãñòŽG'*/-<(<>îïó ´ã„O $Ù‘Ãà $œ¼ƒ7°¢8ƒ'NHRÅD—&+< €!E"@‹(¥TÜ<àÃ#"lðrÀ†×·þ»2t¡[£ [xx®_[@Ã>9Àc¤1l 0ü·1,°b]’0iC}ì:ÞœÊ^Æ$OP4‰D$Â’ Cpx ¹u) ]¾` ©D ^’4è@ÛµïNbo¾¬!‰Å‹ ¸½0ñ‚BÑßÐ1m‘ûäI ‘@ØH’\')8.¤ˆNž’X²sDjrƒDr ðuê¾Aµ¼}F0¨“  ‰ ¸Á' Nœà€÷%ˆÈç=±„ ãA²ABè$à…ñÑÂb v8ˆ S¨à  ,†‚ïa8 $ØÐ—‡ ÖˆK ±…$5Üæ…;˜¢N$ˆàf0FWÂ7ôþ€C D’ÈYxaw>>ÞhEF—‚ lp$:¤€å"&l ”ñu×#^<ÁÃYÚ×Á =<A:‹ÈÐ g®É¦škêD€ pÆ OHñÄ/ A“ˆxpÂVúèšZTÐb 3Qfèf d±ÄN0!>àÐ ¬²¢™æ¥>áENø@¨H7~êØ ŠJ!„N ûD Yì°À<ă7•CCô;®¸9meBT± 7ܮն) ˜À&Ä€rF0UsE)Ø0ÄBüÛu…#G…4t¡ŽZõȰIWç=˜Àåhe¾ð€]-Ð:R€ E×Përx<ÄÊÀB-h!í¥H·Ùf=Ä-7]È@(´À]Vë=Î/l}ª× ®Ó=ôfö>ðxwÕFþ>XÎ愘P$PºèÕ4qâ§ŸŠ"w©î1’‚<°#­‘#‡»å&ŒIÈþ9t´[M > ü°;Š䄜7x/“ = ´šÕ^QAuRà^}‘LUžùœ1¡–üí}¹AÑà—4-hÂ"àƒý¹‹m @îäÖ=Fø® CÞŸ!¨§rBIˆ¥:äX©D&„þ´?[ `„r‹#'>òÑl…Ìð€H°>! ¨$ðóçƒ6"ëØámµ=Š h±ÈrƒV!ñ&ò Ð¾'hpšÚ³Ñø ‘“Ü @û9Âw"@¤ÎhŒ<`LL© Ã7VÀ†­‹¶ÔëUë  ÷üþø dA5 !±"l€zˆ<¥?ä‹/’%݃É.Ê“ŽØÀr q”¼0 PPƒà }.Y^Â&˜0(—ŒhB{àö‘°Áݶ"…t@=ÀÜÆIñlÀ;ˆÀ1˜°Vzif¤Ä4IÄ[R¢LKØŠ>@”@”ᜠpP  B\ÁÄ2AW&¡8¼%{Ð4{NÂ.YNz(œÀQØ (-È pÞ=X"é…ð'ØAÜh ·{:` ØÏ6°%¼`xŽH_1΂¾Tz@)pâƒüÒM`¶”Àþh’éîÙ©Ï@ŸUþœãPY1Pà¡ ž‡˜I ²À€V‚7ˆk vwQ°|l£ÛjÕ–„Ì BëXG1Î%RÀQ}4A“t€¢pë"R°TM« Y^5ËÕnÞ`Dè@ 8XOx °GeDP…ö›CAP€}° VŒæZð½ö6³?Óhf…àƒ  @™-­(²pL6&˜€œ0‚*ð¦Q}ÀPМÀ»#Û bPÓªÔàÁHzïê3Ÿ!'BàÁlÐ'P!?P®'”ẗF«{% 85‰ Ä6àA~Þá„þ$ ¡0ÀÁXàÇ&œW½ëíÙÙ;Ü\à(XÁGõ» P3µ‹T”ðÖÏÕD‚&YØApÄO½€ÂD°×)áöÕ¨Çz«ÞÍR T(P ìÒ© @$Æ„ p€ ’À0,‹uZöAÛ„%~hÆp_‹àÉÈ$7.OyZ¸á5é @P‚Œr‘K”!á%ù –&<‘†t¦ȤŠhv0ÛÚŠå76Â3í¦ {œÈåGê†âÕ >¨ÁS€ì@¾Ü­Â 2rÖA7ÂÐàÝs¤á.wù½ºò€UÍvàþT!*'Ø´¦—aâÎ@ká¦ÍaT«ZbJ6ÀÔ ,ÐXm}d¡-ì!bð‚„éÓ;\ÐÞ´êAÀ8SÎzã'‘L+û'è@ ÄêàÆÏÔýê½ L E¸.¹ÑыȦ­L¶FsÙa/¨ÁsÇŒoä‘F0IÊ™½é…» 8Á4|½  6Õˆ“D ô=láÊï‚ RŠ"a{O`4¥Þ½…` 7º¤wð\æäüÖt¿Ìuú™1DKÂÇ*4E–šÝLSw">mõ¥† '1*××)BRË\º¯= !œþ Œ„0ðl»{‚${åiÞú[&XßÏ È!;mžvI°} [c¢®ôŠû WÈr…ôÞeJ‰ïy«îmƒcÁÆ_¹Dfø¦Ž[&1Øz"Os›k*’‘8¯XrÖ’–œ t "l`Ø‚ ‘ÓUx›¬é\öXB^J–-ðâÇ„¬'^ÓC¸ "B’R±£|Ù¬³{žj"Ì÷M}K‚ : ö±Â 5@]B¸$•%6Öo\v!Hæ1Oð[àØ2µeã{¥‚r´‡qÓ``<0¾ëq^/ 9“y÷§>< rwù`uûþàn ïÆt¸rDV‚7À]Þuw„ËÆHÈýW)°P8ñ? )ð(X#O@÷—…Y8£gƒ~‘(ºr,B•MVP}zw}‚!^p>?OPB˜`SàÉ{å—ˆç¡!&¤Çd%Ç)°'ˆ‹Òˆ™÷ˆC /À •BUÀÕ#ÒZ“Ø¡¾†d¾F%Ò?4×WŽR#~PĂ䇒|`,€`(F&Š8>Y¨(Z¸5C@ê“…$`U`\çp­ÇDᔯwK Q¦þ6Pçå8¨a:¸©ˆ„*=9X!~G؇å—rü¶=pXPuYàèòĢXØ7}³(Ƹ(ˆôh8@^ꀈL8žˆ.1‹N°—l¥—Y€¢" äBÐOnQC4²˜²(‹JXLð"pˆëQ'@\UP²0v³5IŒX|O o |]Ñg”áç ÕqÕ¨"a7½v}²˜¤¬Ô2á¶)P@™ˆOP~J؇(™— 5Ðnï°f1ð\‚p“0`7ŠÒˆ8ó“öPb@—pF¹BPQ þ”Ô‡I€ê‡¾æƒ•" ûS-,Ó41²mÐE‰$ Ä"–°t @/€@™Ös7˜C‰& &`0°TÁ²5‹²“=yy)[°j2˜Äó—ÖX×–GX/à)2‚8‡¨8+¶â0DSOct[B›™`€™G=–à<à™ö¨b¿£;P@7$0*¶Š’yYxù‘ŸøIF7ÄC°@ 0ƒ1*M‰’N€€GDMQ™<ÒC^ÀGJ5+`U[@Ð6T—àUà~2'suÈU`¢5Ð@¿3*ÁþR:£*Ÿ3zf©4‚$`>ú¦”Jé?}¸E  5â¡É1Ö$7Uõ)€’Ї1€QÈrÌf¢ýe³g,ŒXŸ‰²500#0Ð!2¸xPÒ¨7’ÒÕᣧa*ÅR.90'k(ªÈ6OPOMHB$0“@z¢Âl[‡i'Ú–[‚Ц'` R¦:i¦'X¦0¨‚@Œ“Œq12`Šb KpâR~·d‹°5°T²:«C9&P¡П‰°@V*}å"ny9°/Y·uýv¢©‚¯i`¤R`©¶©`/P¦ÓzqwþMàCÓ]Sp/'Iq§Z.N~‰J@(e=úAP9$4¥‚Yx¨ŸÕ9 5æ·rËVU€YËzœw @ V¦÷% ¯… ŠÐÅTY`þÕ!9tZ®âb%kŠ2=@Ò‘KJBÐI€’åê«~åb»:}òˆx+GP& QVÅ¢8¦nB­qy£™¡5p, T /ª(¬Z,žÒIQ@”²Õ@J(.4¤„R`]Au:€ÁS*šÆË&eb=À`7`7£²° Æ=²” lw|‚°¡”êþ±Äâr’Ц> A]DS’J&í6.Mk*(™-`4t&ð>˜uk[9}kvR@[ð}|É DP((`–®ÐAö(²«3Æ‚žz@MOTE¡T^ =`§ãÂ/KCÄÒM a °[ü)§¶8Û°‹™³%“hÁZ²™‚ê£×Ú9»´3A“±’»@ [;S*âR®Â[,-БZõu’òx˜š°v»ƒÐŸ1P3ÀJ°½¿ ¢(Ø“ê"ºÊð› Öˆa¿dÁÓ[9= ¸‹«1Ш#.óšMûeÚ¥þç”XT[ Àˆð ºT^| ÒÀLôˆM…·Ž5S[y(,ÿBr” –½ûÁ‰°ƒ:ã2ÅNP¼Åò6Ð!¨„ÉÉÅLÀ×&QysÂyÊp\0ÿŒ-È7 `nKõVàÌ™<6`Ë@²rɈ·¹Æ]ŒÁqSPu²êxN=Ð7 UÐ Ž‚ÊŠ3vl-ÐOÊÏ—;<ìS,¼<ÂBål°±D²&–oLÑØªë8}Ï\ò" å=Xþ—²{›ŽØ7v™3Ýz6`~Ùº‡Ê¯¿ðw9±½“žU †Cà`-€Ô€Ì¢D0DÖÊã¤H½L6á+#«$Û‘V0“§=DpE×ÇI§>ºÉ¯Ò¡70‰:àj<ࢀ3ÈЄEhMö˜O z‰ÐBCp&Bp¿@Ãa”o,±>t,Í·žäÕ“ÔH%!‹]£LþbÚ¿knC'60¥& N8pÓ´ý…é Ly×& 'êß6 Ü&FãJŸ)èÀ3bÔ ‚ŸyYþ%ÙÕSàÌ5p0øùŠXMP¦:¤JB°(6*„þsÙN´2*®HOT,(B\M…V9îIÀË=³³Ç9*I€ªJY1ý³8d§%¦0 @ö©4ª—SfVáÓJ!š…WPpÞ͓ʙÜÙ[“Çð7y 8I P94ÇäVÐânäF7JW4ãcnãvnãõ¹lO ‘Õáç¨Ê”RP1H*U°«KÅ/1êˆY"5:#!rQѤMD¶a[á"ßdBÙ0°D .yÜ/”Ç<àuÄ5°Ç¿Ç«âËC?ƒŠEgç qç6ü×;ã‘­ãÄÚ.ÁçLùãL™ßóV1)EΫ¦þ@¡”s£¬;# 0#³V¦5סˆÐW0Dg9•m2“ý Û`­—Zèltæä>§ãûNójÈóæ¹Ñ2ƒÊ¢C×¼nãV`ç-È,uRJPºØøã !‘žøãÎÌìÉ:…ˆà—`î :¹( ;­ ;£ìXÑ¥W}î0dœž©'qË936kZˆŠÄâJïR½(&€RþàæMå¶Œ«•ð ±ëw>ðVrJ¢$?WG@aãtÍã Ñãn¢¥ã„èŠÚñ @Œ´q‰í­Û†ˆY v™E8äÞÀ· ;[W‡L¯<Ôæ*ÞV¥8°£þ…+ƒ|Ì °¹B±ëFç$pnÛfƒcç}nìî&[JpÚ)0'Ü?;­_—= ¥MxC°Sò3AS¤&Â!ö–ž<‡-Ñc>Ú%ñ>2TE5°|©Ò»ËÛEPô3ð6^øVP9"ÀÍ2an$Àçßç.ÁµEPJâćÀ˜v“(u;›@uŽ‘ÛÒÓ67§&gR- ÎDC§Õí^ügÞ`ËóDC`ý…&À27Ðg`=€€$$˜U˜tˆ¨ØƒÓS”Ó)Ù•RRõ¤ˆ©™„Ó‰S…³Ã0YjÚµqÂS³cSÅÃþÓ!sŠ›«»ËÛëûë»Ãû‚eäU‘œ¬ìåü,!ñ\qÒa’ƒbƒórB‚… u%$å$åõd.%ÕÓÜÅ‚²Ã»±ƒRD~(n˜èŸ¤‡Àr™¸ñ" &$˜–pòÔ©F x‘(L’AdC %56Ü¢2¤È‘¼j𨷫Ã#T)C°ì™*Ñ¢Íô‚ „(Dt#1"CèÌ%)êż&&a €0‡(zÚ7È(;'Cöزb—Ž'"Â1KïHNJá¡*„nëÚ½«‹/-Ž1ÃéʼnLg5k>ÂE#'|Ѝܹs^¬Hñabi ‚|þdéhÊ„‰5:Œ"N«—£^Œ¨$ê®EZœEa[7tàE%ìI (?²Dd›QJËeÊ.løŠ—>ŠìÀ1¥‰'!CAg圹!&š´íÕÄBäž¼@Cvü+tô²ÏdêM¶ŽWÌù@ =€H,x° aÝWO\øD5™!Ça‡¹æJ5x@Á5¥D„È:ƒyQŒ\H#Å=Ôpƒ â‘Yd[A1Ùîý"— 6ˆBøpcA¢H’B Gž·Ræœã[ÀćÓ G’7\²Ä…iò°¾ g 2þTAB <à`Ã%°àf ¢/ÅôŒv†y¡Ý3ôpC ;Á¦"æMÆZþâO$Iõ5A¥¬pà äpUN ÄH}J²B VÑAA#5ƒ ’‡á8xðœÂ×${ì'ØpC+<Ã’BF(a‡BÃ…˜ ფŠrÞd˜ÁcápÊ);\:‰„+­µ&ÐðŠtUˆÀ–HiªfÁi’P™Ã.ì<ø@‚c’¡ T‘âŠ÷6Mv2eÛƒ&ðI„r-%î:Nø@º0ØOjNtzþ“°PÄTeŽ@þ4ØL®UIº4ë‹Ðš<Á¯­ O->@1 ä"’[à@‚‚:“hÇ6ÉtíÔ šï€à,0ø€r¹=£[ÅW ¢*ÛºÈ@ƒ¦vãk)Ðð¡„ â"2„  ½Ëh8(´´Óiò à P͹/8´àèWþÄCP6(¨°R[{6¢Ï€l ÈxpCsc‚ž¥À°° ¹ã‚ÔϼD‰±“‰ö3äðlÐ{"âú€$ðÉcÓ }o9¯UÐà\çæG:‹: 5 õOÔ0ÉhYø0­L1Ê>;“¢‰vЬ 4èÝÕ†€þéIô:jÐÓÃ…æt«WDó®m…¤ òð×⬀ˆjHÍ ÊÙÄ…(×8<$8Ÿ é¤>ˆÉÝCÙ&2W> ° 08€Ù¤ñ". ÀR"kÏ߈Àì ï"E/tÀ@BeJùÅAÂådIʃG…·µÅýËo‘h[[8¸ƒî)„!IˆÔåVx9'ºPXUøL$6€odmáB™YJwŒð9[€Á`÷"/p!ùŸM!ƒÑä‰,0¢A"`Èd¥5NÐ úÁSóˆ „=PK#làç”ìj4‹C–Ƥ*$_; N ·l |Õì¼`4;€¿¨Þ0B³"b¤NéÀä$å ™cHASb]ÉqW® & U¨ÒÂÊ| æxý Ä?$å0jeì@Yzé=ÊIv² 1Á BБ,6 NX ZjÅ€«Ú$ÀhÁ[ ”¥¨emo{½[@JŒè -ºhðR&Ä´UZü~õžP‰€›Ä>dv×Â+ÿôÀ«LAdº‘¥.IN …%¤I ¾‚ÀƒyaLµÎN¨ÀPYD€2ò¨h.j,(þ¤±f©1"lTÔà~)=ÏÿÐ[ŠÑì úµ+ìê¼£T ñ„@$z¸‰1ðÌA%ËprÁ ¾ÁT™ °ùÒ{Óµð.>°¤)MA‘8†°„e•`¹b H|çWãà á@ó–óÅÀxýXÔä8Dˆ ëÆåø@d¿åê…iÊ…2y]qæ¡¥2Fà﬒ªÖÑ{Èñ©ÂARf3›Â8BøÞ‡ëø¡æ7˜P)ðرÝÏÀ3‰—€ƒ ¸ÅÏLb71Å 6®ñ—Îôˆ)êÑ ;x…ž0>±Š2T™®—LKì¼É ‰þ‰5ðM)hƒ?TqÒJIñJM}+Î BÖ§X–ƒ#‘¯íÊ`#n‘´¤Xµ (•ØŠ]lb«È w.¶Ž ·Ð€‰?M¬KÁ¤¡IÀ.7« * ‘'ÕQOÎ PeC  F€¡;ɉOð]$€É "-¤¸dÄE@Ð;':A± ìà¢O¨&£5r9 ”#³…8À+I`¯@Ê•ˆnp¸RòþNð˜è“ré ) E^ê<ô6F¯'AÁêrxH„‰ç<Π è v¼µh¿JŒç(‰I¯R`¾ )C0§Ô©˜2z8eâ”`€ˆÞÊFn&®5;‚Êa¨R‘¦`ª1p(À- <À¤¦@Ï­‚Qv•*-^à*ô7WbK vÎȺˆx¥f%3ó_”È9¤¡°5œ¾X/iWûÔ(IÀÆÎåX:Iê-z©–§*@¯*òm>  V1@à²ÍÁwÁÊ+4K®9+®äê¢:«4kñX@(àz¹à’bà .Ç %V}üþ‚#pør»<›‡]ËiPê%æ3¶°Ú<Üg®ó¼Xbz§H²3q·:i€¨ Ã(0࣮Ò$«‰vŠ'×ʇ«Ì!'öéh¢5+¹‘;®á*<½I¢œ«L¢L4H09ÐI]<Àêè$` #!0 LÖÁD@M`Ÿ§À fà€Âêà¸ájükê²aGÀ;p¼’š’ÃÔ¢ "ñ »x$ÆI0¾5 ïÂSoh+SÊ`‚œv/èB ;¶cëÈàŸ7²]Ï2ÍÁ²#À …' ›‘:°%EÑ ŠÛ &àu×[ÇêÂ+\Ã6…×ë4G€ L1‚R}.V¡‹—göŠnFnSF¡FŒGJ»xµ‰W_MŒOlΰêÅFN€@7â%‚ñʬÍ þÃ*-0jÙ)À¼ƒÐ4в&°m\Ìfê BÇÂ|!Aq¨ሄ £O  TæPàÅÀÓ¼‹Äx%Ö8õ •“0‘ûzÄèFoœ\LŸüÄ¡Jàd×Î5p;DB¶tª¶‰BÏË…|[€°¿ w% (€Y€@ ½ 0[>pu5Ò þ—³/jÑ2'iG-F@S–7Íê+¤Ö\lµjm&ðÆ¥*Üåx¨”a_Å$¶ý{ÎJð0`Ó䜀?; Øœ˜‹…#SÐHÍwÒ@Î¥9#*@Ç +PŒ“¨¿@9þ£1ÊpA d’p(ŸoHv@¯H¯y~§w¿RÙ»výÄ4 “"U00-<}1qÏd#-.'É:Ä™Ë(ÚÜÚz|)Ñ8ÐM<ÀÙ‘{Õ¼$ºan ¶„·"éKÞBJvôYjMÁó’xææ:,M]u Ÿ ÅQÛ¿JA.q ÜÚq¶ ɘ¥ wqƒP= —õ§d x‘ âk¼@ó²áÚÙK¡ ©ÎÊà+§lá:'}‚x6ÔÃø¿÷z–NpßÃrÎô="yŸOàÀÄ]Ïvå¾ç¬ô °@Û §ÜŠ58(½uâðqþ £÷Ñ - ,PàZ³NÔ܆ÎJÙƒ…+ç†d]ÜÔ¼Úêí `$(í<-Î0ž,ßælØ!Á8à¹jKJR}*NqÕÀ_"ðãöÈBž,áÒ^/]l§)W—!8°|r ]#tÜf"¡Ÿ¶Ç¶! 4ijά«d]q¤ú«&áÖØ8 /Nß§ì 2@¶¯<Üÿ}¯ïûm-€HݰŸ`Æ*:C‚..G@T'3Õ¼B‰á? o¾u츞. Vî†^}–+Ìg­¶Ëp©;\Ù¯m*¢^ j>߸}´®RŒ¸™¦sužÔš`ŠŒP·þþÓ#ÎK$0Ú pèáƒèqv#%rG°a¼â­8P¦¿ Ÿo(q† Þ%' –z¾É ºFÀœÞ~ /~ÛÈÍ/=0T€$`IòNpÁO‡rYÐHù>0nõLqáºÀÀNpás½YÙAÑÐO K°¾ º\ºš‹|{X2«$i#þ´Ó¢íà¾æ5ÐÝ |¿üÕ}$ªY`¸.›Ê£CïÇ•ªB÷– àœG£…ÊB wAq3´âº>"àk½ /âL`{ê Ð2¸€G€b©_î)päT0>¶BM4àÛ˜þ¬ @²î>@ 1PÐ &R:¡ü`=ƒÕ^€c í—ŽÚ4µ*ôïOЀI ^ƒc™ÆÑdê“À¥´JâïKbË@ˆ7ÃK¶ë"ßöhNù¸àÒçÜæ±¬CpWp1Ð(,PÐlì¹c2ÆSƒRm¿8¾¢|¦À£)máƒûêP†ˆçÃ1ÁůŸÕ·¥“NFN^&)]Š‹Œ]MUIF^^R”^O=&MžŸ ¡¢£¤¥5¨¨Jª©¦Ÿ>==,»:+D)MŒE>PIBIPÈPÊÎIÒÓIVÒÖI/7&Œ5'IKIOâáOKþOHOæO*%àBB´õô'7+¡B„NL…Œ8 (ˆÀ 48"RC” ^ ZªðÄÆ‚W3jÜ(jUª«v$âhb‡¸pìØ•cÀvÒñà2!Δ-›†l'5iã’‰£Ëâ’¦gŽÜ¸s7ˆšgÏ5d6"1ë_×YþarÐW&"©`âÒ•ˆ>¶qœK·®¨=²:˱ 8z `i¢&Z=¹Áà ³Ç7}ö܉í' ;pŒÓðT©ç%ãN”HÜèÙ3z¨gÑ[‚ÃC£e•¨VOŠ ˜ÐÁ N(ø ¨ªº*n<çQDÕ€mÀDs”×GŸ:bœu*¼ƒ°6VÅ *T±EÒt}C$ í¸Ð`¤‘²Áþ ͈ OàÔLº^„WÈ,. ±Ã*¢ä`Œ?[2wƒÄ3AùNRaE'N—­¬ ÂI &P · w€ QãÀ *œp‚ —Å,]ÌžXøàï¿mE>T±C â2"Ã-\j£%6bêÅ5ìð¦(,dYsPô€5)[æ{/nû¡øôtéµJ ÄPB6lqç°Qó°¹ SO7k4¨½C·äbÂÇÉPC¤I ñBbO¼H <<†1ïÑ‚V„·ƒRXÀš©s8•Wl c¹W? B½ ö%U©ØAÓ¼·ƒaõÀa›ãTðÀYd£µ#] "€¡¹þ˜À•¡Æh𣘬 &@Ážu#¯iI ;¸[Ù>±˜@à,LX . ¾N(¡„Ís@Êä Zq#G£÷„U„jœƒ—ü!¯á;X^FB–…`…u¡Á7Ô3 +DàŽ(hļA%a?ìA ˆAD梇€  ¿P”ÐK¦ Ó *pÅJfä#4æ@ƒÀ S\«fÑE#M À ªàƒy@ápEFL0ƒp¤§IˆÀÓÙˆ èFs‚% à„AòR#5¨ ¨tÊ}Ìí‘e$D@,IÍaÚæ<)ÆP–… '@ÙÈQ¤þ àÁ\9!øÀ¢{…^ðjèòŽÇ¼’ ÖÙÃhéÒ_MÅÚYX±|¤W 2Tó¡¥É7çª)®gá k†'Šx [;tVʘ1p4D@xvb(KX¡x„fèA¨ 2C$E ¨"%ehCžØÁæ6·B,U„¨Rï²ñM "eŠ*CÃD²dtai. Ó…Ô ÄtÂ?ƒxÐW°³*³xB< 6´rK]2•ó–JØPx'ªTÄ—7Ÿ7ƹ1Á¶p€‚ó?é&-ž¡‚Ù¥Pþ)*4šá“j½Ô%ùêM›:¶ð@Âĺì-œG-ê4 Ë[O4±R-ÓEËB›hÎEphÑ©NMaV¤t&Ž …'ðÀZ¬3lÔ ÓV«T\v¹ƒ'`9݇i ¥z”’Â`—#¸Î-u½Ío'4c¸€7±œU7„ @À@ š•H(ýgw-3M2†Ð£lB´Ômi“ïæ³xF|th"#bm¯”œÐ)ÈW áA³ŒZýÚ˜\ƒˆ ¼ IÅJòÇ'‹m€´‚3‰u¤•lž°>áÂ2dºÛá*ƒ·.þÓ8 €‘rÁ-,{URqƒN˜à*HBns{ã6+‚F<6È-zV‰ -ÀÁXà Á ®Gt}ÝÓá¤"9`Á£|ŒeH!ß½2– *)—ÉøÏ¹pä² Àm0óÄp„šá6©nn3£¡ÊãÄzÓ›ã9‚{@°ˆâµ`K F¹”Ü;%û@7©ÜýhHWK$“vF3|ðR\Je-ƒ01˜APÄ`oàôGª·Í¬ÂEÕ¿SÈN€EuP'Øu ‡i @J÷É;h\ŒA”×—Þ5 !Ô`«ŸÈ4¡é–HK(a Œ©D0›mûáþaµ ¦ˆ/A `à>‚ •à.ô0él!½Š@L R°\€#F4˜±Œ'´&§;hÿØ»LQûnîD j cT?<Õ߉³Žÿë àà9@yˆpQšn¼“.Ü4!uF0%V´ÎH=eÞè$„®lÚt ® O ]?óŽNw®M7eª´{ÔŠGìäô´,¡ºº‚bë‡lÅNhp×Pãp໬cÝ ô¤ÐkŠ <€î o%TÁÆÂ°g„šMÈáf ®¿ñâM 6^Š ÄÐ'üN :𾕇‡B=]Ö©R#]nþn¯èþ:è{Ëh°­ä³á1·'øKùŠ@|âÃ1„"ðÝcŸLOÊ#„'¨‚4à¥ÒínÍâÄúòçArûÝ žðÌÌú~¦ }ìU€B¤`{õ„â¹tOOÃ9`1<Ô~R0WADh ÿ–Cgu`‘'özìê0€%ÅW¢A1v~Dlõ4ÐCÇÉP(–.‚t €8e…2°5\1%X{ë ±°æOåäuõAG<ãl…OžP00}<ƒÄƒ=8‘—! `®7"ë #ØIØä–oŒPHPGá×þz0¸K àKŒ–Y–à…;1†„8 pH& 2WƒO †k8€I˜'-á¿·)LÁ‚æqOö€}g[Ç ]+Dº†…8ð„³T6Àh²Öl£`i؈GÈMÁê5—D7 Š@Y0Ø@Œê¹ð‰ ¨pß‘yÆD•Š©˜>±%¹³%ºgb3Ú§† Ž·¸â5ÖE’FÀ,IKwlwÔa¥°oe}äв$üØ Z#ÛR•e_sÃ,À½‡ÐµޏІK QÓEQÓ± uˆ •ñ]Ÿþ(i¤pfïcJ° 1÷¨ØtÇ{ÄPõ5J\“ .u71°7pR€”HøˆH`‘F™ çÆ6›ˆ€Ÿ’A"%9 í+ÑÈ’a(+1ðCPqAF…ÀU –â3–¸(0*O0µh‹I=à0lO×Z‹Ð Á–?i‹ iæˆRþ5Àpã ]t9}Id‡ Öå1®éš5 P)ÁõcS4–0À»©9š 6,0Ay‹H¨™îyœ¹`—°2VŽ‚Q-§™Gts‘! %e€×i•Д%ˆå_:Eâ3žUªs·-° ”™0—ðÉžY Ð*P”]dš=ÐE†÷ ?Ôƒ n¶OúmÞ4žã¹›3Âï 2 ‰xR€Çé£ÇY¯À@C¨ƒDÂeª9æ± –ÆŠ,†¯\À2:—ä9—ˆ0 °Ok)l ¤b꣩i@MD`ž², {7}¥p¢-˜þ°{û¥üH#wg<¶›>¥4Šl¤°û7œc*¦efK`Q¡o3â£Ehˆp%u¨@Š· 1CÏ"©Íð—J˜hg¸ð§·:#Û ŸYId¹ð0ÀZ=°¢8VIÐP¢ p‡šEv³êš£b¹Š«âª¦¦žG<º$uÑIX‚ð}Ÿ°‚·1æA¬ÏêfÅÒaî‰ úÈ«¨„¦P‡¨G(ê z€vÈ#꺮n¶ “s7¿È P•áÕˆïÀ°¡‘‰w*J )…9ònã1°þëfx¡ ûÊŠ1¦C@%ä: o©¯‰Gn1€rˬUhÛ± ¨+uáCÀ–CУ7”øÁ7²›È¨ÇøCNP³6{³ ÑBÊâ³ki´p* ☋¹H<à1CDƒæúã´O[°Ëq’²]Ök+ wZ{Cù–è`‚²µ€ˆ 9QXÂG¶eë±r¯¥ #$гC@U+<›¦p™GˆD»‰¦p~àÕ7ÀŽí¸‚ ¸Ûf“OiêĶ&k^'Ûš£P™kH‘KQ‘=`޹ÐEû£í¸´Rº¡{cœÀ :k )°¹$p¸þT{¸Uk@{¡¹¯ûë59»µ»¾Dž1 MÛ»ëš [Z iAžŠ{¸Æ[µ? @¸Œ€K°£Î›„@»Ô+½ŒœÞR‡H³Ü»®¶Âº¡ #0`¼È;¾lû¥ÄêƒÃYµ¯+¹™@½r i6Ð 1€ ûk³« ¾‹¦À‰‹¸å‹¼>Kð‹Iر)8ÞRµ)±OÁîi”v (𠤙ü´óPxù§=+ÀlÛ³ªk^R0–À:¢–[@ð® ¹H¸™Èi‘s)Ÿ~§‰ÒÐÃeû›`—%Až'A¾C\ÄE¬W6I–UРcYþ@:€È;œÎû«¶™³Ë«DpF^¸«@1°ï3o=·P¼Dªë³k<#5Œ „œ/°ž¸ŽXš š r) &°êÄøg«" £eª<À楛¡›â£°®jɲ;—ž©Éši6£Ü»mòÓDÍz1#‰kÆ&Mý½1E0š ¤n|ªE}ÕŒ³ Â&M-Ôú>0}—Úš*AtÇÀzÕhÝ[$>@ÎL-È<#Q€a­2•žÂÛú4R›Ö1 ÞÜÕo=×Á0€¦ïK¦ç×Í 4¨\ÙÈìQ ˜É!cøÆØhÍ­çÌ5ýÜ‘ßñd'¥Ù Ûw¤™•!MPµ¥”²¦=ÊÇg° Kׄ?+œ‹7ÛE ÒËQ±þ;›º‡‹ëÛÌ1²¤êtĉ‹•ÈMÔ£[ÙL 0€¸æk]Ž;Ým=?<,`Ĭ<hÄÜÞíÅn"Û 0Þä{ÄŠ+ J°Øé­ÐGãÔ¯À#œÆŠÛA[ß Í8ÁƒÞÀÙmÆæ•à»}þÛªpÝPû­Ýñ½– ^ÔMÈØ'áàœà$ ¦¾Ù²8‹j»Èûmá!¾ÙñäÉ5àÐC¼–Œœ¸)î×{rŸ`’ ¬ÏlÄ3ÎØÌ  6~—oõÐ~¸=nÚöü4`·5À5.n¼l‹¼InÚz!<ª€GÔàLÌæUå³½äz1Ì'KÒC æ¾í!©à©Í]>Û8!ÏFNoçqî&ßñÍf|çx®Á¬p MžÞ± “Ï~^耎 ]ævÎèéÍ8È‘.éõíEBè˜Þà€Íéàœ°¾ê¦~ꨞꪾê¬Þê®þê°ë²>ë´^ë¶~븞뺾ë¼Þë¾þëÀìÂ>ìÄ^ìÆ~ìÈžìʾìÌÞìÎþìÐíÒ>íÔ^íÖ~íØží7;gle-3.1.0/doc/html/textwi2.gif0000644000076400007640000002745607326107675011614 GIF87a,,öp0pp0hp0`8x¸H˜    ˆ0`°@€X(@80¸Hp(P @xH0P @8(8p¨@€X @( ÀP˜¨H€ @€H8@0X H` H`(H0 0((˜8x ÀH°Hˆp(Xp0X H 8ÐP˜¸Hˆ˜@xˆ0h0(h(Pˆ8h`(PX(HÀP€8h°H€P H@88h((p0P¨@x@ 8˜8p€0`€8`ÈP˜ (x0`h(HÈP ˜@pˆ8`P 8x0X8(ÐP ,,,þ€Q‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ H° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤É“(Sª\ɲ¥Ë—0cÊœI³¦Í›8sêÜɳ§ÏŸ@ƒ J´¨Ñ£H“*]Ê´©Ó§P£JJµªÕ«X³jÝʵ«×¯`ÊK¶¬Ù³hÓ ¡Vþ Bˆh £ždH‘âI ¹tOu¸À¨ÇI¸Àзqßl{J¢Ã F8.X˜ÑÀ† 6’ôõûd„!ƒ#K®4ÃH ,VpX¤CÄ‚:›Àp„I&|k ÀbD!À«ÍXn„‚ (viC‘ñâ³ )-ŽíÛµ‰.‡PœÐòåf€` €¢·d9ÑbIýR¤Iሄ("d)tðd«7C¼„ô°H+ð —vúexD~üѰ€&¢C )°@Ú~¥€àY fCPÄD§ˆ›5pŸ†ØÙÇ×l‘+°D ¢‘þöÄ8ÑÁ†¥à‹9T#@X&¤":„ Á‚nˆß†bPÚ&D CÈ„7ø\_ Åq1deÄy/f ƒ¼0C,”b"Ä &É£˜6d@£‹¬ pÁÝÝ¥àĈ6žT›-×çŸ~žÀ ÏÙ˜ˆ ñ†÷Ù—_~GdDžï­07ÀÙpÜ%ŠÄ@"i+&µËepBª*p´d0Ãs”öÚ/4pÄŽeb`®EšˆôP‚‘™j*'§4ÔÀ+"#ˆðĤ%©"y@Eàe N[­ª`Ð@7XpÙ],á£Rþ˜kq q/"DšXÄrLÜð_}ًÖ†dVçIŠ–Ä,tE!l¬SpA•ÕJ›0h.hP„NxÀf'8šŸÅ,A Xðp»8±èy!3¡µo5@q¨!A¬ qŽ<§‰C0”a_JK-µÛ`B'õ!A,ÁžŒ;òoO€0ùE¦`„¾É\X@Dè )Š ‘6‚­n{€`V@E¬É@èÛÒÔ·>Ü•h»#D ‚'0kÀóÍ@°®!½ë öÛwŽUACXMpKâ§7#t&‚ÚÜlP7Ô !,Ä$pƒ‰Ý p4W @H›‹q3Ô o§Ø+‰Q d@Æ OkH²W"z djEpImh@t†{ÜÛž 2P'ÔhHÜ 4ø·õÝ8T¬®x¬añgã“€µßçL8"ìþƒH ™ H(wˆ·˜(AÄãnês»u@|6ÔÛ è³AC: w !£°‚XíÉ‘Yëbáfƒˆ À üI¡%“°Â3e+p›n€`Å‘#Á&y—¸"hà‡z|š}0P·!eíRTužhK‹nèÕÐÈ,Æ)‹3¸A ˆ¦$î õã" 5âÅ–‚XRàÆÁI”1–e:ˆ.Õ`9P%hju„ÖÑÀk‹ÀYRPÚÙò–ïÜ¥»œ@¶ú5òž3ø  ³€ßÀ´ «AÑÁ6ú-§Œeœ^E–Sò°^RÉ£ìœ`ÃL/Iºþ¡BÚ®iæ²Át·Ḛ̈€~'|Á=ŪO•“1ØL=³æ›Ù¬ ý‚B6¨¡2Ýf!80U ðm7;B´¡gr,šEÈ@U¡¨¾¸¥€«jêÁÀ~'Ð8•-Kﳡj`Ó`Æ 84J¢Ê€Å¹>AQÐ ö¹Š "3Ÿä›8kU«HÁÌP!½€˜Ð€'r°± ÙjÀ€ÕÀw rœr“WED J°l=É:#¬1q>Þ @W#Ô ÁZË0B`¸A&æ¨ö¶À/‚ÚB:"P ª…lì-m0]*b$¤¤ý”ÏÒÄ…© °2þ±6ÒS@ð 2¹Öïp&Љ’kµ_\«.ùÞªŠy40 {Â%€ æ“i[1M ¸[#4¦k׎i6 8Žw¹„ƒ â§¸Ô0QEŒ¸¥ œH°ó¡õ”ƒ4vs}trˆ9µÜv‚ÖPò ‚ žØçLƒZ wÞÀþ}mfšm¼tç2™R‚âø°'Ö–ó±ãš, !ŠŽlëÍÅ|*AþÇÁ;P„ÌÑ M\×-k^lEèm­ï4½ã>  f‡Á¿™p7Ö2€kx ÷¸ÆÿOÙÝ5„Ûd½5Þm}"ý›U3gF5ü\Åv?™+u.ÐÖsTùŠzɨ¼öß ˆR t½˜#Þ=![Ф{†p¦Vé ðtŠ?8^dy1 R‡QPWqÁòh"" à?<Æj®áiM¿¡1—Y•z6PPw†ð\ Às¾Å~(ejÀn–f- Gà.ø‚—kþ„UsqŠw|)p$5P, eÓ—8ýw€'ásX&Âj=fò…{ø€3?p§³@Ä=u3…âz\à7VÕAI'ï±D3à‚e,xi6 ÷—t¹”cáÁF"™C2Çg&"P@|·xW 0€k5PöCy3@yG4iþ óD ‚t©A@ò^‹ÀW#ewµdHƒÃ+ð~‡ šá'Ð.ð‚.èoí³mn(dˆq4D2–ç‚åƒWþ‡ƒÆG@= ˆ—8HLÀc­qZÙ×0Òt>á„GŸñT40“8M€¾uRô‰þZ6"ó³f3g†â¸:÷p35m.0‡Ìð: DøaðÒR9c2ÆAQ„KRÓU7äˆ|óþ‚sÒ‘ÁHž´ ˜v•À•œ#IÑf#@ 1¹fExƒÇˆòðA®õ’:çˆÏ¸J›v«ÕÉ%C€ A$xUƒ“K‚¶FÛ§ ŽVÖŽ?"ƒrfEL ¼¡b¼1‡µÈ?ü'‡QÉ@ 5Õ8F‰W^Ô_òGú6‰u÷C‘(j½×:,,ç.&rìĉږ˜r¶ZhŠPɛɕröÕvWy•ŒÑ<±F#TÙŽñ KÕ3<ìh|5àœñ`2Ð’ÀHp{ó@Õ#›6AQu^‡‘B°Xè¹_׊íR¢“íŸY™R•"Jc÷yŸžþñ#+psld")•X¢SIÔ1@™¼Ù!`ø9˜—Cr@° ?Ô7(ÆJ Pf†E5›¡XK“mÙ–U6¢¡Boig¢Ì³›?Ú. È‚ø)œ÷Ip‚jˆ1‡ÿIŠ8 `BP™wèP M!U>uçOC¡õ‘b°WÈ sþf”XuKÁY¿yHr˜ •î£Rå³¢öÙ¢ÂID `‡Š+=ÊÇ–=øK1X0CUØ`næô°›FP ØIå-pA¶¢³§Sy)àÇ 9δWã?Ñ€€H*lÍbÇ,Ëü-©ÔiCðߺ,°Œ’Š¬Â 'PXJXÔDgÜ øÐЂ:˜£Y?€@—µ‚ˆêþ]°À %eGK` ,À@ Q´dt` ÑhÌP  ^ÿì4_7@0P`ŽÉd¦¥&`3À|IhÊíhM=) ”»¬ðšY+t s2q•‡4’‚§a¯¿è… L”ùæ1ʈzÛø,J) D ,ÄP‚»QD€œ;!úX±þà‘—Õ_3hYfDgOÔ ÝžÜ îxºÀ¸åòÅ¢؅A]3â ¥ª›Q½þGàè vå„*¿Û¾Øûy48ƒëpA 3d©NÉØ›H­- N¢¼¨aË:4T üÄÚ(w RTªU‰Žl3àZ‰G|ɵ"Œ@ÄÌl…u³œÐæK«¥wžf¨P ×T£yŽñ¹&ßC–ãÑN2ŒµÍÄ—AÙ1,€µ‘O°à¶'oŸL rÇ °z#x0ƒ‚4ßæ:óìP ™`J΄⦥ :a@q#þ`A (ÚÂ8㉂‹æÄ˜¥eDƒŸá‰ÄØÞça3D ›'²òÑGT2Ö"Ììp÷`û Tö݉tŽLx;‚$þ"¢VNè]'a³Ndx‚ï(‘½ñAÏ|Š˜dq½\\¦FIæ° áÙ [Øjð8ø9JcàÈ {  Š+F)b§?Mhn 욣ä5¸©¤Ê]²•ZG¯Tq+àÌ"1‰¬­o©Qüh`':/&  ¸ó¾Nà9’[Œt‘‰$AŽh‘"p6Ëi‚l ÌçÆÇ‹ ¤ A¤]íxá0F !]i=Z ˆPMdLX=ö–‚8M09IÔ—µpü+gŽBÑ “AK ;ÓcH¢EÄ$p¯„’z€€gcaäÐ4ŒáFþ޽H($Êj7E*ÆìTbªF‡((a_KŽÄÁDPGZ:Bn0ód°A@ Ò•á”d,ytÁѬêF@ÄÙNi $ dI£0F0£ch«1ø9DªhOúQ‹¿XŒyLF8 ¶jæ#±+&¢XìR=8+ÝȦ¹Á:A™‚Ä‹å”^/yS “šôž:Ñ@`¨!X ‡É2øÆ;傟÷ëÚê.ㄱ2e9é ƒТ³cbÙÈô*J8ò‘|C:/èQ%¶k"!¨`„¨5­îŒ— ¨Á±ÈŒè&ã ¾i§2þÆ$0¹°-Ë!¨ e,l[ùj°!È3C²LÌÓCr YÒ@Û¶Îg€ËRu³ˆ›OÇ€âþF³jŽˆ¨~(þ ¡Ú×.ŒÉ>¡x“5!&Šœ"ðkÎ1þßDåÊ©;ŒNæ"T°!Zb/X"DRú§–N‚ñ!?‘¸–Œ3™ê²|ˆHÐG<2Bö1)šjO #xD?f4æGk²Æ.í—2 t¬çxÇZƒLŠ$CdÌV “1Ò2 tºÞ¦v±Á!Ìg`Ô[+}^#<Â1:p„Ú¦v6Üþùn;a §‚ˆ /Fg26I @°f@0Ƹs³2p"†XÇ ß×Pòóבt‚×W|RT¤C7À€³'1°€|‡ÀŽ’ààXr؇!âÒ°Jæ Âó±…£±%¥ bÀf£dùòdø^<M«BeaD||]Qa˧{µ(ÞÆH¡C “S0GÒcsˆsºDY ÅMv:ÉØ “v"“u´‰æo\…L$0úÒ‰¥€wƒ*L1C 4ú§yr#(tmÉ“ˆ ¤‡üw‹…8Œkd£= #ßõ‚Õ 6¢þ„¶xe„‹Ð‡â@@%Õxo·~ó—!A‘18SÂsG1Ž¢xŒ'xMPÉPl#2q+DiÀòBCpð„Â!Tm##+ ýÀeˆâOu-ööqØ-v#íÓ Ã¸j=ð!Ÿ¨w&ØPhávjƃÿƒ‘ €¨tw2S)W5©‘ÃpÓÆƒà 01 6©ô!'’"è5ŒÞc¾&jŒ³5åP[w é¨M+àGDaÐU t‚J9 «…µ7 a²L¨µmáøŨ€ñŽ6fR¢4A°ŽLÁOt¹ W¡Ã0mßD¥&µNáà:5Œñ# !\MdÉ!9R Iu§dX:¡RÐPÞˆÇ Ü—5ƃ …P RÑ0-™QT:ð@*_=°UƒÐ—ÓÜ8 L „à{ŒÐ9a$&U[øE‰,PxÏÆAukŸÔÇ+š;ÙÉÁªŒ“ aGåÀ5xj þ…_ÓE9L`(žq>±ãI¨®`¨MYª ….ò¤ã“»â—³ ¦d©•zc󕨼á¦zª™ m*!ÙKTe•ÊNÙ“ 7@isÚ´Ó±iU¶C\irÍ1–þ:CPTp¯Ã*_­e«Ð¢}/ðS 4\)å/‘ª3)€™:¡Óy5âÐs^S®Á¥VVGÓø¯ä „æ°ë¤ªè:T“¢iL"*}YnU³ˆÓ`§ðÑ{x%ø3Õ!]° «R R/8áñ2uc—ŠhÐ}"ŽP°#ñ°ßDaGŒ&×9q²Qe&ÓI]°_I@”B³‡à«ÝXçc›2ë ”aRàʳb¤§½™VêT[{>°(h) /º„e`¶¥_;æ,æÀÐÖÓ ±Êöµ4€£j+ çP5˜Û ‰ä 0¡á4\/þ`SaS·òÚ©[©G8Å0?s2d6`·_4 !05"@_&%`³U[ÚqS ‡‚˹ÇË$µB_i·z%}*MÇâUV¥z»¹@êš»ÇÅ@Èi•â«x“×W*!®)|îÀ†–ªV~Ög5(‹¼õË’úo•:“÷gÆÀ[²¸:ãaWßšÐ;QYÑ2JÀ*R²í#ž:`` l‹÷\ýd¿œ)ç2b„_%i¾,%½6—,¬N‚·ÛËr%3A `½±(–„OȞIJ¼&U€ð+tÝf„,Äú¡¼ö„Jn¨_ýK —2þÎ »ëT’ç˜ D 1‡ès‘ ˆ¡¹tFhäà¢:0,Puei·OÜ!5CÌÆK!@³q͏ƒɤ¼J0´Ð©ÂÃ6›¾®°¾âu{¬‡ q'@|Å=\\HrmÌÆëð,°`ï)Ârìg‡$ej.4F‹æ¸l/0;‡¨d"à 0Èg¼4)!´|AxºH)ÉBÜNÁŒ Ì·L Œkl7¬xŽG3@à{Tó E€"ú—‡(qH°ðÁÙÛȯìW‡¼ËCÜå̋˿øŠIB¿Ú$0¨ªÉÃF ðaP þX¼^’#u»§RöÓÎjäÁ¡ÜgIWZ8ÎLÉ•|ÎÞ<Т¹ j ôw¬ƒÚÑÌIнŽ9‹‡ï8lƒ‹“9C”vÍŒ\Ò’Ðí ƒHíäölQ °êL€þ_Ú>Qßþí‘]ΰ wØìøu½!dÐq@ÎPWæÖŽ >ílï «nÊ£¡ÿÀìxuWúEÏ2°“§ý Ÿß±µ…¤LR,àíò*Ý^[ýnî8fÍÐîÛRíKÛÃ;ìšò=Ÿ”üZP î $°îë‰|ð¸ŠLXädM°ƒ_Gîó/^Éê9.ŸÂŒÇôœÞ¶ÞK\*Gêsqü‡ $…’Võð}‚æ厽‚×È$ ï7< ä€5_˜,µ¡™ EðÌ`Þö…ƒÚ Ê€5‹;òò.ø&_•÷÷Na9Ð`Ïjø†þO6C&Û?ÏW£Fyg‚ÊÅŒMV\å›ÿí@/ ½Å“7òúu5@Í’5PF#ÜÓ7]õ²/û«^ν9Ùò¬½cƶ~C5î°‘Ä%pµ€ÕaüÆoì¨AÒ¯×Ö>AÝžICnèÃtÕÙ/ûáþ2N÷·Œ®¿JbŸ!/Ú`æÏØó í3Ëþ²=QC,,„…L//‰Š/‰DL)Q—˜™š",@F3Š¢LEš©ª«¬­®¯°±²³´µ¶·¸·…»C‰‰LÀÂ3 ,°8:1N)7æ¿‹¹×ØÙÚÛÜÝÞ«=‡»‹¢ä¤þL) +±=:"Ï3¾Ô¤ßøùúûüýªâ,M˜$Å%½ŠÐLB "‹„•û寢ŋ3j24Ž‘9&7f$RŠw*.<óìã 0cÊœi+Ç–_Ì0bd¤„:ºÂ±â‚ ¡|5ZJ³©Ó§N ¹Ü9#d?OÂÐ̉ŒÕZBK¶l?›ä^4 *É C.ôÀ«á'ˆ¥^šÝË·ïµ€¿’P ©ní¯‚¨€bš4k~#KžÜjQ&I@ÝhRÄAÜé€"áÉ<È”S«–<¤5æÍ7nd§ìŽ‹k$ñzµïße[ïºñÖƒIYJ0žÀ¼¹s¨»¢ZAVP@Ìxν{LŽ…Ä uÅaÞÓ«¯ž‹Ú K¬ŸO?ŸôB=,«Ï¿¿6ð‡ø'à€ø"&¨8 6è -6òà„²²K…fGvè M†(âˆ$–hâ‰(¦¨âŠ,¶èâ‹0Æ(ãŒ4Öhã8æ¨ãŽ<öèã@)äDiä‘H&©ä’L6éä“PF)å”TViå•Xf©å–\véå—`†)æ˜d–iæ™;gle-3.1.0/doc/html/twist1.gif0000644000076400007640000001223607326107675011427 GIF89a+ómmU’mU’mª’’ª¶’ª¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛÿÿ¶ÿÿÛÿÿÿÿ!ù,+þÈI«½8ëÍ»ÿ`(Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨´–(T ìtËí‚ p1./¼è47Pcˆ7c®®Û•á0BAÞ“çYtwƒ„=VVY‰rsŒŒ…2y}ed p ˜q˜‚‘Ÿ $‡nYq¨Œ ¡¬­“~c|Œ§§© ®¹¹£ŠŠ·© ª¸ºÄ‘°–n›š™¿ŽÅÐum™¥‹·ÁsÙ ÛÁ«Ñà\`b±~´çÎÎáëPÓo½éÝÂÚÜõßìøHyÈ}ËœÌÒ ÌGˆ;S™Ê£GÏ›½z#ög¥œ‚Zèj|&±#•Cþï®ýZX¯áC‡Û<ª„`¥~ÉÜHÓÓÊ›'xÍJ0Ká¼’'ƒ’ÄITÔ¸>|daT³)ª¢P=ð ikäOy(ƒ2µ+†}zúUÇ©YŽ^Óê4Õ3ÞUaY³ní–%­Ú£²ü-y¶fœ8v£‚„WÛ[“q’¤:,ðJ0û`þ}ƒ°l_§æü8^éŽ'[ËÎHbªø'ãD›;RLZnÑÞË~3MFP€@ê‚ûœ —´èF„±Ô.p;äŠÈ¬)OÛï¬ÌÃg×y§‚¿'æ}Žðð}¶§G[ôëŒÍ7Ζ=œÀðÆâ]±A¤[cvß¹Oôý½Íø äþQ@%•,‡Pz4ýõÜsÑù×€VqÀgX\gß[ÚiUÚio€–{ê@XÈ1ò‚­7™{,Ö¦‘ˆƒLvâç~z^M0ª!`‰•QÆŠ·(h$4H€S=zqÈ„x!oþÆÐ~ èèâYMNÁFä/*fÒ"‹ÍuéDn3ZÅnˆ¥–K¦§æ.!G Ë™ŽŠ³$éž cÞyćX'¥aoVçBsöW§Ÿ†A‘daú™¢lì¹¥¦ðUÊ›C¢b%œ§f³ß‡`šŠ¨<䉩¥‚Z&m‚¤«·Àš¢U(:å£p6Ê”wZò¢¯2þ€W‰{‰©ì­í9¨ì/Ì cH»먱V‘ìµeËX/I+¹P›ë®ì¾h. ëY”ÃÞ—a£XŠÛ_¼<ÎkTX{F ð­pT "À ÂTAv«/iürèÞ¸ 7å°T.¤5ñ"™îgêš{šÑ â/l"¼ ŸÈ¿ØEQ‘]þ›r7š—YI†¤á-$¨@`9ðŒ´áù(bOohâµ4ø¼ú‰±TÜG«è/¢Qo0ÎùV¨”Ñ1à:Y@ä!±*É}1G3¼#*Ș3î‡Äóa{ˆÉô±Cˆ—4¶µQ"II˘±Ê¸å‘°|% É ,êI,ýÆ 5ôÈàÐI’© ä ÑèÀJs˜<#4*(ºæ ‰)ЃL<æq–×Ë“6ó€Íêcn„ ç"ùEÖÄ{\dŠ"ÉjÎA˜õÊ¡<;©9M"gˆô´g=cžPºa“™ƒeê'„½ËE­L¥B*ÇkÉr„Íæ5þ#ˉ֡’Íl›/šCùRRîd<@ÌdVa¤%-æHø940sVð+Á¢‰¢i.¤Yš¨)úÐJÔ&t]Ày‘BîA‘H-gz¶C,¥’Ó_bÃ)F:O|âí˜Á«ª?õùCOzÉC4åzÊ‚’uL§C%CYÉVU¶u¡ z%,÷ØÓ¹¢®ú“ µ¨QM}¯—»ûeH±ZÆ”>°•4ìð‹L6>Á9sæFg*͘*ÌŽÕ”k7§øÄÍÞµ„ܤèëš À¢†ÓB”e—h’úÔvº“±ñ¤§Va;!Ùæs“æ³-çð”?Û”9fîYŠ €^Ö­È…kr×þºÜ··|xíg©èY¹ÚvHØ+L±D3º„Ëi˜&m›·2–¼0/Ñ{Òz ²0Ñ B(Û3Iö¸8Õ¬tag]Ïuzžíãtƒ2²ðÀç‰f}ãÕÖŽÓµ™…§?«ªÞ¬êv} ¬'°´:[Üjxo4¨ >Ü×¹oå•Ëbæ¶ÅÍM®5ŸèÓ*öw¿‹»q9KÅ–J¢nÍ4d./×€˜Wª°5)1+œaô29±J6)mï–7I€E2ÿ„ã|3¥àk9³ŽHîñusœÇCTÇcÞ¦C¨­µ¨ô%Ÿ"’Š?$K˜Ã|29.Ü9=ÇÖª:ä*'½zþ®+[U¬H<«paãâM°æ9f¢æ‹c<éJ7ú­e3m^ifþê·ÓŸöæ €‡å\.¸d¹¬\x%ég¦´ÕNo”UªFK6pÔ½õ˜–Ÿ™à^»ÊÀÎòóÂ,æêfÚØÑÝé×,ÚìÕ´¦årüPÝW³ÕxN¶ù\^Úf;Ðîj(s‚® #ZJ&f4ŒSùèòä岓º4¥åmisZÓrõ¦C=K4G±Ψ©}7p:õ.¤ÛVßa=ëâù™¤ ×ÛÃYJÌÀ7²»¦ô‰~ ‡z<u„^fã}»äÖÅ7þ˜½ãDð´*”ö©ifjð §zôŸ¸Ï? 6s“Xæe=ñ¼Ëš—¦ÇuJü½§¾nªçôäf¾7²ujWïW*t òÀ£7pU[Ë9Ÿ0&y.ò²â:y;ðRŒkÞ[ûxÇÿo!íŽZGyà³NrÂ'› êeÑeš¼Ú¼Û‘Töo“í:_{ÂÕþó•úÜÇ_¹rFÞx_×dêNo·,:2ùVýõK½rßõÂ×ë·ç:6Q¦Ýœ ÙwYëEµt4ù9`žóe8~Kúöˆ;|ÊÎg_èsߘŽÅê¼ ö_<r¹¾tªË·ÊmßoòK×ë>ý ¢mÇ™ì}5ûø&¯|nþ×?óÍ·|·=Ÿyé[àâbñ[¥·qNqián~@?„"YÖ‡Ø÷€l%~[‡?ú&‚Ço_wƒ´]m= r}'rHVyöG‚€vU §Xrç|0 ¥Ö€¼†w®¢wÚužò}0hD óJW5­3~¸W~‡÷o°x„ô~Ws·j#ˆXŸwy&¨vùtÐ× woô[HØ{‘P¨zî!Ã!†©ƒƒ˜qõ&{«¤{„çg~;…~ˆ·ïó{ðw_ÝW|©ÀsO¸R`…P˜d±†RÑw…` 9È2ÈqÚ·wu ¸kf(‰ðã*evU™DWhx4„l˜~þ°…IØ6Kø)zÈ|ˆ~ˆRsgTHUŸ'ZˆtŽGHÈB_Ø@†»8†Vˆg8‰¥nUŠ`)W´'„Ÿ8‡#À!wH‰Îo§¸‡)³¶dI–ÇȈ®¨p‡õpìu1{¦CƒÜ‰^#ŒÀ(”xœ†‰ò8 PÕY(Wn‡ŠäØA5'L¨‡Ü¸©Ø«Ø­Xkúç)0€èQ·ªw€¾†~çŽìŒ‰8u6÷!È8„<µ‰¹G]÷èªs†yX·€`‘,EOÖ‡÷çO((ks÷²Ç+è¸}¸¢€¿¨‘@‰‘í~¿ès”,•þo=ˆcÖ¥ŒûèŒ8IsñבYÉgW©s©oW[VHµèï7‘`Ø‹éA™‘B™–ŠÈJT©G÷ø”š¸Œo’Öc‚ó}!X•ÕÈ’~ùgY0ÉX¬Ø•†•C8PJ謧DCù˜l™¼vu46I™IF™”s ‡6&—¥ÊRp‘Ç—* ‹VX……xÖ• iˆx¹H˜‹Ng–´)†jy›¹–pÔ}` )’ÌH’æc‚ƒ¼©’DÃóm-ùœ,)“ªi[¬IOÍI<@`_;ÙqP—+’‰›ß9”{IדIæyU™yžHÙ”žHœv%Í1pUþÊYCTTR³eš©I˜YýG´èXf¼X  žº‰ “È›‘o ð›p jìéƒøãYFp(Ùwõé ÷¦ž÷h™­‰[Y‚@÷ŸGàÛ©‹™$ š›/úãÙMšž–‰™<è”ùXEJ›S¹„Z”yÄ^9t¢È7eØŸ›—mK0SŠ gI›á9¥ ú˜ ê Õ¡Xj—¹£"Ôd‚‘{¤+y‰H顇¢-Ùš¨9˜ßÈyO€ +ê-z 0z§Tª—¼YÕc7j™6Jû3¡(Ý¡QÃ÷/dº‡.é—ìÕ@÷ ˜Î™•æ‡ʤQ°wOJþj‘1Z¥y ƒWʧ9v¥¾ù–Ç—„jf[ˆÉ¹¨¨Ð¡z¦èi¦§©¦Ñ©ŠSˆ¢SÀ“Ž8ªÂ ª»9£qB Jžûƒ¦µê§´ºžÂ)]^`@ «3Ö¨õò¨Å#Wø™O”Êa–Š Æ0Ñ©f‰§Äú©zº—XÚ?£ê šª­;¥”1¦Ö:c•ù¬—‰‰â‡¦³…«k´ŸoŠ©iÀ¢>©®èª° ¸§íjɺY€j¦ý ­Z¨vðªùj|ØŠEÚª7ÜZˆEú­²® #æ:¬ ›®Ø}Çzf¦ú²ŠªÁI—õ:ö±¨˜iÌʯZ±p×8°nªþFâú¨³°J«²c±2; ÉJª¯#3û ´8*«Hù¥pvù*´Ùø±y#°[ˆšGÚˆ•» § ,Ë´*;žº¥ïŠŒ›³ó:šS  ³”Yµ={™ÿ:«@²—*[b+zC nÛ¶Œ;·2ë´RµË*¸ìù·´á °z¸a@¶Ï'¶`{¶ú@àš¶‹¹+{º h¬Rë!.K·w%¹5û›z[ ʸüZ£9jµ7šŒ³:DšËŠãJ Œ‹º ¨¥®ë:°û¸p—W{Ÿ·+ëP|Û’óˆ^š wÖ«”Î7²3‰gù0¼K+¦{¼¬ÛwO[·ª ¯¨Ú ›U¯þõ³‹~+¸ÍûDô»»¿‹A¼ŒkŒì«¼¼I¾¬q{ª¹¿*áDC‹­=»d^ûœœ»XÓ‹`k¶T¦7Á¿ì¹»¼ä ·Êêº ü¿-‡Ñc»ºk±Î›ÂýÚ”÷«ÂF™yP¡Á9ˆ·Pt¾É˧|¾år!D¿]7œ­ÏK«×Á8:Áì¢k[v¾ :ž«+.Ž«ŒL·;L·Ž‘1ÚËÂæÉ»Eœ”•û ”r½{I©Å©ë¿<<³Æ(À= oœÅ8fžÅA.GLÆ™4ăƹ 쵟ËÄäEâ¡Æ‘¬bÐÁW|¬t¬Ã ,µWXëÅͺÂñ+þLLÉÓÉñKÈ"’§6œ?<ʬª9¬r; É=’¢zŒÉ­<´ eü—Hüsù«­j"™N ´áËivʧZŨœ¾ÈX)rZWóÊ›ÜÅ—,¿ÎªÉÉ(ÍU&*@¹¾m¯$\̌à L¾Ìò;‡ÆhZËâ¦É¸˶F¶× qº–­f ½Öc“ÞAâö->ýÁËýÜq)ã>Ðá ®Þ~ ã:þ^>¼ØîÒ ÑA®ùÞ?½ÐIÞ¤¢ÍSüäLܯMÝ MåCà>©ZϬªåUNÆ ¾ÌÁ-æNðÕR~àhÎ,|å˜ÝæP@äqr#Îü#çíп-+@­çQQE=ßÝèzÕÌ?þ熾|äw¾Ò‹î%e.Õ_ÔéN"»ýléeË­é[[ätž >êݦ¾µÏœêŸêóÌêŸð¼°!°4ë¡ð§¶~ë-ë­`ǼΠ‹óë®PÂ^ìÆ~ìÈžìʾìÌÞìÎþìО;gle-3.1.0/doc/html/twist2.gif0000644000076400007640000001416407326107675011432 GIF89a*îômIUmmUmmª’mU’mª’’ª¶’ª¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛªÛÛÿÿ¶ÿÿÛÿÿÿÿ!ù,*îþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»³‹â°¨¿ïxiáÀG(yƒ„E{su€ u Ž…‘8{|r€—  ’žŸ,” ˜››Ž  ¬­¢–¥™§œ´®¸s tŒŽ´ªÁ¹Æo•—¦³³ŽÅÇÔg}¾˜u´¨ÂÄÓÕá`É|ËͶêßßâî\×£Ù¥Ýõì÷ïùW Íè Ä©´ZÃØé[EÔ‚¿¸I¼GñËKøù³$PÑ3„Þ¤U´ˆ±$Xþ·ÙK5Ò„`/Išœé£¥8 æq"¨©–´FŽ´¤IT¹X·õìÖ²©Ì¢Pc$»y §3ž¤±dé4XÔ¯.â!m¶Ò[×o1½‚]‹">8éÌ3µ©gO¡Aƒá¥È¶/‰Ë>4¨ŽëY§~ûx[ nm ×U'ò°ÂÄ_ô üA-{–-cŽ*€€9çX•Ep²k ‚ÅvjpÕhšš4–›T“do,+‡&V÷6MÓ»ÍM÷ú®Þá‘3/9õ±@É¿ ¯ho:F¦åˆ‡ŒÕî:@³,] ÞõM…Ë;2£EÀƒi^Öv|w§õ3"¬™÷K{íþÕTterÀîèFßcö)ÂT~Û'Ñ&å<!5„‡MUä}ô‘P ¸ÞŠÑ´GX:{ôCÀ‡Ç@I/qB^SV‡ýИKˆàX R…ahVE&¶`O ùÉà8Ê/ª¤äv^Ûî‰L­æÿZö5»Q´­ÕÏhâ- LôqÐ 1õ«³ž¿?,Ì^Ê9W"GÝym5­Š`ú0<ÿAínªX‡*щÊO@«òÄdzítDz‡Káê@EºÃˆê…p Hsl èvsàÊjç½ù}êc_ ˜"zlhÙCÛ„|Q›¶±ð‰´yÎ)N‡å Ï`*üâ‚á1{Ù+)ôËþ^ž(á=B†÷xšUjG¡5ñ\߯H)\=)zkÌIñf·Ä,U¨zÄ: ;cAfq"[<]9³H«scìâ Á×4ªñ^l,Ú!Ç þNˆŒ9@(ɤ6LâdqëcŸ8UX-t§°ß)°#Bÿ²FÜk™”æ-’æ3#=F+1ê˜ÖYã&5)‹&J'Ÿ,X-ö€QžfUT4%=ô3 -£>‹È’ØXè)^"€–³!:dÈé åI1 Ö2e5©•ÆPqë[¢ åºöl.õ™'3—éÌ82HàIè˜.AÅ€´”^\$\¤4.Ý$p•Zäþ9=ÂQ¶½#L'—²:rQ©†ÕçF—æ¥ÎÉFøì=Ñ4‹bþ‹%Ȥ_JêÆ÷ô“ U¨6xù‡†ZgvÚ6õ¡ŠV‰pmW »Ò'?†³BX½ªHCÊNžô¤Xåi)âÑJ5)S @¶Ï8õÄzlêÉ ­rÖÚõ‡SºK†ö²—y”ÑF¸×;m®B&ÕYTkš»Úõ£²äª]“Pr™Æ±äIj?Æz&úqÓ8j=QçfÓÊdl I fW‹‰7nÏÛ›çY"J ò¯‚1,¼3Å¢+£–aí{îC\?nu rþKMø1GÒ,OþÍéC™›Ð¤ %­Å(ÔR¥ ¯p/a£ò¢jº3SP àW‡:T·q1N µš!²±bÍoÑ ë\ßè•\µ_K¤›šTžšœí_oc݆Q‘‚(­³Öª™‚÷ÂÖ/&PÅáñþA½êí«>ºT¹ŒæWïúí°¸ô\»±¸XéÂøQ€Õ‰Ðª6é2Zœ_^¾8j†I8¼Aœ8ôrô§#ÒÃäö̬*žÅ-vÙzVÕnؼ†í^µÌÞ#y׳­Šf¿¸Í’üЬ3ëTà\ÌfŽšWW”Œ€?¬Ük²MÜÝ`D;‹MŒïc¬:(a$̼øÄR6j•çþi#˜!Ù§›Ü‡»ŒÞ÷rN˜>bnKé}Ü(tˆR³e|ç6k’¸†ó!EWç߸¿W….ÇR‰­ ߥûpVÀ^$þs½(º†%-éZ·›Â6¥”zTþÙ€G»žkjcµ®Òë®ë^©,’›Géîo,‘³åÆÀš o´F$,qçÛæ2kåV9ê08-tQ£Îsµ<è#Uœ.€‚¯Oé¬yó³YoìÊ%—vtLÄs,-ZZ[µ*q?>Õ¦¤%&ýùºêîñK(Û_ý¬Ç`æ#Òƒ|¯¶‡:ß~ ¸§´¬E~8ƒÀRúà ï«Ñ/ß1‡•Ÿ$þu—ÃDNüžç+ Xйƒ7éht܇úä^Ö°šÕ„rá«’Š[‰@ð>ÓÖÕcÛ—þO›»wÀÿ½zþ8ï;^ö@vWÎVi×\Í5`GB%€nr2€we”`OÇD‚÷C£9WBNÁ|ƒg}"ÈiØç|îà ˆgnác³—‚iBt—£€<bA%bˆ‚hRg #|övN¼V¢B$WRÅX׃µWú7eLèuÒ2]aZ³÷ ¦Uvé~¨bºz‘Qrâv è{=ÖY›Å„xmÞ—R᳆Î׆>ñ†$¤,òLk#©ÁCxx‡zh‡ãÁ~…4Ø5ì³}Ý÷h<%y6rW+XÖ'[H2xs8*ÓO,\G8©GqUg†K(HŽàì{´@vIþ(rƒˆ…¡n'7^+ägp1¨†Úòxö|XÓOHUÑ” wè5À؇ ”:ÚôV¨ IW)&¸2B‡‹#s‡t¨A‡ãq–ç$tqqX„4ú£C™Ø)Ô‰üwŽ1Žäø¯wUxŠea^¸Š?ˆrŽØ7 ððŒ³x5䳂!s‚•„SËØd7Çdùæ§ÓrÁô¹‡ÞS½vþd‘°ˆ‰'DÉ>·p•§~È—$ù*¤!D(j€£‹÷§Ž½ÖUÁ‰2iŽ4é’ìÀšH:¨0{€¤w€ ÕQhh&(*5*"çÁ’NÙBþÍÕZîñ;Y•¼#‘x¸ ÊòމD tSÊH7€}LéxÏð‘”ÇgØáØ’6™‰\5=3Y—4É?q™‰Pè\9Ýðja¸I7P‘H)KY˜I éOÁ£"Žårt™•ãréÃã vƒ™I©™ùCgˆ¥6”>P,ê¨ yù(Æ%YÎe—¨“#¯Yqœ˜š´ù ¤¸jô˜úRÈN»(UY÷”Ê’”•‚YÂh•ÈY™“œ<# _ x¿Y…_Ù—Y–ËGš´µ¹Ù‚%16—Ùt—â隯Ãí —:©…R°˜ÃékMÖ/J’˜ïù‡mde¥À‡e”þœÈ™•PHŸI‘9ÎG˜%¨˜ˆ¹†¤€X`ž£•¨¹dUT÷FžZumÉ ç¹Ô Ãò¦©C„–/Y˜©%nÒ×sÃŒ)zœXYHµÇœíùœÿ šžÄYpf€¡÷1ú ö© b脞¸U—:Ú4š—[Á9Éž]ÙOšÓÃÖ„É„¢yˆŸWšŸwÈ;Ê”ÿYs§Œ™Ùd_Š0y £Ý@Nˆó]ˆâe|ÖƒC:žw •8Ù3™˜¤ãè Q¸o!z77Ê a¶„$F}„ªM+º3Jœ_‰;À)£‡ ´y!OI?b·SŸ7Hèp,Éoµé¨¢;þ •PŠ Õ’•ÕuÕ–ª¬ºFÃ(‘QJ)FCGdiA ª¨Ø“ èyq‹À?–Ú¦8S^·©qjj*œ¥G£Ð9({Y*ùpI³†ÞÂ;ÁøP§x4‚­:«u#¦¸X«D ŒÊ !1‡CNp@’­BÚ:-Ô“ÍYÊzЬ˲ÈúS”cC棇<¨–‰V¨ë'lBô ä*­u¢‘Ä9®‰Š%sqÄ›æ8sãw­%¤ w’ÂÐxˆÔO÷*Ž^1…ËŠ%Ñ@ÙeªÛB™[_NgÄ*“a6GͲ:®L9®à:R3a›ZØ …#“ÇUbèb{&WþÇÊŽôÚ´rè´øÃè¬?+xt(AÅ7™2¥ˆà6¨«j°l”t·Ø4À},+® Û4®q«…T(_3·)‰AéQm–´*•…§l» ²cÓ &4!šÔz¶4ù„±H^D¹³·²lËŽhÛ>s¶e9–Þ<_q8?–m{‚uE«›±v´Õxeö'ôªEñâ·¤J „{¡°ó¹Í˜|­"ƒy[~‘«ª8¡lX;•ÑŒµ†ãJ£B´œ«¼6»…áEkCgôgU¦i·é‚*­ÛNUÛ) Ђ÷ê”l‘c¦gÏÐw‚Ç»îÊza‡…Ìa-þ«=Ñ‘7Ú¼èµ4£…ò{¦ cq—{¶ç½Ǻå;1¤cŠ]™«EQ[6yNƒ»› ¿Âˆœ4¿õ›µÇÛøÛ‹Õ’¼—˰‰qGÅÀÜh½\ØŠ©ûò8Yÿƒ ÞKR‡¾4pß›¦ùqbÞ$(Lé;¢é¾Ù{VåÕSž¤!L¼s“lËf³–ÛŒ'x3Šéé—¹Ij'c_ìGgwë#¤§ÀÛË#,äõâzo<™cÁ훽Û7©&VµÁx·{pUÌ}”[-Éæ‚ì3Äð–bóÂÞ²NØÛQH̼¸§j­aÃ=etdh|HlÜN|¾Îþx”ë{Äv¬ o¡ûÒh˶kFRÌ™tSÈO‹!%“’l·Œ|½ÂvPºÊ&~«l"°Œ¿st)ëhË\ü—¾L– ߉\š0iÓ“˜<Æ)”já×N½’ÌìCÇ̼tù¼Zü,P à,-•øÆxÊÛÄiÂ,Ýœ\ ”ëd­ö(ý­!Ñ’\KæÁΗL å•ÑY”0Ö š/(ÊþŽ\ à±e Ïvå̦Üæ%¼ªœ¸*=yrô .Ó¤ùq‰·<,^ø€õwΰ0¼¼Ud¼ÎØN’7Ô?#Ç,ëÑxëCzÅWÀªIˆ˜_Ñ(¼L¬/*½l ©>f£Åý“Wô…_HÒïaÖ§±WZEÖ"%yÚÖi-‹SÔŠwóË g¢x Õw%Ù7½k¨ Љû±ޤãÕh`¶#¢G mY ÑÐÔM—$ýáÌ=Ù׈›4¸PTæÙÎ|^¡ Ú…tŒtD´…}qœcúUÓÇ_ˆÛ‘‰”|Ü*ˆ $]š¶µ\Ëõrž Km±•Ü¥ÌþLß7Õå¼Ù4ÞØGˆl…ý‘irWŒ€Ø&ÆôÇÐä¬j6L€”BøM¿ÝÑ®bM³½YQvaíÍewíCyýÔ{íÔLÜàŽ’] @Iµ«…Ý}­UŒ=c;Và¢sÜ®‚ n‰*<Ôd[ó%e‹6Üà‘_ˆèáŸßÏ23~µŒ!¹[†wån&¤±]Ö••P=—Àݸ­ÛZä'@œ&b[^¾SŠh<Î^—JÊàÏ¢RZއ»cf¾€íÖnz<á—åÈw{Û:Ý“ü4kžO‚îëŠ]fbç=^æ¥ðZM‡æ#] Môç*P2zÆHú4Pƒn>þÆamgÝç°â¨² Î ’ÎW4Ä™~°Ñp=þ`Æt‘ìèB>P§Žê£¨A{f5†»™®ù…èؾ 5ê¸Ýã..R·Þêðæ„~†žu~Ò¾àV M]×ȾÜ>OËîûÓy0t­’äÁ.àž>Ö­åË%À€ØíÞîìÚºFÓ.áÆöWútíNi?0ä%âî4`VUcèFîKnîä’R4ÞíQyÞi_Úš 8JÀ~l÷îê—^"ùÌÝvñ:ð«àõæåÎä6M¢‡ØËUŸ.B ò#hñ7æ÷pcnŽñV>i<õò:°„Í@ò¿€þ® V3ˆâÄ^?>¯©ú뎃Žt†è½® ØŽï;µô?_¢ç ë–çÚ0Á`ìò]N.èîX¿Ó‡Iªži¬¾7Ï^°ÎKØþZûŽ iòØÄõÊÀ¦bö‚ÎS:Æðòy¿lïÊäoI~Ó^Ÿá÷uø;ÐKÇR|S_ B/PsnÝÞIà”øq£ø1?ïÈQï9¿^L]í—úˆ¿µ×¥õ3åìvÕù‰­ð®ï•^&=Gñ_^[7Qá½áêw~÷¹O|"?ûIþnEƒi9vò½gUÇÊAx2/á……úAü8ù—^ýFÀAßü™¶ÿU“/þEPþxNOfžõê~MŠÎþG°*>|_t÷øs2O °#Yš'šª+Ûº/Ë3]Ûä¡äDz/ÅÁp ÁA×SúrˆÁJ¥½Å“§À.¶Ï8,“Ëæ3 ËåŽmá»Íõvçu!qxnûuÿšà a¡a!“’Ðâ£A"ÛW%’ÏÓÝá'h¨è¨æUÛ)*ªçß]ã«`«ßh­í-.#¬Û$æeåp’ò•B.s³ó­iªô)«uW¯ãìöò³÷7øÙ\¶oÓšžQq¥¤Zgx¼ü|Ìi‚=¾Üfݵ¯¶¬€ô,h¢°„¿z¨SgLþÈ’, ’¬h‘ µd¥8•cÔoÛÅ"Ã-<ÇfJãÊk]îü¢h,ϧüIý:AdØ·Ï«¼„;x’_“–£<úfÄÓ³oïþ=ü øòçÓ¯ol;gle-3.1.0/doc/html/twist3.gif0000644000076400007640000001052307326107675011426 GIF89a+ÈómIUmmUmmª’mU’mª’’ª¶’ª¶’ÿ¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛÿÿ¶ÿÿÛÿ!ù,+ÈþÈI«½8ëÍ»ÿ`(Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zͶ …ƒáЮÛ+Ááçïá{twƒbsˆrЉs  Ž‚„”Uy€~™€œžŸ“•¢H‡qs¨‹œ‘­’®°³£µ@oº¹¼oŒŠœÁÄ  ¡¶É1q‡Í€Î  ‘œÔ²¬ ÚÜÛÞ Êá)p½æ«¿¿ÃÀž‘ﲑǑÚôâøÌÐüqÒÿžaãÔ­à·ƒÜ$ä–¯ár†tÐ¥H•Åt XÛØ‰#¼þñBÎs˜l€³r‡Ð±[)¬e1Yõ¼Ù³÷H[M„8 2P¨ä s5”ª¢Ñ¢HOUëÈt©Ó £ŠôvL[Õ |ª9éìƒ ¼‚ökÙ±f_Ùôv³-Û·:sòÜÉ`]» ñÖ¥«ULž‰{í Lx°áÂ{*~Ê‘ Vª­F~,Ùjß.Ü̒ݬ¹3ÚÏgC{Ez–Z˜ ·¥¦«zaëÖscÓMp9KLćsãÞ­[šµÊ”ƒ_>™8pãÈjCù&ÚssМ¡;'«`µu׬gk—Íý®÷¼ß•/ÿ¨»<ïóæíÊš÷XÞz˜ð‘Ë/Nœx&¥ëÎ?z:]þ÷ZvÈ^~·x÷!1GL ¤‡Þ„&S}Âa׆9Ô`ú'ât$î7"XX`‚൸à‹,Âxׇ@ÀÞ<R¨cŽê¹çãcó‡aZFã`·Í&–Èä“^¨`ŒTNi¥‹Uötä œ\E;†™c‡–Iæ™ÝüÉ–4Èa`Yu¥“rŽx¥ŒXÞ™ebf2Ä& W˜„Љ‘ˆy!{R5*ËŸ-ÌQ €pÎÙ䥖™ç¦xʈæ§Bš‚cÃjª¡‚úéLÞ«7¾÷‘¨%¸ébdZ'¼6©§w*bWà°Jö™­$Yä©Ìþ¢Š‘?Æ­¬íU먣æ ë¤/¦ÆYœ”¸s kn°èË¡RÏ´{ж¤²a…¹:Ûl…‰ ©ï«­ò˼¤TÀË›12àÕ {¦ð Û«®šugñ¹)f‰:J%uQQ‡LRõÑÖÉõÞk/aE¶<íËíõÉÀ4ïbó9çˆ ÀTæºp?¼pS,ñ~cL,ÇÜñÓîFãŒ}È"b®`(.õ^ —ås×?¯Ìl”-' µQ}(¥‰Ìlÿ!ðÛÁxtì‡è†kà ç­0ÑAC¼pß~“+¸f¾Ý᩹”ÑâL/® \’„z¤0 ¤V¹UþZÓ 6Ø(£ øßQÒ[¸ß^—þó‘9Ϋ’vÛk»ívÀ‹]c{c÷Ü—n›ýõXŸ -üèÄoüñÈ{ÅR17ϸ¥½r«®RïHmÃði]ÊÜcmWï¦÷žüøÈ‡ï{XÞ<ŸˆÓì«];cMݿܴ‘Ô‰æá­ÞäóMþÿ$žkÚ±<>OÒC i9·¬å‘ÃI>A¬%u¯.Y;ßéÀç·á/€ã`ï Â)¢u(4àKÞÇB€àŽ#ÊX oôFC¡}ð† Ì¡A )®„лŸ" lDo¦Ab­g½šŒ"n:ÙX2×½ jP|9 þùL7{,®€`l¡å¿2ʯ~w€EzjHÃ,ºq|þK™R#"Ú±ŽxT¢ÈÇY@мI\êŒ(æjŠqLEè;øÍ‘ƒä$iÃ2²tK‘J"Õ§ÂN†1cdá 㧆:žg¨]ÿÞhɺ²ohJ¥6>1J3摈yìã“ÈÄ~Ñä uÛ ®:ç3b*Ì‘xÛ"+µhÅð]ë‡EN½ÝòŽC„§.÷ÈKIòž3 IÌ~芕¤@IÐ,ö³˜Å4ã;¤ÉÐ JÓy‰øä5þWˆÍÔòQbÈM;ËyÎŽm‡ÃóW7ºÑil“ŒðÄ¥çÉR_öˉ`(L3Oç5S•-ž277Ê…sŠ@m¨"iM‰†±¢¾9éE»>à£8ÍiN ±|„¤²$ç;·Ï]z•ž§ÁçφƒbaqäNÇ7Pƒ"Ô¬¨sGS„:MºÚõ‚ý¡^‹Ú¤*””a`£T¥šUý•ÆUXMla³Ô®:Öˆõüj/«Ç–ÀöŽªê¬Ng:B…Âõ³A¦C¹Ç×ÒЯ(ml&s÷ͪ6ëZKÛÂ2Œ«*ÍmdÁ ±Òª~Ãç‚VÒMÒm5žZßþÊ\ô-FŠÐíPë*]êN7¯¦5*ji©Ô¹eÁµo´mÃX*ÞÚšWŒí®nsYϸô«ºµÆ?¢ÉtV¼5_R—ÒÜþ~ö§Ñ¥âtïšÝ½¶°Bm¡5!ü’/•PýèWkRÞ Ÿ7±M©<1±o5ð-’Õð;à]%|.‹ÉM±™Ëi¬¸Ÿ¡puï*ãïÅy][bžò>Ó:  †ÙÛ ùÂâ=šÑúïãÖvµ«B÷ߓՎ³¬ò‹ßcDÚUǦºè}¼ +ÙÂ`í[„‘Ìæ#wøÍHû-[úä—¸ N§ŠÑšÈ)¾ÕÀÐÔ² clþÝBÓØÐ`ž”ÅXà¼ba°h¶Æ-ÝÜæJ£RɃûÌ{y»ÞøEùÑô5¡yI,›NÐ[0¡šèô$˜…½1ã§¼L4«4™Uçš)Ík’Óp†Ó‡çœ)ÙÚ“Ó&±‰mj_Ò:ea ª§ÝÜ.úÚ@«Ïãi• wYðó– C Ëõ)Oµ´ºy `»{Ér¢,|5,_i0€}0B#ª¸Rû;¿4MµÀ;–\lÛÛ†JmíÈœ<'ÏÈÎ5f‡·ëu'ÖïÎ4¼K4ìc±ÓDT6~šýÔS×yÔNùÀ,Z“Kó ÚF¸Ì^ïÅ0|qN8ÞekxeþfCµ×@W,J2l¨—ó~'¸íóÂa[kÎû÷Z§nꀫ|½8¸Ö]­pO4P@§xó‰“Üì¬xÐSy’¢»èÐ9>Ü ±¤/Ùôõe¬ ŽzåW<—U–]Ìüð:ò4@vÄãÅ„}­³Ô+'˜ís‹¯ýåxûÆá޾HD¬Jz€Sh…t}+ׂ€q*!€]È…„Xs4ØcT†3#0ZhxƒØŠÚ'fÿ n80e~ȿ׈M#€¡:”Ø‹”‚y‡Ð‰ÂȉïV‡ ˜lwözxŠÊćĴ6·Š[èŠÔxx†nµ‡;PnfغF }Ͱw䈉º1|ÃÈéè‰óŠôæxÛhŠ¤ÈŒœ%;ã,ÙWúèm°ø} ˜Œ1@‹éæ;Ô4Û0„Y‰ N3têHŒ¹dÆöˇŒ>°ŒóøwÔ;¼ƒÁ)x31·$fUƒ w‘ t‹,IrŽƒ¨Â~¿V.•Ò~›‘›¸÷ŽOøòˆ‘(}|&àA0Yh(o@þˆ%I5µòu@$´h‹ÍÖ8¾xÓnFŒy“Gv6?ù“Ïè>2³'T‚30‡‚¨”n¹•°’Ž(ÏÃ,Gá»H„zIއ“ëøfµ0–ô¸9gÃ:‚’SbGI(‹¹”3§ Y‹~³`β>hã+•Nxù—]éù0˜ &8š{U2 pc3¨2޹m$ÑJYUc—jx—˜5¸‰5\¡‹œé—ÒÑ¡”&ÔÚ–;‘Š”HÙ 6Òš÷"&Qvi{©ÖÙ‹RÛIŒœŒÔ>Êr9ér±£ DYçМoyx[@R4U™Žþc•<Œ˜G^Ù››!*¹Aê£4悯ã61I0èœ;¢-ËT;Óé8WyÕ „¨ŸÃ(2ý‰cÇa9j‘Pž‡E â‡.¸šëY:#9h¿¢(g(ÍÀ.Gˆ™¼ÈÚ離q¢@…êsI3 Ãù b7/’šÓX(áŠ8jäó>V"!̓áT’¨‰Öš¤€e8–/ÁqBfYšÆÙ"jÉ # &GÊ…XÊÅó>טyñŸ¦2¥S¡ ©›1j£iêþÉ<‹°/qà ¦¿"¦lãzË©œ°—§ °NOVœƒ:KÖt*Lц™ù‹\Á‰Š*þQû$ªBÄYAb”ƒ¨;"k‰x›:*O‘4›òu’Z˜åp›¶ZÀ¨•7Ùª/ (BòŸ²'Šœ¬È˜6£žbë2Ц ZZ¨ò:žØ2®C …B¤äŠ*õz !ÇP;©#ÎS•ÒZ{qoH1‹Ç`y5$–C* Éù¨z!¢m)&‹¤n #œ§»™Ò±L9²5…=*Ž'ô¡‡±)4sªÑ&0«¬Qg­Q%ÝÇþ§‰ ²wy4ù?«×0³¾Ú¥¤‰B!%œ’c*…Ò´;°h¾a.œ’WHkJ;­·Éµ>pTD¢–é1ŽŠ˜ªµ>‹¶CÀ ̺'•$…B•˜W)3ºt{Úª(…ù4BªäI¬™#{ú h(¿±å˜›ˆÑ¸Gð©ÁIUy·ÚÑš"‹¹HP°xbs0I(Ðz .ÛºYAºH$Åq±Ã±¡X¡¡âšœ=+¤»J°4²Ú¤¸±ºUI(¾«òq±ª4…{Æ{¼I "¡è îêjžJ§ßSлR ¬\º«6åp²½»½J,ô¶Íš²£k¾çþë Fë&-“1ܪäËîËfJsaœ¦µµù»L£¹Ç1µ^ê¦ ,ÙÀW Ä‚%ŠãwsËÀW@ÀÝk£ú¨¬¦K%€¦¼ÁXµ6›·  Û ÂŒ¸¬·¬ÂX$؅¬Ã\/ÂB.Ì#6ÜE2ÃÂa»âÙØ1 ‡˜=D #DìÕÄòïny{bûf ?ÜÍïŠõÓ¢ò·Å^i¿£0É1¨E,G…à~à°R"ÉÒFä@:6(‚¢Ëã]ÖG jð¼Ù kµ³mЏSä ÉÎ ï…–´$0 0 # 8ì¤=œâ5¯'9_b×sÞå!V&q|KŒåhd ¿÷Áî–VŒh³¸¿.ó¢Ã<´Œy<4è˼œWÞ¨œ82hŽ×L©E§ÇmfÐ gÎ^§«BšSvÁBä:×Ù»vJ’Æ‹'ò(0ÏOx‹“]Û'–<É%Q"' cŠj¥ƒþ&4Õk;örSøÅ/-ô `…;\ÁÆš¸…™ÕŽ ã1 ¸¼¢~â/ö\ÃH­BÊhRó¤'uP„~(¡ ùµCIÌ fR5Ø…¶‰+ª•àvÅØž¡wéŒ, ¹Bwþ²’B=Âò"@P(ÅžjÀg>ù•zðS‡Óåõ”&©J• ñRVÛt¢­ÚöNÛ“nÅz°²2Ëa:BkãH5mA€¨¡°œW¢&ªh$šp¤&õÚ ½ŠÄ1×m ©4X öC„å`a šZ•—±½ÊÕˆÆ^c5’²>}g%1+Ôåè¸Üªç=ó9Z¥šv©X"-iW[•Ö Ô]S­¼fË&þi•«uòª„w;°ƒYaBPXpÿ‡VŠ p€, *€IË…c®¬%ÉT¤ÉbéB7ÅÊaI™,S͘é: QfÞt"}µ(E1rÑnuk,Õhq¿}Ö$7J-¨9ëŒÕ¬€ 0æÕŸ¢ÅaÔ°eäxy©á:mHØhåÌíšIÕL“Ͱ¹;÷Šóhl aëiO þ¤íÛ(ë6ÏR¸¡…$r bIB7¶B< As« ‰s c³XÕÀ75´±ïÌíC%ßhIÀ¿¡6Ï$3ßÑɈJ£9¥f5@fÍ‹ð¼'#óÉ‹C«ª«ÅqÉì´[=уÐ: (Ö·l]ë9¾îõ=fîoaÛÜNjΗ³@›-Ó®öµ­ýž¢ÃÇ=¶±¡–ލE)ÊbŒºVˆC,h¢Ž|ðÃr6 z}ÑqÔ·æÆÞÌ­Áì/qILn“™Øäí ßIÜÕqÕH\6ª Œ`c#Aíþ¨GÊ²Ž€4xhÉðFêøŸµ%(HТ(ùÉmëʯ|פe*16?ŒÎC[ˆ72ú|%1YT²˜C'æhËx€Ú_;GϽ{¼ím Ù§ÜNþÓt$HM±>îÕ9áƒd]ÞSS×%ÄÚëûóôHCæ´¯ îß|%Þ ¸Xtîv³ÄýüѦ;k^3›öËfGíñÑŽÅt#A½ILbR”OuüÒÓäñ†rEÄr¸Ör•÷e¾–}7z (áð€X1ˆå€æÐè(@‚²!ìññöA? $ø$-˜N÷(þó(ür‚6# Í÷|e0ofóƒ‹Á=^'!`— Ä ‘„¸„ñ„ä€l¬gA…°7{XX{¯îÇÙ†t`H‡bù‡’$ÆWƒ'€ƒ¡0’Wkd rrxytx€IåI[“_ ‡z¨ }ø¡ ƒƒx€xQÀ æˆȈ ±êéð•(˜8sQwÁ‰vñ‰œØ¼ÁùAŠüqŠR‚Š ç$6rÎGZ7UÑñƒCd‹Öõ%–’i ‡A)‡ØF†(Œm4 ‘¸ɸép•ˆ"r‘‰Ba‚Öè‰ØŠø±þ0ÈÛ(%PÂPb|B+ r‘7y=‡Ø.m€6èr¥•T ¨ ö¸Ìà ̰‰Øüø©QÐI¡‘1 ɉEQw!‘FazÑ?€‘¾qŠþÑ(À ’äx|çøŠÊ‹Z׃·¸’¶„Ô§h5—„úˆþX“üȈûX“Øé°“Ñ“˜èAÁC‰‰D‰u!‘ ¸”£(нQŠßˆŠR )R)b縆‘WOT€rqØò–bùŽ–‡kú„‡7´‡ÎQÀ–nÙ–pù–nRÐti—•ƒ—u>ð<З>ð—})˜€Ùþ—&З{áz±˜{јŒi'°˜ÿ™ÿñâ' È7’ÇGu"GhŸP;(‹a ’µÈ’¨™‹¬õL8lY9¯ùQP9I›tY›™—wI—a—€é…œx¡˜ù˜Žyœþq‘•¹œËù‘hÐù(U)ƒ,à(戎 PΗ5T°ŽaIh6*`ryú”OÏ“ _°ݲìùžÝŸðùž>@ŸöÙ-õ™Ÿ; Ÿù9>àŸþIÿéZ jŠ '@ J ú  ' ¡:¡*hœYjƒ+€ƒËÇ %PT@¢=¨’fž-É’Aø’&þá ‰hŸü¹ŸûéŸ7ÚŸ:š£<: =꟠:¤š Ê G ¡ ™ʤSv¡úg¯6¬ˆ•lÈ-T‡=Øà©r_ê¥íX‡æÉ_Ïcl9jº¦lÚ¦nʦ$°¦qª¦s:u§xj§zš§|j§€§ $¨$ ¨†Z¨&Š:Šª|ŠJT@Ž3è(Žr•Wyƒ9È-AÀF¥Yšàù©n ¢¡Šš¸ø%OˆØ–w*§jú§~ ¨°úª²:¨±J«z«¶J«‚J¨¼š¨ˆj¨¾ ‰ª¨Ãê¨Ê·x,ðjÊš¬Nb©çø¡ i@Û©¥ÞªbJþ×*¦ãi€¸eèiO2ÊL;ð0@®æŠ®åº®æÚ®ìº®êúz®ó*¯àð÷š¯ûª¯øê¯üú¯üª¯;°üª¨úª¨Шà$¯æ°ò°ÍÊ—zŽ0Œy$*ÝIeª Kª©Y`Yáˆ(›;p¯äš¯++¯ÿÚ²ä:¨1ë²2ëƒj®ƒz¯9{«ùº³[°@{°B›°Z´ —´Ëº¬Xyƒ£ y²¸¥JŸš­U¦\¦rf‰C¨jOÎ0›í9c[¶gk¶d«¶h»¶iû¶j;¶r·f{®t;·xK·ó4¶{ óô·~kþ| C¸K©k¥€±O»±Ýé©£²¢*ª¸(&r%Wö”³Ñ·ž«¶ŸË· ;º¢[º~Kº§kº¡›º¬ ¸® N‚¬RʬLë¬8­žà†±HKµû±ÖzµÁÛŽÜjk_®ðp5î9˜0¶‚à¼jû¼b;½Ò[½Ñ{½Ð›½Ô »#¹´´K»+ ¬–Ú´& R(Ù±Àû©p ¾ê»¢•Û.k ‘u™Ÿì ™û)h˜´®Ö¿Ø²´ák%¢›P@`rÝ)µëè±Tû©T;¼ØŠµb‰e)ÇL`ëže Çõx(PSç$“z¸Ê¾ÉJ„+¾‰‹Ïþ ¢£0še€¿ËÀëª3L5Ž`nîÙDžêžhàî¦Nó3ìŽóý]âó>ÛmnïlÞÐð¬–îܯë¸N¹òнâžá¡€ÒBÎðoõXì· ñpýÂúÍɃnï’žàT¾ï*ìàÚ>òjOò"¯ØžîÆ)±,¯ ßðDpõ8ßþ6oóqó2ÿármì@P@_B fߨÐòÿ¸îøšùl¿íêQ?æDn÷}õÏx/ñ·­ßD>úpÎÖdÍÁ®øý¾økßú“ÿÜ'ÿë+?$&è ß0ß÷z¯ó{Ïû:ןì’Íácnø†_ÆüÎúùJ ô7®ôÒã4ÐçÏô²裠)0õ õœþâÿù¯ß ?ú@pü(}ú-Ðgÿoïúòÿú4pò±¿³_ ußwoõžß€ÐÅ…Ö%Hˆ6Ø…xˆ…Öø˜E™T”TbR2Ðéù *:JZj:q±‚óÒÚJCóþ¢DC3S«„K£[;ëû2+üò‚ñrÁiºÌœrYIÔÕEÍU-ˆ}mýØ= Di©’)QÂŒž®N:1±º ³L;,S‡,ÍxGceéaãÞx¥à‚3v¹xWmÏIEU)ˆä‘*Î [¶ÝfSAEȘDIüV–WÇåBU×X]*H°!wáç€þ‘ȦIM¸iŠHþÓU2–ac2Fƒ^~öɧ4ãéAc‚fæ™hREÕ ü)™d¤Ž:ÊÕ1µ=9Z”z6h¥•^Ty%¨Zj¹V…]LéX =’3f™‰2åÎi&Iâ 3¨ ›·–Hb¤ýUú‡cÅX^ŸÆþ‰¬x©Ž#A dðjSxŽúg«¯Ú.ÙÕÁÞÙc¨vê§ænéiæê âªŠÔb`-:´­ ëµÖºk›þÞJƒ®sÎò‚–ºè ]Ê&à Köð±Çºp E¨jÁ˜‡B[¯G´É*+£ý÷ÓöGÃÊŒ:Iuxûí÷§K8á¡?¥Å.¸ ú´îºÑ" ¹ –7½ô嬸-‚_ºßKx}~ñè‡-úØW§>æhSδÞV;{í¸Ûž{ÿO ¬KoxijÒñ—þ„ÞLç:ñ\„ç™Í&õ¡ß2de0#½ídMœÙ$¹[…°{q»‹6ǹª‘OkéCBúÈB¯•t1 Ÿª2½ø±Î‚¦˜–0» Únûó_ ûã;—M«;b kH¼ãI1TTà­HÅ$È ‚WsU‡BvâÈ`ôW2íyðüà®,wDØlZ@²@¸È:)º†zÔ#ñÐWö@7Ì¡ä'Æ Qvg¤m ½Ëñd,˜¥Âˆ¨€€æ«b—€Å)¯Š2XÂ!ø<;Z@~SK$)Œ¦–ñO¬em B8R’*sl%‚.`Çþ‚X-Z\B ¤xL>&0™/4fIHBzz¬ä˜+Eñ±2Π±³ôÉHQ’ü³]û¡JÏE·èÉ+ÆsžWÜâ)eðE¬r~× ,…N5²—·\ã)™DUÀLXv$1KÉLf–r™È¬(De€ÑAbLûœ€5ûù‰ ¤vßü¦#!ÉF”¦n‘Œî‰Î ÐHítA ÅOJ” ä)(å)ÅRbÔ2Ðô¨¹CzâŸß 'Ùø„‚Ô–,5YËÂ×Ćò™Ï4¥1½zLˆ‚u¬b Ì:È p”£òÃ$EªmvE©SZNºþþꪵñ%‚‚©Åb&°” $¬W}ZØ *£CÅ'5÷©TP\À‹åÃUØ ªSmãS[º×9Ú‰jZ}èW…êUÔª–¬ÆdlZ+=·Òχ±ä&íšД t·¶R©þÙK&þõyE-(kðSäþ4¹?í©W‘+ƒ4Ö¨[åô"»ÔtnóŒáÔ¬f£ ^r¶ Ÿ­ÝÈ‚ËN}ºÀ¡] ëißëÞø‚Uº2à@4ÕºJë&U©´Ý¦ æZ×ÜÕ®çm½É2ô’v½-f)‘ á%Dø¸~®…£ËØ¢:6¿øhdà€ 8³›¯‰©úHsòòe4탙ÚCþWÆ1Æp ÌŠÑ à“­ÖÅî'~¨Ý‡SÀDð#Ü[H÷e²mŠz‰ºÚK¹ÂS®²té«¢òد‘…€Q-+â·Äá-³gS|Þƒ¹H•/Æè¥kÌ@ÎÑ•3†ãÝÐ×¾è~/P€uú¸ÈrmmðHYÀŠ6²nëZÒÄ2®K’ p8H{RyÓUæ4•¯ŒÑÈ ~f브]pSÈE&±™Ã ÕÝ¢QÒ3¨tÛœg9_yμÖu¯ë\ûŠºÏôuMè¹&Ú‹f¶³¬YHFûÈN°:Í4M([¸ÓÜþ´¯;PQk éÌo“- ÙþÙOÈÁwsðj2Û`ÌOUñ ëhG›Ço¶³® ðëšá¶Ÿ;pSwÙ @¢—ÝìˆÒ¦´Ùù¼çZÂræ8„;îk]{\×൸5ðçc3œÐê&r^Þî1Ç›Þ)6¯‚9L/Ö×ÍÀ¹Ï.çÔ@èÂÆg©è•b9xöËŸílÍB»»uÕ7oÎ!­ÞYä\—3týu¯]è%'7¹5`l¥é~9¼ßÞnðÂ[Þ®(%­få\ÇöÕsÏx¡“ýøžpc«\íL‡ºÄ›]u¯,ÓZ¼}ìHTpÛð>ÇÁÏq øpúìþ@» Õî ¶CÀíí†ùÜÍ<æ"›wòyÇy¾w¾ù Ý绺ïCOjR'<ñ§G½'˜îv·G}ù²è7¯~I3M6˹¯çåœ]gûÖ¯Áö½o}à‡ûìéLºñ?‘î¶;îpßìëç ÿpöçêÞ2Ó©on‚‡>è¿ïèÿOxxx‰gz–w~È÷xP×há´j’vm@’sY¦y§}8tÛ÷ §ÀGx¤‡vç' é×nëwíGbRç|Ût ?d&€r£l×{ÿ§k4ø ÷9Xx§‰g 8 Ë¡|CèxÏvu¨w_ƒ=—}ž÷„àzOøþT˜(xHj  @8 "È~%(wS'xgk.Rz|ƒúçohƒC—ƒZø €ph‡†¤ „O—€Œv„ 8- ¥w:fr5èy~Vˆ…W8…Xˆƒ:ø Ð\¨‡{†lG†ì7uŒ¦dhˆj—‡r¤&ƒpzCwŠXˆŠss8‰“x‡¥‡‰a}èr‡hÿå€iè"éƒà¶{S¸ˆX…Åx…ŽXŒ­8‡…G‰\8‹¤ z°‰%({æÔK‰²†À„‡r˜…X˜ƒ‘؊ʸ¯˜ pðŒ¥-¶X„9p„¸‹„˜u/Xr¿·È¨Äøˆã˜þƒåH‰”¸Ž¦ zoG‚É÷tV7Òç‚}v78‡‘zþH‘å°xi í˜|Ìæ‡4WIHG-è‹ÀxühŒ+yŒU­(éŠ 0‰¹ ÙzoWº8G‰h£¸®Ž2™ƒi” p‘‘ `“Ìà‘Dx…ÿõ_gW’ut’øXŒØÅ“W“/‰”Y“M¹ é·z9¹““F8×gÛXx¬(“F—sy‘u)– @–éð”!)•$ŠÞá‚㆒YÉ’Æ1)‡ù‰É˜` 嘗è`–9°~²7Wט(=Hj†çŠry”ã–v©” ™ê-Cþ˜h#™N`€ÞWàŠ™Œ‹I›Œ¹˜Š™˜!À¹¹"™¥©—l§| ŠØ”BI—ÉY—šÍIšÀ¹§ ~ºØ.À‹8'˜98t­˜¸é ž‡y˜»É!‘~–)iÖù—ÍQz°™oé™HÉœviŸå¹ pžq𩹙™pù•ˆùâ)äy jžûÙéIþiTí鞀@“—ôi—¾©›Zž  Ÿ úÇ“J$é´™´9 Ê¢Œ¹›ã™ "úª'’»ø*ïi¡J©”öÙœ÷Y—*£LÁt~iœãv¡9˜›- £0Š !¤4¡zÀÕ)Rç&-ðI“4Ù£H¹›Zê¡ JžOËqvð*^X¡oI á™ L£`zlW{.bð™:Š‘<ª›?ê› ÚnšËHØh¡9Êœ.š Mz¨"à§¢ÁvÊš‰¥;ª¥zú¡ ¢‹zКÞQ¡‘Ú›lЍ»‰©{ˆtj§>šŸä餣 ‚V*©™¨Mʪ˜Øƒ à©” ¢Š:«³˜£a«º«i« Ÿ©z©Áڔω¬ËʬÍê¬;gle-3.1.0/doc/html/basic.orig.gif0000644000076400007640000001616307326107675012217 GIF87aÆæöÃaua08ÿЦeeeeeÏ0eeÿe00še0ÿššeš00e0e0000e0š0Ïee0eeešš0šeÏ0Ïeÿeÿš0000000000š00Ï00ÿ0e0e00eš0eÏ0eÿ0š00šš0šÏ0šÿ0Ï00Ïe0Ïš0ÏÏ0ÿe0ÿÏee0e00e0ee0še0Ïeeee0eešeeÿešeš0ešÏešÿeÏ0eÏeeÏÏeÏÿeÿeeÿšeÿÏeÿÿš0š00š0eš0ššeše0šeešeÏšššš0šÏ0šÏeÏ0Ï00ÏeÏe0ÏeeÏešÏšÏš0ÏÏ0ÿeÿeeÿšÿš0,Ææþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæç…^êë^IîèÑ^Uìì`^öòùóUWIJIð„é£w¯ =|ê®x¹r JC,U JŒ¨DI€´öTwÐ`Av2tH‹“(O*Á²RÉ’K0šJrE#½Ž8?²çÉŸ)³(Jt¨Q¢6’Úy‰F›sJedzjO†X²jÅ’ÅJׯC—dKvì“%gÓÚ¸‚©"wþ5ómœš¤—«°äÝ«—«ß,Ÿd,¸ì‡#^|ø†Çwܸ±  Ó$r£z¤»¯Õ­ ³Îâd°i§+x²º5ë× vÄ~ü¸À Û¸C„¨Ì¸óænÞÑ®g¾|·Žþ˵s×ÐaËž>{:”סÜÞ^G÷ﺣÍp7P¡yΜAZÅš\ëòÑ¥§~¢…¾}è òë߯ ;öÿþ  €ÞX€< ¨à „@ŒoÀ-$áyW€Qa…Äy´Ñ:ÜÅS_|½÷W$žV߉öi¡€Šüõç"ýaW3ÖHã€8Èà ;ö¨`‚(Œä8ˆKpiþdÞB6y!z:©sÜzx…æW¥Å7ß°uÉŸuÊHã:Àƒ™hž©¦™<ò8o )ç-¾%yÅ’:)†uqx—‡=(h^"J¢|)ÞÇZ‹úùç¨9®©&(ðP饖fŠ).ò3žL>)ªžvF%VV^ i¬":X}ø}›£aŽ™#Ž’¦É¦¦ši'¨£Kjqú!r ÊÕ¡ó¡뢌¾cvÚjk®Øbº)¿yzg¨z ûäpNÙžhÌæ*a(Fmu´Òzë­’¶Ù#¦"Y ’4y:a¸Jn±Ç šîˆ%êl¢,2 ãõV[&¶ºþJª- p[Óߊp“n(%•‚*—n–ó Æ¥»ÐæG]­Î+ ¶”òŠéúÒÂïÆW¸E[|l¹$#›×–°s ?ûn£0[;/Å6ɱ¯4q pÐ?ÿÜ3©åk´Áʾ‡h»-ëf¼5ÊLµ½ãÌi·wn ×@ëÙuÀô(D•¹©º‡²–έìeÚP³-õµ§©­¥CBó,;ó#,Þ]­ùÞÓœzU"‹®¡)'ÚZ´Q‡)3½i­iä[^÷aÐÎõÝ›çîu¸}þgÁy™üáÍ~ºÚÕÍ óêWü¸œ“ËRùìÖ®ûõœóNUf¿†,éþÌ2œâŠïBü¨Ô¸6^uÜWÛâ›S‹j}æôç.î„òÄågè‚–}¶¢O3_ÄÐ)õÕìyAŠž,|ÓË9i~ØÓÞjg¡ mÌw#ãŸðšS<§µ(uÔ"“Û ¸¾× &¸Eà§µ A°~0¼Þ…,ÈyOUé Ÿ‰ˆ8ä°mS«Ø«&§öÕ‚²»Â®À&n OŒbë7Ã%yË<Àë_ºÅ2ÂKu;`ÞÌZ×£!>h R m±Â~Ýi‰Kl"ç(Å®ÑQ†¼ÐñW,\Á©ZÓÈŸóIŒqTsžÍ€p14fÌ}4h`üàèD:Z2Šw¤¢“þ²1Ììã! ¥•Ç*Â:/“WËXÂ3jŠ‘6Sã#uÖ©;É‘‰•Ĥ.3)AQ]ð)ú¥D€â,“”Nà’2—é%(À™/SÞu Æ0®nR÷z% `y©4¢P…,´%.å¸ËrBQ†Ö3Ï/½%ʈ$%ðlIQˆ‚–zž…1ød‚ô ™ÇhçŸ7ÐóêµÈmžÑ›ÜjÂ;›pKr^ò¡0<'íôè-w°S"ï|gKâ)”'(Á£i±§bl ’öó¤ÅÍm Ôw¥Àîvozïþ´¼#ÓR£úÞ©¦,«?ŒÙXÿù‰QàBÀgS.ØšÐNY¡Âi ðp;Üàör¹Ént·ûâðÎø¦%êyºÞË65¾ñ<ÓhËâÕõ½¯>Ç€³à¿6.³]W3üæ _øj°óžóüç>÷ùÄA@ô€ÀèHÇ8»C ¹¦{üÎövv¾·yT¦{ŽEúl_ƒÇÜå_;Ø_®ÜœfÛæø@Ú×®ö¶³½ €»ÜãN÷¹ÛîAÞ÷¾,þà_Ox§C=ä#Ÿ:®nu~ÇâÕN°µ×:v±[“`?±}@ƒøæín=èံ˜¾ô¨?½êSÏ´þõ`@ì!ÐÚCàR“‚îw/u>8‡È'‰µH‹“¨‡”¨‰aØyŸŠ£……8rþiˆŠŠ|X8 ZÈ…c'‹ÐøŒè8aW½ø ¿Á$¥H~ݨ†©¸Šo˜…qÈŒ±8‹éøÑ(vº(†õçŽ ŠCR)l(YÄxŠöxŒW׊­ðØŒþxŽi‹RÀY„›Ø‰×޵j‹Sª¨ŠÎVä§ŠW·èjûh„ý¸‘w8R€“é‘_§‹RÀ‹è ¿]Eu'¹M)yo‡è©x…0i °ŒY“9Y‹8y•èÈ“ip~˜q¨#\ÅjGy*©”TH, –#ç’V·á¸@I“.'³x—XI‹y¹‡XÉ“ué9 ^”­ðþŽŽÅ†ˆ‰’÷xj‡¨–޹–Îæ–'ð”2¹…Q`—˜S ™U‰•ži•Ué‘™Ù•_ })–%—˜‰™”Œé€ù˜÷vŒiùxrs釗™››¹›Ù›ŸÙ—‰™9œqhšJÈt‡9S'Ɇ¬‰jDÏÉ{¯™M¹0)‘«•rx‘£©™œù›¾ž~)œ‚)˜:`œ…)9D9–Ëy’Í ðùœÓÉ–§&›oY›•–Ù¼ žþ) :œæI`ù  H’c©œ«¹˜ÎŸÐ ™°YŸÕ —ع 4p›Ü ÿÙ¡U) J Šž¬ x&쩚f©”òŸþ ™±Ù”“‰Ÿ'•£É¡áé¡X ¢ê• &º *Úœk ¡òù¢1*›J£¨¡˜‰£:𣠠=Pž>Ú*xE–ÌI+ॎi¤:IÊÖ—° ŸÌø¤¥ÿ ¢UZ¥9¢¾ˆBC–¢f ¦*¦ó™fzŸ®6—k ¢nžz•> ‰ê£ª„ZÊXWçž©¨§aÚ¢}ê˜)i¦p©®–¡N˜¹y¨R¥mú¡‹*tj&`'©Ì9©_ú¥Ej©cú¢l™©3 •ûªl:ª¾Š“¢:‰º¨:ð£uʪ­j¦?”±úš|j«k«šz*À¤®X‘þz™¿º­ÀŠ£ŠZž#Š¥®x(ÔªU·Ë «”ú¬—*­gÊ©ú(‡¼úÜZ¯Âª¨>À¨$º ‚gÈ —Ëš®Íº§´z©Ñú§¹š…Ø*Uª­nêÂê™ ±99±ßšùZ¬Ú 䊬“‰®ÌJ©³ê¢íê¥Ó ¯â¸ k—±9±{¯>¯>ªB þÚª ²êJ°F ­˜j² +ŽÚé+›£0û².‹¨K ³ÃJ³ÆªªæjÛ³•J²@ë®›j­­à©óú›N±a¶J;³3‹±$àP°@®:{›’`*«[«ó)­“I­2)‡+«™c+¶€ûþ·‚k¶h{žuš³[µ{µ–:¯Ù¬+0‘;´¶ù© {¹‚¸š›¹fK³»¶mk¢È·s+²븎+¡+¹›º·F{¹=°¹²Ë¹Û¹5«¶‡Ëª&°³ËZº D¼ñ‰ºÁ[º±:“i °–§Š:»ÐëTÓ[»¶[³›ž«ú± k¼¯ ¼ÀK¼Ž ¾s+¹¬«*°¼âè©Î»´ ±ÔK½0¿T0¶¶›¶$ n»» Û»ë˜ä+¾D0¾å¹‘«+€¾®ë¼ï+¬Ó[½ó ÁÖk¶$Pûª ýʪÖÙ½_ CàÁäÀ<Âä{¼œÀ+ ¾³þ൰»¹bûÂ1,¿õ[¿Â>€Ã3›º$É¿¤¹ \¼",À%ì¥æk ¯¯§šK¿PüÂRLÃN«Ã3[%¿™³¼¬æ ÂLÄÅ+ÀlÂæ‹ÀÊ˼ÉÀ;ÅnÅTŒÃrl¶<̶ǪÁ üÁaÂ#lÄÅkÆJœÂLܾ ÈüÆŠLÅõ;Ç>>P<¬¿Zº»*—¼ÇCìÇd,ƼǼÄ)»ÆO<p¼ÈB©\Ã9ÜÊAÉ)Xì¹K­y¬_ÌÇ~¾ìÉÁ›Ä(¬Âr‡3[ʧ|Ì©,һ̎ É’Üïxhþ·¬Ç¹¼Ë½L¼~¼ÇJŒ²'÷•f ¸ˆlÊSœÌPlά<Ç:ìÌ%@˯8k&ʘ|Í},Æ€ÂI<ŒÂœ¦б›ÈpŒÎñ›Ì> Ì© ¯üÈu 0Í(|É`¼ÉøœÍ¾ ƃŒYX^ÎókʦlÐÓkÒª¬Ê à ýÐì¬ÅÑlhɘ }ÏEÜËúüÉüœÀÞ ÐŶˆŒÒæ|Ô*­Ð ÝÒ°ËvüÎ`ò|ÉT­Ë8=ƽË|ÜѵÅ: Ò‡LÒ)Ôd=Ö+½Ð ýÈ Íã*Ó&`5mÑVͬÕÊÕúÑ-¶8,þÖeý×f­ÌKíаüÈí ÔQ=Õq=×ÕžlÕýüϯàÕ{íÊKÍЀÙcÍÔkýÔ®àÖÔLÕ6ÍØœìØ;ýÁ˜œ×³à ýÕ3«Î—½Ùšýׄ­Ö² ÓmM¢-×MÄHÀËC€Ám×|Œ×´ÔÄìÊ–Ù²Ýܳ]Û±ÌÖ®‰]͸ ÂG¿-Ü,Ü¿ýØ ŒÉ+àÑ«íÕf Û—=ÛέÊ- í]ØÑí٬պף ÙÝÛ ÛÜþÍÝÄ×\› ýÚÊÞë=ÛíýÞBÐÔ²<ˆíÖ—ü®ËúÍßÞßÞ=Üà]Üã-Ù®`ÞÛK­Þþ½àîÝ౜ ߬àÖ€¾/ðÁùáþßÿáD¬Ë©=ર¶ýÚ$žàÎâcâ-Ð)Àä%ám+á/ ŽÝøã¾ãûýË`lܳ€Ü-ÇEnâHžÌJÞàLÎâ.¾ Ô-Ó2þ4~ã¾ß^ç8Îå¨ÝÏ´ÀÚ!Þ±Mæ)žä)¾äMËPÓº=å3þrŽåü­ãÞÍã7-à_.ä~Žà€~æ(^èj~è­Ðæ1Ná¢Þètžãv^êýá´`Þ—^â²]æì=è²Þ.@ëœNk® 0.êpÎèW>ç¦鎾Õ?®×­ÎÜd ë³>ëµÎä-pþ%@úkðæÞèÀžå‘Žê]>å?=ÙJØ8lΘ.èš¾ì ^ë.p빞 Ô.Ó¼ç¿îèu®å8îãTîÏåîsœìnæèð´NèÏžÒåÕNå£Îè Ÿí^ïÜ^ÜÞ䨀Ü$ðÊb~Ôç~î.P¿ñëîì¸~ð!Nß¼~í åtéÃ]ê7ÎÏ/ ï²ÀÚüÞÊþ¾ñ²ÞñÏìßî¨@퀼~ ïë¥ñ-á/çèKñ¨°¶ïÐ,}óïÞïñBàî-àõÍÞä#?í1ŽEŸòñŽþòTNå«^óãŽó(®óE0÷YÏõ.àþõ`oë"ô§ ôpòGã+¯ö.å˜ó Î RÿÈr,÷ƒ~÷‘¯ó[ßõ_?ðÎîó$ßÖ€f¿ðF 0ç2€¥Ïò‡ŸßNåPo ^-î ùíM÷´/ù\ù`Ï^ð›Ï %ðø.ð.£üG ÉoúÌúkåC@á2 4¯°õ ~÷ÚOû[¯÷˜¯ûšßû/ÞùD_ü/`È?ú¥¿þÍoøLÿëNÿ­_ õû9ŸõJ¾ýy÷€ Ô3ØârqØr‘Bàø)9IY ù€Pà’Àùb”p*s$ƒdjz„¤ÊŠã s$þ 3ôò¢òb¹ËÛ+YB¢“4œ"xÜ"äR´ÜÌüìì#MMhmˆ¸HqáÛí YB€ñÂÉŠ^ZzÊÞÚú ï:{t›‹`ðïýìS”,  h£1›†PZ!B.2:ÄHŸDK˜4™Kð))TìR­ú½‘õ^4šˆr0aĈ!;f0&´„r˜[ÊJ`¢àâbºQë8ºkÞ z¶^Üã • - lQð µ™Õª-ÄyèÂ6¨)à Š”(u~TÕVÞÒ¹¸L’Ý "‰ªb•Ù•+ͯ ^{wâÏM *ul÷ö#G‘s›æJŒÒÁÊa-úþ,ò7kWš£ ç‹9ŸY}A>ÚV)½ºOSëÓ¼—³gмc’þ--C áÄ >i»ÛO}[Å%5wv.äÉ»•˜À’3²Þ¢ÿ&>ܸXÕ{…CnGÙ/šÖ.ï 7ÕÎWA{!x‡8Ã7Ï“d‘" ]ÓýçËuÙyæ—V÷=¸_xhp‚¼<•€±UVuN‚[ )´@ßvƒä‡âoİ" ù÷!%%Ü¥*ìцOŒ•àÖ‚nŸýõ`ŠÒ¬HäpLX¡Ž“`Hã€kµ×¡’2NPˆô]cA²È¥G £”̈Ùz¤¤s ˆ)IˆV„å‰[þÉ%ENˆ$yl–gã™ÒÙµç˜TŽheœs"Td¢]~™žVg#šN!ࡘš•@b¦6ey¨¢+n°(ž"¸Ñ“L:j8"jj¨–Õx¨ ¶øå¨¤®•€·¸è£%`ªé¦rºÚe±²²¸Á„¶Zèg®»®9ê¥Á Ûi±ŸÆk²G.û¡©¼V*¦ªV’تŠu"jíꪫA²ÜÆ(Š®åPí¯Ó–ûªµ±&°¿\®»n¼ ï §ºm â²ºi~°öÛ¯ ´ °ÀëHÏ©à*)m°øÒä)¿"K 0»cü¬­¬šéÇù* ±È¯«ÁÉJÁ+d*LÁ¸þänZäË]Ê,sÉ6ëøìÆ:vÌ0–°ÂLôÌê­dʾö쳡Oë³ÔS­ä·õÛôB!wÍ/¨]ô×`ëˆpª+g 4×Q§½vÞS¿-eÜWvÓpN[{wÞj«½7ßU+ãʈ84H„~¸ÞŠ‹éBª=?îBä‚ wvÔ•~¹˜ ï¹2P.Fº±”^z¸š§À9ëû¢;ÞjÇ.¥§[Na…ž{וó.&“:.¼Ý¸n¸ÛÈë¸óžªrN¼ÌÐ?½”ʣΈð.@ý|ô¤w¯dõl^ßüµÅo¿6ú½«ß{ø.)ëë£ËŸü£0ÏcÝNt°ãŸ”è'ò% ¨®!Ø:–ùÈöïQœc?îIPG •iÇ@á80ƒyÛ  ¿á±„° $á _è‹^às,„` aˆCK8@+¼  sÄÑîs%[ô‚ˆDI|>ð‚„€µDW6ú…¢  °?=@Xëc_¡p7À†e.ââ`ÓÆ<  fë’`ö(h‹ÓÑ 4˜ gæÁÄ™…ëûßwR×¢Á¸-…4ÜœðpÁþ.uê¡î~ø ¦°ˆu;þ"Ó&+Ü1±g04gÅ^MQvÏa€¡'¦,šn‹&«—çWªÃñëx'ãËȽ3V(o[_áñǾÅqŽÉ3̱|˜G î1|ÒØ`HKåMl舵}ë…áRcÙb5!] +iŽÌá‰Å^ŒE9ÛF"¦æ‰. Qe X‡´DKÔm¢“³•+ÂБÏÜ,dº$ƒäds/=-CEÂ|ÝOà"Qøs,õ¤ž2šE÷åâ™…(Ϩ™ÆP®ƒR(‹I±¸[änž,՘ς² ÿ4kòY“2XÁPh´ãòì×GÕù±hÓ«O•ê2XÓVãbI 5Ä[Á"k2$Z¡ÑYÔÂñpˆ)MFPq䯙¨(ö9U|¨NëÕY?‘Ö†Qcm0Of&£)Ãt­D:ä ˆ¼C›Ð¼P=ZÉ»fM'KxD$œáŒ$©ƒK˜è“(Þç={ÞjM€‚Ä*èZKXü¦LfÎÎIœ‘bµL&uŒÂ>B³œ}ÏAþêYÛõTË“€k–¶Æ\Èõ²§aÅ$jÙ€DT×@³WI´µ¿k†$(ñ (vø¥žýúö ºhLÙˆÚeçJUú2`“ç­$ ƒUÜ ƒÍ%€{pCóY˜z¾^~œ³ª*ÀFZ„€àoCÎY‡i Ü1)Ãúq~/lOèì¿ÖŠ™Ìkâ&ZÃ^µT@ƒ1ÕzìÃH6PŠé"•³WÇ<îñ5`* ©v¦È&(ŽÌåê±§9÷œÍ#ðõ?gÈ;̪%3(L°Õ~ì'V*'¢D_¨€`bÊf%Ó¥à>ˆ§Þ2¶”¡åcâ„i€OÄþáÞÑY"È!œŠ\` ˜Äs3¤4ÖVæ ¸#`3-hwåÙMîãÞ]«É¬É®¸ºÍQ¦³ì¦ÙuúÖǬ}M£F–šÌ¦‚òŠ]n6¬€ê[¼ƒÑ9J›Ýì3&¡O ZÖM‹}ƒ#ßn›ztE‘=Z›Ê·ÑŽ’½îv»7òƒÞ£Ã}ÙrÐûÞD@ £×ìA¨¶ÝÊ`÷#PÕ}GËÞ$ÆÓ(a-'ãË܇»‘ lð 0ñ×g…qÍùõ;R¥¢ݺ>j¤ZWÇ×e–ÑŽÑwÅ·UÈ‚Æ%ùL¤ÇøÆXFä4ùQþ•ëœå•ðã´ óì;z¿«!û*™üã‹•hX+žÍ¡s5ŽdKaËMõrG6ýé^¢Í7žó}G ëœÃaTR¸¼©}.VÏÞ¦çéMÚU&|4Çjhu¹öj¶zË‹».û¾u¸eѯ»;دŒ­”ö|x%6¦ß=÷”ÒÜ)Õ9Nyrx%Ô¥ÖS ¨2Pj_7úÊË– ~­ï1_À³çúôíµ‰†XpXß±Òáõ–³åªng{¾‰Ç#ÕÖµº°—í¤dç»æ zJ=@ÞQW»èo.x§'oý¬a5Ÿâïçm@¼òºÒ$ýã±@ûJ_ɑҜþì™r ÆÀr %Eè²²ÃGI§E&6b×o*…dX48fT]Ø–=ÀÃsõ€€HÃy_ÄLxE\¨b`}ÙóR¸_¾Ö@^“{_ôfÉÒ54x4Ç'4ùäpÏ27E$t4#´?ðs73`µ-o624„ËbtÓþaž×s[“?sEH.{ÐPÒ°Ey¹ô{|–ÒÄb`Õ¶t |—y¶C˜âOᡆ‘{$Lë&¢F‡j A5…Šg#¸ãÄjš #˜µLÛÐO6#x8zbÈSÌW{†$A¬UÛvývGèã†yþ$¹ç CȇQzx^®pliQWuuíÀDº$’—87&€FeB± €ÔfluÒPUm—u.cŠÔR)–$•œH‘ _ qÇ–PÏ!¬ ÇTµd3,’,¡Y}%Í AfÞJ Ò ¨°mݶYE%L ÓÞ&þ¸k!gD¶’Œ•ñS9Y,&´Ñ²H‹ðZ¬84·äul“pòðP+ÑUPtXTE`§±øX‚hTÓ°…ˆ1i•_3¦yš€h@QÙ,Ô†@Å‚WT°ðiùUÎåh‰ÖÑ<½Ä,U·…‹FUþôhÇøièlèJ—׌-y?Ç#YRèÅVŒbiéJ¦†Ÿ5”É’,Ã…>á=ÇåTº÷éf‘±8^”PvÅŠ]å*™•¨w2cʾe•O*–§Ô”iI”C™0kM™q^ŸÑC!> މ ŽxÉŽÇ&›(™Ít•YU[þ eDøZÑFeÊ(mtzÕ˜–‚7”aQ‰Z%=6tÆ“à(›ÂmŸÉ“QðP˜š•’~©}.ò\9šwœ±ÙT`ø°YP h”C3JºYžº`™Ü0ÖÑ æ à!Žà8ŽWŇ~F—=Ù˜MÐþ  Bٟщ•¤õ— $˜=V‹Ig ÒJ‰ù`)˜Åjå)”7G™ª®Y‘½8ÒU”Æ | Oð>ÒZ¯€fÑy•lõ—&Fv>/y=ÅÖ  me:œ™hr5“6ŽjžI™™eµdÛ8jI~óIep‰4ñë†e}ðŸŠ!,Š0cb–C- :|(ˆQ@`´@_>©ñT¡K:”:"¢Ú˜Pô`\ÞXM‘ràŠÉð‰¹¶—Ò²¢|ÅXþÆó¥•ðmÕÅVg¥X´b¡ƒB°[®P ±0‚ªjKäLze€¤Nþ‰¤µ´mé› XâIe~JÅ ·ÀBÓ(ºX âÆÖR6•d àá W ¦éÒ0«6™¤rº«õpª*]¬(WY0•!/Òhû¡Käæ¬í© ¾: œ  °¶³—ƒ—3xµŸ ÐJ‚?¯µ"­ý™j­8­Ú'éPƒ:w®µõ0K®h6î×^5­ µ¬"°óÊS䤃0†A©U°VÚ/#±r¶±í‘ ù´0¡Víú K¯ç…žoÚŸåIš•:â±½ ²ÑÚ6ÍBÓè$» oJ™X¥M~ :»^'B³ú‘´6 Û   kYò³R›ªTëLA C¥³µ&§˜ÊR¨J»¢íjÎa͵C©¥Yz³ÑÚ²ÔÀ‡ŸmkB³_Û"ŽÜh; &SÛ·U  ä*Lh:ªPs«´…jD`ûCž B °÷4(Kª¶ÞB¹‹«¥C˜´`Õ(Ò ± p€_æ£Â¶—9>ö5/hÖUÄâ±`_\ ²ØR¹ãç2€:²¸€/=æ’IÖ9S ]{™R6t[ÙC»è¸tO'=ּнÒ;½Ô[½Ö{½Ø›½Ú»½[;gle-3.1.0/doc/html/cone.orig.gif0000644000076400007640000001665607326107675012071 GIF87aºö$$UIIUm’’U¶¶UÛUÿUÿª$$$$$U$I$IU$Iª$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛU$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ÿmÛUmÛªmÛÿmÿªmÿÿ’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ÿ’ÛU¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶U¶¶ª¶¶ÿÛIÛmÛmUÛmªÛ’Û’UÛ’ªÛ¶UÛ¶ªÿIÿmÿmUÿ’ÿ’Uÿ¶U,ºþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»†ih¾r¿\¼ÄÄ\jirisrÊsËÐjhNÅÕ±h¿hÊÛÉÝÁiàÙj\MÖæ¥]\àÌtruríïñrÏuÐÏÈùh_çý›ØÍÂØ®`:iì9K“!Ãc^ÆuñGRfÍä¹£λ:ݹK8ÒžI5ÈÚ \©æ‹cj"'ŽÀf Â;È¡=ŸiÚ$tØPMĈÇ\rùSf?.Ev䒪ǫ&=&dcrh5'UªlÙÆ¥Ù/h©9åÅ%Nþãr<8—Wž]í Õ´¯P±Ͷl‰öK—/j×Ò‚PcÕ«VAJÆÊÕ#×6u.×Áܦóf±Õt.Kú‹³§Á|QÝT1+uÚ’Áå#›¸·sÛýy· ›¿~ƒ·ñ¸téÂÈ£|Qîñ×§ŽÉv÷±u¬–%sÝž¹ûèϣËÿÒFLY7æM³~u{0QàK XÀœróÛ¦š»;÷í¾eæÛ€ýÖy–gy ŠÑžƒì©ß„QHQ!}š £ uVuH‡W8™Þ•È™gâ¥èFgb çb‹0¾8†3²7cD1†`H±ã|JÂ…:²½…Ÿ~·íþ·Ýnÿ øÛ“NÆhæU© y鉡årÙž:†I¡…dV(B‹¤³Î@BææˆÙýWâe(¦h'Œå½¨'|ÖØç5êã ?Ja…R<‡&!\tßlúáÆ“$%”R©©•œ–§åŒŸöÙ§ŽUä8F©:úÅ¡‡"*…¯&d¾DÕæc"~â®™Ù±˜±ìfÀvVloŒ–lgp°ŒÏ¢­ÏΈ^ ØZèÚvËí·Vz…¡>\áÊ:5¤[7D[¤ºõ'¯Q^J`S²¨`§Ujé/Ÿ¡ÖX*¥|jŽá"®¡ ³ ëÃ>D<Âþþ4qLclV§±‡pVJb°à…·,²Ê²ˆ^ž1¦l­¨ØÒ¨·0s›p¸V\A³Íææ\®?ð\ nóè‘‘*™¥rÚ‹é½üîë´¿ ²Ü§ÁT[j·4gµášk…:Á3Ï#ü K:Î`<Õ›Øu眛Åm§ÈÎ: íÝÒòi bì ¨ßcøm…ÝέáVœA³57ŽsÍ`G~ÅbñÃ(˜=KL¤ÍÐÊ/“H ¨t”MÙt¿¬ÿõÁ\µÁÚV¡õíY ñõºK¶CQ9ð'üPü (<àŠÅh<“›s¬ñˆIÃ=wŠæ™\åž+ûé½ËþÇ,þá‹—ÿøù¾OÎûä”·9 ˜£@B*ûŽ@øÕV´]¤'àébÚÓž¦%OIM`œÕpÇÀ›õn}éó]ð&H9áQ~DA)š 5=om×qõ>f¢]/OÚÛÓµ`Ô²m¹p|0#Ídx>Ç9NŒã† Ca‡“Ûaû†H9`N7`^6nýéï ·"oôÒ›ßÅŠ Jgˆ“ž+]©€\ÚÒ§Âh*‘ÊT¨:تµFV-Œf\Ó]½ö;NPxx¼cû,8#^…,&f°C*‘Þß&§™ðzœ:YÊV¸ÂïaëjàÊ$Ö´þf³®Ù‚ EIÄR¶Ï Eõ‹"ŽhOÜ·ÂàØ2(¢!ƒTõòA_ZO˜L5Ìb"¬aÈd¹f…í®\¿ ž¹&<ár'hŸ·‰¹!Mh‚šš§6D†°mÙadÜèt¢¹eeçi‘ih4OÑs[ëÔ·|¤-~JfRèd@:.tg9»Ü5-羆^°ÝDA‘D Á†‰ùËhOðÂѽG8º/½ôK™ÔK9ƒ1‹i…0µô¥†ZÕ2—ɵ‡5óU折Øz¶SâñôxC(ü'Ñ¢ÆOßô„) C–“CùˆV$Cþ˪~&!¡‹hDC®–æ4çiÏilL²šJU;J+Ãv¤Ì¶´™ ðæj9ãý sx½ë]‹Š×ˆ’¢á0>‡¿&⇣@éÊ-›Ë‘–Æ—^:©YWJL„¹”aˆj¹bõ°WE¬gŸÝAÏ~P¶Ò’–´(Ajå—ZHÀµÅ $ŠTPä€ ãtÞ2žš1©ú–$yIX„«’¯hõ¸] kXO3Võ˜u=8‚®ZÕêªê"ê\›vµ;Zž‰Ö»£-[æÊFÔNlbÁÔ[ àܰ1X&Ö ÉïP€‚ {¤Ä!BII`†C³”-FZ”þƒÁ z0™ \!CX‰’†w(px1ˆGLZ”ÖÄ;8¯zWü ´øÊs*ÑÙÆ/µª gn»a+èÍc&)‰W¼"ânU«ŒYÖP ¹ÇÉŠr|U!ëJá ®â0¬´œ(tyø¢ sŠw ‚€`e^¯šÕ«¼BíõkR=q Ò~Ú ¬}Û“n(d(ÏÀQm”ÁFÉ„Q°‚›F?xB–B¤#½a gøÃ±v°ièŸÁ™A jõŠ@ÍnndlˆÀƒ³­z):È!uœÏû 9Eò‘!ç%¸DÉXX"˜bþ3-P~òj,åIÚÙXFT´/méM[›ÌØ™ÍÌmT7à߀›ÑâØ1ƒé¥hï¼Do4C6 ˆ7æ½pš(GG¡—¢”Âæß†AŒÀ›Cð(8áÁ—´Â)ý8A×$þ銓úâ¢>õ©Aà4@Æ ‡„h|5y¡Ð±: ¹[];c¾‡Ì‹Â`¯¤ØˆVtTc ¼Ñ>ø¤Nt‡G<â ö´¶/næŒ;Üà–±›ÇÝ»÷ܲÎñ/Z$xd'|ž÷BÀQ4ä"ú>Æ1º0Ž€àøÀ ç€èwwøÄ!>qPûþ=ÔÇ=Nø¯úð‚`5$È8£`¶ÅR©o™„טÇBbsdz%5Ïù`ØŽÒ¼ô'xÝWÏz£ýèW:àEðŽsêáž:â'1˜¢,€|(>‹mý~bßh¼›±ÄlàùÖi¾ÚÛ¾”¥FœØïöÉý&8áN¸û t0þòëàÿ@Æk/ø|àãð¹â;Áø’—|¨Ÿ3k-zoh'ò@ó°yÑ`v a€Ò€k§o‡Q}éð\ }(Nuç}vWtGq|Gq'xðÀqïuá&u‡§<œ€T6ÆM„‚ŸëæDþboó¦_6øußà|f'Ç`v+7C’B˜}Ûç}Þ~â÷}ßG~L8~èjê÷îçïWx„wxŠ7žg÷Qù§œ~M…æÁew!RÑ<ËÐ<;¨€Òø€H„ÚÇ}èpy§7q€µˆ¶÷tß–{'xˆ¡ ªµ‚À—÷n‚5ƒö†lÀ•xƒ €Ò‰Cò‰C‚}ä }áäLPŠà—ŠMÈ„è׊€ø°è~²x…!'ª¦ åfÁT_( KNF‘ág^‘†ièc;˜jlju8wh„ݧ„Ih~~øŠ‚"Øþ Q'n‡h‚§°^Àˆ,yðX\à^ Œà@‰–¨|Ê ŠÆG£xŠÞwŠL „ªh~Nx °øT8‹ñ‡…ƒ…­@r»ÈMÈs'à‹9c8ŒýUŒ“†!¡Í8„Ð(Ò˜„9°Š­(Ø9x…h‚. ŽâÈ PcðÃMXW`¸ ÄW|M ƒìHƒ•”i ”—8í€üÈ9J™DLÙL ƒä'YRø~Uhx!§j·˜ ¹»x,P'¢À“r8ŒµOâ1 A¡}ä0HœÃ}©èPy( ‹*©ɒߨ{/邱À… þ|²U 9À“?ÙŽCù˜BÁV$™B‰‰!§Ø”š‰—R9T‹V™µ¸{ ‰ iD+Q÷7–¢ðƒt–F¦3›ÕÓ‘¼–™ßç”䕞™’+yÐq%“ÄIu¹0“ÇF°MË)[) !ƒ=ÙŽŽI”C)™×Y™¥ ˃9• ‰´ª¦x[Ù-F˜^‰šÁ–'“œ°˜ùGñô?$Ò–>=y~¹—µ×—Âù—áXœ»W §ÙG͹M,€ ÖÍE0íY ìÉ^ðíÐnáM^ì[níÄäÎMê£>ñ¦ßËáÖ­Næ¾ì°îê±çì¾ð¯ç âлAží‘|ïó þàÆk ª^­Îä¿óξìξݱÞèYEpòjN,Îö.êc>êe.ñkÛ¤ïEoîXOGðñ?ð]Oò—®èE_í"λŽà€¾ô îëúží€Gï «NôÆ~Ên÷Ÿþ÷Çžì?ðÅ^%  ï‘ñLßíM_ñ‘,ß§pó¹ý÷E°õv/ù ÷!òå^î) zžëŽBÎë÷ó/@ú¦ÏÕ…~ ˆÞ)P®÷°¯÷²ì¯ø\~«ŽÕ€NúI0¤îû_úَΨïAÐúåÎñZ¯õ‘ÿñ[ïúqžõXßú›?)ϹÊàíÜ/ü§ê£ßýÀï§0¬õ‘Ÿþ“ŸþÉŽ÷;ß÷®ßú/âpàê-Ù0/¤ŽøˆïýÃŸä€ 8HXhxˆ`R¢’RäXtÔrYIyY”yD”YÄÙò¨2‘HZjzŠš:AA±‚ñ²ñòþ2Cû’d‹[«kû‚±Òª*l±Øyt™ŒŒI¹UùÜé¢Â8l}Xá ;›+“4ƒ>.~Û»œ=P-\LPáÀ¦Òu ª”õ׸s2gÉša©!%‚¸Ø™,ÆÆ±c™YúªB”ÖµÃ"lSém¸¹IÀ‰³[—W-`'ØZ¤SO=5 &ꢅ(Š~—jš¡B…2ªJ}¸PÆU Yþ·sôužØÑGH‹M´'<µŽ[rÚm¡Ü¼tkçex•qc Gß +Z#p†]ˆÔí:9€V¸Å’-#º®—T+O~9[i1]zc $à »ˆ‘ råN8Ÿ<Ûö]rs«b_áº7¼ç[Äõè_Q°¶^r­\€d™Y7--U•ÙUÀh·`Æ^‡ágÜ &gÐ{Ðц¢mÎô †ZcAbüýGãhÿ øˆ1ˆàˆY,ÏI(]e*ÊUKfÙ¹¸” G…v#ä•6åx¦Å  ùØZdp(_^óÉbMŽñæBÆÕÈfçåˆe þ\0—ŽÄà Ìò \EFˆäd™í¹ekO®Ù¦V&ª Øy&yB]tK؆)mIn`ænløf¢¢þ§sBÚAn Y¥•ÖŸ¦Ö ŠÝ®qw¢4ÐX¯¾²™%“¨–´êƒu]zé±s%+Ã¥HF—[~*¨©A ÐxíÙZËmµ¥Z ì°á‰Ðž”¹úg}FVªÐU…:¦B®ÕÒ¸ë½Úûëµ\0ЏKyЮ2Kð²µù9KDÒf™·×>ìpÄúšÚ™¿6E jÀ¬²Š.¬˜>[©…áڄ曽îzr ½® ¸Ìƒ/åB[ÚlÎÈêÌ3mþ Ý—Ü”*qÑsÀA©̬T+ –û ºêzì§«›lÓQÕ¾ÌA \¯Üõ×Çl+Ó&ÕÌç¹<ïÌ6Ï߇5±C7̵µ.Ûý0ÌHgpÁÒf+iƒÏq\C¥Îæ,kÕ•îLkÜmíµË^O6å^kp@Ü«â´DϾvèm_Za§M@4Ò\#­·Þª'Pöæ=}Áž¸ZxáéR-ut„jNƒq†-yåÆwô²“¸çj>ºè9Ë¥;ãÉpAH#¼ËÈ{À÷á#m@ìËô´žzâ.ôF,é®jþn$·åLÞøàkà·ó $O{ºY³jþ½æLw ^E²—´íO|T à@’"p¥’Áí*•»öå gr±Aï<.±‰ML@+ÒÁ†Ð‡"¼”ûB¸8=¹@…l¡ ÅØ¿Hz`“äÀIREºŽ— ¢ï†HÇꑉfd"%°€K’ävTT™­˜³,R„‰|×™FIJ’’”TeIbþèi²ÈÚ¤1w†H ˜®1°#)›¸ÇS¦Ò—%¡â+¯iÈjsTürpiÆþQRœ“ô5mÒ¾¨“˜Ã|£;ÛèI!22 HLÍI2àœ6Y™:Ó™ÍNj3›É¥k  |’³—üì§&•0̈²s¢ÿbýc<ó”ûl¨RrWÑòš¹ë&ƒ–€ròÒœ]Ê:% SvÚ@ÿD¡Ì”sÏð²£-u)M éÆu4ƒ´ æY‘rö”-¥¨S#JÓO^t©T)P¯JÔWª¬›Tíª!šÓˆB¢¹‹WÏJ²jò¥l­¨:Ñ ×A<õ©q­kZŠW»/êu¯|í«_ÿ ØÀ v°„-¬a‹ØÄ*v±Œm¬c ÙÈJv²”­¬e/‹ÙÌÚ);gle-3.1.0/doc/html/cut.orig.gif0000644000076400007640000001730207326107675011725 GIF87a©ö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’U,©þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇŸjhkhÊÌjbicdbdÓÕÓXdYÛÈÞ”ÊhÍâãâáchcêÖìZdîÚ[Û[ôY[öM[M\MQýÿQ| øm—³qÏ–!\Ȭá˜5’13qâ3ò¶œÙÂeËŽ¡p¥¤É“B¤‰’RÈ—0_91„Å5Y (¸‰œÏŸ@ªAQDkf¦1ãî"½-^žJIJ«VK®Ü*¤«×!+ÀÎ{‚Å ewò¤”°íƒþp6\⚊óZ܈qãÇ¿¹|ò%JáÂU¢$Nl%Š!# 92yÈ—k°6R¹Ïá@“ =ÔÙ˜¡“¦^ºÔ"Æ×N£L›°íÅŠ ©²»÷cÊÀ'‡Ål³³£¸n‘¿]¦fMóæeÖDnfMu3سk÷r†»÷¿^þ~9\…|a0UW‰l$òà–ã_>b|QÐûø}*+5ë¤jlQèѵ%n‹õÆo¿M&á+ÌWa}‡,—œBÊÁõœs N'uÚ•è…'z×]w_„çâx_”'cŒéY‘Þzëµ§£:¾çã{haHÈhDšS¤hF6þSZs§E÷“f” vbwщP…—%x´QA[yŠ¥æƒíAVæF—æd@ À†pj¨á‡ÐHu$–˜wf¬¨â‹ã…7ÞŒ2Öˆ£<&ÚÞV0ú£æ'©¤K–æäˆKI™é”¯a‰"F^„º¥Gáæ%aå-(滕YÅ™k¢Iá0\Ö‡¸ÆÙa®jô¢Àê¹Ýž~²ø¢ -ÂH(‡ºã¢h6ú(g!i-iGbÛ«ep ¬”ÓE).v)~šb¨Ý…šlx^¶ã^zãF¼ª(²¦ùž¾G<ðM®rîª+¿Šx]žÂþY, Éú.¡èŠhŽ÷þ:*íÞLªq~Û6iijPj*n•–<ªº„± ïÊåQ1/½0?‹oš4ñ­ô°ÀïLp",,¹Äþ¹nÃ+;L¨¡·GñŽ>Z̵ÙVd9½žÆ¤·O‚  ÈD—+6Šê¾èîÙ¿œ^½:Úûl¾>Ö ÃÃìl·®>ƒøatuVwçuC£¸°ŸG#[žÒi7‹¨Ó‰2 mÔ9ÿ²ñäø•ÖL“q- è)–¡‚**ÊÉšÚå`7Ž9f«Ù;Y¬±¾W! ¿ðlûÝmû+Ð#bG]àb/\x²^"./³66]qãG¾ ÕWc}Õsi”^/EevWš¬î¨þ¥¯l:ªˆ­j>™ìý;p@öË î·ã­÷ü¼ßùûÐ| nôwÈþðÿ7š˜ŸÖ¸F]Ljº œ²ŸÓ8Ð?úÏ´9…@PÉàGdcUá6¹i™ ™8ÂÌ…p¿Ê!r©KׂíåÅJÜû”F¸³C.‘êKæ1Ìù“ȬÇLì‰VóÞS«[@ï‰ÒMýã»H0‚y±à€.˜Aͦƒ`\Ì‚B¨›ùæŒÁI£eRxºÑÂ…={á\æ(ûØ/xÔK_œ²‘>"è a #Dò¨G=éC"dÞæ#Xæ=´Õ,HIýe(é8JDþ¢”¤ ¥)L!ƒSèR>e0ôÌHTi›«|Еc4£,Ïh„N¨B¸œ dÇøÅQ.t±¢0'Ò=â…‹|Ñ D ò0„D $™jÚÒ‘Ø´ q$ùŠ(zÓjOLG:¤1Î1HCìP ;ÈðQº3#¢Äˆ)SyJ‘Øf•öLI^™›}n…7,áMWóÊ4,ÂÑÌpÜçŠúR9iPˆQÐ`sE"HÉã1aãG¿,3´‰¦Hä˜Ü4ÆšÖ„Jå³MWTRD'QÔ!u¨S;vêN-ÐC”R jH¶`Ϫ\å¨X1IL²–8õ+P• BÅþ–စXmÅ/š+¢œÓ¢_M§X§ÁN²¾ó¬ðÌ=:ÂÖ°µ¨$¡ÊIæêT­¨ä®-!¨„ :°8R36!Î.UÎoN/zbP{u`ƒ ÚÈF;µwbá§ö¨ÇS2{§äC$Ÿ­ÊHJZ­<õ©]aIW^²Ú˜T•ªWµÉYXàÆSlµ—¸ú*:-:V±²³)hEëOŸÒ‘µ‚ä­¢…«\éÊÜ–°¯*‘ILbÒ×ÀÖäºMÅK56†Äz·»cÀBx!;^m˜w 罬zÑÛÙËâCð͇|ã«(üþþÈ/@ÂßäQøLàøž‰hÂàþ™ åÁeI *pëP4P£»ÔÈp5´±aÈzؼóà†=FÜY¿üÐ?Vü~è7¿%éGIt¡ÿœ> 6Ò•ŽmlŸ€Ú&xºÔ»upw{'ÀºÖ³žut³`㨭'(,§rjøÃXˆùnl™ç¼í1»Ü®ì˜/;è>(zÞ‰þó¾ûþýïIvà¡Þt¨?ÝéU·:¸±~u®—ûÈ¥Æú'F€jqˆa±à}rxµ0rVïàó=øüBzÑ÷`Ÿ÷êuŽú¨ž®ì_ûÙÇ^õ¸ bo¤ëž»ï½ðOüá¿øèý ’ÿ€å;¿ùПÀ¤?Ðöë×/·Ø7áv/'¢å\‡ÊËy+c!ö;@¿ë?¿þôÝý²¯ýíçŸ{ÕïÞÀw}ñ÷üþ#ÿÀ×|ø|}è| }X…gX•qèæ ;àq†uy—‡Œ^Hr±Æ#Ðø ‚"8‚"Hh‚(è)H*Ø‚,ø‚*ø/þ(ƒ1Hpƒ6xƒ:¸ƒ<:èƒPjyÙ‡nÈ L@vâQa…Sï`hôÆ-8SX…,H…Wh…¨‚#ð‚]È…^ˆ‚]8†aè‚fƒ68ƒj(ƒ:˜ƒ<ø†7¨€ 8‡ H„åÖ +G9¸Xâtâ5~XÀyZðj&·rà‡˜ˆˆ¸ˆ‡Ø‹èˆøˆ’舔è•x‰–˜‰˜¸‰šØ‰ ð”è/ (ŠŸ¢hЍ(ŠCx}`—}çvaÇ ·6rq²XàgQáç„ð€^ƒÈeLÀk£‡Šˆè/؈Ä(ŒÈxŒÊhŒÌXŒÎ˜ŒÍhŠŠÃ8¡XŠ£˜Š©H‡þÜH‡¨uÛg +ÇjP&^–LJ{h2¥c0~î(ˆèj¿¨r¤7‚€ˆ÷8ø˜ˆùØüøûú8þ(I‰ˆHj ¸q ÈàŠ[—€Ó— 1‡kOvaÑàU`Õ‘»ÕN<åS—…o>7zö¸ ËøŒ) *+¹Œ§„Ý8“ÜHn´Åuzv ¡÷‹#‡ßõ]ÈŽBéŽí¨Fƒ80wzéw’Ä0}Ó§uFXn·Š«˜nù ‘+Ža§ƒ˜p‘#G^‘ESiv¬’ É^]Ö–Ls§§zÆ0v]—nBX‡4¹—gqçxÔ‡ ;ÉðˆþêÀXé ”ŠùŽ>e”FI˜Lð¿Øôh’N9 Qi—ÇŠxæ4¹•Xµ•[¹™[• ‚yk†Ö[©IX´SL±Ée\Ök=t¸·Ã@—Ž÷`žI“0°€Á‰UÃÉÃ9šÙ·|Ò'‚I™äÈy¨˜Ò9~êà˜Ö9ˆƒ(™Jz§çÅ ¦)•›ÙŠ¡¹€ Éç)šè¹žЕYG}7ˆ =G˜—厬éIWTALá³ù\L”y›&鯕YçŠ{iœÂÉ Åyœìy“XW—9Y #ÐÎY˜DIBYîÈí(›F¹O %™‘9 §·¢—) Ôþ·u¤y}å‰U³µžåyê™q] ‹PY¡”0Ÿ²)› ‰ŸX¤Ÿú©üÉŸ$º¤ Âv›±GÆP—í¹™5ÚÁ™¥º¥0°z]¹£P‰ š¡ôi”혦ÚŽʦŽé%z¢’ù*j’Ý©›Â uI¥ ‘뉣æi0°•€ªž£yaG¡§™ ; ´Ù˜¡DA¯É”Ф–ª¤þùP ©=  ;§z§'¥ÄÀ›Z·žçI‡Zšª\ê¥å9š;J¡Ì)˜o)™Ø¹¡ïÐŽLá¡LÑ¢¼ §]©&  sŠ¡z¡x tvaº™™žÄɪƒš¥„:¨ìÙ¬þËúàɨÚeþ ›½J©úÙ•ºŸHú˜J¢º®· ¥rY šÙ•6Jœ\Z¯ªš¥^ ¨Uzš %PJ«%zF顺꫖ú«O¬pj¢sš¢ÆŠ¬%¬Å0}TЍ×g¨:­^z]:­k¨+¦€¨t ž±z %Ш™¤áú²f@®"³IŠ®6 §›š³z›+;%€§À°§Íjªôz¯ö*­ùjªØÚ¯˜°túš°R»«RËŸ »°™ µJ§@€¡ë³Tø{Ê¬í©žû±›¯h»¶!{­í9¶ñÙ´AЩ-{©3K©äš·^ ·H:pú·šÊþ©:·>г&0¥Y'¯¢i´0иÆÙ¸›¥‹´]z­À¯áH =P] µPk¢FiµU‹°Vk³S`³Z Ok¬§7±?;—B[¶¦j­g[» ² ‹ž#ûªË飕Ðs›³èj·IÚ{{¼Æ›¼^à·7ûT ©@Ñ ¼+Û³%¯p¦„Šžø ¹^¹ûà ä›¶Jû¶Ë™ €¡[¸& ¬ k¼Hj¼Ã ¸Ï›¿P;½]û¯> ´¿°§Ú»»‹›¶·ë¥ä«À·²ƒjÀ]©½'‹š˜`%Ñë¼7«¼Œ¼ì·Ì §ù;½ƒ[½Á‡½ÜkÞþë ã+¾.L¾-|¶`J²+°§šÀ¹=ð µÀj³]`¿]ÂA ¬Sð¼§û¼:,½]Ûµ›Ûºüt‰¨<»ì±çk¾ ²/0û;¶²—0·¬¿ë·¬¼f¼¼ËKE¬ÁT½pì¿þ[¸»ÅÛ[¶#û±á‹Å-ÜÇ|ŒÅWÌÅ`º½zê»”€ÃÒ µdŒ® ¬ÆüÈl¬¿oœÄ=пÿú¯ТA›½w<Å|ÅäÊ0°XLÊüÀ$«½Ú»­šà¿ÒKÆŒ¼a`¼S±\Äm<Âo\Âs\& À¾ÀÉ¬Ç Ãü4àÇ¢¼À ÛÅ˺ \É@ðÆþGüSpËŽìÈ‘<ÍΫºplÉ—ÀÀÜ zªÊ‚Œ»V<Ê¥¼ÎäKʤ|[<²ˆºÊzJÁ˜<ÆÜÌÆÙ\Ë lËýɸüÆ» ù|Á¾ìËãÌ Û;Ã[¼Å€Ñ¡œÌæKÑËŒÅ!kÀ¬§š`Á@`ÐÓ¼Ï}Ëü<ÐD°Í Òs % —üºÄ@À`ÀíÎìѦ¬Îσ¼Ñ`¬²ùÒíȶ\Ôþ Ðþ,кÒrœÐ|¸ÄPÀ3 Ïé¼Ì40Ñ0pÕɬÕã{ÕX¼=È5L—Ð|Á) ÏJ=Òi­Ô'}Ò!ýÑÌÒþ{ÉÓà ÀÉ@Õ5­þÎ9ý×ëìÎ/ðÎñlª¬§}Ã\Ó|Ò#}SÙ¶ Ù”Ô‘]ÄmÒùœ.ýÔðÓÀPÀMÕ€ìÕÈ|ÚZ}Ú}ÑTÝŽ .½Ø@P™ýظ ÙkÙ!ÍØ-ý¯`×ÁPÎÙËן¬Ó4`Ê©Ü=¨aíÚõ Ûg=ÛµÍÆW@’Ý‘­Ý×MÙØíØTàÖŒÍÛgíÔð+0ÕÓ¨ÝÞËíÞªmÊÏMÈ ] gãÝØáÞ¸ÙDPÙ‘œÙâ=Û,íÒt}Þ1×3ma=Ø£üȬÜ Õ-á0ØÏmØœÌÊ™ ùMÛ´íßþ^ÙÝ}Ù(à¾ßAß­Ðßyê ÏíüÞ8ß^-ß­=ÓˆÍ  â/>Þ~~â,NÙIN%nàEßþÛÙÁõMÎ`؆Íׂ]á3 ãŽánÜéMÏUN B®ßE@ÛWPFžâWðæ‘ çÝàlNçáMâ³ÍÙœíËðËÄ×#ûÐ~á:>Zmè^¾ã~Ø@ŽßONâL¾äm.éKé$®ßùíÛ*0åÂ=ÜWNã/á>êÉÝå¥Îå_Îå£Îá=ž×@e> "^-éI@çmþæžW€oÞæEpëF~çLnà/.â›n}^ 4žÞ¾áþ…~è4`èˆþÞ~½è‰­ P"îµ^ëDpëÂ.é¾¾äâéãéÇä}°Ðº×Wîì«~á`ê÷ŽÚ†N觞ܬþÐXNÏ@îú]ëiîI ì¼îë¼Þð½~¼NçÂ~ð—þä.-å±® Ù áð í¾ÜÔ>í"òÕÞÞÿþà«Ì *Àí)àí´ž-pîãžHpîF.óè^ëêŽßì^î¾ñ ®ƒ=÷~ôø>ûžô/`ôFÿì¡NãÚëê@¿ ,ï.ðòÁŽð4ñ¿ð^¿ëâNñLŽéÈÞÒížñ¹°½.êEßôÈLò#?÷!ÚPÏ®þ½°íïò1îá^óOó„ø8Oâ:oñœ}ßíÎàyúéNô£îô÷¾ôÔ®ôýžïO¿êxOã®Þ €õÞž.Ážð¨Ÿð¯úŸú[oú´þè-¿øÉîøÁpå¡þì]nêrßûtÿÞ'_Ãy ä|ßÞ>ú10Oø5ßü…¿üû:Oð+¿é›îî¶´¿D/ùNïNoèà¯ôã_êàôPð?Î ÅõË/Iÿ©úJð Oø îiþí²_ýìîç€ 8HXhxˆ˜¨¸`añò¨1³19c9Cƒ©™y³éIóú²1 i!aÁ¸JaQá’áÒþ"Ó’s›„¤Ë‹»û›d+\ÔBì’r¬R¡Q!áÀ:M]mèh±¡ñ²MIiéq®iI3^é]ú¸ŽjA`½øêâ"ã’$sŸ/£”ÔÏÿß/`¾~D’¸ VDűd˜I€1"" +"ªt)§:rü„éE¥/.@ªxAÂC‰†*h€•¡V­[2pÙÌus×Ía-f-L¡,…«DYˆÍ¢$IáÎ95\ºmì©{¢t|’B6[ÅàûuÀA­‡Ö`(¢‹&Ê£næÑÒ“,Ä9€ "Ûi—¡ŽÊ¬©©šxªªRreRWÖ ­_‚K0¯<¦˜ºÝÃÕ<²h°¦2m›ìh£âkCÆã©ñ xF{Ivt æˆgÙvp@­Ü~.Áâ~;.„6FJ bk¾Ôf»ÇR|T—þµ’Ú ACÙlÑù–ÎR(©¥g¤¬2ËPÕ+Œõƒ]ÑóðÍ–É3Vr’ÚìÆf{\'¾Ò¢3r;Ë=­r·°,µ¡¼âŠ£˜âB:Þx±xófac*½Bç›1ã[ô®õ‹Í»!еJMuæW !¯jIJèG$»ƒt”foŒ6Ç£m¢ãL¶}-\¤œÀåн;Õˆú®·ËÊèwx¥gšií§Ã㥨‡¸ÆŠgl4Ò³SÅ´rÌU^ùÞkþæxN#n¿„ó™.UÐ2˜ºzü¯gû9Jûi_Ê |°ÿ÷ÞW @ͪe4*T߃þ¾ o’cŸDœ4èÙ`zf£`ãÂ1ª¥hƒi°bÎþææ?ðá@s£®tS>@l?Ž8ÞÎ(‘Ãi,3´ uбÕÕUI‘À¿ †°jÿûÝ·ÂU£ñ j<àÑ€8€ 4†1 ÚlpÅèi~¦Â ©4 ,9bŠËb?0Bï0€`„n¥B&îçxê£âQj`ƒÐ0c4ì£ü臚Ò,…i%CRðDžñ{l`i$¨ðOV ´ãQ®˜E,òqcTÜ”’*bƒSˆ\€>‚œ2•9@£+I0[…®‰Ž€¢%±bÃ\úÑŒ]i‡¬þR&r˜‹üÞÜh£HêiN¤$o‰Lò1“œàá¼8HQvðM A7Q ÎT®1sÿs£,—¹Ÿ'®šFÙ¥.ßi6_~‘L£ØºYJo¦2•‹<æ¡TIfª“Œì„H?ÀKVJô %=±)d‰Ÿ«T%8ÇÙÆXÞª´Ú¶j©Š‚e—9pç7»û¹ ¤<»§>ñÙOÞtP(¨¬ R¸ô »¢â"øE&}ŠHƒ3%EÉÔÿ™\*£•¶ÐÌä—%5©Q“ÁÙ²¨ ÀçKc:7¹¡¬¦ ²åT£iR ^‘¡A¥MÉoV´¢ÆËšÊQ'þj§gÕiUßyR±u,]ÞºúRo‘aUYÊ«×ðµ¯hµa&¥ Ô¬²ÐŽ A\M™Tÿ¯Ú2€(—>–4—f#Ú•eÉÄzU‘t›[î,Ù µ…i%O3vÅÌ õ´·ô¬gå Î޶V”ƒ*o;£Ú„j¬¡Û`gW+LDîï¶c},¤úÜÞ"¸šjG‰ËN¹zõŒ£µT^ÏH7cªl‡¹¿írï·‹ïrZ™Çò T}U/rÉ?îíÖ¿ò•îiFEY|Þ¿àî_—Q“Á%0j?«XÚæ·r¶OÆðH_„¦Ú ¢^\âû`D–Áf~c ¢—¸”~±plHg—@.2’´»#+Dˆ\²“Ÿ å(KyÊT®²•¯Œå,kyË\î²—¿ æ0ß';gle-3.1.0/doc/html/edge.orig.gif0000644000076400007640000001327507326107675012043 GIF87a¡‘öUÿ$$UIIUIÿmmU’’U¶¶UÛU$$$$$U$$ª$I$IU$Iª$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛUI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶UI¶ªIÛUIÛªm$m$UmImIUmIªmmmmUmmªm’m’Um¶U’$’I’IU’Iª’m’mU’mª’’’’U’’ª’’ÿ¶I¶IU¶m¶mU¶mª¶’U¶’ªÛIÛIUÛIªÛmÛmUÛmªÛ’Û’UÛ’ªÿIÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U,¡‘þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆ>SOYOZRÌZOROÊÓÕÔÔHSǹ=HËàÌâáäÓæÒèçSHRÚìîíëòHKîIHÜšHHZYþýÿüe8P @)β \謡”) !J|øÚCm§,‘·Q[’)“, 9²¤ÈcûÆ)÷¬åJ.c®\öŒ&3)5qªCwmžOw?ë ¥G´1ü`$ÈE`Ó-YžF͵©?«S6Ȱ«CgÃR”8eŠfÑnÜ(¬Ç4–þ/ã „J—ª]Pñ ÜË÷L… î ìØÃaÏ*6 , Í¥NíJ,¹rUËS›jÎÌY³Ï\>‹MúóÒ§M—µRvŠ_>ÎÁõû²®m»·ëêåû÷¯Ì–ƒŽˆ¸8D^>š|¹ùÔª[ ;§<½òæëŸ£f/Í}´w.©Á[1ýZ×t+]ÎÅÍ>wû÷îéúÝâ7´Bû¢ï/ í,4Dÿ¢A4ž€åÂŽr€1÷\TÑ1ÑmáƒN(aƒ.x]g’¦]w¨…hj¬qË7è©·W|ðµÈ¢mRÈ'cŒ4ÒG_h7ÒàŽ (…ãÝ‚Np˜M†a…HRþ¨ä…J:¨¡un÷ݔ܅çyµµŒÛø¸¢“ãH¹±É{ùå§È04‘ gH½…¦çÝ…þüçºÉ«Sß;€qvûÍíÀ–»iolf›Úx6¼‹OV¥€Û>” £éé~€òŸôJ&2^€Ùœì2u Ù00|Œa¶v&Åh?€š4›%(¢V,Ò0 ¡¼$Í'ÆÉµš:ë< Œ¨:'ºNOöTð^ª2 ´-z¢‹>Р*Áˆ C’´y{ºæ??Xþ$(mÈCÍ̪'@`I›:4-´ m8%Ñܸó¬‹Û©Ã0:<7Y0cœø <êÅ ˆ~O¥JO:KûYµC‘RVGô™NÐ4Ž\ûê>žåÂt–õ±j}^æCY…ÐDz-Áf) apøü(RêJH!¤•yèT™$ÐÔRæªúF¿Ã ®"6•ŠÅ$9tJ³Èú¶E»¹‹š&«ŸâЦ?ûá¬r³‰Ì5©£½Ç>ÈÅT¹¹ªRåUk­ùWØb4 ÏB»ÚŽV±Z2§J"Ú[Ⱥ×=£|ÓC_ÁØ×0†Ë&ºø\Ñ:Tºðh8¬‹îêu»Gêáu«óÝþØÖgûíâ%Ïë¬Å2Ö& œ1ßëÞàs¾÷ŽWˆƒße¹pƒHAZé.Vyadž‚­™`ϸª—ñn”À›Uñf‚¡©Ä-…-¬¥œÊŒ½Âµãooãá¯Í×7õŒ”IlœÏZr¥R—଻CK0¦¦S Œã›™2KóTúÑ”þp¥ÍÇ3äŒLЩæýj…›Þt„£&H®’9<è&ÇW Î`¾Bå˜Ø(~.ܸÌ⢠A ð(-ž\fŸ¹ªjnóšG çR'¹¨6M0ð7ÈyÞ3‘™(Ì#š·‚v2¢wý›(÷ZÄ8qF°u"–‰þ`ÂýÝØh½ìeZe:ÌÖe^¨;Mí˨ù ØVʈÍíá”x–p5²a=dY‘…8& oÍÞBóľŽ÷o„½a»ÊÌ­Ä\Ÿ+esùß–ŽÇ;œ c§rzÚ7®Î´?wÚn;|Û&NkreqãYȹµ°ÆÑíg•.Ãìî¼£¼[p4ñ(÷sOx‚ e¸#ë€4éÊe%ŒëÒDÁ4Á>p‘v0ÆEãç³bÈÓ2\Ñ!î¶£—Žo|ëÛÕ¯†µžm¾LWÏ_쳑 ÆõÃû×3™ÉÉýœrk°Üì/O{6~¢o¹ö{ÒãŠûP걺…çñ𹘣t¢óþýè"žòÙ~ï§,g¡D«£d=güê×ÇSîñÊû\w †Ãž““ýóe—Æ–´sÿ„퓈4íú„¸Û¼˜†½;tŽ÷g³5ù»Á•¢mÁ^9µ:{ˇïrâ_‡òXûY´‘xIˆêãNeëiGuXçXÓûÅvP¾ä\ÿ8çáRχþü£·FíO÷ àCûv»úýï›ÏÝÒì/}iï4à‘ÊÍè!æ{¸|hg|Åw€-‡|í·€ !“uŒ—JÕGuØW×w}Ü'yYw éQàWrcw~~†SÝW‚Ef‚_–‚ë`W÷°÷P/ø~þio76Xs7{8'{ú׃=gvÁ‡{Bˆ D˜E8$·ry—|ùÇ€NXwî°ðgq´3}Ö7Z6‡iZˆs[˜}íp‚܇nïÐg;"x†¢†c¸†_Ȇ_´‚îÀ‚Dƒt(ƒŽ Î%4Ðo|(wögiC…M(p„`üG€ HˆˆÑ„ØPˆM‰O¸€v'‘ã†TV8Öwix‹u}íÀB7k`˜†ènªˆŠÓ@‚xn¥‹²8‹¥` 5ƒ{¸o}H~({¾ˆsë@{¸~oXŒyçˆJøˆÊX *¸X¶èŒÐèbuƒsXÔxHþQ×z­—…W¨…ŸÈ…äˆi£¨}‹øŠj؆î¸a¸q6ŽWnõRÿ]ú˜õ"€¹¸‹7(wE¡÷ˆ“øÃfÆølÄ(p ébû ]^´bÙX‘¹bʦ‘¹‘É‘€‰ü4à>ðᘒ[¸’Š´ø’0‹çLHP^Ha“5‰@8i“6Õ“<ù“©d“? ”=àΕ‡{hƒ¼Xÿf€¸ƒÀ•´7•³‡D1‘јY ‡ÏÈÊæ• %Z¢¥bÐRd™bÐ…–j™–Iu‡"I’&‰’à8—åX—,™}×'‹ôx^û°—ŽG“@Y^‚YSƒYþ˜„y˜‚ùÑ´˜\£˜ùKFI)KM)N¹™é”‚HY‰QX•̤E‘øø•ʦe´ÓÅšIåšk›l)›)&i¶ùð|—'Ù›&9—*é‰,y—-I‹ö˜:‰˜ÊY^@Öœ]åœÐùœÒ 㤘Õ)×Ù4z(KÙ‹›yP©ƒä™sæ9šYW¨yšaéšI;‚ÄœŽ)H 5ŸöIŸŠ™Ÿø¹ŸúÙŸôYÿÉxup™‹q©’Á™…v¹  ˜}¹e3”5ØY¡ãt¡š¡º¡*:Nê¡¢!ÊÎÅ“ôg™ãb™–þi/Š™2Jáù”â)ž•–ú¨šïiI÷y@úŸ"  D:¤FZ¤Hz¤Gº" ›Ç›*—J—ÃYŽÎBZõ˜œ«9¡ÓiI*b 2@¦fZ¦hz¦jš¦lº¦nÚ¦‹°’)*:uZ™ÿ梚y™4:£¿Xžzž}Ée:š<êžôé£#:¦5`¦Z¦ ‘:©ŽZ©ê¨Œš©2 º ®¦‡$Éz¾9¥SÊ \ø‰¨Zuªgæ%¡ðù¥:Nc ´Z«¶z«eJ«¹j¦ºZ«»ú«¾Z«Šp¢Y§tJ§xª§Êº§٬̺§}j£Ò*7Çb©lþhÉ£‚$aÖ)¢ š«!P«áJ«ã åZ®3P«éJ«ë é®ïê®æê®‰Ð¤»Y’ø¥½ œüŠªâø¯êPÕ§¥£En=I¡Jn À° ± ±+± @±k±[¯‰¢Ýi¬wº¬Ë £ÐZ²™ii€ê‰°wE¨ë™JtåQÛª¨ßú­—z±!±³8«³<»³>´=;´@;´‰PН jƒ­Çz,ªO[ª :µþ°WH°­Jn<Ùœ +¦Øé¦ða;¶b[¶d{¶f›¶h»¶€ÄÚ{¨¢r‹¬"›¬{£Îê¬ÑZ²ÓÚ‹~h­´þÛZ¤5+©•¶ˆ«¸¸‹û¸Ë¸Ž¹‹‘k¹€ºy4À¹ ¥£A`sRÚ¯¦KªKaYk°¯*aÏÙµbª°iz« m ¶ ¸{»¹»»ºÛ»À‹»Âû»Ã{ÿ(§ÝyB ¼s+·v[·$›·—9.i9x½8˜½©Äe< ]È–eÛZ³Þj¸7;¯ ™‹»é‹¾¿»¾î+¶è ¿îÛ¾¿k4p¼œ ªÊ´u*º\æ¿Ö÷´£À§[À)™º¬k°³#a]{¡f*»¼J»ÀË»ü»ì»<Á‡0ÇËÊ˼Çê¼u ½Ïê¬1J½ÓK­Lþé·\75X›rÃ4p”3¬¤ ©íZ®ó«¾ôËÃ>̾?<¿… 7°¹›¯ùꛢ{’K,ºY8ÀÅWX… ¬Àã«ú¦´K«Û¶¹+^üÅbÆd<e<ļ¼!ÂÏûÆz½vÛ¢yºÂvwM›JýÆ£ûö½®æ¡ü¡†{ÃfšÃâJ«EÆ…°Ã@ÜÈŒLH˹™¿%©¼%Ù¿r+ºtê¿£+À5'ÀR Ž(IÅUœ‰]ÅÀÚjª<»[\«]¶¤p¼ÆkܼtK·pŒ§r<ÂxJÇ,w¼Ø‡.œTñWÌrE¤5L¤†Û¨J®‡ìÌ8K ÏGÄþD,§”7—¢»ÍÜììÄLª¢Œ &IÊä†g¯†œ°ª Á»z«ËÅÛ°ðK 8ÐÁ{HËllË.ŠË¼üϽпìzL;}¼o®æ\ È_Û¨„ Íæk¾@+ÍÿXÍ“lÉØ ª™¼Ñ›ì¢œ µ• ÒŒƒ¤KΡ+}A†Î¦ÌÀëüµ ûÒªÜʵª³[ øÌÆúÌÏE ¹ ÐuëË+LМ‹2,Ã4Œ¤Ël¸#K Ñã ´¸; ͹T} ªÙœÍÝÍ\ µàüÕWx %} U¨Ò¯vÖ`ÚÒ0½Ö­Ï‹±Õ£pÏkÕú Âr»ÓmÜÏ>ÝþÓu Ì€-ÔĬ‡E½o4\¸m¸"ÀÔÏ,Ñ9 Ë£ÀÁE|Ñ8p–½¼­Õ½ÙÛÜÑ•ÉÉÚ,Š’ú¥h}ÚÜèjí¼Ú´ºØ[LÓ4]¶6M×vӶ׸M§M ·»]™½Ý×#¼¢‚-nWÌG=Ã3œÔºÔK®ÍíØ>K `SmÍv}ÙYÙ*ªÙÍÕ\ÍÄÞ\Ú' ¥§½ÒP§Îl Ó­ÝÖó<Ïc[ ²\Ùu]Ù·½×z÷½ÛþÜÓ·,²|h¬J9“IÔ~ÌÈ}؃¬ØŒíÔˆü³9;Ûݹ×ýÁ™­ÉÜ­ÉÝáÎÑL,ªî›%y’H¼ÒÈ–Ú÷þ{â«­Þ àÚˆüÖ.覀& ßµ}×;}ãøãtšß.úÛ¿]™ýý¼·l§Ã-à„‹Ç}”’ЇÊÍØÏÝÜ;k®Pm Ô|Ï–]ÙWžÝZ^á[½áÝÍà=Þ þ¹øJâ&~âÏ—â1½â¶ Ûí×§@Û4Nßµ¼¼8~ßxÎÛzÞß{Íç »‹·®‡IžÜHKÈ„¼ØM Ý= Ùžå4ŽÝNáÛíåÞå®É½¹´ú«¿$™‰&>Íé­Ê‹ÍâÛân.Ûqn×4^ìêvžãw.ë9¾Û;­ßA€ë¸îÆüÜçqÛF.™ÄzÔÊÌL¾ÜNÎØáºì@ûà¨Påþ&å’NáÔ®ÝÖ~霽ááâdÞígêhŽâ0]êmþâ.n¶©0ç7°v ë7àêðŽßïN볞ç}Þë¶Läsºï„.§Ä®ä‡®àK­è Þà:›¹©ð3ÎêŽÓîîênééNÛéJ{ñ æãÎæ¥îÖnÛŽ¾ê•Íî• ïïžò7>ïõNï.¿ãø~ïû ·4Ÿ‹i<ìÅŽ‡ÇžìÌ=¯Pž³@/×Ï~3í oÙ)?é˜MéÖ®ÙNñ¢[ÉÞNæž{æ/î¤îñ+ò/®¸ï­ 2nòëÞî*_öñÞò-ó2?· ¼Æù\ózxóþ®óH[÷JÍØ7±M]´S¾ E¯îË{ò¯>øvμ/ïPßô‰_ɪG¬‡’ u =ÃWŸæä~ù[oî±=ò¨;gle-3.1.0/doc/html/edgenorm.orig.gif0000644000076400007640000000652007326107675012732 GIF87a¢sôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ,¢sþ Ždiž(ú(Ó¶‘ó8ñL9wŽGDñ>à¯7 æx;]ìö’)RШtJ­B —Âá’ym4\øñÑÌe2-^†káËe­ÛïxÒjÖt/‘CIFƒE…B€€cq2. y‘$X[,[^^1›omždŸœœ|_[ZŽ’ª«U/]0š^:³‡Dµ„€fD¡M+¬¿À'XZ\¥¥ ÈŠ~¡ËÉpÆ/ÁÓÁ½]Íb³8¸¶ÝÜIÌ_ŒÔä«•Å—3™¥£¢îíðîÆNèå÷®| ppÚ9º¸íŸ'R¯Rá[XçÔŠbâfÄ›ø®b»yúè0ÜH¥W¬vˆ¨äƒ'þÃÍãÈ2Š¥z˜Äõûh±æLŒØkÉÓÆEþ”…s6TèÅ/ {*Í qÞM›PãaŒ&C©U?%v ™­+…”_Qr%ºòjÏFÅtÆü9“"E­Z×eb”v§Ù–lcÁÆ·hß§¥îr$`Ë:µyáF…ª8ë+O“K `‚,"êÝ*”¨çÎFiÅŒyÉ«†¬ u–‡åÊ^;÷©íÍófæ‹2d§QçŽÀ²eÌYÒäô¹/¨·¢#F«\¸â_¢¥«99»Í·½wOXÏÕ­CI€9Uá9;=ßâ™LÉYY= è¹F‰é̵Û&þ¨›‚´-èàZˆ½¢f­è í]f {‰áx ºUÑ} *Öœ¤w!p&Þ‹ÝÅãŒâhóŒf¦¡giÇ)çljƒ·‰häb÷Q@„’@2IT Å¥g¾a \cyáƒê4èe—`¨“!‘94|Pi€`è™–\p)gNÊß%*gƒ“LZ@MÂÉ'(И6åjuÑef‹Î9§sÊ(©wŽá( ˜Vªé>r¨f• ¼'K ¤*éç©þ9Ÿ¦¦zêª}ÆJ(¬¨Öêê­¶žjªJöšª’7¶`(OªAFà±ZP £9,ë@¦Ag´«þVKíµÖf›é¶rrëmµßN[)1–xÊ’j¡î¦ÓâJ+­»ÆïŸòÖ[/½öæ«ï®®òk¯  © ¬¹Q±”dgƒ³pIí·˜îºªÄñÒZA¼ïš±wŒqÅ Ë«ê«!‹+.JYŽj”©û ¥ú+³®ûÖlóÍ8ãìëνº‚Y À%çe2¸HoKñÒsü±ÆO;]óÄMÿÛ4Õ[Êì6˜×€¹å@i>Ðè´3ã‹oÎl·íö¾÷ $d÷w•¶Ö€W^%í÷Û€n/Õùj]¶6,5Wv6g ^óñR¾«å`®yåœ_ÞyæþnóÜ+’F9VÙš"ÿüý·ÇPÇ.ùìòb]2ß9Pgá4©§áXЬö¼´ë»¹çÈãŒyÎKŽDu_/0 ‹U"С6']üö‚»mú6M”¦a–¥ðÄÏ~<èÉSî>èïÇÿùú:wƒCJ¥E ŒÐÄH‡®ó÷h3ÛQld‰E€€ŒEi A™®&¸õYp~l_u°Ð€|*‹pFH%JeOiLa͆ç/UIETR+øçÀït(W¸Ü5(¿Â}@ÜáÍî·„lâVñõzɰˆ&-àQa¬cFæÑ*ÖÊm>Œä%)? Zrx|\¢ÁÓL„!a%Îób°KSQÛ ø.S5IZœDYH¨ –psÐG©d¯ ²ñ—– âçÜHÁ[qJ \£!!4þuMC¤¬„ÉN¹Êjúë•»¤Àtꆠr„cÛP.]3¹±jmmkã$×)É`Ò¯˜­Òæ~èv0ŠM„if…*tž~öYs‚ÔªJkºíQpòB{ð̆ª&Ÿ’@€ØXÄMä( rË(þ:! Laº³{¿ÝèYQ{.ÈgJ[´Ï®}okô¨L Ú¶_-ô¦» Ûq|#Ñ”Fb¢¥Œã¸Y%ùf¾ü¨R=ÊÔúùŠÀB*ÚàÜó§)5@ÿª×𠏡uÛÊ¢iоÚjY‚oˆž”žN)•høÚT™Ë¼Ô+i{#Õ 8Ô‚$Ð)ùÄöV¬†²X\µžB1H3 r£-æY¿GŠF‰J @a!q€|šT \gB"Ù¼ª¯£Ë[!ñxpÖ†…ˆ(¢NMãSI @³qm"b”œ>vë·(daYi¸Ç:–dòˆH ÐDÍnö¸å_"þ(Úie ’--Y³{V#ÒÀ»7J"{<é\P:תx¼e,%tŒSF±[Â…ìöÄú*S5?…|ÓK€ÌP³‰ 0•bIF„ôœŽ”o¹;Á#JD“œô¤é˜Ùç2ó¶ˆk>%ªšg*Ì!§N ¤£—¾ôešqa¥µa¡±ÌeéHØL‰@¬¸­s»à !s½…0j¯îKª7ÆW¯6Ãd<Õ!ë˜[AÁ ÿþBÑÕ°†½F W ÿHAVÜX2£Ø±…p±@d\Ñzr¸™nÝ ÐL*C†l(›§ón1äF28Á€vU“=:©þ Ê$ÕД•þicïË*t€Tw½&ŸI¨¦K¼iKYÀÄút´ e¸´2š—a u#UGËÞð†£TšÒÙ:ÿèà Ü+^/9Ðgý"œ×Á´9Ÿ%lJ;káU@:˳žô¤sdWë.¶Å&µ¶5 °ms:€)NªçzÙ|:W³¨ÓqgSšYÐÎ6CŽ#Ñ‹XD‘Ú{g¾¾·’NRlØF¼ÕPùB«Ä|2û€õ¹5›^¼­fÒ.#°GÀ|׈™+hÒÏzpY5¥×­šÅ0>Î òܲÇÝ¡Ýø9l’´Ü{vn4ž‘w³çæ&]øB®ãórX·ý3€E-:þO—ÑÇ/H¿HŒå0t7ë–6y›=gÏÙ¹Tžò„y$㢯—Þ°ýJ½ï'–°{WìDÜøtZ€œ ã|ÑÓ,§Î,Û}ê±ÎjÑ+tÖ4´Ë€×‰585)é¾¶æ2—õæñ³ú¶wgÉÛse¨`´õ±mM#F'ã>³ÄæKÃhÂÕÜšµ{K&÷Êë]ïrµ,uý^!÷¸lœ‹T{ÑÙ<îqËž§¬F=ëoÜ“ÉcøÜë¶| ^>èq^÷ÐϽôµ¢üE/´öÌ,» žzâ+EàoýÔ¥¾p­âÑã ‡orÎ¥pèjwÑø€í6Qp§LZ÷n4Ø´=´Æ| (ƒ2ƒ„•YswuxÇzÖ!0,ˆ‚Ñm°wXHˆ…Pø„xgÁ÷€w—…á·ê‘„Æ7y¨Yɧ}¦'6 XGZ—†àIh؆o׃Ûç€bhY8|2)~^Øs•gMøf€Èw?ˆŽ§eÍô€çv|Y˜áw‡&à…â7A8‰ÎÅleø‚™•‰Ù·‰™øƒž¸}s(wÎ5w’X‡Yþèˆ(~G( §‡á‰Ãׇˆ8‹´8~ChŠýçŠ[¨‚¨x°ˆ‹X‹³H‰Âh‹À‰½Há׊v犌Ȉ¿Ǩ…Í~ÉXÔ¸Õ‹Üø¼˜U Š»HŽ)ÈŒ7¦‹×˜ŽëøŠî¨ŽìÈŽ)¸ŠF(Ž ÔøŽúxŠö¸ #ÔyðøŽí8ê(y8KvÔwÀ2¶¶Y? X ùEª±O åh„IÙ‘å¨EÍÐe T‘‘ðY·Æ7¹’¦˜`"Å&)BV{Fñ[cZIvFZô3¶3IteQáH_†æWr°8Ay#”7áò -À¥bÔX¸C’@Ù”Q€’(S”t”8ä 9L©•×Q“^Ó8 .:©Z¸rq¥fy\‡KÄf”€ƒ”~%U®P–s9#ÔO†á R™“WS•Yä>0%ù—U@mv©’_Ù=éÓ JÙ~é˜P€]¦–eF™oIϳr©™TÀ#?¶gxù6HUO†™Yiš#ð‚©„é[†9Vúb\‡CeS²9™,b¶šyY™{y™Â›Áé+@J¸Cf`š8…L*œ[Yœ$–`œ5¥W…öšÂW;gle-3.1.0/doc/html/edgesweep.orig.gif0000644000076400007640000000642307326107675013104 GIF87a¨nôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ,¨nþ ŽdižhZ*Ë<Œã<³Õwn;ÔÞß?žo§+Ö`2CñP0TШtJ­¦`´ì°ÇR \08ò¥Çe2OÝíÞ´Ø—ÂJ¯Ûï«ò¸£é‚€C@‚Bƒ†}3/r/xŽ&X|4m^l˜išhœ\Ÿ…ˆq0‘¦§uL,‰I”D¯F±°³~G1¬ªO¨»¼W/|[^<`ÄaÇÆÉ–ApŠM½ÐÑ.“Zo³²Ù؈×ÍXÔÒá¨ÕˆËÃf\™kéìçõ޺â󎋬5­µÚû´Ü¶I1ÑxB%µpáµ7¿JœX% 9ƒú¶ñ“ÏÕ7F(Š”b0˜Bwžþ@©ä*%J! Žœ™ÂÞ­d<<ȯc7>ƒ ¤I”ÆW *=ÉÔ_³¢D pðhɃ7¾²jëæT¨ X  `K¦MÚ´GL>fÍ.06š ¦:¡zóN| Þ©%ç=$ŠZ,QÀØ‚º¨#ˆËÄ™+ÂÛØª=¤ím9Mâ>†ü/‚%Kš€ôøªO¬ƒ[·Žh‘…ª¼sH×!k–ÔežH× o;äuVJªŒÖ-…î½ Wýíkxº ÀÖ«_ÏŽ}»ßï…YÉYŒ`9scËVv 3öq­ÝªaIGœcÏŸ(Ÿ7µtWnÉÆÕ€h9Ì$þÚTté'By½E‚±Á§Q?˜=DA‚Ñ!:í}£œƒüf›aZrÓv,jçbw/î±L1æ|Ö‚Y 4¨„ªXƒÒ)dD ™!lG'؆Dn¤“L>©‰(ßà·£^þµ2HCvYä—@(f^ F™DŠQ£"8êMhÁe“tN`wæ‰'žvòygö è†}Ú§žˆî™è¢ŠîÉ$¡ž@´ XàÅØ‰|,ƒ¦BZÐé§€‚Êi¨¤rê驦¦Šêª©¦Y}ÄPƒE•ÇÛY•x¡¦“yzh£‹§°ÁæIì±Å&«ì²Ì&;,£zÒI%rþ¹IÑ]Ï©vÐ1gÉê·vî©ÁVP¬¹åž«nºì’ëöÚ««Åä ~¹‰Té­“´±ë ‹6+ðÀl0³À> éo̺ÀHRYºH×iê­ª¦š o±·‹®‡¼î»¯Ÿvv k{åe=ˆÅX„µ¼ê­ŸŠ¬óÎ<7ûlÂSº%LjUú\jÛÓå·âŽüqÏPëüìÉžùÎ -[ŽXÊÑLŸ¼&uÁ[v°g[öÚf·Í3Ðd¨Ñ°\ $ÕTzi+§Ò¡‚ëôÈc.0Õ¦ª¹•.Ãl«z>ÑmØÆ 5Ûh»õÏÑB«\åÍc´^þfå£+˜}ûÙ®ä¨K-/ŸL.鬕Îc€rd‘ãxÐNn9åjïî{åÀ÷<ÂŒ‚艈ci½KÄGW¦Ó9K«j®È©W/ðÔ«W&3ˆ3ø2/2OÆxÒ_Bþ,ê¼§ÿ»ðì§­z£e0¬ ÃÊGV"cz æ·xRoýÿS”¡Ê«¹¬nиYjg™ÛI X‚S_åÊFÁÞUð‚lßúÜG, -ì> PNìâÓ0&KúãÎÄ4€0ìà©ðÔ­i5a1ŽA`/ >ÊLbKC2Ÿä$¨Áà‘ˆäW¥òP‡»¨ÔýÔC±\ÙLM){a ·¨,¶Ž€¯ÃþWyP¿G$@2´ë‘„Ž!Äóìˆmà38G$.˃LbIEÅS±„ü¹Tþ¶¤&1¬ÊtîÂ/W2”Ù̆—RN¥ÊèÄ oüZ£1<ôDUŽFÜ åÞ§°%B„2|ì…T˜:'XfFe0Îf97.j˜£!:V†5Ñ’x8ã¾Æ"¾Þ¤p—òdÏ@IÇf2“wă_ܸ· >€dŒØ'&¡`Ø cÙ—-oy½baO—†£¦zp“C €–&13¹7vp‚‘Û3Eù¶D¡ƒ ¢ý@€>B¢ –”¢ ÷'´D ±¤å¯È¸\VíCõ* þz$9Æ‚. •âZz¼V³–Ä-wù$?‹ÈR;vÑŸbïBb"À£Ë+èM?wB†R8±Œ( !'¢"R‘[DªçµB0ŽB=b”"NsªPÚs=ä[ÇQ:Nžqðx”i76JÌ3T•–¼‹ñ63jtst*”‡$jκ"««‚³¨¡´½QÜ “€œ** M±p-„ŒÃR>qÏ?‰ ¯:Ûg?á÷¨OÈ/¨Ò<pFKöBÕ¦dš—ÖX‘FMM­ŒJ×Y"ugJ 'S¿IʰSª–4h$BÒò̪X­ØèôXЬ¸k@CSSæïähþ ºJ…⦕ °Œp¯Ñ'µ6‘v[lg)¥tú•¹œóm6Ý ê “‡¿õ!VÿÐ’1 ¥Æ})e¶!Ëvƒ¦œã#Auk èòV´×m+ ÷FHY¤aQåÕ´ —j¬k_ƒÆuÚtŒi-¨¢1Ýx–0| ®o¬¸ŽNœ¹á…l-ëúØ 9ö‹2ýLœ ºÙ›Ô³Ò(q6ÊSì89€(Du)á&_X¶³ä¤” è2ת.ËáM©Ž‚ °'þí­hÖMù¹äŸÉ„±Ød¨f˜2iš–ÅëлY³f³#î²*Úmút5Wi°’,T¹:µAô0ìþ³\ç…£¸¥.òŽ=‹VžVõ¡vƒ„Lp’ üurm|ßP¿9g¾l£EcUçþXÒôíBËg"³U=þY1PÏA£A#ÚL®B´¢«üß&ŠÒ¥î¬íFÝ/›¸·"í㜱iÌ¡¾2µ¶·½íi²$™í M[]Ö'ZòËŽÆd-iZ’­·6K–6‘@ ¨×)rÇ 0â à.A9·Õò*© ZJ3»ÝÕY [ \2ëÚ›,Y‰ñÎ0ñv¤ZÎçí7z›ËYÎæðÕIÁ Üî´Ò„ÄT°Š×#¡×A3FP)¾ÑY=:°|&ø¤Ó]iI6ž«4ëìÄLþs‡#é²fNºÄ“î¦Û ܘ9 (ƒÊrÛùÕ„Ý9MF>]I‡x§ïN°‘å­FRP[dzÑñÙûM™%ਦ×õ­ÀC¬sÐF…ݳ¦nˆß+[mVÚTg¹Ù«ñVÏÐfðoødþîq‚¾zÀ’.xQv>ò’¹ÏaÇäØÛ›õþìžo"s7¾@Í—ç½;Í&Â)?i°ì|õÎŽYÐyßho6ð4û<âw¯qn?ø!·«Ÿøjt ë’¯‹°nÖw=ï!þzŸáý|­ר'»ö÷òvë›­'—jês+éYÏšùË€nœ¯l¯Ì!]8ã9‡û¢Û?ðÒîZkO{þgÓøíw~­ÇË·|ìg~'}D–y¦y ø€)'¾…lâ·Jt‡p\·nËç Hr•u{ ¥pÐ6tÂÇx™Æq)˜‚fÕxÄ7‚²wnÔ…|Îç " `€øÏ—€—·€Bønk5„F˜pØnyÇ~W€ê‡ƒ"À„ìWPK¨z3h‚&ØZhXüçj0(tñçþGƒ«'bR…&Ѓj(…hyчp˜z`'‡—ÇgoH~Jh`\Gy<ØhˆR8rXƒÍVˆ@tb({ŽƒŽ÷~‡({!HˆÐeƒ¸‡÷‡'~¨†<Ȇ¯‚UX†«·„¤€þØ|›¸‰;ˆ‰Sˆ®ˆwí'в8бh`•øŠ”ÇŠVÀ‰MØ‹“†Š¨ˆ‹–(Œ§è‹©X€ºhÄ8ŒÌ¸ŒÎØŒ\—ŒŽ ‰Ô¨ƒÇÈèׇƨ“ƼØÙX;˜~Òˆ ÏxŽÐˆŽåˆMFsŒî¸|ØŽòøôøŽï˜8ëˆ Ã!èØÐxJ5•æø9Ü´7NxâˆÖ˜Ôè*G°’$§ÐCóÅ7¥féÈŒ4–9 27N$‘V"¥µ]ÝB8ïƒ(RIø’°/ãsZi–RåOd0S¢Á’PB=UE^ Z&yGáå+QB@Ÿ‘^8iFxã5@%)cT<¤r“Õr”•H#Ù“Ý•=N¹‘{åTß°’TY‹cL•ð [•3¨7‘be%ai: ä㓲”È"”P’QS;oi2S¿ðm$““E“?YCó=})£åJõD—®u’]©—ãÑ9‹icyF\Ê$9jö2)—Y9H|ÃBñbaΔó’—öWŠ9š)pɃé™Py˜š!;gle-3.1.0/doc/html/endcap.orig.gif0000644000076400007640000001166307326107675012370 GIF87ap¾÷Uÿ$$UIIUIÿmmU’’U¶¶UÛUÿUÿª$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ÿmÛUmÛªmÛÿmÿUmÿªmÿÿ’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ÿ’ÛU¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶¶¶U¶¶ª¶¶ÿÛIÛIUÛIªÛmÛmUÛmªÛ’Û’UÛ’ªÛ¶UÛ¶ªÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U,p¾þH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤ÉU¬T)³²%Ë3dÊ9s²¦Á8|âÐÁ©³çÎ:=þ$´›5ûðáC§OÓ§N£>­3•Õ«uê %¹”©W:L†[ÕéU«h©nù‡OÛ·nã¾¥3÷]ºuìþÉ‹OÞµùø,˜Î`?†#¶»ø®]§â@Ò}HÇÚýèãtÖù÷_p#ž¨dŠ;ÀT]8âè]¿mqWö–å[’\ Mn˜˜‡d)$™CV¡ˆG&鿉*’5[ƒ/‚g'Ž/ê5£•þeéG—_†–!NdÑ1&e@‚—èâ ‰˜‡ ®¹€F‰ œŽÅwç¦QÒ ! †zå¨rY*˜õªê™g™Æþiàñª™@¢‰&b `›mVj\}cÙ†"§Ä¢hxž:Ö•R|j‰ 궪¡hB–諱Î*k¢µZëã†FNZb|ÐídVdæ+«(²[,²Ü¹ØVTXÖë¬q¨ZF«Þa™ÿf ë¶ ,Þ¬¶ªº!N⊛º…–dÃf»nz`œ­»ê/mOú7a…Ñ®Å/¿?þkËêrjX\0ÁÛ6 ©Lš›’ ˜ÄTMf§ÆM4ÆwÝ®º´Ù%UN#ßX²MUìK‡Wû«u¶iÀÜun|M3¶4ÿ˪‡ªúd$‰n&ÓÕ,Ç-óÅam÷Æ3}þd†ReXzfrfð‹õÊ-{vÌa7îõË“m¶·hÚS¸nþ·V0ÕøËw;^÷Ñwgì2Ó“”Å ŠdnÆìi˜ÑuÌ·+Î…ãŒ?î5̲և_MÇÉ ï7][Å~†žË³ô‹öõ^zÞ›®lô†%²„HUA8³«aûï×7¾;Øï[ßûô·,|ñ'Ø~³•ÿüóÔ“•õÜ@@°Ð jIǽXEqž3 L¢&8ªÉŽvfPnÇ ºaw ü ¯×;Þy­kÃCÜì®¶Â}íË5Ô±‰Jþ—Aö‰® nƒp¸;¶ï‡þŽ3Ý܂DzÎn&/Ž[*xóqÎvì`§(B*ÆïŠ& Õ7»çÎ U«ÂkSdá‰1K# ¨Ã0ä€o< ­'D!Æ ‚f€ÉZ‚¹ÔÄ|X Ô€…4HуS ƒ«ÈHªQ·ƒâì&Æ*P¡ …áþ˜,œa0£¢ÛøF7’rwÜãGÂV¦1ƒ°ü眘?šÄÄ )ÅF~0 `P$0}¹HG²ï•„ì"ÀF'ú +d9‰J:©ADŠÐ”np£6³ÉMRzŽ`K KOVáŒ*Ád]N]š \b¸ LzÒ3˜øþ¦íùK+"²š‡,ä.ß Æ@VÁ“I€ÐÉOZS•¥f&ÚÆabó¢oìÂGXM˜ 2ƒžÄÂÏxP+Ü'* e(<¹0ÏyÖSŸͧL9Ób´šýd.Pž>“,LY(5A¨ÈlZt¢c˜h’:Q£nS›M]%E¨QG”Ÿ)¬àS©ô¡$>B;±ÐR{¾4˜KCZÓ*S˜æ“Ÿp-*K;Ï]ê íô)|„žä¤$VB']zO‰RT©L`êR•ªÔ`2–¢Ü„èoºËNf¡> Â3ã€R’aCèYéy‰²U­¨]+jÛÊÚ—šÕžeþ­h³0¼^¸õx²Ï!´sm,c“:†Ä.–¸‹EªRËØnuw]˜'Ng+XÌrU³}ˆCQ<ËÐЖö»a(­jÇ›ÚÕ–Wµ¥}­k[JV²Ö¶ºbÝ+Là2Äádž¥mÒ‹Ú‰&– aøoql\å¸ÀŒu¬D»PÏØ vDÀì^5{<£lR$(ø­~ÁKÞÄ. 0jœV‹ø´…-,ÀÞ.?>ÏÏøÆ3!Ÿ|†qûÞc¸öŸ¯ÁÖqþöÓã€ôÜ>êÇ/þ²s=ëèǺúcƒÚß¾q‡¹õmŽý0üÄÏ¿ñ‹øýŸ×§z¤gz÷{ÏÇí×~L¹—&ÁW§}YÇ}8xßw˜hzßW~ä§q5€~·~,P{ðw{)P0÷€H`øg|߃÷3Xƒ‚Gƒ7¨:¸z‚öØÇðÇ€¸WP{ì§}5P8@È„…Èß…OÈL˜…MH4 0P_¨€î×y*¨‚vGoÇ~÷WR¸R¸ƒˆ4Øp~§×ƒÏ†&(„W}&‘IØ…Lè„R(oxˆþ‡h…R¨…KØ…]†1ˆBX,P•7I¸„Šˆ<€nø‰ß'Šr8xRp¤8‡¥H‡¬xzKx5±ˆ„|È€˜è,ˆP€½8ŒßgˆÄx†ˆˆ8pŒÈxÀ8ˆJ†5À‘‰•Ø*(u%ˆ²h…ÊŠ (ŸЍ8Ž£HŽ8ÈȈÜljÒ(„“hHG(À‹É˜Å(;°ËèÃhŒiˆÍ苜¸‹Ò˜-  ·Ø-ÐŽÛ˜ÃŽàøŸ˜‘8 ‘¹‘IŠáè‘QȈì8‹ (`ÙèŽøŒþÈ/©þ2“4™ÀŒ÷¼Ñ‰ YP¹õX.©ýØ<“K©”ù”J Ž•T “2ÙŒFYí˜ é%ÑÒÈ à’"@ŒeÙ$`•jÙÉÈ–0™”Äè–ny•ÁhcÉÀ• ”*I •F©M)•KY˜„y‘†™˜‡©˜U™Y—7©•1ÐŽ É•Gy   P–ž)iš 9šg—ž‰–¤™šiY–«ù™8É™š x™P™`‰Ø8˜ž)šK™–KY‹9œŠ)œŠ œ£¹”ei“Á8–’ ˆ  Ù—#A›bÙ™Ÿ9š¢þ¹Ú “Ü)œi žÝÉžÙ™ùc)›yY›Òy›Bé—ÐFY–â)œöIƉŸÄ ŽúÉýùŸ÷iŸÉé™É›cÙŽ”Ù•@!¡bÉØé¬é¡I¡ãy¡Ü™¡J*¡Ù)›9–  ž´ :~™žØž£Yø£*•3 £5ªŸ6*0ê¢Ùiž Ð?Z›ìÙï)Ð#Ú" ¡Ú¤Ê¡%`¡õù¢/*¥V ¥Nš¥ž)¡Ùé9›ìi¢@ñ9–jŸ`£2º¦9ª¦nʦpZ0¥=šžñ©CªC©Ðª¤Yú¤ð¤þY¥áÙ¤†š¦ˆ¨ƒ¨Lº¤" ¤^:¢ Р—Z(:¦"‘ ° ¨‰*§¤:§sʦ:ʦ¦Zª¬ºª¦Š¥Z–Jz AZ¢·i{ФKÊ¡य:§*¬XJÄ*¬¥j¬rª¬Ь‰Ê¡ú¨^ ª•J›—ZP$ª€©QÚªà§øéªàêªÞºªŠ­‘ú£Aªí¹ #ѧ ÐôÊôÚöZ¯Îêûª¬Ãj¨ÂÚ¬ð÷š¯øZ°˯°°‘꓊¤–Š©ÙZ**°‘š±’ª±K®Ûª»±"² ­’ú©ñ±ÑY úþó*©ô©1{¯2Ûr:°å*§3»³0Û³5û³4;­ P©}z­-ë @²#»´"ð± ´PË´Rª(»à®&: P¯˵^{°újª] ¶dk°f;¶gK¯ °D+±À©!!µQ;·r[·t«±U«²P± @˳ë³A ¸ƒ+¸„{¸ €¤ ©Ù:wk·û¸’+©–Ú ­GÛi[¶hÛ¹_»¹ ë¹œ›¸ŒË· 1¹¨¹ª µ ±,;†»;»…K»ˆK»‹‹¹¦û©Û»«û»‘j¹;¡û¹¢[¼£›¼Èk°¯ë¸À½¾û¸»»þ!»µ›½·«½Ø»½ôš­¹ŠÓ+½ä;· ¹±¼Ç»¾ÆÛ¾Ê‹¶ `½¼[¾ô;¾û¼°k»Ý»¿úÛ¿Ü»·&Q¿l¿ÚÀ̾ï{À\üÀ½+¿§Ë½þë½üKÁ…‹¾l¿ ¼6‘À ¼À"ŒÀek|ÂåûÁ\Á¼ÂÜ‹ŒÂ»#¬À$|Ãc»2Ãu»-üÃ,Ä `<¼Ã$KÄ!ŒÃIlÃCLÄF\Ä’ªìÂTüÃÐñÄX¬¤äQÃKÜÅ#¼ÅY¼ÃÄSLƇ‹ a<À*ÂÄ^¬ÄÛ$i<¾MRÆB\Å5Û$ž‹ÇáÆ~침|<q¼º,Èt|È+\È1Ès«ÈÑÆlœ¼Ž\zÜÓüÈulÆQ|É‹\É!ËÉÉ~ ÊÁÈMLÊ¡¬Éþ‹Ê Ƭ¼¢,º¯ÌF<Ë aǵkË·|ºìL¯½ü)ÌÂ\ÅÄ<“{̱¾ÊlQÛÌA¸Ðœ;Íq¯ÖœÍÚ¼ÍÜÜÍÞüÍàÎâ<Îä\Îæ|ÎèœÎê¼ÎìÜÎ&;gle-3.1.0/doc/html/facenorm.orig.gif0000644000076400007640000000630707326107675012727 GIF87a§qõIUIÿmIIIIUm$ªmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛmUÛ’Û¶Û¶UÛ¶ªÛ¶ÿÛÛUÛÛªÛÛÿÛÿªÿÿ$Uÿ$ÿÿIªÿmÿmUÿ¶ªÿÛUÿÛªÿÿÿÿUÿÿªÿÿÿ,§qþ@€pH,Èä°¡ˆ8œNREJ%¬ØëiËíz¿Ûlvš¡f O…rÍn»ßp$‚ápÐëK%“¯œF$#\Va`_V‚‹WTSSO’ q•–—˜D M’QUZb‰£‰‡Ze$¨h”™¯°±D wv{}|¼€¾…[‚Á¤…‹»¹$w­®²ÎÏpL¬ ¢¦Ä£×'df¬jÐáârw¶º}ƒ‚¿ÂZˆÙÆÅÕ‘hÍãöâ›Óò$ÛØÙÚ†N RE«z÷Ê¢e‹N.=»|õ"Ä®"1FÅþ Ûµ¬–²¤u¢öiJ¿¤¶u#ó ¤ËLsꘃˆnÅ€îˆÁc´o$þ—@Ûä¹ï$Ê”®êô3¨S$ ëÜz˜L¢U`XÙ%ÂÈu㔎MŸŠ] MÑPh‚QIe'pcã‰y M=éò²3å¯TFž%Iø”KXÈP³ª]›´ AƒL Ž*š¯ZFŠ«–^•Õa&Y®HÄÕ/(j¥ª–¥n‚@w&U½7söeì™_`Ÿ ÄùÀãK:»mµ¢Æ©–Ba`ÂñâÃÃÝbWpÊS/WÍœ;ëÅÏŸCƒõÞýVöX F[G®çôòÄh³8gÖõ™·z˜‡$ïaBu¸XAÖÕ&Õ9xÙ¤Níèô—#¿Ñ³ ‚ þ×^ÑG_*çIjùU¸Ÿn9&Ý H!`€ VâñÇÞ|ôQx‰yr†ÕVè G£QGâ“GÇG<1_uzHZY÷¡ØÜŠl•áK–©eóE@ååt7#”OÖ…Ë]~Hˆ_ÿì„a5]–I§xÜA%+f&“ T Ú§5)®H¡JoüTÁK`çˆR9¤GŸö±¦BNaU/æ‰äN‚)®2£uyøÞhÆ=)£©vj¬ª9ÇÖ¯—V ?Ç>Bg+Ãmb¨ ’ë´°VË+¯vîE!RêôZì´é)+œÀEX þÀ™e²ìòƒV»È+/²ŽðÔOøÖ«o¼ü¦È//•–ªG …mâšÐû*±Ô2,®ÃgVH¶ß’‡f€v˜û”\)íÃîö–‘"BïÉ&§Œo¥Hôo»$*H°X{w¨×VLq·zÂc?oô C 4›M¬ô„€<ÂqXÚA3cYãËò²(Š£\¤ÉŽ`QiA5BðÀS´èXÚ97¼ôĨ2ý¶ÑB]÷ÝD#ý¶Ü=ÇC¬©7‹¨ñG 4på• OÄbN]7îhÉí–}\PµÔx– ß$w‘‹Ñ7Þžï—tÓ! ¢WÂøÒiWCžu…x2îøþ(pQ;í¶ÏÆØ¼“f.!Ð)¯~²ùÞŸ'ºî‹éÉ™µÅ:hg>MuЃ;ìÌw/,¼¼Œ¤¦BåtŠù¨ÈËíýúGÎ ¢4YÇGâ“Tm¿ì«uû û÷†ÿ¸;JïVr„¯!–9G5Žw¼ü­otz‹¦¨ç‘{ «ÅØ£¶¥¿Üá(Â’ðbj A$13{Ð">wØ• óÀÀ·9ð†ŒÙ]ka«qÀð‚£zD£ºFÂ"‚°vH<¢“8ÂîþñÕ¨fƒ½pNTOúlˆÃõõ #Å«N¹*(jÈ Iü5Äű‰p4¡þç¨3(kSl!4¬¸‰‰ê[ä\½¸AwTƒVÕ©Ÿ1½)béb%aã—Ž’Ä7.ñ’•TbO˜ 1eÀeõ€ÁÅb/äÎÍxËÔP}ƒÌŸÈ<#¹1$,¯@c-@£^æÁeiÙ%‡IG9nòWX.Å„22•«Œf‚â¶ÅXÞÐÇ„ÉM=LL@#$‰%¬M²ƒ™L'&×™Éc~?*ùd(!Â&4 P-СE3b¿°¦*«Z2cŸáØD8Ÿ0NZ¹ÎœŽ"¦;IÑ'>˜zK8÷¸OgÝAš ( @g7‚I›(ÍæÓÐþ4 ƒ!gáÄÇÍy=”Î!¦:™XÑb˜XÈ@ýZaO|ê³r•‘ ƒœ6Ï9Õ¤Í#hGš´ SÂB1åÒ4ÒuÓv™T¢% SøŸ­î¥FuPRípˆ•ô©P]Jƒ8Ô' ­Ðh@>µ*¾ þkE` ¬O}*¶HEGRCÝ^Ÿq×|"0©Ê,!઼¸¢D…Rü2vW«¾«Ï4ƒˆŸÝ°O°^Ë Éê ¦03¦‹uF>÷jE99)² ì–n±24¨Î2IÜ -&±Ë]Æ–±X•éBÉ$ÜOµ_@-2ǽ+öºq)ó˜O{t•¡ÝgpKþ'¦žÊHT•s~«§Ì–)©Œ/àÝÎî…ʵŸ%ÉßX>W «¥BÙ0E3“¾÷8À]ùßî8aA‘Ýn0BÝí™6OêÛo4%¢ƒò!Ç…)€ßÓ!jQ“ƒuÍBV· V‹±ÌòHµ‡¦p,xQù`I8XGé²€H—ª"ke½ÀÙêú +bUøHcÛ_'pøÊ‹ú¯5O2…TtYFµ”±kÛãó» }á×ìc†þ)·y±°‹/ŒLC…&’À²•aôÌ'ß5x³ÕkrÓ†âÃA Tð²c¾ÌhÇðŽk½ëv ûUÈøÒÐë35 ”þùbõ»wí±¨¬#òf‘†ÙK5¯LGV»ú}—º³¬™œ1?û9(ßíó ™ç^[YA4gW#MlI'úØöò¥ëÉlMÃö™N)€­g{Ô·ùצÒ«ÝÇíVúÛÛööédí^ÁX9¾N¦öŸ£ý]A#€™f¬g¼0¢EÛ[Ñø.¶¾÷½ïI»èß©Èt~Ægx,9–vcÓÌ`gBÔj[ªÃMñX—›Ô G÷lã¸Ì·±»Ö'ºË‘Ït«À6ø’Åoc™ÖDm¶Ì ¬×›9x9V°Â3Î`\ù\¸‚HÅÁýmq=Ü0¯Ï_ÈñG™0 Ÿ2àMõzþ&ýzaÎ:¦·.¹«3eÌcÆê›€›ã:áM¿ë–ŽÔVlÖí0²œŽ¢D÷¹Ûj"»Þ;Lj6‹ÝŸn,ÚŸ^›ä…+9¶Jk®;^ëZ÷ºhÞØ±ßÕò:OržvÃ+¼@½~neCÓçô…>´êQÿ;ÆO#ðQù6¢Î#Àò·¯|cíãú®¾øcòÍ;MhzŽÉ{g»×îÿ½üÅ,ošŸuÓðÏÿ3q{õ›=;æ·y³} '~ÓÆp€Çv ¸€ºÖþ€³å€²—p³‡~r0x¶7v›¶Oá”UHröT ø"˜x#h”g|(xV‚f GJ€ }ëw€¸k.uƒ•ƒáµƒ;æR4hk1„Ç|.˜þÇ‚ê‡JS!H‚Nh‚M…"hp5‡„,X„p`~7€À…G˜vOÆ€b¨€Vô…,È…³G„Xèf؆Vè†þ'oN7‡:G‡MW‡xx„k˜ ›÷|懆ˆ[(ˆ]Hˆ^ø†ˆè~x~{([‰øˆp‰’ÈqˆO΃˜(ƒ‘¸‰V˜‰0_¸T‰— P#Á‰¦8‰,ˆX“Š¢X âU§f~‹8‹²X‹}÷h‹Îg‹Ü YvÅŠ­ iƒ‘$ ¨¨~’dGc’1¿( ¨$'²ÙâbÜ‚¯ò¾¸ŒBqr‹ l´Vi/B`ØxUÏ4<§&dDbdçvö£1ãø ËµRÐÂâ/Èø“àYñØÍhBÔ5PP@ ýh Úx"Ã]uô(ਊ Ž i ¯—Žé5 JÆ‹Y óÈBtNy ùXVÊ’qðò'Y]â™×È’š°úU’)Vº‘±Š8 $ù+êØÀÕŽ¢Ñ‹Cù#¹“Üh’b…’þAüA;gle-3.1.0/doc/html/facesweep.orig.gif0000644000076400007640000000643707326107675013103 GIF87arôIIIIUmIUmmUmmª’mU’mª’’U’’ª¶’U¶’ª¶¶U¶¶ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶UÿÛUÿÛªÿÿUÿÿªÿÿÿ,rþ ŽdižèI †‚0ŠÃ<M9ÔDA¹Y …"´X*Æa2h uÐÝöP4 "Åíz¿àp)ÑB\³ާ£¸•Ĥ|N—ïC7%r‹Ô¬Xbƒ„……+e h4~7RQOJLutxxm~ŒŠZ† ¡¢#,Y ‹iŽ8zp•®¯—y|œ WY£¹º`ˆ.02T88:l>BNEGIqÉÈQÄS·Ÿ»ÕÖ$dZgi6lz±¯á­wz|›Ò×êÕ½ŠŒçÞmB’âF±OzµU.[ëŠ*…à%‘ ǵ¹È›š4»»®²$ªþ†ö'“I±œ9®BxEi)þbæ Ï:ÛìY‰ö žŒÂ¥àј[î³Qb‰,^¹:0¶ÚjiZ§pÏ4&m&ÞH÷T}-¡f^™ó6EÄý6Ö¥Œ_bb1Gÿ¾ JÎö#!ÃiQê¾ë‘‰n¬¬òË-çá„g3×,3̾ùfç7?ô`$«3ëÃfêIñÆÏXÐqÁL#ítÓI³õÑÆÞ€¬ð W‘6€œ—nË*·Õ\lä¸ vÌh÷pvÎ8}ØÊÌeëa5XV­ }ŠÀpaÄ<uR/úš[FÀf8á3>:¶Ô€CÚ÷¹…YrLg ºáÊþe^çæÝ¡*œþ<|å­@(bh (KáwŒ·#AÀŽøáîÉ&»ëï±.DÕÞ ˆÝ @×rF¢¶kÔr®§yp‚9:´XébVVêÑѲ8FσðÄØ|ÁÊ` xa(ñ0È÷ñ†sÀßü†X¿:±ˆÏ¥+Ho¥³Rj æˆÇE-F Ì"c(>TŒ8¾þ½¾ ¢ëršSÞïGD6"Ñp\㯺ò¼òF£‚Þä”2ÜÍh‹€t›¾ø*Ëh­£²Š×pöCî¬Qˆò‹$%IÉIƱr ˆ¾Ã“,$` ô)ƒ Ï5íÍ6äââ⃣MJ ‡$ÄuÜAªÅÐÄ}„ß#1ÉË7f2‰‚y„·&r>C°…ï¸ÒL‰ÊTnQ†úŠt„> (#åd’†œå²C[Ù¥/-YÉr’Ó’ã|cçBè&©'õ¤¨#zÌbÌ|¡37M¦LO:š b™C`ç Ë æÀY'q^2hþ¸BiBDdW ƒþ<£¨ÇEX/u,d×>‰‡:>N:ÃdAÁ 81;U”ÂÙèt‡BòœæÌ©DÛè¶Šêáת̦ÈðÉC ”y#Ú9ò¸Ç!á{#U2šZÃÚŒ –ˆg!XE*³}ÇkdM{¹SˆÚ2›OJˆ€l r§¥F˜ªºŽ8yQ­–ÛzXWÊ8‘–YËê!Zj ÊÙ’|ý&M?³Kž¢áøœC ¤õ‘¡† ÀQ Ø+ñ­®Åh¡¯òÚ¶öÐH ? U!@ÂÁR«oMŸJ<^%6 |lYLJ‹륦€íE6Û‚DÔóaXmã÷Ò¦j¯4VaþZw@Da_ʈ¹ž·Ž$«nÇÙÁpë+˜.}®+†Xw³íh¼‹×9gAÎm.Ùð1±Þ½j˜ÿЬuƒWÚîíVåâƒË¯Ñ KÔ£Æxá|±Þ>ºÔåŒFlaî}õ¹ßÚÝ•eþ4˜Õ…$Y³…¬ËÕPv™ÆÌÚˆ‚™9†FuÇy ¸ˆiÆ£s‡“ XõÅ`‘O©”ecÚð™¶ŸôpYÅêþ\7dÁÅ¡ÌðEp€Pjs»Œ¾‚Cøªã6/Ö¹pþ©;éöR¶z’ÒÐÜW΢ÈJЍæ²"0EEÙWSÖ¢ô«8\K&ËFzç_MKX—aVõ{µKKÚ"ôBŸjÄo–bb<,QO~çt‰iììJÚ¬^62;+khç'Äßô£ ý\Ó>ËhF‹RkKÝì ˜Î.‡µYêzwKŽÀ1ÿÊjéøàÿñŠÏ®½ &¦„šŒ&ªð4«Žc›Ã~µ®Ê\PÙØ–sr|毂Ìj®j²¼µP¬ÚûÞ×À¸½³šUîz´ÆÅ2Z³¸%Ížç á@ú7ê¸þÄG\4ÛŒhk[/¼^ s8 z¶¸ÌiÊ%ãÝ:¹É_ä7šðîä¼zw“ÿˈ$YæÇˆž÷ ×–ÙÿnòÂî¡ÛýîAŸ³Ï~ôÂÞ9}G€{-2æ¨Ï¼Õ|>7‚³.¯f¬ÖÛzÉQ>öM4°£z1ÍáŠìo³Ãð›w»™Õ‡é,4ätçkbñÎú¡;$Óu³3é—ø [×½ÉOá‘-sk€}&v¬M§éÏ–<`´<Øa‹FûY}Zhé‹WÝùÜ·„úÇ.€¥Gïwšžù;ä&‹ƒ=þò“Ÿü¨è·úÍ0ûÂZ·÷ü:ªßyÜWóÁ> †Ÿ¦þ€úÉÏ6L…±mêç±vyÄiÆn¸‡lcÑyñ³Ô}§ð}¸2!~çg~å—¤~@cgÇæmh}S!cæ^*ˆ}اqØh€Ðý6€DbnˆP8èQ¸Η*ˆ‚¥ï—}#x„~ÀØ„L¸„QjçtÇa$H‚˜(XÔ·‚·÷ƒÖƒ²V†ÿ§ƒ7'€]‚1ho¶lbxl€‚[(ô‡Rwq2Öv–FY~ø„NÈ¢WfY…a…Øvù–ˆÇ¶{&B‡ÈÖ… ˆ‡½'`TW‰§x–xL—¨‰›ç{n(`p¸ˆ…'„kB»þw„Ö¥oWˆMÇtEöŠ´‹DE{®X‹¯èŠS˜‹N·{¼¸&$@‡(8‡]uᦇ“¸yȸ‰ëÅ‰ËØaΘUž8‰o8ŠÔH‡¾¨¼hŠÕÇv¬ØLGˆßh‹â8ˆß(œèP€kÚ2nÓÖí›·páÆ‰CG²ºu(©¼s§²å»—.c¾dìš¾›ùròÓ‰4iÈ€F8ô 1£¦Cºð]S*«D¬òËÚÆ«³&ëµëV­‹%+V°Kº“ìÒ®”Éf<^þÄvÊÝ×ÅKW»\ñÖ½Ë׮߽_ñ;¸îàÃ^cIìeñàˆ 'îÂæ«å®˜1Ý vl6²fC“=h–´Á‚XPC]º5k*¹Æáœ«·6ß¼·÷*ãzŒ·ßÞýêîwà`ã 3¸˜yêÆXpû6³õëÖ9_öÌÝ´÷ѧ®>øüµëÔ¶(Ϧk›+˜®ïqË×M¿=àûñfŒX1cÇý‡Åbµ€N6Ø%˜ v`‰šg Eø]iãUxžy°ÍòÍzöu˜›‡óáÕÛn»gâpÉ¥ˆÜŠ:çœ,ø•‚4ÒÈàe‚G!…âõ¨y¢‹4ÐØS߇ð%þ"’Kâ–ß“øFThe€°l¡EŒñVã—`2˜£hd–eæwå]xá+DF³!“G6I_|]ÐI'ˆGB)Ø”ýQÙ§•ѱbÍ–2v‰ ˜ˆÖÈ™—\ÓhÇAJšr”ªˆÅq—¶v… m¶‰ç§]|Qg¨£Šúž©JÆ¥ž«î×§ƒ]9Ø*Ö ªeGÕ:c¢ˆŠùÙ¯Š6áb¨Ê0VyšœöÙ™ª³î1+­ž®úi-¬X¦BE­·n§«W¼†«¸Œ†öh¤èª¸Ür—’w…¦©TQk=ûŒ¨ª^΢ªo©üB;ªœ¬R;¥”¯+c¨(¡Ä¶×t„«·»ŠÛ+¸Xþ¬Žgž–¦±¦,±ð0<Ýäœþ–ü¬´¯*åÊ×¶|ð)JDÃ…z+ñÍ×-j®¹“ö\L¥+¶ ¦›–ò±²üŒ,§ÉûžÚïÉ)¬2c[+«¥ü 0„r‰U¹8ãì+„eî˜1…)ä( Wñ Òõ‚:ŸÉÑÖýïÝí¨÷o|ç·Ë-8 @(ãÃ߆=q¹?øà°ßùèãÆ¤Ñ„ôl2Ês&Ù4©rÇ Üè}›Š,*×\‹X‹Bƒá¶Þ¹¼êlûìY\öÙ§ýÚ(A`ræEîÍ9¾©†¢ñ%’^×éÅ­ ôº‚‡òÃVykÄŠgv{ãþÜ ‹±äá+JáÈ·È)Ï}üûKš^ºó 7ý꫟ÿ1ö ážø‚´»ã(Ö _‘íb+–Ú2ô ÂÉk[Ò\ÒÚw/øUDÆ“ßó¢g?uݯuŸx]Ìf–½Ê îk‡ØÄõ=ÿY,äå>aAPŒ›Ò.ÈC塌~@ä ‚?…€‚p[#aÃd¾íð‰ô’·ÆtÀ2%Ðw®ùDðÚFÂs¸©xì³—ˆ|HA¹1/ˆKÝ™BN¼®p#¤™öšˆBIìF³{áøÊ79Õx„³¡äE¼¸mN>b´ E7¿F¦1zˆ'¨µ˜}l‰sôŸÍþþ'ÀoMÑ€»ŸÙú¸@OÐÀcm;ÚÛrÈ¡e‘¨‡Š ™æ|‚¡Ø’(G™ž.Û˜‰7*ް+ÉáèèÄp™p˜1IIR‚–v¨ÐìD TR}«£,_¹ÈÚlÓÌøI-Ç”Zâ2)èdJŽÂ $RSa1ãŸI˜xBÿE‘:Çü2GÂOašDEËZÜÒNØà—K æº˜Í/‚ó¡c<Þ7[ΞX´œ-JQ–ÂQ¥xt¾|'dÆ¿S“†ÚŒÃ¸ÁR|®tŸ$ÉYfêÌš¶„%,ÙÄ4› Ð… r^ }D]™ÈMô¨;gFmiΠ¤³£ ag&ùþ˪Â1 qä–IéIL˜º”¥0U¦Xý¹Ì€B“%Õ„ xŠP8Vác„žC×7Q¥ •6G¥¥P—ÚÔzô©Å 'R¬ní’Z…)û—ÏÆ®TŸû+MjSœÞ´ ˜˜fByšÐ·Rá§7ö˜a%‡pÿYV´ši½ÄA-×ÓÏz´ÈºF ‰Zei¯Ø½è,ɩѣø°€,5Ý©0&À«XÅ-·Æ±UpðÖ·¿oKá+Yf¦Å¦¦%vÊ\ÎÒ§Ï}`ú i݇µÎ+w™ºÔþs2åµë”¤%K[ÛZ½$Ìm{áËaù·ŸÄý§}-KзPb­@`sùVóØ’>‡\§kQ逸͉^5wËÖ~÷Á5Ê„ Kdó–× ðzÆ^dvÍ·_2:2<³8Zò³é½2Œ·ŒÕ·¦ÒcoõX.kbIL“ýµœ.÷Ö6®]Ä&ujcÒâ‚]$¡€÷yùù§mîóÝLèAº K`s%fKäÚ*ÁÈH¶¤’•˜Xpp«Oî08ÔËi™U™¤Zβ¨}:j/ÿWa—Cµļê5+¡„ãé˜kÞ˹øÑÿu.œC;ãfôšÀÛmå¶bœçaþëùØÎ­òŸ ÍìC;›Ík>1f]d\ùÚ¤&5•™Ü0nm){™ö*•;MîO:ÛXÎö[»¼e0·úr¬Ž÷«'a4£™§—Ë÷¡íæd;´_üõ\ƒ­“>YxN¸Áígƒ/[ÐÍŽ¸³­hIØ€ÚD~4! éÏ&YÒY-é’+Ý­a’ÔÓÛ:y¹A=êt»<Ô>M¥Ì]-ox»zgšgmkW××/Öµ¿]¢Ó¸Îÿ^¸Ò¹pp>ÿÐP—¸Ô í&Xœ°'œy·ní®¿½!wb/]rpX¹Üh7Ì¿®n.ÿ×Ý5w«-no[Ž úÎûÄsÍw§þ%t~²•Nl…3=é O<Ä!¾÷©·9уŒÄ—õ[žëØîøyAîéPo;±["ØÁŽeª\ì,G÷ÚW?sSÛüõrÄ ì^w}ÿüö}³Ðû>xÓ8Àƒ÷ûáNxdGñŽö¾÷ @áâÓ&¬Š·žb\sݼW=Ø?žåNw{‰£÷|ÚÇ¿ú–»}ÝoO?ìåÝüºÛ{ÍxwµÞ“¯kv=ÆìmðïßûƒŸÏŠ÷pÉçxG`ƒõ|ZwyÕ7}Ö×uš÷qH~§×m¶E’fn)‡zçÆv¸e­OëGs7ç:@{v×x§f¶çs¹·{¦ƒ[þ–tLw ©ö_ö]~WxÅ÷tËÖx@èfUÇ|Ž}Ï7k³6} x}ÈuÙ—n‘vaa…XziG4`X˜…[¨…Xè…\ø…]8†bˆ…7°…7f¨†4†XX„î§sx7*˜oñ§ooÅo@xk·–ƒfM7t:8xA0[4Pˆ@pˆ†XˆgÈˆŠØˆm‰g8‰’X‰”x‰’X„g„6 „žxyMø€Ø…ThIJPIUEŠXee†®†°H†¯Ø…lhµx‹4n¨‹!Ð7Po(ØtH‡w§w=×b/ø_¸'ƒ©ÄnOÖ„~û×g\XˆZhŠxÕÈ…þg¨…Ýh‰àˆ‰âh‰Po›x„K¸„¡È„NHŠîZ#R©XŠé%‹±ØŠ÷8‹øˆ†hȆn؆þ¨†½¸õ6q(Œ¹‚uvÈfñWhótykmõŒ ðô\ˆ¨ˆ‰¸‘¹’Ž$9Ž—Èx„›ø‰,Ù€ë(Š LîO@ 5?P“§XUñ8ð”>i@¹_ˆ‹Yˆ‹¼˜‹i¸:DŒö6ŒYŒÅÈ.ˆŒÈØsX‰k“ U‘ÕÔS OØ8–Û¨f™‘è%¹–&™‰Š0Ï×”è8CÐ’ÈŽ/©b£èŽ…s“}II”dU ó“B©þ†I˜‘¸†Š Š9‰°”D`)•t8‡uˆww˜™iŒò×™Ðf^]ù•^š¡ù‘¹ˆ¨yšÚ(’ŽØ–®É–Š’ç}*–„éx—.ÉŽL2‰d5IX~ù›i“8”‡iœˆi‹C¹œE‰”¹‹I™õÆ”NI™ •S¹Ú©•܉{YYk ž£©Pe‰–dy–ç™–l¹ž®™# —æH—;GŒv©qxI}JX^»9Šœ€ù—}©…ɉœZ˜ÿx ٘ɔL)™×ù P‰™—9¡šé™ªw •¡¢¹¡¤ èYžð#Z¢'j¢$ª¢(º¢)þú¢ðš'y˜³‰„t}µy› x—1©—–÷Kz©q4韄œHêŸÇ‰ " #¥S*¥Pj¥Tz¥Uº¥ZÚ¥Yš¥ˆ0D@‘™z¦Z¡u¨fÞÙ>÷•DXZ‘æ ¢Ûè¤"ð¤-º§,Ú§0ʧÊ¢VVj#`£ð)—’I—²FŸu™bŠŸÖÇ£¸©Ÿ¿ÔŸ˜Š©Ê…›Ú©\褠ú¤#:ªVJª¦Zª¨zªªšªˆ™ Z¦Ö«:«z¡¶ o@ Y¹ú•Ú«¹j§j‹5ªÃ¨Æê¢È ¨+J¨%ʬÀ¬†€€:`6z„9J—þ8Š£v©ŽÛ*¤Ô¤™®ÁY aªNÚ¤Oú¥Xº®\ª®íÊ®]j¨c:¯ «gj–™¦ùÖ_kƦlê‚ÝÏx ÐíëËFí¾^‹Ð}ÐQ½Ø‰LÕŽÉMÉ’í¤Ö\Ù™\ }A­ÙžÜÙc™Y Ú<ûÀ'-ŒÅ딨mo©­sº(Õ0ÝÚ2ý‹NZÓõ¬½9Âp¼Â<] ?=Ú=¦¿MØG-Ð«ÔÆÔÈ=mˆ¬€›è¡Ì}ÈÝŽ=ÙW ª•ÍOl ^ýÑ›-¼bíÙžlÖã<Ú°ZÚjmÚ:·Ún½ÞÔK×î-×ð]Ïy=ßñŒÓ)|ßÌÓý üìÛ@­ÙC=ØDÍÇ…m]k­`›ØË ÕPýØTÓ‘ ᓬÕL|ÙÚ½”œ½ÙßýÝdýÙã]Þ¤âM`Ž+Mâ&þ®ÚMi#ðÚ,îÚRMÛ0ª5­Ó4®ß\½Ï üÕÁÜx àÄ}Ã^ÜÈ-™Î½àE~ä›(ÝJ.ÑNÝážÝ§°Ý^åÞc-Þ ¾åk}â^ŽâÔ»â×+æ7@æfž†ôMÏòlßlžÂúŒ üÌÛíßžÇNØA^玭¶H˜äÍèÌ­€®äOÞäP®Â×¼Ä>åVþèWÞážÌå”nà%~é_^o+¾éeÞéœÎéã³ý°·]꺭 KùÕ:®áÀ³ êã:»Ç²þË?nà—käR½äKŽè‘=ážÉ7N éX~ìŸ┞é˜^âÕ{æþcþìð¼ÆÔ^ÏjÞæl¾Ûª êÛ-çšMçAmçNàã^ç„}àÔº‰ÕŠ€€þ|)Yè}èò.¢Šn¢Œ®¢û= T^ìÅîÝÈŽ·•^ÞÌÎìŸîéÏé0ã¢^Û4ŽÛ ß¬Àí«¾êÆÔamî6Œç{¬±oŽŸâ#ðÈ!Ï¿#¯â"ïëó.ïÂÎ !ÍÒÈÎÙÉ>Ò4Ÿ·ßìÑ^ð:_æÕÞóÖ^ß÷íÚ¾ ¿Ý_íßFîJçßôå®Çén£RõTÿ|9ðÐ#€õòˆ^ïŠ.¥*Ê <0ñüþèþþÍ9˾Ã[¯6ón¯é÷œ#ð¬ð(\ê¹ý¬®;gle-3.1.0/doc/html/helix3.orig.gif0000644000076400007640000001070307326107675012324 GIF87a¡©ô$$$$$UII$I$Um$UmIU’$U’IU’Iª¶IU¶Iª¶mªÛIUÛIªÛmªÛmÿÿIªÿmªÿmÿÿ’ÿÿ¶ÿ,¡©þ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐhŠQ¡T¯Ö,VÊ%2(ZŠE\±”ÏæqZ Y¯»ðW$’F—-ø¼^¶Òíuq‚(_ajedi{{ˆXcUbVƒ”Yu˜‹šŒm€Ÿ•q‰¦™›knˆ¬c¡\`Ÿ˜w‹y¸iµ½g°P¤’³‘Xh‹hsÄÍ‘ÏÀN—€ÍWÉšg ¾ÝÑL `‡˜l²VØ}«§­î‡àJèë`ÃÈŠ˜s´üiñH „á«×)Ba#”Rã'g—"–úw¤Á<[|Ì´8ŽÚ¡+ôëG±ˆûþѲÒ`‚(ÇÝS8 åÚå4S’H@…‰6ikùòà8šh:lpÀ[·žCN¦,f«^„ ÀlpÐèRL@,EV Ô!Z/¦Â£í€ËE¹ܪ§ Î‘:OÌÚF `MuaÂ.àJ'½B8èˆêo…Š+HÌÙ®]ðúƒ $«Etjþ>‚` @k^»0€¶Ä±¤ƒ¸E ´r*Dh ¯M|8§¹u€9íZ>¡k"0‚ºëÓ¿{œ<ˆ·"/iÒe|žY º *p -:ªkÍ%UG°K÷7Ïv wúP ØI6¡†M|ª¤þà(&×=é±tH·à @ÀV ¨Åñi†‚ à QŽD¨ßZ’XX"#IŠšÅô^PÊg3æ Ë;v âr,zä"ü1¢Ñ$AÎPc6Ž!À†ÆäˆJÙœ§J£e )±‚JF SHe‚Ø££Œ©‚0;ÚX%Wø’޽q©Ž—­4&r–Ц9Æ(™¢}E%ÔÍ›}<¢M…p•ZLšb*€kneÔŽ;m÷å1¡QŠ3~$5Š €‘Š-€R’¯ÒÒŸÇÔ´j”_UŒ$‘ ”겜¢¨jÕ~ÇþZj¢².Kâ… ìÓOCÓ¦:!´  §\«¤SÖÔ4׌§õyê8\iV‡ÌÊôͧ° Ö¨±"E¥±ãv2ÊR ,p¡®‡Võ¤AoíiÓůŒÂä¯H©+©§Ê•º·n 0µ™i{®j“²Ôñ»¡akŽº¬S&eð¤[42É .®o¿v²Vn%¼'ºÊ>f+lšÅå)s¬3M³ŠÅ²åÁà2|Ñ lÓÕ˾&/_rn^ã8†¦d’œ¸q'`ÒšÏ"'¨%MY-‚¦‹&L‚ÛêÉ ûT–A!mkÂWm¢µÇ}<³—!‚U$ö…¸i *\Égþ=zÐŽÞË (Àê¤3ˆîS’"¢¦<çVXò”î#ÿV–š) uX £2Yø'éEªý ™Cºù“y$±#ÒŽWÓ„¹fpࡘFOŠÒ'K¨¬ŠFVVXÉŠG› Æ6D6’=M¤Ëñ¦¸Jz­Ÿv㎷4ÈMÀ1Å^ê˜IHBÏ x¹ê‹hò¨|8¬ª(“岿 ¬¼ôXóŠ@dÓší1p†³iÍÚ4¹*¹ ì¼æ©f°TÕ)­eOë”(@ˆòû Aèμ%& 9“+F2½X‘Bk`ml†xùÖ‚;0À)šÊ4}©‹­0µ“Lþäf·Ôº3zNB 1cð;ã5J\­’©r‡-¥ˆ qÀÀ.Ùú­ÖÞ ô[ÜÛ ÷5r^Mgõªi·’€h¸„«UìR#ÄdÅ1*ªS+é:vßImD®vSXc 4%zÜÕ/Tà÷ض²¥·qµ(d’Uñw3ÑX‘@è7:ájÛ]÷T—4ð4WnZqWz4 S&£p޵Úu¤J˜W¥ dƶ‘¶î^Ý4ñiíF9ÄØåÇïiÛQZÙ>:x)–«‰±÷Κ¦¥ž q“ãÊ¿èB9™ÎNP¬BÝ#/ö¤_F”5”\=ûýŽtšŸìjÚÔAoæÝëÂs_þLF5lÜ…—6à~",áþŽV¸þ1¯r‰1aK¥Ú‚±@}á2$«0é.9ž–®Îe_SÁ±žO‚£3,(…n-ÚN Âà1—„ 1xyB=ÒÆ5I0?ü†„¤ƒ  ŸM)€Ô¨’E&×D\bg7YTek³ZÔ}om³Aw̸Ц²,ø *’ذ!-ÍìvÙå©7îæXnÇÏBìB-ð©G`f.Õ‘õ¹‰ÎµÚ—IÕ b8W‚àÓ5Ê­r5døÄ'ÒwU$fXØ1Û¦•2LBš±qL€“Þ>`²¸AU‚`8>ÉÏ«f®àêž5Ú!¾›´þŒ‡Ÿ4R?ÆpëO Lî0ƒæWÛÜÙ)çÄü7 Ej¶n ÇH7Öq°H>=î*Ë®H¤íØJ|· E,¶ÀÞ뎟R&n+ÇöTÓÌêªþ¶Ãñì˜ÆØi%oB&c×Á3ÔÿÓkß¿;Õh^ñò~‹žy ,kØ£ ÞÒUà¶[G²à UÝ XŽ«gDÜ$'¼»}”î7 ¨ëɲÁLÛ8±ý¹®r˜O‘Ë\ϸcÀ²†( Ðv×j?·nï1Kosyåîj„ŠX㙈-Jw$ -ŒD: Ùï¶ñ‹îÕµšWnSciÀÈzþû'Uè¶Kj´[q§g‰2*‡Puó2÷Ò˜³}.´50`+ Å+~Â}ÇZÉ4~øçZL€ÐxÕ0 îôn³3³aX¢S˜b@úä0Õ0Z²`pqÓ{K€$ï´$.$¢±àUßåFŒd|w%"Ø¢X9(-#˜@e‚…g*’_lƒfød5 7…Å¥|¥e{ÀM’h…p”agª`‡•l*ÅlÂv¾bXy¶‡tGîÂe8t¢)I3Pv%nû`a>å%~öszÔ!÷\ãÕz†çyøe{E9D°hÍôhq$YFh`Фg»r÷SÁþ’-•4?ÐqU§zGƒVÁ uˆ FÑr[¨Æ7 vq@P^X{䄼qIR$vØõJ"gñ‡ ön£[ãånóÂøÝrr›’G g v{ ³ø&Û:öñ6ø¢_áEZÑHpî"2!8ÃØ¾vIYÀF,21 …èzRoö:Qƒ…£2àg'»ˆBµc Ó‡9pOxòO0 vçqvˆ2Gƨ×>#åaô”/#†c`h19wóf<`J´òO‰dšè†?Ò‘GåhOŒƒ8\‘ø“Ãf5j4¢GQ¢b6FVH8þÏ’ˆ£c:z”6%ö/Cõahb5>¾ç6PH³·  7 ¸V·ãGp"Pˆ ûpæè]‡³f °1Ó“s¡’”Ó?€³‹äO‹õt 0@ø!7q.õO±+¸$Q¹@M6S„f„±’“‰cSAwîä1——U69ERép“2g³ò‚㸠@d`GhÆ8ÌÓi™1mÈuÝøkFeˆ±Fbvxûø‘óOísn =åFC§gkÁ³w‹az?<€ŒÒ8JÆ—ç³\¤Y §sà8™3U«¥ ³BÐÆW|8ÒÖ~<ÀL‡y—¹¶kXœ}äþ†QgbÆÙ` ±p?ÅlçvYµaY•=`2…¦jDmeÖ&…yDH@3µ,)‡? z?Õ[¥a;ÔX‰dø9•…:-øXú(`af[O6Nºx_¢Å…TâDUÈè ØV@¢—U&Z¡ù†yÖ 4v8Y£¡õƒz¶`;JEz¢!!6”¦ö ufš¶`™,ÓPÌ¿¦›¹‚A€~m™;FóWKÆFSä®çvalÁÁWÎø ¹¥›ÉgAnïYVùÛ”ŒF˜‘§¨-ËcÌ55dÙ_8S/… °;”IþÀù¨6é‡6T2]âz•sˆcyY³5 &ù˜u©fvùµ0Q`·2u¢ƒ;›‘È$]ÙÒ¶5ñ``„j7dj´®ã:8¬‹˜‹‹ÙVŵˆ"©÷#ÍR®6!9ìz*Bgi@—3û¸\‘O£Hâ)^Īr'‰pUZÁ59 7t¶ wk·¨àã±:R#k€¥‰I¨N…‹”8(¹÷a{»` ¶=XË1„ò‹jy„Óúº„+2£µ6G11ºÌû:@€SJ£ª[‰£¥‡“ج\™¸‰$—!*à븑 g5RXÉv£haßb&Z€5¿”žë¯OÖ¼ÍKþ3¦I’5N*z[ø%Ä{5|b\y4=P·…»w™ÀžÝ‡MÊ`„E$ìrHpº|ï{^hS­:ð|ôk·I_õ:šõ%y¦ Ö¾º©T›•LŸ?€$á ¹[Ñžh8"y¦*¨ ‰Â97[(ö@ºÌLF8¬s¯ÎjF<3)Ì`¸; ù?A À\—\P|¬hŠ f³šÊ$Æâ šfe<ÃÂÐ"_Uɲ)iµZ©•ˆKe–9;F²™?Ã= ζ!5—2,¶»Â&=·< VÓVõûtV4V>f£GgvÉLE>1V+JIY—š>Öc ShCY>µ¡ÕæÉ<`=Üsz¢CAœ¬¢YÊÊ>[ZœiµÖž#$BÔ‰ËGÀDŠ ÕV}Âìç ¢·™ÌÎüÌÐÍÒ<ÍÔ\ÍÖ|Í1;gle-3.1.0/doc/html/helix5.orig.gif0000644000076400007640000001170607326107675012332 GIF87aÕãô$$$$$UI$I$UIIIIUmImIUmmmmU’I’m’mU’’U¶mU¶’U¶’ª¶¶U¶¶ªÛ’UÛ’ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶Uÿ¶ªÿÛUÿÛªÿÿª,Õãþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn«8$2¯Çéw¸{/„Àåws€ x„p ~ |6x‘‘s”‘xvšyŒŽž(•˜›£™¥›q~Ÿ““¯±°®—“’·—»—¡§¬m ¶’¾¦Ç¤É¥¨‹Àh s¶Ô³Ä³¼Æ¼¹Ù½t~ÎdÕä·ÆÊèÈ˪á_pÒÒÒ²õ´ÖºÜØûåÕËí¸Ì‘7­Ÿ9o骳óB@,ã*È‹7oÚ=ƒ¸°iÄ£Fo©8€0MžÉ‚þ‹!\XÊRG|+9 %Úp“Xq½‹@3zs©P£HgÅ5‡¦aÓ6ð$h㹨ìĪä1c…S«œ"9‘ÃÍ›9yRü¹æ.†™Êýœ[õ%®‘b‘ ”VªÔ“%íºÅš •ݪuûs6¯Ó8ll¶rÚ-&%×°Oµw®µÈ&cÇCĺpaCë©° V¹i‚ p€(lÀˆãùƒZÈ8 ‹Ó‚æç¯ Ó²èÍÁèf 9NË83göùOq "È“ÜUpW¼" @€w$y®ÃWøËS69†çù0@HÚŸ%þh ‚t)0@}$å´\eÌ]VÑx  ¹'b{å˜ …Qµöš_±%ö3}ˆƒtÎEgãt7ÖˆãŽ::‡ÂŒ“ßÊahäÓ˜Œ48â“®¬ ± ™ß~Xç%K29‚ †Ù ˜`ÒÓB„dyGäš”e¨SO⣗78Ib и¶‘*²ÈUÔØÑAÐøœ€@ÜšEN6YZâÁÉÔƒ„ªQ{*§éžh±¨¥5Vš†8À¨›©áh²P**´¶éžfyÚŸ‹…¼ªFxЯ©^ˆ–~?Mª+SfÊèžÚ (¨q‹†©Àþ¢Ê¦£ª²º•´g”ªé¯ÌÖšå­þ4Åmªù+¸” û’Øty®é ®rW:‹¨sÎ ö{m›Gr­¿bP{/§~¶x´ý"ÜEê Ü(ÁË‹Ä`Á··Öì¸ÏÞÅñ hŠêÂ!‡ÖZÛžÜEûY¼œžXþ¹¯+àÈÌ…Â6·œÖ»aã3ôÊr¸}æ›ÑGoññº›^ìîªUE5 ¸–ªÈz®Hr]tl… /Û®ªÄÖ%¯ÙO`ºè¬7w:¶‘Àm’<0¶W›·ÞTÀZÕLã¬o`¸ J¸˜4à•ޤÖ/ÀáËÒî~þbëÌs™G!ùÒkcëfhÔ•7ç8JkÓ ‹¾æ®AàÒV¯½ºÁ¹7¡Þ²øÞ\7N‹OcðKÔË;媃wÁN3ŸD$tK6;³ 7¬eÏÖ¡âÁ¦Î6kpâþ•nâv‹nÑÛë÷AßÄÿm¾åÕ×oÜÇïóÜööÔ=§}Š~RØ cÈ@ìFFÈ_£z=ædlêcÂn1Dt1Š!y³ÀÝ<ð!¦ú›ew¼ÚjÔ]VX"ˆáäᆠÇ8Èw- šïwƒc"<CñFL"ýPÄDp0„Œ±' @Öªn~ ]‹`È@lä‹19þ ò‡’Î Dþöç;#½Ì"ü•BGÖ‡pb cè*^Q{VL\ q¦%>ÚO)ˆ´G[®!¢¤ƒŒì0ƒ…¿`Mz?´ = ©H|E%[¥(hX;1Œ"'«`*‘ò•U¼b½×Ÿ !vz7®² KÜ1§CרCGùrnB_\%„a@I—¡Œ¦:¼8Í&2†«lB"x“Xzs…µê”ØGŒd4‘¢œæ’È£À„øh‹ GL,$ rļd>1‰Ì7Y œ9€ƒ\”Ë@…ñƒ&äNGà²Ûd³ˆÊ~ NAÊ’v$³¥þ tn裬Z§ffÃ`G; É$84)zÖ Êþô©?~ìQáÑh&ù›[Qå§¾qAËãË > U‚ä“|ä „‚ð3Ñ?~“¢Æ 'ò^c€â.{×»¤ñ&Ѱ.ðJ ! %HiN2¤¤8Du  k7ÛEÓ¾Ó¦ØJËWŒ@8?-HɆº¥\€¨R–,aˆU/%q!Va NW‚ͅ㪀ÆaÁ° R¨mZÑj\œBo%Kk(3§Fò–ëaôüºO6Vð]Ì _¶Š¼qñǰ=E¬bƒZžP!UAþ¸¤ŠËA¨Y´jE·»YøW*“8‚@ñ¹×dšöHbÕPYÏ 'XØu,°¬¹W&Œym'wâÛÞÓ¿ÇÌVpƒYn*Îi´Dîa¦Ø-Ö…+Ú>ÛÒ6ã\áIí²zUÎn–v\•ˆN‡‰5–cç;oƈ†ZÂLI Àø–ó“y:0\ñôðÉOÞþ÷Ç™´ˆàÀšüx6_⬂5œÜ&goJªît‡SÝ"Ã'©ÝYèá.w8–Œ’Òƒ5bòÄî*miçªâ±bm<"­«Vp9õTdÇ{íñ_yÈçüÓ|µmB…¸|äZɈf2UþÌhŸ.ÊÌEÉ“a£åY™ÃÜõr¦1ú°‡ò€$s²MÑìÆR›—ͨN¯L±T\ý´ú´a%5`üWZÛ:zñ4h6QÄz{['qA7ì'ZÉ‹6î’µ\ì-cº»™þrg¯$D!2ÌöŸgÝÏ y›¼755¸¿çþί}Nw¶iJ[ è× ¨P%cyé?‚ ijtá¡A{ìœí[q‡®·´¡MpMߌ' BD-4¹>oÛÜçvÄ'^ë_RÝêö¯ï.@+” ?ëþë¦Õz›œäöFùÀ îewØ•<ÑÂ8úö+ka\Û¯¸gªóžïóæ@9>þ=.@f®“‹]ñŠ×e£üä~z´§^ð•_ÚO^}¯Nç· ›ÙÇ`÷yÎ.ô²{ç;˜¦ º®›½â,_¹Ü£º°ßzçðÛ¬-† ½Xªºþ¼³þí‡O<âÙtµ“!\§Zٕά¥W~îU§ºå•Åù5u~óž=Óó¾O«Ìê |À$ßðÅ+þõ®½™9àøQÅê,«w;ì¿.v»Ëþ÷ìveíÛÀ«nú*ð¼àOµ{9÷Àþî‡Ï·½b͇¾º)Ïý5u_9ßß@ø)¿}ï‹þò´¢¾'JÅðš'_õÙ¿Åž/ýúkŸxêwÆÖç&þùWÌþx哱M•äȇ€ x|ËW-عçó—6øxσðRÅQaãp|˜}€&˜q‘ÀP)¥‚! ƒ€Ê÷~+Xƒ#hƒ8ø|Óæ+ À.˜€w„É—ƒ8¸ƒHØ„|vð7æ3qe¸W1 ˜€ÈƒÊÇ€`Xs8xbX†dx† h†¨2=)˜9`…ÕvÉ‚ð~ë’„7˜‡5È„LÈ‘paÖSl–FÈ€2xˆ^Ø…ð·ˆ3؈a,„ˆËÄþAaA@ˆ›Ø‰s‚«‡‡¹‚ Óþ3ó0—PF `z•¸ R¡W´8=¶heƉ¤¸‰’ȆË$ ÐV¯h¤rAÂ0’0‚‰RDU8ŒE0c½Ó E6æDíl 6”ˆ>Aìf9ÔsæŽ@Vyg@äòNΈŽ?à|ÕmÙ¢1)8`ðøôF+ uXîˆùxÔâggv$åxºÖÛ‘Pä@¼Á PUû¨EŸÂ3ßðƒá° À@L4CÁ U°uÙ;§Ö6‰‘|°"Ô‘7¤   °$qð†‰Ð3mÍb-߸ Ĺ ¶°æ(ב± “ðnH oÇFþ«SŽkå°ØôDDtežD#2òñV¤¢s°#fIuáDK@e‘Ž“A²@-éIñt «'"GI)´W|³g!Gt;Öb¡Ä”b°‘$”#âh6eÐVx)Æ8®aTè1WžCk™V@Œ/ pitf£AVw6,¨iZ?q×aŒ)……@€2pOy¦xPY0µ%›gƒMÄD\Á•äÀ˜ÊÖo1 òA“I p(ùàoWz ×tƶEØÐœY @¾IrQÑj©YZôxbHò–ãƒ*À—µY‚™1â5}ÄÛ¹˜ÆlÄvrÎöþGcó0u  F\Æ÷{øƒ“ßeSéÜ‘c¤ ¦kFX·x(¦f<†qNXxY¬ó Yoˆ Á™XÉ–oac ®´Çt"cyä}—rXÄŽÓõIm)sÜ©Þ ¹¡ºUw€)€²—¡H¡úó;µõÊ0Bg“–e&lNwnAz‚V:t¡—rñ3Øp£Xo¶Pšƒ¡<6†G¤L¨‡ò—†KØz×O„¹¤J0G¸Ôd•vŸ\†~ç'¤|r1Zhié4²¡›P Wbg>:n@z¦Pˆ}J¨¦Ú¨7מoòI]ÀQB¥H¦UGvÚ‡¦Oȇþ{ZrùRKEÔAršŠJ¥ó†¡Pl:«cH«j8†$8ªoŠb¹ÙG«Ád6œºB.€ z¬’ª¡åÇ¢ÜÈ™"F¨R lFnóøªˆ÷|š­‘ª­NXvmäžey)µjFV®%g­^‡¬ŽÊ­‘*ªÊ:’€ÊŽð™Cf!‹êzDš}¶Š†µÚ¯·ú¯ü °¹ú®ßªáŠcÙ'Á-jÈÊ®ê®gGy¿büI¯sªŽèjvùº­³¯ ë¯;°AWj"†±KÀDØ¢šx ±#³¢ú”ÇÓ4®€[°‘ tØú±"²_´Œ†C+´Ž°ûš«Þzþð` 0> t¡–®±³0«­3{sJH‘pg°MU›¦X°[´h{´i+²Zë¦úS(»‘Fô°e›µw»‡ºŠsÌz²À`¥¯?ë¯kk´ˆ¨ˆ0ˆ¸‡›¸j{´f˦Ý:thQ×*[µ/›·x»¹„W¤}F±3Z8{D¦„iX¸¨Ë¸‹+ƒ†h´D븫„j·2§(…ȹº«¹e[‚}Æà´À P¯ûº«›ˆª»…ÊË…ËÛ¼\ˆ¼‹ûˆ@ë¶ER†éŒÑ>»»½¼{ƒ¾+A*".¶p°;­«¸Ð›¾è»¾ª«¾í[¸f«ƒ“C[ þŒ4AS#‚ú{„û‹‡þ{‡Ü¿Ì¿,ŠÜ[x¤w`¿bÑÀ¼ì¼Á<Áì¾Ò˶<4¯×ëø{u8Àÿ+À$\À"|ÂûÛ½87á+H'€€쾇¸…6œÃì½®k†J«à,#å{8!l‡HŒ„JœÄL¼ÄN<Â&œ·Ä3 £ ÃŒ*È÷Y¼Å¨Å]ÌÅÆ\ÃE¿´c2ÃDb„MÜÆOüÆvXÂÜ®Aó0 ¶[S¾eöÅ|¬Å`ìÅbLÆï;ȸ0lè/ü8<pĉ ÇìÆqÅ7ȆvuáãÀeF‡~ÜÉžþüÉÈδ›Hð °‰üŠ¢©3\ŠœÉ\Â3Sø  Ê‰w@ ¯ÜÈXÜÉ} ÈŒ Š¿BŠ“è@C¼Ë)ÀAðÝŠ3`ÍØ<…ѼÍÒŒGË«ìÌÅ Œ¡6oT -å©Îâüàk²bQvMÌÜÎ:0¬÷¶9•ÎùeÏ9p¨spüa‘.…1éÏ7` 6§6Ò^÷˜_ãëÌsЛ;²Z¡4Ñ$„É]™Ðz–a0‚PB]€ÀÐúéTmY½Ë¡Ï³*O¥Î-GôÎŒ¾ãD6ýŒ%cMšdvµ‘ÍüÓþ pÄsdX2¨#íƒGÔ&à ØÐ¥Á àŠRÍZIÑ|Ò¬*Ñθì¼Õ*`BSj1Ó±hÖ/âÈ'âµüÉ%€MUìÖ"à’K[9u_E]Óù8Ñt°‰Í:ÐÑP>­×*P È´’òÐZÍØ(0FâX^§Z£‚²Ø”Ô”0{V¤vÝÙ,pÓE¤):ýBñRe¤½¥àg«SW=ÙÚ#PC8]$á+¨‰ÍÙ´MCÑ×o”Î½ÝØ„ýÕÁ¶“wÁÚÃ}›`Î/ïµÜ•=¨]®]¼-Ý€ °=ÔL±w¢Ý'`Úœ¨€‘‚!$ÞI]_ƒ›©Þ¼\^CÆ-.ˆ½Vy½ÜÞàÜÁ݆ð] Ö"Ö8‚ÝÑhÛCÍŸàÓßã}ÒÒE.02à% í==¹ á%MØÚØ4äÝ ~Öxp5ËÜá¥-ü^)Õ"~ l’›€Ç¬;gle-3.1.0/doc/html/helix6.orig.gif0000644000076400007640000001245307326107675012333 GIF87a³Üô$$$$$UI$I$UIIIIUmImIUmmmmU’I’m’mU’’U¶mU¶’U¶¶UÛ’UÛ’ªÛ¶UÛ¶ªÛÛUÛÛªÿ¶Uÿ¶ªÿÛUÿÛªÿÿª,³Üþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°x v8"g:¢N¯ÏH¼A®ÃÔ‘Id¯çïÿ€ljmv‡$‚yxŠ‚„Ž……g ˆbzšyœ›žœ~Œ£‚g—[gªŸ¤¯‘±…t§Ug¹¸½zœÁ¬} «ªµQ·¾Èž®n°‹ƒ‚ ËN¸¼»½¼ºÀѱ{™èŸ¥ÝIf¼ã¼ö¾Ä­Ù“okxž¸½ƒW$† N§KW¹€„£Öϰ^ºþ‡`{æ£w\´iÛþâ4«Ôl¥6zî‘ Ø§Ç öX@ÈSœBqq™ØÆA‚8`é‚/óôJˆpcK7u ×Á UéÍäåëd)4°VÄZ”&h–id†¯ã4ÙÌŠCÀ;5dàp·0UŸ!J„„`[Ž×F†×ÀË…… +„Ìßä ök±4Û%›ãâ-¹£OKvO¥Ï5€\X°æ€€ 6IÔÈ„ ä(çŸÚá"‡a,WÙlДçET'¡c¸ R˜çQi¤_(é¦e` åœt†©ÂVA ö±Þ¨[úfJ9Ý ¬~ÀžPUp dAÀM­\h á“‹ú–Þ£ÀÛ%WüY)™ÉjáØLþ:gÁ§¿9­›>@©8ªn«E‰¯þ¹—Š{Å[ÕB•¨o¡¥nÔúç€+®8«gób!@ ÁŽ¤× ôkEdqM (¸*¼.à­±ôèó£ÄPü[îœÇnÌqLjq¼éŽ<ÅÎ9ÛãÁ*S1ž'×ôkÌQø+»p„sãEA¥ñúºêÏLðgòy/ï…´ØM0tÁ¯ÁÑO'Á²ürÄY7Á•Ôwåµ „4~J±Æj/±U8e×&HÚ—ˆ|SôÛÛ`A‰W;¢ÂY%°ËÐRÓDâ\ÄáÆFUnF*÷‘E.j¤²þV8 Úã$°TSMµôÒ?R#Ä/"ì‚WmúøšpèŠ ér¡þ”å„sXa¯‘“`ÈWÐP¼{$@Å£û¡I^ €K½VºêÛNë‚ePÇCÕI7CaÆ&ýâ€õJ1…Ô\ 4s¹"ß#Oañ]$pZçãˆHMø§ºÀ¤õؼ¿×h~.qƒT±ÂèÍ {0 Pz6ÀŽ4sRYÞa”7ÎÏOùÝýÒ  Þ˜Ç7pÞc˜²iD€Jß"d¸ 653‰@\²gº¹@Ð xÉèZ( K ±¢Ù®"‡ þ *-̈ ·s˜…8 wóûþý^"Áû$ĉùâ®PÃôd!´Zʈ°ºÞC¥AÇÁ;Ô1‚þàÃHx"  ÈP ±›MÙPC»Î1©ðϨ¿:ÑmF9 ~•âHÉL¥tÈ'|C3nTˆCŒ#Ç!Xf‰>IgY¡ f~äžè”ØÃï‘4%f†fš±¤Fiùþ|q·eæ’…4VBš•N’±>¤Š€°õ&pM¨DƒÂ£ü$ ô%Ohé5hºÓkU‰€êÌP 8ôr$dƒ¡¹((2|Ò!M7L€Ä"ãh¦%D°4:´‚A‹'!É-¾ðSŪ€þ„ÎgVŽË#¨eXúò‡ë\ç;W* =ž¦õ,Ü5ì>Ù˜‹0¥ôÛÐCLÙó‡SĆn—ƒƒ r’\ì4zÓ‡:ÕYZ ²ÇŽÊ©X+º"f,ižJ¾qƒ8”—ÇujЦJ¦ŠšÊÖ4:QFý‡Ù¹ÖÔÇó©Gÿ©G 6²w…B‘š<µÞ[ˆÕU1šØ(A•gá3}ÃTIÉhãBYZÃ.®Rw ›è–)“šÒÕ°L}ªjÙÚ›Ö–Fj9Â'1ë*' Ä '¤Q©˜(4µòU %…nc²¶p„”\ª>ÚX¬:—±‹U¬cþÝÚ9·E`0W±ˆê–oTr²œUkW“ Öc>2Ý;jBMÛZÔ.·­ð]­|oÚµ úÔ¥´_Ô0I‰«¹Íw=Þï®w§cšÖ?µG9y€"ý&xÁ ^<Ùý öÚÛþö—ýÀў᜻ó£=â´"4¹£Ü©½òGçVkÜô+õn¿Â¸™ޏ=8À½°®õ*[É]‡<îùÙ/^ñ‡öé“Và#ä3þëº|–3Ûþ,g>ÅMï{þ¡~h ×sk$ò¯—hº÷rã·€ H~b§{ÞçaXvpnÓ hp%“ ,öy§¦ X寲VK©×3hñ~IpÍÐFú¤rÅ~³×€ h~\gégcëgC‚»†°¤VwIw’7i!hn$ÈeµÆS=(xK`÷âDØr´GƒXX{6¼§`ýçL›ÑˆBRôw6ø‡ü6ˆß×d½§eµ¸`áQ’³=iq9ÑSV±U|¿Pp ãÞ&݆ŒHç|ËÈwb}ØŽF`›dMö$< Uh›Å"Pð& Š‰'pâxƒçø{ñ„ÐX@¾2¥“:ñ8÷$K*PœøÉQ2 ð 9âtæ¶OU_ûõ†ÖG’·òAð¦I–#UIX†ÆeÕ!?þ(öaÒ\—Øl YˆèxIVf0€O@š:õ³KIS”GyÑ!>( Q©$xn-…1ë„‚Ce:Ù‚[>¨BJIŠÀæyH!ÉkG± `“:1•ôViê÷VŽ2 y)s1Zõ ’+AVêeòg† 6kP™*Pˆù ðöô€ ®YyQ¥CÂh:[`?¾"B¨›e‘'7l…-r‹ƒC?IáGM¡I¦c=õ3­Ó<%‰—‰9ø$OfÀ™ vV9C£‚D°ó“’F„:9i¸©P x=±yÖo~s€ÃVoŒBþ PPùôsÀQë˜Õy—™^Bç„ׄ@G}  }šŠ;€='tB\C,aœSÐ ”#d¼Ñ9rÅ” …xø9yn•y2 ?©ãšæ#j™›Y`^a_¥áp™GÁæ54CFM!4» ›/ÿ!h¬ãz…DŸ‡×˜Y,ƒ¢íQ¡(QÖÆž›„b T|½E—÷Kfht÷tAp=€à#-1¤P€B‚&£[D‰UtÚU•fegú°s¹v¥\Pžd©"á ¯§WÆx†•Èt®6¤9ðqvÃÑÉN2F£8Òq|Ivg[~V8sÂO0þEBÕ&™â™P¹Kée£.YŸ¤vfTó‡ nM—úez_ª‡LzªYМÀã¡" L0Hœ„QŽ‘6Žuê¤ðVÅ4‰X”S:^ ™ j–¼ÑS/$«¾74"è2sPÏzžèHñ˜’^p™êTŸÏJY«(ˆ–e¬R~ö'¿2‘ôš-æ…wX­GSrõ‹?PžGˆš•„!}!öPíå„åz5U”D›„:éz¥Õè‹äàB5”£Åjl~¸¬Uùagvy"寙Ô^ =cIO¾r@ØJ}ï*§ÜJnl¨°=±?†>ºhž^¹NÑžÛ BÁñk;³ï%%zvþJ«v<òUÀq!T*Fóó~º™ó*f°09w7Ö†:&š: ŒÂu0¥k³y«Z ’©±BœÛ”¯*—è&^PKNt9Ó?+©b HéÄ ¦õOrbG{Œ©Q;Ws9iÚK¯Q¤ë=KYŠßÕU ›ušz¸\µ$Ö“p9w¹aÀ²ÜÙôHS@ÄS\[>»»À°j%}<Ö„RG‹ûgÛÑiºaÀœT¹0K$FKdHk¸Nn3m<'`¥`‡Fñ»j»¯a­ô ª b(%³¾µW¨¾{%³<`µ»ÑKOçjDÙ3l›±‘ÄJ÷á®þ§:v¿Z™JÍ›p1 r4µiáŸ}û°¢óċګµ $E¹µg\{»ä»bC'E!' ÚPE={žJQ˜¤bD:´¤ í³A?!‘qú]⫹엳>á¼xk5£;|‘[²=cSÕ = Ľxô’zåÀ\k~uky¾“À‹Ž‹¶H¡v@†‡Ù¶´þË›îÊÂ'œÅ™ †_åÂý›pPE2  ¦ãvà–— Hó(=‚«¸jpÜcp‡FlL¸V¶Ãe¶»ä»>»¨` ?b¿ØÄ><U%‘äÅÅì·¿U5N;”ÄÕHMçÉÁˆà–-û§; =,[@þÅÀslkv|Äì†ÄýPOçªk[½dp½G‘”öDQUÌsCfQ,|ËÙRºÜ>›’LºÓkžð0DG”Dõ„Àø ¸"ÑÌuÜɺ[ÊÄ )¡Ä=«Ê¼ãÇ6 È~¹šS% ¾ÀËë…äÜÈ^fÈAN8Éo Æ•CµÀK&‚ºªÊˆ¾ˆ@ØÊÌÐÜÉ&¡ 9J‹=–ÌÑ©*ÅÚËÆT•Î\È¿`è@Õ(ÐΙ`ÆR1©ª›½¸Éþ2Ò‹› 0L ¼Ä›ÍÚÌÄL’Âl\Ñy$E¢ÕåËÝÓ¥ûœª²ÚÇ|Ô ün Ž( Ú°¨L±ì³ú(ƒaÖ/rÐÜÓq@4Í ` í\ÕT?|«P%¡Vâ×cA¼¨ºr MýχÐ,=?ÙSîÄ×e’œlÚÓÞlØVS —}Ño Ö)ÛÄý1˜£0h}µõ¬¾s Ò½Xͨ|¶Æ¼Ùm=kÁ_hâ?*IÚ=­Òa È=ÆñHÆ´Ù—Æað3ó F8¬KI$ЪÃÇÑ9›^¢×ø+  -1p?§FÿiDd Ôñƒœœ;þÝœKqÃk[pS3j³K! ûßþíNwZß.pª¼NZBàxű)ì_á[A…Ë:Äà*@>Þ^Þ±jÛñq÷è½Ç[Pª6 •ɵÅ®cÞá!)õ[/ù½šË'®6ŠcË”ÄEq›–„ñâN6:FÇ®Kâ&Þá/[Â=ÎâÐ LîØI°GN?<Ĩ4Ä]å%@Å´lΈÜQ\Uá`~2êCXþÉIî[וæ+@ä¨ý¶6 å>. z ç+PG«@ʲUãûÍç#°æ¤x¼&œ¤97XÚKRaÒ.ùK‚A冎(f¹%Äý䇌Â{-änÏÛÆÝK¨–~é&`ÏÀÐdîé„a¾Šê.ÁÖɼÀ >[Shn膭éhòä‹Þ( ^ß䯳¶^°Ë8^>ÕL~Ú¢ ë@Ÿ“u.¹ ¦`žÇÚ.SÜ>:Cç "D¨Ž•]îj0YUÑè. Å~ìþV¼€í¨í¤@ðÒã¾Ý>×Û=§áØûžæ …>ðM~ììn ÏÑî" ñ?ñ_ññŸñÏ!;gle-3.1.0/doc/html/offround.orig.gif0000644000076400007640000001543507326107675012761 GIF87a®-öÃaua08ÿЦeeeeeÏ0eeÿe00še0ÿššeš00e0eš0000e0šee0eeš0šeÏ0Ïeÿeÿš0000000000š00Ï00ÿ0e0e00eš0eÏ0eÿ0š00šš0šÏ0šÿ0Ï00Ïe0Ïš0ÏÏ0ÿe0ÿÏee0e00e0ee0še0Ïeeee0eešeeÿeš0ešÏešÿeÏ0eÏeeÏšeÏÏeÏÿeÿeeÿšeÿÏeÿÿš0š00š0eš0ššeše0šeešeÏšššš0šÏ0šÏeÏ0Ï00ÏeÏe0ÏeeϚϚ0ÏÏ0ÿeÿšÿš0,®-þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™—œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÅ\ÒÓÔ\Ð×Î]ÕÛVTÝØàÑÚÒãÛÞÞHVáë¾\ÚïîÛÔééìö¸ñðåÕT\ýèHî ”•/ž9K|M­…„?pqI`T›· ¨ { Úå_„3$AÅ€Xq! 3а!‡³h…‡%9õb+‰qÐÐ…(R±b‹0â2£s &È€7ºþBÝŽ>žèc‹@IËŒCiÅ‘"ÊÒu^x…^Ñ"4H)K[Pi%–IŽHf‰Hx©bbºh&,hªù!›äá›IÄ飊T°h笠…ŒŒBÁàS}êò'‹&^QÅWüX&¢«H¡hš2>ÊT/M}à 4XjétB¹)§§xºEž¡ú`/[r`*ªª^ÁjºÂjЬ´:ÊÄ ·ú’ë-¦Jg¦I+,)žÊJå•È" ̤-FûìHÚ&§ÕF!…šL`é¶áJg´W`î LйæB…¾é¸n0ÜÒíÀò²X¯½à[-¿êSꩩ‹E´¨þÒ‹0<”ëiLà¯1Ë6;1ñR|è´gŒ/Çêþ;L_õ~€* #—ܪã˜r¹QpŒl²ÇtÀ ZC5Oæ‚(<pÀÁîA¤/B[@jPúIP¯3Yˆ€A Z…p¡Fî¶€Öp„8T‚qB„4…¢7R5Ñ5<¢k@@£8щ=8E”´®ˆ:¨!l8ÀWm䋤0À$yþȃä@‘dad½ŠXPR: ¤eMf’‡œô$(ã’ÇQ~@¦´Á)Ñö@$“¯$$ :ùÉ;n¤–@£)S©KÈЗ&&YƒaÊòð 2kI]2S€¬¼‡4«YM‘Ùt #RêÀ›ªìe Á1NjRóœ‰ÌÎ:­ØN¼•O¨d8ééJ{Â$@ç}DiÅ, —-ÀºŽ ÀÀ¢E¨B TË8´ (€ "êÐ@óM)9Q€t’FýhHu Ò”ô¤ÎÐÀEwzÏ–&ò¥Úç<R€¦X,)44Z0À€OþTísD­)R¹9Ðe0õ«QêT«¤«fÕ¨F]W›¡ |5)mB'@V)Åt ­é lúLf¸µ©M½h ,@º¦QwÍ+M÷zSe¸õ±Nlaó)¬˜†t¯(@ÚÕb@Ö­0Ð)a'@Ãrj À*BPÌj–³Œ4ÆguªS©’Ö´°b ÀD`µ­Õìk)Z ´õ¸ÆÕ€mKK‹ñ–· À+k§ËW“²É]îš{±Fîö·Ò-€ „ëÐàôÇÅ®m ËÝîzà® v°Y6@éE®2` Ö½œÐ-oUKÝùÖw÷v“«þþþ×Ú‡€{ûÛ˜ ô¥¯oÏ» 㺕Á ÎÀmAŽuL8ºÎ0†j^ôÎV¹þ-í1ò!)Z<¼'À°ŽwðÛó"¿¶€FlŒÁäñAÓNqcßæxö-¼‹'—þ=†‘÷q ûÈbÂðžl‚o˜Ê¸ð0ˆEÌÜ"gE¡E}:‹ 8Ç'(³6ÜácÀÁíFh$C:ÃB3ŠÅ‰%pa<‹à¿õh.ò{å!z²)Ç{b¡œÙø» `t é)OšÒˆ1nƒ‘iѸ§0ßyÅH°#‹&Kà>®!à4/˜¿2.F«GëXþ >æÉÒ+ž+ÕîZ×{öhliêcàÁÃèÂsBóCŸÆc/P?]çݦ¶Ù£Î5®ù\ 5¸ÁX^õ/¶ÒXf’Pr.Ä “¸ñvnö£^êiÏÕ1ž@1è â´"ßꇅ0¤¡O‡ùÖ´´kñâ ´YÐùiø½]ñ§¯8)EšZ²)ü[ïÚ'ðñÁMä`(ˆHûAËM`±¤xÉI)·¸…u}‚—Ç|‡Eµ-plÃC êv¬•$Ÿ7)L®š…n‘~á2ëš¾GOº+ÔÌàþ^ÚPÑS¦þpéªDVÿÖ 5 ¤#ýÉE/úfe®t+cþùì¼H»¨ØNòð0+PrRÕ˜þÝ s/`à/7ztÅÞ wÇO•ô3x$· N‰/Ô˜d`‡ ב×uò( TðºØüš„ nUêD™š×É^Qúà:õ9F:ë•®ßT›²ßís‘#©êRtÒ½ÊE‘ZóŽ9ïF7/åWáúxÿBM3R¾²mñ0^Ñé]uâï#íuì‡ |;±ì (ÌŠQ²’<¨%·3Ëü™rÑ%ÆT ªD—w' H×z~G½pà'*ü7 !€Ð,8 e£v>‚£ÖÛ§ –§\{µ0+X+Ùò 30™þ21ÒÂ{Í&/‚!|%˜ ®'d · Zð)×r,@£,Ÿ'08ƒá‚3¯ÐÍ–w:˜cñWyÅ'd`Bˆ/ 2#ý¢-“„ƒ4󲡀`¡Vf9¨w  K×_»À…öç… 3 1C&4ƒ4%³5fø Pø~k¸ƒºÕz݇¸ 0s¨L `( ›“7z817c0­j!€ƒ ˜‰>°Y³'h)xˆs-S ¸8Y#‰Ó ˆ‰Sx©5sk–…AX “/ûò(™2‰Ã9XƒZ³6–„ à«¥†™H_m žbÆ•…· 1=Çò‚Èð;hó‹M:þ¢3O¦ï7jSèeÆ}8 àŒ fˆ´ =“.Ö˜ ØØ9³Ã¶£ ¾õ~ã(‚Ë Í8‹ì •³2ïÊ€#C>Ãã7}Xa¶°Èa®ðÉ……Z( É3„SŠÊpŠÏ; 9=fxŒš¸!¨Œ=¨ é aS-QS/Ó‹F3>åã7Ä)‚&)‚ `Ž´@‘ÉåqÙ N“¼ó>C?õX?Þ i:Ø“¼–’&¨Žüu‘®À¨37Ëã ¿ó@ÁS¨2Œ¡pŒÆ“:8jƒH  ŽB&d[7s“”Ø–4;4:Œ :ia!à=‚&þ‹µ ”Æ••rÉ ”38†³‹ d64@óAD -gR©–ºÆ€V¹ ˆ¹_ðg¬p:_#8 ™ØCV4CyCJ D\D h¹›ø“çh o錣ٛª;]¹;ª DdD6DBJd?g)j98˜ºÆ + bðg¤y Øcš©Ó_Iœ‰sEZA9¤œ~Øu›)˜;è[ŸÉ £IÕ™•¨€>ÛÙd6WAø¹E÷è Øe‘!ð“6éX ¦•£€?ÙÃet ôX¤kd™\äF ð~š¹`gnº0Êõ¡šÕ¹˜¢  ? ?í£ÛI54?ÍþT¡ f©‰ Xf 0|ºð– ¢ÖI¢Ÿ`¢c¤@qU„C“Oá$£i9Ž£&¼µž¯°£RÚ£¢`@éCFü³ EJ pJº$P0e]G£;¸Y»å €" ¢ÊE¥Ÿ`¥êD¹ù [zK¹´K«ÔJ¦ºÏ iʦê›E$§2ÉȤL¨´KÏda穉l™GPÊŒRÊ£„j¨?ÔB‰jwõOßäL&©k ‹8 kz©#z‘-`¨¤ ŠBÕO ªJ¢º+à¹*‚Æ[Ä0© ¢"z ­F¯Š¥~aVîäM•§ºú¬}ú¤Å¬ª:¬BFþPDF³JÄOEIÕ¬%õ¬eæ§gj jªª=jÅzAÄ´­´ô‘TT$ÅU¹Zfšy®Ç ªmÚ›°dMÅĉ5S$…«äZ˜§Z ª®þ °ðê‰eTHeSˡʰ°ÊUýúg@ K”å³úPZ%RϪ&­Ëª™´_‹Oòöf%²[¹j²æZ©¾°¦šÄ²#еPÝŠU2K³>pši°É¬;‹Qýj/«MA‹WEU´ähÄõ pQ0MÀÊÕ€ ÕHEµ4+^65`Ï@M˜ä‰ö4U@¶Ù%Pª%›Yy•ZÖÕ À¤þ¦qëRìJ·¾U&P* ·¹Z³|ŒÔk̰S•,`N?…ƒuÙ¸ŠË¸%Ûu›U^Ë@¹Õd÷”P‰U›k¸qUw»¸C°µëz;^Óµe_ÉZ;UP¥Q­›- ¹£Y·w«™C µÛ¼W˵b¥— N¼0`SE¹ƒµ¹¾a·xkÍû¼*К餬e`¼;e ou½ÚëR*e¼… »)a·:ù¹äÛ¼*à¤eôµYì[\€u½€tE$0¿‚U¿á¹´k»¶»¸Nz¦d¦a¾; ÇUÀ…À“e¼ Œ¼ƒåX•ú+ÁÍk¾%þp¦«¥b,¹ÁðW`Õµ£T Œº"l¿!»%΋Â囸çú—*¶€ì¦`ù¼£lpÃ*•ÃW¾><¾l¾ýËz‘öd¦q¦æ¾I,ZìeZ(àÄÁûº8a·àÃ<¾Ìz vk¦g feÚ -ÀÀÆ‹¼€ Æ'L¾W|¦Ìæl¸nt¬…ï¦\lx¬ÇÇë½ñÇ&¼Æ¬w{¦çlê& NïÆ·{ǨK¿’¼Ã0»?L¾=É÷É' –˜€F ì Éüp·S į|ÅŸ°h&0pÃpªðæt¢@ÆOÕ½:| `0Åþ/°¿m ¶VÌ'  l† Ì캅‹GÒìÃBPÍÕ켋 8 5W MlÊOìÌ÷0Î%PÎC`Îü ËQ ðÍô‹ö ÍpÏΫÏ/ðüŒy,ÏpõÐ@Ðá`ÐϽÐ&¬¯ ÂpÑÑÜà Ñ/àÃê #¥œÍÒ Üdá_n aná.0æe^ä²°â-Ðâ1p{FÐæ^þæ@a>ç†^ç). x®ç|ÎçâO.è@è†>æŽè¯Àá(pßFÐçŽNæàÏ‘~ (,rnésžçî $°éP~îé10å¢N  ©!ˆ(§^é8žèœÐê÷ ëÞè³~ßn> JˆÛ$$°ë–Nåþ¬ À—ëÄ~éÇ. ÉN¦fÒì¨Nçо pXÃîçyþߣNê{ ‘fBæÝNæß Fç-Pë³pëJ£9v'ì^éînç±Pìô. ˜¶É–fBéí^ç´pßèø÷Τ¦*ßð¼Þµà _ 2Jª™˜c¾z'Î>ç·àð©à[]׸¯x³ÈÐ’Äàì¹`ò§¾ªò"ˆ°É@¨ÅpêáÐáû¬*oam Ši ܾôÏ*ô! ¸õ´Ç0åáà¹& ò÷ ò‚«àToõWËòÃÐ^ÂÚõîEóR öù*ó·ð_‚º®Ýõ[?¯ö8¯°áΰŠþ0¿ñi¯ôši®Ç€±SªóÂÁ`o³MOôüÚ³¾î†¯ô&{£C_ Á:øœ‹(໸J¯uÏÍ‹ï¦w‚ö¸[²ÑËö¾@­‚º±˜¿¼R ºzù‰¯ é*¨ÖÚøWÁ?º’ ‹_ûR‚ûÏ;Á&PÁ¦ ½oöÂÃÌ Ä¥—ꉌoûöTœÂk¿Ï¿±ÒÿÔßÊè,̵£žý Ï%È—ì¿ö°¦ãϳflþPÉ­|ÉB\üÇíßþ|¼ýëÀÖlý€PÂPhxˆ˜¨¸ÈØÈ˜‘¡9ÙbQ‰aᨹÉÙÉQR’¢2DºRÚc"HèÙêÊ )) þ“QyùŠ›ë Z1Z:tJª¢"Áª{Œ‹;Ikk- À›R2 œ=\<8í­©œA;^kùüî¹Ð{mªÝÚ>NƒáœIϸŠíT0x«úÌ'.!>æöä!”/w*Ê{ÈO¡Â|æ0Òƒ`ÀÀ¨€¿¶ó8¯…Æq+¡üRd !/†Ô ¦"¡“/¿©¼'®¥ÃžÇBZ£i3é ‹<‰zû©±GLNu…40“TÍ­L«ÒƒJ®€KC½v)J«ÒÖtšýº²ÖÔ·žbŽBºuÈ(·tÓÕŠ+õV_GˆT7éÞƒÑýê ZãE!dUª—-ˆM'þ#{¼Ñψ*_ÎûBó¤ƒ ʰÒèÖ•øB­™oëo Ãvl]øpâš‹°Þý´wBg¤ƒ§x1\oNBÇ‘' œËɵ£?O±`µõt*UfÏ^þwßî¨m² _}¼Ï çé×ka6]ö˜Sƒ×-:æÙ‡^9ú™åtí¥‚[ñ8%Ú—ÞN%HÓ/h¨WƒÔA8Ï„õUèUL á†~ˆôˆH¡Up"Š*j¨¡ à‰çâ‹õÕ@9N±gÄ/èØbýãv/f›‚8™‚ |¨¤02‡”Ï¥¨¡U^i\–ü È$—Ayb‘SŠie’fþ•¦eÑCBEºùB‘Hò8ç™[Êh yÚÈgŽ rèCh6™_?†žø\¢TZ‰e£‚ÖÙ‰üP@iŸFÂI¦¦ÁˆZ8 ¨ªº`)©<`*F¨¶Ð©léŠÀž*ú¹h­ØBÅâªêÈLŠ@¢N©#Ð*¬­çkl®ÊæB ¹öÃáé¦Õ¢D¶ÇjÛê‰-Àn¼F”[ê¹ájl¾ë&«ï¯¸óbJ­½÷ªk¬ È"°m' zÛk ƒÂÒü’Âú&PîÂÇtÛi\q ÒŒ1FëÇ ¯Ê-Ä"O¯Â榜1Ë»¬ª§›¯Pç¿$ñn½8{¤sËJ»Ð3«œL;ÖÐE_|ôKIïün²N¿"qÇ'WÝÓÕ-gí$2% vØ;+0¿Ñ(Œ£i%vÛeëâ‚Üs÷TîÚX3}w.í­2ÛK#; Ô„Õ·áL/njãkC^«ä.P^+c.,ËœWûîç¢Nz馟ŽzꪯÎz뮿{ì²ÏN{í¶ß^k ;gle-3.1.0/doc/html/opencontour.orig.gif0000644000076400007640000001475307326107675013514 GIF87a*óômIUmmUmmª’mU’mª’’ª¶’ª¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛªÛÛÿÿ¶ÿÿÛÿÿÿÿ,*óþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xXŠÇ¢1n»ß¯âpP,ìø|Ïw—Ïik„z}‡ˆXrtxwwjƒ‰“”M …œ…•Ÿ A‹uŽy›ƒƒ†¡«¬4hj ©…µ­¸¹*tŒ¥š‘³œºÄÄgr ²w ››„Î ´ÃÅÕ ¼¤¨ÁÓÔÖà‡ ÈÌËÐÓ¶„êì¶áðp¼Ú¿ÛèÞßñû^ãŒÊÉfA×®–*~±Ìë¥Û©nùò%œXÅ&sÉš‚&-b»¶B¶£HÒI€þH!p„ؽh…:Âô詤Í#æd+q MwõÝúc^J;+M{HfD¢P}Û©ô™Sƒ"³~\w0ªWWG$ë²,!1Ó^öµ­ z¾ilZ«]nó²@©’¥C`„d®¬·°‰©õI£ëM«ã [7ž €ïÊ2—˦ICˆ3àσim^@Y/܆s!zz×cêÒm-‹õËô³ÌÛ¡½mv Ûëiž©Gd r«qu©›õ&*»ÎeYš yžž{Úfèy–ßü­4µSâħ%‡”R;Éæ³D÷ÌQmuNw§IiÀüDî Æ3î2ký¼”g?@‡ ŒþuÝuҤѠtïu"_$²P_ ¸Ï)µ’~Wõw×Ì /]iHÌ^6[@îfÕŒªEX[ |ѧ^M*ê2æWâßùg¤]›,V"6(vÒc.ø‡eäa%L#\„ëE’£…;Bã!O®Â¡, 9^‘#ÙÍœHMe~rá”U>#{q)á_8ê˜!cÊV‰t˜&ˆlç&r}Js “¡!Ú)!˜g@˼”¥Ÿ]Î÷å ŸñI£–¡èJ.åj£"§djLÎÉeªcH©)OW*©$¨ú)Û§¡È>P¨²´àúŪ³1úÓ£GþúDȤÇË£³Y`Šg\ »ßZîFlŽÌ¦1&uÁÒ(æ¶ÜRQlzB¾a¬Z%©N‹h{h¼Sx»+A÷Ѓ[Vçé°|ëî±-+q!˦ðóº¸æpÔ¶Ù‰µÃ’39þÒy1ÞR9‡‰Ùó¨Ûl&'J®›îÍí~ò˜'+‘±ù ]`ïÅ ±3#óBrÉkõl„À‹€ ã5¾çi­4¹‰ÖGw}*Å`;é´)@omã:ê±ÚÞt”ôÈLG8ö˜ r-/œ¶SWת·«ÛØ,x©^G<÷`öA2ôL'Ì_µ^¿}FÜÀžƒâfÌ!µËþµqIõ)@b³0×\?¬zÄa3›,™šÏp’Ù íY>øº9_ŽyɱË`sŸ·° ŽÎ°ßâÞ¼ºÀ ήμ œ3ž_&¦VÍñÚîm²ˆÈ¾Oü;°–“ŸÁ_<ÞR#ï§ò¼ð‹Éó5C’zO…¿›ì²Xó[ì²4AÄÂ3¸© ÛÂãc˜wçÃÜø&è9¤fn ^ýŽGµä9O|¥£þ”÷·ÀEï„ÓóL±Ö°]`n,Ãö0R8XA&ì×êüçºzÃ~õRš.ã4÷E-1’¸~%±„øCÿv6®PQuøVÏb¨M<‚h` þ‘î´?´Î‡\š ¶x$ *àdäWüæÁ{qNP$áŸÈ é=@P£¢’ ™E€ ¯wËÃêlØñ0.[TŒdÀ^´q6.ŠWy1GùyðAwhb¿òÈG=>DŠ ó u„ ]†°tVöÈ.rZàsdÍп3¢‘•ܸ.‰õQð…ÚÙäX.%æFoï{_¨ÊbÊRZój«D ‚^ù­,jÊŠr2ÃryĸÀ$I-Œ¦ËGž³—’Ü—ÀÉ_ÓkTšWÒe óJ\¢êzw·kî‘”§ÓßGÅ;´ò¡ôúÃÌ®Ë2”†œ´œáþöjˆK¶y#¢BŠgá*Æ´s™”*Ÿs#ÔÈÒVº‘2ÄÆ‹^4M.Qç!Y\2¦ÙÌfV¡0PJ„Z z½’›.d(++ª)à |ñ:'—ËN@T†pʪFD*I’z#›Hiš,LKh…‰)'™ù²ùu­›+1èO:B0•M6nĤ+÷ H“îÕ›€ÕËSËÙˆTŠ‘V5ª~5ÅÆ–FR*JóVŠ–®´ž ¦[” ]%¥K^ M ‡u7•õ”§¨Ð\™R 0ˆvøT¬s¶)Y,2°‚ô K)+"‰±‘8T,ˆ†«Ux:b`kÞ&ºÌ±Î4HüÜ6þ\D]^ÕË{¹‘‰OºÉ2¹z¨T»Ðk[[{º¬Ú¬îU“ZÖUC}¼-îV9öväƒUz%.:{ÜÕ…–Ù̈r}qÅñÖ¹II“¢ &©—^£‰pÁÌ7I¤ð¶÷;­†S;M*®@&‚ûP¾\è®a}hgqû­ŸÔ±d…1Ū_g®sŒÅo+kÌãâ2–¿Î°«]œ˜ÚŠõžA !2ôjÑJ$Ù¥ÏÕv¦¼)–,”.ä°j¿K×S„øÃ&¦‰ÇœWËV,ôd!‹Å™ˆW0.¾5^K}“ã!Ê÷ÎÁ鯞U)ä iôb= œ7ËbkÄHéÓ£þìÆ9ÚJzÂßU@ƲnêIÊ Ò²¦7\·á²e÷´ÃxG[õ®øÔèך½ 7íÀ= bÅ]<ÛºÇÒâó‰-”H"K–П++££Ý0ˆÒxÊå0™µ7× õØÙt‡¹\L%SÀ.ò¨Á”Ù«·¶éýk+ †G¾º–î-qýô˜ˆØó¸¾õ~Ü¿1¥‹ÜC7 ÁŠ"—¢¬”½g޽äøj8Ú«vo{éG¢áŽö†'îOw:Ûiï—a[æRos»¹6g»êÛbM 2·€9År5ÙsöÕ £åïšÃÉB6[¾ Æs_ˆ<,oÄ‹ñÓþñŽëÄÐjL#.ñfT ÕD]”é=I\Ú>åãµ-îoml¼¨G´Íä3?»½î-ÂÔ{À¶ot¾>ñÕ/#ÂAšÛ=Ö¹Pâül;·:#}ÖæÊûÍ[æþÓßÅÔçe/û"!܉:%²´ýh³‡<BÀLOg!ípÎ?¼ó˜~´¦ë–Awݾø0 ´¡b¨…¦>ê ‡~RÜþZõ;÷º¸ßwnlî2¯G5mN|5(îøp»Áþ^0s»S]wÐgêàE—™ź-Ë$?W® Ô{е.è«Ne¬GÇˤ'@NomOëüôH±÷Í+îË=Z¼AýF ¢þÞzø.Å7€x†|a%.}·=ò·{éVK€^Ó§ ‹—OïöR`±tƒ”m²a9C6sy”e§ ½Ærñy(èy*X~»A¥'w`qž6}cam &^¬§b²—j(¡}SòBÔq¦ô8Ë€W¡ ¾p/A€©±uÉw èEz—s^d‚='É%ƒTB{ 5l‚=°'nã×k w„Øåû“JŠ¥„ã—‚g%,xuœö‚Ð×r”•zŸ¡„ƒ8j;ˆf©V•[»€)%o“1H˜°vwˆkXcŽã8UÈw•¨{úÆoéæo.ÆBÇ`'ÀJ²• pþˆ‡‘Ö}„Ó˜'ZQ4H¯t%X‚§X‹œW0ƒYHdWz\r4ˆm8låzÆh!š'{%G!gw& {ÖˆNjŽÀ„]vwÇG]f0˜|ôÌÇswëtÒ7`šå`ˆ¦Ø‡×È ËÂ_¹A5¨DHfW ³˜…¶‡qÈ‚‘€‹´Xˆz½ˆŠÙ–ÙȇcñsóGb÷XH¼cÛ#€Š(qSt3Å€‘¸‘ãÑ~6—{w|!…™¸QÎçgW¨o+G`¿Æ‡™%Ô(íØy×Hi­x;¡±Z³70.™Rùx‡û˜‹1xŠ%è .ˆ)Г¢Œ§×F9ø”þ"–WS÷q¶7Ÿo¹ˆÿ3 Sé!ø¦’cgTÃc6YUB…1…܃s—ø•YXŽ,¹… y&æD5Íô0\Pƒñ_vP@ˆ \ø“,'¶à,Øpa0(ŒIhÁhz¿¨q˜¹ÔhfÅV`X¿—•%S]ø• ˜š èrN'î·‘!©”¨|—Èk%¹|ƒ§QµExðç·cé}ænrUZkö‹Èy‡ù{Â邹X”À–~{(ƒíw¦GSé1pg¤©•z¶é¡|«™o ÈsÔæ<Ði–=îw€«Å!™8߈›x‡ pþ’‚§”$†ÍÆ4å9Qƒ[É)‹q©‚‹©5“ÿ¸žo˜ ¥Ð‹ê‡œ9øž¡ˆ`7ðï!Oœð`ÔUJªIž$úvX¸è{4÷šùó ŸÄ–]ÄÞÈ|Ø2;@#è<´#Õ:f3[¶ §S+s ü™mÌ*šB© “i”/ƒü©‡’ydÞÖŸ:À¡Ä¹†Ç²KæfFL1¢õYž_yž@IBY|(*0šh …1Z’)I%µ©s÷iRÉ2HJw73™r‰¤ÙV‚Kº0å" ŠÉŽUç˜x™¾¨œAW™QÙ“ù\ϦžÚÄ•Gdþ:ª9)šgú¥8§ ›Ù(o$é¢9÷aeŠogúwvYUÚCó›ÃDÑTpI:¬ÀƒàŽ‹º ‰Ú˜Ösë)ÒÉ‹GY–—jƒŽkÊ;aº·ù­ºG«og£ÐÇ 6g®èžÖÆžre;Ýcá:C»ØKЈ€Z:Áj€[±¡*.¸x|êfkkwJÒ¦óö±Ö†þ¾Ààü…¶ÆJô$·Íɼ.˯š{ŠId½v°Ò‹¬¸(‹y%ÉZ‹Oêœe[ {@œ¯; ù$»ö;’×(ª™Š“€Öô¾Ê£»Ë‘SûŒ{¢a‹—fÇË ¾J~ À˜+Àë“úH½q«¿Ñö¾{²ìØÃ£Ë¼Ê€#où»¾Ó{çûÄò…ßè*õ¾(z®'ì‰Û‘ª ¸”ÀÎé%>¨3,¶úë¼/Ë[:Ë…k,5ž{iÆš½È*¥+“FL¯ŸD´¢fÓ¥P<›b™DÀVš ÂÛ°ž.˜´$LŶ¶žÅ‡ «À¼àƬeË{¹ì¬ ´¼U0þƒ Üy:ÛÀë¶»Á ÚÛS‰ r¼Ø F’ûN³²ÁüžÞhÈOÛ¦ŠÃÈú5Êðk|Ð9¿6— K%Î7hæ§Ê5ŒÉàK¶Ô‹È=™Ã„–H£Ê)øÆÊ¶;»½ÿ ÅÀ üëbÇ5Ëì¸tuµ+'®…\‰SÂ%YJ¾\ÂYõÉh x0v E»øó›—ÜÍh™’ÊÆÒìÆ*èË>¼Úü¤t(ÃëŸÃa ‘²Å´,‰/Ê€d Û„Å¥Ëò‹k£Ì®p§¢s­¥Ÿz4à JÃ̼¯3кȇŸœ”Ó7Ó‡Ú,³1¡£ËÙäDZì±åL€Ø‰§q9®þŽ3Èo‡Ëȹ+W!6·6ΧϬÒ,mu×AœìoN}¨óÉ“™˜b]ÊÀé*çá09ÔMÎ-²ÝH®­®RÌÔŒìÑOÍcQ½±j`rÕɼҦ{¹¥7­nHd:›ÈðÒÓÌsŒ ”5ûF7A-Ô$ýÖãñ¢‰ÓÉóvï‰)H½´ ÐÎ(úÎz³×ýPaÕ驨Vj™§Ó“tÒ{Û.¼_*ÚËrç„né–øØ€¡­Ùâj×£ÎOkÂnªËñ–•¯-ØZm©Ãv`¸™.yÛ]çÝüúp…álÝ{n ¸Ã½w]÷˜W[¡ÊÚ‚ þªí§µ´Éë›p“1Ý­½ÏÓÔÞœsؼE­Ô*Óà}ÓÉ0Óª{Æ¥á'¿í}æmk IYÆ=ƒšMCK}›Eµ£Ç.jÅ¥ݰ¡ßXÌ–jT† ;­GIàeqÎÙЧäíà=€ã8Y¦Ù²M¨ãšásM¢ ÂSü7ØF.È·‡1™â4h’Š”;ëo/^Ì­¥æÁ% Ωü£$t kç«U˜›'®ïºÙ%ê<(ŠR "OØ#ÞSŸ†‘Pâyµ¹N½ÓR^àV'‘å}Þ7§Ÿ\æ8רçx ßëÜáJ­Ü`)G®Ï™‰ƒEçi¥ÝþÍÕ,ÞÆyÓk¸‚åå]ȇ(öaa¥ `éÙš}…¢ «j¾á©m1~ÎÚ3üuÖF•+a¯¶±}©K.j?[{Þâþv1ùè£ÞFém…ÓçßFýÞ®îß~æ=³ßÕD£#wfE§èJîÕØmÛÛ]ÛÇî4 ×Kƒèìú™êWÉ|šŒb>×i)’.s£íëqÒ­%^)KÊhT%~é(.ìœNîÝK¸Ó;N àì>'eÎ9ŸÞÙçé–ÜŽs=`ë Å팢âVé¶™qQâ]à´}¥¬ëñ òÐkgê-iŽ{—ÞrmáßêZ»áO´+ñ&6˜þ¸uInéÞÎh*ï\,?ì4}î??”},0<󘮅Bïì7¿õ©ÒNí«õ&@JcÌp$&¿8¼jà¾ò)%à*~zbWÑ^W.ë~zÜîî…%׿è®^ŸsŸânÙÇ]ˆï븞=§vöŠÿë¬ç†p_Ør?ø„Ï•Âfš‘ŸŸÍ®÷cvó¯ãïwÔ&kù*à†¿“€µKs°÷„˜'A"í&ÎzõðëÄÞ禿…°Ä‡†_woÌqÜîåv§Ð®’Éû-°PƒXrˆÏïÛÆ]oô¶Oð÷d¥”qÊ?‹æø¾Ïùèñ÷<üžï£O圲ý8ø%×þî`2ò¯Ÿ‹'›ß¶ïö8ªþ8 ùß?2?„ °("9šåa¤«ªžoGaÌõM.b³+=o‹Æ#2©\2›Î'4*R‡ˆÃâ Àj¹Ûìj¦ÓÞsö«Edm‚>òéY{Ćó }^ ÌHU¡á!b¢ââÑBãÝ㕊办 äI K˜VÌ  M(ê ã*k«ëkSWZ¥g§š¤A™Ü›¯fdœŸ_*3¬ó3ttT$uÙ5öõæv1Ì­-¨¨(y ªÐ4{»»óV.Ö7½üì½,°¾°B]?õ°?ÉøÓDè„ «Hº“íþÒ¥j3Ñó$ŽY¹1æ.ÂXèñ#H$gÀÕ£¥‹‹£2WšÙå2S¦cÊ‚¹­cÈœ:îJpͧ °)fÔ I‹Ì©l*fiŒu;§R}vàJÒN²¶Úëòf…¯aÍäò×0…L€Ù<ë²(ž¬¹-uúÉTœqFTë0Y“Šý®x`œÈb'Þ\Pø2fÃCm{Íhƒ}+¶#3êÔT®à몀%_€¹š¬#9رÃØBRíû7“ÝŽÙ€þü™r7IŸr< ü9ô!­M’fï1¯Ûú^òÍýûóáÛ°¯D™iuÀÍUo¯º‹ëþêOiOo#V»nÝØ-»ïÚî$Æ!^m ¢—z¦äƒ…u… 9ô¡ÄË_NíÇ jHØnAÑ… r1¤·Âz$lxb\s1âl®¡1Œ¿´Ä•](ÚXU$>t!_,^%š`7 ™Óå‘T}ù cC:™ÓOQzØRÝí‘‘É]ô$—:e…¤=²}¥‚˜¾(–†?]ªI•6LÚa͈U¶àšu)¡=#ÎáxXØù§Nâ5 €?Ú$  ‰‚ß™J–s&mŠJª\`Y¨œ™Nº)B. !-|JÂ)©ígŽ×dšJ©­JC„”€y†«µ>PªJŒ­½‰¾2’ê‚€¯Å¶R‡PÉJ‰×ªzû,#X;ë,ÐZ›È\¹¶)(×z«È¥‡QÛÅ·å."å®m™»î*ŒÎÊ.¼‹¸¹K¼õ"â)¹öê[EºŽìû/*F 0ÁPôY0ÂN(–0ÃLpÖ0ÄI°–oÄA¯ÅA±ÆgÑ1È!‹<2É%›|2Êì†;gle-3.1.0/doc/html/raw.orig.gif0000644000076400007640000002124507326107675011724 GIF87aÏ­ö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛmªÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’U,Ï­þ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂñ;LÆbcÉËÊdXcÄѶMLLKjiicjÛÝdcßáààddZd[dYè[ë[íðY\Òô”Ç÷;ÙkcÚÜýãÜÄ…;G¹wßeAØd ”- ›piEb“(3Fñqc=^Ô¬…\Â&MÉ“&MŽa³r%–lÈœy)³æÌ›[ÎäÜ‚&Ï-\¶|*(.GFá²4ŠÓ§P…D‘*D U«C~ ’uë={/ͳcö©m¹å™1þo¿Å…Kî̹èt¾Ó»Å ¡ï NŠ4 È; 2µ1U!@"™ë !'¾j>Á"3çÏ,P°˜šEØB"«-¡v–Íš“¯WƆÙ¦ÍÛ7eæÔÝSgÏßE‡ Îå ”/Q+O¥JóçÎ[i.ÄJõë[p¢Ýë!,À‹OÞôiøÒï8Ë>-ÛÚ-ßʧ{®nøwæ÷Ë?¸ã' sÆEtBT‘à‚ÖMe]vÛuÇÝ C¬p…,Á†Cœ·šj#5ñÚˆ®•h†‰lœxâl°xÆ‹-¾(ãŒ^ ñb8¢‘£_à(Ü?*drU(W$‘ÒUþ‘ätL^gÝ“Õ ¡ÝRVIå•fxšzø¬áeZf¨u"˜nÅGß™vá§E~ûíÔŸ_CÁ)`€tBA ¨àž ö9%w€Niá ^¨aX!‚¨šk^–H¢Š)Fºb¤3VZ©g`º£Ž=rÊã§=† d‘¤~Qª’¤*iª«¶Z…FÀúd¬Õ1¥­Râjk¡0|DÖ¯ey©VlkŒ)\cža†|ËÂõâš/æ„©´øMë}aêq<G€Ew$ªÍ)YîžJ&H«¬ÜÑz„SÂË”fyÄG©åûa£$ö+)¥»héÀ›ìi¨<©°© ŸÚ0¬¾*±«²þÆë²b¬ñ®s\°À~),™$«,³(;›æ´™V«Óµüa{­pÝ~ñ­·ÞŒªæ’‹ªº{ÒZ…»ò¾ï­†Âp¨4ê;£þ¾éÔ-R:°¥˜Þ¨c¦:v ê×¢Ú¬°Ã§* ±ª¿«Ú·ÝñÛ»úbV6sërzÂÛh˜TO}ò²€Ë¸ì-kZx¦3ÃŒðâß6.ö·ER¡¤©¨V^¹CڹŰ¾Û9¼ðÚúJ+KI­ÍzJN+ʯ£°SÍâ¤_M£\ vÂa9jã 1Åi·ÊùÅVl¬üÛ·ÐíüóÏsùë°bŠ S²ÍžŒlšÏ¶Lí÷þ0g§¶5;n¾Í“Kn¹å˜+‰¹Å›Wlt»G[h«…¶¤”úþú›¤¨Ó‚Ôþ©ÙÅÈv22ŽrçµÅ HßúÙ(—*‰¡bÇs[Æàæ±YÔíƒgÑÝBx·±Œ¬Q%3öR&#h¹ì{…K\âø¸B}ëËáÐ6?‹ytF¢­”6D®îˆªKâY•¯¨Åî_tј;Œ†@âÝÉvÁâ±mœÃØÅl•<Þ+ÐK£³!½c¨-ki |棽“¹pM,ËãË®%¾>nKl8 äÎ|Ö³tíP]ÖÉ\»¬3¿FÂË~I“ù7Iý5í’"zÝ£þ°Q‘pšÚÚw¶n‘‚•[Õ×Ö¶ Š®Œf\Ú+FHKÚ„%lOkÜs½^nï—-” õØÇ™ ¥få˸ TÈè4‘Ðd—#Æû‘NC:c+(©Äþ!±uLpâ& hµÚQqº;¨²86àm±‹Äk¥ÇK[ÙË<«ÈÇ÷é<é½1޼¤K™èHŸ5åÄ lê‹› '…H(sŠh€¢ƒ'=%ˆ:|RP"¯ó§ŽjB…ª×†FŠOTì  Ý¬¤Jÿ·š$¢„60uÉ[br“É$ZÂôÞÖxB>šùô8@—‘ŒD fFA•G}Uu2èJ£ÅRi÷,T*z`þ ÖÒª¶™.U"GÚÌMô‘ BõCÖ7EN‘¨Z)ª§<-ˆOe$G?ÚQ Ñ«P#Åf–JJ c0! ) ,ÿ˜˜’—>1±ÍLhŠ›ûðf'ÀéÉp&+”â‡9Ëa’ΕT&)•] ]—­ªy%]ÙsWQµ×)z°„jðóµiPÏ>ôÁ÷hƒ%ßÀ-]ä2»äå.:É BüòâBôÆAJrd㦠Šnt.šÑ·öÉt ”…@J¨ ‰”¤àåk(NÊ,` ‚õ¦1éÒÃÆT±2m,~îÙúRö¾—fŸƒœ¶Nw:u’€µ#×+ÍëJRJ-^¬%þRX£¼æV'B³üŠnµõG7¸oŒC 帋A|2ââþå/G¨r“â\æ6'ºOQÐTd¼ MFB8Ž…ž õ8¯@Îæ†Fá&Pc Ï8¯¸ÉdK²&%Ø( 7X2ånÄdÊå¯MÈÚ›Ÿç¾ÄÑof™C <õ¨ÕA3”Ö()ØJ Ž3^G1‚j`Âcx†„a ½{ÔV€®íÆ1h|¸ ˆ.qB½è‡æÑ…9Œ¤ãÅ8æÒT™ d¶²éíx…+;®¨1T¡ðšzÈ¢èA¨a^g(ÃbPi`­¡aoØÃ G9Ò±ëûÚ'e@HP†M”aþCz)Jq S Âì¨Xe*V±Êƒ°¨ì|Ç®?ζœï9 ¿šW IV†2Ò°ç ›»–È4¹ pˆ!çÇyÏ1og ïPB¢†øû( ø`CðÅ<%ÓwL§;í zÔÏ Â«×Š£:Ô8òyãýZÓMÖ­aÂ?:þá’ëÚY&±ÊÙá“À»ØF1ö`fþ”e7Û)RÁù³«Âs¬xúçßõwÈ3žñ™Ás…·ñ¬gqKøéäŽú™ÀŒd4=ÉöÞxÖ‘Ìu|ã{!_‡<""v²G¤"A»F4‘‹päíQøÁFâwÊØ]2xÇ e¾‚™Í|þ¥3 hN ÞŒ¢H·«ßá gcÙ¬WG†eTþòïÖºæÕaï…¬ÃóñýB,‘‰˜Þ"éˆFs§´žîR‘{ì#û½GÆ+Z±ŒW2C¡Ì„Ç÷¥2Ò³4ÇBÕvƸó,n~HØù€†úÓžg1$ÙúÕ߸õ‘¯wÉß;ÊN~³C¤"èψÚ;÷öÏ#r÷ÁÝçŸwÉ\Æ3}÷Làß™þsF4A¶W0Ðm‡dö–Æ€ÝðÍ`uYç èu¸q]—azæ×©·vªÇ~Qàs'w&Hw'ˆwY±wZÑ‚š¡úƒCþ€š!6X(€tpp8 TU ZÀË×tíuÐç|ÔguÌW^NxgPø„R˜NH…wF…Xhd¥…Ç…\ØMàa8†bX†aè>àhè?À†n؆pȆ&ð'ðsX‡xH‡'€‡{؇'€Èˆ£¤1ˆˆhˆ0‡ü8‡i‡'Y{h~؇;¸Ê¨Œ,pŒ‰8ɈŽH =ã7~QrUfk¶fh(çu[°ŽçØŽM`’(Ɏ舆'Å’gX>1‰kX“6y“69‡hy ”;¸‡;¸!7xˆŠ(‘ÌHgÈG„DnÓXR™‰•¸à6„P¸ZÙ#°•]9_é]9b¹d9hàþƒ†Y˜ˆY|£ñ‹yˆ郌(Íø ðxdO°‰¦€$Gr”Xh“¸qC¸Õp–fY–d©•§YšnÉ–o)—® —|I–±é€Y›i›µy©›„É›…I‡œˆ)œ¦vˆyÀˆ¤0ªöN¹|Q9•ÒY‰Ÿ™gWé”ÕÀ#°ÜÙÞùàžàIÜIžæé癞蹞$ÀžèùíIð9Ÿòéˆõ9ŸŽ˜ŸúùàˆBÿÙ˜I9‘ “I™9~—Is1º¥[s1o‰‘M°ž#€¡ÚžÊ¡Êž#Ÿ!Šž#jž!z¢&šž%Z¢îŸðþùž.*Ÿ2ŠŸ4ªŸJx$uˆ ©”@ %ДC¨QÓ9Q)Ö©|ÙÉϨjàO¥P:¥OÚSj¥Uz¥Zj¥\ê]ú¥^¦`:¦bZ¦dÚÀ¥iº¦À¦†÷0RqŠY§I‘P€D– [° (·&½u&¼%‘ɤ'Ùm¥†¥º¨ŽÊ¨’©” ©–ú¨˜:©mŠ¥iꨜú©^Ú©hª¦£º¦,#…ª„gœ 9Éy Ÿ j=àœZðB*¤æ`¤º:hÔ¸«º:×9„ÎɤÇÀ•\)PЬƒ¬Qª¬ÎÚ¬ÐʬҺ¬Ôú¬Ój­þÕ­Ù ¥#5q§ßÊtʪ+Ъ¯ «Pð—é§kò®¯àhZ 𢉑PÐð(—$° ™Z©ÿz©š°;°Ozª‹ª ›°á5q§£;øª>Ú¤´J„·*¤¿jCú«¿z«Ï¹¤²Ê•%°Ò0€É9åZ®‹§q:q-Ëà ³r*³qzˆ)+‘¯j ¥PAp‘튙i¯€JGCû®Ú§}НF¦¯ªv—# ®*‘)û²àº°V˰ªÚ°Y®Ê¨œùŒL€‘µŠ™BjFjk¶ïj¤æ ¤d+¤LàœOФ=ð£#0²O &{(kœ,Ë.»þ!0à­ƒ+¸1û·ä±Å—§¥Ð=Ë®}êZ ¹A+Ek¹•[¯õÚ®øz‘úª®%`Ì: ®z³€+³X›ºW›µªŠ¸\›œ ;«³j«¶ª]p«»»ZÀ»Fª±ë±rÛ¤LZ·"›¡Ò»R‹²û·+- ½€+½Û¼£‘²Ê[ ¥`ž ¹ *¹”+´™›¹˜Y¾œ¶Lëêz—É»¼+à¼Ó«ºò»°4»µŠ‹®éÚ³Oðì:¶O»’›»hû®i‹»“{«}Z«9¼²Êœw;ºÂµ0µ4K½Ð;¸|ª °TK³7;‘±«½¤°®>¹¾gÐiþ¢Ââ{››´ü‹¾=«¾bií;ÁÌ{ºÏ«º0°ºòëÁ}µøË ?:«@°¿ ü^ð¿ ÀÀ|«¶+¬qK·v;²%ÁÁ» |û¾ï[Áü¼c|ÁdŒÁÖ{åÊ·]쪌[ ëÊ¿J<Çà»&,œÂ+´u ¾rÌ®ùš¯4º! ±kº,‹Á;œÁ Ûê»Ã@Œ½nl ½Ñ=üÑ =ÖŠ¼Ê`¬Æ»«µÍ½¿·<á\Õ] ×r=Çp½Äž z=·@Pþ~ÝÎÉëÅÌ|Ê0›Ê<ÔmØûüÊýlÒ:+ɵÜÔJüÔ”-ÕQ]Ù}Ë ÑÇœÌ\M ®ÚÅg­Ï-Ö‰ÖÑlÚBmذ¼°‹Ô¢) ÔÍÔU Õ•ÛPÙO@蜯܌ÌíYLÈ;ý¾/pʌإØÍ}ØMÏ»±«§¤`JíÛ¶Û S}И½ÄÚÑ]Ñì Ú¬Ü@}ÚìmÚîÚú,Ý®íª§ ÕzíÛp½Ýÿ«Û˜=×oÝÛûÑÁ½Í~ýÀÅM ‚mÊ_½Ë  þÑîà‰}ÏЛÜgíÚ]œ§°- *A`˶ÜÛS@üíÔaþPâ#^ÕW½Ù@€ÌÈŒÝÊŒà¢}ÊÉÁÍ}ã4€Ú¨}ãöláhíÚ½³zýáEâ$~ä(ÎÝ)ÎÔ½Ýâ-®ÎZí×¢Æ=ãÈ}5áÞÜZ>áö|ÖòLݨÐá®ÝKNÙ'žæS æJ~ä>Þ) [mÑ2žÞõ¼ÊÎíÜ9N/ã è<ŽØô,Ø=ZßÈ|ß@ßgNâNíè)þè#þæ‹E>à³ÅYLåžàXþéÌà]á‰áþéÉ=Ï]lÕ}  çenä)~â&¾æ¶^ëHžë ç-^tn`çÃ0Ápå5>è~žì¾ì{þÜ~ÊþŽ} Ø­×E^äT@¹~æWÐèâ¾çNç%ì9Ý ^쨎å¢^êÎåìNèÉmá ®ÖˆžÕnË)~T°ía@iîﶮ湎íDpï°îëu ¢îÇÞîÊžì0ñßîÎïj\ìÙ\ßõ¡dÎúfûØÏý³ý®ïö«þ¡»ûRà€`aq1xñb¸³ñòB³AÓ 9ùظ˜¸hh±2(á)*:JZjzJª’”RäJtUtþKu5u…{›{U +ë[D\T”¢ªRbaâ€ú --m!±rqÍø’()93ùÝ=©¸}øÒy:Í‘ÒÚ*:¤¤â9é¥G꩞²¥‹e9‹ÖZ¾mI&˜¬Îpï½dv)«¢6«¦2¸i¯½¾lˆ "‘›”ë}TedðFEê–/gµFYûñ¡ÙV¸-†Î n¤“–;nË䦛îº.LÌ,dÍ]¼Ó•YÊŠ*¾þÔº tª\j´Á™ëÁ“.È@¤Á¾ 5°RÿzpëZD²4»x4ÎϺ‘Ó>¡fÖž=Ú…n̯oêT#jrÈi 2¬,.Þzç-®žLËí°´Ÿ¹üw¦áe€h€Ó ø@ƽ–Ëýå¿w8ý\µÓ\ÌY×:²un|ß;Òµ®µàÓô;UÑ8CzÛ•>î¦Kþ“Ÿû¯£\õµSœÕ}׺£eøÙ‚}ôþ%.*®Ñ±íãŒíÿ@ÛãjØ7Ýòt—rÊ£¬v½ûÖÝŸw½CMžÎ9ø9âÛçË®o{ÛÇ-Ê úM§þôYsªs¶Ýa¶¹áfú‡ô¤ÿ/òÑáÔÕu åÎÿ@ÜßÙÃÞýã~¼Û ~÷»k~Ã0Ö; ž…xø&|ÐqøQx|’³}goðrp¯ç~’·“gÒ7{äæiÌÇ|û·{˜u6P"H~ãg‚æ×oºDt÷Ó~ï7ƒwõçz÷wp¹Ç};e+8 8mh‚Åw€õ{È—Zª·:ƒÖ'!P}Òg}+'eeþpr9‚„Ó–×…[8v‰÷Bg=¯·.ƒ0ø‚ôwmÇ~ù§wfþǃ§Xwx€C¨€ø†| ¸kKÈñG} pˆ³7ÎÇV¸wHX‡¤À…]H‰`8[õ6T¼M0ÈiŸ˜†ô×~oˆƒý·a‘ —‡?ȇ¡Wo:¦‡eˆ…È"Pˆˆx‹"°„±WƒØŽ‰¨ø ”X~#(¸æa Љñ·Œ¡ˆ†n§7¨qبwz ˜^g‹!P‹¹èŒ¢èz˜jÖhŽ{ÁŒœƒgèz à† Pp€çH“Ž†è‚¾XûÈýè+ÿ)Ii‰ © É é ‘)‘I‘i‘‰‘ý;gle-3.1.0/doc/html/round.orig.gif0000644000076400007640000002124107326107675012256 GIF87aɪö$$UIIUmmU’’U¶¶UÛUÿU$$$$$U$$ª$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’$’U$’ª$¶$¶U$¶ª$ÛU$Ûª$ÿU$ÿªI$I$UIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶I¶UI¶ªI¶ÿIÛUIÛªIÛÿIÿUIÿªIÿÿm$m$UmImIUmIªmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶UmÛU’$’I’IU’Iª’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶U¶I¶IU¶m¶mU¶mª¶’¶’U¶’ª¶’ÿ¶¶UÛIÛmÛmUÛmªÛ’Û’UÛ’ªÿmÿmUÿ’ÿ’Uÿ¶ÿ¶U,ɪþ€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈžLcbiÍbÌÑÐÓdXcÉØŸÍijiÞlÞÜÞcjäædcèêééddZd[dYñ[ô[öùY\ÙÇXÎá­I3p ·5cÒ˜SX]CvêàIŒ÷ŸE|Y,6ÙeËÆ&\š@Ù$JÉ“Q|˜LÙÕ¿nߦa³f 8›3s‚Û9†MÏžd|²!s&(Ñ£E“n9³t yN·pÙòE*U©P¸dÍ…K×(`Ê…¬)fÑù1DÈÚ¶þCN´LÄLáA™ñêEÈw BŸÇœÌn0:ÃDá5Ç_ã-^,VŧµòV­Q dÞ¬l² Í ýc´ÒnO9·õ ¬_Ëf‚ÅÚ¶w-a(“¦Íšk|¯93xq¡Á UŽ´yR¢K¡?eú´úժدsùåKïà¿G©2¾GÓÁ™1¤‘H²þq†’Jž±¤“PFy†h8Iå•h`éÅWb÷…—à}ù]à‘9&zU ™Þší±çæzCÀwDœtÎi'xÖh#,Ö4“‚Àz p~™Á—‘…ú4˜¢6z†BZaS‘1…adUaÚ!‡œBñ¡§"†Xâ¨'–*§|¨Êãª5ÊØª¸åØJ€ÝüV·™k®D²‘ä¯L)å°Pz1å”Y&»e—Ëréì–_’)íÓ¦)mšVX›í¶UXa„·n~»Þr’§¹ä¶ ë6¢ÀŠÛÜ%è¼ôT“_É­¨¯Š"z† ,˜“:¹”±Oˆ°[BÖ°³ÝmÙþ’Ù™ÖŽ—¦Æ£¦I¢¸àÊ'îFÈY²|qƘçÊíª‚…µ·ënWsM7Ç«B»¤°LK¬–ÊÝl³_&MíÒÕ2 †¶ÝFÍ-¸ß~{¸WgîÖ\¿ª' îš‚EŸòâUïÙ|Ý«/`ûú+ð¿7Hð± ×Íð… 3ŒÄ_P<ñ†~[ëéÆ[ûñ¨âV1òÉ$›\®«ë® ¬²–‚áÜ$³Î4Ûìù̽ɯÏü =¬±Vf‰¬–϶mßI7]mšOc+u·ßâNõî]÷~ĺäâi_n¤,o@y¡­|M†¹6°H ðôPl屯f½Þw»î,ÅþàÃN1™T¤I­µè£o„âÞ²_µ·$Ã_rÉäÒÿûý,÷G¼(Yl3®ÃÙÚ@Î…®W¤Ú“L%*¥ŽhÌjÝ—^G¦h1ÍiÖzÚÔn·­÷YÍ Z aï€Ç.þŒ‚ L8ÞŸ’W å _‡:”PÜ7Á¬`¢›Æ0‡eêa| Ÿûf¾ò¥/}ëKÓúªæ>ª5NdŽ‹¹b¹²€r E a–¹Í,g9à¡WºÒ1°XØS½‡4ØYPvç»VÔl75òk¾ãZ÷CQ0l+4› ÕB|±m†ˆ´a ¡„úípJÜãž÷†>òñ’Jt_«þ¿ù5Γä"áºöøµýu…dð“æÄø9逢KÒς֤3®nuFË’÷&» Âjì 0ßw5«‘ „yÜËÀŠŒ­.ًІ—õ%A r܉CH!ì‘ÃÛ÷¸rþmpU@'Ç8v¸±‡}"cÏçY2)BÎk°ªÍ*lj&¼Œ‹1±•+A§+žit¥-¯—=5ÎúÒø|éË#f‹Ž¹Ûë‡ÌdŸ±ú„3É@¹°š6ñ‹rÚÖ¯EÎÍ`छÞ|H¾ÑœKSgáç1xÂ3dôtœ|¦ˆ?|ê Gx€2˜JoÀ$'e%Aa‰þP  ËIµ<ã•p¹Æ£%‚•9¨;;~И½ßGod›,rb¤Ç‹W4Yh/ºÄš*Åæ¢å(IåpR–¢d›)ªtǰêÔy@%*©‡T%zg{NEÙT¹¨U*)(`(õ­Mø#ÊÁœDµ ¾ªNt² å eQHqQ` S„©Î)@$gM7ô¥‹•©Lâ)šÔ´³ò®qÉ%>‡§O~f¢;ø#¼êò'ä!躂\KFi3B¥x‹¡Ân±›J/ˆÆÃØP=ÖD‘5Õd-K٥̨,˜\»ÚúÙMD— YèÓSWéE™˜À;Y-w‡"”þ£¼Ö9’NS¬ó”ìX˜*ÛéŽx³´3­s[QØVqÃEâq=î\vúèZ­¨O·j¢K@á3åZRìêå +Bâtô˜0‡)ŒbŨ<&2ø@²añÁ­4¹C™áNfÒ –tžÇ±…o©Œ@ßTÅ責¢Qfa+  `'è¯&vÚ±¥’îœM«Z³vÁ@ísöñN'*´†7´áòxGT#JO|ßô&øÈerªSœV¦Y™yŸ§ŒñØþ ÍßåÓ2ñ´€HkŽr<ä!ëP‡;C¨´:É’‘LV ëä­HÊì­rXJT^›(E¦i‘°Yô¢UþÙGFÇ&ó~/TNø€ ¡Ý‚5.ç§8Ó™À8‰I7ÀQŸtÛCé¶; Ìg ý™ÂÒP†9\è¹—Mðn“¼#Mï:QzeùÁ Ø àbLŒ@Æ¢ÙžO—T@vA¸Â„†C"‰ø«/BqŠwä2ÇŒf6¾°t&4 7KYFÓ’Ç.n)6ŒV>#)7œE3š½‰ô Í—pB*§vÑç u©‡žêv¨š"îpµÒ[]‹LåéVyzƻ°xE,X ZÊ‚´¨È=¨zO}ì›ì²ã‰ÌµšÕœ‰ÿŽM Ó–@nðqØ;g8ÞS©ŽË¥þãrð|5(‚|ÌÃ"ÁˆFŸ•4Þ2œ‰¼gÂ"òʇÆä&‡Ë‹RÎòÎßg/O{g×N„6Ú9_©ŸÊúpÀd!çˆ}Ѥ·úö©‡U(u¬HÝ2ÀËÕ³²ëgI¾ZNÎüú¬¼>úÉO¾ó«3ÓÜ¿fŸäNðîÏÝÒÿö§=øÔç\Úè/|á3²~äã#î‡ÿGFbú£%*)‰Jö…¤¤ÿýwX¸§«áq 8³¡OW4zi–Tl‡ ($mpW Ì€AÇ3;§Ô0‚|'åw‚—C)h‡—.¨ïþ4H!±(¡%;€dá?@x€¤l‘pÁ/Â÷Á„¸¡l¢7Ö÷×÷\= cXw ;ww^Ø}â'Ó&†'†Õ`†X`Ò¦†i¨~ùÀñ‡òç#Q‡'a+Ázø*á>0€€X€¥¡±‘€±Ñ€ Šøsgv3G…Ð l‡ê7xì`jäÀ ›¨‰A·Ð`~((mÕ@Šnè†ì÷~ª8‡òwƒ÷‡ƒyNðþW‹h‹¸È¼ØlqˆÀ8(ТWŒúvfÈoTØ Ð…BZÀZ¸}x]˜wÓ cøGÚˆþÛØÜÈY áŽÐ`åާWާ×MpsìèMòôèöè>ðù¸úØ&à?p?ðYy‰ y(À¯!…yf£‡Œ2—TX—p…–HŠZàp´"th 9'æHŽá˜’æZè¸’êø’éÈŽë8“2Y6éøø¨;É>ù@I¹CY«q°ÑK)yœ¥O¸vUøb wZØ‘ \©â•Ö¸…Ó¶i1V–LcÑ…–gÙÑÅfnÉ–pù–r—íÈ–>ps;p—viyi<`>ð—~ ˜$àþÿX˜‡9yÿhŒù˜é˜ ‰hV™'`™R•¹OûD…€‘ p‡ñpߦ‰š8{&˜sXÀfK@—l†—u›p)›¶élÆ—ñˆ›€)˜Ù›€œÂ9œ†©ÅÙ˜ŠÙ˜Œ¹˜’9™ ‰f”y™—YúfØ™Uéo6çŒÐwZÉ•à žx'–b w߸è ]鉞; ží9èéð™—ð9òÉö9øyŸù¹Ÿù)Ÿ:&Ÿ&P˜JZ  Š  º Ú P iffZ¡j‘TÖsÖÉ™(‰ Y z ‡O°—‰*ê\ÙpéþБ9w†ù¹5jŸè‰£6Š›;ªŸýùŸ@ ò9 >€ öÙ Hú J ¡'€ ê¤¥*¥‰û…#ÚV`‘ž06÷ÐØcðáY¦á £b¹iÚÈ#Цnú¦p§r:§rJnj§xêyJzÚ§|ú§zú*¨JŸ)¨‡š¨Šz¨À¨ŸYQ™¥™y™œù0¢$Ú¢¹'*†d?ác…ñpïPê§’LЧ# ª¬Ê§«êª­Ú¦z:J«³Z«xJ«ºŠ«~Ú«€j¨ƒ¬ˆú™†º¨Æê™/§l·™\Ú %°aªßI¦f ßi þ0Š•Û¨–àÝú­Þ®ÝÚáJ®ãZ®èJ®êêëÚ®ìú®î¯ð:¯ ðêªTöНõ øÊ¯þН‘ª™Ë*©•šT0‰p—›Ú©¥ )£ê A–j¡~ϸ(míé¯ÞªTû­«± û±"ë±$Û±&²%˯æj¯»²÷º¯ùú¯ÿš¬É:°•9[Š©•`s=¦ZðÒ*­ï0¦Dk­\¹•D«•X™…kŠB홣‚à­Q;Rû­S{µV›µU»µTÛµX˵_ëµZ+¶ÞZ›e#·’º7›³:; % °'ʰR·ßu·/Ú°¦j±-i—ïÉ #{þ²‹²‚›²ƒ;²ýúÔI³É z ·¬Ò™³žð¬LгÑ´Òš´f0­I›´AË´Ïx±mÙõ9Æà™û4™‰œ©‹¶°{k;l‹³û¶pš:·(šCvë°Ú¼uÛ°è7š[¹lIºòi ¶[™ ©Wʸ/ç¸ʶ”ºŒž­¢ù³(*­2¦²¹ß[·cúÒÚ½Ò¦`Z¹Lð´¤kºÅ@… j³½Œ+»ü!»²k³Ö›³û = »P0·^ ì» "¼ ŒÀZ€¢<š§×¼iŸU; 8+·ñœ%½ú•_6ÒÁú¥¿¶Ñ¿8+ܳ= ´@þ«]´›ûÂZÃcº¹˜´ê{±í ]ïÛ¦Åp©é¼ë¡ùk#øËE,Â"L»´»¥þû & ©»Ë©(ZÀü» ÌÀÜÀ'Ê¢ W(Áïé§›ºôËÁìÁ <Äû;Âh&¹“«»Oð̽OÐÂÜÂá[·âË´œú³Ï¦OðŤ[ÈðK ?ŒÁ’JÄ6zC<Ä ‡Äl[»û$—jž °QüTÜÇ9ÔŸ|Å}\ÀR¼Å]|sœŸ$` [ªÄÖéÈÉ:9²ŒÆ´ +ÂF<É•œ™ð¬= qüÇœ\Ç}lÇ||Ç}´*ÈL0È•«Ã^*«¬ÌÄþû´Èj+»‘ÌÈ·ŒÍFÜÍú˶0ÀÄÿû r;À^0Ì|  )íÌξÛɤ<·ìÅ^|—òIº«ŒÈ È"ür³е|Ëj¬Ë+@ΠPp ÇélÌ]ÌÎtü³¢)ÈÓTpÜÂà2.Ü îÛqÌÐ=PÕŽÚe=ßÄÀÄÎÒÑMâú-ân=âµ]ÒÛýß–lÉë &°ÛTÐÛ/ã~Åý× žÎ.Žã.á ZáΑÐîáhâgÞÖBÎÝR×á=ååíâémå ŽÞämãOÀÛU}Ú©Ý㌠@n߯=ä´äHÎæ%ýmÎÒîä(Þ *A ÓT>U>ãSšÜUnãSîàáŽØÚÃ8‹á+íÖjîêÕýê²ëqÍèÜíÝ. á]éEpé/žévnç¿êÀŒã:^ȾØÝخꆎèþ°âëÓŽäq½äã<Ζ, “^éSþë˜~àœ>î›^îÂŽéÄê¬Ð`è¿ÐìBÎê±>ïNg~æ žïýÍÝ. ì–>çáîž~à™>ì]¾ç~ìÉ®Øàî¾`ÉÙÞèýýÖÒNíñÓ~ŒÎèðñ`N ”nétþâœÜä¾òåî0o飤^Qnß Ý-äoÒúþó®nïAïÑÞß¶ò% Qð½ÞëT@0?ðSpRõßné•®»@P*ì>> @nKÎè00íÕ^öEñjoôïèÙ¾í¡ Ð)Ðô2îW@TþT0î{_îäó¾ò4Ïî7oóÅpábßöiôùnï4ðŽùõþó=¿bÙq/÷tÿôœ/õToõ˜õ‚ð•¾õžìðõÂòþñ=öfŸñh¯ñeÿßñp¹ßä‘.ÓPOT?üS_üÄOü/þù¡õYŸ]óÐû¿ä+ýúýŸýýÑ^ù,½ûp ]oòMüŸüÆo÷oþ–ÞëY_+Þõ%ª/è­ßödïó³OÕ®ýüñ€°sñBx±r(a!!Að)9I9©’TD´IUtEtEu5%JjZ:š J5EED¥)þ„YbbQ©»ËÛë;)±bXø"øóB£Ì¼ìÜ ½ s\œ¸Âø›-‘‚™R$Û ZZÎê:þ N T¢R2_⫟Ïh1lQmlÚ eÇhlpvL   ƪ » ˆÑ}Ù.eÚ$”ÆR«8ž2Çj\; ´hÉ»eÂÅ•,]fhà´g4£Ùœ–Ìá0FZöŠ`ñ›&uä4ž;ú*$;MÞ‚ÄÃU"BOŸTó)²ðòBÌ… ΰ‰a@†„üAäYUWÐ"lC} ¥êŠÜRsM¹ÕXäF¦—NFH™6°¯EÄ <v†3Å`™),†UDÁ“¸}ûÆ)³ÑÍE;þ‹Ãx™VŠx¢Ö£ŒºÒÕ—/þ1|í•àרÎxÝðŸ¿E¦¦p©H ŒD’Ü •D£ÜP˯¼ ¹×]оÿþ¾þ襰† /¦¡˜qMœd =Äv=B…àÃ37Î9~ñùÑCOZ=‚Jì©õÛŽÛAÌ6`3Š!F[€e…Vzì±µÉÉ!w^˜œ…:‡qE\&_¾ñ'˜dÿÒ]W‚Çbx-Ö´LCe7"j*TÐ͇Ľ7(ðõ8Ÿqg_ øEA$¢¶HVÿh`ÌmRèÕ~5%w­9É›’~Ó^EÀ—á…Vx¡[ðµÚ‡}‘f‚TKþRŒnÜa©Œ‹z¾è"3Z–ÑdØõ•‚ õÀc¢·h¢ôqB¤›÷ç=s¦µÚ“w8 •áÍ`¥l/Üöç–ý w].€)æ{I¼Ša¬ÉÍÚê˜Å±i¡÷©PÝ¥õÓÚ£æÉg±{B#ck×,‚Pëzhˆ‰DÕVËh¢Ó Ç­®7òÊkâúŠi?/m%”œÎà”Šµ *¼^µË©–XÚàoß~ã‚p¯Zû¯†ÖJ8ð«Õ¾z+·¹~‹`äRì“S‚ ª±7ìÙgŒ¸éæ@Ak¨´IÄðÞµ›lò´Ò*¼êª G%~Cܺ/¨ë.»ËK1 þðNŒ”+âÈ ªºò˜2üËtJüKpÓ­×ïp*´¼«œ3·TçÍQvZqx=ÙÅŽZ d4z|£¡†ú‹(É$W;÷É"#Š·pn{‹cˆkéÖõlº3h óÏŠïÌ8½¤ Ýá¨^w‰¡2¸ òÒKÿûô«Ký*¢˜Š5Ã×(8>„{ø¨?—=ƒ °›±”h«}*‰Ïº÷È¾Ó pÝÀ÷Nz -¯·žTRy™º>5[€îá‰3;Å6Èûóºop/o·ì‚ ˆjÎôÓæ;~Ó›'9ÒÆ_<¯§7FˆÇK1첓ͿØ}f©ˆ0 ;P•ªŒ×þÈÍw l }‡7ñíÍÈ«€ßÆE?«ôC†CâÚ¯ëJ„øÃŸã¹SY`$Š@ˈ9òÉÀ|3tZ =÷*ò‰N‚H+Tòx³ æ£f†[õöW½þ‘-lYJáYHdUe@|TŒ}7C’eñ Œ ÅÓiMˆÙ°€$æÁéÅβkãG˜=)¥«5ÜóêPc@¤]. šS kèG R†ì»œÛ†¼¿ýŒe<ãͤg½$&ÑJœ]Ï@U¯¡Ý‘2QtA,—@+Š’Jp ÜHÅ~Òxü›W8FîbƒfLcfpK6²qmÜ% §‡Âþ›q¯Ž“ûM'5`9(Ó| äéL>Js‡ÆC$¹Dœ7c§Ò¼þ²´œ²‹éã"§ˆ%%5©9U¦O ûS‹&6¨ŠµçPsªÏÁ.µ©så jU«òRœ H鱪³uÍQ…å¹YV‹ªö¢5`-ZͺV²"ó“fìg?K[ÙJØ—mÌ«JYJɔŽí#Z d :•ÁN-Ê .vº@Ý© {T¥ÞÖŸ¹µ¬ ¨šÙ”v–³)ÍêVÛ5Ú¯Ž‘€Êëw Û³¶v¾­]­}íÙ÷~”J½)n»K «Êà ¾-pKݨ3Puuha%,sûÝDºòUluí¹ÓüB6ü-À Wø_K‚·á%¯oÇ{Ð…Ôƒèúj1“T tþ€¬ùïjé‹c Öwžøu/29ØÛZÀ©"žDUUšƒ”&9É:®o«Z‡nNHîr—»ÓèÆWË®Á–«ëe CøÊFU®<ìáT ÄE–Ä‘?`8›Ø(f£8u‰Ùᫎý`sj\ã0Ç·µÈ1Žmfeæ—¬æ oÚæ]ÔÀ5H²8—lKÊ[MŸkJ¢˜y¹ùåÀâ‹ê0:¾«³–!¬aæš¹Ÿi^a¤wg9ÇùÒ*EqgUÜU w¬Á”j„Y]ƒBz¾ÊNö|]c›¹i¾5/2mLcÚÀ6`ç”\+w€Rý€©¿\ètwùþË[3se}€3WÄÖæE®/­k_ÓùÈíº%‹…Ø%q°ØRE¶ºîlu§Õï•q£å]ízëBÛÙ®x^¡ìQ$JîÞÝSŸÚË@¸ÂjrKõʈ7šm-ñ],ùÛδ¾Ù8Ué M½—"x¹Cnòdã è­f¸TeÌÁxSÔ1Ÿx¶s@qM{¶¯ vA?.åñqk=ä¦.¹×¿žl¯ŸÛÜ¿râíò* é½˜ùÌS çÎfvŇ;#Ï—”\t@?{º‡.ô /¼à2Ž7 ÎökC=êOîkÆ…6l(æ½ èû×/ïw¯‡œëÿ¸ËåíçÄG‚æþÏŠáŒóßì«WŸ“4 ÷‚c¾äCÁ†Žûƒ|ó„Ÿñ™5°vÑ·}ñ¥÷m§ëÎqí{ÿ@¼¾€ÙKód—ªçÏþû_øö~»8ï=w¯¾ÏrM ì›ô¯Û~ý`¿ôE^ðcÿõÜ÷Å’¡Ží¼âYü°:Óçôq|§0€ÑWrh{ïWrÔWy|çyg†õ÷ 9@zwG–sçbäÒz7€èu"Ð~ ‚¶W‚$ˆyÔzwx˜ ÷Ws)•^Õz¾ByÍW€} h€:èur xvExP.ø‚¤·kp6wHÇz0ç+„þ<Ø~VÈ~Y8‚—Ç{|wx „Úƒâô„ÈWƒäòU¨ƒ=ȆXøƒ?˜†Dx„`†bg“æ„Uµb_ÕO‚“ƒ<¸'(!`‚#x‚\H€{×uˆø'u±“þW~$R€ °ƒkˆ=ˆ‰j8€r¨tȈÚpoN¸b¾×±43;؆"À=X‚x… ‡‰¨¡¨â4id¨‡tFBˆ ‰Á؆š}i¨Çh‹~U%mÚ䊭ȬøŒ®ˆ"„˜Œ+‹6 +6W Œ=ŽÁ¨†ÅˆŒÙ¸Nø]"&ÑØŠHŽ—X‹èH Ž¿ˆ–H€ Pý(' ï(Õ}þHi‰ © É é ‘)‘I‘™ ;gle-3.1.0/doc/html/screw0.orig.gif0000644000076400007640000000655707326107675012347 GIF87a‰¿ô$$$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÿÿ,‰¿þ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉd*Ðgsúƒ.V, yP¿¸¨õ)†6ºxÛfßPôÍ®¯È ¼~q^@úv‚%ZWp†r‰sƒƒeycch~s~}Œlnš†[sžŠr˜`Žd•§©}~¢S‡…ZŸ”›\]¯K¥¤¼¿xg”iºGœÇ²±±´tÅ<½ÐÀ¾{~¨ÖÎ4ɶÊÛÝœÌÌØmÒÑÔäç ’ê– —â,ÞÚÈÜó à¹ï)æüÓþÑÖTYk•Æ‹>òÒS¸éžCJI”û‡Žâ“9ÂVi xFÍÁx CÚ‚ ÂÓ‹þÞõ›­€\”ÓÀ0@¬ª\°³•8†õ‚:xÀ@Ñ£F“"-ZR¾O£BpVî€Ñ•¼T…i”k¯`×mH¶šGQJÓ.ÉL­Û¥$M>•ñ¬(šx_VŒBPWœã©ž:v¥k©R¡Yæ}K9Iصj>Ó XW«_-ZÉ8i£ãÓiöMU5bÏGE–– ¡2å’tÑH5ìÙÀÞG8Çæ„Pàhñ®Æ“?ÀSqóÅÐyê‚ìå=ÔØ’Ü­™ã)Q¢Í¨»)<•mÔêZ;Gü½õªiÏEp”¾Qû ð'`j’»Ôà‚PSÓL/éVÞsîþ”vŸ$¸^bv±`jò˜YKá§a}–©æÝ‡ÔñÙˆ_Ór ç¹åTFד -u™uÌdd€ûíØ#E‰¸]¸Z@væ’`K~% {ʸÀ„§-÷”ˆµÒ@s‚P™T‘n&gAÚ§€™hIRЬµ¹€Ç}µ`ƒGº)cj¡ˆ¥s[NU‡—6Æ—›‘†í7dgò˜(¢‡ž‰›+FøE‰ÈU*§J©)‚€¦õds[j ê¨Iv ¦b¡rh~B¶j¨¢Û¥ž4j¥êíY[~Þ×+¯(nÚ' Ú‘á¯øÅJ¨˜8-êl£ÐÙ߸þv‰gaÌées§mèë}N…J¬¨¢niî›"Rin¤Õ©"Œ*m¼ñƅ뽌¥‹ç§›b9ä} 0}CÒ‡â°Z®±>ùãÃ.ËÙŠ"jqÅ[ÜÔ¬»i­­®ÅعSzË«À¬"Á•㻥£A!Hš;Òìè´Ú9ï³òÂú(¾´þy-¦,÷ËgŸ™òÒ³lËçž s€¯VÍê«ö¾«5kw}qS¦ÃЗz­žG“,nM·­´Û‡K,ÌtÏ-³«æíj~×Ùqk_{íõÏsAì) ·j›ð)‰ùä’¹fÔv¿lw€;ïloÎþ‡ ¶Å¢—NúšdŸÂE­5¼ØÚ »ìrå”×^°ÜuknÅî]òL¯³¨ÿ ôè<š^<é›TáÛ¥ÉÌwчW»¨¾gßèrÄœûîè²øø³›zè`?‘þ”¬¿~ðnÎ|­ÐÿzpìRgíüÛîsºŸ9׳ßE ~ÂCûF·Àª/jÞ–°0Áð±ámLšÿg=ü鯀¾[À¡D(¶VèO€VèùVH¸ó¥Â}í‹á±!↜àÌ2È4 >`e˜û^îhg@"€ƒ(L¢¨&8ò!lÃbß ¥HE÷•$‡†¨ &a».m˜Óþœw7Â2ÏŒ`;â)’˜Ä.xpœR ¨:?<áŽÀ£óèæ`‚YœÇ 4ØC :Ê„câîÒxÆF2ò‘º1—™làš:‰8OS ÃfI6@ðí°ˆèTÀý‰Â)ÂÐíg5ï(ˆ*ÊО èÛòöÙM@:,ùÅš¼ÁÞË‹^¬e3Û)MX>Á¡®|è#PÊŠ‚-@øÌ(þØ>—0¢¢Ã,Ã8m©‡zB$dä@í¶PÞó )`É{†‚Ŭc?‰åÑßô£˜…`èÝØ0”õŒ1%©/ÞéÒRÓ¢24éK§ª¾+~Ó/à ?6&šJ^0¥`-£4)ºÐ=Ü4œò”éí@pªµ¢«ìiPZjK’Àhwý°Ã#ŽzR"‘µ«3}«(ŸÊTX¦±¦g))QNº¶”«fµfv9K—^F¨ÒHìEÚ x>ð¢“ÕlE*›Ý §]@jRÃ5f65e a]ÍÚŠðó¬nñ¸œõÍö·<š¬[E›Ï56³Ž`S«WÏ6UŽó‡(þºÕSö•z Ï9V*v…!vÝmh÷J^ç®ï©7]ŸV)Ò[Ú†UQuÀ$µK®*Ñvûî–+ÓõÕaLU/(cš^>:±µ´-ëÔ€ °µ©Å, ƒE¦U” ]C jÞ¢7°S„¥ƒÙ¸4ÖN¸ÔõÇJ+Plc‚$Ác€Ç;ÜÝB0ºžjrQ8NC‹¨›XhjSÛËùö‚ ­ð YdßS¸‘-aïù[öí…½E(üÑ+4Ê T²˜‰¸Ûy™Ø¦»Ü>w¶Že¦SyâLrµ²ÁÂH_»Y`êtÉü„Otah1/`ÃÄh-%þªàF^Y€%Öršñh>˜9±–é`77]=.$“cC[Õ¼Þ^|šÊ¯|&+™9Æ’ð¬r\Öâ{äÑdÓñÖEu¡× @DÓw µî##Çjï­:Ò•[š¨¯:k8Ä¥¿2ôó S÷iÁ iÒVu¥Û+ì÷®Zva$ÖœùÇ*ØyŸIþ¦’ù‹áÞšlã\¡W¿ m+l ¶œs_ù§Èbì%f‡ØÀiYë·‚i °è\(¼j£sÒš«·—%ÀWgAmT÷æ)\MHü,ÛMJ–¶Ÿkèdx"êÝ t5ù® $òÞ•vÏPîs©Ma‘þRÎýç1§»›ñŽ!6ã€þò{U{^4]C[Ç(ñÝù›ÜKé«¥qM[½N)÷ÉŽ¢t|‰<Ðò33¡1™º­UB徃¸±cŽlÛ¥ìz¿¹––S‚'P‚U7\¼1):E½áo•ÇÁ0€›?ýéúö"«¶¥­d2™`¸ k˜>¾ZfÇ÷Ɔš»ßPh{²ÿ•¹3^1s¨;pñ7iŸ¯)p4â0O{’Ь(™hè=¿¥Í“û_Ö'ƒ¥wŒõ’o]1Ù5¸k,ÃÀLà4ø/>îÆ>üh-p_Þh‡¡ûiÜ1 \µ5ùm:ºì÷“3³—$;Æ—’éñôDNëø1ø¿? þìtý]È÷w¬v+Ç#b"1ab{ÅÇkpÇ{Ø·6g2±º’zK!ñÇ1ç'€Ê7}¾$€}©€€Üã«',UGÕÓI£sI¡-¯G|`"Wx/îƒt¨’sA·z1âr4ͱ2TÂ÷CMBÿG-˜ ê÷*r€VÈ%è™°'m|šp¶áB™·V1 kP¥Áí'h§7=R8r@x]Çx××€Â2ˆy~s@ 3Qƒ Ò1™q¡45ãaR!´ðxH%è… "~aXˆÐ7‚Nñr‡€˜†a{@Ò0JþÁˆr(ZÈkº"”%]V±)Ï'ŠÄñ¸ÈЃ´)ø%Eá‰u@6]؇QòC•q"#øŒ¥cÒfX¸@¼È‹Ÿ6'qøƒªHŒl%|¬÷Ѝ·+JÑ„µ8ИhÓhï"‚Ò(}ðŒÝxNaƒ€ f7‰"ƒ/ŽxŽe˜†ï¨øàƒP¨˜‹hªÈÁˆráäçŽßçŠÊˆ%Ë€1 ë() æ¶ÖÁó‹ rO! 0†(†ÐG)ƒA ù Ø ’8é (é&!‘>9é'ïÀÔ2ŽYŽˆ²,) þÖA”L‰™Ä8ƒ+é”&ð‘ÐØ’½è.ù˜”è Z¹׈PY“r°“ÅxeÙ^9Ïx}ý2†·¨”ù–,‡g©–@Y•WiŒzi–!ÙhH ™˜š˜9˜(–hé—kYm)˜Ž™\IÈŠê8 2’—©}y£é—߈¡©) ˜&‰’š+pAù“=ù”’©“õh™²yg™M9g)—Ĺˆ/Ñ›ªI „™›]È©š/°‹ ‘Ϲ«™µ ”¶Y<ðŒ¼¨œÜé¥yá9´QžG@›?‰žKÐ ìùžðŸò9ŸôYŸöyŸð;gle-3.1.0/doc/html/screw1.orig.gif0000644000076400007640000000753307326107675012343 GIF87aŠÃô$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ,ŠÃþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Õc«ÅzU[Æ#<ÞŽ#¯zÄ kÛ[GD¾þšÉø-zŸ®[ß €‚ r  †~TebyŽ|s{ ‹Qpnn’ˆœ‡•Nw¢Žf‘r¦ˆ L™—o‰±†³«¬He¦¦…£g·F˜¯®ÄÇ€rtÂB¤Îº¹¹¼{Ì8Å×ÈÆƒœ²žÕ.пÑâä¤Ó¨’ß`ÙØÛîñ “›Ý”ì&åáÏãü¥‘çêÝÞAm±©JäiV"µVÛG±_ÅQÓÅ*$ëSµw å…Ô’J CZþ m¦Ï¢Ë_(DȈn!7Ng@‰ÍÀ|õy@O 4\ñPœ0[‚Õ¹è¯êSE³*ÐÊuëV™ô8Þ”±ÑšwŠî$¶Ñk×·n“ÚKy"D¨n¾Àíúr/¯ ¼*غ`ð –IAlGœœÊ†ùBÔè¢DErÙÄÔ­ç½_SÕUùo›.^>{µJƯ¤^¬˜6âÚ j3¾yFe£»P½¼ µžcC²¼ ¨âÀŠ‘’žŽW‹õ@© ¢š1 G…Ã/^<ð1#ô³/Ó,Y5c:ÎôdÝç‰s燞»ÿóH9… œÇ€bXþHÕÁÆÑqå‘7Þy…X éIV{ZA\Æ=VŸJùn(VX›!2mH &(VÑÒr¹[IÇɂɅ¾xÝP Á(ÞÛõ“’ìQȈ‡Œ6p\€·â•*˜ÀŽIa¢Å–¦˜ªíŘƒ=öDñÈ#×½"$pZ(ÞF•©ZIõÉ&‰aPid„¾é¥—Œ *¦~Hšs‚)Žiމo AÕ@›Ž2çuFVhå{Žê ŸM¨i—¸yhr"õ߬žM‘œlŒêW›¤Xº¦#²*ìŒ $J!yø5Jæ£ÊA`JÀQ Õ qþÆ3,TŒÑšfHŽêm„ᥧæ¥Á64’I¶ÞM‰žˆ˜VT4+ï­º(Ò²Zg—\‹W´ˆ ©VBQ‘â·†+ÓŸåš°§”HoeûîgS¸Ÿ‰³öRsK-¡Šý»ji€JÌÀ½¼¥dÆv†:¨« ɦ[t:²¤—Ž«æƒ‰06°WëHAÀ'}0‹‡Œ|˜žˆ2À©ª4ÚI± eÀVL*Ea̼ãØp¶HÝi‡Ê쳯@<‡ÐD…’a`¦…xØâ¾ZºûÃ(õÙPGi½dÁR˜Q'¬ÈPÐë´¯J¡M!¢ƒŽhÈäVPs'>6ÔþPÓLèIQÀ#èJ+'xà#ÖS]KEd0þ0¶1ñ=¡·ºþÚï˜û%çCIvGGn»Ɔ鷮n­í»Û—ÔuÆãÕ)Û/(cï^^mÝ•ïÚL¦ OÁPAÁìâ¡<…`êÛFoHÛôÜ|$>Pôì2kÄQ–ôË]´‘WðÌ×  /ýëh0ùë.“ò¼ºý-ðƒ‘ðŸì  &Œ!]ŽXWö*píª+Óx úˆ‚,s˜ÈäⓌÙÅjdz T*X,SÔ`‡sA8 `„O Ý¸NȬÐWÅŠ‰mŽÈµ&}І`¹þáÅx(6¡XëÓÔVU5À$)à`Z,3”%Ú÷šÄÿ €?>Iø“ƒMÅ51†Q&:dLzÉHq©C PâÄÛ‘4z+rÊá~r&ÞQ.ˆ€ÐX¸ßa‘p•ò]z<³µ†TߤÎÔÈZ.c‚§tYÇËŸñŽLbÒóø¬b–.@½2ãÐøA)öñwÕ³‘æ²”.¥–‹Ì&6™ˆÄ¥Ñu´‹¤%™JØ …“ý{âkÄN^À1@ % ÀDgfmž¼!ûö‰€YjóŸÛ\$"f§D¢AŠä¤Üë ™‘sžÓÆt'2'zLZÆ„ÊTÂþexÇòq4}|%P ÐÏ€šôŸcˆ‚¨WÐHP®”ncé NfN¢7e¤ÓŠ‚ ždfG™¨C4“¦8©R*‘3v””-ͧùžXÆ'>ѧ¥ógV·:F:E¡Ÿ5”%3'ÔÎ$¬ceZ!XFˆp©&ý^"šÊ„¡FÕ® D„ŸX€èô¯ ¬Oéº/¢U­ ë¤G{HY&rRØë[JÙm¢Æ Š•*2‹Wóõ*²|-@ºªUÒr5[_åVÿ ËÆ¦Õ¢Jå…UE[ÙEÊuN1q\n «Ãj–³šõ¬R0:€`´X¬r“â¨×–Ö¢­«jþMKÙ9Ìp­¬¢Üî´Ó¨ùünDé‰ã×´è…-Hõ„d·‘¼ªí{YÑb÷¶·Õ­ãs[-JÁ·Â½)x?‰Óˆæ”Å-îrœ92Qw© x°|å+óbwÂØÜn",àñ*—Ã^pEŸ«’¾žö¹€×Ú;_øbøÅƒq£ßk ¡é°xßùNïX¢€åq`Q€$÷Ç5ìÆaLÙ¯09»Q!@‹c2÷Š™Ï@h°šå{Y FV®Žy!Á' SndnÒ,ßïmASÆyJg!ûTòNí|åŠ(Ìc.ß06+’h~2Œµþg€’V‡z'eD:½]Æt— Þ¢º† à´¢k)P#®øå/WÒÉdTÀ™ù|ä[ºÏ¸öin:Z°‰ÚÐé)ò©G=áÅ€ì±i­iJŸX؜ִ´Õ›;VA¦n³ªc’êÜ@4âö¶q»ßÜŽ Ñv-/Vü5D×úÝÊ6ér}e |z­Â·ƒDll—vÀ6iÌÇn(`Ùçqö´ýYdÚ±¨Ù(ö©½O± +˜÷ÔÝ&·~7^KÑWåy[|oÌY¡ÈÉ£7¼%pÜ8üÊ: t1÷›üTÙßx¿êq ]ue=‚þóãyyá>ýwq ‘I§8Ä5âútûš0‹!×ïÈ'ZÚbýç¬UÑcÝWa«|ÏNŠÒ ‘˜C=¸›U Ž+Z1€½‘]¯ûLbKidC€†­úÒÞlÓ¾ÿ®»R<ó|BÄ ˆøÖ -Y«"¢ßˆÉ¼pÜ7ýéŒú4_\Ñà¢ïl@2ªÒž£ñë-&ílgÏÌ£#2ó˜cýMo\Ôžñ|­ðI™úàÖ$²X¡hÕ {°?Ñ­Tµiújyl1Ú°|ºwÂà—~Ià•öË­ñÃbI,\×—7)¦ý¾¾è»¿™U·§(öÀë;ñÿvÛÛ“lGþøW~¯ãçG‚Su´GO{Gl~'RÄÓV^F×÷@®a9õpr®Wvú§zÁI"TU’…o!²:вUP€…C¶']×Gfü¤IuÔxåS&Á[N`_Ã÷6¼0p7›äPèÄYÇGU‚#è´g‚•…X)¨bŸQM®ÔJ%µ@?8.GÃ~øÔQQ(Gµƒ°4 ‘¤*(#ƒL°ÿwS·§nÅ,\Qh)½¡!úF‚ꔃh²3G­ô^8”D%ÖQJBRQ”U~÷€/ˆËÑ·âdñ¿"@C(‡ $”²:„ô™c5€¢/áC…[(ˆdC8hG0þè“¶±ŠýqQq3Á’ ú¦ï×]H~7±ŠáÍ‘¼È1)?†u‚ S €ü$FgU‰Jôà’023l‘è0cC=ét-es½Ä‰Ð1à¨4]B/â<ψ@Ñ„ è‚ ¢”à âbs!2Ñh*#¸…,Ø…—ƒ#òC5Î3Y:hó4'¢U †ñ•ˆýÈ©<ʳï#3…±MÈ…ZØD_(Ãèy%Z2’ó>Š’Éa™è7Ô†k‹‹9—pQis@VrcxÂɇU”/[`(1 $[€_¢"”V0‹8/ yŠSTEþt-Ý“*„“U¶’EÑD}x2ä(‘Bóó.£’»r–·ârJ8ã Cä•è1'”ãÃ([qKÙˆÎJ]é‰a)DDÔt-ŸQpöŒˆ¹–¯(—ä¨B—B1X$ⱄ‚–Y/ü DT‘}Ã/¦˜Þ8 ÷²„®”}Kð“r,ª‰õ•^Y$wðG>SÓD™ú†4ßr0#i!ã—iã.•¤ã4œÃJ?aqwá#’£œœ&7C$ù"”Jb§?P›Ôt ¹›ºy%]²30ò<œâ‚ÅùPW@Ed³œ¯B‘Åà#¢²kÓ)SW2›£q0þx#6z“;‘s’7¹‹å‰J õLRuÜ”ò0'$i%wwÃW0Ñ":Š(Hq:Fi™žažKSZFÚk¦áŸJ!bbèd˜Q8  1)É1Ô; e‰C…/E,qùU3W©ÅX޵Cc§oœè':,cY/CCMMBŸRU¯g-BTt€6™Šš<`$K ¼dA I#ëå¡p!?* (à˜¹6í‚,£ÒeQì@‘´¦ÓñC£G\„›dr!>š#l9.‰²eÂ9골%°Rœn¢G¤IG$j©'î T6‚©/Ei‚«´œ#ª(0Ÿáô¤ÝX‘Ž¡èª'`‹Á7Ÿhع9Š«% T> 5  å;ZˆžÂZç³è3§-MžVÚªÍJP¬|p¬³š¬ õPO”­ÚÊ@ÑjP9ˆ>¯D®$OÛZN÷Ä­6¢ì:`K•ühGU¦F¬õJªæ#ïSùSŸ‚V¯#`êv¦&°¯ùä¯b¤°#Ð]+`€tÈ[îÕ¤+p¯ÛX«µ±;€±¼F²>p¯ ë±(Ûºªd-;Oè°1[³6{³8›³:»³<Û³>K²!;gle-3.1.0/doc/html/screw2.orig.gif0000644000076400007640000000756207326107675012346 GIF87a‹¾ô$$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ,‹¾þ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl®(ÔIýEk6š•<ª`œô _½áôŒ«mG%¯DMo•÷|ã!iD}u‚'[Xn†p‰€ ƒ"fxddr~‹_Žulš†\qž} Œ˜j’e}¨•W£a‡…[Ÿ‹›]­M‘¦¥¹¼w||¢·GœÄ°¯¯ŸqÁÂ;ºÎ½»z‹©•Ì3Æ´ÇÛÝœŸ¿¡}ר.ÏÒÐçÑ”¡ÔWQå+ÞÚÅÜõ‰qá‹¡\ñ'èFøŒ_¥>ö¼ƒeÁ²xô"Ú“¸)Ñ>q ‘ù@Çt ¡(kgIá;IPþ”›7±%- `êcg0‹Æ1 0øÝüD°`hÑDe%Lxg‡0P° Å{X!Ä!ʩ׮\§.P3fŸ.Fʹ€Á‚ªÎ% Ê3(>`¿ê¥JT*Õ7eø´°_\å]쥟|‰¤¶•<Õ­å¶PÝF‚9!¡FÂlÝ~Ttni¢†œŒÚŸ}{øpTÍdÿIiùpןƒͪ%™` 2+ätº² Ÿ^þ*”ôb‚¼!ŸVòäßn¾$` •¥þš`e©.¿XÓ9¤Ž%< &f±`Y7Öjc´ÆB&5þ%^tΡӔBpæÕO%H[ı}¡ µÉ;LÕ³„Ò_` Õ^&qxB!†XÞƨÐ#RÓG`U!9¤dØàЄ‚7½H‰%"7“qý©”ÒÅžQ²P“ÐQȨVJÒ‰—àR•äx | $ƒ€ †^Â}U“¡x6Xy˜©]šrçg>k&àfp ÖºH惄A^e¸v&;VÚæt %šd³MvýadÓùÍÈ\oAö§pPÀêy†Ç U`¨W|ÍFUnÜÉࣞª÷•ŽNö©ê±ÆB€àñ^o—Içhþ:¥´\!‹¬«±VÖyeñA‡µ¥ímQA‡’´æîª×ÚVš‘ÞêVA´:Á yüšªÇ1­ÛܧœþÆj¬±Rî‰ —ÕðCT\a°àÆÜŒÞ¢k.cÂ+¯ŸôF€h`#s™„ –wˆo|m°ï"%”YàÖìðÍ 3 qÍ2õ«} ô-¤c½{%Pkªr½LËôí·;/aFQ”Jœh™X–§o-&¥ 8‡óÍsVN`ô\&a+?ØådFà‰Ñ>"ÍæÝzB²n%3mïߨƑLea§¢t6¹cp~í#¼bG>6ÃhWq&—pgþ6âªt.þu‡¾æ¥4í­Ó¨Ÿ®:`‚W‘j²zŠS,òFé£ã‚¶)yYeWÐ{ïýUN’ÞÕìæe^>éHOÂa7ém@€ßÔþ7 Æ~—±ÝC ¨¹ßm@é“ïÞpS£I;d¿§ûñÖ?+éçK?õêO;­[ÞpC>ñªƒE€[S _" ø*šÅDa7ûÄÝ¢w¾ßñN}eI÷À‡,bñé} ¬Ô½¬AÀ0€õJ@?¥!ªâ¬"°ÁðÉЩ[˜Ã(‘¿ƒ34 ³ìGĶpoÕãÒ S(¿µðXùjÂq¨º†yì† L]ú¶¸Ã=øP}³þ"UD@Qoh,™­w/<@ñ#¢¸ÆØ-›i±, ¢1ÈÅ1$~1YÁQ  kiÖ##ÈÆ=:òiùÓ>Ę©>J)|̤Ù6é;ÞYf©DP’²5"0(%ßVY½V6rdÙ2HB£ÉKZò–µ$Êvæ@‘5’9,K*íÌb“ÿKfQ–‚ PÕòDìÃvÍNrx JÔÒðSþò›c8ÇÉÂdÆ«MŽ(À4qyK<<ˆý c1€Üôï˜LCðyÏ¿•Qõû¦‘BPó‚×DhYÎײj²3‚4SÕ@éðF·¸ò¢þLfþJH€(T¯œD*ãH¸e©a‰î|¨%Í·x¢Nžó1Ò6™ÀD@ðÓ˜%õ'z  4ˆ–¬ Õt¨&¡‡7>Xr†<“à&@$=e š îT…h *%$…9IœÔ„Í‚€JÃfÇ5Îo­!åH“Q™•}%<(3/Ì_³$€ÍµÊ*&¸»x@Pi—Ä(UC„ç„óqôx}ÝêÑ1»™ÖcŠß¢¬¦±$V±€xj<¡j®˜B‘Yj¸.™"éNÁbßùNÈP¹…ì‰FÜÓoLÆð­;_Ï£þrÅ>¦ ¶µ„ªeÑ¥k›:—3a²»~i:ÚîpóW ®&7µ$S®ü¢+qf]âYW48Áþæm¶•‡þC`i]ŒAûº&3þZ†F|ŸP»ó,tQÌQä1¨ C4ÔTg{ú ùð¦ÃÊðXUÊ€F#«©:ŸJ³ܦ€*¢°ÕÐ\T˜_exWØÝ„2Ñ*X©nä± O,/ÂÊ’4r›1F„a6.ŠL8-`ÙÓ‘`v¨2b±ÛÞ]N7º :Ó Û¹àNVÚrÑYˆñŽQÍ9v³SšÚ̦1Š®´¨5çV{Âä×™ÛÒ‹äþbÅAÄkNCœòò?9/éC‚ž?(RçÝmŒbîm½’¥’`.Ì»zä';N‡/z…^ÀÛµ9Å.-…>Õd^W¿WagpˆôÉ& §ÁÈmâ°°¸âA4…µˆˆ²†ÆU®UûÚm ®£›iý1‹uÛ8èÐ,Ú´Ë\\󖯤ûž¢ìŒÇík°¼„ôA3ŽòñmÚ+(›*3›»åØ,0‹ ¦Xxpã-Cã&=…¢P í×SÖk¦JhŸaWì/IPKß\3ÔÌî¸Ö²A=NùS6¤ó‹6·ú#óÖ7b³uU˜reRéÇ/Þ0cnþ%ôe²wP(z^¸h§ˆyÌ )™»©ƒšç‘8Þÿæpî:úqI"‡K«¶óÒånïLß›t<¨'ZyØC儎i´Û<Ÿ«+ÙŠÀ H©Þ™N;w5Á‡äò‘­,Iç¤ÚONXe Ï̯û‹ÀwäÀæozãÔª/8Ä&·ºñÆá!Yºò‘Κï  úd±ð‚—\û{ù~>M£É¨Ã 8p¶¾× ã·1bü•®±»ƒU /VÞëeÆåÑ ÇК³H‚H€¯Á]³¾‡pà{Ô¶KýÈÑ–ó… tÞiRV‘§þã½!9ˆò™Á¯¬ðÛÅþqÕÞ³µ!ÁBDâ}í‡ui¤dðFRE Ž0E$9y”EÇÄÐ ðF(†Ž0L3‡{#ƒZïÇH5wS«c0#eX£J޵xx0‘x¨×;˜1@£€I%(‚ö‚óòƒY—U9ÅÀ ­0^i2Ø„ÐôNÃqi`+à„SÂt‚€ƒ…Xh}Ö ÙvPœdƒeÄcƒt …|}¤0{—N @s™÷Kö‡õâM¢¥-ô N¤†bcSQ8ƒ'r~žPdu Sa{\ˆLà‹h3ÖRÂ0&Äo E†J9›¸VÚU|‡4¥N~þ`„~ãSRBAÖWª¸y6VÐ%z…‰‚¸Pу]¸DÛåeý@…WP(‰šG/æSû‘S~g7]W‰¥Wi…xDdx£‹’S¢X'ø!ÌRB)Ôru‰~å^]Õ_×õæèy‚vlÏ&̲^C2ƒ¼GfrÅ}õÃ$¨ÖguB¬øÄèKÅ>VWƒ%‹ÒÓU`|‹…dYm&Y*Â@ÚÂþé…WhÅŠr‚똑” %tw¥¦ e¥ª†R]æÃ&Ø86õØ=p+‹±C˜eXç… öB;¥WCˆ\6†YS7_†R/<‰j¼±l‚¢þ¦'Xc—>&Ö‹Çqoö)Y‰]¤ Ý&¸eˆT`|¹Ø~Í8h qnµQ_¶qqäás×gP)bnÛGDN¶úö3*“R³Ym±\bIwX5TFNæ9¹Ö/|É6ï1²–£S)qÜQViicÖÛ€Ys"ËVäãgIb~׎`\ØQ#o— º!%¤£{©Q™w}õׂåEgfÀ9KrkW„*"—™"qÄÉE‚›©É(‘dB&â9ͦ*oEŠJ@lDg°³h‘šu1üð|¿y,܇@k"VuèYð¥’îØ޲–’6)ç#+“Öþ[;¹m&âzö~·GŸ…“p22/BhÑõ,¹R,Ïo‚ä†YYa•!~¹© É6tI‘X4‘G'ºR¢HÙ$“ ·–øYH€h˜0 ˜±`Z)ýa'¹j—iL9s #"^êb-Кai%"ô~$ ìçt)ÇqÔÂZê]möPñ 6†ã¥ùÖc ÷rp™"?r˜@X!ߣñ Ôò2g[…·Ek:gÒqmÓeÁ¢t³eÜã7wZh `t¹)'ry!Y£Óƒz`Õ¦›É2dvlD2dÐ&–©(P¨J‘¨bþ§8ó(!fZtåCÿÀA¡ªh¼i&ž@¢ƒŽŸæ©&C— {„µSŽZ|ªZ  É’G)àó`ùc«%` n ÷>¿W)LæV´Ç¬$À|ž÷mj–²`|Ø:XE83¬âS“÷*´›á /J’ÌêÞñ×®î:ŒÃç'Ïj—äÊ0Ú®$ˆ€¢­"…€Mc¯"€Iì¤}üÊ€°%°{Dø7@‚öc°”±$p™T(ÈE›BÈFN“ 0±¦²O@cã0ˆA*ëâTs2p²ˆ$£1ëaÈK5°N“³T N@;´D[´F{´H›´J»´LÛ´I;gle-3.1.0/doc/html/screwn.orig.gif0000644000076400007640000000777007326107675012443 GIF87a’Áô$$$$$U$I$IUIIUImUmmUmmªm’Um’ª’’ª’¶ª’¶ÿ¶¶ª¶¶ÿ¶Ûª¶Ûÿ¶ÿÿÛÛÿÛÿÿ,’Áþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z­Œ†6{íÒ´ X¬K" ¯šµgÛÚÇù¼®›Êã¼v‘øvvo ƒ… r sr}jdaz|“}hVp„nnŠ”|i—Qx£e•~g~«­¡P›™o‰}‹ž§€°K‘d§}¾¶­g¼Iš³²Ê̓¸Á ÈC¥Õ¿Ã¤§­ÝÓ;ËâÎ̆‰¶Ðsà1×ÙØÖñÀ¹Ý¬Üí.ãæäûåº*TxfA>ðÊSø.̶T®¸IôÆà  ~Ëi‡N]0‚¬"L`gQDÓóþRî FI•·—*ZôG³ŸÍ,·rQÈ3¤@ƒíª\H·>«T‹HáÌn@‘e¬Éï‚ ¬bÕš Î`B†V&,”B³EX€€­[YÙÆ…˲’Ò{KŸN¬j_¸S•¥“°õjVÃ\­ÖýZÐçQ{¢zK¹m[•ÁäÐÌîbx:ˆ@¯·°_]}à&§œ}´²ž-{±íÆc}úTÀ+«o¬EÇØþM|«ï¤LECV`z¢ÙPV llæqNôÕ°cg<°;äÇàQ#: ù™âè±ÞkÚ¼ýÄ ÝÄ÷ œENõSä߯¿þÛ•„eŒwºõÄÓsuþ‡ÇWwµ‚€‡A]„||çÞ…|Ù1Ý3ÜMÂ߇þàHdXx<¡ˆ`i5*4({E˜À~6"…!EÜÀ×c7>V0Áò]aÎa…PK‡,}hˆ Ö݀斛†T¤•u–h|Ș×=!~øà£í¸×…[V‘$’pXOû=©ŸùAƒåž÷0 Š¢µI…—XyöWS2¦Ø\™eæµæ£Ý0ä¤?þ˜ˆ²ewÝur~4OP@¨£>ILwVfÉçªéEzÅÁØ Š>Š'žýéé®jzógF§_°Ü‘Xà“¥ŠJj.(d (ú§´þ:…qØ稚wÖYç½JÔ@ä6G¦Pú÷•±©Vê¨ïª-íªºŸ¹QÉJ»\‘Ý~gJˆÀ´¼î¥,²¡FébÁáš aŒòç逫>6ªÊÆ»0µÏ•µb…D%¿ ëßúm˰Á#œ¯åZÚðWuÑr­E rÈ%®ŠñÏü¬«¬6 ÒÎÆž! 0ÖlE·®Üœ²£V-ÝÌ ‡æÛÉ&k*Ñó4ЇLkv|=é›ôÎä×oÞö'‡Ôkú¨ìT‹A©{“kÔÌçÚE¼ïÖR/Ñ> PÀÏ‹ ©½D7«t§s$¢)IV¬ìËX·1ÞþïÑùKgƒxV^1‘·þgÐ ðqé?0%åøæ…Õ¦úñTÌ|WZè›o<ðAn,õŸsIVаùô  ¸â8!ΧíLêT晊·òXôÇtûú'Kµ¯µeÎWûìÒ~Ïâ‹7mØg£ƒ»'…r‹06*!¯o{#^„¼Gùn"ë h@£ ·(`¼`þ¨g¯ÜXoq~bU¾Øö¿ÅÈa3ðSCãÈ—¾‰m [Ä#¤·0`+¢BþøW¿ž„ÅzˆÖÙxv»î±ðkK»€7IPj°Þ¸÷Æh0ª‡0xÃ.®aFÃþÒn€Ì!¢ÚXÒ€yèH"¤$ø)9œ!FÇ(Âpyö ŒçÔÅ;â0~T¸ã³Ô8Æ9`Œ\Û‹²sÄÊYrŽsd…ñˆÃ/ò±hÄ”„EÊá\19ä ±?$KcLiŠH9à F޵`V.Ï¡K£¡ãŽÀÄ£'!e?Ð0`MÅü[tÇ[:\†\eò8¶HwËld§|ƒÉ%ñò›»Ìe8ÉIý©ÇìU+p¢)Ç2^if7qé¢CjbkPR )áÆ}V—é¥@ÏA$fôF[K0ÁFjJ’ßaŸ“²–Ò¹o†\Òþ<½ÉÑsÔ"2÷ÜD>É}’tn§/kA$–Ô— 4¤þîùEdÎj¢sXÅl:#œ:e3 À 3=JÔŽ.‰ÓC …|ö“1ò|ª?)ƒPƒ"4` V‡6N††ÔZT¨¢û:¤ÏBd]4¤Q‰jI ÔwƒPjê Õ7^²u•-F"ù5«€Ý*Z1Ó¤‚¡ú¼ “àSÅ.f‹ÑÜiQÏÑÖ¶I ˆÈÃeçZ‡(É3œ+5Z”LxW\öÁŽq•«jûRÃ*õv¸}4Z Æž”‘%Äf7«¥V®˜=øl6G•MvÆ3—¤P.ÞqµÒ+þR XÛÙÁ+ôt¦IM™ÓÈH“hY*tܵžk ¨U­J$äÒs  e;ûݤڷ°ø#³¨ûWW “5/i•;OP6´JÍÈ}¹†Z´•¶1êì[úW­*l¨ñ'nËyà¤øÃšh¨@ëRqža¸W0/eù›Ál“­E°Fî»àj 87­CôÆ †À·ª@>hYdz`ÌT¦H^%’«¥T«†S Ú­5.\\õ«rõpˆ·œ…û!À³7PŒ‰,»A: mé„ʺ;ºV `L2£IçtN¸—ýˆ†´ÀT¹zÖÊ“‚ƒËå™zõÐú+.ïþDb¿F†$…{ÕJm•`Tm0ÓŠFçzúŽ"ñåéx 2)¤ @ód+ûҿŵ¼„P¥¬»8ëhe·Åb~I#âÜÅkµÒ¿V-aù{`~ºÓÆ6¶0ðœI)Ëѧf¨ªYí`Hð¶yxp¬iÍíZ§3ÌžøÃS–hcó8#ÓUm“Ø%vÏrÔ°‘¤©»0çðB÷·°Ö(ƒjÈ}û[‘¸OyôâÐ+(@:3iR™%׿æÒÝí~ GÁ]—žáàó¹7Áà?à†n j[DÔƒ‰%æá´»P€.:Ò €9s~çD p7Ϲ[6C`æÎith¬þðVh›¶‹ˆ8ÄgÉ ˆ4§/ˆæµÔcng53{Im  Öÿ‚óC•°b wî b—wÙÆ‹Î…Ò»tÉÈ%+«‘æŒÇM×=” g¼ £š7%Æ+²8–ä^†búð†cÇ›]Xj.-±¢…xô)ÜÝî˜GûÕÕ!›Î³æ0_·á§Po›¾/Ïé²eÏÌVÚéñ(å;(‘¯·Ï=DCëÌ&5í÷›2¢±ˆVy(pòß ï77R_ñ: Ì<ФF®ÑGaéí&ãu’®5m]·sd¬o|‘ƒ$7Û2ÑVØhBOSú*Ð úW vÐyÖw.qþR.T“+¹°4ÏÆA#Vk—D/ ‰B&f0ûA1RÃAÂ+ä÷p’WÑu¸~m5é"Cáw4{ÂCé`{s‘‚ hN·+ˆ#º²#ö7{krN@8¸]ÜA€ ò$=ˆ36‚k„8¹ÑN£¬‡Xätòç ·’.MX0èÃ&ó6,Â8Fp3^czB‚#Da/µð6Wˆñ*ƒ! ˆ+£õIÓ6ùÔ}xáG8ó$ÌÅ.DäC‘4%$£¨ÒSá¢9 “'´#’ÒBmS…P‚"„Ô/{/:S‚®FºQ/ÆÀ/hø4…!1þØB¤²ˆ s!åÂBîÑ6Aˆò¢Š)31\X c3‹óÂ=h/F³FÀh9’"Qˆ!T£9Ј-t!¢8+GŒ˜ˆ0avÊ=ªS¬c‚ŠrLÚtM„:²ø„m)1“Œ.ó;{3ƒCÒŒG!@j€1 B@Ò±‰¨b€×£:Bc€fx4Ý£ÑVS*•>˜T³ê)“L=ÁuÃø9/œXL¹:â×1¼¸6Œ±›±¼Ã‡æ¸Ž”bxƒ7A2ƒì¸7®ÈSEk=Dr%ü(6Ö;²ó8ÚãþsRVau`5‡3îÑ8ij1øŠrQæþ|eBÓ,=´Hbƒ?³@â§*?¹OìÖYd<-)<‚•&ù1 äŒ7eVW”SÁiD„‘@„="¤MþÅ]-vsmWãŽÞðAØ3…鳎Å$­À…T|±`•$2Q4™aôÓ“{ U€WG„FàD£C™.g…—JåžhqÀHBf4iĚߨ\§ðYÙ…þ…Zbç¤NÝ0™é䎷¥‹™[Ÿ™%¯d‰Öƒw€Ž-f›Ë圉d“ñI~$JtR2„šfÙ©MpA–¸€“€õcê©IôFåF:U™"K±œ¼bQmñœØþ¦pÞ9›á9èéŸ$Tè9Yê©aa‡F†fƒMÐõÉ–wD²×Œ1Ò§”Ÿ/6lf]±O¸ðHZKËZº^eÃašŒ¡ ñéS?N/hu`ª•r¡ÊÅt!*KlñcjÆf“f;˜öUjEY ú0êè·@U`EÅ ™– €\§p›Ö¡·eAìEiÁ&W#fdo˜Ýs¡³Ä–ÜA\ÄV/åRÁ…YH¥Z˜Õ£E[RÚKyÕ=›ddÀÆcbÚa7z¥FGrô%HZJá†A3µbpŠP'mPm¡afP:˜¥–ÔskN2•`ѵþðfM T†§ke[þ” ^ €:X؆®Â *¤•öTÍÔs·¶oJD—Ts*Wà ¥Þ$©Ý“J_Õg¯*¦ØæMù`iÐÅ"‚§ºKì¤d…Vvù%]LvXù ¼U Z€¥“ £†ºŸ®õ« wOÕ\%‘pYpaÄJ¢¶Tø¥eQ· ^«%1ÌZÈ…®:GTªT˜Å®ìÚqÿJš súSÆ5±Ì2FF¦Í gT7u†t€ ë°f7S§ª¥V Ôݲ †[9gª¤/åWkXDò²äTgsÖ².€fQ h£*«çÀ³Bàc“&X÷¶_J´ŒA j%©P{Y±Ú` Ê´1@iÍê"q5«Vû`Y  F÷V]+g ëKo[eµrÅ`-Õ¶BЮi+)kK·uëË f ·A ;qvd„;¸úU-l ¸^{·Ew)Š «d’g­¸ëÛš¹ ô+—Û¹žû¹ º¢;º¤[º¦»!;gle-3.1.0/doc/html/shear.orig.gif0000644000076400007640000001442407326107675012236 GIF87aúèô$$$IIIIIUImUImªI’UI’ªmmUmmªm’Um’ªm¶ªm¶ÿmÛªmÛÿ’¶ª’¶ÿ’Ûª’Ûÿ’ÿÿ¶ÿÿ,úèþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨ÔFaL¯Øl±B©4Ú°x,£L(jÃJn»Û• 7^a|%ï¼>jîŸÏv_ `{†‡Bs]‹s‚ ˆ“”Tgi—}ik‚Ž •¢£(t]r§s¨_‘®š¤²”~¶µƒŸ­h¾³ÀmŒÃŠÅ¯È¶fÅÁÎR™Ñ¾Ò˜ºž¹‘i˜ÓtÏßH¨¦ãâå\¬ÉÒâÄŒàï>¸·óò¹„¯Û¾˜äªÿðÒhg¬`;t½¸YÆN‘… \B|HQ EÔ`eÜh—¾ihèÈù/Ä.þSšKÅÒ_ËUé@.dFð¤Ä 7)âÜ™ò]=z@Úû’+¤}Ñ\Žër¢Ó§N{Î"HÕ Õc erYV̦Ӝ;uŠ ËS*¢ ¹©Õ˜ÖŒ§kGùu#¹’NÓ»PóF5릮ߒJW"Œ«pÍ‚^'’Ëx1N¾a„,9— ¢×’|ÙU¯g¨7ŸB–RµôÕÓX_ÕbhP"°c;–ma4´šÛâf[í­Q¹HEvÊô³q¼ÅCÙ.ò—³óáγmÈ(ñNÅ´gkWÌ}9ʔ÷,0³æsŽ­¾8Jï:LËGM?u¤Õ‡‡Å®=»ÿ¯B_ »¨Û¹õþF(™'gx©ç™{NÉ‘…. zÖatɬc•uÿ•àu(Gœ†+Œ'Þ‹.’×`pIè{ÇQx¡‡s°XÂ|@Ö'¤}…æ‰ý%i"w)"× ‹&ÈÛ”QjWVýÐõO„6B¥£]ÃÉñýì߇Х‰¦`­†XDš˜“û=EaUØ#Œ|î)£6sñX]—Mæ¨âscŠÉÌ>Û˜ä£CFJ¤­Å©ä¥²Ñ™×…´ŒJRj•¤Ns%.¥"¡Nî¸#gb’£ÀEК‚ª™+®X!•_g˜['Žvž†Š§µæùŸ}6ˬe¿¡ÚRq]þû§u%Z­Üú‚L0†+é¸XáG ’r«©—Æn•Æ2ÝB"K©RÒ+j½º-h–©bHm—_bøW¬ŠvKk¸’OÂùCÀÃG1¯º¶$ñÅ@,F¶›°Ž­[lSxº›¬·½’’³Î20Ä/?33Ç,Ý<²jíÈ饩­Á(§Ìž¬Lî¸0P@ÆLp߯‹|œîœ(ºvh§cÂK'§“°E÷†eI'ýr4€öÙi£½K6ünæ¿6\!`?Ïz²ÐÞæóH>ù¼%ˆ@S\¶Ò $ÞtĪA 'SW}âªV›õÞ(#ã‚8ËþÏ"~ø óé2?¼¯ƒÓÚ¸3åÉñX0æ|+ìÊ >ø7âŠ{ø Ÿ¸v,î kƒ‚üŸÈ°d¹añ¦œð#›oþÅæ¼ÛK/Ù¢#¼ð°->æÉÝ—ÆÅîªRy½ÏМ㮻5œ ðLá»vxÒ‰ƒÏ@Ä#!2f˜óANy’cRóˆñ¼LLz·k€õ@Œ8RóHV Ë™ìÈháõ·ÃNÈpÏj™7èÇJîbc râ%¦ãœ°gŒ0GÁÖ4Îý-~qì`ý@:”Žö#… #…Cáu2„ð! Ù!â@`c‰dE/’œ  *™8[²AVÄ—Z²Ø½ïý²ƒŸ£+~C2j}ÙR!í^ùÊÜÁP†´¬#-oÉI Ž"S sHÍ/ö‚˜àAÞ’¸ÀFšÌ€JÇæöjʳš¸ì$6/£ ÒÓ èbþ8±“ũUGûºÖ ¿ ´¤Î±t‡©ªúÍ›Bq§…4fòz¬ºœk™…*ÍñäWT/´Dì-méÒ”^3Ù¨ê=~*Õ‹o³,9þ£:n¨ï«Û`%oKúF7êά+hi•†€²%í¡lÝ\×Û¹~˜¯ÍéÓd+Úne%>­ÓÕRùÈíBóHm¨J—ÚRÄ¡°TD®cÇÙ[JV£•ýMã “ÉL0R¤a­•+ÝHV‹ö¥lµ¨y3`ÒéAµóaí];L»îô˜÷që(cîpŠ€ÕpÊ~ëáàÚ2±Ä5pŒ“ªà­R—ÌMš7­úE¬ZV¹•¶Ô¸B7¶s~² obI·¿ò*­Ýú°‰ÝÀÞ|ŠÃ½ýìá ç û"ÏzeÈlç®8l·‰Ñ.ñ„;Þ™øù•ìË‚)Ó`6`²ºˆpG1þ[á¶d· -ª•ãøðÚQ±".ÀnJ|Ü0 ˜>‡K?[«æË—¾”ña¨cPÚ+üe¢[ÁãS“Ï=\mU-"!¹cÓ¢’‹èÂÉÓ5r-¤Ií¾»6® ,íóž÷<ÙF¯ÒÞ¢P/6t-Ý óþx’6ìF7@½‘Î{_ä½Ó£(}é•6|‡CÝðñ…m1Íy–´|Ýx†àÝo=o.‹ŽìfǾöÿÌy8<²‡øÛåLÎ]ë–…®î²|ië—ï3—Òßo‘¹Â§Ê¢â[Îxþ:;Þè÷@EÓäc`db§yü·x›‡vËqs‰–sãäzÒs{FßuZÕÖe {ëÔ{+ô{>ã6uËWu g˜}Nôn^wXÕ—AÛWv5˜}cGV‚$ðdèXç—9Y%ˆ`g…{{—4F¶„÷ò\€Çƒ$ðb÷¦yªBcÿ×sÑE>T€_× À€ †˜·…;…'ðƒøbŽFw²—T·ç~J£{ ‚!X‡Û RÜf†-2…nÆ‚¼æ‚½`\ˆk‡ƒƒ6˜ƒ‡˜ˆ†È\Ø zèr H„Ò¦wå¥L¼á„ô÷ˆ)`[þ'rgrEÓþDˆˆ†Í'† X[dØEžµ“¨~•˜ArH‡ºh‡ü€‡K‹2PÏ'ƒ§ˆ€©xƒÊˆˆ‹¸ŒØ‰ÀèY'‰l˜Òæ˜ØwG¶ â€ÑH~hˆ—28EAp¨Š­˜ŽèH[¯ßAˆgFa‹h^¸‹øÈ‹Ü‚‡ï¸£ˆ…/Ø Õ=ÍȌ˨ˆ‰ƒØ=Xó¸ õ¨{Ù¨‰‰ Æ=0ŠÅXŽÓ”4ëÈŠ¹Š˜g=ÈðEXú¸’ùÈ{ŽX’@ „éÐPi6Y“8Yô09CH¥wd£{£—‰Ü¨ ãÊ´”Ù8:DWþ„@éÀ‘Ï8@yô†˜ ˜ ™ž3!šY™›Ùž˜ùžòéž©zUH6þši)7Á]$”ˆšHÙwÝ–‘óšÜ›É‡jì°™¯Ñš‘;4<ÂÆ›¾Ù›1FÂI–ÅÙ¡*ǹ–žÀzÇœ9còy"`ô&dC,©p`  Ó—È× õàQ¡³Q‡u˜X™˜9©ž6HfóŸî™¤HÊ™Ýä\Æš¬ãûy@"³3€„. fJ*oÀ£ÿ $u³I)Q³£4Z"1@¡»‰•ZÉ•ºk]º¡Äù¡f¢É ]ËI)5‚¢©¢“Ã3röH”/JÕ‚np¦Áb£Ýù—ßI¦a¦^š$ÝÑîgž7ɘ ðÙ©Gê©ôÙ¤öþYYqg>[’¢TŠDú…-Àƒ:zG©=d ¨&¦P¹ · £pB«ê’@*°?Â’nz_*§Æê¡uÚ=¤ƒœA¢ø™«{j!Ãâ§z!–°²-) Ó£t8¼Z«Ûé——ž¯!©ß2×qc­zAZz©Djvì ªKJ¯öjõ)~PjªÕªè:­ ;׊ ìJ¨±z”ap®àú”·:€§«ª°”š®û%˜$ЮÂ’Ày¬tʱÉ::jy§mù¬& ! ­ÔJP&Î&#°­‡ºBY ± Ë?⊣¹Z¦»:©|•@êê| î ¯D[vŽy¯JŠ´õНþ¢ª¯%ª§%ñ©‰T¥’?³Ó-°ššw4[£6› bú°:±<{)6Ö.ZsX™±½9sú¶+§vÚ¬O6‹úy²TT”30`uµ: N³˜#]›.Œz«8K®A¶».çLÀñ®CZ´ò K›´R‹¹˜›¯Ÿù´¡µîIy›"¬ÊY‹ÂF€R‘k…‹@¶zãgÛº:¡·ºUr´Â¶oúp‹¬që»t–ž´ yª%&Û§£ ÖŠ]zÓJ-Ä­¼è´ëºáz£±›jæZ¶=k5B%Œs”¯Mp¹ä«´æË´½ä´$ µ,!µ¢«ª“³²ªÔ²’æþ7Z[%L0½úµaªf€‰½‘™ú ¦ATÛ¥»nº½Û±ÀËÀt*¼E¼(5⯛|;ReRÐÛ{J0Àû‹ :®Ì¸Úû¾VS2²¦uáK¹IP¾™ Ú»´œi·æ0¥ÿš²ì‚(§û@xf¿[J]HÂKùº ê°0–½Ó{¶T±[ÏÆ7¬ŠG°ÀVü»\ N\¢œ3l-òûŠâ·Al;(Õˆ¶'O"ЭE`Ĭy¸ð•¸%ܺgÛ½@û·/o)…`žv¾3 È0\ÃT¼d¤ÃÛËÃ¥+ñ˜2&EiY&f«yÂéò0MÉ¿ˆ{½ofÂ]{Ç•þÓn2ùD¸i=SĤ)ZÎK=Æ–ÎŽA7ÍE't‘ÌÆQ ¨Y½Õ “ÝÕ–˜Ý#jI#j¢n…÷…°¶³ŸÂ­&оEÐ)×ÖÃÕ oM€)xtmvÛxþ×´=zµ¤•M|²Ã¶¬·´RjÁz7+ÜðswF^‹-:lÚ†E¸z)ÙÎ-Ý_=ÝZdÝ `áK¶Ý »gÄ£Lr3­Þ Žk0€x"îk–«Í°ß 7Ûõ-áó-b¨×ß6îM¾”ãåÛŠ,;…=ÚÄÝÑÆV\f‹)ÉÎîà• 1Ýó=áÅ7|Žá><:¾á‡åPZÞ „JÆÖYXk§<¡ÖtÞ¨…â/¹â ]ïíâ.NÛ¢ãO>ãùݤüç9ÄßàÓçºÉ¡ÜŒ¬Ö \G˜àÅU„G¾~ ^œ ä—á”ýÜu>á4NåÙ=jþ›ô^[^Iÿìåy,ifÓ‘Lâ&î AªMÞ¬åûæy}ÒdCç•-ãÅGãÀ³ß{nsÚíç’…QÂìv è ?iÌiÕVOFN‰ôˆäU ÙI1MîÕ•Ná¹~ÝW剓雞 þé)7î;´2mr £ÚÔ§›gñ…âðÞusÍÐ3s׳z0Nßu~ßw®ß½EŠîìp¹èIe„Ò>’ÎÕrŽë–ßÕ½íÃvåîâ^òäž8‘caîê†kñ•ê¥óñ5nñnÓ<ýÓõß³.çµ¾ïßïÍð7^ðþáFðÄnôHìÏ»\àP]GRiñÍþì .×Níž'ØMôîYNîboò¾âð¶î†YìíÞö2ïªÍÓ SÀë÷6ÎçÃ>j´ôk/ðr‰~ˆ½pÜU?ñS/ñ0ôÎ׋$öd?öJî:ô·G5âóv^0ÿòªÞù2?€4oŠ “"ìI?ì§¿öQÀ]‚(m3‡‰øTøBÒ=Ùƒ‘¿û”¯CY˜ö“_æ­ïöÄï›pû'°÷¾Ô÷ί›€ÏúRoàè%—îWûØ?û¶—·ÊŸ»?ùîõME˜˜ŸkŸïùœŸþì?þó¬žæ×óý,ú©¿ôÑŸV†õe“ý´¯ýüû Ð4Yš'šª+Ûº/Ë&ÓÔ·ã oó?ðÀs4ˆ:‘d( 'ô)R§Ö*öÚHEÜÑ,,“ËæÒO¸`¨Ùn!Ü]`ÒEˆœPŸ"¢†ŸH àß a!¢`"á_££ÈY¤ä$eØŽÏ ÃÏœÎ]çRÓ–—Sê©*ªk+,«ìêª×We®î.%)éZÜ]AΞ\Í¡â2c³²óâóà#¯õ5¶ R¦fÚñÎ’’VV9ù¹ymuv»{û[¼ß0Ýñütô>³~ÿ"5Hï´¦‰“›OnF-¬kþÝÃW³$Bœщ\7rì¬=aÐþ‘iÒßÉGW²,ÓÍJÆ¥Cg³&Îs©Zòì d=|)K¢,ÊϤJŸJ—¢€9gÞŠR/Z¬ZñªÄ(˜rí ”ØÐ°F‰EÙõ,S…¦r²½é¶-´r•‚,P@ݼyËò%ë7åÜÀ=éf‚¯»°ReluêDÁ’YKŒ×n⼈m2hÐ…ùV¬à-ê,¡W V¬WsÍþv~Æú6ZÂ¥-Û…ìø÷ܹº.Ù®ìÚ}¡ o¾tXéé§Sqn½çñØÚg{¦½è:x–»]û.ß8xøô³'_®\‘ú±ø£ß¥nŸ‚üüî¶Çöî¿™~bÃ1çø~*¸ËvïuGÈ‚VbÚ}ÔIx¡$²ýç †šÑÛÀ]ä!‰bÄæ r%ª(ÃipÝ·"Œ.p‡âr1Ú¸‚y"x#'€õ`Š= €‹E)$îýqd!æ“<*¹!;Q®X¤…VƘäZÆè$˜¬x ã”IŽye…l9$̬ù&œqÊ9'uÚy'žyê¹'Ÿ}ö;gle-3.1.0/doc/html/texas.orig.gif0000644000076400007640000002352307326107675012260 GIF87aÁ¹÷IUmmUmª’U’ª’ÿ¶U¶ª¶ÿÛUÛªÛÿÿUÿª$$U$$$$U$$ª$$ÿ$I$IU$Iª$Iÿ$m$mU$mª$mÿ$’U$’ª$’ÿ$¶U$¶ª$¶ÿ$Û$ÛU$Ûª$Ûÿ$ÿª$ÿÿIIUIªI$I$UI$ªI$ÿIIIIUIIªIIÿImImUImªImÿI’I’UI’ªI’ÿI¶ªI¶ÿIÛIÛUIÛªIÛÿIÿIÿUIÿªIÿÿmªmÿm$m$Um$ªmImIUmIªmIÿmmmmUmmªmmÿm’m’Um’ªm’ÿm¶m¶Um¶ªm¶ÿmÛUmÛªmÛÿmÿUmÿªmÿÿ’ª’ÿ’$’$U’$ª’$ÿ’I’IU’Iª’Iÿ’m’mU’mª’mÿ’’’’U’’ª’’ÿ’¶’¶U’¶ª’¶ÿ’Û’ÛU’Ûª’Ûÿ’ÿU’ÿª’ÿÿ¶ª¶ÿ¶$U¶$ª¶$ÿ¶I¶IU¶Iª¶Iÿ¶mª¶mÿ¶’¶’U¶’ª¶’ÿ¶¶U¶¶ª¶¶ÿ¶Û¶ÛU¶Ûª¶Ûÿ¶ÿ¶ÿU¶ÿª¶ÿÿÛ$ªÛ$ÿÛIÛIUÛIªÛIÿÛmUÛmªÛ’Û’UÛ’ªÛ’ÿÛ¶Û¶UÛ¶ªÛ¶ÿÛÛÛÛUÛÛªÛÛÿÛÿUÛÿªÛÿÿÿ$ÿ$UÿIÿIUÿIªÿmÿmUÿmªÿ’ÿ’Uÿ’ªÿ’ÿÿ¶ÿ¶Uÿ¶ªÿ¶ÿÿÛÿÛUÿÛªÿÛÿÿÿUÿÿªÿÿÿ,Á¹þH° Áƒ*\Ȱ¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤É“(Sª\ɲ¥Ë—0cÊœI³¦Í›8sêÜɳ§ÏŸ@ƒ J4"…O`$MJ¡)…¥4 2-JõcÓ¨XiPx±듯^)t¼q¥¬Y³Uy6}â†Ó§^ã6µ(À»3ÌZ1»£ì–+[Òâ¤0ëZµžòäða¶S¶Š8áî)€¯Ü1û×ï–Í‚oR˜€˜-â·lSË+ñÊŒ¯Ïî}eö+wBÛ¤€†ãÓ3ûþ;rpïXÆ‘yóí;VnK×rG‹îš£ãðo Ňþ³õNr‡·-ÛŽÎÞJ{+v´Ø¹NSøo„íü8Œ‡WÜuÇgši†ÛÐ%hG|ôÍÔÛvv÷vÃmÙ[4ü×lÓI÷žV€b|ó5x8L‘" 8`àÝ +ªèX‹ùe˜!C~F‚òÁç#‰vèQ¢‰/a€„GºøÝ‘j÷ˆUpcBâF BGbˆðU¢uèA$L\‘â™-΀Œ2ž©¢šÁm‡XTTVÝvÜ)ßž$ò™˜cyä -b0‹H&z(o½EÉÖAyí ç–$f¡Evx™E¦yÔ‘G .aÀs„º¸¦›¨º眩=QÐþfQ—g|.¸é­vlš‡$Ÿ‚Ê’‘„âÀ©À›¤wd@ƒ²^$C_V.(d¥¹V{kYä¡­¯,]`æ¨f¶x¢f–{¦šˆ²¸_AÞâfÇAÒ:m˜uä ¦aîÚ+·)9ê¨Âbp‹{¨©Ë–F'A¸Ÿzdq/®Y`kqÅÙâ! ¿*]ð/ÿb0, “ n¡jB¸.ÃZÆ æ$ô‚1˜uxê)®àì Ç'‰ú1ÊìqÉ:p-"ö˜³\ÊL/¾×l±§×áÊÕXg5ÏyÌÃ×!ËW|m2ã"z¤o+²k|zè‘Ç$sÇLo§x{еþ1{»Â÷ß~n ×qðÁ¿csÀÁÀCÿ òÀ¦¶¨òÎbZ…¶`j›G¶6לuБZ—n:ßWó]Là„7ä5؇‹,2Ø`“:²‘0yfAT;÷ï–Ø¬¹ð¢ã‘‡Ö¨ ®<àÌ ^Ì߯ Þú@cóØŠ ]ûÏB‹,ùŠ88‹1¯Ú’/¼§¢§G$®Xr‰é¥'ßüüË .=·ø¶×+®8íd›ØD5(3©¨ 1ð\,±À’oWè“„ñ*Ñ K¸" ®xßû®v úy0z~‹žGHšÈpÖãÁá>°¸ÅhŒóÉ…ÀŠaA‚–ÐXúò`¼ÒÁþ‘°„$ZÑŠ«­îbvÐ`—Ø7Öy ,aôt³ýYñ>ð_õøµÛñ 3ïð†!æP‚hÔ¡$*Ä º¢ˆ®XëE¯W¸ÂŽx´ôŒñ<)ú‘„‚áø§?r`.äâ×.ÐÂÄ `©AúrHIãiÌ’<¢ÝÇÕy2Ž“£ò &±;š2{^÷øÇû¥Š>°â µÈ+Ö{ÙûWÌ…ÀÑ­Ñl¬/Y6ZÂl¢ßTÉÇT:óyÐaâfc¼ÂšØ¼f+MHÃò `áÉ?°]o‘ÚÏH<Сe\_;±@*@¡÷þ4£%aDP~ò“ª å*³ Ýñš~Óæ©RÅÄÒXTÜgK[Òrl`$ï$˜ÉxJ Y Bj0Ò*ˆÔ‚¥™ÉÒgаÍôcÜô0 =XS¡€$ :H‡²‘U¬å …ÊD2òpc#;ñpI¦ŽŽ 5€*TKJÒ¼±ŸÿT©V8¿–®¦05†:ÈM¡l@±t¨C ç͇ÞR´¼Êöµ^2£«CUMÊ×*øµŸÌój3—ÙÌhF/¬ÛLlN…ÂøÀ¡"Á>0Î*ò²V À! ÎÕµ `ª;ÝIzÒs¯{©HýÉZ€jU”\]þž`›Ø¡œuhõc 7чº®ˆÛáÎɃƒ\à’–ðaè:U…øõ¹ÐµA¤+]Ù:“°„ëKË]ÛâV­#Á&:€Ç³@EááÀ†ÐJÐu0íèðFRèV! 5° ð«ß‘FºÿmW¯»]Úv7(g=pëØ‰NÖ¹õ-Dý÷M+&D“e¤Ãr=¥/^e¡ ž®ˆ©;ⓘÄQˆ©Š¹Ëâ)Å"8ƒÃKÙñš—§„¬,g‡ûY„D"ž•æËa^=7¿5àï~ó»äþ&À'6qž8Û/ôÅBP0ƒ…àñbqÁ¹u(D'Êˆš¹– ÑdþX^ñêy€ó%¢ð_)GùÎv¶‚_m çéöY-ö£P< åŸ@¼].¯ZoìòzœBmHƒ8Ä"ë Îr£[¦óàä:ïÏ ¶³”u`lS¡Aù€Œ `›€Ë“ýn!<ëX²ÐÆ>}¨C,Ák7Æù×—˜œéF·KÐ4ÎcMö%@Ýg>ïYÏV u =íjSûÚÓöã0†”xÀ'P°L Þ|  ~lºªcYcñ²Ùä>ßü;¹múÞ¿#öï†=ÖPû»Ä:1©_ñŠacÆÆÁ‡!  ¨šÕ¬«»ÜåB­^v¬Æu   ÔˆîË·Èþ]le+[Øc¶Êƒ‰KøùÙÖŽ9¶­pMVÃà ß¶/¸ýoŸ á7¢Ï æ‹;”¼á…èx:~Âñjš®·ÈõMì±ÎÍäÆvÖW¾r—K—ÔÒvØas› ƒáÃXÚ}áð@üF7Œ+že0Ó:Öwl,+XçýíØYOùÖµÎu–_Âð-Oü%^q‰–3þñÕÆfÙÑ~öÊÿ¢Ûßú LÀùsÝè`6÷ÂKzµ^DkYÍ*ߨnõš~ð‚/|ã…=û–|ájßù)„á aœÂÀÿ‰<tˆ› sqÝ-®êh\ŽÅmFD [ìöúÐ$<á[þŽøÆ{ŸñŽ_|ÐV}P‚E`‚Fp‚(`(À‚ï‡òõt††[æVãcß…}{´J#„½÷{¿7 ¾ ë·‡ºA8ˆXØ>þô˜…#¨…]¸‚+(†Çôco'ƒ]c"@ƒÒ‡=8w~A|zh„¦ø‡º` Ix¥@OøŠMØ ˆˆîãVx…` …\è…`(‰•X҆ VçFn‡foV=jwv¨‡z( ¨h Ö˜½ ˆ…HˆƒxˆÄ}€ W؈a`\˜‚½H‰”ƒ—xh]öjàöj –|=v¨~§H¨Šüx Q ½‹I QH‹—@…—P…¸˜‹E¼†(‘ôg†@W‘hHŒlÈy2&c‚!iÇ{¨ Ò(Ÿ  %©ŠŸ`¶0 a ÚÈHþ Á .i ª`“Ž  ’À+tƒ9\ XÈ»†é( ,ÈŽ08|ã¶y›Ww‚Έ¾ ¨È©x ¶p ³` -9M8“3É 4 ¥p“ªà’ –m¦-žò“\—]sY%%`—dh”Œ'€‘©‘YÖ‘ ؇Ôh’©h’*i]Ù˜,I¦°1I”ɲx5O÷á‚ (‚%&XŽ(‰*¨‚JÉ”&w›qQY„G¸‰¹•²¹’\¹’³ð˜  À –Nh9‹RØ>©ˆ·˜…¹š[x‚¼˜”}ùsÞVœ7A'- °É*þÉ +i ÜÙ•²p›³ ¸Š™0)–®“ݸ:KÄÆéIŽºˆŽb‰K9Ç·Ÿ1€„±©•ÝÙ˜*ž· 9d9“¿ù›²ø Wå>hœ·”$¨œø…b(†ÐIdH†àÆj¡ÑÚ¹˜ž·žä¹¢åù¦°쩞’i™³ÈA‰8¡›‚äšæ8𤠉‡F‰ûù~ý)I•ŒY z ³ ãy›‹ Kh–Mœ1iˆj8Z¡È©‹Ì™¡Z‘`†(Àús'Ià˜): *ú¤° +J§O 1¥0i 5ÉžÛx™Wõ]Ê™þ:Z‚%hŽ'hŸ,¸‚•†Ç†p- K*§–JžNŠ©â)l çyžYŠ¥8ª‡hA‡W‹‹x…Œh¨ÊyŽD¹¡óWù¡I©*p©ãi§,º«M ¥¡§…ø¢/ê§4š™7 Žâ(ŸÊê™Ú££YšŒJ‰™š›À ›­T¡šê¤·é¤àÚ«Þº¤œ*l°Š0¥ PÐíú®QñŠ_ôZU6P:€d: :°ûêà°0ëeŠ(ð³*†„@û°Ùº „° @q«¼š±–𩾠q°Á°ç ~*“ÄÀî者ñzþ_%ub:`1;³2ë¯@°7{³Ñ) {ŸK…ð³Aû°…0±Øj±8A©½Z©ã:®Kʕѩ¯ l( –29“òÚµóšdöНø*³ü꯰h{°;³ú±? ·r·›­„0*N+ž˱•Ú±ÑÛè’(ËÄZ”y²V›²Q ²..K]4Û¯:à”›³9;À¶³†‘´„@´¡ º¢[º¤KG{­.ѦÛº´ ž\ µ¯h ¥LX›µbù®î:¯^ ¶#u¯ûZ¼g+°»¶ ‹°°b·Ò;·Ô;½qþk·ÚzJË´|Ûº·éÁ{š»¹;£È ”)–ª@ ª “® —¿¿ÖyÐ\€œ@àE°¿(Pû¿‘˜C ´B[ÀDkÀ|À L¹€ ¸P <¬[›³»ÞkÁZ)ºûŠé½ÞêÝÞì½ÞuK±—-·›]ßB<i Ÿ  ° £àßîÔ£=ݧ}Ý=ˆý«ÜÚ^Û®<ÛÂÐÏ^ÛÅ€Û“ÊÛ¿á¾½áŽÖ×ÜpÜtmÜø= ü ¿@ ¿0 ͽ ºàâÏÝ×-ÝÝ…¸m ƒÝÕ<þÚáÝ{¦P >äBþÚñØH>Ù½äINÙÍÙPnߟ,ùü £@ ,þß\ã/Ž„Ó]ÒAÕµ­ÏMLá.ÛjÛ°ÍG¸çJÐrÞávÞÛ }Üz>×þ"^Ñ‘¤€£€¨@ Xžâ+žâþÝâ/ÞÑÒýÑ!=N 8^Í’žÝ>Ųýãä]äD>ä¡äMþÞî]ê=-åQåÑŒ€®Ž Œë°®å´Þåÿý ¥MÒAæ°mÕƒæ°Í{jî žžpBîæAÖs®ÐË~áxþ쿽ç#.í$îMЈ€í¨ ²Þ²nè[¾è @àÏÍTm°×ùÄSÜÏíîé¾'ìŸ~ì ×p 1 º€ï `’ú­ßŸPÿÎ …ÑL.êêR¾êàŒàÀñ±ÎZŽå´~â·0înݑھÚM Àì;§þæ wòÏ£pÑn뺰ïü½ßŸðï4ðœPçuífÝçÔ®ç«>r°ð0ôD?ô¨àí±î¨ &þò|½ Ý=žîܽÍóáwïCžp²}òáL¯ïùþò&> 2_ó-ði_ïäí­Î§žêžü20R n€'` ð/ë±nå'Îß·€ëxý_Ûq ã¬<òÆÐ{èGï(ïõ!èùîߺð Ãð Dø  %ú œ@ú¤ÏìÊžú¨?ÖÜì|îóQ÷Vô{p`û¸Oô±Îíƒ?è&ÎßN_Ý!‘Úï. •~îéÊŸõÄ^ï'þïüö£€ïžÏùžï   ]¢Þé¦Ï QðNþص0ÙrÌ !W µ±²‚'zï÷~ñ­>è…¯Ç"OጰÑ$F“b,vðà0_ flDc‡5µ+ã¯a=þ©ë—.’ºl™¼eËÖ§•Ÿ8­@’JZд‰ófÍ9[äÂ…«P¡¹dEóƦVölÙs'jTHwªBŠ•Q#D¤E ”®[»Ê&E›V-Rƒ!¶¨…Œ¹ÂŠÙÅ{÷®°S|}‚8L˜`оt ²#È‘K¢T9ËÖKN.-sBÛ¢… Í›;sþÖ ºE-¡¥I×Z+ó•W¬xѲEËÙ³íܹ-çŽHn!ú¨ácoéJ\93’!c ƒnØ0bĉ݇Rì±ãb_ŽKžT©’eeö¶RÛÔ Ÿg|ÍCƒÚWÎÁÖ^üC0ª;$9qƒ«ß¼ˬ]–ƒp­æô*¨ ¹èÒ+/¼ ¦¡S~ÙN0ÂO<ÆF2ì<“Òcï“B8iq9ÑfÔ̴Ғ〇tô¢/¶€íGÚ†´í7äHÐ7à„ëj¬ŸÌ¬º„*„N:…¦¼Ò˜ìêN"‰†3Ì i$² »å“ËÖää–'uÒ©¨ pÜþo?/„¸Ó¿Ÿâ“À=ä˜ãÀáŠ+R2‚2Q¤$€ ¡6èÂPà 9å¯_>l01Á4‘1‘HBì¸OÒœÌÅBáäÅÙS€Ðj< —µá>¢!|èÑ ^{-ØÙ¤CŠ9ŽôMI[eÖU)j£‰èZP(¢ëÊî_¼ìrÓ1ËÔe—ÇÐ+55 …“t›@‰û€R‹VFÁ!îÍO ÷ÝÓŠ9ü4ÁÝ …RØe–Ñ‚ì*†‘Gëº ¢ˆ·£ôÒKEÌ¢0;÷0“ta‰%4 1WÕTaì3„S£õzO8Aˆ˜ï½×Ç_ôÂ ×æ06`$þ1xåV›Ë²áh£ÃKkbŒ[§9-ÑS3I:Ζ”H&Ù¥t·VWèx9ÞN0‚lšñåõ?/šú·m@yÛÊë¡%†‘¹ Þnbˆ,þðo7Žz¤±>…p5 qñ“‘É(ÄäUQ–;)\> …`>Á™…a×\wõ¢µÖtö—X‰|è¤bÄie°–¢k‹aš£§7õH\t ”ÂÓu ë4VE·”Óí$õ˜ÀÁ寻ìÍÏæ•¿¶`Û_+ „Dù¹ ²« »é¢ˆbó-Fĉ¾„Ú#üwÄÙúŒÆO6Þx•S ù.o€å0‡9!ŒÀs;kþh…ÝÌÁ{­rAÑŒá×É@v©HD³˜õqKLŽÑÈî ç¢ÉLFxÈË_Ê:‘¼Èq€y#€Þód³é ûÙrˆ=×Üawx`Â$F±‡‘Ï|嫨‡Ò×­ý"#ˆŸü×"2¤Á~eHU'T¥E-¶Ð#0À (F20fàÈÖÜAlVWç¸ :äENô‹ŠxLŸr¢¸x²t•ªM•ÞðÊÀEý©Pn@ØF ÃÂll42yCZï["›%<º¡ˆGäP':ñIhZþ6¡ FW´bH=ÒN"¤Í€I±LÆfαÅô*åèE/ˆÀdZûØGßDG³^²H\WÉ1m5¦MJ0ª Zà’srmkì,CS;UÚ“Y˜'çŒ`‚Ýö–±—”dpéå9Ìz”G|”Z‘ØV/1”#så[]M %$Ázå+-µËÅ2¨¡ eèhxkØVmÀ¤"@ Ò›^aš¥™Á/ùÅœ€žÅ•)7k D`³ŽOó ‰ÈĘòP¦ ¨=*׎lj”5ÕÁP5¬ a^Fh‚ÜëÛÝ ³Ãä'=æ€L¿‘;.E†aÊ:"”§O8/ÔþË(×m:ýªÂBx×»f/…‘¨ ˜ î-‚zMd÷¶ÄWý%=I|âÈYp¿ü¥ct^̾o}뇼…ˆšZ¥2X]+䄃 áÂÖC¶ðLá"  ÉF@‡y+ûÚ÷ª0£rêÌÊÜÏÅŽnœ€ý¦cFI°ñuQÖÈ–Á Ý­„!ˆsÚÂGAJä$§—ÉJ>ïyã{:uV­ÒÚb&zKáCÄûÍš¨wZ0Lr"¡ï}ö¨=ç9¯ü߻ͺ÷fà‰„}ËÝI ÚÞ‰µ¯{èmÖå»Í°q¥'}kÑœÞw øþ}êR5³«íÞl'^懽ÁÕ"tÝÍ”W÷0¾{ÃÊ]ãu~²¡ µx¢7ýßMÿìÒÏ™ä„Â’]DÆW¿ñ©ÀäAñëN û Õe„7?~N›Óƒú?Ÿ@ôDHÿÓ‹Ú$O}³K0}ês½ì 5†å€‹£<Ôº1¸[!Â0#?ô«;ôÃ;´½?ùK¾ ì;’ÓÀ|Ë7þ¥Çã–é9í‹´3¬ðC¶Â¿ÍK?3P¿ôË;Ѐ‘‹¿ ´Á<½|=5(ÙKØ=Ê[‚¯;ÀÙ‚'á‹;4ƒ„A\¿˜0>øû"þ"¨Â+ÄÀ",9"ðÁ0D `0Zļ4¬%¿#8?L¿?ˆB Ð"p?”¿„?ø½>t: Ü?1D™È¾!D­X76‹°7‹»30G|ÁADIŒ‰:¬Á*ÄÄ ¬B <¾QëD¿ÃAÅB$,AP‚P·ì²ÂÊA06|D81P?9€ "ø/ùÛD<$‚?ôÃã EQÅ!\Ôú:%>G„Æô›Äi”Á=ÄÂkÌÄLÜÃøãFù3Fcô>5´1ïsx£7AhÅò;‚W<ZtAZ”C1Ѐ°C"èÅ{´Ç  ÈE÷ëG{þüÆotLHBOP‚%¸1DdFgô„X„Di„3˜D@°Á_¬@zÔÃøÃH_ Èoœ€Ut„ Ǥ;G¼„G<‚38‚Y„19„A G|”¿\¤Ç\Œ¿^”?¬ÂŽ4F…ô‚L¶Ct `ÈfL6‡”ÈiŒÉ7ðElÄÂŒ|Êlü‚+ôÉc²Sì>P:ô;?WLÉ”¤EZtÉ1˜-ø ÐFùÛH=ÄÃ,¼J¬tÆdt >¼{3ôƒÆ””D—”È58K0L+$L*ÌÃ+ÌB,¬J0ˆËAÉV|3„ì¾'¤L½ Ë3(KIL7€=ðƒÁ¼Âm´Æl´ÂªlÌA,Gþ† IDTH¼¾á“ÄG<ƒ3@‚IOH„ª „=øLÁôM¼Âà¬ÊÒÌ>8MAüÈt¾L®¬Ì'¼Ì•M0„Dà ;ØÏì0¨JµôNù NàôÍãCtFM@EÖ4IØT?ILÉÙ¬ÍAH„Dh„FÐMÞìƒ>Mà¬ÊÅäÎÏôò,ÏV\Ï%X @DˆÄ8´LÚ<ƒ˜<„D¨Î90ÜÈNß‚àÌÐáôM0ÐO-Ï»K¶AX¨ËrÔ„ILÑitÐ¥<„}ƒF Ð;ØM?àÍÅÑ PõAï[P„Œ˜9dP9„I•|Г<„5ØÌ@±PíÄÐðÔþQÆäÑ}M¼ÓXÖ,ÇiôÒ1 MI|ÑDˆÑµPÞôÌõPßP*­RþûÈHdN!€—¬ÅAˆÉ˜D‚$„CP2mÝÐ ìÔÎÞ´B5ýÌ7õÁøÈuTeM/eÊiÓ-Óª8S?HSÁlÓNUTTP"}Éõ¾¨SZŒITmIÌTR&ýSqRB݃.èMDuÓO¾:„%QHuIŒI`ÅÓ–ŒÈ50Ö5x7˜ƒ7ø"Ù4õƒÞ¬UÅU R;ÍÓ-EЈI—ìVbÍ3X5×70í¡=Ђ.ØÎí´ÕjõÀ_•ÄÕR.Ö¾ŒÈˆ\Rcþ}fUVÝÐuÕÏ 0(XNeSxµÖ˜„ÉAX`TÍ̲ W3(W'0WžiV-àXvUÓ„UXþCÄ{uØ`Ô:ýV¿,VdEÖÝØt¥UZ}×å?ÍÓa€€ bS0WqUƒdÍXb €]WwRš]Ô‰œÈº» H¿<„3XÒ~íW'ØYXߨQ¦õÀa½Ù˜HÛžÚ5°Ø¡•‚¢u#Ú`WÅÑÏ4N² C§%Ù>}Q&µTåÙÁ˜UÁüZjÕ[14ÛÆ•D«uÕÍDXµP™íT°Åܱ]ܽí[1P•QÅTìäM\Z[°=ݰÕÜÍóÍW«ýÓW ”XؘÕO¼ÅܼeÝo VÏMÀm„2µPBUÝÌÅÜÝÅUÚÕƒ®õTäuÞç…Þè•Þé¥ÞêµÞëÅÞìÕÞíåÞîõÞïM‹€;gle-3.1.0/doc/html/twist1.orig.gif0000644000076400007640000001222607326107675012365 GIF87a+ómmU’mU’mª’’ª¶’ª¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛÿÿ¶ÿÿÛÿÿÿÿ,+þÈI«½8ëÍ»ÿ`(Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨´–(T ìtËí‚ p1./¼è47Pcˆ7c®®Û•á0BAÞ“çYtwƒ„=VVY‰rsŒŒ…2y}ed p ˜q˜‚‘Ÿ $‡nYq¨Œ ¡¬­“~c|Œ§§© ®¹¹£ŠŠ·© ª¸ºÄ‘°–n›š™¿ŽÅÐum™¥‹·ÁsÙ ÛÁ«Ñà\`b±~´çÎÎáëPÓo½éÝÂÚÜõßìøHyÈ}ËœÌÒ ÌGˆ;S™Ê£GÏ›½z#ög¥œ‚Zèj|&±#•Cþï®ýZX¯áC‡Û<ª„`¥~ÉÜHÓÓÊ›'xÍJ0Ká¼’'ƒ’ÄITÔ¸>|daT³)ª¢P=ð ikäOy(ƒ2µ+†}zúUÇ©YŽ^Óê4Õ3ÞUaY³ní–%­Ú£²ü-y¶fœ8v£‚„WÛ[“q’¤:,ðJ0û`þ}ƒ°l_§æü8^éŽ'[ËÎHbªø'ãD›;RLZnÑÞË~3MFP€@ê‚ûœ —´èF„±Ô.p;äŠÈ¬)OÛï¬ÌÃg×y§‚¿'æ}Žðð}¶§G[ôëŒÍ7Ζ=œÀðÆâ]±A¤[cvß¹Oôý½Íø äþQ@%•,‡Pz4ýõÜsÑù×€VqÀgX\gß[ÚiUÚio€–{ê@XÈ1ò‚­7™{,Ö¦‘ˆƒLvâç~z^M0ª!`‰•QÆŠ·(h$4H€S=zqÈ„x!oþÆÐ~ èèâYMNÁFä/*fÒ"‹ÍuéDn3ZÅnˆ¥–K¦§æ.!G Ë™ŽŠ³$éž cÞyćX'¥aoVçBsöW§Ÿ†A‘daú™¢lì¹¥¦ðUÊ›C¢b%œ§f³ß‡`šŠ¨<䉩¥‚Z&m‚¤«·Àš¢U(:å£p6Ê”wZò¢¯2þ€W‰{‰©ì­í9¨ì/Ì cH»먱V‘ìµeËX/I+¹P›ë®ì¾h. ëY”ÃÞ—a£XŠÛ_¼<ÎkTX{F ð­pT "À ÂTAv«/iürèÞ¸ 7å°T.¤5ñ"™îgêš{šÑ â/l"¼ ŸÈ¿ØEQ‘]þ›r7š—YI†¤á-$¨@`9ðŒ´áù(bOohâµ4ø¼ú‰±TÜG«è/¢Qo0ÎùV¨”Ñ1à:Y@ä!±*É}1G3¼#*Ș3î‡Äóa{ˆÉô±Cˆ—4¶µQ"II˘±Ê¸å‘°|% É ,êI,ýÆ 5ôÈàÐI’© ä ÑèÀJs˜<#4*(ºæ ‰)ЃL<æq–×Ë“6ó€Íêcn„ ç"ùEÖÄ{\dŠ"ÉjÎA˜õÊ¡<;©9M"gˆô´g=cžPºa“™ƒeê'„½ËE­L¥B*ÇkÉr„Íæ5þ#ˉ֡’Íl›/šCùRRîd<@ÌdVa¤%-æHø940sVð+Á¢‰¢i.¤Yš¨)úÐJÔ&t]Ày‘BîA‘H-gz¶C,¥’Ó_bÃ)F:O|âí˜Á«ª?õùCOzÉC4åzÊ‚’uL§C%CYÉVU¶u¡ z%,÷ØÓ¹¢®ú“ µ¨QM}¯—»ûeH±ZÆ”>°•4ìð‹L6>Á9sæFg*͘*ÌŽÕ”k7§øÄÍÞµ„ܤèëš À¢†ÓB”e—h’úÔvº“±ñ¤§Va;!Ùæs“æ³-çð”?Û”9fîYŠ €^Ö­È…kr×þºÜ··|xíg©èY¹ÚvHØ+L±D3º„Ëi˜&m›·2–¼0/Ñ{Òz ²0Ñ B(Û3Iö¸8Õ¬tag]Ïuzžíãtƒ2²ðÀç‰f}ãÕÖŽÓµ™…§?«ªÞ¬êv} ¬'°´:[Üjxo4¨ >Ü×¹oå•Ëbæ¶ÅÍM®5ŸèÓ*öw¿‹»q9KÅ–J¢nÍ4d./×€˜Wª°5)1+œaô29±J6)mï–7I€E2ÿ„ã|3¥àk9³ŽHîñusœÇCTÇcÞ¦C¨­µ¨ô%Ÿ"’Š?$K˜Ã|29.Ü9=ÇÖª:ä*'½zþ®+[U¬H<«paãâM°æ9f¢æ‹c<éJ7ú­e3m^ifþê·ÓŸöæ €‡å\.¸d¹¬\x%ég¦´ÕNo”UªFK6pÔ½õ˜–Ÿ™à^»ÊÀÎòóÂ,æêfÚØÑÝé×,ÚìÕ´¦årüPÝW³ÕxN¶ù\^Úf;Ðîj(s‚® #ZJ&f4ŒSùèòä岓º4¥åmisZÓrõ¦C=K4G±Ψ©}7p:õ.¤ÛVßa=ëâù™¤ ×ÛÃYJÌÀ7²»¦ô‰~ ‡z<u„^fã}»äÖÅ7þ˜½ãDð´*”ö©ifjð §zôŸ¸Ï? 6s“Xæe=ñ¼Ëš—¦ÇuJü½§¾nªçôäf¾7²ujWïW*t òÀ£7pU[Ë9Ÿ0&y.ò²â:y;ðRŒkÞ[ûxÇÿo!íŽZGyà³NrÂ'› êeÑeš¼Ú¼Û‘Töo“í:_{ÂÕþó•úÜÇ_¹rFÞx_×dêNo·,:2ùVýõK½rßõÂ×ë·ç:6Q¦Ýœ ÙwYëEµt4ù9`žóe8~Kúöˆ;|ÊÎg_èsߘŽÅê¼ ö_<r¹¾tªË·ÊmßoòK×ë>ý ¢mÇ™ì}5ûø&¯|nþ×?óÍ·|·=Ÿyé[àâbñ[¥·qNqián~@?„"YÖ‡Ø÷€l%~[‡?ú&‚Ço_wƒ´]m= r}'rHVyöG‚€vU §Xrç|0 ¥Ö€¼†w®¢wÚužò}0hD óJW5­3~¸W~‡÷o°x„ô~Ws·j#ˆXŸwy&¨vùtÐ× woô[HØ{‘P¨zî!Ã!†©ƒƒ˜qõ&{«¤{„çg~;…~ˆ·ïó{ðw_ÝW|©ÀsO¸R`…P˜d±†RÑw…` 9È2ÈqÚ·wu ¸kf(‰ðã*evU™DWhx4„l˜~þ°…IØ6Kø)zÈ|ˆ~ˆRsgTHUŸ'ZˆtŽGHÈB_Ø@†»8†Vˆg8‰¥nUŠ`)W´'„Ÿ8‡#À!wH‰Îo§¸‡)³¶dI–ÇȈ®¨p‡õpìu1{¦CƒÜ‰^#ŒÀ(”xœ†‰ò8 PÕY(Wn‡ŠäØA5'L¨‡Ü¸©Ø«Ø­Xkúç)0€èQ·ªw€¾†~çŽìŒ‰8u6÷!È8„<µ‰¹G]÷èªs†yX·€`‘,EOÖ‡÷çO((ks÷²Ç+è¸}¸¢€¿¨‘@‰‘í~¿ès”,•þo=ˆcÖ¥ŒûèŒ8IsñבYÉgW©s©oW[VHµèï7‘`Ø‹éA™‘B™–ŠÈJT©G÷ø”š¸Œo’Öc‚ó}!X•ÕÈ’~ùgY0ÉX¬Ø•†•C8PJ謧DCù˜l™¼vu46I™IF™”s ‡6&—¥ÊRp‘Ç—* ‹VX……xÖ• iˆx¹H˜‹Ng–´)†jy›¹–pÔ}` )’ÌH’æc‚ƒ¼©’DÃóm-ùœ,)“ªi[¬IOÍI<@`_;ÙqP—+’‰›ß9”{IדIæyU™yžHÙ”žHœv%Í1pUþÊYCTTR³eš©I˜YýG´èXf¼X  žº‰ “È›‘o ð›p jìéƒøãYFp(Ùwõé ÷¦ž÷h™­‰[Y‚@÷ŸGàÛ©‹™$ š›/úãÙMšž–‰™<è”ùXEJ›S¹„Z”yÄ^9t¢È7eØŸ›—mK0SŠ gI›á9¥ ú˜ ê Õ¡Xj—¹£"Ôd‚‘{¤+y‰H顇¢-Ùš¨9˜ßÈyO€ +ê-z 0z§Tª—¼YÕc7j™6Jû3¡(Ý¡QÃ÷/dº‡.é—ìÕ@÷ ˜Î™•æ‡ʤQ°wOJþj‘1Z¥y ƒWʧ9v¥¾ù–Ç—„jf[ˆÉ¹¨¨Ð¡z¦èi¦§©¦Ñ©ŠSˆ¢SÀ“Ž8ªÂ ª»9£qB Jžûƒ¦µê§´ºžÂ)]^`@ «3Ö¨õò¨Å#Wø™O”Êa–Š Æ0Ñ©f‰§Äú©zº—XÚ?£ê šª­;¥”1¦Ö:c•ù¬—‰‰â‡¦³…«k´ŸoŠ©iÀ¢>©®èª° ¸§íjɺY€j¦ý ­Z¨vðªùj|ØŠEÚª7ÜZˆEú­²® #æ:¬ ›®Ø}Çzf¦ú²ŠªÁI—õ:ö±¨˜iÌʯZ±p×8°nªþFâú¨³°J«²c±2; ÉJª¯#3û ´8*«Hù¥pvù*´Ùø±y#°[ˆšGÚˆ•» § ,Ë´*;žº¥ïŠŒ›³ó:šS  ³”Yµ={™ÿ:«@²—*[b+zC nÛ¶Œ;·2ë´RµË*¸ìù·´á °z¸a@¶Ï'¶`{¶ú@àš¶‹¹+{º h¬Rë!.K·w%¹5û›z[ ʸüZ£9jµ7šŒ³:DšËŠãJ Œ‹º ¨¥®ë:°û¸p—W{Ÿ·+ëP|Û’óˆ^š wÖ«”Î7²3‰gù0¼K+¦{¼¬ÛwO[·ª ¯¨Ú ›U¯þõ³‹~+¸ÍûDô»»¿‹A¼ŒkŒì«¼¼I¾¬q{ª¹¿*áDC‹­=»d^ûœœ»XÓ‹`k¶T¦7Á¿ì¹»¼ä ·Êêº ü¿-‡Ñc»ºk±Î›ÂýÚ”÷«ÂF™yP¡Á9ˆ·Pt¾É˧|¾år!D¿]7œ­ÏK«×Á8:Áì¢k[v¾ :ž«+.Ž«ŒL·;L·Ž‘1ÚËÂæÉ»Eœ”•û ”r½{I©Å©ë¿<<³Æ(À= oœÅ8fžÅA.GLÆ™4ăƹ 쵟ËÄäEâ¡Æ‘¬bÐÁW|¬t¬Ã ,µWXëÅͺÂñ+þLLÉÓÉñKÈ"’§6œ?<ʬª9¬r; É=’¢zŒÉ­<´ eü—Hüsù«­j"™N ´áËivʧZŨœ¾ÈX)rZWóÊ›ÜÅ—,¿ÎªÉÉ(ÍU&*@¹¾m¯$\̌à L¾Ìò;‡ÆhZËâ¦É¸˶F¶× qº–­f ½Öc“ÞAâö->ýÁËýÜq)ã>Ðá ®Þ~ ã:þ^>¼ØîÒ ÑA®ùÞ?½ÐIÞ¤¢ÍSüäLܯMÝ MåCà>©ZϬªåUNÆ ¾ÌÁ-æNðÕR~àhÎ,|å˜ÝæP@äqr#Îü#çíп-+@­çQQE=ßÝèzÕÌ?þ熾|äw¾Ò‹î%e.Õ_ÔéN"»ýléeË­é[[ätž >êݦ¾µÏœêŸêóÌêŸð¼°!°4ë¡ð§¶~ë-ë­`ǼΠ‹óë®PÂ^ìÆ~ìÈžìʾìÌÞìÎþìО;gle-3.1.0/doc/html/twist2.orig.gif0000644000076400007640000001415407326107675012370 GIF87a*îômIUmmUmmª’mU’mª’’ª¶’ª¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛªÛÛÿÿ¶ÿÿÛÿÿÿÿ,*îþ Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zÍn»³‹â°¨¿ïxiáÀG(yƒ„E{su€ u Ž…‘8{|r€—  ’žŸ,” ˜››Ž  ¬­¢–¥™§œ´®¸s tŒŽ´ªÁ¹Æo•—¦³³ŽÅÇÔg}¾˜u´¨ÂÄÓÕá`É|ËͶêßßâî\×£Ù¥Ýõì÷ïùW Íè Ä©´ZÃØé[EÔ‚¿¸I¼GñËKøù³$PÑ3„Þ¤U´ˆ±$Xþ·ÙK5Ò„`/Išœé£¥8 æq"¨©–´FŽ´¤IT¹X·õìÖ²©Ì¢Pc$»y §3ž¤±dé4XÔ¯.â!m¶Ò[×o1½‚]‹">8éÌ3µ©gO¡Aƒá¥È¶/‰Ë>4¨ŽëY§~ûx[ nm ×U'ò°ÂÄ_ô üA-{–-cŽ*€€9çX•Ep²k ‚ÅvjpÕhšš4–›T“do,+‡&V÷6MÓ»ÍM÷ú®Þá‘3/9õ±@É¿ ¯ho:F¦åˆ‡ŒÕî:@³,] ÞõM…Ë;2£EÀƒi^Öv|w§õ3"¬™÷K{íþÕTterÀîèFßcö)ÂT~Û'Ñ&å<!5„‡MUä}ô‘P ¸ÞŠÑ´GX:{ôCÀ‡Ç@I/qB^SV‡ýИKˆàX R…ahVE&¶`O ùÉà8Ê/ª¤äv^Ûî‰L­æÿZö5»Q´­ÕÏhâ- LôqÐ 1õ«³ž¿?,Ì^Ê9W"GÝym5­Š`ú0<ÿAínªX‡*щÊO@«òÄdzítDz‡Káê@EºÃˆê…p Hsl èvsàÊjç½ù}êc_ ˜"zlhÙCÛ„|Q›¶±ð‰´yÎ)N‡å Ï`*üâ‚á1{Ù+)ôËþ^ž(á=B†÷xšUjG¡5ñ\߯H)\=)zkÌIñf·Ä,U¨zÄ: ;cAfq"[<]9³H«scìâ Á×4ªñ^l,Ú!Ç þNˆŒ9@(ɤ6LâdqëcŸ8UX-t§°ß)°#Bÿ²FÜk™”æ-’æ3#=F+1ê˜ÖYã&5)‹&J'Ÿ,X-ö€QžfUT4%=ô3 -£>‹È’ØXè)^"€–³!:dÈé åI1 Ö2e5©•ÆPqë[¢ åºöl.õ™'3—éÌ82HàIè˜.AÅ€´”^\$\¤4.Ý$p•Zäþ9=ÂQ¶½#L'—²:rQ©†ÕçF—æ¥ÎÉFøì=Ñ4‹bþ‹%Ȥ_JêÆ÷ô“ U¨6xù‡†ZgvÚ6õ¡ŠV‰pmW »Ò'?†³BX½ªHCÊNžô¤Xåi)âÑJ5)S @¶Ï8õÄzlêÉ ­rÖÚõ‡SºK†ö²—y”ÑF¸×;m®B&ÕYTkš»Úõ£²äª]“Pr™Æ±äIj?Æz&úqÓ8j=QçfÓÊdl I fW‹‰7nÏÛ›çY"J ò¯‚1,¼3Å¢+£–aí{îC\?nu rþKMø1GÒ,OþÍéC™›Ð¤ %­Å(ÔR¥ ¯p/a£ò¢jº3SP àW‡:T·q1N µš!²±bÍoÑ ë\ßè•\µ_K¤›šTžšœí_oc݆Q‘‚(­³Öª™‚÷ÂÖ/&PÅáñþA½êí«>ºT¹ŒæWïúí°¸ô\»±¸XéÂøQ€Õ‰Ðª6é2Zœ_^¾8j†I8¼Aœ8ôrô§#ÒÃäö̬*žÅ-vÙzVÕnؼ†í^µÌÞ#y׳­Šf¿¸Í’üЬ3ëTà\ÌfŽšWW”Œ€?¬Ük²MÜÝ`D;‹MŒïc¬:(a$̼øÄR6j•çþi#˜!Ù§›Ü‡»ŒÞ÷rN˜>bnKé}Ü(tˆR³e|ç6k’¸†ó!EWç߸¿W….ÇR‰­ ߥûpVÀ^$þs½(º†%-éZ·›Â6¥”zTþÙ€G»žkjcµ®Òë®ë^©,’›Géîo,‘³åÆÀš o´F$,qçÛæ2kåV9ê08-tQ£Îsµ<è#Uœ.€‚¯Oé¬yó³YoìÊ%—vtLÄs,-ZZ[µ*q?>Õ¦¤%&ýùºêîñK(Û_ý¬Ç`æ#Òƒ|¯¶‡:ß~ ¸§´¬E~8ƒÀRúà ï«Ñ/ß1‡•Ÿ$þu—ÃDNüžç+ Xйƒ7éht܇úä^Ö°šÕ„rá«’Š[‰@ð>ÓÖÕcÛ—þO›»wÀÿ½zþ8ï;^ö@vWÎVi×\Í5`GB%€nr2€we”`OÇD‚÷C£9WBNÁ|ƒg}"ÈiØç|îà ˆgnác³—‚iBt—£€<bA%bˆ‚hRg #|övN¼V¢B$WRÅX׃µWú7eLèuÒ2]aZ³÷ ¦Uvé~¨bºz‘Qrâv è{=ÖY›Å„xmÞ—R᳆Î׆>ñ†$¤,òLk#©ÁCxx‡zh‡ãÁ~…4Ø5ì³}Ý÷h<%y6rW+XÖ'[H2xs8*ÓO,\G8©GqUg†K(HŽàì{´@vIþ(rƒˆ…¡n'7^+ägp1¨†Úòxö|XÓOHUÑ” wè5À؇ ”:ÚôV¨ IW)&¸2B‡‹#s‡t¨A‡ãq–ç$tqqX„4ú£C™Ø)Ô‰üwŽ1Žäø¯wUxŠea^¸Š?ˆrŽØ7 ððŒ³x5䳂!s‚•„SËØd7Çdùæ§ÓrÁô¹‡ÞS½vþd‘°ˆ‰'DÉ>·p•§~È—$ù*¤!D(j€£‹÷§Ž½ÖUÁ‰2iŽ4é’ìÀšH:¨0{€¤w€ ÕQhh&(*5*"çÁ’NÙBþÍÕZîñ;Y•¼#‘x¸ ÊòމD tSÊH7€}LéxÏð‘”ÇgØáØ’6™‰\5=3Y—4É?q™‰Pè\9Ýðja¸I7P‘H)KY˜I éOÁ£"Žårt™•ãréÃã vƒ™I©™ùCgˆ¥6”>P,ê¨ yù(Æ%YÎe—¨“#¯Yqœ˜š´ù ¤¸jô˜úRÈN»(UY÷”Ê’”•‚YÂh•ÈY™“œ<# _ x¿Y…_Ù—Y–ËGš´µ¹Ù‚%16—Ùt—â隯Ãí —:©…R°˜ÃékMÖ/J’˜ïù‡mde¥À‡e”þœÈ™•PHŸI‘9ÎG˜%¨˜ˆ¹†¤€X`ž£•¨¹dUT÷FžZumÉ ç¹Ô Ãò¦©C„–/Y˜©%nÒ×sÃŒ)zœXYHµÇœíùœÿ šžÄYpf€¡÷1ú ö© b脞¸U—:Ú4š—[Á9Éž]ÙOšÓÃÖ„É„¢yˆŸWšŸwÈ;Ê”ÿYs§Œ™Ùd_Š0y £Ý@Nˆó]ˆâe|ÖƒC:žw •8Ù3™˜¤ãè Q¸o!z77Ê a¶„$F}„ªM+º3Jœ_‰;À)£‡ ´y!OI?b·SŸ7Hèp,Éoµé¨¢;þ •PŠ Õ’•ÕuÕ–ª¬ºFÃ(‘QJ)FCGdiA ª¨Ø“ èyq‹À?–Ú¦8S^·©qjj*œ¥G£Ð9({Y*ùpI³†ÞÂ;ÁøP§x4‚­:«u#¦¸X«D ŒÊ !1‡CNp@’­BÚ:-Ô“ÍYÊzЬ˲ÈúS”cC棇<¨–‰V¨ë'lBô ä*­u¢‘Ä9®‰Š%sqÄ›æ8sãw­%¤ w’ÂÐxˆÔO÷*Ž^1…ËŠ%Ñ@ÙeªÛB™[_NgÄ*“a6GͲ:®L9®à:R3a›ZØ …#“ÇUbèb{&WþÇÊŽôÚ´rè´øÃè¬?+xt(AÅ7™2¥ˆà6¨«j°l”t·Ø4À},+® Û4®q«…T(_3·)‰AéQm–´*•…§l» ²cÓ &4!šÔz¶4ù„±H^D¹³·²lËŽhÛ>s¶e9–Þ<_q8?–m{‚uE«›±v´Õxeö'ôªEñâ·¤J „{¡°ó¹Í˜|­"ƒy[~‘«ª8¡lX;•ÑŒµ†ãJ£B´œ«¼6»…áEkCgôgU¦i·é‚*­ÛNUÛ) Ђ÷ê”l‘c¦gÏÐw‚Ç»îÊza‡…Ìa-þ«=Ñ‘7Ú¼èµ4£…ò{¦ cq—{¶ç½Ǻå;1¤cŠ]™«EQ[6yNƒ»› ¿Âˆœ4¿õ›µÇÛøÛ‹Õ’¼—˰‰qGÅÀÜh½\ØŠ©ûò8Yÿƒ ÞKR‡¾4pß›¦ùqbÞ$(Lé;¢é¾Ù{VåÕSž¤!L¼s“lËf³–ÛŒ'x3Šéé—¹Ij'c_ìGgwë#¤§ÀÛË#,äõâzo<™cÁ훽Û7©&VµÁx·{pUÌ}”[-Éæ‚ì3Äð–bóÂÞ²NØÛQH̼¸§j­aÃ=etdh|HlÜN|¾Îþx”ë{Äv¬ o¡ûÒh˶kFRÌ™tSÈO‹!%“’l·Œ|½ÂvPºÊ&~«l"°Œ¿st)ëhË\ü—¾L– ߉\š0iÓ“˜<Æ)”já×N½’ÌìCÇ̼tù¼Zü,P à,-•øÆxÊÛÄiÂ,Ýœ\ ”ëd­ö(ý­!Ñ’\KæÁΗL å•ÑY”0Ö š/(ÊþŽ\ à±e Ïvå̦Üæ%¼ªœ¸*=yrô .Ó¤ùq‰·<,^ø€õwΰ0¼¼Ud¼ÎØN’7Ô?#Ç,ëÑxëCzÅWÀªIˆ˜_Ñ(¼L¬/*½l ©>f£Åý“Wô…_HÒïaÖ§±WZEÖ"%yÚÖi-‹SÔŠwóË g¢x Õw%Ù7½k¨ Љû±ޤãÕh`¶#¢G mY ÑÐÔM—$ýáÌ=Ù׈›4¸PTæÙÎ|^¡ Ú…tŒtD´…}qœcúUÓÇ_ˆÛ‘‰”|Ü*ˆ $]š¶µ\Ëõrž Km±•Ü¥ÌþLß7Õå¼Ù4ÞØGˆl…ý‘irWŒ€Ø&ÆôÇÐä¬j6L€”BøM¿ÝÑ®bM³½YQvaíÍewíCyýÔ{íÔLÜàŽ’] @Iµ«…Ý}­UŒ=c;Và¢sÜ®‚ n‰*<Ôd[ó%e‹6Üà‘_ˆèáŸßÏ23~µŒ!¹[†wån&¤±]Ö••P=—Àݸ­ÛZä'@œ&b[^¾SŠh<Î^—JÊàÏ¢RZއ»cf¾€íÖnz<á—åÈw{Û:Ý“ü4kžO‚îëŠ]fbç=^æ¥ðZM‡æ#] Môç*P2zÆHú4Pƒn>þÆamgÝç°â¨² Î ’ÎW4Ä™~°Ñp=þ`Æt‘ìèB>P§Žê£¨A{f5†»™®ù…èؾ 5ê¸Ýã..R·Þêðæ„~†žu~Ò¾àV M]×ȾÜ>OËîûÓy0t­’äÁ.àž>Ö­åË%À€ØíÞîìÚºFÓ.áÆöWútíNi?0ä%âî4`VUcèFîKnîä’R4ÞíQyÞi_Úš 8JÀ~l÷îê—^"ùÌÝvñ:ð«àõæåÎä6M¢‡ØËUŸ.B ò#hñ7æ÷pcnŽñV>i<õò:°„Í@ò¿€þ® V3ˆâÄ^?>¯©ú뎃Žt†è½® ØŽï;µô?_¢ç ë–çÚ0Á`ìò]N.èîX¿Ó‡Iªži¬¾7Ï^°ÎKØþZûŽ iòØÄõÊÀ¦bö‚ÎS:Æðòy¿lïÊäoI~Ó^Ÿá÷uø;ÐKÇR|S_ B/PsnÝÞIà”øq£ø1?ïÈQï9¿^L]í—úˆ¿µ×¥õ3åìvÕù‰­ð®ï•^&=Gñ_^[7Qá½áêw~÷¹O|"?ûIþnEƒi9vò½gUÇÊAx2/á……úAü8ù—^ýFÀAßü™¶ÿU“/þEPþxNOfžõê~MŠÎþG°*>|_t÷øs2O °#Yš'šª+Ûº/Ë3]Ûä¡äDz/ÅÁp ÁA×SúrˆÁJ¥½Å“§À.¶Ï8,“Ëæ3 ËåŽmá»Íõvçu!qxnûuÿšà a¡a!“’Ðâ£A"ÛW%’ÏÓÝá'h¨è¨æUÛ)*ªçß]ã«`«ßh­í-.#¬Û$æeåp’ò•B.s³ó­iªô)«uW¯ãìöò³÷7øÙ\¶oÓšžQq¥¤Zgx¼ü|Ìi‚=¾Üfݵ¯¶¬€ô,h¢°„¿z¨SgLþÈ’, ’¬h‘ µd¥8•cÔoÛÅ"Ã-<ÇfJãÊk]îü¢h,ϧüIý:AdØ·Ï«¼„;x’_“–£<úfÄÓ³oïþ=ü øòçÓ¯ol;gle-3.1.0/doc/html/twist3.orig.gif0000644000076400007640000001051307326107675012364 GIF87a+ÈómIUmmUmmª’mU’mª’’ª¶’ª¶’ÿ¶¶ª¶¶ÿÛ¶ªÛ¶ÿÛÛÿÿ¶ÿÿÛÿ,+ÈþÈI«½8ëÍ»ÿ`(Ždižhª®lë¾p,Ïtmßx®ï|ïÿÀ pH,ȤrÉl:ŸÐ¨tJ­Z¯Ø¬vËíz¿à°xL.›Ïè´zͶ …ƒáЮÛ+Ááçïá{twƒbsˆrЉs  Ž‚„”Uy€~™€œžŸ“•¢H‡qs¨‹œ‘­’®°³£µ@oº¹¼oŒŠœÁÄ  ¡¶É1q‡Í€Î  ‘œÔ²¬ ÚÜÛÞ Êá)p½æ«¿¿ÃÀž‘ﲑǑÚôâøÌÐüqÒÿžaãÔ­à·ƒÜ$ä–¯ár†tÐ¥H•Åt XÛØ‰#¼þñBÎs˜l€³r‡Ð±[)¬e1Yõ¼Ù³÷H[M„8 2P¨ä s5”ª¢Ñ¢HOUëÈt©Ó £ŠôvL[Õ |ª9éìƒ ¼‚ökÙ±f_Ùôv³-Û·:sòÜÉ`]» ñÖ¥«ULž‰{í Lx°áÂ{*~Ê‘ Vª­F~,Ùjß.Ü̒ݬ¹3ÚÏgC{Ez–Z˜ ·¥¦«zaëÖscÓMp9KLćsãÞ­[šµÊ”ƒ_>™8pãÈjCù&ÚssМ¡;'«`µu׬gk—Íý®÷¼ß•/ÿ¨»<ïóæíÊš÷XÞz˜ð‘Ë/Nœx&¥ëÎ?z:]þ÷ZvÈ^~·x÷!1GL ¤‡Þ„&S}Âa׆9Ô`ú'ât$î7"XX`‚൸à‹,Âxׇ@ÀÞ<R¨cŽê¹çãcó‡aZFã`·Í&–Èä“^¨`ŒTNi¥‹Uötä œ\E;†™c‡–Iæ™ÝüÉ–4Èa`Yu¥“rŽx¥ŒXÞ™ebf2Ä& W˜„Љ‘ˆy!{R5*ËŸ-ÌQ €pÎÙ䥖™ç¦xʈæ§Bš‚cÃjª¡‚úéLÞ«7¾÷‘¨%¸ébdZ'¼6©§w*bWà°Jö™­$Yä©Ìþ¢Š‘?Æ­¬íU먣æ ë¤/¦ÆYœ”¸s kn°èË¡RÏ´{ж¤²a…¹:Ûl…‰ ©ï«­ò˼¤TÀË›12àÕ {¦ð Û«®šugñ¹)f‰:J%uQQ‡LRõÑÖÉõÞk/aE¶<íËíõÉÀ4ïbó9çˆ ÀTæºp?¼pS,ñ~cL,ÇÜñÓîFãŒ}È"b®`(.õ^ —ås×?¯Ìl”-' µQ}(¥‰Ìlÿ!ðÛÁxtì‡è†kà ç­0ÑAC¼pß~“+¸f¾Ý᩹”ÑâL/® \’„z¤0 ¤V¹UþZÓ 6Ø(£ øßQÒ[¸ß^—þó‘9Ϋ’vÛk»ívÀ‹]c{c÷Ü—n›ýõXŸ -üèÄoüñÈ{ÅR17ϸ¥½r«®RïHmÃði]ÊÜcmWï¦÷žüøÈ‡ï{XÞ<ŸˆÓì«];cMݿܴ‘Ô‰æá­ÞäóMþÿ$žkÚ±<>OÒC i9·¬å‘ÃI>A¬%u¯.Y;ßéÀç·á/€ã`ï Â)¢u(4àKÞÇB€àŽ#ÊX oôFC¡}ð† Ì¡A )®„лŸ" lDo¦Ab­g½šŒ"n:ÙX2×½ jP|9 þùL7{,®€`l¡å¿2ʯ~w€EzjHÃ,ºq|þK™R#"Ú±ŽxT¢ÈÇY@мI\êŒ(æjŠqLEè;øÍ‘ƒä$iÃ2²tK‘J"Õ§ÂN†1cdá 㧆:žg¨]ÿÞhɺ²ohJ¥6>1J3摈yìã“ÈÄ~Ñä uÛ ®:ç3b*Ì‘xÛ"+µhÅð]ë‡EN½ÝòŽC„§.÷ÈKIòž3 IÌ~芕¤@IÐ,ö³˜Å4ã;¤ÉÐ JÓy‰øä5þWˆÍÔòQbÈM;ËyÎŽm‡ÃóW7ºÑil“ŒðÄ¥çÉR_öˉ`(L3Oç5S•-ž277Ê…sŠ@m¨"iM‰†±¢¾9éE»>à£8ÍiN ±|„¤²$ç;·Ï]z•ž§ÁçφƒbaqäNÇ7Pƒ"Ô¬¨sGS„:MºÚõ‚ý¡^‹Ú¤*””a`£T¥šUý•ÆUXMla³Ô®:Öˆõüj/«Ç–ÀöŽªê¬Ng:B…Âõ³A¦C¹Ç×ÒЯ(ml&s÷ͪ6ëZKÛÂ2Œ«*ÍmdÁ ±Òª~Ãç‚VÒMÒm5žZßþÊ\ô-FŠÐíPë*]êN7¯¦5*ji©Ô¹eÁµo´mÃX*ÞÚšWŒí®nsYϸô«ºµÆ?¢ÉtV¼5_R—ÒÜþ~ö§Ñ¥âtïšÝ½¶°Bm¡5!ü’/•PýèWkRÞ Ÿ7±M©<1±o5ð-’Õð;à]%|.‹ÉM±™Ëi¬¸Ÿ¡puï*ãïÅy][bžò>Ó:  †ÙÛ ùÂâ=šÑúïãÖvµ«B÷ߓՎ³¬ò‹ßcDÚUǦºè}¼ +ÙÂ`í[„‘Ìæ#wøÍHû-[úä—¸ N§ŠÑšÈ)¾ÕÀÐÔ² clþÝBÓØÐ`ž”ÅXà¼ba°h¶Æ-ÝÜæJ£RɃûÌ{y»ÞøEùÑô5¡yI,›NÐ[0¡šèô$˜…½1ã§¼L4«4™Uçš)Ík’Óp†Ó‡çœ)ÙÚ“Ó&±‰mj_Ò:ea ª§ÝÜ.úÚ@«Ïãi• wYðó– C Ëõ)Oµ´ºy `»{Ér¢,|5,_i0€}0B#ª¸Rû;¿4MµÀ;–\lÛÛ†JmíÈœ<'ÏÈÎ5f‡·ëu'ÖïÎ4¼K4ìc±ÓDT6~šýÔS×yÔNùÀ,Z“Kó ÚF¸Ì^ïÅ0|qN8ÞekxeþfCµ×@W,J2l¨—ó~'¸íóÂa[kÎû÷Z§nꀫ|½8¸Ö]­pO4P@§xó‰“Üì¬xÐSy’¢»èÐ9>Ü ±¤/Ùôõe¬ ŽzåW<—U–]Ìüð:ò4@vÄãÅ„}­³Ô+'˜ís‹¯ýåxûÆá޾HD¬Jz€Sh…t}+ׂ€q*!€]È…„Xs4ØcT†3#0ZhxƒØŠÚ'fÿ n80e~ȿ׈M#€¡:”Ø‹”‚y‡Ð‰ÂȉïV‡ ˜lwözxŠÊćĴ6·Š[èŠÔxx†nµ‡;PnfغF }Ͱw䈉º1|ÃÈéè‰óŠôæxÛhŠ¤ÈŒœ%;ã,ÙWúèm°ø} ˜Œ1@‹éæ;Ô4Û0„Y‰ N3têHŒ¹dÆöˇŒ>°ŒóøwÔ;¼ƒÁ)x31·$fUƒ w‘ t‹,IrŽƒ¨Â~¿V.•Ò~›‘›¸÷ŽOøòˆ‘(}|&àA0Yh(o@þˆ%I5µòu@$´h‹ÍÖ8¾xÓnFŒy“Gv6?ù“Ïè>2³'T‚30‡‚¨”n¹•°’Ž(ÏÃ,Gá»H„zIއ“ëøfµ0–ô¸9gÃ:‚’SbGI(‹¹”3§ Y‹~³`β>hã+•Nxù—]éù0˜ &8š{U2 pc3¨2޹m$ÑJYUc—jx—˜5¸‰5\¡‹œé—ÒÑ¡”&ÔÚ–;‘Š”HÙ 6Òš÷"&Qvi{©ÖÙ‹RÛIŒœŒÔ>Êr9ér±£ DYçМoyx[@R4U™Žþc•<Œ˜G^Ù››!*¹Aê£4悯ã61I0èœ;¢-ËT;Óé8WyÕ „¨ŸÃ(2ý‰cÇa9j‘Pž‡E â‡.¸šëY:#9h¿¢(g(ÍÀ.Gˆ™¼ÈÚ離q¢@…êsI3 Ãù b7/’šÓX(áŠ8jäó>V"!̓áT’¨‰Öš¤€e8–/ÁqBfYšÆÙ"jÉ # &GÊ…XÊÅó>טyñŸ¦2¥S¡ ©›1j£iêþÉ<‹°/qà ¦¿"¦lãzË©œ°—§ °NOVœƒ:KÖt*Lц™ù‹\Á‰Š*þQû$ªBÄYAb”ƒ¨;"k‰x›:*O‘4›òu’Z˜åp›¶ZÀ¨•7Ùª/ (BòŸ²'Šœ¬È˜6£žbë2Ц ZZ¨ò:žØ2®C …B¤äŠ*õz !ÇP;©#ÎS•ÒZ{qoH1‹Ç`y5$–C* Éù¨z!¢m)&‹¤n #œ§»™Ò±L9²5…=*Ž'ô¡‡±)4sªÑ&0«¬Qg­Q%ÝÇþ§‰ ²wy4ù?«×0³¾Ú¥¤‰B!%œ’c*…Ò´;°h¾a.œ’WHkJ;­·Éµ>pTD¢–é1ŽŠ˜ªµ>‹¶CÀ ̺'•$…B•˜W)3ºt{Úª(…ù4BªäI¬™#{ú h(¿±å˜›ˆÑ¸Gð©ÁIUy·ÚÑš"‹¹HP°xbs0I(Ðz .ÛºYAºH$Åq±Ã±¡X¡¡âšœ=+¤»J°4²Ú¤¸±ºUI(¾«òq±ª4…{Æ{¼I "¡è îêjžJ§ßSлR ¬\º«6åp²½»½J,ô¶Íš²£k¾çþë Fë&-“1ܪäËîËfJsaœ¦µµù»L£¹Ç1µ^ê¦ ,ÙÀW Ä‚%ŠãwsËÀW@ÀÝk£ú¨¬¦K%€¦¼ÁXµ6›·  Û ÂŒ¸¬·¬ÂX$؅¬Ã\/ÂB.Ì#6ÜE2ÃÂa»âÙØ1 ‡˜=D #DìÕÄ /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done alpha.o: alpha.c ../GL/gle.h main.h beam.o: beam.c ../GL/gle.h main.h candlestick.o: candlestick.c ../GL/gle.h main.h cone.o: cone.c ../GL/gle.h main.h cylinder.o: cylinder.c ../GL/gle.h main.h helix.o: helix.c ../GL/gle.h main.h helix2.o: helix2.c ../GL/gle.h main.h helix3.o: helix3.c ../GL/gle.h main.h helix4.o: helix4.c ../GL/gle.h main.h helixtex.o: helixtex.c ../GL/gle.h main.h texture.h horn.o: horn.c ../GL/gle.h main.h joinoffset.o: joinoffset.c ../GL/gle.h main.h mainjoin.o: mainjoin.c ../GL/gle.h main.h mainsimple.o: mainsimple.c main.h maintex.o: maintex.c ../GL/gle.h main.h texture.h screw.o: screw.c ../GL/gle.h main.h texture.h taper.o: taper.c ../GL/gle.h main.h texas.o: texas.c ../GL/gle.h main.h texture.o: texture.c texture.h transport.o: transport.c ../GL/gle.h main.h twistoid.o: twistoid.c ../GL/gle.h main.h twoid.o: twoid.c ../GL/gle.h main.h 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-docDATA install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-docDATA uninstall: uninstall-am all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(docdir) 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-noinstPROGRAMS mostlyclean-compile \ mostlyclean-libtool mostlyclean-tags \ mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \ clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-noinstPROGRAMS distclean-compile \ distclean-libtool distclean-tags distclean-generic \ clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ maintainer-clean-compile maintainer-clean-libtool \ 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-am .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile mostlyclean-libtool distclean-libtool \ clean-libtool maintainer-clean-libtool uninstall-docDATA \ install-docDATA tags 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 mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean run: rundemo # 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: gle-3.1.0/examples/README0000644000076400007640000000071407326122116010453 You can make the examples in this directory by running make -f Makefile.examples If this makefile doesn't work for you, you'l need to get the source, and run configure. To run a whole sequence of demos, run the shell script ./rundemo This shell script will run them in order from basic to complex, and print a short explanation of each demo to stdout. Use the leftmouse to move, and middlemouse to get to the popup menu. Exit each demo from the menu. gle-3.1.0/examples/COPYING0000644000076400007640000001342607125262243010635 The "Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: * "Package" refers to the collection of files (in this directory and its subdirectories) distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. * "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. * "Copyright Holder" is whoever is named in the copyright or copyrights for the package. * "You" is you, if you're thinking about copying or distributing this Package. * "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) * "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The graphic art and geometrical data supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End gle-3.1.0/examples/Makefile.am0000644000076400007640000000334607635517057011652 noinst_PROGRAMS = \ alpha \ beam \ candlestick \ cone \ cylinder \ helix \ helix2 \ helix3 \ helix4 \ helixtex \ horn \ joincone \ joinoffset \ joinstyle \ screw \ taper \ texas \ transport \ twistoid \ twistex \ twoid alpha_SOURCES = alpha.c mainjoin.c beam_SOURCES = beam.c mainsimple.c cone_SOURCES = cone.c mainsimple.c cylinder_SOURCES = cylinder.c mainsimple.c helix_SOURCES = helix.c mainsimple.c helix2_SOURCES = helix2.c mainsimple.c helix3_SOURCES = helix3.c mainsimple.c helix4_SOURCES = helix4.c mainsimple.c helixtex_SOURCES = helixtex.c texture.c maintex.c horn_SOURCES = horn.c mainsimple.c joincone_SOURCES = cone.c mainjoin.c joinoffset_SOURCES = joinoffset.c mainjoin.c joinstyle_SOURCES = cylinder.c mainjoin.c screw_SOURCES = screw.c texture.c maintex.c taper_SOURCES = taper.c mainsimple.c texas_SOURCES = texas.c mainjoin.c twistoid_SOURCES = twoid.c twistex_SOURCES = twistoid.c texture.c maintex.c EXTRA_DIST = \ .cvsignore Makefile.examples rundemo README noinst_HEADERS = \ main.h \ texture.h INCLUDES = \ @X_CFLAGS@ \ -I${top_srcdir} \ -I${top_srcdir}/src LDADD = @X_LIBS@ -L../src/ docdir = $(datadir)/doc/gle/examples doc_DATA = \ COPYING \ Makefile.examples \ README \ rundemo \ main.h \ texture.h \ alpha.c \ beam.c \ candlestick.c \ cone.c \ cylinder.c \ helix.c \ helix2.c \ helix3.c \ helix4.c \ helixtex.c \ horn.c \ joinoffset.c \ mainjoin.c \ mainsimple.c \ maintex.c \ screw.c \ taper.c \ texas.c \ texture.c \ transport.c \ twoid.c \ twistoid.c run: rundemo gle-3.1.0/examples/alpha.c0000644000076400007640000000556307635517014011043 /* * FILE: * alpha.c * * FUNCTION: * Alpha-blending/transparency demo * Demo illustrates how to draw transparent shapes. * This demo is very similar to the cone.c demo, except * that it draws the basic shape twice: once fat and transparent, * and once skiny but solid-colored. * * Note that this algoroithm is somewhat faulty: correct transparency * is acheived by drawing back-to-front, which can be done by using * the stencil planes. This demo does not do this. * * HISTORY: * Linas Vepstas March 1995 * March 2003, Derived from cone demo * Copyright (c) 1995,2003 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" /* the arrays in which we will store out polyline */ #define NPTS 6 double radii [NPTS]; double radii_small [NPTS]; double points [NPTS][3]; float colors [NPTS][4]; float colors_thin [NPTS][4]; int idx = 0; /* some utilities for filling that array */ #define PNT(x,y,z) { \ points[idx][0] = x; \ points[idx][1] = y; \ points[idx][2] = z; \ idx ++; \ } #define COL(r,g,b) { \ colors[idx][0] = r; \ colors[idx][1] = g; \ colors[idx][2] = b; \ colors[idx][3] = 1.0; \ colors_thin[idx][0] = r; \ colors_thin[idx][1] = g; \ colors_thin[idx][2] = b; \ colors_thin[idx][3] = 0.5; \ } #define RAD(r) { \ radii[idx] = 1.5*r; \ radii_small[idx] = 0.4*r; \ } /* * Initialize a bent shape with three segments. * The data format is a polyline. * * NOTE that neither the first, nor the last segment are drawn. * The first & last segment serve only to determine that angle * at which the endcaps are drawn. */ void InitStuff (void) { glEnable(GL_BLEND); glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); /* initialize the join style here */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); RAD (1.0); COL (0.0, 0.0, 0.0); PNT (-6.0, 6.0, 0.0); RAD (1.0); COL (0.0, 0.8, 0.3); PNT (6.0, 6.0, 0.0); RAD (3.0); COL (0.8, 0.3, 0.0); PNT (6.0, -6.0, 0.0); RAD (0.5); COL (0.2, 0.3, 0.9); PNT (-6.0, -6.0, 0.0); RAD (2.0); COL (0.2, 0.8, 0.5); PNT (-6.0, 6.0, 0.0); RAD (1.0); COL (0.0, 0.0, 0.0); PNT (6.0, 6.0, 0.0); } /* draw the polycone shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (lastx, 0.0, 1.0, 0.0); glRotatef (lasty, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the polycone -- */ glePolyCone_c4f (idx, points, colors, radii_small); glePolyCone_c4f (idx, points, colors_thin, radii); glPopMatrix (); glutSwapBuffers (); } /* --------------------------- end of file ------------------- */ gle-3.1.0/examples/mainjoin.c0000644000076400007640000000647007125262243011553 /* * main for exhibiting differnt join styles * * FUNCTION: * This demo demonstrates the various join styles, * and how they get applied. * * HISTORY: * Linas Vepstas March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include #include "main.h" float lastx=0; float lasty=0; /* get notified of mouse motions */ static void MouseMotion (int x, int y) { lastx = x; lasty = y; glutPostRedisplay (); } static void JoinStyle (int msg) { int style; /* get the current joint style */ style = gleGetJoinStyle (); /* there are four different join styles, * and two different normal vector styles */ switch (msg) { case 0: style &= ~TUBE_JN_MASK; style |= TUBE_JN_RAW; break; case 1: style &= ~TUBE_JN_MASK; style |= TUBE_JN_ANGLE; break; case 2: style &= ~TUBE_JN_MASK; style |= TUBE_JN_CUT; break; case 3: style &= ~TUBE_JN_MASK; style |= TUBE_JN_ROUND; break; case 20: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_FACET; break; case 21: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_EDGE; break; case 99: exit (0); default: break; } gleSetJoinStyle (style); glutPostRedisplay (); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.99, 0.99, 0.99, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.99, 0.99, 0.99, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("join styles"); glutDisplayFunc (DrawStuff); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (JoinStyle); glutAddMenuEntry ("Raw Join Style", 0); glutAddMenuEntry ("Angle Join Style", 1); glutAddMenuEntry ("Cut Join Style", 2); glutAddMenuEntry ("Round Join Style", 3); glutAddMenuEntry ("------------------", 9999); glutAddMenuEntry ("Facet Normal Vectors", 20); glutAddMenuEntry ("Edge Normal Vectors", 21); glutAddMenuEntry ("------------------", 9999); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glEnable (GL_LIGHT1); glEnable (GL_LIGHTING); glEnable (GL_NORMALIZE); glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); glEnable (GL_COLOR_MATERIAL); InitStuff (); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } /* ------------------ end of file -------------------- */ gle-3.1.0/examples/beam.c0000644000076400007640000000545307125262243010653 /* * beam.c * * FUNCTION: * Show how twisting is applied. * * HISTORY: * -- linas Vepstas October 1991 * -- heavily modified to draw corrugated surface, Feb 1993, Linas * -- modified to demo twistoid March 1993 * -- port to glut Linas Vepstas March 1995 * Copyright (c) 1991, 1993, 1995 Linas Vepstas */ /* required include files */ #include #include #include #include #include #include "main.h" /* =========================================================== */ #define NUM_BEAM_PTS 22 double beam_spine[NUM_BEAM_PTS][3]; double beam_twists [NUM_BEAM_PTS]; #define TSCALE (6.0) #define TPTS(x,y,z) { \ beam_spine[i][0] = TSCALE * (x); \ beam_spine[i][1] = TSCALE * (y); \ beam_spine[i][2] = TSCALE * (z); \ i++; \ } #define TXZERO() { \ beam_twists[i] = 0.0; \ } /* =========================================================== */ #define SCALE 0.1 #define XSECTION(x,y) { \ double ax, ay, alen; \ xsection[i][0] = SCALE * (x); \ xsection[i][1] = SCALE * (y); \ if (i!=0) { \ ax = xsection[i][0] - xsection[i-1][0]; \ ay = xsection[i][1] - xsection[i-1][1]; \ alen = 1.0 / sqrt (ax*ax + ay*ay); \ ax *= alen; ay *= alen; \ xnormal [i-1][0] = - ay; \ xnormal [i-1][1] = ax; \ } \ i++; \ } #define NUM_XSECTION_PTS (12) double xsection [NUM_XSECTION_PTS][2]; double xnormal [NUM_XSECTION_PTS][2]; /* =========================================================== */ void InitStuff (void) { int i; i=0; while (i<22) { TXZERO (); TPTS (-1.1 +((float) i)/10.0, 0.0, 0.0); } i=0; XSECTION (-6.0, 6.0); XSECTION (6.0, 6.0); XSECTION (6.0, 5.0); XSECTION (1.0, 5.0); XSECTION (1.0, -5.0); XSECTION (6.0, -5.0); XSECTION (6.0, -6.0); XSECTION (-6.0, -6.0); XSECTION (-6.0, -5.0); XSECTION (-1.0, -5.0); XSECTION (-1.0, 5.0); XSECTION (-6.0, 5.0); } static void TwistBeam (double howmuch) { int i; double z; for (i=0; i<22; i++) { z = ((double) (i-14)) / 10.0; beam_twists[i] = howmuch * exp (-3.0 * z*z); } } /* =========================================================== */ void DrawStuff (void) { TwistBeam ((double) (lastx -121) / 8.0); glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotated (43.0, 1.0, 0.0, 0.0); glRotated (43.0, 0.0, 1.0, 0.0); glScaled (1.8, 1.8, 1.8); gleTwistExtrusion (NUM_XSECTION_PTS, xsection, xnormal, NULL, NUM_BEAM_PTS, beam_spine, NULL, beam_twists); glPopMatrix (); glutSwapBuffers (); } /* ------------------ end of file -------------------- */ gle-3.1.0/examples/mainsimple.c0000644000076400007640000000360307125262243012100 /* * FUNCTION: * very minimal "main()" for GL demos. * * HISTORY: * Linas Vepstas March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" float lastx=0; float lasty=0; /* get notified of mouse motions */ static void MouseMotion (int x, int y) { lastx = x; lasty = y; glutPostRedisplay (); } static void JoinStyle (int msg) { exit (0); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.99, 0.99, 0.99, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.99, 0.99, 0.99, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("basic demo"); glutDisplayFunc (DrawStuff); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (JoinStyle); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glEnable (GL_LIGHT1); glEnable (GL_LIGHTING); glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); glEnable (GL_COLOR_MATERIAL); InitStuff (); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } gle-3.1.0/examples/candlestick.c0000644000076400007640000002664407125262243012240 /* * candlestick.c * * FUNCTION: * Draws a skewed candlestick shape using the Lathe primitive * * HISTORY: * -- created by Linas Vepstas October 1991 * -- C++ and OO playing around Linas Vepstas June 1993 * -- converted to use GLUT -- December 1995, Linas * Copyright (c) 1991, 1993, 1995 Linas Vepstas * */ /* required include files */ #include #include #include #include #include #include "main.h" /* =========================================================== */ #define SET_RGB(rgb,r,g,b) { \ rgb[0]=r; rgb[1]=g; rgb[2]=b; \ } typedef struct _material { /* public data areas */ float emission[3]; float ambient[3]; float diffuse[3]; float specular[3]; float shininess; } Material; #define SET_EMIS(self,r,g,b) { SET_RGB(self->emission, r,g,b); } #define SET_AMB(self,r,g,b) { SET_RGB(self->ambient, r,g,b); } #define SET_DIFF(self,r,g,b) { SET_RGB(self->diffuse, r,g,b); } #define SET_SPEC(self,r,g,b) { SET_RGB(self->specular, r,g,b); } /* =========================================================== */ #ifdef NOTNOW class goPolyline { public: int dimension; int numPoints; double * pts; private: int nfree; public: goPolyline (); // by default, construct 3D polyline goPolyline (int); // construct arbitrary dimension polyline void Print (); void AddPoint (double x, double y); void AddNormal (double x, double y); void MakeFacetNormal (); }; #endif /* NOTNOW */ typedef double SVec[2]; typedef struct contour { /* public data areas */ int numContourPoints; int numContourNorms; SVec * pts; SVec * norms; double up[3]; } Contour; #define pfree numContourPoints #define nfree numContourNorms #define NEW_CONTOUR(self) { \ self -> pts = (SVec *) malloc (100*sizeof (double)); \ self -> norms = (SVec *) malloc (100*sizeof (double)); \ self -> pfree = 0; \ self -> nfree = 0; \ } #define ADD_POINT(self,x,y) { \ self -> pts[self->pfree][0] = x; \ self -> pts[self->pfree][1] = y; \ self->pfree ++; \ } #define ADD_NORMAL(self,x,y) { \ self -> norms[self->nfree][0] = x; \ self -> norms[self->nfree][1] = y; \ self->nfree ++; \ } #define MAKE_NORMAL(self) { \ float dx, dy, w; \ dx = self -> pts [self->pfree -1][0]; \ dx -= self -> pts [self->pfree -2][0]; \ dy = self -> pts [self->pfree -1][1]; \ dy -= self -> pts [self->pfree -2][1]; \ w = 1.0 / sqrt (dx*dx+dy*dy); \ dx *= w; \ dy *= w; \ self -> norms[self->nfree][0] = -dy; \ self -> norms[self->nfree][1] = dx; \ self -> nfree ++; \ } /* =========================================================== */ /* class gleExtrustion */ typedef struct _extrusion { Material *material; /* material description */ Contour *contour; /* 2D contour */ double radius; /* for polycylinder, torus */ double startRadius; /* spiral starts in x-y plane */ double drdTheta; /* change in radius per revolution */ double startZ; /* starting z value */ double dzdTheta; /* change in Z per revolution */ double startXform[2][3]; /* starting contour affine xform */ double dXdTheta[2][3]; /* tangent change xform per revoln */ double startTheta; /* start angle in x-y plane */ double sweepTheta; /* degrees to spiral around */ } Extrusion; #define NEW_EXTRUSION(self) { \ self -> material = (Material *) malloc (sizeof (Material)); \ self -> contour = (Contour *) malloc (sizeof (Contour)); \ NEW_CONTOUR (self->contour); \ } /* =========================================================== */ Extrusion *candle = NULL; /* =========================================================== */ float lastx=0; float lasty=0; static void draw_candle (void) { /* attach the mouse */ candle->dzdTheta = - 0.015 * (lasty -150.0); /* rotational delta sine & cosines from mouse */ /* disable twist -- confusing to the viewer, hard to explain */ /* mouse -> AttachMouseYd (mouse, 0.0004, -0.1, &candle->dXdTheta[0][1]); */ glMaterialfv (GL_FRONT_AND_BACK, GL_AMBIENT, candle->material->ambient); glMaterialfv (GL_FRONT_AND_BACK, GL_DIFFUSE, candle->material->diffuse); glMaterialfv (GL_FRONT_AND_BACK, GL_SPECULAR, candle->material->specular); glMaterialf (GL_FRONT_AND_BACK, GL_SHININESS, 2.0); #ifdef IBM_GL_32 rotate (-750, 'x'); rotate (-1050, 'z'); translate (-0.5, -0.5, -0.5); lathe (candle->contour->numContourPoints, candle->contour->pts, candle->contour->norms, candle->contour->up, candle->startRadius, /* donut radius */ candle->drdTheta, /* change in donut radius per revolution */ candle->startZ, /* start z value */ candle->dzdTheta, /* change in Z per revolution */ candle->startXform, candle->dXdTheta, candle->startTheta, /* start angle */ candle->sweepTheta); /* sweep angle */ #endif #define OPENGL_10 #ifdef OPENGL_10 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotated (-75.0, 1.0, 0.0, 0.0); glRotated (-105.0, 0.0, 0.0, 1.0); glEnable (GL_LIGHTING); gleLathe (candle->contour->numContourPoints, candle->contour->pts, candle->contour->norms, candle->contour->up, candle->startRadius, /* donut radius */ candle->drdTheta, /* change in donut radius per revolution */ candle->startZ, /* start z value */ candle->dzdTheta, /* change in Z per revolution */ candle->startXform, candle->dXdTheta, candle->startTheta, /* start angle */ candle->sweepTheta); /* sweep angle */ glDisable (GL_LIGHTING); glPopMatrix (); glutSwapBuffers (); #endif } /* =========================================================== */ #define SCALE 1.0 #define PT(x,y) { ADD_POINT (candle->contour, SCALE*x, SCALE*y); } #define NORM(x,y) { ADD_NORMAL (candle->contour, x, y); } #define FACET { MAKE_NORMAL (candle->contour); } /* =========================================================== */ static void init_candle (void) { int j; double theta, dtheta; int style; candle = (Extrusion *) malloc (sizeof (Extrusion)); NEW_EXTRUSION (candle); /* define candle color */ SET_AMB (candle->material, 0.25, 0.25, 0.25); SET_DIFF (candle->material, 0.8, 0.6, 0.175); SET_SPEC (candle->material, 0.45, 0.45, 0.45); /* define lathe/spiral parameters */ candle -> startRadius = 1.5; candle -> drdTheta = 0.0; candle -> startZ = 0.0; candle -> dzdTheta = 0.0; candle -> startTheta = 0.0; candle -> sweepTheta = 360.0; /* initialize contour up vector */ candle->contour->up[0] = 1.0; candle->contour->up[1] = 0.0; candle->contour->up[2] = 0.0; /* define candlestick contour */ PT (-8.0, 0.0); PT (-10.0, 0.0); FACET; PT (-10.0, 2.0); FACET; PT (-9.6, 2.0); FACET; PT (-8.0, 0.0); FACET; PT (-5.8, 0.0); FACET; PT (-5.2, 0.6); FACET; PT (-4.6, 0.0); FACET; PT (-1.5, 0.0); FACET; dtheta = M_PI /14.0; theta = 0.0; for (j=0; j<14; j++) { PT ((-1.5*cos(theta)) , (1.5*sin(theta))); NORM ((-cos(theta)) , sin(theta)); theta += dtheta; } PT (1.5, 0.0); FACET; PT (4.6, 0.0); FACET; PT (5.2, 0.6); FACET; PT (5.8, 0.0); FACET; PT (7.0, 0.0); FACET; PT (7.5, 0.2); FACET; PT (8.0, 0.8); FACET; PT (8.3, 0.9); FACET; PT (8.15, 1.8); FACET; PT (8.8, 2.8); FACET; PT (9.2, 3.8); FACET; PT (9.5, 3.8); FACET; PT (9.56, 3.75); FACET; PT (9.62, 3.75); FACET; PT (9.7, 3.8); FACET; PT (10.0, 3.8); FACET; PT (10.0, 0.0); FACET; PT (7.0, 0.0); FACET; /* initialize the transofrms */ candle->startXform[0][0] = 1.0; candle->startXform[0][1] = 0.0; candle->startXform[0][2] = 0.0; candle->startXform[1][0] = 0.0; candle->startXform[1][1] = 1.0; candle->startXform[1][2] = 0.0; candle->dXdTheta[0][0] = 0.0; candle->dXdTheta[0][1] = 0.0; candle->dXdTheta[0][2] = 0.0; candle->dXdTheta[1][0] = 0.0; candle->dXdTheta[1][1] = 0.0; candle->dXdTheta[1][2] = 0.0; /* set the initial join style */ style = gleGetJoinStyle (); style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_PATH_EDGE; style |= TUBE_NORM_FACET; gleSetJoinStyle (style); } /* =========================================================== */ /* get notified of mouse motions */ static void MouseMotion (int x, int y) { lastx = x; lasty = y; glutPostRedisplay (); } static void JoinStyle (int msg) { int style; /* get the current joint style */ style = gleGetJoinStyle (); /* there are four different join styles, * and two different normal vector styles */ switch (msg) { case 20: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_FACET; break; case 21: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_EDGE; break; case 22: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_PATH_EDGE; style |= TUBE_NORM_FACET; break; case 23: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_PATH_EDGE; style |= TUBE_NORM_EDGE; break; case 99: exit (0); default: break; } gleSetJoinStyle (style); glutPostRedisplay (); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.54, 0.54, 0.54, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.54, 0.54, 0.54, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("candlestick"); glutDisplayFunc (draw_candle); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (JoinStyle); glutAddMenuEntry ("Facet Normal Vectors", 20); glutAddMenuEntry ("Edge Normal Vectors", 21); glutAddMenuEntry ("Facet Sweep Normal Vectors", 22); glutAddMenuEntry ("Edge Sweep Normal Vectors", 23); glutAddMenuEntry ("------------------", 9999); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_AMBIENT, lightOneColor); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glLightfv (GL_LIGHT0, GL_SPECULAR, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glLightfv (GL_LIGHT1, GL_AMBIENT, lightTwoColor); glEnable (GL_LIGHT1); glEnable (GL_LIGHTING); glEnable (GL_NORMALIZE); /* glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); */ /* glEnable (GL_COLOR_MATERIAL); */ init_candle (); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } /* ===================== END OF FILE ================== */ gle-3.1.0/examples/cone.c0000644000076400007640000000407407635437121010676 /* * FILE: * cone.c * * FUNCTION: * Baisc demo illustrating how to write code to draw * the most basic cone shape. * * HISTORY: * Linas Vepstas March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" /* the arrays in which we will store out polyline */ #define NPTS 6 double radii [NPTS]; double points [NPTS][3]; float colors [NPTS][3]; int idx = 0; /* some utilities for filling that array */ #define PNT(x,y,z) { \ points[idx][0] = x; \ points[idx][1] = y; \ points[idx][2] = z; \ idx ++; \ } #define COL(r,g,b) { \ colors[idx][0] = r; \ colors[idx][1] = g; \ colors[idx][2] = b; \ } #define RAD(r) { \ radii[idx] = r; \ } /* * Initialize a bent shape with three segments. * The data format is a polyline. * * NOTE that neither the first, nor the last segment are drawn. * The first & last segment serve only to determine that angle * at which the endcaps are drawn. */ void InitStuff (void) { /* initialize the join style here */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); RAD (1.0); COL (0.0, 0.0, 0.0); PNT (-6.0, 6.0, 0.0); RAD (1.0); COL (0.0, 0.8, 0.3); PNT (6.0, 6.0, 0.0); RAD (3.0); COL (0.8, 0.3, 0.0); PNT (6.0, -6.0, 0.0); RAD (0.5); COL (0.2, 0.3, 0.9); PNT (-6.0, -6.0, 0.0); RAD (2.0); COL (0.2, 0.8, 0.5); PNT (-6.0, 6.0, 0.0); RAD (1.0); COL (0.0, 0.0, 0.0); PNT (6.0, 6.0, 0.0); } /* draw the polycone shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (lastx, 0.0, 1.0, 0.0); glRotatef (lasty, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the polycone -- */ glePolyCone (idx, points, colors, radii); glPopMatrix (); glutSwapBuffers (); } /* --------------------------- end of file ------------------- */ gle-3.1.0/examples/cylinder.c0000644000076400007640000000366307125262243011561 /* * cylinder drawing demo * * FUNCTION: * Basic demo illustrating how to write code to draw * the most basic cylinder shape. * * HISTORY: * Linas Vepstas March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" /* the arrays in which we will store out polyline */ #define NPTS 6 double points [NPTS][3]; float colors [NPTS][3]; int idx = 0; /* some utilities for filling that array */ #define PNT(x,y,z) { \ points[idx][0] = x; \ points[idx][1] = y; \ points[idx][2] = z; \ idx ++; \ } #define COL(r,g,b) { \ colors[idx][0] = r; \ colors[idx][1] = g; \ colors[idx][2] = b; \ } /* * Initialize a bent shape with three segments. * The data format is a polyline. * * NOTE that neither the first, nor the last segment are drawn. * The first & last segment serve only to determine that angle * at which the endcaps are drawn. */ void InitStuff (void) { /* initialize the join style here */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); COL (0.0, 0.0, 0.0); PNT (-6.0, 6.0, 0.0); COL (0.0, 0.8, 0.3); PNT (6.0, 6.0, 0.0); COL (0.8, 0.3, 0.0); PNT (6.0, -6.0, 0.0); COL (0.2, 0.3, 0.9); PNT (-6.0, -6.0, 0.0); COL (0.2, 0.8, 0.5); PNT (-6.0, 6.0, 0.0); COL (0.0, 0.0, 0.0); PNT (6.0, 6.0, 0.0); } /* draw the cylinder shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (lastx, 0.0, 1.0, 0.0); glRotatef (lasty, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the polycylinder -- */ glePolyCylinder (NPTS, points, colors, 2.3); glPopMatrix (); glutSwapBuffers (); } /* ------------------------ end of file ------------------- */ gle-3.1.0/examples/helix.c0000644000076400007640000000221307125262243011047 /* * helicoid (gernalized torus) demo * * FUNCTION: * This code provides a very simple example of the helicoid primitive. * Most of this code is required to set up OpenGL and GLUT, and very * very little to set up the helix drawer. Don't blink! * * HISTORY: * Written by Linas Vepstas, March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" void InitStuff (void) { lastx = 121.0; lasty = 121.0; } /* draw the helix shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glColor3f (0.6, 0.8, 0.3); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (lastx, 0.0, 1.0, 0.0); glRotatef (lasty, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the helix -- */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); gleHelicoid (1.0, 6.0, 2.0, -3.0, 4.0, 0x0, 0x0, 0.0, 1080.0); glPopMatrix (); glutSwapBuffers (); } /* ------------------------- end of file ----------------- */ gle-3.1.0/examples/helix2.c0000644000076400007640000000240307125262243011132 /* * helicoid (gernalized torus) demo * * FUNCTION: * This code provides a very simple example of the helicoid primitive. * Most of this code is required to set up OpenGL and GLUT, and very * very little to set up the helix drawer. Don't blink! * * =======> MOUSE HOOKED UP TO RADIUS, DELTA-RADIUS < ======== * * HISTORY: * Written by Linas Vepstas, March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" void InitStuff (void) { lastx = 121.0; lasty = 121.0; } /* draw the helix shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glColor3f (0.6, 0.3, 0.8); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (220.0, 0.0, 1.0, 0.0); glRotatef (65.0, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the helix -- */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); gleHelicoid (0.01*lastx, 6.0, (0.01*lasty - 2.0), -3.0, 4.0, 0x0, 0x0, 0.0, 1080.0); glPopMatrix (); glutSwapBuffers (); } /* ------------------------- end of file ----------------- */ gle-3.1.0/examples/helix3.c0000644000076400007640000000234507125262243011140 /* * helicoid (gernalized torus) demo * * FUNCTION: * This code provides a very simple example of the helicoid primitive. * Most of this code is required to set up OpenGL and GLUT, and very * very little to set up the helix drawer. Don't blink! * * =======> MOUSE HOOKED UP TO SWEEP, HEIGHT < ======== * * HISTORY: * Written by Linas Vepstas, March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" void InitStuff (void) { lastx = 121.0; lasty = 121.0; } /* draw the helix shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glColor3f (0.8, 0.3, 0.6); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (220.0, 0.0, 1.0, 0.0); glRotatef (65.0, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the helix -- */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); gleHelicoid (1.0, 6.0, -1.0, 0.0, (0.02*lasty-2.0), 0x0, 0x0, 0.0, 6.0*lastx); glPopMatrix (); glutSwapBuffers (); } /* ------------------------- end of file ----------------- */ gle-3.1.0/examples/helix4.c0000644000076400007640000000317307125262243011141 /* * helicoid (gernalized torus) demo * * FUNCTION: * This code provides a very simple example of the helicoid primitive. * Most of this code is required to set up OpenGL and GLUT, and very * very little to set up the helix drawer. Don't blink! * * =======> MOUSE HOOKED UP TO AFFINE < ======== * * HISTORY: * Written by Linas Vepstas, March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" void InitStuff (void) { lastx = 121.0; lasty = 121.0; } /* draw the helix shape */ void DrawStuff (void) { double affine[2][3]; double delta_affine[2][3]; glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glColor3f (0.7, 0.5, 0.3); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (220.0, 0.0, 1.0, 0.0); glRotatef (65.0, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the helix -- */ affine [0][0] = 1.0/ (0.01*lastx); affine [1][0] = 0.0; affine [0][1] = 0.0; affine [1][1] = 0.01*lastx; affine [0][2] = 0.0; affine [1][2] = 0.0; delta_affine [0][0] = 0.0; delta_affine [1][0] = 0.03*lasty; delta_affine [0][1] = -0.03*lasty; delta_affine [1][1] = 0.0; delta_affine [0][2] = 0.0; delta_affine [1][2] = 0.0; gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); gleHelicoid (1.0, 7.0, -1.0, -4.0, 6.0, affine, delta_affine, 0.0, 980.0); glPopMatrix (); glutSwapBuffers (); } /* ------------------------- end of file ----------------- */ gle-3.1.0/examples/helixtex.c0000644000076400007640000000207007125262243011571 /* * helicoid (gernalized torus) demo * * FUNCTION: * This code provides a very simple example of the helicoid primitive. * * =======> MOUSE HOOKED UP TO SWEEP, HEIGHT < ======== * * HISTORY: * Written by Linas Vepstas, March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" #include "texture.h" void InitStuff (void) {} /* draw the helix shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (220.0, 0.0, 1.0, 0.0); glRotatef (65.0, 1.0, 0.0, 0.0); /* Phew. FINALLY, Draw the helix -- */ gleSetJoinStyle (TUBE_NORM_EDGE | TUBE_JN_ANGLE | TUBE_JN_CAP); gleHelicoid (1.0, 6.0, -1.0, 0.0, (0.02*lasty-2.0), 0x0, 0x0, 0.0, 6.0*lastx); glPopMatrix (); glutSwapBuffers (); } /* ---------------------- end of file ------------------ */ gle-3.1.0/examples/texture.c0000644000076400007640000002210007125262243011433 /* * texture.c * * FUNCTION: * texture mapping hack * * HISTORY: * Created by Linas Vepstas April 1994 * Reaction-Diffusion added Dec 1996 * Copyright (c) 1994, 1996, Linas Vepstas */ #include #include #include #include "texture.h" Texture * current_texture = 0x0; Texture * planet_texture = 0x0; Texture * check_texture = 0x0; Texture * barberpole_texture = 0x0; Texture * wild_tooth_texture = 0x0; Texture * reaction_texture = 0x0; void (*texanim)(int) = 0x0; void (*reaction_texanim)(int) = 0x0; /* ======================================================= */ #define TEXTURE_SIZE 256 static Texture * create_planet_texture (void) { int i, j; Texture * tex; unsigned char * pixmap; pixmap = (unsigned char *) malloc (TEXTURE_SIZE*TEXTURE_SIZE*3*sizeof (unsigned char)); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j< TEXTURE_SIZE; j++) { int mi = i - TEXTURE_SIZE/2; int mj = j - TEXTURE_SIZE/2; pixmap [3*TEXTURE_SIZE*i + 3*j] = 100*mi*mi + (40*mj*mj >> 8); pixmap [3*TEXTURE_SIZE*i + 3*j + 1] = (10*mi*mi + 4*mj*mj) ; pixmap [3*TEXTURE_SIZE*i + 3*j + 2] = (1000*mi*mi + 400*mj*mj) >> 16 ; } } tex = (Texture *) malloc (sizeof (Texture)); tex -> size = TEXTURE_SIZE; tex -> pixmap = pixmap; return tex; } /* ======================================================= */ static Texture * create_check_texture (void) { int i, j; Texture * tex; unsigned char * pixmap; pixmap = (unsigned char *) malloc (TEXTURE_SIZE*TEXTURE_SIZE*3*sizeof (unsigned char)); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j< TEXTURE_SIZE; j++) { pixmap [3*TEXTURE_SIZE*i + 3*j] = 255 * ( (((i)/32) %2) == (((j)/32) %2)); pixmap [3*TEXTURE_SIZE*i + 3*j + 1] = 255 * ( (((i)/32) %2) == (((j)/32) %2)); pixmap [3*TEXTURE_SIZE*i + 3*j + 2] = 255 * ( (((i)/32) %2) == (((j)/32) %2)); } } tex = (Texture *) malloc (sizeof (Texture)); tex -> size = TEXTURE_SIZE; tex -> pixmap = pixmap; return tex; } /* ======================================================= */ static Texture * create_barberpole_texture (void) { int i, j; Texture * tex; unsigned char * pixmap; pixmap = (unsigned char *) malloc (TEXTURE_SIZE*TEXTURE_SIZE*3*sizeof (unsigned char)); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j< TEXTURE_SIZE; j++) { pixmap [3*TEXTURE_SIZE*i + 3*j] = 255 * (((i+j)/32) %2); pixmap [3*TEXTURE_SIZE*i + 3*j + 1] = 255 * (((i+j)/32) %2); pixmap [3*TEXTURE_SIZE*i + 3*j + 2] = 255 * (((i+j)/32) %2); } } tex = (Texture *) malloc (sizeof (Texture)); tex -> size = TEXTURE_SIZE; tex -> pixmap = pixmap; return tex; } /* ======================================================= */ static Texture * create_wild_tooth_texture (void) { int i, j; Texture * tex; unsigned char * pixmap; pixmap = (unsigned char *) malloc (TEXTURE_SIZE*TEXTURE_SIZE*3*sizeof (unsigned char)); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j< TEXTURE_SIZE; j++) { pixmap [3*TEXTURE_SIZE*i + 3*j] = 255 * ( (((i+j)/32) %2) == (((i-j)/32) %2)); pixmap [3*TEXTURE_SIZE*i + 3*j + 1] = 255 * ( (((i+j)/32) %2) == (((i-j)/32) %2)); pixmap [3*TEXTURE_SIZE*i + 3*j + 2] = 255 * ( (((i+j)/32) %2) == (((i-j)/32) %2)); } } tex = (Texture *) malloc (sizeof (Texture)); tex -> size = TEXTURE_SIZE; tex -> pixmap = pixmap; return tex; } /* ======================================================= */ /* reaction-diffusion textures, witkin & kass, siggraph 1991 */ /* this is a quick and dirty, sloppy, non-cpu-efficient * non-parametric-corrected isotropic impelemtation. */ static float CPfield[TEXTURE_SIZE][TEXTURE_SIZE]; static float CMfield[TEXTURE_SIZE][TEXTURE_SIZE]; static float RPfield[TEXTURE_SIZE][TEXTURE_SIZE]; static float RMfield[TEXTURE_SIZE][TEXTURE_SIZE]; static float tmpfield[TEXTURE_SIZE][TEXTURE_SIZE]; int niter=0; static Texture * create_reaction_texture (void) { int i,j; Texture * tex; unsigned char * pixmap; pixmap = (unsigned char *) malloc (TEXTURE_SIZE*TEXTURE_SIZE*3* sizeof (unsigned char)); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j size = TEXTURE_SIZE; tex -> pixmap = pixmap; reaction_texture = tex; return tex; } static float delta_t = 0.1; static float h = 1.0; static float ap = 1.0; static float am = 0.5; static float b = 0.0; static float r = 0.5; static void iterate_reaction_texture (int reset) { int i,j, im1, ip1, jm1, jp1; int iter; char * pixmap; float tmp; float cpmax, cpmin, cmmax, cmmin, cps, cms; float cpr, cmr; niter ++; printf ("diffusion-reaction iteration %d \n", niter); cpmax = -1.0e50; cpmin = +1.0e50; cmmax = -1.0e50; cmmin = +1.0e50; if (reset) { niter = 0; for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j CPfield[i][j]) cpmin = CPfield[i][j]; } } for (i=0; i< TEXTURE_SIZE; i++) { im1 = (i+TEXTURE_SIZE-1)%TEXTURE_SIZE; ip1 = (i+1)%TEXTURE_SIZE; for (j=0; j CMfield[i][j]) cmmin = CMfield[i][j]; } } for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j CMfield[i][j]) { RPfield[i][j] = r; RMfield[i][j] = r; } else { RPfield[i][j] = 0.0; RMfield[i][j] = 0.0; } } } } } pixmap = reaction_texture -> pixmap; cps = 1.0 / (cpmax-cpmin); cms = 1.0 / (cmmax-cmmin); for (i=0; i< TEXTURE_SIZE; i++) { for (j=0; j */ /* required include files */ #include #include #include #include #include "main.h" #include "texture.h" /* most recent mouse postion */ float lastx = 100.0; float lasty = 100.0; /* get notified of mouse motions */ static void MouseMotion (int x, int y) { lastx = x; lasty = y; glutPostRedisplay (); } static void IdleFunc (void) { if (texanim) { texanim (0); gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); glutPostRedisplay (); } } static void Visible (int viz) { if (texanim && (GLUT_VISIBLE == viz)) { glutIdleFunc (IdleFunc); } else { glutIdleFunc (NULL); } } /* menu choice handler */ void TextureStyle (int msg) { int mode = 0; texanim = 0x0; glColor3f (0.8, 0.3, 0.6); switch (msg) { case 301: glDisable (GL_TEXTURE_2D); break; case 302: glEnable (GL_TEXTURE_2D); break; case 501: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_FLAT; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (0.1, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 502: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_FLAT; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (0.1, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 503: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_CYL; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (1.0, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 504: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_CYL; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (1.0, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 505: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_SPH; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 506: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_SPH; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 507: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_MODEL_FLAT; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (0.1, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 508: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_MODEL_FLAT; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (0.1, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 509: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_MODEL_CYL; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (1.0, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 510: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_MODEL_CYL; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (1.0, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 511: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_MODEL_SPH; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 512: mode = GLE_TEXTURE_ENABLE | GLE_TEXTURE_NORMAL_MODEL_SPH; glMatrixMode (GL_TEXTURE); glLoadIdentity (); glMatrixMode (GL_MODELVIEW); gleTextureMode (mode); break; case 701: current_texture = check_texture; gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); break; case 702: current_texture = barberpole_texture; gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); break; case 703: current_texture = wild_tooth_texture; gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); break; case 704: current_texture = planet_texture; gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); break; case 705: current_texture = reaction_texture; texanim = reaction_texanim; texanim (1); gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); glColor3f (1.0, 1.0, 1.0); break; case 99: exit (0); default: break; } glutPostRedisplay(); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.99, 0.99, 0.99, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.99, 0.99, 0.99, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("texture"); glutDisplayFunc (DrawStuff); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (TextureStyle); glutAddMenuEntry ("Texture Off", 301); glutAddMenuEntry ("Texture On", 302); glutAddMenuEntry ("--------------", 9999); glutAddMenuEntry ("Vertex Flat", 501); glutAddMenuEntry ("Normal Flat", 502); glutAddMenuEntry ("Vertex Cylinder", 503); glutAddMenuEntry ("Normal Cylinder", 504); glutAddMenuEntry ("Vertex Sphere", 505); glutAddMenuEntry ("Normal Sphere", 506); glutAddMenuEntry ("--------------", 9999); glutAddMenuEntry ("Model Vertex Flat", 507); glutAddMenuEntry ("Model Normal Flat", 508); glutAddMenuEntry ("Model Vertex Cylinder", 509); glutAddMenuEntry ("Model Normal Cylinder", 510); glutAddMenuEntry ("Model Vertex Sphere", 511); glutAddMenuEntry ("Model Normal Sphere", 512); glutAddMenuEntry ("--------------", 9999); glutAddMenuEntry ("Check Texture", 701); glutAddMenuEntry ("Barberpole Texture", 702); glutAddMenuEntry ("Wild Tooth Texture", 703); glutAddMenuEntry ("Molten Lava Texture", 704); glutAddMenuEntry ("Animated Texture", 705); glutAddMenuEntry ("--------------", 9999); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glEnable (GL_LIGHT1); glEnable (GL_LIGHTING); glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); glEnable (GL_COLOR_MATERIAL); glColor3f (0.8, 0.3, 0.6); /* initialize and enable texturing */ setup_textures (); gluBuild2DMipmaps (GL_TEXTURE_2D, 3, current_texture -> size, current_texture -> size, GL_RGB, GL_UNSIGNED_BYTE, (void *) (current_texture->pixmap)); glMatrixMode (GL_TEXTURE); glLoadIdentity (); glScalef (1.0, 0.1, 1.0); glMatrixMode (GL_MODELVIEW); glEnable (GL_TEXTURE_2D); /* some stuff to play with .... glTexGeni (GL_S, GL_TEXTURE_GEN_MODE, GL_OBJECT_LINEAR); glTexGeni (GL_T, GL_TEXTURE_GEN_MODE, GL_OBJECT_LINEAR); glEnable (GL_TEXTURE_GEN_S); glEnable (GL_TEXTURE_GEN_T); */ gleTextureMode (GLE_TEXTURE_ENABLE | GLE_TEXTURE_VERTEX_CYL); InitStuff (); glutVisibilityFunc (Visible); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } /* -------------------- end of file -------------------- */ gle-3.1.0/examples/horn.c0000644000076400007640000000464707125262243010721 /* * hron -- cone drawing demo * * FUNCTION: * Baisc demo illustrating how to write code to draw * the a slightly fancier "polycone". * * HISTORY: * Linas Vepstas March 1995 * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" /* the arrays in which we will store out polyline */ #define NPTS 26 double radii [NPTS]; double points [NPTS][3]; int idx = 0; /* some utilities for filling that array */ #define PNT(x,y,z) { \ points[idx][0] = x; \ points[idx][1] = y; \ points[idx][2] = z; \ idx ++; \ } #define RAD(r) { \ radii[idx] = r; \ } /* * Initialize a bent shape with three segments. * The data format is a polyline. * * NOTE that neither the first, nor the last segment are drawn. * The first & last segment serve only to determine that angle * at which the endcaps are drawn. */ void InitStuff (void) { /* initialize the join style here */ gleSetJoinStyle (TUBE_NORM_PATH_EDGE | TUBE_JN_ANGLE ); RAD (0.3); PNT (-4.9, 6.0, 0.0); RAD (0.3); PNT (-4.8, 5.8, 0.0); RAD (0.3); PNT (-3.8, 5.8, 0.0); RAD (0.6); PNT (-3.5, 6.0, 0.0); RAD (0.8); PNT (-3.0, 7.0, 0.0); RAD (0.9); PNT (-2.4, 7.6, 0.0); RAD (1.0); PNT (-1.8, 7.6, 0.0); RAD (1.1); PNT (-1.2, 7.1, 0.0); RAD (1.2); PNT (-0.8, 5.1, 0.0); RAD (1.7); PNT (-0.3, -2.0, 0.0); RAD (1.8); PNT (-0.2, -7.0, 0.0); RAD (2.0); PNT (0.3, -7.8, 0.0); RAD (2.1); PNT (0.8, -8.2, 0.0); RAD (2.25); PNT (1.8, -8.6, 0.0); RAD (2.4); PNT (3.6, -8.6, 0.0); RAD (2.5); PNT (4.5, -8.2, 0.0); RAD (2.6); PNT (4.8, -7.5, 0.0); RAD (2.7); PNT (5.0, -6.0, 0.0); RAD (3.2); PNT (6.4, -2.0, 0.0); RAD (4.1); PNT (6.9, -1.0, 0.0); RAD (4.1); PNT (7.8, 0.5, 0.0); } /* draw the polycone shape */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (lastx, 0.0, 1.0, 0.0); glRotatef (lasty, 1.0, 0.0, 0.0); glColor3f (0.5, 0.5, 0.2); /* Phew. FINALLY, Draw the polycone -- */ glePolyCone (idx, points, 0x0, radii); glPopMatrix (); glutSwapBuffers (); } /* --------------------------- end of file ------------------- */ gle-3.1.0/examples/joinoffset.c0000644000076400007640000000653307125262243012115 /* * FILE: * joinoffset.c * * FUNCTION: * this demo demonstrates the various join styles * * HISTORY: * Copyright (c) 1995 Linas Vepstas */ /* required include files */ #include #include #include #include "main.h" /* ------------------------------------------------------- */ /* the arrays in which we will store the polyline */ #define NPTS 100 double points [NPTS][3]; float colors [NPTS][3]; int idx = 0; /* some utilities for filling that array */ #define PSCALE 0.5 #define PNT(x,y,z) { \ points[idx][0] = PSCALE * x; \ points[idx][1] = PSCALE * y; \ points[idx][2] = PSCALE * z; \ idx ++; \ } #define COL(r,g,b) { \ colors[idx][0] = r; \ colors[idx][1] = g; \ colors[idx][2] = b; \ } /* the arrays in which we will store the contour */ #define NCONTOUR 100 double contour_points [NCONTOUR][2]; int cidx = 0; /* some utilities for filling that array */ #define C_PNT(x,y) { \ contour_points[cidx][0] = x; \ contour_points[cidx][1] = y; \ cidx ++; \ } /* ------------------------------------------------------- */ /* * Initialize a bent shape with three segments. * The data format is a polyline. * * NOTE that neither the first, nor the last segment are drawn. * The first & last segment serve only to determine that angle * at which the endcaps are drawn. */ void InitStuff (void) { COL (0.0, 0.0, 0.0); PNT (16.0, 0.0, 0.0); COL (0.2, 0.8, 0.5); PNT (0.0, -16.0, 0.0); COL (0.0, 0.8, 0.3); PNT (-16.0, 0.0, 0.0); COL (0.8, 0.3, 0.0); PNT (0.0, 16.0, 0.0); COL (0.2, 0.3, 0.9); PNT (16.0, 0.0, 0.0); COL (0.2, 0.8, 0.5); PNT (0.0, -16.0, 0.0); COL (0.0, 0.0, 0.0); PNT (-16.0, 0.0, 0.0); C_PNT (-0.8, -0.5); C_PNT (-1.8, 0.0); C_PNT (-1.2, 0.3); C_PNT (-0.7, 0.8); C_PNT (-0.2, 1.3); C_PNT (0.0, 1.6); C_PNT (0.2, 1.3); C_PNT (0.7, 0.8); C_PNT (1.2, 0.3); C_PNT (1.8, 0.0); C_PNT (0.8, -0.5); gleSetJoinStyle (TUBE_JN_ANGLE | TUBE_CONTOUR_CLOSED | TUBE_JN_CAP); } double up_vector[3] = {1.0, 0.0, 0.0}; /* ------------------------------------------------------- */ /* draw the extrusion */ void DrawStuff (void) { double moved_contour [NCONTOUR][2]; int style, save_style; int i; for (i=0; i * */ /* required include files */ #include #include #include #include #include #include "main.h" #include "texture.h" /* =========================================================== */ #define SCALE 1.3 #define CONTOUR(x,y) { \ double ax, ay, alen; \ contour[i][0] = SCALE * (x); \ contour[i][1] = SCALE * (y); \ if (i!=0) { \ ax = contour[i][0] - contour[i-1][0]; \ ay = contour[i][1] - contour[i-1][1]; \ alen = 1.0 / sqrt (ax*ax + ay*ay); \ ax *= alen; ay *= alen; \ norms [i-1][0] = ay; \ norms [i-1][1] = -ax; \ } \ i++; \ } #define NUM_PTS (25) double contour [NUM_PTS][2]; double norms [NUM_PTS][2]; static void init_contour (void) { int i; /* outline of extrusion */ i=0; CONTOUR (1.0, 1.0); CONTOUR (1.0, 2.9); CONTOUR (0.9, 3.0); CONTOUR (-0.9, 3.0); CONTOUR (-1.0, 2.9); CONTOUR (-1.0, 1.0); CONTOUR (-2.9, 1.0); CONTOUR (-3.0, 0.9); CONTOUR (-3.0, -0.9); CONTOUR (-2.9, -1.0); CONTOUR (-1.0, -1.0); CONTOUR (-1.0, -2.9); CONTOUR (-0.9, -3.0); CONTOUR (0.9, -3.0); CONTOUR (1.0, -2.9); CONTOUR (1.0, -1.0); CONTOUR (2.9, -1.0); CONTOUR (3.0, -0.9); CONTOUR (3.0, 0.9); CONTOUR (2.9, 1.0); CONTOUR (1.0, 1.0); /* repeat so that last normal is computed */ } /* =========================================================== */ void InitStuff (void) { int style; /* pick model-vertex-cylinder coords for texture mapping */ TextureStyle (509); /* configure the pipeline */ style = TUBE_JN_CAP; style |= TUBE_CONTOUR_CLOSED; style |= TUBE_NORM_FACET; style |= TUBE_JN_ANGLE; gleSetJoinStyle (style); lastx = 121.0; lasty = 121.0; init_contour(); } /* =========================================================== */ void DrawStuff (void) { glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glColor3f (0.5, 0.6, 0.6); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotatef (130.0, 0.0, 1.0, 0.0); glRotatef (65.0, 1.0, 0.0, 0.0); /* draw the brand and the handle */ gleScrew (20, contour, norms, NULL, -6.0, 9.0, lasty); glPopMatrix (); glutSwapBuffers (); } /* ===================== END OF FILE ================== */ gle-3.1.0/examples/taper.c0000644000076400007640000001144307125262243011056 /* * taper.c * * FUNCTION: * Draws a tapered screw shape. * * HISTORY: * -- created by Linas Vepstas October 1991 * -- heavily modified to draw more texas shapes, Feb 1993, Linas * -- converted to use GLUT -- December 1995, Linas * Copyright (c) 1991, 1993, 1995 Linas Vepstas * */ /* required include files */ #include #include #include #include #include #include "main.h" /* =========================================================== */ #define SCALE 3.33333 #define CONTOUR(x,y) { \ double ax, ay, alen; \ contour[i][0] = SCALE * (x); \ contour[i][1] = SCALE * (y); \ if (i!=0) { \ ax = contour[i][0] - contour[i-1][0]; \ ay = contour[i][1] - contour[i-1][1]; \ alen = 1.0 / sqrt (ax*ax + ay*ay); \ ax *= alen; ay *= alen; \ norms [i-1][0] = ay; \ norms [i-1][1] = -ax; \ } \ i++; \ } #define NUM_PTS (25) double contour [NUM_PTS][2]; double norms [NUM_PTS][2]; static void init_contour (void) { int i; /* outline of extrusion */ i=0; CONTOUR (1.0, 1.0); CONTOUR (1.0, 2.9); CONTOUR (0.9, 3.0); CONTOUR (-0.9, 3.0); CONTOUR (-1.0, 2.9); CONTOUR (-1.0, 1.0); CONTOUR (-2.9, 1.0); CONTOUR (-3.0, 0.9); CONTOUR (-3.0, -0.9); CONTOUR (-2.9, -1.0); CONTOUR (-1.0, -1.0); CONTOUR (-1.0, -2.9); CONTOUR (-0.9, -3.0); CONTOUR (0.9, -3.0); CONTOUR (1.0, -2.9); CONTOUR (1.0, -1.0); CONTOUR (2.9, -1.0); CONTOUR (3.0, -0.9); CONTOUR (3.0, 0.9); CONTOUR (2.9, 1.0); CONTOUR (1.0, 1.0); /* repeat so that last normal is computed */ } /* =========================================================== */ #define PSIZE 40 double path[PSIZE][3]; double twist[PSIZE]; double taper[PSIZE]; static void init_taper (void) { int j; double z, deltaz; double ang, dang; z = -10.0; deltaz = 0.5; ang = 0.0; dang = 20.0; for (j=0; j<40; j++) { path[j][0] = 0x0; path[j][1] = 0x0; path[j][2] = z; twist[j] = ang; ang += dang; taper[j] = 0.1 * sqrt (9.51*9.51 - z*z); z += deltaz; } taper[0] = taper[1]; taper[39] = taper[38]; } /* =========================================================== */ void InitStuff (void) { int style; /* configure the pipeline */ style = TUBE_JN_CAP; style |= TUBE_CONTOUR_CLOSED; style |= TUBE_NORM_FACET; style |= TUBE_JN_ANGLE; gleSetJoinStyle (style); lastx = 121.0; lasty = 121.0; init_contour(); init_taper(); } /* =========================================================== */ void gleTaper (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble taper[], gleDouble twist[]) { int j; gleAffine *xforms; double co, si, angle; /* malloc the extrusion array and the twist array */ xforms = (gleAffine *) malloc (npoints * sizeof(gleAffine)); for (j=0; j * */ /* required include files */ #include #include #include #include #include #include "main.h" /* =========================================================== */ #define HNUM 4 double brand_points[HNUM][3]; float brand_colors [HNUM][3]; #define TSCALE 4.0 #define BPTS(x,y,z) { \ brand_points[i][0] = TSCALE * (x); \ brand_points[i][1] = TSCALE * (y); \ brand_points[i][2] = TSCALE * (z); \ i++; \ } #define BCOLS(r,g,b) { \ brand_colors[i][0] = (r); \ brand_colors[i][1] = (g); \ brand_colors[i][2] = (b); \ i++; \ } #define NUMPOINTS 18 double tspine[NUMPOINTS][3]; float tcolors [NUMPOINTS][3]; #define TPTS(x,y) { \ tspine[i][0] = TSCALE * (x); \ tspine[i][1] = TSCALE * (y); \ tspine[i][2] = TSCALE * (0.0); \ i++; \ } #define TCOLS(r,g,b) { \ tcolors[i][0] = (r); \ tcolors[i][1] = (g); \ tcolors[i][2] = (b); \ i++; \ } /* =========================================================== */ static void init_spine (void) { int i; int ir, ig, ib; float r, g, b; i=0; TPTS (-1.5, 2.0); /* panhandle */ TPTS (-0.75, 2.0); TPTS (-0.75, 1.38); TPTS (-0.5, 1.25); TPTS (0.88, 1.12); TPTS (1.0, 0.62); TPTS (1.12, 0.1); TPTS (0.5, -0.5); TPTS (0.2, -1.12); /* corpus */ TPTS (0.3, -1.5); /* brownsville */ TPTS (-0.25, -1.45); TPTS (-1.06, -0.3); TPTS (-1.38, -0.3); TPTS (-1.65, -0.6); TPTS (-2.5, 0.5); /* midland */ TPTS (-1.5, 0.5); TPTS (-1.5, 2.0); /* panhandle */ TPTS (-0.75, 2.0); ir = ig = ib = 0; for (i=0; i * */ /* required include files */ #include #include #include #include #include #include "main.h" /* =========================================================== */ #define SET_RGB(rgb,r,g,b) { \ rgb[0]=r; rgb[1]=g; rgb[2]=b; \ } typedef struct _material { /* public data areas */ float emission[3]; float ambient[3]; float diffuse[3]; float specular[3]; float shininess; } Material; #define SET_EMIS(self,r,g,b) { SET_RGB(self->emission, r,g,b); } #define SET_AMB(self,r,g,b) { SET_RGB(self->ambient, r,g,b); } #define SET_DIFF(self,r,g,b) { SET_RGB(self->diffuse, r,g,b); } #define SET_SPEC(self,r,g,b) { SET_RGB(self->specular, r,g,b); } /* =========================================================== */ #ifdef NOTNOW class goPolyline { public: int dimension; int numPoints; double * pts; private: int nfree; public: goPolyline (); // by default, construct 3D polyline goPolyline (int); // construct arbitrary dimension polyline void Print (); void AddPoint (double x, double y); void AddNormal (double x, double y); void MakeFacetNormal (); }; #endif /* NOTNOW */ typedef double SVec[2]; typedef struct contour { /* public data areas */ int numContourPoints; int numContourNorms; SVec * pts; SVec * norms; double up[3]; } Contour; #define pfree numContourPoints #define nfree numContourNorms #define NEW_CONTOUR(self) { \ self -> pts = (SVec *) malloc (100*sizeof (double)); \ self -> norms = (SVec *) malloc (100*sizeof (double)); \ self -> pfree = 0; \ self -> nfree = 0; \ } #define ADD_POINT(self,x,y) { \ self -> pts[self->pfree][0] = x; \ self -> pts[self->pfree][1] = y; \ self->pfree ++; \ } #define ADD_NORMAL(self,x,y) { \ self -> norms[self->nfree][0] = x; \ self -> norms[self->nfree][1] = y; \ self->nfree ++; \ } #define MAKE_NORMAL(self) { \ float dx, dy, w; \ dx = self -> pts [self->pfree -1][0]; \ dx -= self -> pts [self->pfree -2][0]; \ dy = self -> pts [self->pfree -1][1]; \ dy -= self -> pts [self->pfree -2][1]; \ w = 1.0 / sqrt (dx*dx+dy*dy); \ dx *= w; \ dy *= w; \ self -> norms[self->nfree][0] = -dy; \ self -> norms[self->nfree][1] = dx; \ self -> nfree ++; \ } /* =========================================================== */ /* class gleExtrustion */ typedef struct _extrusion { Material *material; /* material description */ Contour *contour; /* 2D contour */ double radius; /* for polycylinder, torus */ double startRadius; /* spiral starts in x-y plane */ double drdTheta; /* change in radius per revolution */ double startZ; /* starting z value */ double dzdTheta; /* change in Z per revolution */ double startXform[2][3]; /* starting contour affine xform */ double dXdTheta[2][3]; /* tangent change xform per revoln */ double startTheta; /* start angle in x-y plane */ double sweepTheta; /* degrees to spiral around */ } Extrusion; #define NEW_EXTRUSION(self) { \ self -> material = (Material *) malloc (sizeof (Material)); \ self -> contour = (Contour *) malloc (sizeof (Contour)); \ NEW_CONTOUR (self->contour); \ } /* =========================================================== */ Extrusion *arrow = NULL; /* =========================================================== */ float lastx=0; float lasty=0; static void draw_arrow (void) { /* attach the mouse */ arrow->sweepTheta = 180.0 + 0.13* lastx; arrow->dzdTheta = 0.03 * (lasty+10.0); glMaterialfv (GL_FRONT_AND_BACK, GL_AMBIENT, arrow->material->ambient); glMaterialfv (GL_FRONT_AND_BACK, GL_DIFFUSE, arrow->material->diffuse); glMaterialfv (GL_FRONT_AND_BACK, GL_SPECULAR, arrow->material->specular); glMaterialf (GL_FRONT_AND_BACK, GL_SHININESS, 2.0); #ifdef IBM_GL_32 rotate (-750, 'x'); rotate (-100, 'z'); /* first, draw with the routine that uses a local coordinate * system with torsion */ translate (-0.5, -0.5, 3.2); lathe (arrow->contour->numContourPoints, arrow->contour->pts, arrow->contour->norms, arrow->contour->up, arrow->startRadius, /* donut radius */ arrow->drdTheta, /* change in donut radius per revolution */ arrow->startZ, /* start z value */ arrow->dzdTheta, /* change in Z per revolution */ NULL, NULL, arrow->startTheta, /* start angle */ arrow->sweepTheta); /* sweep angle */ draw_axes (); /* next, draw with a routine that uses parallel transport */ translate (0.0, 0.0, -5.4); lmbind (MATERIAL, 88); cpack (0x339999); spiral (arrow->contour->numContourPoints, arrow->contour->pts, arrow->contour->norms, arrow->contour->up, arrow->startRadius, /* donut radius */ arrow->drdTheta, /* change in donut radius per revolution */ arrow->startZ, /* start z value */ arrow->dzdTheta, /* change in Z per revolution */ NULL, NULL, arrow->startTheta, /* start angle */ arrow->sweepTheta); /* sweep angle */ #endif #define OPENGL_10 #ifdef OPENGL_10 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotated (-75.0, 1.0, 0.0, 0.0); glRotated (-10.0, 0.0, 0.0, 1.0); /* first, draw with the routine that uses a local coordinate * system with torsion */ glTranslated (-0.5, -0.5, 4.2); gleLathe (arrow->contour->numContourPoints, arrow->contour->pts, arrow->contour->norms, arrow->contour->up, arrow->startRadius, /* donut radius */ arrow->drdTheta, /* change in donut radius per revolution */ arrow->startZ, /* start z value */ arrow->dzdTheta, /* change in Z per revolution */ NULL, NULL, arrow->startTheta, /* start angle */ arrow->sweepTheta); /* sweep angle */ /* next, draw with a routine that uses parallel transport */ glTranslated (0.0, 0.0, -8.4); /* lmbind (MATERIAL, 88); cpack (0x339999); */ gleSpiral (arrow->contour->numContourPoints, arrow->contour->pts, arrow->contour->norms, arrow->contour->up, arrow->startRadius, /* donut radius */ arrow->drdTheta, /* change in donut radius per revolution */ arrow->startZ, /* start z value */ arrow->dzdTheta, /* change in Z per revolution */ NULL, NULL, arrow->startTheta, /* start angle */ arrow->sweepTheta); /* sweep angle */ glPopMatrix (); glutSwapBuffers (); #endif } /* =========================================================== */ #define SCALE 1.80 #define PT(x,y) { ADD_POINT (arrow->contour, SCALE*x, SCALE*y); } #define NORM(x,y) { ADD_NORMAL (arrow->contour, x, y); } #define FACET { MAKE_NORMAL (arrow->contour); } /* =========================================================== */ static void init_arrow (void) { int style; arrow = (Extrusion *) malloc (sizeof (Extrusion)); NEW_EXTRUSION (arrow); /* define color of arrow */ SET_AMB (arrow->material, 0.15, 0.15, 0.15); SET_DIFF (arrow->material, 0.15, 0.55, 0.55); SET_SPEC (arrow->material, 0.4, 0.4, 0.4); /* define lathe/spiral parameters */ arrow -> startRadius = 7.3; arrow -> drdTheta = 0.0; arrow -> startZ = 0.0; arrow -> dzdTheta = 0.0; arrow -> startTheta = 0.0; arrow -> sweepTheta = 90.0; /* define arrow contour */ PT (-1.0, -2.0); PT (-1.0, 0.0); FACET; PT (-2.0, 0.0); FACET; PT (0.0, 2.0); FACET; PT (2.0, 0.0); FACET; PT (1.0, 0.0); FACET; PT (1.0, -2.0); FACET; /* define contour up vector */ arrow->contour->up[0] = 0.0; arrow->contour->up[1] = 0.0; arrow->contour->up[2] = 1.0; /* set the initial join style */ style = 0x0; style |= TUBE_JN_CAP; style |= TUBE_NORM_PATH_EDGE; style |= TUBE_NORM_FACET; style |= TUBE_CONTOUR_CLOSED; gleSetJoinStyle (style); } /* =========================================================== */ /* get notified of mouse motions */ static void MouseMotion (int x, int y) { lastx = x; lasty = y; glutPostRedisplay (); } static void JoinStyle (int msg) { exit (0); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.54, 0.54, 0.54, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.54, 0.54, 0.54, 1.0}; GLfloat lightThreePosition[] = {40.0, 40, -100.0, 0.0}; GLfloat lightThreeColor[] = {0.54, 0.54, 0.54, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("transport"); glutDisplayFunc (draw_arrow); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (JoinStyle); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.0, 0.0, 0.0, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_AMBIENT, lightOneColor); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glLightfv (GL_LIGHT0, GL_SPECULAR, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glLightfv (GL_LIGHT1, GL_AMBIENT, lightTwoColor); glEnable (GL_LIGHT1); glLightfv (GL_LIGHT2, GL_POSITION, lightThreePosition); glLightfv (GL_LIGHT2, GL_DIFFUSE, lightThreeColor); glLightfv (GL_LIGHT2, GL_AMBIENT, lightThreeColor); glEnable (GL_LIGHT2); glEnable (GL_LIGHTING); glEnable (GL_NORMALIZE); /* glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); */ /* glEnable (GL_COLOR_MATERIAL); */ init_arrow (); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } /* ================== END OF FILE ================== */ gle-3.1.0/examples/twoid.c0000644000076400007640000001715607125262243011100 /* * twistoid.c * * FUNCTION: * Show extrusion of open contours. Also, show how torsion is applied. * * HISTORY: * -- linas Vepstas October 1991 * -- heavily modified to draw corrugated surface, Feb 1993, Linas * -- modified to demo twistoid March 1993 * -- port to glut Linas Vepstas March 1995 * Copyright (c) 1991, 1993, 1995 Linas Vepstas */ /* required include files */ #include #include #include #include #include #include "main.h" static int mx = 121; static int my = 121; #define OPENGL_10 /* =========================================================== */ #define NUM_TOID1_PTS 5 double toid1_points[NUM_TOID1_PTS][3]; float toid1_colors [NUM_TOID1_PTS][3]; double toid1_twists [NUM_TOID1_PTS]; #define TSCALE (6.0) #define TPTS(x,y) { \ toid1_points[i][0] = TSCALE * (x); \ toid1_points[i][1] = TSCALE * (y); \ toid1_points[i][2] = TSCALE * (0.0); \ i++; \ } #define TCOLS(r,g,b) { \ toid1_colors[i][0] = (r); \ toid1_colors[i][1] = (g); \ toid1_colors[i][2] = (b); \ i++; \ } #define TXZERO() { \ toid1_twists[i] = 0.0; \ i++; \ } static void init_toid1_line (void) { int i; i=0; TPTS (-1.1, 0.0); TPTS (-1.0, 0.0); TPTS (0.0, 0.0); TPTS (1.0, 0.0); TPTS (1.1, 0.0); i=0; TCOLS (0.8, 0.8, 0.5); TCOLS (0.8, 0.4, 0.5); TCOLS (0.8, 0.8, 0.3); TCOLS (0.4, 0.4, 0.5); TCOLS (0.8, 0.8, 0.5); i=0; TXZERO (); TXZERO (); TXZERO (); TXZERO (); TXZERO (); } /* =========================================================== */ #define SCALE 0.6 #define TWIST(x,y) { \ double ax, ay, alen; \ twistation[i][0] = SCALE * (x); \ twistation[i][1] = SCALE * (y); \ if (i!=0) { \ ax = twistation[i][0] - twistation[i-1][0]; \ ay = twistation[i][1] - twistation[i-1][1]; \ alen = 1.0 / sqrt (ax*ax + ay*ay); \ ax *= alen; ay *= alen; \ twist_normal [i-1][0] = - ay; \ twist_normal [i-1][1] = ax; \ } \ i++; \ } #define NUM_TWIS_PTS (20) double twistation [NUM_TWIS_PTS][2]; double twist_normal [NUM_TWIS_PTS][2]; static void init_tripples (void) { int i; double angle; double co, si; /* outline of extrusion */ i=0; /* first, draw a semi-curcular "hump" */ while (i< 11) { angle = M_PI * ((double) i) / 10.0; co = cos (angle); si = sin (angle); TWIST ((-7.0 -3.0*co), 1.8*si); } /* now, a zig-zag corrugation */ while (i< NUM_TWIS_PTS) { TWIST ((-10.0 +(double) i), 0.0); TWIST ((-9.5 +(double) i), 1.0); } } /* =========================================================== */ #define V3F(x,y,z) { \ float vvv[3]; \ vvv[0] = x; vvv[1] = y; vvv[2] = z; v3f (vvv); \ } #define N3F(x,y,z) { \ float nnn[3]; \ nnn[0] = x; nnn[1] = y; nnn[2] = z; n3f (nnn); \ } /* =========================================================== */ static void draw_twist (void) { int i; toid1_twists[2] = (double) (mx-121) / 8.0; i=3; /* TPTS (1.0, ((double)my) /400.0); TPTS (1.1, 1.1 * ((double)my) / 400.0); */ TPTS (1.0, -((double)(my-121)) /200.0); TPTS (1.1, -1.1 * ((double)(my-121)) / 200.0); #ifdef IBM_GL_32 rotate (230, 'x'); rotate (230, 'y'); scale (1.8, 1.8, 1.8); if (mono_color) { RGBcolor (178, 178, 204); twist_extrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, NULL, toid1_twists); } else { twist_extrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, toid1_colors, toid1_twists); } #endif #ifdef OPENGL_10 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotated (43.0, 1.0, 0.0, 0.0); glRotated (43.0, 0.0, 1.0, 0.0); glScaled (1.8, 1.8, 1.8); gleTwistExtrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, NULL, toid1_twists); glPopMatrix (); glutSwapBuffers (); #endif } /* =========================================================== */ static void init_twist (void) { int js; init_toid1_line (); init_tripples (); #ifdef IBM_GL_32 js = getjoinstyle (); js &= ~TUBE_CONTOUR_CLOSED; setjoinstyle (js); #endif #ifdef OPENGL_10 js = gleGetJoinStyle (); js &= ~TUBE_CONTOUR_CLOSED; gleSetJoinStyle (js); #endif } /* get notified of mouse motions */ static void MouseMotion (int x, int y) { mx = x; my = y; glutPostRedisplay (); } static void JoinStyle (int msg) { int style; /* get the current joint style */ style = gleGetJoinStyle (); /* there are four different join styles, * and two different normal vector styles */ switch (msg) { case 0: style &= ~TUBE_JN_MASK; style |= TUBE_JN_RAW; break; case 1: style &= ~TUBE_JN_MASK; style |= TUBE_JN_ANGLE; break; case 2: style &= ~TUBE_JN_MASK; style |= TUBE_JN_CUT; break; case 3: style &= ~TUBE_JN_MASK; style |= TUBE_JN_ROUND; break; case 20: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_FACET; break; case 21: style &= ~TUBE_NORM_MASK; style |= TUBE_NORM_EDGE; break; case 99: exit (0); default: break; } gleSetJoinStyle (style); glutPostRedisplay (); } /* set up a light */ GLfloat lightOnePosition[] = {40.0, 40, 100.0, 0.0}; GLfloat lightOneColor[] = {0.89, 0.89, 0.89, 1.0}; GLfloat lightTwoPosition[] = {-40.0, 40, 100.0, 0.0}; GLfloat lightTwoColor[] = {0.89, 0.89, 0.89, 1.0}; GLfloat material[] = {0.93, 0.79, 0.93, 1.0}; int main (int argc, char * argv[]) { /* initialize glut */ glutInit (&argc, argv); glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutCreateWindow ("twistoid"); glutDisplayFunc (draw_twist); glutMotionFunc (MouseMotion); /* create popup menu */ glutCreateMenu (JoinStyle); glutAddMenuEntry ("Raw Join Style", 0); glutAddMenuEntry ("Angle Join Style", 1); glutAddMenuEntry ("Cut Join Style", 2); glutAddMenuEntry ("Round Join Style", 3); glutAddMenuEntry ("------------------", 9999); glutAddMenuEntry ("Facet Normal Vectors", 20); glutAddMenuEntry ("Edge Normal Vectors", 21); glutAddMenuEntry ("------------------", 9999); glutAddMenuEntry ("Exit", 99); glutAttachMenu (GLUT_MIDDLE_BUTTON); /* initialize GL */ glClearDepth (1.0); glEnable (GL_DEPTH_TEST); glClearColor (0.2, 0.2, 0.2, 0.0); glShadeModel (GL_SMOOTH); glMatrixMode (GL_PROJECTION); /* roughly, measured in centimeters */ glFrustum (-9.0, 9.0, -9.0, 9.0, 50.0, 150.0); glMatrixMode(GL_MODELVIEW); /* initialize lighting */ glMaterialfv (GL_FRONT_AND_BACK, GL_DIFFUSE, material); glMaterialfv (GL_FRONT_AND_BACK, GL_AMBIENT, material); glLightfv (GL_LIGHT0, GL_POSITION, lightOnePosition); glLightfv (GL_LIGHT0, GL_DIFFUSE, lightOneColor); glLightfv (GL_LIGHT0, GL_SPECULAR, lightOneColor); glEnable (GL_LIGHT0); glLightfv (GL_LIGHT1, GL_POSITION, lightTwoPosition); glLightfv (GL_LIGHT1, GL_DIFFUSE, lightTwoColor); glEnable (GL_LIGHT1); glEnable (GL_LIGHTING); /* glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); glEnable (GL_COLOR_MATERIAL); */ init_twist (); glutMainLoop (); return 0; /* ANSI C requires main to return int. */ } /* ------------------ end of file -------------------- */ gle-3.1.0/examples/twistoid.c0000644000076400007640000001076207125262243011614 /* * twistoid.c * * FUNCTION: * Show extrusion of open contours. Also, show how torsion is applied. * * HISTORY: * -- linas Vepstas October 1991 * -- heavily modified to draw corrugated surface, Feb 1993, Linas * -- modified to demo twistoid March 1993 * -- port to glut Linas Vepstas March 1995 * Copyright (c) 1991, 1993, 1995 Linas Vepstas */ /* required include files */ #include #include #include #include #include #include "main.h" #define OPENGL_10 /* =========================================================== */ #define NUM_TOID1_PTS 5 double toid1_points[NUM_TOID1_PTS][3]; float toid1_colors [NUM_TOID1_PTS][3]; double toid1_twists [NUM_TOID1_PTS]; #define TSCALE (6.0) #define TPTS(x,y) { \ toid1_points[i][0] = TSCALE * (x); \ toid1_points[i][1] = TSCALE * (y); \ toid1_points[i][2] = TSCALE * (0.0); \ i++; \ } #define TCOLS(r,g,b) { \ toid1_colors[i][0] = (r); \ toid1_colors[i][1] = (g); \ toid1_colors[i][2] = (b); \ i++; \ } #define TXZERO() { \ toid1_twists[i] = 0.0; \ i++; \ } static void init_toid1_line (void) { int i; i=0; TPTS (-1.1, 0.0); TPTS (-1.0, 0.0); TPTS (0.0, 0.0); TPTS (1.0, 0.0); TPTS (1.1, 0.0); i=0; TCOLS (0.8, 0.8, 0.5); TCOLS (0.8, 0.4, 0.5); TCOLS (0.8, 0.8, 0.3); TCOLS (0.4, 0.4, 0.5); TCOLS (0.8, 0.8, 0.5); i=0; TXZERO (); TXZERO (); TXZERO (); TXZERO (); TXZERO (); } /* =========================================================== */ #define SCALE 0.6 #define TWIST(x,y) { \ double ax, ay, alen; \ twistation[i][0] = SCALE * (x); \ twistation[i][1] = SCALE * (y); \ if (i!=0) { \ ax = twistation[i][0] - twistation[i-1][0]; \ ay = twistation[i][1] - twistation[i-1][1]; \ alen = 1.0 / sqrt (ax*ax + ay*ay); \ ax *= alen; ay *= alen; \ twist_normal [i-1][0] = - ay; \ twist_normal [i-1][1] = ax; \ } \ i++; \ } #define NUM_TWIS_PTS (20) double twistation [NUM_TWIS_PTS][2]; double twist_normal [NUM_TWIS_PTS][2]; static void init_tripples (void) { int i; double angle; double co, si; /* outline of extrusion */ i=0; /* first, draw a semi-curcular "hump" */ while (i< 11) { angle = M_PI * ((double) i) / 10.0; co = cos (angle); si = sin (angle); TWIST ((-7.0 -3.0*co), 1.8*si); } /* now, a zig-zag corrugation */ while (i< NUM_TWIS_PTS) { TWIST ((-10.0 +(double) i), 0.0); TWIST ((-9.5 +(double) i), 1.0); } } /* =========================================================== */ #define V3F(x,y,z) { \ float vvv[3]; \ vvv[0] = x; vvv[1] = y; vvv[2] = z; v3f (vvv); \ } #define N3F(x,y,z) { \ float nnn[3]; \ nnn[0] = x; nnn[1] = y; nnn[2] = z; n3f (nnn); \ } /* =========================================================== */ void DrawStuff (void) { int i; toid1_twists[2] = (lastx-121.0) / 8.0; i=3; /* TPTS (1.0, lasty /400.0); TPTS (1.1, 1.1 * lasty / 400.0); */ TPTS (1.0, -(lasty-121.0) /200.0); TPTS (1.1, -1.1 * (lasty-121.0) / 200.0); #ifdef IBM_GL_32 rotate (230, 'x'); rotate (230, 'y'); scale (1.8, 1.8, 1.8); if (mono_color) { RGBcolor (178, 178, 204); twist_extrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, NULL, toid1_twists); } else { twist_extrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, toid1_colors, toid1_twists); } #endif #ifdef OPENGL_10 glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* set up some matrices so that the object spins with the mouse */ glPushMatrix (); glTranslatef (0.0, 0.0, -80.0); glRotated (43.0, 1.0, 0.0, 0.0); glRotated (43.0, 0.0, 1.0, 0.0); glScaled (1.8, 1.8, 1.8); gleTwistExtrusion (NUM_TWIS_PTS, twistation, twist_normal, NULL, NUM_TOID1_PTS, toid1_points, NULL, toid1_twists); glPopMatrix (); glutSwapBuffers (); #endif } /* =========================================================== */ void InitStuff (void) { int js; init_toid1_line (); init_tripples (); #ifdef IBM_GL_32 js = getjoinstyle (); js &= ~TUBE_CONTOUR_CLOSED; setjoinstyle (js); #endif #ifdef OPENGL_10 js = gleGetJoinStyle (); js &= ~TUBE_CONTOUR_CLOSED; gleSetJoinStyle (js); #endif } /* ------------------ end of file -------------------- */ gle-3.1.0/examples/main.h0000644000076400007640000000045607121101324010662 extern void DrawStuff (void); extern void InitStuff (void); /* most recent mouse position */ extern float lastx; extern float lasty; #ifndef NULL #define NULL ((void *) 0x0) #endif /* NULL */ /* Some files do not define M_PI... */ #ifndef M_PI #define M_PI 3.14159265358979323846 #endif gle-3.1.0/examples/texture.h0000644000076400007640000000113407121101324011430 /* * texture.h * * FUNCTION: * texture mapping hack * * HISTORY: * Created by Linas Vepstas April 1994 */ typedef struct { int size; unsigned char * pixmap; } Texture; extern Texture * current_texture; extern Texture * planet_texture; extern Texture * check_texture; extern Texture * barberpole_texture; extern Texture * wild_tooth_texture; extern Texture * reaction_texture; extern void (*texanim) (int); extern void (*reaction_texanim) (int); extern void setup_textures (void); extern void TextureStyle (int msg); /* ================== END OF FILE ========================= */ gle-3.1.0/examples/.cvsignore0000644000076400007640000000027207635533074011606 Makefile *.lo .deps .libs alpha beam candlestick cone cylinder helix helix2 helix3 helix4 helixtex horn joincone joinoffset joinstyle screw taper texas transport twistoid twistex twoid gle-3.1.0/examples/Makefile.examples0000644000076400007640000001525107326121533013054 PROGRAMS = beam candlestick cone cylinder helix helix2 helix3 helix4 helixtex horn joincone joinoffset joinstyle screw taper texas transport twistoid twistex twoid beam_SOURCES = beam.c mainsimple.c cone_SOURCES = cone.c mainsimple.c cylinder_SOURCES = cylinder.c mainsimple.c helix_SOURCES = helix.c mainsimple.c helix2_SOURCES = helix2.c mainsimple.c helix3_SOURCES = helix3.c mainsimple.c helix4_SOURCES = helix4.c mainsimple.c helixtex_SOURCES = helixtex.c texture.c maintex.c horn_SOURCES = horn.c mainsimple.c joincone_SOURCES = cone.c mainjoin.c joinoffset_SOURCES = joinoffset.c mainjoin.c joinstyle_SOURCES = cylinder.c mainjoin.c screw_SOURCES = screw.c texture.c maintex.c taper_SOURCES = taper.c mainsimple.c texas_SOURCES = texas.c mainjoin.c twistoid_SOURCES = twoid.c twistex_SOURCES = twistoid.c texture.c maintex.c INCLUDES = -I/usr/X11R6/include -I${top_srcdir} -I${top_srcdir}/src LDADD = -lgle -lglut -lGLU -lGL -lXmu -L/usr/X11R6/lib -lXi -lXext -lXmu -lXt -lX11 -L../src/.libs CPPFLAGS = LDFLAGS = LIBS = -lm X_CFLAGS = -I/usr/X11R6/include X_LIBS = -lgle -lglut -lGLU -lGL -lXmu -L/usr/X11R6/lib -lXi -lXext -lXmu -lXt -lX11 X_EXTRA_LIBS = X_PRE_LIBS = -lSM -lICE beam_OBJECTS = beam.o mainsimple.o beam_LDADD = $(LDADD) beam_DEPENDENCIES = beam_LDFLAGS = candlestick_SOURCES = candlestick.c candlestick_OBJECTS = candlestick.o candlestick_LDADD = $(LDADD) candlestick_DEPENDENCIES = candlestick_LDFLAGS = cone_OBJECTS = cone.o mainsimple.o cone_LDADD = $(LDADD) cone_DEPENDENCIES = cone_LDFLAGS = cylinder_OBJECTS = cylinder.o mainsimple.o cylinder_LDADD = $(LDADD) cylinder_DEPENDENCIES = cylinder_LDFLAGS = helix_OBJECTS = helix.o mainsimple.o helix_LDADD = $(LDADD) helix_DEPENDENCIES = helix_LDFLAGS = helix2_OBJECTS = helix2.o mainsimple.o helix2_LDADD = $(LDADD) helix2_DEPENDENCIES = helix2_LDFLAGS = helix3_OBJECTS = helix3.o mainsimple.o helix3_LDADD = $(LDADD) helix3_DEPENDENCIES = helix3_LDFLAGS = helix4_OBJECTS = helix4.o mainsimple.o helix4_LDADD = $(LDADD) helix4_DEPENDENCIES = helix4_LDFLAGS = helixtex_OBJECTS = helixtex.o texture.o maintex.o helixtex_LDADD = $(LDADD) helixtex_DEPENDENCIES = helixtex_LDFLAGS = horn_OBJECTS = horn.o mainsimple.o horn_LDADD = $(LDADD) horn_DEPENDENCIES = horn_LDFLAGS = joincone_OBJECTS = cone.o mainjoin.o joincone_LDADD = $(LDADD) joincone_DEPENDENCIES = joincone_LDFLAGS = joinoffset_OBJECTS = joinoffset.o mainjoin.o joinoffset_LDADD = $(LDADD) joinoffset_DEPENDENCIES = joinoffset_LDFLAGS = joinstyle_OBJECTS = cylinder.o mainjoin.o joinstyle_LDADD = $(LDADD) joinstyle_DEPENDENCIES = joinstyle_LDFLAGS = screw_OBJECTS = screw.o texture.o maintex.o screw_LDADD = $(LDADD) screw_DEPENDENCIES = screw_LDFLAGS = taper_OBJECTS = taper.o mainsimple.o taper_LDADD = $(LDADD) taper_DEPENDENCIES = taper_LDFLAGS = texas_OBJECTS = texas.o mainjoin.o texas_LDADD = $(LDADD) texas_DEPENDENCIES = texas_LDFLAGS = transport_SOURCES = transport.c transport_OBJECTS = transport.o transport_LDADD = $(LDADD) transport_DEPENDENCIES = transport_LDFLAGS = twistoid_OBJECTS = twoid.o twistoid_LDADD = $(LDADD) twistoid_DEPENDENCIES = twistoid_LDFLAGS = twistex_OBJECTS = twistoid.o texture.o maintex.o twistex_LDADD = $(LDADD) twistex_DEPENDENCIES = twistex_LDFLAGS = twoid_SOURCES = twoid.c twoid_OBJECTS = twoid.o twoid_LDADD = $(LDADD) twoid_DEPENDENCIES = twoid_LDFLAGS = CFLAGS = -g -O2 -Wall COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@ all: $(PROGRAMS) beam: $(beam_OBJECTS) $(beam_DEPENDENCIES) @rm -f beam $(LINK) $(beam_LDFLAGS) $(beam_OBJECTS) $(beam_LDADD) $(LIBS) candlestick: $(candlestick_OBJECTS) $(candlestick_DEPENDENCIES) @rm -f candlestick $(LINK) $(candlestick_LDFLAGS) $(candlestick_OBJECTS) $(candlestick_LDADD) $(LIBS) cone: $(cone_OBJECTS) $(cone_DEPENDENCIES) @rm -f cone $(LINK) $(cone_LDFLAGS) $(cone_OBJECTS) $(cone_LDADD) $(LIBS) cylinder: $(cylinder_OBJECTS) $(cylinder_DEPENDENCIES) @rm -f cylinder $(LINK) $(cylinder_LDFLAGS) $(cylinder_OBJECTS) $(cylinder_LDADD) $(LIBS) helix: $(helix_OBJECTS) $(helix_DEPENDENCIES) @rm -f helix $(LINK) $(helix_LDFLAGS) $(helix_OBJECTS) $(helix_LDADD) $(LIBS) helix2: $(helix2_OBJECTS) $(helix2_DEPENDENCIES) @rm -f helix2 $(LINK) $(helix2_LDFLAGS) $(helix2_OBJECTS) $(helix2_LDADD) $(LIBS) helix3: $(helix3_OBJECTS) $(helix3_DEPENDENCIES) @rm -f helix3 $(LINK) $(helix3_LDFLAGS) $(helix3_OBJECTS) $(helix3_LDADD) $(LIBS) helix4: $(helix4_OBJECTS) $(helix4_DEPENDENCIES) @rm -f helix4 $(LINK) $(helix4_LDFLAGS) $(helix4_OBJECTS) $(helix4_LDADD) $(LIBS) helixtex: $(helixtex_OBJECTS) $(helixtex_DEPENDENCIES) @rm -f helixtex $(LINK) $(helixtex_LDFLAGS) $(helixtex_OBJECTS) $(helixtex_LDADD) $(LIBS) horn: $(horn_OBJECTS) $(horn_DEPENDENCIES) @rm -f horn $(LINK) $(horn_LDFLAGS) $(horn_OBJECTS) $(horn_LDADD) $(LIBS) joincone: $(joincone_OBJECTS) $(joincone_DEPENDENCIES) @rm -f joincone $(LINK) $(joincone_LDFLAGS) $(joincone_OBJECTS) $(joincone_LDADD) $(LIBS) joinoffset: $(joinoffset_OBJECTS) $(joinoffset_DEPENDENCIES) @rm -f joinoffset $(LINK) $(joinoffset_LDFLAGS) $(joinoffset_OBJECTS) $(joinoffset_LDADD) $(LIBS) joinstyle: $(joinstyle_OBJECTS) $(joinstyle_DEPENDENCIES) @rm -f joinstyle $(LINK) $(joinstyle_LDFLAGS) $(joinstyle_OBJECTS) $(joinstyle_LDADD) $(LIBS) screw: $(screw_OBJECTS) $(screw_DEPENDENCIES) @rm -f screw $(LINK) $(screw_LDFLAGS) $(screw_OBJECTS) $(screw_LDADD) $(LIBS) taper: $(taper_OBJECTS) $(taper_DEPENDENCIES) @rm -f taper $(LINK) $(taper_LDFLAGS) $(taper_OBJECTS) $(taper_LDADD) $(LIBS) texas: $(texas_OBJECTS) $(texas_DEPENDENCIES) @rm -f texas $(LINK) $(texas_LDFLAGS) $(texas_OBJECTS) $(texas_LDADD) $(LIBS) transport: $(transport_OBJECTS) $(transport_DEPENDENCIES) @rm -f transport $(LINK) $(transport_LDFLAGS) $(transport_OBJECTS) $(transport_LDADD) $(LIBS) twistoid: $(twistoid_OBJECTS) $(twistoid_DEPENDENCIES) @rm -f twistoid $(LINK) $(twistoid_LDFLAGS) $(twistoid_OBJECTS) $(twistoid_LDADD) $(LIBS) twistex: $(twistex_OBJECTS) $(twistex_DEPENDENCIES) @rm -f twistex $(LINK) $(twistex_LDFLAGS) $(twistex_OBJECTS) $(twistex_LDADD) $(LIBS) twoid: $(twoid_OBJECTS) $(twoid_DEPENDENCIES) @rm -f twoid $(LINK) $(twoid_LDFLAGS) $(twoid_OBJECTS) $(twoid_LDADD) $(LIBS) %.o: %.c @echo '$(COMPILE) -c $<'; \ $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< @-cp .deps/$(*F).pp .deps/$(*F).P; \ tr ' ' '\012' < .deps/$(*F).pp \ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ >> .deps/$(*F).P; \ rm .deps/$(*F).pp clean: rm -f *.o $(PROGRAMS) rm -rf .deps run: rundemo gle-3.1.0/examples/rundemo0000755000076400007640000000623407635515557011217 #! /bin/sh # # rundemo script. This script will launch each of the demo # programs in turn. # echo " " echo "The most basic primitive is the cylinder primitive." echo "Press left mouse button to move. Press middle mouse button" echo "to exit." echo " " ./cylinder # # ------------------------------------------------------------ echo " " echo "The joinstyles connecting the poly-cylinder segments" echo "can be modified. Use teh middle mouse button to select" echo "a menu entry" echo " " ./joinstyle # # ------------------------------------------------------------ echo " " echo "By varying the radius, we can build a polycone." echo "Note that the join style can be applied to cones as well." echo " " ./joincone # # ------------------------------------------------------------ echo " " echo "Alpha Blending (transparency) is now supported!" echo " " ./alpha # # ------------------------------------------------------------ echo " " echo "Sloppy Sax -- A more complicated polycone example" echo " " ./horn # # ------------------------------------------------------------ echo " " echo "In fact, join styles can be applied to an arbitrary" echo "cross-section." echo " " ./texas # # ------------------------------------------------------------ echo " " echo "The way in which the join style is applied depends on the" echo "the distance of the contour from the origin. Compare the " echo "upper and lower figures for different join styles." echo " " ./joinoffset # # ------------------------------------------------------------ echo " " echo "In fact, joinstyles can be applied to non-closed contours as well." echo "This demo also demonstrates the use of per-segment twisting. " echo " " ./twistoid # # ------------------------------------------------------------ echo " " echo "A different example of applying a twist." echo " " ./beam # # ------------------------------------------------------------ echo " " echo "A generalized torus ..." echo " " ./helix # # ------------------------------------------------------------ echo " " echo "A generalized torus has a number of adjustable parameters" echo " " ./helix2 # # ------------------------------------------------------------ echo " " echo "A generalized torus has a number of adjustable parameters" echo " " ./helix3 # # ------------------------------------------------------------ echo " " echo "A generalized torus can even exhibit torsion" echo " " ./helix4 # # ------------------------------------------------------------ echo " " echo "Torsion helps shear this candlestick profile" echo " " ./candlestick # # ------------------------------------------------------------ echo " " echo "Effect of Torsion vs. Parallel translation" echo " " ./transport # # ------------------------------------------------------------ echo " " echo "Texture mapped cylinders" echo " " ./helixtex # # ------------------------------------------------------------ echo " " echo "Simple Screw Shape" echo " " ./screw # # ------------------------------------------------------------ echo " " echo "Complex Screw Shape" echo " " ./taper # # ------------------------------------------------------------ echo " " echo "Misc other" ./twistex ./twoid echo " end of demo --- That's all folks!" gle-3.1.0/man/0000777000076400007640000000000007635534335006627 5gle-3.1.0/man/Makefile.in0000644000076400007640000001524207635534335010614 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ man_MANS = gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle gleSetJoinStyle.3gle gleSetNumSides.3gle gleSpiral.3gle gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle gleTwistExtrusion.3gle man_RAW = $(man_MANS:.3gle=.man) EXTRA_DIST = .cvsignore $(man_RAW) Makefile.sgi SUFFIXES = .man .3gle CLEANFILES = $(man_MANS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ man3dir = $(mandir)/man3 MANS = $(man_MANS) NROFF = nroff DIST_COMMON = README COPYING Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: .SUFFIXES: .3gle .man $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps man/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status install-man3: $(mkinstalldirs) $(DESTDIR)$(man3dir) @list='$(man3_MANS)'; \ l2='$(man_MANS)'; for i in $$l2; do \ case "$$i" in \ *.3*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \ $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \ done uninstall-man3: @list='$(man3_MANS)'; \ l2='$(man_MANS)'; for i in $$l2; do \ case "$$i" in \ *.3*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \ rm -f $(DESTDIR)$(man3dir)/$$inst; \ done install-man: $(MANS) @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-man3 uninstall-man: @$(NORMAL_UNINSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-man3 tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = man 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-man install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-man uninstall: uninstall-am all-am: Makefile $(MANS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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 -rm -f libtool 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: install-man3 uninstall-man3 install-man uninstall-man 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 # for the ordinary install, just copy the raw files .... .man.3gle: cp -p $< $@ # preformat and compress -- these should install in the preformat dir .man.3gle.gz: nroff -man < $< > $*.nr gzip $*.nr mv $*.nr.gz $@ .man.ps: psroff -t -man < $< > $*.ps # 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: gle-3.1.0/man/README0000644000076400007640000000007307120635242007407 Many thanks to Mark Kilgard for preparing the man pages! gle-3.1.0/man/COPYING0000644000076400007640000001342607125262243007572 The "Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: * "Package" refers to the collection of files (in this directory and its subdirectories) distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. * "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. * "Copyright Holder" is whoever is named in the copyright or copyrights for the package. * "You" is you, if you're thinking about copying or distributing this Package. * "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) * "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The graphic art and geometrical data supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End gle-3.1.0/man/Makefile.am0000644000076400007640000000135207326115366010574 man_MANS = \ gle.3gle \ gleExtrusion.3gle \ gleHelicoid.3gle \ gleLathe.3gle \ glePolyCone.3gle \ glePolyCylinder.3gle \ gleScrew.3gle \ gleSetJoinStyle.3gle \ gleSetNumSides.3gle \ gleSpiral.3gle \ gleSuperExtrusion.3gle \ gleTextureMode.3gle \ gleToroid.3gle \ gleTwistExtrusion.3gle man_RAW = $(man_MANS:.3gle=.man) EXTRA_DIST = \ .cvsignore \ $(man_RAW) \ Makefile.sgi SUFFIXES += .man .3gle # for the ordinary install, just copy the raw files .... .man.3gle: cp -p $< $@ # preformat and compress -- these should install in the preformat dir .man.3gle.gz: nroff -man < $< > $*.nr gzip $*.nr mv $*.nr.gz $@ .man.ps: psroff -t -man < $< > $*.ps CLEANFILES += $(man_MANS) gle-3.1.0/man/.cvsignore0000644000076400007640000000002007121123224010510 Makefile *.3gle gle-3.1.0/man/gle.man0000644000076400007640000000620707121123126007772 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gle 3GLE "3.0" "GLE" "GLE" .SH NAME gle - an introduction to the GLE Tubing & Extrusions Library .SH SYNOPSIS .nf .LP #include .fi .SH DESCRIPTION The GLE Tubing and Extrusion Library is a graphics application programming interface (API). The library consists of a number of "C" language subroutines for drawing tubing and extrusions. The library is distributed in source code form, in a package that includes documentation, a VRML proposal, Makefiles, and full source code and header files. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions. A "sweep" or "extrusion" is a 2D contour (polyline) that is swept or extruded along a 3D path (polyline). For example, sweeping a circle along a straight line will generate a cylinder. Sweeping a circle along a circular path will generate a doughnut (torus). The library also includes a set of utility routines for drawing some of the more common extruded shapes: a polycylinder, a polycone, a generalized torus (circle swept along a helical path), a "helix" (arbitrary contour swept along a helical path) and a "lathe" (arbitrary contour swept along a helical path, with torsion used to keep the contour aligned). The most general extrusion supported by this library allows an arbitrary 2D contour to be swept around an arbitrary 3D path. A set of normal vectors can be specified to go along with the contour; the normal vectors determine the appearance of the contour when lighting is turned on. A set of colors and affine matrices can be specified to go along with the 3D path. The colors are used to color along the path. The affine matrices are used to operate on the contour as it is swept along. If no affine matrices are specified, the contour is extruded using the mathematical concept of "parallel translation" or "Gaussian translation". That is, the contour is moved (and drawn) along the extrusion path in a "straight" manner. If there are affine matrices, they are applied to the contour at each extrusion segment before the segment is drawn. The affine matrices allow work in a quasi-non-Euclidean space. They essentially allow the contour to be distorted as it is swept along. The allow the contour to be rotated, translated and rescaled as it is drawn. For example, a rescaling will turn a polycylinder into a poly-cone, since the circle that is being extruded is scaled to a different size at each extrusion vertex. A rotation allows the contour to be spun around while it is being extruded, thus for instance allowing drill-bit type shapes to be drawn. A translation allows the appearance of shearing in real space; that is, taking a contour and displacing it, without otherwise bending it. Note that the affines are 2x3 matrices, not 3x4 matrices, since they apply to the 2D contour as it is being extruded. .SH WEB SITE http://linas.org/gle/index.html .SH SEE ALSO gleExtrusion, gleHelicoid, gleLathe, glePolyCone, glePolyCylinder, gleScrew, gleSetJoinStyle, gleSpiral, gleSuperExtrusion, gleTextureMode, gleToroid, gleTwistExtrusion, gleTwistExtrusion, gleSuperExtrusion .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleExtrusion.man0000644000076400007640000000346307635520022011722 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleExtrusion 3GLE "3.0" "GLE" "GLE" .SH NAME gleExtrusion - Extrude arbitrary 2D contour along arbitrary 3D path. .SH SYNTAX .nf .LP void gleExtrusion (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], int npoints, gleDouble point_array[][3], float color_array[][3]); .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fInpoints\fP 1i numpoints in poly-line .IP \fIpoint_array\fP 1i polyline vertices .IP \fIcolor_array\fP 1i colors at polyline verts .SH DESCRIPTION Extrude arbitrary 2D contour along arbitrary 3D path. The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space. Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc. The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit. The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. .SH SEE ALSO gleTwistExtrusion, gleSuperExtrusion .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleHelicoid.man0000644000076400007640000000235307121123126011431 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleHelicoid 3GLE "3.0" "GLE" "GLE" .SH NAME gleHelicoid - Generalized torus, spiral with circle contour. .SH SYNTAX .nf .LP void gleHelicoid (gleDouble rToroid, gleDouble up[3], gleDouble startRadius, gleDouble drdTheta, gleDouble startZ, gleDouble dzdTheta, gleDouble startXform[2][3], gleDouble dXformdTheta[2][3], gleDouble startTheta, gleDouble sweepTheta); .fi .SH ARGUMENTS .IP \fIrToroid\fP 1i circle contour (torus) radius .IP \fIstartRadius\fP 1i spiral starts in x-y plane .IP \fIdrdTheta\fP 1i change in radius per revolution .IP \fIstartZ\fP 1i starting z value .IP \fIdzdTheta\fP 1i change in Z per revolution .IP \fIstartXform\fP 1i starting contour affine transformation .IP \fIdXformdTheta\fP 1i tangent change xform per revolution .IP \fIstartTheta\fP 1i start angle in x-y plane .IP \fIsweepTheta\fP 1i degrees to spiral around .SH DESCRIPTION Generalized Torus. Similar to gleSpiral, except contour is a circle. Uses gleSpiral to draw. .SH SEE ALSO gleSpiral, gleToroid .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleLathe.man0000644000076400007640000000376407121123126010755 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleLathe 3GLE "3.0" "GLE" "GLE" .SH NAME gleLathe - Sweep using a Z-axis shear to create an arbitrary contour along a helical path. .SH SYNTAX .nf .LP void gleLathe (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fIstartRadius\fP 1i spiral starts in x-y plane .IP \fIdrdTheta\fP 1i change in radius per revolution .IP \fIstartZ\fP 1i starting z value .IP \fIdzdTheta\fP 1i change in Z per revolution .IP \fIstartXform\fP 1i starting contour affine transformation .IP \fIdXformdTheta\fP 1i tangent change xform per revolution .IP \fIstartTheta\fP 1i start angle in x-y plane .IP \fIsweepTheta\fP 1i degrees to spiral around .SH DESCRIPTION Sweep an arbitrary contour along a helical path. The sweep will be performed as a shear along the z-axis, so that the orientation of the contour is displaced, rather than translated, as the contour is swept. The axis of the helix lies along the modeling coordinate z-axis. An affine transform can be applied as the contour is swept. For most ordinary usage, the affines should be given as NULL. .SH SEE ALSO gleSpiral .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/glePolyCone.man0000644000076400007640000000260107122077611011445 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH glePolyCone 3GLE "3.0" "GLE" "GLE" .SH NAME glePolyCone - Draw polycone, specified as a polyline with radii. .SH SYNTAX .nf .LP void glePolyCone(int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble radius_array[]); .fi .SH ARGUMENTS .IP \fInpoints\fP 1i numpoints in poly-line .IP \fIpoint_array\fP 1i polyline vertices .IP \fIcolor_array\fP 1i colors at polyline verts .IP \fIradius_array\fP 1i cone radii at polyline .SH DESCRIPTION Draw polycone, specified as a polyline with radii. Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc. The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. By default, the cross-section of the cylinder is drawn as a 20-sided polygon. This number can be changed using the gleSetNumSides() routine. .SH SEE ALSO glePolyCylinder, gleSetNumSides .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/glePolyCylinder.man0000644000076400007640000000256307122077611012341 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH glePolyCylinder 3GLE "3.0" "GLE" "GLE" .SH NAME glePolyCylinder - Draw polycylinder, specified as a polyline. .SH SYNTAX .nf .LP void glePolyCylinder(int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble radius); .fi .SH ARGUMENTS .IP \fInpoints\fP 1i numpoints in poly-line .IP \fIpoint_array\fP 1i polyline vertices .IP \fIcolor_array\fP 1i colors at polyline verts .IP \fIradius\fP 1i cylinder radius .SH DESCRIPTION Draw polycylinder, specified as a polyline. Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc. The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. By default, the cross-section of the cylinder is drawn as a 20-sided polygon. This number can be changed using the gleSetNumSides() routine. .SH SEE ALSO glePolyCone, gleSetNumSides .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleScrew.man0000644000076400007640000000170707121123126010776 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleScrew 3GLE "3.0" "GLE" "GLE" .SH NAME gleScrew - Draws screw-type shapes. .SH SYNTAX .nf .LP void gleScrew (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], gleDouble startz, gleDouble endz, gleDouble twist); .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fIstartx\fP 1i start of segment .IP \fIendz\fP 1i end of segment .IP \fItwist\fP 1i number of rotations .SH DESCRIPTION Draws screw-type shapes. Takes a contour, and extrudes it along the z-axis, from a start z value of startz to an end z-value of endz. During the extrusion, it will spin the contour along the contour origin by twist degrees. .SH SEE ALSO gleExtrusion .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleSetJoinStyle.man0000644000076400007640000000650307122076167012323 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleSetJoinStyle 3GLE "3.0" "GLE" "GLE" .SH NAME gleSetJoinStyle, gleGetJoinStyle - Query and Set the GLE join style flags. .SH SYNTAX .nf .LP void gleSetJoinStyle (int style); int gleGetJoinStyle (void); .fi .SH ARGUMENTS .IP \fIstyle\fP 1i bitwise OR of flags .SH DESCRIPTION Query and set the GLE join style flags. This word is a bitwise OR of the flags described below. The initial join style is TUBE_JN_ANGLE | TUBE_JN_CAP | TUBE_NORM_FACET. .B "Extrusion Join Styles" .IP \fBTUBE_JN_RAW\fP Draw polycylinders, polycones, extrusions, etc. with no special treatment of the extrusion ends. .IP \fBTUBE_JN_ANGLE\fP Draw polycylinders, polycones, extrusions, etc. by extending the different segments until they butt into each other with an angular style. .IP \fBTUBE_JN_CUT\fP Draw polycylinders, polycones, extrusions, etc. by joining together the different segments and slicing off the joint at half the angle between the segments. A cap is drawn. Note that the slicing plane runs through the origin of the contour coordinate system. Thus, the amount of slice can be varied by offsetting the contour with respect to the origin. Note that when two segments meet at a shallow angle, the cut join style will potentially shave off a whole lot of the contour, leading to "surprising" results... .IP \fBTUBE_JN_ROUND\fP Joints will be rounded. Strictly speaking, the part of the joint above the origin will be rounded. The part below the origin will come together in an angular join. .IP \fBTUBE_JN_MASK\fP Mask bits. This can be used to mask off the bit field that defines the join style. .B "End Caps" .IP \fBTUBE_JN_CAP\fP If this is set, a cap will be drawn at each end of the extrusion. .B "Automatic Normal Vector Generation" .IP \fBTUBE_NORM_FACET\fP A normal vector is generated per facet. Useful for having an extrusion have a "faceted" look, such as when extruding a square -- each of the four sides of the square will look flat. .IP \fBTUBE_NORM_EDGE\fP Normal vectors are generated so that they lie along edges. Useful for making angular things look rounded under lighting. For example, when extruding a hexagon and using this flag, the hexagonal extrusion will look (more like a) smooth perfectly round cylinder, rather than a six-sided shape. .IP \fBTUBE_NORM_PATH_EDGE\fP Normal vectors are generated so that they both lie on edges, and so that they interpolate between neighboring segments. Useful for drawing "spaghetti" -- extrusions that follow a spline path. Because the spline path must be "tessellated" into small straight segments, each segment will look straight unless this flag is set. .IP \fBTUBE_NORM_MASK\fP A mask useful for masking out the "norm" bits. .B "Closed or Open Contours" .IP \fBTUBE_CONTOUR_CLOSED\fP If this bit is set, the contour will be treated as a "closed" contour, where the last point connects back up to the first. It is useful to set this flag when drawing closed shapes (such as extruded cylinders, star-shapes, I-Beams, etc. When drawing open extrusions (e.g. corrugated sheet metal), you DON'T want to set this flag. .SH BUGS Multiple threads using GLE share a single global join style (although this should be easily fixable because GLE does use a centralized graphics context). .SH SEE ALSO gleExtrusion, gleTextureMode .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleSetNumSides.man0000644000076400007640000000205407122076316012123 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleSetNumSides 3GLE "3.0" "GLE" "GLE" .SH NAME gleSetNumSides, gleGetNumSides - Query and Set the cylinder roundness. .SH SYNTAX .nf .LP void gleSetNumSides (int nslices); int gleGetNumSides (void); .fi .SH ARGUMENTS .IP \fInslices\fP 1i positive integer number of slices .SH DESCRIPTION Query and set the GLE cylinder and cone roundness. When GLE draws a cylinder or a cone, it approximates the circular cross-section with a polygon (of 20 sides by default). These subroutines can be used to change the default number of sides in this cross-section. A smaller number of sides can typically be drawn much faster, at the loss of some visual accuracy. Increasing the number of sides to more than 20 will typically have no noticable visual effect. .SH BUGS Multiple threads using GLE share a single global number of sides (although this should be easily fixable because GLE does use a centralized graphics context). .SH SEE ALSO glePolyCylinder, glePolyCone .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleSpiral.man0000644000076400007640000000605307121123126011144 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleSpiral 3GLE "3.0" "GLE" "GLE" .SH NAME gleSpiral - Sweep an arbitrary contour along a helical path. .SH SYNTAX .nf .LP void gleSpiral (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fIstartRadius\fP 1i spiral starts in x-y plane .IP \fIdrdTheta\fP 1i change in radius per revolution .IP \fIstartZ\fP 1i starting z value .IP \fIdzdTheta\fP 1i change in Z per revolution .IP \fIstartXform\fP 1i starting contour affine transformation .IP \fIdXformdTheta\fP 1i tangent change xform per revolution .IP \fIstartTheta\fP 1i start angle in x-y plane .IP \fIsweepTheta\fP 1i degrees to spiral around .SH DESCRIPTION Sweep an arbitrary contour along a helical path. The axis of the helix lies along the modeling coordinate z-axis. An affine transform can be applied as the contour is swept. For most ordinary usage, the affines should be given as NULL. The "startXform[][]" is an affine matrix applied to the contour to deform the contour. Thus, "startXform" of the form | cos sin 0 | | -sin cos 0 | will rotate the contour (in the plane of the contour), while | 1 0 tx | | 0 1 ty | will translate the contour, and | sx 0 0 | | 0 sy 0 | scales along the two axes of the contour. In particular, note that | 1 0 0 | | 0 1 0 | is the identity matrix. The "dXformdTheta[][]" is a differential affine matrix that is integrated while the contour is extruded. Note that this affine matrix lives in the tangent space, and so it should have the form of a generator. Thus, dx/dt's of the form | 0 r 0 | | -r 0 0 | rotate the the contour as it is extruded (r == 0 implies no rotation, r == 2*PI implies that the contour is rotated once, etc.), while | 0 0 tx | | 0 0 ty | translates the contour, and | sx 0 0 | | 0 sy 0 | scales it. In particular, note that | 0 0 0 | | 0 0 0 | is the identity matrix -- i.e. the derivatives are zero, and therefore the integral is a constant. .SH SEE ALSO gleLathe .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleSuperExtrusion.man0000644000076400007640000000407307121123126012731 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleSuperExtrusion 3GLE "3.0" "GLE" "GLE" .SH NAME gleSuperExtrusion - Extrude arbitrary 2D contour along arbitrary 3D path, specifying local affine transformations. .SH SYNTAX .nf .LP void gleSuperExtrusion (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble xform_array[][2][3]); .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fInpoints\fP 1i numpoints in poly-line .IP \fIpoint_array\fP 1i polyline vertices .IP \fIcolor_array\fP 1i colors at polyline verts .IP \fIxform_array\fP 1i 2D contour affine transforms .SH DESCRIPTION Extrude arbitrary 2D contour along arbitrary 3D path, specifying local affine transformations. As the contour is extruded, the affine will be applied to the points in the contour. The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space. Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc. The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit. The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. .SH SEE ALSO gleExtrusion, gleTwistExtrusion .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleTextureMode.man0000644000076400007640000001661107121123126012160 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleTextureMode 3GLE "3.0" "GLE" "GLE" .SH NAME gleTextureMode - set the type of GLE automatic texture coordinate generation. .SH SYNTAX .nf .LP void gleTextureMode (int mode); .fi .SH ARGUMENTS .IP \fImode\fP 1i bitwise OR of GLE texture mode flags .SH DESCRIPTION In addition to the default glTexGen modes that are supplied by OpenGL, the tubing library also contains some of its own automatic texture coordinate generation routines. In addition, user-defined texture coord generation routines can be supplied. To use texture mapping with the extrusion library, one must remember to "do the obvious": .IP Enable texture mapping through OpenGL .IP Define and load (glTexImage2D/glBindTexture) a texture .IP If using the routine below, then disable glTexgGen .LP gleTextureMode can be used to set the type of automatic texture coordinate generation to be used. The argument should be a bitwise-OR of any of the following flags: .IP \fBGLE_TEXTURE_ENABLE\fP If this bit is set, then texturing is enabled. If this bit is NOT set, then automatic texture coordinate generation is disabled. .LP The way in which the automatic texture coordinate generation occurs is determined by one of the following flags. One and only one of these should be selected at a time. These tokens are enumerants, not bit-flags. .IP \fBGLE_TEXTURE_VERTEX_FLAT\fP Uses the vertexes "x" coordinate as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. .IP \fBGLE_TEXTURE_NORMAL_FLAT\fP Uses the normal vector's "x" coordinate as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. .IP \fBGLE_TEXTURE_VERTEX_CYL\fP Uses u = phi/(2*pi) = arctan (vy/vx)/(2*pi) as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. In the above equation, "vx" and "vy" stand for the vertex's x and y coordinates. .IP \fBGLE_TEXTURE_NORMAL_CYL\fP Uses u = phi/(2*pi) = arctan (ny/nx)/(2*pi) as the texture "u" coordinate, and the accumulated segment length as the "v" coordinate. In the above equation, "nx" and "ny" stand for the normal's x and y coordinates. .IP \fBGLE_TEXTURE_VERTEX_SPH\fP Uses u = phi/(2*pi) = arctan (vy/vx)/(2*pi) as the texture "u" coordinate, and v = theta/pi = (1.0 - arccos(vz))/pi as the texture "v" coordinate. In the above equation, "vx","vy" and "vz" stand for the vertex's x, y and z coordinates. .IP \fBGLE_TEXTURE_NORMAL_SPH\fP Uses u = phi/(2*pi) = arctan (ny/nx)/(2*pi) as the texture "u" coordinate, and v = theta/pi = (1.0 - arccos(nz))/pi as the texture "v" coordinate. In the above equation, "nx","ny" and "nz" stand for the normal's x, y and z coordinates. .IP \fBGLE_TEXTURE_VERTEX_MODEL_FLAT\fP .IP \fBGLE_TEXTURE_NORMAL_MODEL_FLAT\fP .IP \fBGLE_TEXTURE_VERTEX_MODEL_CYL\fP .IP \fBGLE_TEXTURE_NORMAL_MODEL_CYL\fP .IP \fBGLE_TEXTURE_VERTEX_MODEL_SPH\fP .IP \fBGLE_TEXTURE_NORMAL_MODEL_SPH\fP These define texture mapping modes that are very similar to those described above, except that the untransformed vertices and/or normals are used. As a result, textures tends to stick to the extrusion according to the extrusions local surface coordinates rather than according to real-space coordinates. This will in general provide the correct style of texture mapping when affine transforms are being applied to the contour, since the coordinates used are those prior to the affine transform. .SH OPERATION To best understand how to use the above functions, it is best to understand how the tubing is actually drawn. Let us start by defining some terms. The tubing library "extrudes" a "contour" along a "path". The contour is a 2D polyline. The path is a 3D polyline. We use the word "segment" to refer to a straight-line segment of the path polyline. We also interchangeably use the word "segment" to stand for the section of the extrusion that lies along a path segment. The tubing library draws segments one at a time. It uses glPushmatrix() and glPopmatrix() to orient each segment along the negative z-axis. The segment starts at z=0 and ends at some negative z-value (equal to the length of the segment). The segment is then drawn by calling glVertex3f() (and glNormal3F()) by drawing the 2D contour at z=0 and again at z=-len. (Of course, if the join style is one of the fancy ones, then the end-points are trimmed in a variety of ways, and do not land exactly on z=0, or z=-len, but they do come close). Note that glBegin() and glEnd() are called around each segment. (Note also that additional glBegins/Ends may be called to draw end-caps or filleting triangles for the more complex join styles.) The obvious way to automatically generate textures is to warp the glVertex() and glNormal() functions, and compute texture coordinates based on the 3-space vertex and normal coordinates. This is essentially what the tubing code does, except that it passes some extra parameters. The glBegin calls are wrapped, and the integer segment number and the floating-point length of the segment are passed in. By knowing the segment number, and the segment length, the texture coordinates can be adjusted. Knowing the length allows the length to be accumulated, so that a texture is applied lengthwise along the extrusion. It is this accumulated length that is used in the FLAT and CYL mapping modes. For each vertex, not only are the vertex x,y,z coordinates available, but so is a contour vertex counter indicating which contour vertex this corresponds to. There is also a flag indicating whether the vertex corresponds to a front or back vertex (i.e. a z=0 or z=-len vertex). Again, this info can be used to avoid confusion when drawing the more complex join styles. .SH HINTS Here are a few hints, tips, and techniques: .IP o Hint: Confused? RUN THE DEMOS! The best way to understand what all the different texture modes are doing is to see them in action. .IP o Hint: The texture matrix can be used to your advantage! That is, you can use glMatrixMode(GL_TEXTURE) to control how textures are mapped to the surface. In particular, you may/will want to use it to to rescale the V coordinate. .IP o The origin of the contour will in general change the vertex x's and y's, thus changing the texture coordinates. .IP o The contour "up" vector will NOT influence the texture coordinates. .IP o For the FLAT and CYL modes, the accumulated length really is the accumulated length of the segments in modeling coordinates. Unless the extrusion is very small, this length will probably be much larger than 1.0, and so the resulting texture coordinate will wrap. You will generally want to rescale the "V" coordinate to make the texture map fit. .IP o If the texture is "swimming" around on the surface in an undesired way, try using the "MODEL" version of the texture generation flag. .IP o Typically, you will NOT want to use the "SPH" versions of the texture generation engine unless you really, really have an extrusion for which spherical coordinates are appropriate. Most uses of extrusions are best handled with the "FLAT" and "CYL" generation methods. .IP o User-defined texture generation callbacks are not currently implemented, but these should be very, very easy to hack in as desired. It should be easy to let your imagination run wild in here. Look at texgen.c -- what needs to be done should be obvious, I hope. When in doubt, experiment. .SH BUGS Multiple threads using GLE share a single texture mode. .SH SEE ALSO gleExtrusion, gleSetJoinStyle .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleToroid.man0000644000076400007640000000232207121123126011145 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleToroid 3GLE "3.0" "GLE" "GLE" .SH NAME gleToroid - Generalized torus, lathe with circle contour. .SH SYNTAX .nf .LP void gleToroid (gleDouble rToroid, gleDouble up[3], gleDouble startRadius, gleDouble drdTheta, gleDouble startZ, gleDouble dzdTheta, gleDouble startXform[2][3], gleDouble dXformdTheta[2][3], gleDouble startTheta, gleDouble sweepTheta); .fi .SH ARGUMENTS .IP \fIrToroid\fP 1i circle contour (torus) radius .IP \fIstartRadius\fP 1i spiral starts in x-y plane .IP \fIdrdTheta\fP 1i change in radius per revolution .IP \fIstartZ\fP 1i starting z value .IP \fIdzdTheta\fP 1i change in Z per revolution .IP \fIstartXform\fP 1i starting contour affine transformation .IP \fIdXformdTheta\fP 1i tangent change xform per revolution .IP \fIstartTheta\fP 1i start angle in x-y plane .IP \fIsweepTheta\fP 1i degrees to spiral around .SH DESCRIPTION Generalized Torus. Similar to gleLathe, except contour is a circle. Uses gleLathe to draw. .SH SEE ALSO gleSpiral, gleHelicoid .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/gleTwistExtrusion.man0000644000076400007640000000426307121123126012746 .\" .\" GLE Tubing & Extrusions Library Documentation .\" .TH gleTwistExtrusion 3GLE "3.0" "GLE" "GLE" .SH NAME gleTwistExtrusion - Extrude arbitrary 2D contour along arbitrary 3D path, specifying local rotations (twists). .SH SYNTAX .nf .LP void gleTwistExtrusion (int ncp, gleDouble contour[][2], gleDouble cont_normal[][2], gleDouble up[3], int npoints, gleDouble point_array[][3], float color_array[][3], gleDouble twist_array[]); .fi .SH ARGUMENTS .IP \fIncp\fP 1i number of contour points .IP \fIcontour\fP 1i 2D contour .IP \fIcont_normal\fP 1i 2D contour normals .IP \fIup\fP 1i up vector for contour .IP \fInpoints\fP 1i numpoints in poly-line .IP \fIpoint_array\fP 1i polyline vertices .IP \fIcolor_array\fP 1i colors at polyline verts .IP \fItwist_array\fP 1i contour twists (in degrees) .SH DESCRIPTION Extrude arbitrary 2D contour along arbitrary 3D path, specifying local rotations (twists). As the contour is extruded, it will be twisted by the amount specified in the array "twist_array". The angles are measured in degrees, and the rotation is about the origin of the contour coordinate system. The argument "contour" specifies the 2D contour to be extruded, while the argument "point_array" specifies the path along which to extrude. The vector "up" defines the orientation of the contour y-axis in real 3D space. Note that neither the very first segment, nor the very last segment are drawn. The first and last segments serve only to define the angle of the join at the very ends of the polyline. Thus, to draw one segment, three must be specified. To draw two segments, four must be specified, etc. The normal array may be NULL. If it is, normal vectors will NOT be automatically generated, and the object will look terrible when lit. The color array may be NULL. If NULL, the current color is used. If not NULL, the glColor3f() routine is used to set the color; therefore, specifying the glColorMaterial() subroutine before this primitive can be used to set diffuse, specular, ambient, etc. colors. .SH SEE ALSO gleExtrusion, gleSuperExtrusion .SH AUTHOR Linas Vepstas (linas@linas.org) gle-3.1.0/man/Makefile.sgi0000644000076400007640000000155707120635242010760 #!smake # # Copyright (c) Mark J. Kilgard, 1995. # IDB_TAG = GLE_DEV_MAN IDB_PATH = /usr/share/catman/p_man/cat3/GLE MANPAGES = gle.man gleExtrusion.man gleHelicoid.man gleLathe.man \ glePolyCone.man glePolyCylinder.man gleScrew.man gleSetJoinStyle.man \ gleSpiral.man gleSuperExtrusion.man gleTextureMode.man gleToroid.man \ gleTwistExtrusion.man FORMATTED = $(MANPAGES:.man=.z) POSTSCRIPT = $(MANPAGES:.man=.ps) .SUFFIXES: .man .z .ps default all: $(FORMATTED) postscript: $(POSTSCRIPT) install: $(FORMATTED) $(INSTALL) -idb "$(IDB_TAG)" -m 444 -F $(IDB_PATH) *.z $(INSTALL) -idb "$(IDB_TAG)" -lns glut.z -F $(IDB_PATH) intro.z $(INSTALL) -idb "$(IDB_TAG)" -lns gleSetJoinStyle.z -F $(IDB_PATH) gleGetJoinStyle.z .man.z: nroff -man < $< > $*.nr pack $*.nr mv $*.nr.z $@ .man.ps: psroff -t -man < $< > $*.ps clobber clean: -rm -rf *.z *.nr *.ps *.o *~ gle-3.1.0/ms-visual-c/0000777000076400007640000000000007635534336010215 5gle-3.1.0/ms-visual-c/Makefile.in0000644000076400007640000002035707635534336012205 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ SUBDIRS = gle EXTRA_DIST = .cvsignore README config.h vc.dsw mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = DIST_COMMON = README 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.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ms-visual-c/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 = ms-visual-c 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 -rm -f libtool 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: gle-3.1.0/ms-visual-c/README0000644000076400007640000000131307327345366011010 This directory contains projects files for building GLE with the Microsoft Visual Studio C++ Workspace. Built libraries will be located in the lib-folder. The Debug-version is named gled.lib and the release-version gle.lib. Both are compiled using the run-time libraries "Debug Multithreaded DLL" and "Multithreaded DLL". When the library is built an include/GL directory will be created and the gle.h file from the src directory will be copied into it. To use the library in other projects add the directory ...\gle\ms-visual-c\include to the include-directory list in Visual Studio in the Tools/Options/Directories settings. Contributed by Jonas Lindemann July 2001 gle-3.1.0/ms-visual-c/Makefile.am0000644000076400007640000000011607325415565012161 SUBDIRS = gle EXTRA_DIST = \ .cvsignore \ README \ config.h \ vc.dsw gle-3.1.0/ms-visual-c/.cvsignore0000644000076400007640000000001107325414747012120 Makefile gle-3.1.0/ms-visual-c/config.h0000644000076400007640000000170107325413374011540 /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you need to in order for stat and other things to work. */ #undef _POSIX_SOURCE /* Define if you have the ANSI C header files. */ #define STDC_HEADERS /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Standard C headers present */ #undef STDC_HEADERS /* Build for OpenGL by default, and not for old IrisGL aka GL 3.2 */ #define OPENGL_10 1 #undef GL_32 /* Disable debugging stuff (debugging replaces GL output with printfs) */ #undef DEBUG_OUTPUT /* Do we have a lenient tesselator? */ #undef LENIENT_TESSELATOR #define DELICATE_TESSELATOR 1 /* Enable texture mapping by default. */ #define AUTO_TEXTURE 1 /* Define if you have the memcpy function. */ #define HAVE_MEMCPY /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION gle-3.1.0/ms-visual-c/vc.dsw0000644000076400007640000000102707325413374011252 Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "gle"=".\gle\gle.dsp" - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### gle-3.1.0/ms-visual-c/gle/0000777000076400007640000000000007635534340010757 5gle-3.1.0/ms-visual-c/gle/Makefile.in0000644000076400007640000001053407635534340012743 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ EXTRA_DIST = .cvsignore gle.dsp 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.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ms-visual-c/gle/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = ms-visual-c/gle 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-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: 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 -rm -f libtool 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: 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: gle-3.1.0/ms-visual-c/gle/Makefile.am0000644000076400007640000000005207325415565012727 EXTRA_DIST = \ .cvsignore \ gle.dsp gle-3.1.0/ms-visual-c/gle/.cvsignore0000644000076400007640000000001107325414747012667 Makefile gle-3.1.0/ms-visual-c/gle/gle.dsp0000644000076400007640000001163707327345366012170 # Microsoft Developer Studio Project File - Name="gle" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=gle - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "gle.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "gle.mak" CFG="gle - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "gle - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "gle - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe F90=df.exe RSC=rc.exe !IF "$(CFG)" == "gle - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE F90 /compile_only /nologo /warn:nofileopt # ADD F90 /compile_only /nologo /warn:nofileopt # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x41d /d "NDEBUG" # ADD RSC /l 0x41d /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\gle.lib" # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Cmds=md ..\include md ..\include\GL copy ..\..\src\gle.h ..\include\GL # End Special Build Tool !ELSEIF "$(CFG)" == "gle - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE F90 /check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD F90 /check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x41d /d "_DEBUG" # ADD RSC /l 0x41d /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\gled.lib" # Begin Special Build Tool SOURCE="$(InputPath)" PostBuild_Cmds=md ..\include md ..\include\GL copy ..\..\src\gle.h ..\include\GL # End Special Build Tool !ENDIF # Begin Target # Name "gle - Win32 Release" # Name "gle - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=..\..\src\ex_angle.c # End Source File # Begin Source File SOURCE=..\..\src\ex_cut_round.c # End Source File # Begin Source File SOURCE=..\..\src\ex_raw.c # End Source File # Begin Source File SOURCE=..\..\src\extrude.c # End Source File # Begin Source File SOURCE=..\..\src\intersect.c # End Source File # Begin Source File SOURCE=..\..\src\qmesh.c # End Source File # Begin Source File SOURCE=..\..\src\rot_prince.c # End Source File # Begin Source File SOURCE=..\..\src\rotate.c # End Source File # Begin Source File SOURCE=..\..\src\round_cap.c # End Source File # Begin Source File SOURCE=..\..\src\segment.c # End Source File # Begin Source File SOURCE=..\..\src\texgen.c # End Source File # Begin Source File SOURCE=..\..\src\urotate.c # End Source File # Begin Source File SOURCE=..\..\src\view.c # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=..\..\src\copy.h # End Source File # Begin Source File SOURCE=..\..\src\extrude.h # End Source File # Begin Source File SOURCE=..\..\src\gle.h # End Source File # Begin Source File SOURCE=..\..\src\intersect.h # End Source File # Begin Source File SOURCE=..\..\src\port.h # End Source File # Begin Source File SOURCE=..\..\src\rot.h # End Source File # Begin Source File SOURCE=..\..\src\segment.h # End Source File # Begin Source File SOURCE=..\..\src\tube_gc.h # End Source File # Begin Source File SOURCE=..\..\src\vvector.h # End Source File # End Group # End Target # End Project gle-3.1.0/swig/0000777000076400007640000000000007635534341007022 5gle-3.1.0/swig/Makefile.in0000644000076400007640000001056607635534341011013 # 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@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ STRIP = @STRIP@ VERSION = @VERSION@ EXTRA_DIST = README gle.i gle.py gle_wrap.c gle_wrap.html .cvsignore mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = DIST_COMMON = README 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.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps swig/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = swig 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-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall: uninstall-am all-am: Makefile all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: 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 -rm -f libtool 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: 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: gle-3.1.0/swig/README0000644000076400007640000000374107313441765007623 There are two (different) sets of Python wrappers for GLE. One set is included in this directory. Another set comes by default with the OpenGL Python wrappers at http://pyopengl.sourceforge.net/ Neither set should be considered more 'official' or 'standard' than the other: use the one that is most convenient for you. Python and SWIG --------------- The Simple Wrapper Generator (SWIG) can be used to create python bindings for gle functions. Normally, a small definition file, run through swig, is enough. This directory contains the definition and autogenerated code for a special, non-generally available version of SWIG. It should work; however, it is unmaintainable. If you are willing to maintain this code, let me (linas@linas.org) know. See email below: > From: "Michel Sanner" > To: linas@linas.org > Subject: resending -- Re: Gle wrapper source] > > Hi Linas, > > In fact I used a "special" version of SWIG (1.2a1) which David Baisley gave me > a few yars ago when I was working on typemaps for Numeric arrays. This version > provides pre-processing capabilities which are necessary for the typemaps I > used in gle.i. Unfortunately, these capabilities never made it into SWIG (at > least not up to now) and therefore noone out there would have a SWIG capable of > generating the wrapper code from that interface. > > The pre-processing capabilities are used to generate dimension arguments from > the shape of numeric arrays. Using this, a function with 2 arguments (int > nbPts, float *coords) can be called from Python by passing only a numeric > array. the nbPts arguments will be generated automatically from the the numeric > array's shape. > > The interface could be made to work for the publicly available version of SWIG > by replacing these typemaps by simple ones (i.e. not generating arguments) in > which case the function mentioned aboved would have to be called with 2 > arguments in Python ( foo( my_array.shape[0], my_array) ). > > > -Michel > gle-3.1.0/swig/Makefile.am0000644000076400007640000000014207311735441010762 EXTRA_DIST = \ README \ gle.i \ gle.py \ gle_wrap.c \ gle_wrap.html \ .cvsignore gle-3.1.0/swig/gle.i0000644000076400007640000003675207301033455007662 %title "GLE Module. Extrusion and tubing primitives library" %module gle %include NumericArrays.i /* * gle.h * * FUNCTION: * Tubing and Extrusion header file. * This file provides protypes and defines for the extrusion * and tubing primitives. * * HISTORY: * Linas Vepstas 1990, 1991 */ #ifndef __GLE_H__ #define __GLE_H__ /* some types */ /* some types */ /*#define __GLE_DOUBLE 1 #if __GLE_DOUBLE typedef double gleDouble; #else typedef float gleDouble; #endif*/ #define gleDouble double typedef gleDouble gleAffine[2][3]; %{ #define gleDouble double typedef gleDouble gleAffine[2][3]; %} /* ====================================================== */ /* defines for tubing join styles */ #define TUBE_JN_RAW 0x1 #define TUBE_JN_ANGLE 0x2 #define TUBE_JN_CUT 0x3 #define TUBE_JN_ROUND 0x4 #define TUBE_JN_MASK 0xf /* mask bits */ #define TUBE_JN_CAP 0x10 /* determine how normal vectors are to be handled */ #define TUBE_NORM_FACET 0x100 #define TUBE_NORM_EDGE 0x200 #define TUBE_NORM_PATH_EDGE 0x400 /* for spiral, lathe, helix primitives */ #define TUBE_NORM_MASK 0xf00 /* mask bits */ /* closed or open countours */ #define TUBE_CONTOUR_CLOSED 0x1000 #define GLE_TEXTURE_ENABLE 0x10000 #define GLE_TEXTURE_STYLE_MASK 0xff #define GLE_TEXTURE_VERTEX_FLAT 1 #define GLE_TEXTURE_NORMAL_FLAT 2 #define GLE_TEXTURE_VERTEX_CYL 3 #define GLE_TEXTURE_NORMAL_CYL 4 #define GLE_TEXTURE_VERTEX_SPH 5 #define GLE_TEXTURE_NORMAL_SPH 6 #define GLE_TEXTURE_VERTEX_MODEL_FLAT 7 #define GLE_TEXTURE_NORMAL_MODEL_FLAT 8 #define GLE_TEXTURE_VERTEX_MODEL_CYL 9 #define GLE_TEXTURE_NORMAL_MODEL_CYL 10 #define GLE_TEXTURE_VERTEX_MODEL_SPH 11 #define GLE_TEXTURE_NORMAL_MODEL_SPH 12 #ifdef GL_32 /* HACK for GL 3.2 -- needed because no way to tell if lighting is on. */ #define TUBE_LIGHTING_ON 0x80000000 #define gleExtrusion extrusion #define gleSetJoinStyle setjoinstyle #define gleGetJoinStyle getjoinstyle #define glePolyCone polycone #define glePolyCylinder polycylinder #define gleSuperExtrusion super_extrusion #define gleTwistExtrusion twist_extrusion #define gleSpiral spiral #define gleLathe lathe #define gleHelicoid helicoid #define gleToroid toroid #define gleScrew screw #endif /* GL_32 */ #ifdef _NO_PROTO /* NO ANSI C PROTOTYPING */ extern int gleGetJoinStyle (); extern void gleSetJoinStyle (); extern void glePolyCone (); extern void glePolyCylinder (); extern void gleExtrusion (); extern void gleSuperExtrusion (); extern void gleTwistExtrusion (); extern void gleSpiral (); extern void gleLathe (); extern void gleHelicoid (); extern void gleToroid (); extern void gleScrew (); #else /* _NO_PROTO */ /* ANSI C PROTOTYPING */ extern int gleGetJoinStyle (void); extern void gleSetJoinStyle (int style); /* bitwise OR of flags */ #typemaps for Numeric arrays DOUBLE_ARRAY2D( point_array, [1][3], npoints ) %apply float ARRAY2D_NULL[1][3] { float color_array[1][3] } /* draw polycylinder, specified as a polyline */ extern void glePolyCylinder (int npoints, /* num points in polyline */ gleDouble point_array[1][3], /* polyline vertces */ float color_array[1][3], /* colors at polyline verts */ gleDouble radius); /* radius of polycylinder */ #typemaps for Numeric arrays %apply double VECTOR[1] { double radius_array[1] }; /* draw polycone, specified as a polyline with radii */ extern void glePolyCone (int npoints, /* numpoints in poly-line */ gleDouble point_array[1][3], /* polyline vertices */ float color_array[1][3], /* colors at polyline verts */ gleDouble radius_array[1]); /* cone radii at polyline verts */ #typemaps for Numeric arrays DOUBLE_ARRAY2D( contour, [1][2], ncp ) %apply double ARRAY2D[1][2] { double cont_normal[1][2] }; %apply double VECTOR_NULL[3] { double up[3] }; /* extrude arbitrary 2D contour along arbitrary 3D path */ extern void gleExtrusion (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[1][3], /* polyline vertices */ float color_array[1][3]); /* colors at polyline verts */ #typemaps for Numeric arrays %apply double VECTOR[1] { double twist_array[1] }; /* extrude 2D contour, specifying local rotations (twists) */ extern void gleTwistExtrusion (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[1][3], /* polyline vertices */ float color_array[1][3], /* color at polyline verts */ gleDouble twist_array[1]); /* countour twists (in degrees) */ #typemaps for Numeric arrays %apply double ARRAY3D_NULL[1][2][3] { double xform_array[1][2][3] }; /* extrude 2D contour, specifying local affine tranformations */ extern void gleSuperExtrusion (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ int npoints, /* numpoints in poly-line */ gleDouble point_array[1][3], /* polyline vertices */ float color_array[1][3], /* color at polyline verts */ gleDouble xform_array[1][2][3]); /* 2D contour xforms */ #typemaps for Numeric arrays %apply double ARRAY2D_NULL[2][3] { double startXform[2][3] }; %apply double ARRAY2D_NULL[2][3] { double dXformdTheta[2][3] }; /* spiral moves contour along helical path by parallel transport */ extern void gleSpiral (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* lathe moves contour along helical path by helically shearing 3D space */ extern void gleLathe (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* similar to spiral, except contour is a circle */ extern void gleHelicoid (gleDouble rToroid, /* circle contour (torus) radius */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* similar to lathe, except contour is a circle */ extern void gleToroid (gleDouble rToroid, /* circle contour (torus) radius */ gleDouble startRadius, /* spiral starts in x-y plane */ gleDouble drdTheta, /* change in radius per revolution */ gleDouble startZ, /* starting z value */ gleDouble dzdTheta, /* change in Z per revolution */ gleDouble startXform[2][3], /* starting contour affine xform */ gleDouble dXformdTheta[2][3], /* tangent change xform per revoln */ gleDouble startTheta, /* start angle in x-y plane */ gleDouble sweepTheta); /* degrees to spiral around */ /* draws a screw shape */ extern void gleScrew (int ncp, /* number of contour points */ gleDouble contour[1][2], /* 2D contour */ gleDouble cont_normal[1][2], /* 2D contour normals */ gleDouble up[3], /* up vector for contour */ gleDouble startz, /* start of segment */ gleDouble endz, /* end of segment */ gleDouble twist); /* number of rotations */ extern void gleTextureMode (int mode); #typmaps for Numeric arrays %apply double VECTOR[3] { double axis[3]}; %apply double ARRAY2D[4][4] {double m[4][4]}; /* Rotation Utilities */ extern void rot_axis (gleDouble omega, gleDouble axis[3]); extern void rot_about_axis (gleDouble angle, gleDouble axis[3]); extern void rot_omega (gleDouble axis[3]); extern void rot_prince (gleDouble omega, char axis); extern void urot_axis (gleDouble m[4][4], gleDouble omega, gleDouble axis[3]); extern void urot_about_axis (gleDouble m[4][4], gleDouble angle, gleDouble axis[3]); extern void urot_omega (gleDouble m[4][4], gleDouble axis[3]); extern void urot_prince (gleDouble m[4][4], gleDouble omega, char axis); #typmaps for Numeric arrays %apply double VECTOR[3]{double v21[3]}; %apply double VECTOR[3]{double up[3]}; %apply double VECTOR[3]{double v1[3]}; %apply double VECTOR[3]{double v2[3]}; /* viewpoint functions */ extern void uview_direction (gleDouble m[4][4], /* returned */ gleDouble v21[3], /* input */ gleDouble up[3]); /* input */ extern void uviewpoint (gleDouble m[4][4], /* returned */ gleDouble v1[3], /* input */ gleDouble v2[3], /* input */ gleDouble up[3]); /* input */ #endif /* _NO_PROTO */ #endif /* __GLE_H__ */ /* ================== END OF FILE ======================= */ %{ #include #include #include "port.h" #include "tube_gc.h" void _gleFeedback ( void (*bgn_feedback) (int, double), void (*n3d_feedback) (double *), void (*v3d_feedback) (double *, int, int), void (*end_feedback) () ) { INIT_GC(); _gle_gc -> bgn_gen_texture = bgn_feedback; _gle_gc -> n3d_gen_texture = n3d_feedback; _gle_gc -> v3d_gen_texture = v3d_feedback; _gle_gc -> end_gen_texture = end_feedback; } #include static int nbpts = 0; static int max_nbpts = 0; static int nbnorm = 0; static int max_norm = 0; static int nbstrip = 0; static int max_strip = 0; static double *vertices = NULL; static double *normals = NULL; static int *strips = NULL; double *growDouble(double *array, int n, int *max, int dim) { double *p; /* fixme ... catch memory allocation error, return error code */ (*max) += n; p = (double *)realloc( array, (*max)*dim*sizeof(double)); /* printf("allocate %d %p\n", (*max), p ); */ return p; } int *growInt(int *array, int n, int *max, int dim) { int *p; /* fixme ... catch memory allocation error, return error code */ (*max) += n; p = (int *)realloc( array, (*max)*dim*sizeof(int)); /* printf("allocate %d %p\n", (*max), p ); */ return p; } static void add_Vertex(double v[3]) { if (nbpts >= max_nbpts) vertices = growDouble(vertices, 1000, &max_nbpts, 3); vertices[nbpts*3] = v[0]; vertices[(nbpts*3)+1] = v[1]; vertices[(nbpts*3)+2] = v[2]; /*printf("V %d %d %p, %g %g %g\n", nbpts, max_nbpts, vertices, vertices[nbpts*3], vertices[(nbpts*3)+1], vertices[(nbpts*3)+2]);*/ nbpts++; } static void add_Normal(double v[3]) { if (nbnorm >= max_norm) normals = growDouble(normals, 1000, &max_norm, 3); normals[nbnorm*3] = v[0]; normals[(nbnorm*3)+1] = v[1]; normals[(nbnorm*3)+2] = v[2]; /* printf("N %d %d %p %g %g %g\n", nbnorm, max_norm, normals, normals[nbnorm*3], normals[(nbnorm*3)+1], normals[(nbnorm*3)+2]); */ nbnorm++; } #include static void add_Strip() { /* printf("addStrip %d %d %d\n", nbstrip, nbpts, nbnorm); */ if (nbstrip >= max_strip) strips = growInt(strips, 100, &max_strip, 2); strips[nbstrip*2] = nbpts; strips[(nbstrip*2)+1] = nbnorm; /* printf("addStrip %d %d %d\n", nbstrip, strips[nbstrip*2], strips[(nbstrip*2)+1]); */ nbstrip++; } static double _mat_[16]; static void bgn_feedback (int inext, double len) { int i; glGetDoublev(GL_MODELVIEW_MATRIX, (double *)_mat_); /* printf("Begin mod "); for (i=0; i<16; i++) printf("%7.3f",_mat_[i]); printf("\n");*/ } static void end_feedback () { add_Strip(); } static void multmat(double v[3], double mat[16], double vm[3], int homo) { int i; vm[0] = mat[0]*v[0] + mat[4]*v[1] + mat[8]*v[2] + homo*mat[12]; vm[1] = mat[1]*v[0] + mat[5]*v[1] + mat[9]*v[2] + homo*mat[13]; vm[2] = mat[2]*v[0] + mat[6]*v[1] + mat[10]*v[2] + homo*mat[14]; } static void normal_feedback (double v[3]) { GLdouble vt[3]; /* printf("n1 %lf %lf %lf\n", v[0], v[1], v[2]); */ multmat(v, _mat_, &vt[0], 0); /* printf("n2 %lf %lf %lf\n", vt[0], vt[1], vt[2]); */ /* printf("%lf %lf %lf\n", vt[0], vt[1], vt[2]); */ add_Normal(vt); } static void vertex_feedback (double v[3], int jcnt, int end) { GLdouble vt[3]; /* printf("v %lf %lf %lf\n", v[0], v[1], v[2]); */ multmat(v, _mat_, &vt[0], 1); /* printf("%7.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n", v[0], v[1], v[2], vt[0], vt[1], vt[2]); */ add_Vertex(vt); } %} %inline %{ void gleFeedBack() { nbpts = nbnorm = nbstrip = max_nbpts = max_norm = max_strip = 0; _gleFeedback(bgn_feedback, normal_feedback, vertex_feedback, end_feedback); } void gleFreeFeedbackBuffers() { /* if (vertices) free(vertices); if (normals) free(normals); if (strips) free(strips); */ } %} %{ static PyObject *gleGetTriangleMesh(PyObject *self, PyObject *args) { PyArrayObject *v_array, *n_array, *s_array; int dims[2]; dims[0] = nbpts; dims[1] = 3; v_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_DOUBLE, (char *)vertices); v_array->flags |= OWN_DATA; dims[0] = nbnorm; dims[1] = 3; n_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_DOUBLE, (char *)normals); n_array->flags |= OWN_DATA; dims[0] = nbstrip; dims[1] = 2; s_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_INT, (char *)strips); s_array->flags |= OWN_DATA; return Py_BuildValue("OOO", v_array, n_array, s_array); } %} %native(gleGetTriangleMesh) gleGetTriangleMesh; gle-3.1.0/swig/gle.py0000644000076400007640000001116307301033455010047 # This file was created automatically by SWIG. import glec #-------------- FUNCTION WRAPPERS ------------------ def gleGetJoinStyle(): """""" val = glec.gleGetJoinStyle() return val def gleSetJoinStyle(arg0): """bitwise OR of flags """ val = glec.gleSetJoinStyle(arg0) return val def glePolyCylinder(arg0,arg1,arg2): """num points in polyline """ val = glec.glePolyCylinder(arg0,arg1,arg2) return val def glePolyCone(arg0,arg1,arg2): """numpoints in poly-line """ val = glec.glePolyCone(arg0,arg1,arg2) return val def gleExtrusion(arg0,arg1,arg2,arg3,arg4): """number of contour points """ val = glec.gleExtrusion(arg0,arg1,arg2,arg3,arg4) return val def gleTwistExtrusion(arg0,arg1,arg2,arg3,arg4,arg5): """number of contour points """ val = glec.gleTwistExtrusion(arg0,arg1,arg2,arg3,arg4,arg5) return val def gleSuperExtrusion(arg0,arg1,arg2,arg3,arg4,arg5): """extrude 2D contour, specifying local affine tranformations """ val = glec.gleSuperExtrusion(arg0,arg1,arg2,arg3,arg4,arg5) return val def gleSpiral(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10): """number of contour points """ val = glec.gleSpiral(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) return val def gleLathe(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10): """lathe moves contour along helical path by helically shearing 3D space """ val = glec.gleLathe(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) return val def gleHelicoid(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8): """circle contour (torus) radius """ val = glec.gleHelicoid(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8) return val def gleToroid(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8): """circle contour (torus) radius """ val = glec.gleToroid(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8) return val def gleScrew(arg0,arg1,arg2,arg3,arg4,arg5): """number of contour points """ val = glec.gleScrew(arg0,arg1,arg2,arg3,arg4,arg5) return val def gleTextureMode(arg0): """""" val = glec.gleTextureMode(arg0) return val def rot_axis(arg0,arg1): """Rotation Utilities """ val = glec.rot_axis(arg0,arg1) return val def rot_about_axis(arg0,arg1): """""" val = glec.rot_about_axis(arg0,arg1) return val def rot_omega(arg0): """""" val = glec.rot_omega(arg0) return val def rot_prince(arg0,arg1): """""" val = glec.rot_prince(arg0,arg1) return val def urot_axis(arg0,arg1,arg2): """""" val = glec.urot_axis(arg0,arg1,arg2) return val def urot_about_axis(arg0,arg1,arg2): """""" val = glec.urot_about_axis(arg0,arg1,arg2) return val def urot_omega(arg0,arg1): """""" val = glec.urot_omega(arg0,arg1) return val def urot_prince(arg0,arg1,arg2): """""" val = glec.urot_prince(arg0,arg1,arg2) return val def uview_direction(arg0,arg1,arg2): """returned """ val = glec.uview_direction(arg0,arg1,arg2) return val def uviewpoint(arg0,arg1,arg2,arg3): """returned """ val = glec.uviewpoint(arg0,arg1,arg2,arg3) return val def gleFeedBack(): """""" val = glec.gleFeedBack() return val def gleFreeFeedbackBuffers(): """""" val = glec.gleFreeFeedbackBuffers() return val gleGetTriangleMesh = glec.gleGetTriangleMesh #-------------- VARIABLE WRAPPERS ------------------ TUBE_JN_RAW = glec.TUBE_JN_RAW TUBE_JN_ANGLE = glec.TUBE_JN_ANGLE TUBE_JN_CUT = glec.TUBE_JN_CUT TUBE_JN_ROUND = glec.TUBE_JN_ROUND TUBE_JN_MASK = glec.TUBE_JN_MASK TUBE_JN_CAP = glec.TUBE_JN_CAP TUBE_NORM_FACET = glec.TUBE_NORM_FACET TUBE_NORM_EDGE = glec.TUBE_NORM_EDGE TUBE_NORM_PATH_EDGE = glec.TUBE_NORM_PATH_EDGE TUBE_NORM_MASK = glec.TUBE_NORM_MASK TUBE_CONTOUR_CLOSED = glec.TUBE_CONTOUR_CLOSED GLE_TEXTURE_ENABLE = glec.GLE_TEXTURE_ENABLE GLE_TEXTURE_STYLE_MASK = glec.GLE_TEXTURE_STYLE_MASK GLE_TEXTURE_VERTEX_FLAT = glec.GLE_TEXTURE_VERTEX_FLAT GLE_TEXTURE_NORMAL_FLAT = glec.GLE_TEXTURE_NORMAL_FLAT GLE_TEXTURE_VERTEX_CYL = glec.GLE_TEXTURE_VERTEX_CYL GLE_TEXTURE_NORMAL_CYL = glec.GLE_TEXTURE_NORMAL_CYL GLE_TEXTURE_VERTEX_SPH = glec.GLE_TEXTURE_VERTEX_SPH GLE_TEXTURE_NORMAL_SPH = glec.GLE_TEXTURE_NORMAL_SPH GLE_TEXTURE_VERTEX_MODEL_FLAT = glec.GLE_TEXTURE_VERTEX_MODEL_FLAT GLE_TEXTURE_NORMAL_MODEL_FLAT = glec.GLE_TEXTURE_NORMAL_MODEL_FLAT GLE_TEXTURE_VERTEX_MODEL_CYL = glec.GLE_TEXTURE_VERTEX_MODEL_CYL GLE_TEXTURE_NORMAL_MODEL_CYL = glec.GLE_TEXTURE_NORMAL_MODEL_CYL GLE_TEXTURE_VERTEX_MODEL_SPH = glec.GLE_TEXTURE_VERTEX_MODEL_SPH GLE_TEXTURE_NORMAL_MODEL_SPH = glec.GLE_TEXTURE_NORMAL_MODEL_SPH gle-3.1.0/swig/gle_wrap.c0000644000076400007640000017244207301033455010702 /* * FILE : gle_wrap.c * * This file was automatically generated by : * Simplified Wrapper and Interface Generator (SWIG) * Version 1.2 (alpha 1) * * Portions Copyright (c) 1995-1998 * The University of Utah and The Regents of the University of California. * Permission is granted to distribute this file in any manner provided * this notice remains intact. * * Do not make changes to this file--changes will be lost! * */ #define SWIGCODE /* Implementation : PYTHON */ #define SWIGPYTHON #include #include /*********************************************************************** * $Header: /cvsroot/gle/gle/swig/gle_wrap.c,v 1.1 2001/05/17 20:40:13 linas Exp $ * swig_lib/python/python.cfg * * This file contains coded needed to add variable linking to the * Python interpreter. C variables are added as a new kind of Python * datatype. * * Also contains supporting code for building python under Windows * and things like that. * * $Log: gle_wrap.c,v $ * Revision 1.1 2001/05/17 20:40:13 linas * initial checkin of custom, autogenerated SWIG/python bindings. * ************************************************************************/ #ifdef __cplusplus extern "C" { #endif #include "Python.h" #ifdef __cplusplus } #endif /* Definitions for Windows/Unix exporting */ #if defined(__WIN32__) # if defined(_MSC_VER) # define SWIGEXPORT(a,b) __declspec(dllexport) a b # else # if defined(__BORLANDC__) # define SWIGEXPORT(a,b) a _export b # else # define SWIGEXPORT(a,b) a b # endif # endif #else # define SWIGEXPORT(a,b) a b #endif #ifdef WIN32 #define SWIGEXPORT(a,b) __declspec(dllexport) a b #endif #ifdef SWIG_GLOBAL #ifdef __cplusplus #define SWIGSTATIC extern "C" #else #define SWIGSTATIC #endif #endif #ifndef SWIGSTATIC #define SWIGSTATIC static #endif typedef struct { char *name; PyObject *(*get_attr)(void); int (*set_attr)(PyObject *); } swig_globalvar; typedef struct swig_varlinkobject { PyObject_HEAD swig_globalvar **vars; int nvars; int maxvars; } swig_varlinkobject; /* ---------------------------------------------------------------------- swig_varlink_repr() Function for python repr method ---------------------------------------------------------------------- */ static PyObject * swig_varlink_repr(swig_varlinkobject *v) { v = v; return PyString_FromString(""); } /* --------------------------------------------------------------------- swig_varlink_print() Print out all of the global variable names --------------------------------------------------------------------- */ static int swig_varlink_print(swig_varlinkobject *v, FILE *fp, int flags) { int i = 0; flags = flags; fprintf(fp,"Global variables { "); while (v->vars[i]) { fprintf(fp,"%s", v->vars[i]->name); i++; if (v->vars[i]) fprintf(fp,", "); } fprintf(fp," }\n"); return 0; } /* -------------------------------------------------------------------- swig_varlink_getattr This function gets the value of a variable and returns it as a PyObject. In our case, we'll be looking at the datatype and converting into a number or string -------------------------------------------------------------------- */ static PyObject * swig_varlink_getattr(swig_varlinkobject *v, char *n) { int i = 0; char temp[128]; while (v->vars[i]) { if (strcmp(v->vars[i]->name,n) == 0) { return (*v->vars[i]->get_attr)(); } i++; } sprintf(temp,"C global variable %s not found.", n); PyErr_SetString(PyExc_NameError,temp); return NULL; } /* ------------------------------------------------------------------- swig_varlink_setattr() This function sets the value of a variable. ------------------------------------------------------------------- */ static int swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) { char temp[128]; int i = 0; while (v->vars[i]) { if (strcmp(v->vars[i]->name,n) == 0) { return (*v->vars[i]->set_attr)(p); } i++; } sprintf(temp,"C global variable %s not found.", n); PyErr_SetString(PyExc_NameError,temp); return 1; } statichere PyTypeObject varlinktype = { /* PyObject_HEAD_INIT(&PyType_Type) Note : This doesn't work on some machines */ PyObject_HEAD_INIT(0) 0, "varlink", /* Type name */ sizeof(swig_varlinkobject), /* Basic size */ 0, /* Itemsize */ 0, /* Deallocator */ (printfunc) swig_varlink_print, /* Print */ (getattrfunc) swig_varlink_getattr, /* get attr */ (setattrfunc) swig_varlink_setattr, /* Set attr */ 0, /* tp_compare */ (reprfunc) swig_varlink_repr, /* tp_repr */ 0, /* tp_as_number */ 0, /* tp_as_mapping*/ 0, /* tp_hash */ }; /* Create a variable linking object for use later */ SWIGSTATIC PyObject * SWIG_newvarlink(void) { swig_varlinkobject *result = 0; result = PyMem_NEW(swig_varlinkobject,1); varlinktype.ob_type = &PyType_Type; /* Patch varlinktype into a PyType */ result->ob_type = &varlinktype; /* _Py_NewReference(result); Does not seem to be necessary */ result->nvars = 0; result->maxvars = 64; result->vars = (swig_globalvar **) malloc(64*sizeof(swig_globalvar *)); result->vars[0] = 0; result->ob_refcnt = 0; Py_XINCREF((PyObject *) result); return ((PyObject*) result); } SWIGSTATIC void SWIG_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) { swig_varlinkobject *v; v= (swig_varlinkobject *) p; if (v->nvars >= v->maxvars -1) { v->maxvars = 2*v->maxvars; v->vars = (swig_globalvar **) realloc(v->vars,v->maxvars*sizeof(swig_globalvar *)); if (v->vars == NULL) { fprintf(stderr,"SWIG : Fatal error in initializing Python module.\n"); exit(1); } } v->vars[v->nvars] = (swig_globalvar *) malloc(sizeof(swig_globalvar)); v->vars[v->nvars]->name = (char *) malloc(strlen(name)+1); strcpy(v->vars[v->nvars]->name,name); v->vars[v->nvars]->get_attr = get_attr; v->vars[v->nvars]->set_attr = set_attr; v->nvars++; v->vars[v->nvars] = 0; } /***************************************************************************** * $Header: /cvsroot/gle/gle/swig/gle_wrap.c,v 1.1 2001/05/17 20:40:13 linas Exp $ * * swigptr.swg * * This file contains supporting code for the SWIG run-time type checking * mechanism. The following functions are available : * * SWIG_RegisterMapping(char *origtype, char *newtype, void *(*cast)(void *)); * * Registers a new type-mapping with the type-checker. origtype is the * original datatype and newtype is an equivalent type. cast is optional * pointer to a function to cast pointer values between types (this * is typically used to cast pointers from derived classes to base classes in C++) * * SWIG_MakePtr(char *buffer, void *ptr, char *typestring); * * Makes a pointer string from a pointer and typestring. The result is returned * in buffer which is assumed to hold enough space for the result. * * char * SWIG_GetPtr(char *buffer, void **ptr, char *type) * * Gets a pointer value from a string. If there is a type-mismatch, returns * a character string to the received type. On success, returns NULL. * * * You can remap these functions by making a file called "swigptr.swg" in * your the same directory as the interface file you are wrapping. * * These functions are normally declared static, but this file can be * can be used in a multi-module environment by redefining the symbol * SWIGSTATIC. *****************************************************************************/ #include #ifdef SWIG_GLOBAL #ifdef __cplusplus #define SWIGSTATIC extern "C" #else #define SWIGSTATIC #endif #endif #ifndef SWIGSTATIC #define SWIGSTATIC static #endif /* SWIG pointer structure */ typedef struct SwigPtrType { char *name; /* Datatype name */ int len; /* Length (used for optimization) */ void *(*cast)(void *); /* Pointer casting function */ struct SwigPtrType *next; /* Linked list pointer */ } SwigPtrType; /* Pointer cache structure */ typedef struct { int stat; /* Status (valid) bit */ SwigPtrType *tp; /* Pointer to type structure */ char name[256]; /* Given datatype name */ char mapped[256]; /* Equivalent name */ } SwigCacheType; /* Some variables */ static int SwigPtrMax = 64; /* Max entries that can be currently held */ /* This value may be adjusted dynamically */ static int SwigPtrN = 0; /* Current number of entries */ static int SwigPtrSort = 0; /* Status flag indicating sort */ static int SwigStart[256]; /* Starting positions of types */ /* Pointer table */ static SwigPtrType *SwigPtrTable = 0; /* Table containing pointer equivalences */ /* Cached values */ #define SWIG_CACHESIZE 8 #define SWIG_CACHEMASK 0x7 static SwigCacheType SwigCache[SWIG_CACHESIZE]; static int SwigCacheIndex = 0; static int SwigLastCache = 0; /* Sort comparison function */ static int swigsort(const void *data1, const void *data2) { SwigPtrType *d1 = (SwigPtrType *) data1; SwigPtrType *d2 = (SwigPtrType *) data2; return strcmp(d1->name,d2->name); } /* Binary Search function */ static int swigcmp(const void *key, const void *data) { char *k = (char *) key; SwigPtrType *d = (SwigPtrType *) data; return strncmp(k,d->name,d->len); } /* Register a new datatype with the type-checker */ SWIGSTATIC void SWIG_RegisterMapping(char *origtype, char *newtype, void *(*cast)(void *)) { int i; SwigPtrType *t = 0,*t1; /* Allocate the pointer table if necessary */ if (!SwigPtrTable) { SwigPtrTable = (SwigPtrType *) malloc(SwigPtrMax*sizeof(SwigPtrType)); SwigPtrN = 0; } /* Grow the table */ if (SwigPtrN >= SwigPtrMax) { SwigPtrMax = 2*SwigPtrMax; SwigPtrTable = (SwigPtrType *) realloc((char *) SwigPtrTable,SwigPtrMax*sizeof(SwigPtrType)); } for (i = 0; i < SwigPtrN; i++) if (strcmp(SwigPtrTable[i].name,origtype) == 0) { t = &SwigPtrTable[i]; break; } if (!t) { t = &SwigPtrTable[SwigPtrN]; t->name = origtype; t->len = strlen(t->name); t->cast = 0; t->next = 0; SwigPtrN++; } /* Check for existing entry */ while (t->next) { if ((strcmp(t->name,newtype) == 0)) { if (cast) t->cast = cast; return; } t = t->next; } /* Now place entry (in sorted order) */ t1 = (SwigPtrType *) malloc(sizeof(SwigPtrType)); t1->name = newtype; t1->len = strlen(t1->name); t1->cast = cast; t1->next = 0; t->next = t1; SwigPtrSort = 0; } /* Make a pointer value string */ SWIGSTATIC void SWIG_MakePtr(char *_c, const void *_ptr, char *type) { static char _hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; unsigned long _p, _s; char _result[20], *_r; /* Note : a 64-bit hex number = 16 digits */ _r = _result; _p = (unsigned long) _ptr; if (_p > 0) { while (_p > 0) { _s = _p & 0xf; *(_r++) = _hex[_s]; _p = _p >> 4; } *_r = '_'; while (_r >= _result) *(_c++) = *(_r--); } else { strcpy (_c, "NULL"); } if (_ptr) strcpy (_c, type); } /* Define for backwards compatibility */ #define _swig_make_hex SWIG_MakePtr /* Function for getting a pointer value */ SWIGSTATIC char *SWIG_GetPtr(char *_c, void **ptr, char *_t) { unsigned long _p; char temp_type[256]; char *name; int i, len; SwigPtrType *sp,*tp; SwigCacheType *cache; int start, end; _p = 0; /* Pointer values must start with leading underscore */ if (*_c == '_') { _c++; /* Extract hex value from pointer */ while (*_c) { if ((*_c >= '0') && (*_c <= '9')) _p = (_p << 4) + (*_c - '0'); else if ((*_c >= 'a') && (*_c <= 'f')) _p = (_p << 4) + ((*_c - 'a') + 10); else break; _c++; } if (_t) { if (strcmp(_t,_c)) { if (!SwigPtrSort) { qsort((void *) SwigPtrTable, SwigPtrN, sizeof(SwigPtrType), swigsort); for (i = 0; i < 256; i++) { SwigStart[i] = SwigPtrN; } for (i = SwigPtrN-1; i >= 0; i--) { SwigStart[(int) (SwigPtrTable[i].name[1])] = i; } for (i = 255; i >= 1; i--) { if (SwigStart[i-1] > SwigStart[i]) SwigStart[i-1] = SwigStart[i]; } SwigPtrSort = 1; for (i = 0; i < SWIG_CACHESIZE; i++) SwigCache[i].stat = 0; } /* First check cache for matches. Uses last cache value as starting point */ cache = &SwigCache[SwigLastCache]; for (i = 0; i < SWIG_CACHESIZE; i++) { if (cache->stat) { if (strcmp(_t,cache->name) == 0) { if (strcmp(_c,cache->mapped) == 0) { cache->stat++; *ptr = (void *) _p; if (cache->tp->cast) *ptr = (*(cache->tp->cast))(*ptr); return (char *) 0; } } } SwigLastCache = (SwigLastCache+1) & SWIG_CACHEMASK; if (!SwigLastCache) cache = SwigCache; else cache++; } /* We have a type mismatch. Will have to look through our type mapping table to figure out whether or not we can accept this datatype */ start = SwigStart[(int) _t[1]]; end = SwigStart[(int) _t[1]+1]; sp = &SwigPtrTable[start]; while (start < end) { if (swigcmp(_t,sp) == 0) break; sp++; start++; } if (start >= end) sp = 0; /* Try to find a match for this */ if (sp) { while (swigcmp(_t,sp) == 0) { name = sp->name; len = sp->len; tp = sp->next; /* Try to find entry for our given datatype */ while(tp) { if (tp->len >= 255) { return _c; } strcpy(temp_type,tp->name); strncat(temp_type,_t+len,255-tp->len); if (strcmp(_c,temp_type) == 0) { strcpy(SwigCache[SwigCacheIndex].mapped,_c); strcpy(SwigCache[SwigCacheIndex].name,_t); SwigCache[SwigCacheIndex].stat = 1; SwigCache[SwigCacheIndex].tp = tp; SwigCacheIndex = SwigCacheIndex & SWIG_CACHEMASK; /* Get pointer value */ *ptr = (void *) _p; if (tp->cast) *ptr = (*(tp->cast))(*ptr); return (char *) 0; } tp = tp->next; } sp++; /* Hmmm. Didn't find it this time */ } } /* Didn't find any sort of match for this data. Get the pointer value and return the received type */ *ptr = (void *) _p; return _c; } else { /* Found a match on the first try. Return pointer value */ *ptr = (void *) _p; return (char *) 0; } } else { /* No type specified. Good luck */ *ptr = (void *) _p; return (char *) 0; } } else { if (strcmp (_c, "NULL") == 0) { *ptr = (void *) 0; return (char *) 0; } *ptr = (void *) 0; return _c; } } /* Compatibility mode */ #define _swig_get_hex SWIG_GetPtr #define SWIG_init initglec #define SWIG_name "glec" #include "arrayobject.h" #define Get2D(arr, dims, i, j) arr[(i * dims[1]) + j] #define Get3D(arr, dims, i, j, k) arr[(i * dims[1] * dims[2]) + \ (j * dims[2]) + k] #define Get4D(arr, dims, i, j, k, l) arr[(i * dims[1] * dims[2] * dims[3]) + \ (j * dims[2] * dims[3]) + \ (k * dims[3]) + l] /******************************************************************** Tries to create a contiguous numeric array of type typecode from a Python object. Works for list, tuples and numeric arrays. obj: Numeric array Python object typecode: data type PyArray_{ CHAR, UBYTE, SBYTE, SHORT, INT, LONG, FLOAT, DOUBLE, CFLOAT, CDOUBLE } expectnd: required number of dimensions. Used for checking. Ignored if <=0. expectdims: array of expected extends. Used for checking. Ignored if <=0. Raises ValueError exceptions if: - the PyArray_ContiguousFromObject fails - the array has a bad shape - the extent of a given dimension doesn't match the specified extent. ********************************************************************/ static PyArrayObject *contiguous_typed_array(PyObject *obj, int typecode, int expectnd, int *expectdims) { PyArrayObject *arr; int i, numitems, itemsize; char buf[255]; /* if the shape and type are OK, this function increments the reference count and arr points to obj */ if((arr = (PyArrayObject *)PyArray_ContiguousFromObject(obj, typecode, 0, 10)) == NULL) { sprintf(buf,"Failed to make a contiguous array of type %d\n", typecode); PyErr_SetString(PyExc_ValueError, buf); return NULL; } if(expectnd>0) { if(arr->nd > expectnd + 1 || arr->nd < expectnd) { Py_DECREF((PyObject *)arr); PyErr_SetString(PyExc_ValueError, "Array has wrong number of dimensions"); return NULL; } if(arr->nd == expectnd + 1) { if(arr->dimensions[arr->nd - 1] != 1) { Py_DECREF((PyObject *)arr); PyErr_SetString(PyExc_ValueError, "Array has wrong number of dimensions"); return NULL; } } if(expectdims) { for(i = 0; i < expectnd; i++) if(expectdims[i]>0) if(expectdims[i] != arr->dimensions[i]) { Py_DECREF((PyObject *)arr); sprintf(buf,"The extent of dimension %d is %d while %d was expected\n", i, arr->dimensions[i], expectdims[i]); PyErr_SetString(PyExc_ValueError, buf); return NULL; } } } return arr; } static PyObject* l_output_helper1(PyObject* target, PyObject* o) { PyObject* o2; PyObject* o3; if (!target) { target = o; } else if (target == Py_None) { Py_DECREF(Py_None); target = o; } else { if (!PyList_Check(target)) { o2 = target; target = PyList_New(0); PyList_Append(target, o2); Py_XDECREF(o2); } PyList_Append(target,o); Py_XDECREF(o); } return target; } #define gleDouble double typedef gleDouble gleAffine[2][3]; extern int gleGetJoinStyle(); extern void gleSetJoinStyle(int ); extern void glePolyCylinder(int ,double [1][3],float [1][3],double ); extern void glePolyCone(int ,double [1][3],float [1][3],double [1]); extern void gleExtrusion(int ,double [1][2],double [1][2],double [3],int ,double [1][3],float [1][3]); extern void gleTwistExtrusion(int ,double [1][2],double [1][2],double [3],int ,double [1][3],float [1][3],double [1]); extern void gleSuperExtrusion(int ,double [1][2],double [1][2],double [3],int ,double [1][3],float [1][3],double [1][2][3]); extern void gleSpiral(int ,double [1][2],double [1][2],double [3],double ,double ,double ,double ,double [2][3],double [2][3],double ,double ); extern void gleLathe(int ,double [1][2],double [1][2],double [3],double ,double ,double ,double ,double [2][3],double [2][3],double ,double ); extern void gleHelicoid(double ,double ,double ,double ,double ,double [2][3],double [2][3],double ,double ); extern void gleToroid(double ,double ,double ,double ,double ,double [2][3],double [2][3],double ,double ); extern void gleScrew(int ,double [1][2],double [1][2],double [3],double ,double ,double ); extern void gleTextureMode(int ); extern void rot_axis(double ,double [3]); extern void rot_about_axis(double ,double [3]); extern void rot_omega(double [3]); extern void rot_prince(double ,char ); extern void urot_axis(double [4][4],double ,double [3]); extern void urot_about_axis(double [4][4],double ,double [3]); extern void urot_omega(double [4][4],double [3]); extern void urot_prince(double [4][4],double ,char ); extern void uview_direction(double [4][4],double [3],double [3]); extern void uviewpoint(double [4][4],double [3],double [3],double [3]); #ifndef WIN32 #include #endif #include #include "port.h" #include "tube_gc.h" void _gleFeedback ( void (*bgn_feedback) (int, double), void (*n3d_feedback) (double *), void (*v3d_feedback) (double *, int, int), void (*end_feedback) () ) { INIT_GC(); _gle_gc -> bgn_gen_texture = bgn_feedback; _gle_gc -> n3d_gen_texture = n3d_feedback; _gle_gc -> v3d_gen_texture = v3d_feedback; _gle_gc -> end_gen_texture = end_feedback; } #include static int nbpts = 0; static int max_nbpts = 0; static int nbnorm = 0; static int max_norm = 0; static int nbstrip = 0; static int max_strip = 0; static double *vertices = NULL; static double *normals = NULL; static int *strips = NULL; double *growDouble(double *array, int n, int *max, int dim) { double *p; /* fixme ... catch memory allocation error, return error code */ (*max) += n; p = (double *)realloc( array, (*max)*dim*sizeof(double)); /* printf("allocate %d %p\n", (*max), p ); */ return p; } int *growInt(int *array, int n, int *max, int dim) { int *p; /* fixme ... catch memory allocation error, return error code */ (*max) += n; p = (int *)realloc( array, (*max)*dim*sizeof(int)); /* printf("allocate %d %p\n", (*max), p ); */ return p; } static void add_Vertex(double v[3]) { if (nbpts >= max_nbpts) vertices = growDouble(vertices, 1000, &max_nbpts, 3); vertices[nbpts*3] = v[0]; vertices[(nbpts*3)+1] = v[1]; vertices[(nbpts*3)+2] = v[2]; /*printf("V %d %d %p, %g %g %g\n", nbpts, max_nbpts, vertices, vertices[nbpts*3], vertices[(nbpts*3)+1], vertices[(nbpts*3)+2]);*/ nbpts++; } static void add_Normal(double v[3]) { if (nbnorm >= max_norm) normals = growDouble(normals, 1000, &max_norm, 3); normals[nbnorm*3] = v[0]; normals[(nbnorm*3)+1] = v[1]; normals[(nbnorm*3)+2] = v[2]; /* printf("N %d %d %p %g %g %g\n", nbnorm, max_norm, normals, normals[nbnorm*3], normals[(nbnorm*3)+1], normals[(nbnorm*3)+2]); */ nbnorm++; } #include static void add_Strip() { /* printf("addStrip %d %d %d\n", nbstrip, nbpts, nbnorm); */ if (nbstrip >= max_strip) strips = growInt(strips, 100, &max_strip, 2); strips[nbstrip*2] = nbpts; strips[(nbstrip*2)+1] = nbnorm; /* printf("addStrip %d %d %d\n", nbstrip, strips[nbstrip*2], strips[(nbstrip*2)+1]); */ nbstrip++; } static double _mat_[16]; static void bgn_feedback (int inext, double len) { int i; glGetDoublev(GL_MODELVIEW_MATRIX, (double *)_mat_); /* printf("Begin mod "); for (i=0; i<16; i++) printf("%7.3f",_mat_[i]); printf("\n");*/ } static void end_feedback () { add_Strip(); } static void multmat(double v[3], double mat[16], double vm[3], int homo) { int i; vm[0] = mat[0]*v[0] + mat[4]*v[1] + mat[8]*v[2] + homo*mat[12]; vm[1] = mat[1]*v[0] + mat[5]*v[1] + mat[9]*v[2] + homo*mat[13]; vm[2] = mat[2]*v[0] + mat[6]*v[1] + mat[10]*v[2] + homo*mat[14]; } static void normal_feedback (double v[3]) { GLdouble vt[3]; /* printf("n1 %lf %lf %lf\n", v[0], v[1], v[2]); */ multmat(v, _mat_, &vt[0], 0); /* printf("n2 %lf %lf %lf\n", vt[0], vt[1], vt[2]); */ /* printf("%lf %lf %lf\n", vt[0], vt[1], vt[2]); */ add_Normal(vt); } static void vertex_feedback (double v[3], int jcnt, int end) { GLdouble vt[3]; /* printf("v %lf %lf %lf\n", v[0], v[1], v[2]); */ multmat(v, _mat_, &vt[0], 1); /* printf("%7.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n", v[0], v[1], v[2], vt[0], vt[1], vt[2]); */ add_Vertex(vt); } void gleFeedBack() { nbpts = nbnorm = nbstrip = max_nbpts = max_norm = max_strip = 0; _gleFeedback(bgn_feedback, normal_feedback, vertex_feedback, end_feedback); } void gleFreeFeedbackBuffers() { /* if (vertices) free(vertices); if (normals) free(normals); if (strips) free(strips); */ } static PyObject *gleGetTriangleMesh(PyObject *self, PyObject *args) { PyArrayObject *v_array, *n_array, *s_array; int dims[2]; dims[0] = nbpts; dims[1] = 3; v_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_DOUBLE, (char *)vertices); v_array->flags |= OWN_DATA; dims[0] = nbnorm; dims[1] = 3; n_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_DOUBLE, (char *)normals); n_array->flags |= OWN_DATA; dims[0] = nbstrip; dims[1] = 2; s_array = (PyArrayObject *)PyArray_FromDimsAndData(2, dims, PyArray_INT, (char *)strips); s_array->flags |= OWN_DATA; return Py_BuildValue("OOO", v_array, n_array, s_array); } static PyObject *_wrap_gleGetJoinStyle(PyObject *self, PyObject *args) { PyObject * _resultobj; int _result; self = self; if(!PyArg_ParseTuple(args,":gleGetJoinStyle")) return NULL; _result = (int )gleGetJoinStyle(); _resultobj = Py_BuildValue("i",_result); return _resultobj; } static PyObject *_wrap_gleSetJoinStyle(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; self = self; if(!PyArg_ParseTuple(args,"i:gleSetJoinStyle",&_arg0)) return NULL; gleSetJoinStyle(_arg0); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_glePolyCylinder(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; float * _arg2; double _arg3; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; self = self; if(!PyArg_ParseTuple(args,"OOd:glePolyCylinder",&_obj1,&_obj2,&_arg3)) return NULL; { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { if (_obj2 = Py_None) { _arg2 = NULL; } else { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_FLOAT, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (float *)array0->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } glePolyCylinder(_arg0,(double (*)[3])_arg1,(float (*)[3])_arg2,_arg3); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } return _resultobj; } static PyObject *_wrap_glePolyCone(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; float * _arg2; double * _arg3; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; self = self; if(!PyArg_ParseTuple(args,"OOO:glePolyCone",&_obj1,&_obj2,&_obj3)) return NULL; { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { if (_obj2 = Py_None) { _arg2 = NULL; } else { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_FLOAT, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (float *)array0->data; } } if (_obj3) { int expected_dims[1] = {1}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } glePolyCone(_arg0,(double (*)[3])_arg1,(float (*)[3])_arg2,_arg3); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj3); } return _resultobj; } static PyObject *_wrap_gleExtrusion(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; int _arg4; double * _arg5; float * _arg6; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; PyArrayObject * array2; PyObject * _obj5 = 0; PyArrayObject * array3; PyObject * _obj6 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOOO:gleExtrusion",&_obj1,&_obj2,&_obj3,&_obj5,&_obj6)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } if (_obj5) { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array2 = contiguous_typed_array(_obj5, PyArray_DOUBLE, 2, expected_dims); if (! array2) return NULL; _obj5 = (PyObject *)array2; _arg5 = (double *)array2->data; } if (_obj6) { if (_obj6 = Py_None) { _arg6 = NULL; } else { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array3 = contiguous_typed_array(_obj6, PyArray_FLOAT, 2, expected_dims); if (! array3) return NULL; _obj6 = (PyObject *)array3; _arg6 = (float *)array3->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } { _arg4 = ((PyArrayObject *)(_obj5))->dimensions[0]; } gleExtrusion(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,(double (*)[3])_arg5,(float (*)[3])_arg6); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } { Py_DECREF(_obj5); } return _resultobj; } static PyObject *_wrap_gleTwistExtrusion(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; int _arg4; double * _arg5; float * _arg6; double * _arg7; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; PyArrayObject * array2; PyObject * _obj5 = 0; PyArrayObject * array3; PyObject * _obj6 = 0; PyArrayObject * array4; PyObject * _obj7 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOOOO:gleTwistExtrusion",&_obj1,&_obj2,&_obj3,&_obj5,&_obj6,&_obj7)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array2 = contiguous_typed_array(_obj5, PyArray_DOUBLE, 2, expected_dims); if (! array2) return NULL; _obj5 = (PyObject *)array2; _arg5 = (double *)array2->data; } if (_obj6) { if (_obj6 = Py_None) { _arg6 = NULL; } else { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array3 = contiguous_typed_array(_obj6, PyArray_FLOAT, 2, expected_dims); if (! array3) return NULL; _obj6 = (PyObject *)array3; _arg6 = (float *)array3->data; } } if (_obj7) { int expected_dims[1] = {1}; if (expected_dims[0]==1) expected_dims[0]=0; array4 = contiguous_typed_array(_obj7, PyArray_DOUBLE, 1, expected_dims); if (! array4) return NULL; _obj7 = (PyObject *)array4; _arg7 = (double *)array4->data; } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } { _arg4 = ((PyArrayObject *)(_obj5))->dimensions[0]; } gleTwistExtrusion(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,(double (*)[3])_arg5,(float (*)[3])_arg6,_arg7); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } { Py_DECREF(_obj5); } { Py_DECREF(_obj7); } return _resultobj; } static PyObject *_wrap_gleSuperExtrusion(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; int _arg4; double * _arg5; float * _arg6; double * _arg7; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; PyArrayObject * array2; PyObject * _obj5 = 0; PyArrayObject * array3; PyObject * _obj6 = 0; PyArrayObject * array4; PyObject * _obj7 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOOOO:gleSuperExtrusion",&_obj1,&_obj2,&_obj3,&_obj5,&_obj6,&_obj7)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array2 = contiguous_typed_array(_obj5, PyArray_DOUBLE, 2, expected_dims); if (! array2) return NULL; _obj5 = (PyObject *)array2; _arg5 = (double *)array2->data; } if (_obj6) { if (_obj6 = Py_None) { _arg6 = NULL; } else { int expected_dims[2] = {1, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array3 = contiguous_typed_array(_obj6, PyArray_FLOAT, 2, expected_dims); if (! array3) return NULL; _obj6 = (PyObject *)array3; _arg6 = (float *)array3->data; } } if (_obj7) { if (_obj7 == Py_None) { _arg7 = NULL; } else { int expected_dims[3] = {1, 2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; if (expected_dims[2]==1) expected_dims[2]=0; array4 = contiguous_typed_array(_obj7, PyArray_DOUBLE, 3, expected_dims); if (! array4) return NULL; _obj7 = (PyObject *)array4; _arg7 = (double *)array4->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } { _arg4 = ((PyArrayObject *)(_obj5))->dimensions[0]; } gleSuperExtrusion(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,(double (*)[3])_arg5,(float (*)[3])_arg6,(double (*)[2][3])_arg7); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } { Py_DECREF(_obj5); } return _resultobj; } static PyObject *_wrap_gleSpiral(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; double _arg4; double _arg5; double _arg6; double _arg7; double * _arg8; double * _arg9; double _arg10; double _arg11; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; PyArrayObject * array2; PyObject * _obj8 = 0; PyArrayObject * array3; PyObject * _obj9 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOddddOOdd:gleSpiral",&_obj1,&_obj2,&_obj3,&_arg4,&_arg5,&_arg6,&_arg7,&_obj8,&_obj9,&_arg10,&_arg11)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } { if (_obj8 == Py_None) { _arg8 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array2 = contiguous_typed_array(_obj8, PyArray_DOUBLE, 2, expected_dims); if (! array2) return NULL; _obj8 = (PyObject *)array2; _arg8 = (double *)array2->data; } } { if (_obj9 == Py_None) { _arg9 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array3 = contiguous_typed_array(_obj9, PyArray_DOUBLE, 2, expected_dims); if (! array3) return NULL; _obj9 = (PyObject *)array3; _arg9 = (double *)array3->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } gleSpiral(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,_arg5,_arg6,_arg7,(double (*)[3])_arg8,(double (*)[3])_arg9,_arg10,_arg11); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_gleLathe(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; double _arg4; double _arg5; double _arg6; double _arg7; double * _arg8; double * _arg9; double _arg10; double _arg11; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; PyArrayObject * array2; PyObject * _obj8 = 0; PyArrayObject * array3; PyObject * _obj9 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOddddOOdd:gleLathe",&_obj1,&_obj2,&_obj3,&_arg4,&_arg5,&_arg6,&_arg7,&_obj8,&_obj9,&_arg10,&_arg11)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } { if (_obj8 == Py_None) { _arg8 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array2 = contiguous_typed_array(_obj8, PyArray_DOUBLE, 2, expected_dims); if (! array2) return NULL; _obj8 = (PyObject *)array2; _arg8 = (double *)array2->data; } } { if (_obj9 == Py_None) { _arg9 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array3 = contiguous_typed_array(_obj9, PyArray_DOUBLE, 2, expected_dims); if (! array3) return NULL; _obj9 = (PyObject *)array3; _arg9 = (double *)array3->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } gleLathe(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,_arg5,_arg6,_arg7,(double (*)[3])_arg8,(double (*)[3])_arg9,_arg10,_arg11); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_gleHelicoid(PyObject *self, PyObject *args) { PyObject * _resultobj; double _arg0; double _arg1; double _arg2; double _arg3; double _arg4; double * _arg5; double * _arg6; double _arg7; double _arg8; PyArrayObject * array; PyObject * _obj5 = 0; PyArrayObject * array0; PyObject * _obj6 = 0; self = self; if(!PyArg_ParseTuple(args,"dddddOOdd:gleHelicoid",&_arg0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_arg8)) return NULL; { if (_obj5 == Py_None) { _arg5 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj5, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj5 = (PyObject *)array; _arg5 = (double *)array->data; } } { if (_obj6 == Py_None) { _arg6 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj6, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj6 = (PyObject *)array0; _arg6 = (double *)array0->data; } } gleHelicoid(_arg0,_arg1,_arg2,_arg3,_arg4,(double (*)[3])_arg5,(double (*)[3])_arg6,_arg7,_arg8); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_gleToroid(PyObject *self, PyObject *args) { PyObject * _resultobj; double _arg0; double _arg1; double _arg2; double _arg3; double _arg4; double * _arg5; double * _arg6; double _arg7; double _arg8; PyArrayObject * array; PyObject * _obj5 = 0; PyArrayObject * array0; PyObject * _obj6 = 0; self = self; if(!PyArg_ParseTuple(args,"dddddOOdd:gleToroid",&_arg0,&_arg1,&_arg2,&_arg3,&_arg4,&_obj5,&_obj6,&_arg7,&_arg8)) return NULL; { if (_obj5 == Py_None) { _arg5 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj5, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj5 = (PyObject *)array; _arg5 = (double *)array->data; } } { if (_obj6 == Py_None) { _arg6 = NULL; } else { int expected_dims[2] = {2, 3}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj6, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj6 = (PyObject *)array0; _arg6 = (double *)array0->data; } } gleToroid(_arg0,_arg1,_arg2,_arg3,_arg4,(double (*)[3])_arg5,(double (*)[3])_arg6,_arg7,_arg8); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_gleScrew(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; double * _arg1; double * _arg2; double * _arg3; double _arg4; double _arg5; double _arg6; PyArrayObject * array; PyObject * _obj1 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; PyArrayObject * array1; PyObject * _obj3 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOddd:gleScrew",&_obj1,&_obj2,&_obj3,&_arg4,&_arg5,&_arg6)) return NULL; { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } { int expected_dims[2] = {1, 2}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 2, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } { if (_obj3 == Py_None) { _arg3 = NULL; } else { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj3 = (PyObject *)array1; _arg3 = (double *)array1->data; } } { _arg0 = ((PyArrayObject *)(_obj1))->dimensions[0]; } gleScrew(_arg0,(double (*)[2])_arg1,(double (*)[2])_arg2,_arg3,_arg4,_arg5,_arg6); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_gleTextureMode(PyObject *self, PyObject *args) { PyObject * _resultobj; int _arg0; self = self; if(!PyArg_ParseTuple(args,"i:gleTextureMode",&_arg0)) return NULL; gleTextureMode(_arg0); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_rot_axis(PyObject *self, PyObject *args) { PyObject * _resultobj; double _arg0; double * _arg1; PyArrayObject * array; PyObject * _obj1 = 0; self = self; if(!PyArg_ParseTuple(args,"dO:rot_axis",&_arg0,&_obj1)) return NULL; { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 1, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } rot_axis(_arg0,_arg1); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } return _resultobj; } static PyObject *_wrap_rot_about_axis(PyObject *self, PyObject *args) { PyObject * _resultobj; double _arg0; double * _arg1; PyArrayObject * array; PyObject * _obj1 = 0; self = self; if(!PyArg_ParseTuple(args,"dO:rot_about_axis",&_arg0,&_obj1)) return NULL; { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array = contiguous_typed_array(_obj1, PyArray_DOUBLE, 1, expected_dims); if (! array) return NULL; _obj1 = (PyObject *)array; _arg1 = (double *)array->data; } rot_about_axis(_arg0,_arg1); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj1); } return _resultobj; } static PyObject *_wrap_rot_omega(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; PyArrayObject * array; PyObject * _obj0 = 0; self = self; if(!PyArg_ParseTuple(args,"O:rot_omega",&_obj0)) return NULL; { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 1, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } rot_omega(_arg0); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } return _resultobj; } static PyObject *_wrap_rot_prince(PyObject *self, PyObject *args) { PyObject * _resultobj; double _arg0; char _arg1; self = self; if(!PyArg_ParseTuple(args,"dc:rot_prince",&_arg0,&_arg1)) return NULL; rot_prince(_arg0,_arg1); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_urot_axis(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double _arg1; double * _arg2; PyArrayObject * array; PyObject * _obj0 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; self = self; if(!PyArg_ParseTuple(args,"OdO:urot_axis",&_obj0,&_arg1,&_obj2)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 1, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } urot_axis((double (*)[4])_arg0,_arg1,_arg2); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_urot_about_axis(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double _arg1; double * _arg2; PyArrayObject * array; PyObject * _obj0 = 0; PyArrayObject * array0; PyObject * _obj2 = 0; self = self; if(!PyArg_ParseTuple(args,"OdO:urot_about_axis",&_obj0,&_arg1,&_obj2)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array0 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 1, expected_dims); if (! array0) return NULL; _obj2 = (PyObject *)array0; _arg2 = (double *)array0->data; } urot_about_axis((double (*)[4])_arg0,_arg1,_arg2); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_urot_omega(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double * _arg1; PyArrayObject * array; PyObject * _obj0 = 0; PyArrayObject * array0; PyObject * _obj1 = 0; self = self; if(!PyArg_ParseTuple(args,"OO:urot_omega",&_obj0,&_obj1)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array0 = contiguous_typed_array(_obj1, PyArray_DOUBLE, 1, expected_dims); if (! array0) return NULL; _obj1 = (PyObject *)array0; _arg1 = (double *)array0->data; } urot_omega((double (*)[4])_arg0,_arg1); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } { Py_DECREF(_obj1); } return _resultobj; } static PyObject *_wrap_urot_prince(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double _arg1; char _arg2; PyArrayObject * array; PyObject * _obj0 = 0; self = self; if(!PyArg_ParseTuple(args,"Odc:urot_prince",&_obj0,&_arg1,&_arg2)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } urot_prince((double (*)[4])_arg0,_arg1,_arg2); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } return _resultobj; } static PyObject *_wrap_uview_direction(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double * _arg1; double * _arg2; PyArrayObject * array; PyObject * _obj0 = 0; PyArrayObject * array0; PyObject * _obj1 = 0; PyArrayObject * array1; PyObject * _obj2 = 0; self = self; if(!PyArg_ParseTuple(args,"OOO:uview_direction",&_obj0,&_obj1,&_obj2)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array0 = contiguous_typed_array(_obj1, PyArray_DOUBLE, 1, expected_dims); if (! array0) return NULL; _obj1 = (PyObject *)array0; _arg1 = (double *)array0->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj2 = (PyObject *)array1; _arg2 = (double *)array1->data; } uview_direction((double (*)[4])_arg0,_arg1,_arg2); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } return _resultobj; } static PyObject *_wrap_uviewpoint(PyObject *self, PyObject *args) { PyObject * _resultobj; double * _arg0; double * _arg1; double * _arg2; double * _arg3; PyArrayObject * array; PyObject * _obj0 = 0; PyArrayObject * array0; PyObject * _obj1 = 0; PyArrayObject * array1; PyObject * _obj2 = 0; PyArrayObject * array2; PyObject * _obj3 = 0; self = self; if(!PyArg_ParseTuple(args,"OOOO:uviewpoint",&_obj0,&_obj1,&_obj2,&_obj3)) return NULL; { int expected_dims[2] = {4, 4}; if (expected_dims[0]==1) expected_dims[0]=0; if (expected_dims[1]==1) expected_dims[1]=0; array = contiguous_typed_array(_obj0, PyArray_DOUBLE, 2, expected_dims); if (! array) return NULL; _obj0 = (PyObject *)array; _arg0 = (double *)array->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array0 = contiguous_typed_array(_obj1, PyArray_DOUBLE, 1, expected_dims); if (! array0) return NULL; _obj1 = (PyObject *)array0; _arg1 = (double *)array0->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array1 = contiguous_typed_array(_obj2, PyArray_DOUBLE, 1, expected_dims); if (! array1) return NULL; _obj2 = (PyObject *)array1; _arg2 = (double *)array1->data; } { int expected_dims[1] = {3}; if (expected_dims[0]==1) expected_dims[0]=0; array2 = contiguous_typed_array(_obj3, PyArray_DOUBLE, 1, expected_dims); if (! array2) return NULL; _obj3 = (PyObject *)array2; _arg3 = (double *)array2->data; } uviewpoint((double (*)[4])_arg0,_arg1,_arg2,_arg3); Py_INCREF(Py_None); _resultobj = Py_None; { Py_DECREF(_obj0); } { Py_DECREF(_obj1); } { Py_DECREF(_obj2); } { Py_DECREF(_obj3); } return _resultobj; } static PyObject *_wrap_gleFeedBack(PyObject *self, PyObject *args) { PyObject * _resultobj; self = self; if(!PyArg_ParseTuple(args,":gleFeedBack")) return NULL; gleFeedBack(); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyObject *_wrap_gleFreeFeedbackBuffers(PyObject *self, PyObject *args) { PyObject * _resultobj; self = self; if(!PyArg_ParseTuple(args,":gleFreeFeedbackBuffers")) return NULL; gleFreeFeedbackBuffers(); Py_INCREF(Py_None); _resultobj = Py_None; return _resultobj; } static PyMethodDef glecMethods[] = { { "gleGetTriangleMesh", gleGetTriangleMesh, 1 }, { "gleFreeFeedbackBuffers", _wrap_gleFreeFeedbackBuffers, 1 }, { "gleFeedBack", _wrap_gleFeedBack, 1 }, { "uviewpoint", _wrap_uviewpoint, 1 }, { "uview_direction", _wrap_uview_direction, 1 }, { "urot_prince", _wrap_urot_prince, 1 }, { "urot_omega", _wrap_urot_omega, 1 }, { "urot_about_axis", _wrap_urot_about_axis, 1 }, { "urot_axis", _wrap_urot_axis, 1 }, { "rot_prince", _wrap_rot_prince, 1 }, { "rot_omega", _wrap_rot_omega, 1 }, { "rot_about_axis", _wrap_rot_about_axis, 1 }, { "rot_axis", _wrap_rot_axis, 1 }, { "gleTextureMode", _wrap_gleTextureMode, 1 }, { "gleScrew", _wrap_gleScrew, 1 }, { "gleToroid", _wrap_gleToroid, 1 }, { "gleHelicoid", _wrap_gleHelicoid, 1 }, { "gleLathe", _wrap_gleLathe, 1 }, { "gleSpiral", _wrap_gleSpiral, 1 }, { "gleSuperExtrusion", _wrap_gleSuperExtrusion, 1 }, { "gleTwistExtrusion", _wrap_gleTwistExtrusion, 1 }, { "gleExtrusion", _wrap_gleExtrusion, 1 }, { "glePolyCone", _wrap_glePolyCone, 1 }, { "glePolyCylinder", _wrap_glePolyCylinder, 1 }, { "gleSetJoinStyle", _wrap_gleSetJoinStyle, 1 }, { "gleGetJoinStyle", _wrap_gleGetJoinStyle, 1 }, { NULL, NULL } }; static PyObject *SWIG_globals; #ifdef __cplusplus extern "C" #endif SWIGEXPORT(void,initglec)() { PyObject *m, *d; SWIG_globals = SWIG_newvarlink(); m = Py_InitModule("glec", glecMethods); d = PyModule_GetDict(m); import_array(); /* load the Numeric PyCObjects */ PyDict_SetItemString(d,"TUBE_JN_RAW", PyInt_FromLong((long) 0x1)); PyDict_SetItemString(d,"TUBE_JN_ANGLE", PyInt_FromLong((long) 0x2)); PyDict_SetItemString(d,"TUBE_JN_CUT", PyInt_FromLong((long) 0x3)); PyDict_SetItemString(d,"TUBE_JN_ROUND", PyInt_FromLong((long) 0x4)); PyDict_SetItemString(d,"TUBE_JN_MASK", PyInt_FromLong((long) 0xf)); PyDict_SetItemString(d,"TUBE_JN_CAP", PyInt_FromLong((long) 0x10)); PyDict_SetItemString(d,"TUBE_NORM_FACET", PyInt_FromLong((long) 0x100)); PyDict_SetItemString(d,"TUBE_NORM_EDGE", PyInt_FromLong((long) 0x200)); PyDict_SetItemString(d,"TUBE_NORM_PATH_EDGE", PyInt_FromLong((long) 0x400)); PyDict_SetItemString(d,"TUBE_NORM_MASK", PyInt_FromLong((long) 0xf00)); PyDict_SetItemString(d,"TUBE_CONTOUR_CLOSED", PyInt_FromLong((long) 0x1000)); PyDict_SetItemString(d,"GLE_TEXTURE_ENABLE", PyInt_FromLong((long) 0x10000)); PyDict_SetItemString(d,"GLE_TEXTURE_STYLE_MASK", PyInt_FromLong((long) 0xff)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_FLAT", PyInt_FromLong((long) 1)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_FLAT", PyInt_FromLong((long) 2)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_CYL", PyInt_FromLong((long) 3)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_CYL", PyInt_FromLong((long) 4)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_SPH", PyInt_FromLong((long) 5)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_SPH", PyInt_FromLong((long) 6)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_MODEL_FLAT", PyInt_FromLong((long) 7)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_MODEL_FLAT", PyInt_FromLong((long) 8)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_MODEL_CYL", PyInt_FromLong((long) 9)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_MODEL_CYL", PyInt_FromLong((long) 10)); PyDict_SetItemString(d,"GLE_TEXTURE_VERTEX_MODEL_SPH", PyInt_FromLong((long) 11)); PyDict_SetItemString(d,"GLE_TEXTURE_NORMAL_MODEL_SPH", PyInt_FromLong((long) 12)); /* * These are the pointer type-equivalency mappings. * (Used by the SWIG pointer type-checker). */ SWIG_RegisterMapping("_signed_long","_long",0); SWIG_RegisterMapping("_long","_unsigned_long",0); SWIG_RegisterMapping("_long","_signed_long",0); SWIG_RegisterMapping("_double_p","_gleAffine",0); SWIG_RegisterMapping("_unsigned_long","_long",0); SWIG_RegisterMapping("_signed_int","_int",0); SWIG_RegisterMapping("_unsigned_short","_short",0); SWIG_RegisterMapping("_gleAffine","_double_p",0); SWIG_RegisterMapping("_signed_short","_short",0); SWIG_RegisterMapping("_unsigned_int","_int",0); SWIG_RegisterMapping("_short","_unsigned_short",0); SWIG_RegisterMapping("_short","_signed_short",0); SWIG_RegisterMapping("_int","_unsigned_int",0); SWIG_RegisterMapping("_int","_signed_int",0); } gle-3.1.0/swig/gle_wrap.html0000644000076400007640000001454407301033455011422 GLE Module. Extrusion and tubing primitives library

GLE Module. Extrusion and tubing primitives library

[ Python Module : gle ]

TUBE_JN_RAW = 0x1

[ Constant: int  ]
defines for tubing join styles   

TUBE_JN_ANGLE = 0x2

[ Constant: int  ]

TUBE_JN_CUT = 0x3

[ Constant: int  ]

TUBE_JN_ROUND = 0x4

[ Constant: int  ]

TUBE_JN_MASK = 0xf

[ Constant: int  ]
mask bits   

TUBE_JN_CAP = 0x10

[ Constant: int  ]

TUBE_NORM_FACET = 0x100

[ Constant: int  ]
determine how normal vectors are to be handled   

TUBE_NORM_EDGE = 0x200

[ Constant: int  ]

TUBE_NORM_PATH_EDGE = 0x400

[ Constant: int  ]
for spiral, lathe, helix primitives   

TUBE_NORM_MASK = 0xf00

[ Constant: int  ]
mask bits   

TUBE_CONTOUR_CLOSED = 0x1000

[ Constant: int  ]
closed or open countours   

GLE_TEXTURE_ENABLE = 0x10000

[ Constant: int  ]

GLE_TEXTURE_STYLE_MASK = 0xff

[ Constant: int  ]

GLE_TEXTURE_VERTEX_FLAT = 1

[ Constant: int  ]

GLE_TEXTURE_NORMAL_FLAT = 2

[ Constant: int  ]

GLE_TEXTURE_VERTEX_CYL = 3

[ Constant: int  ]

GLE_TEXTURE_NORMAL_CYL = 4

[ Constant: int  ]

GLE_TEXTURE_VERTEX_SPH = 5

[ Constant: int  ]

GLE_TEXTURE_NORMAL_SPH = 6

[ Constant: int  ]

GLE_TEXTURE_VERTEX_MODEL_FLAT = 7

[ Constant: int  ]

GLE_TEXTURE_NORMAL_MODEL_FLAT = 8

[ Constant: int  ]

GLE_TEXTURE_VERTEX_MODEL_CYL = 9

[ Constant: int  ]

GLE_TEXTURE_NORMAL_MODEL_CYL = 10

[ Constant: int  ]

GLE_TEXTURE_VERTEX_MODEL_SPH = 11

[ Constant: int  ]

GLE_TEXTURE_NORMAL_MODEL_SPH = 12

[ Constant: int  ]

gleGetJoinStyle()

[ returns int  ]

gleSetJoinStyle(style)

[ returns void  ]
bitwise OR of flags   

glePolyCylinder(npoints,point_array,color_array,radius)

[ returns void  ]
num points in polyline   

glePolyCone(npoints,point_array,color_array,radius_array)

[ returns void  ]
numpoints in poly-line   

gleExtrusion(ncp,contour,cont_normal,up,npoints,point_array,color_array)

[ returns void  ]
number of contour points   

gleTwistExtrusion(ncp,contour,cont_normal,up,npoints,point_array,color_array,twist_array)

[ returns void  ]
number of contour points   

gleSuperExtrusion(ncp,contour,cont_normal,up,npoints,point_array,color_array,xform_array)

[ returns void  ]
extrude 2D contour, specifying local affine tranformations   

gleSpiral(ncp,contour,cont_normal,up,startRadius,drdTheta,startZ,dzdTheta,startXform,dXformdTheta,startTheta,sweepTheta)

[ returns void  ]
number of contour points   

gleLathe(ncp,contour,cont_normal,up,startRadius,drdTheta,startZ,dzdTheta,startXform,dXformdTheta,startTheta,sweepTheta)

[ returns void  ]
lathe moves contour along helical path by helically shearing 3D space   

gleHelicoid(rToroid,startRadius,drdTheta,startZ,dzdTheta,startXform,dXformdTheta,startTheta,sweepTheta)

[ returns void  ]
circle contour (torus) radius   

gleToroid(rToroid,startRadius,drdTheta,startZ,dzdTheta,startXform,dXformdTheta,startTheta,sweepTheta)

[ returns void  ]
circle contour (torus) radius   

gleScrew(ncp,contour,cont_normal,up,startz,endz,twist)

[ returns void  ]
number of contour points   

gleTextureMode(mode)

[ returns void  ]

rot_axis(omega,axis)

[ returns void  ]
Rotation Utilities   

rot_about_axis(angle,axis)

[ returns void  ]

rot_omega(axis)

[ returns void  ]

rot_prince(omega,axis)

[ returns void  ]

urot_axis(m,omega,axis)

[ returns void  ]

urot_about_axis(m,angle,axis)

[ returns void  ]

urot_omega(m,axis)

[ returns void  ]

urot_prince(m,omega,axis)

[ returns void  ]

uview_direction(m,v21,up)

[ returns void  ]
returned   

uviewpoint(m,v1,v2,up)

[ returns void  ]
returned   

gleFeedBack()

[ returns void  ]

gleFreeFeedbackBuffers()

[ returns void  ]

gle-3.1.0/swig/.cvsignore0000644000076400007640000000001207311735441010722 Makefile