pax_global_header00006660000000000000000000000064136136044620014517gustar00rootroot0000000000000052 comment=6941d3cb9f1f0fbb49ee8c12e20afee1ebd62289 theme-d-1.4.1/000077500000000000000000000000001361360446200130455ustar00rootroot00000000000000theme-d-1.4.1/AUTHORS000066400000000000000000000000771361360446200141210ustar00rootroot00000000000000Author: Tommi Höynälänmaa, e-mail: tommi.hoynalanmaa@iki.fi theme-d-1.4.1/COPYING000066400000000000000000000017231361360446200141030ustar00rootroot00000000000000 Theme-D programming language and documentation Copyright (C) 2008-2018 Tommi Höynälänmaa All source code and compiled modules of Theme-D standard library in subdirectory theme-d-code/standard-library are licensed under the GNU Lesser General Public License. See file doc/LGPL-3. The contents of subdirectories theme-d/runtime, th-scheme-utilities, libthemedsupport, and theme-d-code/examples and files theme-d-config.in and theme-d-config-maint.in are also licensed under GNU Lesser General Public License. All documentation (files *.tex, *.bib, *.pdf, and *.dia in subdirectory doc) is licensed under the GNU Free Documentation License. See file doc/GFDL-1.3. All other files are licensed under the GNU General Public License. See file doc/GPL-3. THE AUTHOR TAKES NO RESPONSIBILITY FOR ANY DAMAGE RESULTED OF THE DIRECT OR INDIRECT USE OF THE PROGRAMMING LANGUAGE THEME-D. ESPECIALLY THE THEME-D TYPE SYSTEM CONTAINS ALGORITHMS THAT HAVE NOT BEEN PROVED TO BE CORRECT. theme-d-1.4.1/ChangeLog000066400000000000000000000407221361360446200146240ustar00rootroot00000000000000theme-d (1.4.1) unstable; urgency=medium * Fixed a bug in the Standard Library Reference. * Use the underlying Guile implementation for EOF objects. -- Tommi Höynälänmaa Mon, 27 Jan 2020 08:12:16 +0200 theme-d (1.4.0) unstable; urgency=medium * Moved call/cc, exec/cc, and guard to the standard library. * Split the core module. * Allow a nonreturning expression to be casted statically to any type. * Optimized the internal representation of nonatomic constants. * Fixed a bug with intermediate language scheme-no-opt. * Done some cleaning with the source code. -- Tommi Höynälänmaa Sun, 04 Aug 2019 15:44:57 +0300 theme-d (1.3.1) unstable; urgency=medium * Corrected bugs with generic procedures. -- Tommi Höynälänmaa Tue, 25 Jun 2019 11:45:11 +0300 theme-d (1.3.0) unstable; urgency=medium * Support for Racket as the target platform. * Fixed a bug with procedure string-match. * Allow field names to overlap with variable names. * New implementation for hash tables. * Changed the runtime environment to use modules. * Programs written in Theme-D can be run without the Theme-D configuration file. * Renamed a-list to alist in the standard library. -- Tommi Höynälänmaa Fri, 17 May 2019 12:54:55 +0300 theme-d (1.2.0) unstable; urgency=medium * Fixed and redesigned text file I/O * Fixed bugs with optimized equality predicates * Changed the implementation of static methods * Optimized predicate equal? for primitive types -- Tommi Höynälänmaa Mon, 15 Apr 2019 15:21:23 +0300 theme-d (1.1.17) unstable; urgency=medium * Fixed a bug with toplevel mutable variables * Fixed procedure class macro expansion * Fixed assertion error messages * Renamed to in the runtime environment -- Tommi Höynälänmaa Mon, 18 Mar 2019 08:15:58 +0200 theme-d (1.1.16) unstable; urgency=medium * Fixed bugs with generic procedure dispatch. * Fixed module linkage order. * Fixed a bug with constructors. * Allowed list constants in interfaces. * Implemented procedure call stack output for intermediate language Scheme. * Removed vector constants from the core forms source code. -- Tommi Höynälänmaa Sat, 09 Mar 2019 14:35:05 +0200 theme-d (1.1.15) unstable; urgency=medium * Corrected a bug with let expressions. * Corrected bugs with special procedure type dispatch. * Improved some error messages. -- Tommi Höynälänmaa Thu, 24 Jan 2019 12:43:37 +0200 theme-d (1.1.14) unstable; urgency=medium * Changed Debian revision in the User Guide to a symbol. -- Tommi Höynälänmaa Tue, 18 Dec 2018 06:29:44 +0200 theme-d (1.1.13) unstable; urgency=medium * Corrected a bug with match-type-strong. -- Tommi Höynälänmaa Sat, 08 Dec 2018 15:10:20 +0200 theme-d (1.1.12) unstable; urgency=medium * Corrected bugs with Guile 2.2 Tree-IL. * Install custom1.scm and custom2.scm instead of the .go files. -- Tommi Höynälänmaa Thu, 06 Dec 2018 10:32:45 +0200 theme-d (1.1.11) unstable; urgency=medium * Updated the documentation. -- Tommi Höynälänmaa Sun, 04 Nov 2018 12:35:11 +0200 theme-d (1.1.10) unstable; urgency=medium * Corrected a bug with custom primitive classes. * Allowed logical types in mutable forward declarations. -- Tommi Höynälänmaa Mon, 29 Oct 2018 19:49:11 +0200 theme-d (1.1.9) unstable; urgency=medium * Updated the documentation. -- Tommi Höynälänmaa Fri, 26 Oct 2018 16:19:11 +0300 theme-d (1.1.8) unstable; urgency=medium * Updated the documentation. -- Tommi Höynälänmaa Wed, 24 Oct 2018 15:31:13 +0300 theme-d (1.1.7) unstable; urgency=medium * Changed the installation directories. * Implemented script get-theme-d-config-var. * Moved doc/copyright to COPYING and doc/ChangeLog to ChangeLog. -- Tommi Höynälänmaa Mon, 08 Oct 2018 08:09:59 +0300 theme-d (1.1.6) unstable; urgency=medium * Reorganized the code to be distributed in Debian. * Improved some error messages. -- Tommi Höynälänmaa Fri, 05 Oct 2018 07:52:43 +0300 theme-d (1.1.5) unstable; urgency=medium * Added generic procedure = for testing numerical equality. * Removed equal? predicates between different numerical classes. * Changed exception handling in the standard library and the runtime environment. * Added procedure raw-exit into the standard library. * Prevent inheriting Theme-D classes from GOOPS classes. * The program name is now the first command line argument. * Corrected a bug in the difference between a diagonal matrix and a matrix. * Changed the syntax of the guard-general form. * Added correct output of the test programs. * Optimized runtime GOOPS class handling. -- Tommi Höynälänmaa Tue, 25 Sep 2018 14:10:32 +0300 theme-d (1.1.4) unstable; urgency=medium * Corrected a bug with equality predicates and parametrized classes in the runtime environment. -- Tommi Höynälänmaa Sun, 16 Sep 2018 15:01:31 +0300 theme-d (1.1.3) unstable; urgency=medium * Corrected bugs with equality predicate optimization. * Corrected a bug with reexporting macros. * Corrected a bug with type-loop. * Added procedures member-values? and assoc-values into the standard library. -- Tommi Höynälänmaa Fri, 14 Sep 2018 15:51:22 +0300 theme-d (1.1.2) unstable; urgency=medium * Corrected a bug with line numbering in error messages. -- Tommi Höynälänmaa Thu, 23 Aug 2018 12:15:37 +0300 theme-d (1.1.1) bionic; urgency=medium * Corrected a bug with letrec. * Updated doc/theme-d-translator-types.pdf. -- Tommi Höynälänmaa Sun, 24 Jun 2018 11:54:39 +0300 theme-d (1.1.0) bionic; urgency=medium * Support for both guile-2.2 and guile-2.0. * Optimized procedures is-integer?, is-real? , r-floor, r-truncate, r-floor, and r-ceiling. * Added procedure factorial to the core module. * Compute exact values for log2, log10, tgamma, and lgamma. * Prevent stripping of class in the core module. -- Tommi Höynälänmaa Sun, 27 May 2018 08:59:29 +0300 theme-d (1.0.12) trusty; urgency=medium * Implemented numeric tower and rational numbers in the standard library. * Rewrote the generic math procedures. * Optimized real math procedures. * Implemented interface for many standard C and POSIX C math functions. * Added dependency to library libthemedsupport. * Corrected a bug in procedure c-acos. * Implemented equal? as a generic procedure. * Corrected a bug with definition of declared methods. * Implemented bitwise arithmetic in the standard library. * Added procedures r-round, r-truncate, r-floor, r-ceiling, i-nonneg-expt, r-nonneg-int-expt, r-int-expt, gcd, i-sign, r-sign, make-numerical-overflow, raise-numerical-overflow, nan, inf, and neg-inf into the core module. * Optimized field references. * Load custom files from compiled files instead of source files. -- Tommi Höynälänmaa Mon, 21 May 2018 12:39:39 +0300 theme-d (1.0.11) trusty; urgency=medium * Added a missing type check for definitions of declared variables. -- Tommi Höynälänmaa Tue, 08 May 2018 13:37:20 +0300 theme-d (1.0.10) trusty; urgency=medium * Corrected a bug with cloning singletons. * Changed exception handling in i/o and math procedures. * Corrected expression output in compiler error messages. * Corrected line numbering in compiler error messages. * Changed macro syntax violation messages. * Check that prelink-body is not used in interfaces. * Delete the target .go file if linker fails. * Corrected a bug with force-pure-expr. * Optimized cast-x-vector procedures in case the original element type is a subtype of the new element-type. * Corrected a bug with opening output files in the translator. * Added procedures nan?, infinite?, and finite? into the standard library. * Added procedures hash-exists? and hash-remove! into the standard library. * Changed procedure hash-ref to take the default value as an argument. * Added procedure delete-file into the standard library. * Allow nonlist toplevel expressions. -- Tommi Höynälänmaa Sat, 05 May 2018 14:58:33 +0300 theme-d (1.0.9) trusty; urgency=medium * Corrected bugs with signatures as procedure call argument types. -- Tommi Höynälänmaa Fri, 23 Mar 2018 09:34:45 +0200 theme-d (1.0.8) trusty; urgency=medium * Implemented keyword static-cast. * Check the illegal use of keywords. * Corrected the error message with an unbound variable in set!. * Corrected a bug in library procedure or-map?. * Added library procedures and-map-nonpure?, and-map-nonpure1?, or-map-nonpure?, or-map-nonpure1?, a-list-delete, filter, distinct-elements?, and string-char-index-right. * Added declarations of procedures map-car and map-cdr into core.thi. * Added parametrized type :nonempty-a-list into core.thi. * Moved module singleton from examples into the standard library. -- Tommi Höynälänmaa Thu, 08 Mar 2018 13:21:43 +0200 theme-d (1.0.7) trusty; urgency=medium * Corrected a bug in the type system. Test program test612.thp works now. -- Tommi Höynälänmaa Thu, 01 Mar 2018 13:28:54 +0200 theme-d (1.0.6) trusty; urgency=medium * Allow toplevel statements and procedure calls in programs and module bodies. * New keyword prelink-body to allow calling procedures in toplevel statements. * Handle unspecified values with forward declarations and letrec expressions. * Use SRFI-72 based implementation for the macro system. * Form identifier-syntax and limited syntax-case support. * Allow a module reference as the first argument of set!. -- Tommi Höynälänmaa Tue, 07 Nov 2017 15:27:00 +0200 theme-d (1.0.5) trusty; urgency=medium * Corrected equivalence predicate optimization. * Corrected bugs in vector typecasts. * Check illegal non-toplevel expressions. -- Tommi Höynälänmaa Wed, 13 Sep 2017 12:17:08 +0300 theme-d (1.0.4) trusty; urgency=medium * Corrected a bug with parametrized procedure result type checking. * User defined Theme-D procedures are now visible in runtime backtrace. * Pretty printed runtime backtraces. * Print type information with runtime error messages. -- Tommi Höynälänmaa Wed, 16 Aug 2017 15:29:45 +0300 theme-d (1.0.3) trusty; urgency=medium * Corrected the eq-by-value? flag of pair classes to #t. * Corrected a bug with type. * Optimized procedure calls. * Optimized the equality predicates. * Optimized checking primitive classes in match-type and is-instance?. * Redesigned assoc and member? procedures in order to invoke the equality predicate optimization. * Improved linker error messages with procedure typing errors. -- Tommi Höynälänmaa Sat, 05 Aug 2017 16:40:39 +0300 theme-d (1.0.2) trusty; urgency=medium * Better error messages. -- Tommi Höynälänmaa Sun, 23 Jul 2017 17:50:53 +0300 theme-d (1.0.1) trusty; urgency=medium * Simple and parametrized procedures can be used in signatures. * Corrected a bug with type checking simple procedure calls inside parametrized procedures. -- Tommi Höynälänmaa Mon, 17 Jul 2017 16:16:27 +0300 theme-d (1.0.0) trusty; urgency=medium * Support Tree-IL as intermediate language. * New keywords "use" and "@": Modules can be used without importing their contents into the global namespace. * Corrected a bug with variable argument lists. * Corrected a bug with param-proc-dispatch. * Corrected a bug with field-set! inside parametrized procedures. * Procedure apply works with parametrized procedures. * Corrected type deduction algorithm in case a deduced value of a type variable contains other type variables. * Keywords make and constructor can be used with pair classes. * Forms "and" and "or" are implemented as macros. * Compatible with th-scheme-utilities version 1.3. -- Tommi Höynälänmaa Sun, 16 Jul 2017 09:16:20 +0300 theme-d (0.9.10) trusty; urgency=medium * Use guile objcode as the default target platform. * Shorter target variable names. -- Tommi Höynälänmaa Tue, 04 Jul 2017 08:18:44 +0300 theme-d (0.9.9.1) trusty; urgency=medium * Implemented nonpure iterators. * Allowed as a type parameter. * Changed the current value of a stream to be evaluated lazily. -- Tommi Höynälänmaa Mon, 19 Sep 2016 12:49:25 +0300 theme-d (0.9.9) trusty; urgency=medium * Corrected several bugs related to parametrized procedures. * Corrected a bug in the runtime Theme-D environment. * Implemented purely functional iterators. * Added option --verbose-errors to the compiler and the linker. -- Tommi Höynälänmaa Mon, 12 Sep 2016 16:03:07 +0300 theme-d (0.9.8) trusty; urgency=medium * Implemented streams in the standard library. * Improved error messages in parametrized procedure instantiation. * Install compiled files. -- Tommi Höynälänmaa Sun, 04 Sep 2016 12:07:27 +0300 theme-d (0.9.7) trusty; urgency=medium * Corrected a bug with parametrized types (test434 did not compile). * Object factorization works again. * Optimized quoted list constants. * New keyword static-type-of. * New keywords lambda-automatic and param-lambda-automatic that deduce the result type from the body expression. * Implemented volatile variables that can be changed by pure procedures. * Implemented object conditionals that accept any nonfalse object as true value. * Implemented delayed evaluation (delay and force) into the standard library. * Implemented some new procedures in module text-file-io. * Reorganized the language manual and the standard library reference. -- Tommi Höynälänmaa Thu, 01 Sep 2016 17:21:44 +0300 theme-d (0.9.6) unstable; urgency=medium * Optimized match-type. * Rewrote the core list handling procedures to invoke the match-type optimization. * Optimized parametrized primitive procedures as ordinary parametrized procedures are done. * Corrected bugs in psyntax-external.scm. * Made detect-cycles faster for lists. -- Tommi Höynälänmaa Tue, 23 Aug 2016 11:00:00 +0200 theme-d (0.9.5) unstable; urgency=medium * Corrected a bug with set!. * Allowed as type parameter. * Procedure apply-without-result is deprecated as it is no longer needed. -- Tommi Höynälänmaa Sun, 31 Jul 2016 16:00:00 +0200 theme-d (0.9.4) unstable; urgency=medium * Implemented a hygienic and lexically scoped macro system. * Added keyword force-pure-expr. * Added procedure peek-character into module text-file-io. -- Tommi Höynälänmaa Tue, 26 Jul 2016 17:30:00 +0200 theme-d (0.9.3) unstable; urgency=medium * Improved the explicit generic procedure dispatch. * Simplified the foreign class interface. * Corrected an error in the module system. * Correction to mutable variable declarations. * Corrected an error with method variable argument lists. * Corrected a bug with param-proc-instance. * Corrected the subtype checking algorithm for union types. * A declared value can be used as a value of a constant. * Type of a match-type expression may be in some cases even though an else part is not present. * Implemented some list and string handling procedures into the standard library. * Better error messages for identical or noncovariant methods and erroneous parametrized procedure instantiations. -- Tommi Höynälänmaa Fri, 1 Jul 2016 11:05:00 +0200 theme-d (0.9.2) unstable; urgency=medium * Initial debianized package. -- Tommi Höynälänmaa Sat, 11 Jun 2016 13:50:00 +0200 theme-d-1.4.1/INSTALL000066400000000000000000000366141361360446200141100ustar00rootroot00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell command './configure && make && make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the 'README' file for instructions specific to this package. Some packages provide this 'INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The 'configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a 'Makefile' in each directory of the package. It may also create one or more '.h' files containing system-dependent definitions. Finally, it creates a shell script 'config.status' that you can run in the future to recreate the current configuration, and a file 'config.log' containing compiler output (useful mainly for debugging 'configure'). It can also use an optional file (typically called 'config.cache' and enabled with '--cache-file=config.cache' or simply '-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how 'configure' could check whether to do them, and mail diffs or instructions to the address given in the 'README' so they can be considered for the next release. If you are using the cache, and at some point 'config.cache' contains results you don't want to keep, you may remove or edit it. The file 'configure.ac' (or 'configure.in') is used to create 'configure' by a program called 'autoconf'. You need 'configure.ac' if you want to change it or regenerate 'configure' using a newer version of 'autoconf'. The simplest way to compile this package is: 1. 'cd' to the directory containing the package's source code and type './configure' to configure the package for your system. Running 'configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type 'make' to compile the package. 3. Optionally, type 'make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type 'make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the 'make install' phase executed with root privileges. 5. Optionally, type 'make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior 'make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing 'make clean'. To also remove the files that 'configure' created (so you can compile the package for a different kind of computer), type 'make distclean'. There is also a 'make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type 'make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide 'make distcheck', which can by used by developers to test that all other targets like 'make install' and 'make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the 'configure' script does not know about. Run './configure --help' for details on some of the pertinent environment variables. You can give 'configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU 'make'. 'cd' to the directory where you want the object files and executables to go and run the 'configure' script. 'configure' automatically checks for the source code in the directory that 'configure' is in and in '..'. This is known as a "VPATH" build. With a non-GNU 'make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use 'make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple '-arch' options to the compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the 'lipo' tool if you have problems. Installation Names ================== By default, 'make install' installs the package's commands under '/usr/local/bin', include files under '/usr/local/include', etc. You can specify an installation prefix other than '/usr/local' by giving 'configure' the option '--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option '--exec-prefix=PREFIX' to 'configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like '--bindir=DIR' to specify different values for particular kinds of files. Run 'configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of '${prefix}', so that specifying just '--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to 'configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the 'make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, 'make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of '${prefix}'. Any directories that were specified during 'configure', but not in terms of '${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the 'DESTDIR' variable. For example, 'make install DESTDIR=/alternate/directory' will prepend '/alternate/directory' before all installation names. The approach of 'DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of '${prefix}' at 'configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving 'configure' the option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. Some packages pay attention to '--enable-FEATURE' options to 'configure', where FEATURE indicates an optional part of the package. They may also pay attention to '--with-PACKAGE' options, where PACKAGE is something like 'gnu-as' or 'x' (for the X Window System). The 'README' should mention any '--enable-' and '--with-' options that the package recognizes. For packages that use the X Window System, 'configure' can usually find the X include and library files automatically, but if it doesn't, you can use the 'configure' options '--x-includes=DIR' and '--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of 'make' will be. For these packages, running './configure --enable-silent-rules' sets the default to minimal output, which can be overridden with 'make V=1'; while running './configure --disable-silent-rules' sets the default to verbose, which can be overridden with 'make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX 'make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its '' header file. The option '-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put '/usr/ucb' early in your 'PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in '/usr/bin'. So, if you need '/usr/ucb' in your 'PATH', put it _after_ '/usr/bin'. On Haiku, software installed for all users goes in '/boot/common', not '/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features 'configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, 'configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the '--build=TYPE' option. TYPE can either be a short name for the system type, such as 'sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file 'config.sub' for the possible values of each field. If 'config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option '--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with '--host=TYPE'. Sharing Defaults ================ If you want to set default values for 'configure' scripts to share, you can create a site shell script called 'config.site' that gives default values for variables like 'CC', 'cache_file', and 'prefix'. 'configure' looks for 'PREFIX/share/config.site' if it exists, then 'PREFIX/etc/config.site' if it exists. Or, you can set the 'CONFIG_SITE' environment variable to the location of the site script. A warning: not all 'configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to 'configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the 'configure' command line, using 'VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified 'gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash 'configure' Invocation ====================== 'configure' recognizes the following options to control how it operates. '--help' '-h' Print a summary of all of the options to 'configure', and exit. '--help=short' '--help=recursive' Print a summary of the options unique to this package's 'configure', and exit. The 'short' variant lists options used only in the top level, while the 'recursive' variant lists options also present in any nested packages. '--version' '-V' Print the version of Autoconf used to generate the 'configure' script, and exit. '--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally 'config.cache'. FILE defaults to '/dev/null' to disable caching. '--config-cache' '-C' Alias for '--cache-file=config.cache'. '--quiet' '--silent' '-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to '/dev/null' (any error messages will still be shown). '--srcdir=DIR' Look for the package's source code in directory DIR. Usually 'configure' can determine that directory automatically. '--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. '--no-create' '-n' Run the configure checks, but stop before creating any output files. 'configure' also accepts some other, not widely useful, options. Run 'configure --help' for more details. theme-d-1.4.1/Makefile.am000066400000000000000000000062001361360446200150770ustar00rootroot00000000000000 ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc libthemedsupport th-scheme-utilities \ theme-d theme-d-code tools .PHONY : install-complete uninstall-complete \ setup-local-config remove-local-config \ clean-local-check distclean-local-check THEME_D_LOCAL_CONFIG = ~/.theme-d-config TOOLS_TO_COMPILE = check-test-compilation.scm \ check-test-program-linking.scm \ check-test-runs.scm \ compile-tests.scm \ generate-make-defs.scm \ get-theme-d-code-dir.scm \ get-theme-d-tools-dir.scm \ link-test-programs.scm \ run-test-programs.scm confdir = /etc conf_DATA = theme-d-config theme-d-config : theme-d-config.in sed \ -e 's|@_theme_d_guile_version@|$(MY_GUILE_VERSION)|g' \ -e 's|@_theme_d_target_platform@|$(TARGET_PLATFORM)|g' \ -e 's|@_theme_d_translator_dir@|$(THEME_D_TRANSLATOR_DIR)|g' \ -e 's|@_theme_d_runtime_dir@|$(THEME_D_RUNTIME_DIR)|g' \ -e 's|@_theme_d_lib_dir@|$(THEME_D_LIB_DIR)|g' \ -e 's|@_theme_d_examples_dir@|$(THEME_D_EXAMPLES_DIR)|g' \ -e 's|@_theme_d_tests_dir@|$(THEME_D_TESTS_DIR)|g' \ -e 's|@_theme_d_tools_dir@|$(THEME_D_TOOLS_DIR)|g' \ -e 's|@_theme_d_use_support_lib@|$(SUPPORT_LIB)|g' \ -e 's|@_theme_d_compiler_path@|$(THEME_D_COMPILER_PATH)|g' \ -e 's|@_theme_d_linker_path@|$(THEME_D_LINKER_PATH)|g' \ -e 's|@_theme_d_run_path@|$(THEME_D_RUN_PATH)|g' \ $< > $@ uninstall-local : remove-local-config clean-local : clean-local-check distclean-local : distclean-local-check clean-local-check: -rm -f theme-d-config distclean-local-check: -rm -f theme-d-config-maint install-complete : remove-local-config install install-links uninstall-complete : uninstall-links remove-local-config uninstall install-links : -rm $(bindir)/theme-d-compile ln -s $(THEME_D_SCRIPT_DIR)/theme-d-compile.scm \ $(bindir)/theme-d-compile -rm $(bindir)/theme-d-link ln -s $(THEME_D_SCRIPT_DIR)/theme-d-link.scm \ $(bindir)/theme-d-link -rm $(bindir)/run-theme-d-program ln -s $(THEME_D_SCRIPT_DIR)/run-theme-program.scm \ $(bindir)/run-theme-program -rm $(bindir)/get-theme-d-examples-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-examples-dir.scm \ $(bindir)/get-theme-d-examples-dir -rm $(bindir)/get-theme-d-tests-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-tests-dir.scm \ $(bindir)/get-theme-d-tests-dir -rm $(bindir)/get-theme-d-tools-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-tools-dir.scm \ $(bindir)/get-theme-d-tools-dir uninstall-links : -rm $(bindir)/theme-d-compile -rm $(bindir)/theme-d-link -rm $(bindir)/run-theme-d-program -rm $(bindir)/get-theme-d-examples-dir -rm $(bindir)/get-theme-d-tests-dir -rm $(bindir)/get-theme-d-tools-dir setup-local-config : theme-d-config-maint cp -v $< $(THEME_D_LOCAL_CONFIG) remove-local-config : if [ -e $(THEME_D_LOCAL_CONFIG) ] ; then \ rm -f $(THEME_D_LOCAL_CONFIG) ; \ fi compile-scheme-code : guild compile $(THEME_D_SCRIPT_DIR)/theme-d-compile.scm guild compile $(THEME_D_SCRIPT_DIR)/theme-d-link.scm guild compile $(THEME_D_SCRIPT_DIR)/run-theme-d-program.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-examples-dir.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-tests-dir.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-tools-dir.scm theme-d-1.4.1/Makefile.in000066400000000000000000000766051361360446200151300ustar00rootroot00000000000000# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/theme-d-guile.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = theme-d-racket/runtime/params.rkt \ theme-d-config-maint CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(confdir)" DATA = $(conf_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in \ $(srcdir)/theme-d-config-maint.in \ $(top_srcdir)/theme-d-racket/runtime/params.rkt.in AUTHORS \ COPYING ChangeLog INSTALL NEWS README compile config.guess \ config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ COMP_MODULE_DIR = @COMP_MODULE_DIR@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXTENSION_DIR = @EXTENSION_DIR@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGUILE_CPPFLAGS = @LIBGUILE_CPPFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MODULE_DIR = @MODULE_DIR@ MY_GUILE_VERSION = @MY_GUILE_VERSION@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSIX_MATH_FLAG = @POSIX_MATH_FLAG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STANDARD_MATH_FLAG = @STANDARD_MATH_FLAG@ STRIP = @STRIP@ SUPPORT_LIB = @SUPPORT_LIB@ TARGET_PLATFORM = @TARGET_PLATFORM@ THEME_D_COMPILER_PATH = @THEME_D_COMPILER_PATH@ THEME_D_EXAMPLES_DIR = @THEME_D_EXAMPLES_DIR@ THEME_D_LIB_DIR = @THEME_D_LIB_DIR@ THEME_D_LINKER_PATH = @THEME_D_LINKER_PATH@ THEME_D_RUNTIME_DIR = @THEME_D_RUNTIME_DIR@ THEME_D_RUN_PATH = @THEME_D_RUN_PATH@ THEME_D_SCRIPT_DIR = @THEME_D_SCRIPT_DIR@ THEME_D_TESTS_DIR = @THEME_D_TESTS_DIR@ THEME_D_TOOLS_DIR = @THEME_D_TOOLS_DIR@ THEME_D_TRANSLATOR_DIR = @THEME_D_TRANSLATOR_DIR@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ maint_compiler_path = @maint_compiler_path@ maint_examples_dir = @maint_examples_dir@ maint_lib_dir = @maint_lib_dir@ maint_linker_path = @maint_linker_path@ maint_root_dir = @maint_root_dir@ maint_run_path = @maint_run_path@ maint_runtime_dir = @maint_runtime_dir@ maint_tests_dir = @maint_tests_dir@ maint_tools_dir = @maint_tools_dir@ maint_translator_dir = @maint_translator_dir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ theme_d_classes_size = @theme_d_classes_size@ theme_d_native_classes_size = @theme_d_native_classes_size@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc libthemedsupport th-scheme-utilities \ theme-d theme-d-code tools THEME_D_LOCAL_CONFIG = ~/.theme-d-config TOOLS_TO_COMPILE = check-test-compilation.scm \ check-test-program-linking.scm \ check-test-runs.scm \ compile-tests.scm \ generate-make-defs.scm \ get-theme-d-code-dir.scm \ get-theme-d-tools-dir.scm \ link-test-programs.scm \ run-test-programs.scm confdir = /etc conf_DATA = theme-d-config all: all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): theme-d-racket/runtime/params.rkt: $(top_builddir)/config.status $(top_srcdir)/theme-d-racket/runtime/params.rkt.in cd $(top_builddir) && $(SHELL) ./config.status $@ theme-d-config-maint: $(top_builddir)/config.status $(srcdir)/theme-d-config-maint.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-confDATA: $(conf_DATA) @$(NORMAL_INSTALL) @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \ done uninstall-confDATA: @$(NORMAL_UNINSTALL) @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(confdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-local distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-confDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-confDATA uninstall-local .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-libtool distclean-local \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-confDATA install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am \ uninstall-confDATA uninstall-local .PRECIOUS: Makefile .PHONY : install-complete uninstall-complete \ setup-local-config remove-local-config \ clean-local-check distclean-local-check theme-d-config : theme-d-config.in sed \ -e 's|@_theme_d_guile_version@|$(MY_GUILE_VERSION)|g' \ -e 's|@_theme_d_target_platform@|$(TARGET_PLATFORM)|g' \ -e 's|@_theme_d_translator_dir@|$(THEME_D_TRANSLATOR_DIR)|g' \ -e 's|@_theme_d_runtime_dir@|$(THEME_D_RUNTIME_DIR)|g' \ -e 's|@_theme_d_lib_dir@|$(THEME_D_LIB_DIR)|g' \ -e 's|@_theme_d_examples_dir@|$(THEME_D_EXAMPLES_DIR)|g' \ -e 's|@_theme_d_tests_dir@|$(THEME_D_TESTS_DIR)|g' \ -e 's|@_theme_d_tools_dir@|$(THEME_D_TOOLS_DIR)|g' \ -e 's|@_theme_d_use_support_lib@|$(SUPPORT_LIB)|g' \ -e 's|@_theme_d_compiler_path@|$(THEME_D_COMPILER_PATH)|g' \ -e 's|@_theme_d_linker_path@|$(THEME_D_LINKER_PATH)|g' \ -e 's|@_theme_d_run_path@|$(THEME_D_RUN_PATH)|g' \ $< > $@ uninstall-local : remove-local-config clean-local : clean-local-check distclean-local : distclean-local-check clean-local-check: -rm -f theme-d-config distclean-local-check: -rm -f theme-d-config-maint install-complete : remove-local-config install install-links uninstall-complete : uninstall-links remove-local-config uninstall install-links : -rm $(bindir)/theme-d-compile ln -s $(THEME_D_SCRIPT_DIR)/theme-d-compile.scm \ $(bindir)/theme-d-compile -rm $(bindir)/theme-d-link ln -s $(THEME_D_SCRIPT_DIR)/theme-d-link.scm \ $(bindir)/theme-d-link -rm $(bindir)/run-theme-d-program ln -s $(THEME_D_SCRIPT_DIR)/run-theme-program.scm \ $(bindir)/run-theme-program -rm $(bindir)/get-theme-d-examples-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-examples-dir.scm \ $(bindir)/get-theme-d-examples-dir -rm $(bindir)/get-theme-d-tests-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-tests-dir.scm \ $(bindir)/get-theme-d-tests-dir -rm $(bindir)/get-theme-d-tools-dir ln -s $(THEME_D_SCRIPT_DIR)/get-theme-d-tools-dir.scm \ $(bindir)/get-theme-d-tools-dir uninstall-links : -rm $(bindir)/theme-d-compile -rm $(bindir)/theme-d-link -rm $(bindir)/run-theme-d-program -rm $(bindir)/get-theme-d-examples-dir -rm $(bindir)/get-theme-d-tests-dir -rm $(bindir)/get-theme-d-tools-dir setup-local-config : theme-d-config-maint cp -v $< $(THEME_D_LOCAL_CONFIG) remove-local-config : if [ -e $(THEME_D_LOCAL_CONFIG) ] ; then \ rm -f $(THEME_D_LOCAL_CONFIG) ; \ fi compile-scheme-code : guild compile $(THEME_D_SCRIPT_DIR)/theme-d-compile.scm guild compile $(THEME_D_SCRIPT_DIR)/theme-d-link.scm guild compile $(THEME_D_SCRIPT_DIR)/run-theme-d-program.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-examples-dir.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-tests-dir.scm guild compile $(THEME_D_SCRIPT_DIR)/get-theme-d-tools-dir.scm # 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: theme-d-1.4.1/NEWS000066400000000000000000000000001361360446200135320ustar00rootroot00000000000000theme-d-1.4.1/README000066400000000000000000000004041361360446200137230ustar00rootroot00000000000000See file doc/theme-d-language-manual.pdf for documentation of Theme-D language. See file doc/theme-d-standard-library-reference.pdf for documentation of the Theme-D standard library. See file doc/theme-d-user-guide.pdf for installation and usage of Theme-D. theme-d-1.4.1/aclocal.m4000066400000000000000000001461341361360446200147160ustar00rootroot00000000000000# generated automatically by aclocal 1.16.1 -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- dnl serial 11 (pkg-config-0.29) dnl dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. dnl dnl As a special exception to the GNU General Public License, if you dnl distribute this file as part of a program that contains a dnl configuration script generated by Autoconf, you may include it under dnl the same distribution terms that you use for the rest of that dnl program. dnl PKG_PREREQ(MIN-VERSION) dnl ----------------------- dnl Since: 0.29 dnl dnl Verify that the version of the pkg-config macros are at least dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's dnl installed version of pkg-config, this checks the developer's version dnl of pkg.m4 when generating configure. dnl dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], [m4_define([PKG_MACROS_VERSION], [0.29]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) dnl ---------------------------------- dnl Since: 0.16 dnl dnl Search for the pkg-config tool and set the PKG_CONFIG variable to dnl first found in the path. Checks that the version of pkg-config found dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is dnl used since that's the first version where most current features of dnl pkg-config existed. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])dnl PKG_PROG_PKG_CONFIG dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------------------------------- dnl Since: 0.18 dnl dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) dnl only at the first occurence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) dnl --------------------------------------------- dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting dnl pkg_failed based on the result. m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])dnl _PKG_CONFIG dnl _PKG_SHORT_ERRORS_SUPPORTED dnl --------------------------- dnl Internal check to see if pkg-config supports short errors. AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])dnl _PKG_SHORT_ERRORS_SUPPORTED dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl -------------------------------------------------------------- dnl Since: 0.4.0 dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES might not happen, you should be sure to include an dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])dnl PKG_CHECK_MODULES dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl --------------------------------------------------------------------- dnl Since: 0.29 dnl dnl Checks for existence of MODULES and gathers its build flags with dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags dnl and VARIABLE-PREFIX_LIBS from --libs. dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to dnl include an explicit call to PKG_PROG_PKG_CONFIG in your dnl configure.ac. AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl _save_PKG_CONFIG=$PKG_CONFIG PKG_CONFIG="$PKG_CONFIG --static" PKG_CHECK_MODULES($@) PKG_CONFIG=$_save_PKG_CONFIG[]dnl ])dnl PKG_CHECK_MODULES_STATIC dnl PKG_INSTALLDIR([DIRECTORY]) dnl ------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable pkgconfigdir as the location where a module dnl should install pkg-config .pc files. By default the directory is dnl $libdir/pkgconfig, but the default can be changed by passing dnl DIRECTORY. The user can override through the --with-pkgconfigdir dnl parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_INSTALLDIR dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) dnl -------------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable noarch_pkgconfigdir as the location where a dnl module should install arch-independent pkg-config .pc files. By dnl default the directory is $datadir/pkgconfig, but the default can be dnl changed by passing DIRECTORY. The user can override through the dnl --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_NOARCH_INSTALLDIR dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------- dnl Since: 0.28 dnl dnl Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR # Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. AS_CASE([$CONFIG_FILES], [*\'*], [eval set x "$CONFIG_FILES"], [*], [set x $CONFIG_FILES]) shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`AS_DIRNAME(["$am_mf"])` am_filepart=`AS_BASENAME(["$am_mf"])` AM_RUN_LOG([cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles]) || am_rc=$? done if test $am_rc -ne 0; then AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking).]) fi AS_UNSET([am_dirpart]) AS_UNSET([am_filepart]) AS_UNSET([am_mf]) AS_UNSET([am_rc]) rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking is enabled. # This creates each '.Po' and '.Plo' makefile fragment that we'll need in # order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/theme-d-guile.m4]) theme-d-1.4.1/compile000077500000000000000000000163271361360446200144340ustar00rootroot00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: theme-d-1.4.1/config.guess000077500000000000000000001263731361360446200154010ustar00rootroot00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. timestamp='2018-02-24' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > "$dummy.c" ; for c in cc gcc c89 c99 ; do if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval "$set_cc_for_build" cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" # If ldd exists, use it to detect musl libc. if command -v ldd >/dev/null && \ ldd --version 2>&1 | grep -q ^musl then LIBC=musl fi ;; esac # Note: order is significant - the case branches are not exclusive. case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ "/sbin/$sysctl" 2>/dev/null || \ "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` machine="${arch}${endian}"-unknown ;; *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval "$set_cc_for_build" if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "$machine-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" exit ;; *:MidnightBSD:*:*) echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) echo "$UNAME_MACHINE"-unknown-sortix exit ;; *:Redox:*:*) echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) echo mips-dec-osf1 exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval "$set_cc_for_build" SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos"$UNAME_RELEASE" exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ [ "$TARGET_BINARY_INTERFACE"x = x ] then echo m88k-dg-dgux"$UNAME_RELEASE" else echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` case "$UNAME_MACHINE" in 9000/31?) HP_ARCH=m68000 ;; 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "$sc_cpu_version" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "$HP_ARCH" = "" ]; then eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ "$HP_ARCH" = hppa2.0w ] then eval "$set_cc_for_build" # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo "$UNAME_MACHINE"-unknown-osf1mk else echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case "$UNAME_PROCESSOR" in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) case "$UNAME_MACHINE" in x86) echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; i*:UWIN*:*) echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" exit ;; i*86:Minix:*:*) echo "$UNAME_MACHINE"-pc-minix exit ;; aarch64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) eval "$set_cc_for_build" if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval "$set_cc_for_build" sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ;; mips64el:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) if objdump -f /bin/sh | grep -q elf32-x86-64; then echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 else echo "$UNAME_MACHINE"-pc-linux-"$LIBC" fi exit ;; xtensa*:Linux:*:*) echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) echo "$UNAME_MACHINE"-pc-msdosdjgpp exit ;; i*86:*:4.*:*) UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv"$UNAME_RELEASE" else echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval "$set_cc_for_build" if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_PPC >/dev/null then UNAME_PROCESSOR=powerpc fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-*:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk"$UNAME_RELEASE" exit ;; NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk"$UNAME_RELEASE" exit ;; NSV-*:NONSTOP_KERNEL:*:*) echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" exit ;; i*86:rdos:*:*) echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac echo "$0: unable to guess system type" >&2 case "$UNAME_MACHINE:$UNAME_SYSTEM" in mips:Linux | mips64:Linux) # If we got here on MIPS GNU/Linux, output extra information. cat >&2 <&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = "$UNAME_MACHINE" UNAME_RELEASE = "$UNAME_RELEASE" UNAME_SYSTEM = "$UNAME_SYSTEM" UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 # Local variables: # eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: theme-d-1.4.1/config.sub000077500000000000000000001064501361360446200150360ustar00rootroot00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. timestamp='2018-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo "$1" exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo "$1" | sed 's/-[^-]*$//'` if [ "$basic_machine" != "$1" ] then os=`echo "$1" | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | wasm32 \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | wasm32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-pc os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2*) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; nsv-tandem) basic_machine=nsv-tandem ;; nsx-tandem) basic_machine=nsx-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh5el) basic_machine=sh5le-unknown ;; simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; x64) basic_machine=x86_64-pc ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases that might get confused # with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # es1800 is here to avoid being matched by es* (a different OS) -es1800*) os=-ose ;; # Now accept the basic system types. # The portable systems comes first. # Each alternative MUST end in a * to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ | -midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -xray | -os68k* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo "$os" | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4*) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -pikeos*) # Until real need of OS specific support for # particular features comes up, bare metal # configurations are quite functional. case $basic_machine in arm*) os=-eabi ;; *) os=-elf ;; esac ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; pru-*) os=-elf ;; *-be) os=-beos ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ;; esac echo "$basic_machine$os" exit # Local variables: # eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: theme-d-1.4.1/configure000077500000000000000000015243161361360446200147700ustar00rootroot00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Theme-D 1.4.1. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and tommi.hoynalanmaa $0: at iki.fi about your system, including any error $0: possibly output before this message. Then install a $0: modern shell, or manually run the script under such a $0: shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Theme-D' PACKAGE_TARNAME='theme-d' PACKAGE_VERSION='1.4.1' PACKAGE_STRING='Theme-D 1.4.1' PACKAGE_BUGREPORT='tommi.hoynalanmaa at iki.fi' PACKAGE_URL='http://www.iki.fi/tohoyn/theme-d/' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS THEME_D_RUN_PATH THEME_D_LINKER_PATH THEME_D_COMPILER_PATH THEME_D_TOOLS_DIR THEME_D_TESTS_DIR THEME_D_EXAMPLES_DIR THEME_D_LIB_DIR THEME_D_SCRIPT_DIR THEME_D_RUNTIME_DIR THEME_D_TRANSLATOR_DIR EXTENSION_DIR POSIX_MATH_FLAG POSIX_MATH_FALSE POSIX_MATH_TRUE STANDARD_MATH_FLAG EXTRA_MATH_FALSE EXTRA_MATH_TRUE COMP_MODULE_DIR MODULE_DIR C_SUPPORT_LIB_FALSE C_SUPPORT_LIB_TRUE SUPPORT_LIB TARGET_PLATFORM LIBGUILE_CPPFLAGS MY_GUILE_VERSION PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG theme_d_classes_size theme_d_native_classes_size maint_run_path maint_linker_path maint_compiler_path maint_tools_dir maint_tests_dir maint_examples_dir maint_lib_dir maint_runtime_dir maint_translator_dir maint_root_dir CPP LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP EGREP GREP SED host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock with_guile with_target_platform with_support_library enable_extra_math enable_posix_math ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS LT_SYS_LIBRARY_PATH CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures Theme-D 1.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/theme-d] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of Theme-D 1.4.1:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-extra-math Enable some mathematical functions specified by the C standard --enable-posix-math Enable some mathematical functions specified by the POSIX C standard Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-guile Guile version to be used --with-target-platform Target platform to be used --with-support-library Use the Theme-D support library (libthemedsupport) Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory LT_SYS_LIBRARY_PATH User-defined run-time library search path. CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . Theme-D home page: . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF Theme-D configure 1.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Theme-D $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.16' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='theme-d' VERSION='1.4.1' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } case $?:`cat confinc.out 2>/dev/null` in #( '0:this is the am__doit target') : case $s in #( BSD) : am__include='.include' am__quote='"' ;; #( *) : am__include='include' am__quote='' ;; esac ;; #( *) : ;; esac if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 $as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi enable_dlopen=yes case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.6' macro_revision='2.4.6' ltmain=$ac_aux_dir/ltmain.sh # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 $as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 $as_echo "$ac_cv_path_lt_DD" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 $as_echo "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_win32_dll=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else pic_mode=default fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else enable_fast_install=yes fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 $as_echo "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi fi fi fi fi fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC ac_config_commands="$ac_config_commands libtool" # Only expand once: maint_root_dir=$(pwd) maint_translator_dir=$maint_root_dir/theme-d/translator maint_runtime_dir=$maint_root_dir/theme-d/runtime maint_lib_dir=$maint_root_dir/theme-d-code maint_examples_dir=$maint_root_dir/theme-d-code/examples maint_tests_dir=$maint_root_dir/theme-d-code/tests maint_tools_dir=$maint_root_dir/tools maint_compiler_path=$maint_translator_dir/theme-d-compile.scm maint_linker_path=$maint_translator_dir/theme-d-link.scm maint_run_path=$maint_runtime_dir/run-theme-d-program.scm theme_d_native_classes_size=1000 theme_d_classes_size=1000 # Check whether --with-guile was given. if test "${with_guile+set}" = set; then : withval=$with_guile; guile_spec=$withval else guile_spec=no fi if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"guile-3.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "guile-3.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then HAVE_GUILE_3_0=yes else HAVE_GUILE_3_0=no fi if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"guile-2.2\""; } >&5 ($PKG_CONFIG --exists --print-errors "guile-2.2") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then HAVE_GUILE_2_2=yes else HAVE_GUILE_2_2=no fi if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"guile-2.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "guile-2.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then HAVE_GUILE_2_0=yes else HAVE_GUILE_2_0=no fi if test "$guile_spec" = no ; then if test $HAVE_GUILE_3_0 = yes ; then MY_GUILE_VERSION=3.0 ; elif test $HAVE_GUILE_2_2 = yes ; then MY_GUILE_VERSION=2.2 ; elif test $HAVE_GUILE_2_0 = yes ; then MY_GUILE_VERSION=2.0 ; else echo "Error: Guile version 2.0, 2.2, or 3.0 not found." ; exit 1; fi elif test "$guile_spec" = 3.0 ; then if test $HAVE_GUILE_3_0 = yes ; then MY_GUILE_VERSION=3.0 ; else echo "Error: Guile version 3.0 not found." ; exit 1; fi elif test "$guile_spec" = 2.2 ; then if test $HAVE_GUILE_2_2 = yes ; then MY_GUILE_VERSION=2.2 ; else echo "Error: Guile version 2.2 not found." ; exit 1; fi elif test "$guile_spec" = 2.0 ; then if test $HAVE_GUILE_2_0 = yes ; then MY_GUILE_VERSION=2.0 ; else echo "Error: Guile version 2.0 not found." ; exit 1; fi else echo "Error: Invalid Guile version." ; exit 1; fi GUILE_PACKAGE=guile-$MY_GUILE_VERSION LIBGUILE_CPPFLAGS=$(pkg-config --cflags $GUILE_PACKAGE) # Check whether --with-target-platform was given. if test "${with_target_platform+set}" = set; then : withval=$with_target_platform; TARGET_PLATFORM=$withval else TARGET_PLATFORM=$GUILE_PACKAGE fi if test "$TARGET_PLATFORM" != "guile-2.0" -a \ "$TARGET_PLATFORM" != "guile-2.2" -a \ "$TARGET_PLATFORM" != "guile-3.0" -a \ "$TARGET_PLATFORM" != "racket" ; then echo "Invalid target platform." ; exit 1 ; fi # Check whether --with-support-library was given. if test "${with_support_library+set}" = set; then : withval=$with_support_library; support_lib_spec=$withval else support_lib_spec=default fi if test "$support_lib_spec" = "yes" ; then support_lib=yes elif test "$support_lib_spec" = "no" ; then support_lib=no elif test "$support_lib_spec" = "default" ; then if test "$TARGET_PLATFORM" = "racket" ; then support_lib=no else support_lib=yes fi fi if test "$support_lib" = "yes" -a "$TARGET_PLATFORM" = "racket" ; then echo "The support library cannot be used with Racket." ; exit 1; fi if test "$support_lib" = yes; then SUPPORT_LIB=t else SUPPORT_LIB=f fi if test "$support_lib" = yes; then C_SUPPORT_LIB_TRUE= C_SUPPORT_LIB_FALSE='#' else C_SUPPORT_LIB_TRUE='#' C_SUPPORT_LIB_FALSE= fi platform_body_link=$(pwd)/theme-d-code/standard-library/platform-specific-impl.thb if test \( -e $platform_body_link -o -h $platform_body_link \) ; then rm $platform_body_link ; fi if test "$TARGET_PLATFORM" = "racket" ; then platform_body=$(pwd)/theme-d-code/standard-library/platform-specific-impl-racket.thb ; else platform_body=$(pwd)/theme-d-code/standard-library/platform-specific-impl-guile.thb ; fi ln -s $platform_body $platform_body_link MODULE_DIR=$(${PKG_CONFIG} --variable=sitedir $GUILE_PACKAGE) GUILE_LIB_DIR=$(${PKG_CONFIG} --variable=libdir $GUILE_PACKAGE) COMP_MODULE_DIR=$GUILE_LIB_DIR/guile/$MY_GUILE_VERSION/site-ccache # Check whether --enable-extra-math was given. if test "${enable_extra_math+set}" = set; then : enableval=$enable_extra_math; extra_math_spec=$enableval else extra_math_spec=default fi if test "$extra_math_spec" = "default" ; then if test "$TARGET_PLATFORM" != "racket" ; then extra_math=yes ; else extra_math=no ; fi elif test "$extra_math_spec" = "yes" -o "$extra_math_spec" = "no" ; then extra_math=$extra_math_spec else echo "Syntax error with option extra-math" ; exit 1 ; fi if test \( "$extra_math" = "yes" \) -a \( "$support_lib" = "no" \) ; then echo "Error: Extra math procedures can't be used if the support library is not used." ; exit 1; fi if test "$extra_math" = "yes"; then EXTRA_MATH_TRUE= EXTRA_MATH_FALSE='#' else EXTRA_MATH_TRUE='#' EXTRA_MATH_FALSE= fi if test "$extra_math" = "yes" ; then STANDARD_MATH_FLAG=-DSTANDARD_MATH=1 else STANDARD_MATH_FLAG= fi # Check whether --enable-posix-math was given. if test "${enable_posix_math+set}" = set; then : enableval=$enable_posix_math; posix_math_spec=$enableval else posix_math_spec=default fi if test "$posix_math_spec" = "default" ; then if test "$TARGET_PLATFORM" != "racket" ; then posix_math=yes ; else posix_math=no ; fi elif test "$posix_math_spec" = "yes" -o "$posix_math_spec" = "no" ; then posix_math=$posix_math_spec else echo "Syntax error with option posix-math" ; exit 1 ; fi if test \( "$posix_math" = "yes" \) -a \( "$support_lib" = "no" \) ; then echo "Error: POSIX math procedures can't be used if the support library is not used." ; exit 1; fi if test "$posix_math" = "yes"; then POSIX_MATH_TRUE= POSIX_MATH_FALSE='#' else POSIX_MATH_TRUE='#' POSIX_MATH_FALSE= fi if test "$posix_math" = "yes" ; then POSIX_MATH_FLAG=-DPOSIX_MATH=1 else POSIX_MATH_FLAG= fi EXTENSION_DIR=$(pkg-config --variable=extensiondir $GUILE_PACKAGE) if test "$EXTENSION_DIR" = "" ; then EXTENSION_DIR=$libdir fi if test "$support_lib" = "yes" ; then if test "$extra_math" = "yes" -a "$posix_math" = "yes" ; then support_module=theme-d-support-all.scm ; elif test "$extra_math" = "yes" -a "$posix_math" = "no" ; then support_module=theme-d-support-no-posix.scm ; elif test "$extra_math" = "no" -a "$posix_math" = "yes" ; then echo "Posix math cannot be used without extra math." ; exit 1 ; elif test "$extra_math" = "no" -a "$posix_math" = "no" ; then support_module=theme-d-support-no-extra.scm ; else echo "Error" ; exit 1 ; fi else support_module=theme-d-alt-support.scm fi if test "$support_module" = "" ; then echo "Error" exit 1 fi ln -s $(pwd)/theme-d/runtime/${support_module} \ $(pwd)/theme-d/runtime/theme-d-support.scm THEME_D_TRANSLATOR_DIR=$COMP_MODULE_DIR/theme-d/translator THEME_D_RUNTIME_DIR=$COMP_MODULE_DIR/theme-d/runtime THEME_D_SCRIPT_DIR=$datadir/theme-d/scripts THEME_D_LIB_DIR=$datadir/theme-d/lib THEME_D_EXAMPLES_DIR=$docdir/examples THEME_D_TESTS_DIR=$datadir/theme-d/tests THEME_D_TOOLS_DIR=$datadir/theme-d/tools THEME_D_COMPILER_PATH=$THEME_D_SCRIPT_DIR/theme-d-compile.scm THEME_D_LINKER_PATH=$THEME_D_SCRIPT_DIR/theme-d-link.scm THEME_D_RUN_PATH=$THEME_D_SCRIPT_DIR/run-theme-d-program.scm ac_config_files="$ac_config_files Makefile doc/Makefile th-scheme-utilities/Makefile libthemedsupport/Makefile theme-d/Makefile theme-d/common/Makefile theme-d/translator/Makefile theme-d/runtime/Makefile theme-d/runtime/params.scm theme-d/testing/Makefile theme-d-racket/runtime/params.rkt tools/Makefile theme-d-code/Makefile theme-d-code/standard-library/Makefile theme-d-code/tests/Makefile theme-d-code/examples/Makefile theme-d-config-maint" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${C_SUPPORT_LIB_TRUE}" && test -z "${C_SUPPORT_LIB_FALSE}"; then as_fn_error $? "conditional \"C_SUPPORT_LIB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${EXTRA_MATH_TRUE}" && test -z "${EXTRA_MATH_FALSE}"; then as_fn_error $? "conditional \"EXTRA_MATH\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${POSIX_MATH_TRUE}" && test -z "${POSIX_MATH_FALSE}"; then as_fn_error $? "conditional \"POSIX_MATH\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by Theme-D $as_me 1.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to . Theme-D home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ Theme-D config.status 1.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "th-scheme-utilities/Makefile") CONFIG_FILES="$CONFIG_FILES th-scheme-utilities/Makefile" ;; "libthemedsupport/Makefile") CONFIG_FILES="$CONFIG_FILES libthemedsupport/Makefile" ;; "theme-d/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d/Makefile" ;; "theme-d/common/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d/common/Makefile" ;; "theme-d/translator/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d/translator/Makefile" ;; "theme-d/runtime/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d/runtime/Makefile" ;; "theme-d/runtime/params.scm") CONFIG_FILES="$CONFIG_FILES theme-d/runtime/params.scm" ;; "theme-d/testing/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d/testing/Makefile" ;; "theme-d-racket/runtime/params.rkt") CONFIG_FILES="$CONFIG_FILES theme-d-racket/runtime/params.rkt" ;; "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "theme-d-code/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d-code/Makefile" ;; "theme-d-code/standard-library/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d-code/standard-library/Makefile" ;; "theme-d-code/tests/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d-code/tests/Makefile" ;; "theme-d-code/examples/Makefile") CONFIG_FILES="$CONFIG_FILES theme-d-code/examples/Makefile" ;; "theme-d-config-maint") CONFIG_FILES="$CONFIG_FILES theme-d-config-maint" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. # TODO: see whether this extra hack can be removed once we start # requiring Autoconf 2.70 or later. case $CONFIG_FILES in #( *\'*) : eval set x "$CONFIG_FILES" ;; #( *) : set x $CONFIG_FILES ;; #( *) : ;; esac shift # Used to flag and report bootstrapping failures. am_rc=0 for am_mf do # Strip MF so we end up with the name of the file. am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile which includes # dependency-tracking related rules and includes. # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ || continue am_dirpart=`$as_dirname -- "$am_mf" || $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` am_filepart=`$as_basename -- "$am_mf" || $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ X"$am_mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$am_mf" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` { echo "$as_me:$LINENO: cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles" >&5 (cd "$am_dirpart" \ && sed -e '/# am--include-marker/d' "$am_filepart" \ | $MAKE -f - am--depfiles) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } || am_rc=$? done if test $am_rc -ne 0; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } fi { am_dirpart=; unset am_dirpart;} { am_filepart=; unset am_filepart;} { am_mf=; unset am_mf;} { am_rc=; unset am_rc;} rm -f conftest-deps.mk } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi theme-d-1.4.1/configure.ac000066400000000000000000000164401361360446200153400ustar00rootroot00000000000000AC_INIT([Theme-D], [1.4.1], [tommi.hoynalanmaa at iki.fi], [theme-d], [http://www.iki.fi/tohoyn/theme-d/]) AM_INIT_AUTOMAKE AC_PROG_CC AC_CONFIG_MACRO_DIR([m4]) AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL maint_root_dir=$(pwd) maint_translator_dir=$maint_root_dir/theme-d/translator maint_runtime_dir=$maint_root_dir/theme-d/runtime maint_lib_dir=$maint_root_dir/theme-d-code maint_examples_dir=$maint_root_dir/theme-d-code/examples maint_tests_dir=$maint_root_dir/theme-d-code/tests maint_tools_dir=$maint_root_dir/tools maint_compiler_path=$maint_translator_dir/theme-d-compile.scm maint_linker_path=$maint_translator_dir/theme-d-link.scm maint_run_path=$maint_runtime_dir/run-theme-d-program.scm theme_d_native_classes_size=1000 theme_d_classes_size=1000 AC_SUBST(maint_root_dir) AC_SUBST(maint_translator_dir) AC_SUBST(maint_runtime_dir) AC_SUBST(maint_lib_dir) AC_SUBST(maint_examples_dir) AC_SUBST(maint_tests_dir) AC_SUBST(maint_tools_dir) AC_SUBST(maint_compiler_path) AC_SUBST(maint_linker_path) AC_SUBST(maint_run_path) AC_SUBST(theme_d_native_classes_size) AC_SUBST(theme_d_classes_size) AC_ARG_WITH([guile], [AS_HELP_STRING([--with-guile], [Guile version to be used])], [guile_spec=$withval], [guile_spec=no]) CHECK_GUILE_VERSION AC_SUBST(MY_GUILE_VERSION) GUILE_PACKAGE=guile-$MY_GUILE_VERSION AC_SUBST(LIBGUILE_CPPFLAGS, $(pkg-config --cflags $GUILE_PACKAGE)) AC_ARG_WITH([target-platform], [AS_HELP_STRING([--with-target-platform], [Target platform to be used])], [TARGET_PLATFORM=$withval], [TARGET_PLATFORM=$GUILE_PACKAGE]) if test "$TARGET_PLATFORM" != "guile-2.0" -a \ "$TARGET_PLATFORM" != "guile-2.2" -a \ "$TARGET_PLATFORM" != "guile-3.0" -a \ "$TARGET_PLATFORM" != "racket" ; then echo "Invalid target platform." ; exit 1 ; fi AC_SUBST(TARGET_PLATFORM) AC_ARG_WITH([support-library], [AS_HELP_STRING([--with-support-library], [Use the Theme-D support library (libthemedsupport)])], [support_lib_spec=$withval], [support_lib_spec=default]) if test "$support_lib_spec" = "yes" ; then support_lib=yes elif test "$support_lib_spec" = "no" ; then support_lib=no elif test "$support_lib_spec" = "default" ; then if test "$TARGET_PLATFORM" = "racket" ; then support_lib=no else support_lib=yes fi fi if test "$support_lib" = "yes" -a "$TARGET_PLATFORM" = "racket" ; then echo "The support library cannot be used with Racket." ; exit 1; fi dnl Having a # in SUPPORT_LIB caused problems in makefiles. if test "$support_lib" = yes; then SUPPORT_LIB=t else SUPPORT_LIB=f fi AC_SUBST(SUPPORT_LIB) AM_CONDITIONAL([C_SUPPORT_LIB], [test "$support_lib" = yes]) platform_body_link=$(pwd)/theme-d-code/standard-library/platform-specific-impl.thb if test \( -e $platform_body_link -o -h $platform_body_link \) ; then rm $platform_body_link ; fi if test "$TARGET_PLATFORM" = "racket" ; then platform_body=$(pwd)/theme-d-code/standard-library/platform-specific-impl-racket.thb ; else platform_body=$(pwd)/theme-d-code/standard-library/platform-specific-impl-guile.thb ; fi ln -s $platform_body $platform_body_link AC_SUBST(MODULE_DIR, $(${PKG_CONFIG} --variable=sitedir $GUILE_PACKAGE)) GUILE_LIB_DIR=$(${PKG_CONFIG} --variable=libdir $GUILE_PACKAGE) COMP_MODULE_DIR=$GUILE_LIB_DIR/guile/$MY_GUILE_VERSION/site-ccache AC_SUBST(COMP_MODULE_DIR) AC_ARG_ENABLE([extra-math], [AS_HELP_STRING([--enable-extra-math], [Enable some mathematical functions specified by the C standard])], [extra_math_spec=$enableval], [extra_math_spec=default]) if test "$extra_math_spec" = "default" ; then if test "$TARGET_PLATFORM" != "racket" ; then extra_math=yes ; else extra_math=no ; fi elif test "$extra_math_spec" = "yes" -o "$extra_math_spec" = "no" ; then extra_math=$extra_math_spec else echo "Syntax error with option extra-math" ; exit 1 ; fi if test \( "$extra_math" = "yes" \) -a \( "$support_lib" = "no" \) ; then echo "Error: Extra math procedures can't be used if the support library is not used." ; exit 1; fi AM_CONDITIONAL([EXTRA_MATH], [test "$extra_math" = "yes"]) if test "$extra_math" = "yes" ; then STANDARD_MATH_FLAG=-DSTANDARD_MATH=1 else STANDARD_MATH_FLAG= fi AC_SUBST(STANDARD_MATH_FLAG) AC_ARG_ENABLE([posix-math], [AS_HELP_STRING([--enable-posix-math], [Enable some mathematical functions specified by the POSIX C standard])], [posix_math_spec=$enableval], [posix_math_spec=default]) if test "$posix_math_spec" = "default" ; then if test "$TARGET_PLATFORM" != "racket" ; then posix_math=yes ; else posix_math=no ; fi elif test "$posix_math_spec" = "yes" -o "$posix_math_spec" = "no" ; then posix_math=$posix_math_spec else echo "Syntax error with option posix-math" ; exit 1 ; fi if test \( "$posix_math" = "yes" \) -a \( "$support_lib" = "no" \) ; then echo "Error: POSIX math procedures can't be used if the support library is not used." ; exit 1; fi AM_CONDITIONAL([POSIX_MATH], [test "$posix_math" = "yes"]) if test "$posix_math" = "yes" ; then POSIX_MATH_FLAG=-DPOSIX_MATH=1 else POSIX_MATH_FLAG= fi AC_SUBST(POSIX_MATH_FLAG) EXTENSION_DIR=$(pkg-config --variable=extensiondir $GUILE_PACKAGE) if test "$EXTENSION_DIR" = "" ; then EXTENSION_DIR=$libdir fi AC_SUBST(EXTENSION_DIR) if test "$support_lib" = "yes" ; then if test "$extra_math" = "yes" -a "$posix_math" = "yes" ; then support_module=theme-d-support-all.scm ; elif test "$extra_math" = "yes" -a "$posix_math" = "no" ; then support_module=theme-d-support-no-posix.scm ; elif test "$extra_math" = "no" -a "$posix_math" = "yes" ; then echo "Posix math cannot be used without extra math." ; exit 1 ; elif test "$extra_math" = "no" -a "$posix_math" = "no" ; then support_module=theme-d-support-no-extra.scm ; else echo "Error" ; exit 1 ; fi else support_module=theme-d-alt-support.scm fi if test "$support_module" = "" ; then echo "Error" exit 1 fi ln -s $(pwd)/theme-d/runtime/${support_module} \ $(pwd)/theme-d/runtime/theme-d-support.scm THEME_D_TRANSLATOR_DIR=$COMP_MODULE_DIR/theme-d/translator THEME_D_RUNTIME_DIR=$COMP_MODULE_DIR/theme-d/runtime THEME_D_SCRIPT_DIR=$datadir/theme-d/scripts THEME_D_LIB_DIR=$datadir/theme-d/lib THEME_D_EXAMPLES_DIR=$docdir/examples THEME_D_TESTS_DIR=$datadir/theme-d/tests THEME_D_TOOLS_DIR=$datadir/theme-d/tools THEME_D_COMPILER_PATH=$THEME_D_SCRIPT_DIR/theme-d-compile.scm THEME_D_LINKER_PATH=$THEME_D_SCRIPT_DIR/theme-d-link.scm THEME_D_RUN_PATH=$THEME_D_SCRIPT_DIR/run-theme-d-program.scm AC_SUBST(THEME_D_TRANSLATOR_DIR) AC_SUBST(THEME_D_RUNTIME_DIR) AC_SUBST(THEME_D_SCRIPT_DIR) AC_SUBST(THEME_D_LIB_DIR) AC_SUBST(THEME_D_EXAMPLES_DIR) AC_SUBST(THEME_D_TESTS_DIR) AC_SUBST(THEME_D_TOOLS_DIR) AC_SUBST(THEME_D_COMPILER_PATH) AC_SUBST(THEME_D_LINKER_PATH) AC_SUBST(THEME_D_RUN_PATH) AC_CONFIG_FILES([Makefile doc/Makefile th-scheme-utilities/Makefile libthemedsupport/Makefile theme-d/Makefile theme-d/common/Makefile theme-d/translator/Makefile theme-d/runtime/Makefile theme-d/runtime/params.scm theme-d/testing/Makefile theme-d-racket/runtime/params.rkt tools/Makefile theme-d-code/Makefile theme-d-code/standard-library/Makefile theme-d-code/tests/Makefile theme-d-code/examples/Makefile theme-d-config-maint ]) AC_OUTPUT theme-d-1.4.1/depcomp000077500000000000000000000560201361360446200144250ustar00rootroot00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: theme-d-1.4.1/doc/000077500000000000000000000000001361360446200136125ustar00rootroot00000000000000theme-d-1.4.1/doc/GFDL-1.3000066400000000000000000000546621361360446200145650ustar00rootroot00000000000000 GNU Free Documentation License Version 1.3, 3 November 2008 Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 0. PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. 1. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. The "publisher" means any person or entity that distributes copies of the Document to the public. A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. 2. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements". 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. 7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it. 10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. 11. RELICENSING "Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. "Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document. An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. theme-d-1.4.1/doc/GPL-3000066400000000000000000001045131361360446200143230ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . theme-d-1.4.1/doc/LGPL-3000066400000000000000000000167431361360446200144460ustar00rootroot00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser 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 Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. theme-d-1.4.1/doc/Makefile.am000066400000000000000000000007361361360446200156540ustar00rootroot00000000000000 .PHONY : mostlyclean-local-check docdir = $(datadir)/doc/theme-d-doc doc_DATA = \ index.html \ theme-d-language-manual.pdf \ theme-d-standard-library-reference.pdf \ theme-d-translator-types.pdf \ theme-d-user-guide.pdf dist_man_MANS = \ get-theme-d-config-var.1 \ run-theme-d-program.1 \ setup-theme-d-test-env.1 \ theme-d-compile.1 \ theme-d-link.1 mostlyclean-local : mostlyclean-local-check mostlyclean-local-check : -rm *~ -rm *.aux *.log *.toc theme-d-1.4.1/doc/Makefile.in000066400000000000000000000426631361360446200156720ustar00rootroot00000000000000# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/theme-d-guile.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" NROFF = nroff MANS = $(dist_man_MANS) DATA = $(doc_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ COMP_MODULE_DIR = @COMP_MODULE_DIR@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXTENSION_DIR = @EXTENSION_DIR@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGUILE_CPPFLAGS = @LIBGUILE_CPPFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MODULE_DIR = @MODULE_DIR@ MY_GUILE_VERSION = @MY_GUILE_VERSION@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSIX_MATH_FLAG = @POSIX_MATH_FLAG@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STANDARD_MATH_FLAG = @STANDARD_MATH_FLAG@ STRIP = @STRIP@ SUPPORT_LIB = @SUPPORT_LIB@ TARGET_PLATFORM = @TARGET_PLATFORM@ THEME_D_COMPILER_PATH = @THEME_D_COMPILER_PATH@ THEME_D_EXAMPLES_DIR = @THEME_D_EXAMPLES_DIR@ THEME_D_LIB_DIR = @THEME_D_LIB_DIR@ THEME_D_LINKER_PATH = @THEME_D_LINKER_PATH@ THEME_D_RUNTIME_DIR = @THEME_D_RUNTIME_DIR@ THEME_D_RUN_PATH = @THEME_D_RUN_PATH@ THEME_D_SCRIPT_DIR = @THEME_D_SCRIPT_DIR@ THEME_D_TESTS_DIR = @THEME_D_TESTS_DIR@ THEME_D_TOOLS_DIR = @THEME_D_TOOLS_DIR@ THEME_D_TRANSLATOR_DIR = @THEME_D_TRANSLATOR_DIR@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = $(datadir)/doc/theme-d-doc dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ maint_compiler_path = @maint_compiler_path@ maint_examples_dir = @maint_examples_dir@ maint_lib_dir = @maint_lib_dir@ maint_linker_path = @maint_linker_path@ maint_root_dir = @maint_root_dir@ maint_run_path = @maint_run_path@ maint_runtime_dir = @maint_runtime_dir@ maint_tests_dir = @maint_tests_dir@ maint_tools_dir = @maint_tools_dir@ maint_translator_dir = @maint_translator_dir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ theme_d_classes_size = @theme_d_classes_size@ theme_d_native_classes_size = @theme_d_native_classes_size@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ doc_DATA = \ index.html \ theme-d-language-manual.pdf \ theme-d-standard-library-reference.pdf \ theme-d-translator-types.pdf \ theme-d-user-guide.pdf dist_man_MANS = \ get-theme-d-config-var.1 \ run-theme-d-program.1 \ setup-theme-d-test-env.1 \ theme-d-compile.1 \ theme-d-link.1 all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(dist_man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ done uninstall-docDATA: @$(NORMAL_UNINSTALL) @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) $(DATA) installdirs: for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-docDATA install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool \ mostlyclean-local pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-docDATA uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-docDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am uninstall-docDATA uninstall-man \ uninstall-man1 .PRECIOUS: Makefile .PHONY : mostlyclean-local-check mostlyclean-local : mostlyclean-local-check mostlyclean-local-check : -rm *~ -rm *.aux *.log *.toc # 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: theme-d-1.4.1/doc/commands.tex000066400000000000000000000220451361360446200161400ustar00rootroot00000000000000%% Copyright (C) 2016-2019 Tommi Höynälänmaa \newcommand{\theme}{Theme-D} \newcommand{\defterm}[1]{\textit{#1}} \newcommand{\code}[1]{\texttt{#1}} \newcommand{\myurl}[1]{#1} \newcommand{\inhsymb}{\(:<\)} \newcommand{\minhsymb}{:<} \newcommand{\inherits}[2]{{#1} \inhsymb\ {#2}} \newcommand{\imminhsymb}{\(::<\)} \newcommand{\mimminhsymb}{::<} \newcommand{\imminh}[2]{{#1} \imminhsymb\ {#2}} %%\newcommand{\keyword}[1]{{\ttfamily{}{\bfseries{}{#1}}}} \newcommand{\keyword}[1]{\textrm{\bfseries{}{#1}}} \newcommand{\ckeyword}[1]{\textrm{\bfseries{}{#1}}} \newcommand{\skeyword}[1]{\textrm{\bfseries{}{#1}}} \newcommand{\macro}[1]{\textrm{\bfseries{}{#1}}} \newcommand{\builtin}[1]{\code{#1}} \newcommand{\cbuiltin}[1]{\code{#1}} \newcommand{\obuiltin}[1]{\code{#1}} \newcommand{\sbuiltin}[1]{\code{#1}} \newcommand{\mbuiltin}[1]{\code{#1}} \newcommand{\typeparam}[1]{{\%{#1}}} \newcommand{\sldots}{...} \newcommand{\oldots}{...} \newcommand{\nan}{NaN} \newcommand{\myln}{\ln} \newcommand{\syntaxmath}[1]{\({#1}\)} \newcommand{\syntaxdefequal}{\(::=\)} \newcommand{\syntaxelement}[1]{\textrm{#1}} \newcommand{\syntaxor}{\(\vert\)\ } \newcommand{\syntaxopt}[1]{{[}{#1}{]}} \newcommand{\syntaxvar}[1]{{\rmfamily{}\textit{#1}}} \newcommand{\indexedsyntaxvar}[2]{{\rmfamily{}\(\textit{#1}_{#2}\)}} \newenvironment{syntaxblock}% {\par\vspace{0.5cm}\noindent}% {\vspace{0.5cm}\par\noindent} \newenvironment{syntaxformula}{}{} \newcommand{\syntaxformulacmd}[1]{#1} \newcommand{\syntaxvarf}[1]{\syntaxformulacmd{\syntaxvar{#1}}} \newcommand{\indexedsyntaxvarf}[2]{\syntaxformulacmd{\indexedsyntaxvar{#1}{#2}}} \newcommand{\syntaxspace}{\ } \newcommand{\syntaxelementf}[1]{\syntaxformulacmd{\syntaxelement{#1}}} \newcommand{\objectvar}[1]{{\rmfamily{}\textit{#1}}} \newcommand{\mobjectvar}[1]{{\textit{#1}}} \newcommand{\indexedobjectvar}[2]{{\rmfamily{}\(\textit{#1}_{#2}\)}} \newcommand{\indexedmobjectvar}[2]{{\mathit{#1}_{#2}}} \newenvironment{objectblock}% {\par\vspace{0.5cm}\noindent}% {\vspace{0.5cm}\par\noindent} \newenvironment{objectformula}{}{} \newcommand{\objectformulacmd}[1]{#1} \newcommand{\objectvarf}[1]{\objectformulacmd{\objectvar{#1}}} \newcommand{\indexedobjectvarf}[2]{\objectformulacmd{\indexedobjectvar{#1}{#2}}} \newcommand{\objectspace}{\ } \newcommand{\tupletype}{:tuple} \newenvironment{arglist}{\noindent}{} \newcommand{\procarg}[1]{\code{#1}} \newcommand{\proctypearg}[1]{\(\textrm{\syntaxvar{#1}}\)} %% syntax parentheses \newcommand{\slp}{\texttt{(}} \newcommand{\srp}{\texttt{)}} %% list parentheses in math mode \newcommand{\mlistlp}{\texttt{(}} \newcommand{\mlistrp}{\texttt{)}} %% metaparentheses \newcommand{\mlp}{\textrm{\{}} \newcommand{\mrp}{\textrm{\}}} \newcommand{\olp}{\texttt{(}} \newcommand{\orp}{\texttt{)}} \newcommand{\indexedprocarg}[2]{\code{{#1}-{#2}}} \newcommand{\indexedproctypearg}[2]{\({\textrm{\syntaxvar{#1}}}_{#2}\)} \newcommand{\argument}[3]{\newline \mbox{ }\hspace{0.5cm} Name: % \procarg{#1}\newline \mbox{ }\hspace{0.5cm} Type: {#2}\newline % \mbox{ }\hspace{0.5cm} Description: {#3}\newline} \newcommand{\argumentnodesc}[2]{\newline \mbox{ }\hspace{0.5cm} Name: % \procarg{#1}\newline \mbox{ }\hspace{0.5cm} Type: {#2}\newline} \newcommand{\indexedargument}[4]{\newline \mbox{ }\hspace{0.5cm} Name: % \indexedprocarg{#1}{#2}\newline \mbox{ }\hspace{0.5cm} Type: {#3}\newline % \mbox{ }\hspace{0.5cm} Description: {#4}\newline} \newcommand{\typeargument}[3]{\newline \mbox{ }\hspace{0.5cm} Name: % \proctypearg{#1}\newline \mbox{ }\hspace{0.5cm} Type: {#2}\newline % \mbox{ }\hspace{0.5cm} Description: {#3}\newline} \newcommand{\indexedtypeargument}[4]{\newline \mbox{ }\hspace{0.5cm} Name: % \indexedproctypearg{#1}{#2}\newline \mbox{ }\hspace{0.5cm} Type: {#3}\newline % \mbox{ }\hspace{0.5cm} Description: {#4}\newline} \newcommand{\procresult}[2]{\noindent \textit{Result value}: % {#1}\newline % \textit{Result type:} % {#2}\newline} \newcommand{\noprocresult}{\par\noindent{}No result value.\newline} \newcommand{\startprocsyntax}{\noindent\textit{Syntax:}} \newcommand{\startprocarguments}{\noindent{}\textit{Arguments:}\newline} \newcommand{\noprocarguments}{\par\noindent{}No arguments.\newline} \newcommand{\typeparams}[1]{\par\noindent{}\textit{Type parameters:} % {\ttfamily{#1}}\vspace{0.5cm}} \newcommand{\procpurity}[1]{\par\noindent{}\textit{Purity of the % procedure: }{#1}\vspace{0.5cm}} \newcommand{\startmacrosyntax}{\noindent\textit{Syntax:}} \newcommand{\precondition}[1]{\par\noindent{}\textit{Precondition: }% {#1}\vspace{0.5cm}} % \newcommand{\cindtop}{\hspace{1cm}} % \newcommand{\cind}{\hspace{0.5cm}} \newcommand{\cindtop}{\;\;\;\;} \newcommand{\cind}{\;\;} \newcommand{\algorithmname}[1]{\textsf{#1}} \newcommand{\algappllparen}{[} \newcommand{\algapplrparen}{]} \newcommand{\alglistlparen}{(} \newcommand{\alglistrparen}{)} \newcommand{\algapplylparen}{(} \newcommand{\algapplyrparen}{)} \newcommand{\algorithmappl}[2]{\algorithmname{#1}\algappllparen{}{#2}\algapplrparen} % \newenvironment{codeblock}% % {\vspace{0.5cm}\hspace{0.5cm}\noindent}% % {\vspace{0.5cm}} \newenvironment{codeblock}% {\par\vspace{0.5cm}\ttfamily}% {\vspace{0.5cm}\par} % \newenvironment{codeblock}{\begin{verbatim}}{\end{verbatim}} \newenvironment{codeformula}{\ttfamily}{} \newcommand{\codeformulacmd}[1]{{\ttfamily{}#1}} \newcommand{\indexedprocargf}[2]{\syntaxformulacmd{\indexedprocarg{#1}{#2}}} \newenvironment{arglistdeclcode}% {\par\noindent{}\textit{Argument list declaration:}\begin{codeblock}}% {\end{codeblock}} \newenvironment{resultdeclcode}% {\par\noindent{}\textit{Result type declaration:}\begin{codeblock}}% {\end{codeblock}} \newenvironment{datatype}{\par\noindent}{} \newcommand{\datatypename}[1]{\par\noindent\textit{Data type name: }{\code{#1}}% \index{\code{#1}}} \newcommand{\datatypetype}[1]{\par\noindent\textit{Type: }{#1}} \newcommand{\datatypenrparams}[1]{\par\noindent\textit{Number of type % parameters: }{#1}} \newcommand{\datatypedesc}[1]{\par\noindent\textit{Description: }{#1}} \newcommand{\datatypedef}[1]{\par\noindent\textit{Definition: }{\code{#1}}} %% \newcommand{\setvarsym}{\(\leftarrow\)} \newcommand{\setvarsym}{:=} \newcommand{\setvar}[2]{{#1} \setvarsym\ {#2}} \newcommand{\algdefequal}{\setvarsym} \newcommand{\snot}{\(\lnot\)} \newcommand{\setsep}{:} \newcommand{\sta}{\indexedobjectvarf{t}{1}} \newcommand{\stb}{\indexedobjectvarf{t}{2}} \newcommand{\true}{\code{\#t}} \newcommand{\false}{\code{\#f}} \newcommand{\algresult}{Result:} \newcommand{\algarguments}{Arguments:} \newcommand{\noalgresult}{\par\noindent{}\textit{No result value.}\newline} \newenvironment{ifblock}{}{} \newcommand{\truewithmp}{\(\mlistlp \true\ M' \mlistrp\)} \newcommand{\falsewithmp}{\(\mlistlp \false\ M' \mlistrp\)} \newcommand{\truewithm}{\(\mlistlp \true\ M \mlistrp\)} \newcommand{\falsewithm}{\(\mlistlp \false\ M \mlistrp\)} \newcommand{\objectvartp}{\(t'\)} \newcommand{\objectvarup}{\(u'\)} \newcommand{\objectvarcapmp}{\(M'\)} \newcommand{\vprime}{\(v'\)} \newcommand{\attrlistdef}% {\syntaxvar{attribute-list} \syntaxdefequal \slp% \syntaxvar{attribute} ... \srp \syntaxor \syntaxvar{attribute} \\% \syntaxvar{attribute} \syntaxdefequal% \code{pure} \syntaxor \code{nonpure} \syntaxor \code{force-pure} \\% \indent% \syntaxor \code{always-returns} \syntaxor \code{may-return}% \syntaxor \code{never-returns}} \newcommand{\attrlistdefb}% {\syntaxvar{attribute-list} \syntaxdefequal \slp% \syntaxvar{attribute} ... \srp \\% \syntaxvar{attribute} \syntaxdefequal% \code{pure} \syntaxor \code{nonpure} \\% \indent% \syntaxor \code{always-returns} \syntaxor \code{may-return}% \syntaxor \code{never-returns}} \newcommand{\cl}[1]{\noindent\mbox{ }\hspace{#1}} \newcommand{\bl}{\(\backslash\)} \newcommand{\condarrow}{\(=>\)} \newcommand{\macrodef}[1]{\vspace{1cm}\noindent{\Large{\macro{#1}}}% \vspace{0.5cm}\index{\macro{#1}}} \newcommand{\macrodefa}[1]{\noindent{\Large{\macro{#1}}}% \index{\macro{#1}}\newline} \newcommand{\procdef}[1]{\vspace{1cm}\noindent{\Large{\code{#1}}}% \vspace{0.5cm}\index{\code{#1}}} \newcommand{\procdefexcl}[2]{\vspace{1cm}\noindent{\Large{\code{#1}}}% \vspace{0.5cm}\index{\code{#2}}} \newcommand{\procdefa}[1]{\noindent{\Large{\code{#1}}}% \index{\code{#1}}\newline} \newcommand{\puremethoddefwithvalue}[4]{\code{#1}: \code{(#2)} % \(\to\) \code{#3} pure % \hspace{1em} = \hspace{1em} \code{#4}\newline} \newcommand{\methoddefwithvalue}[4]{\code{#1}: \code{(#2)} % \(\to\) \code{#3} % \hspace{1em} = \hspace{1em} \code{#4}\newline} \newcommand{\puremethoddef}[3]{\code{#1}: \code{(#2)} \(\to\) \code{#3} pure% \newline} \newcommand{\methoddef}[3]{\code{#1}: \code{(#2)} % \(\to\) \code{#3} \newline} \newcommand{\abstpuremethoddef}[3]{\code{#1}: \code{(#2)} \(\to\) \code{#3}% \hspace{1em} pure abstract\newline} \newcommand{\abstmethoddef}[3]{\code{#1}: \code{(#2)} \(\to\) \code{#3}% \hspace{1em} abstract\newline} \newcommand{\indexmethod}[1]{\index{\code{#1}}} \newcommand{\shortpureprocdef}[3]{\code{#1}: \code{(#2)} \(\to\) \code{#3} pure% \index{\code{#1}} \newline} \newcommand{\shortprocdef}[3]{\code{#1}: \code{(#2)} \(\to\) \code{#3}% \newline} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\erfc}{erfc} theme-d-1.4.1/doc/get-theme-d-config-var.1000066400000000000000000000037031361360446200200300ustar00rootroot00000000000000.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi) .TH GET_THEME_D_CONFIG_VAR 1 2018-10-03 GNU "Theme-D" . .SH NAME get-theme-d-config-var \- get Theme-D configuration variable . .SH SYNOPSIS .B get-theme-d-config-var .IR VAR . .SH DESCRIPTION Command .B get-theme-d-config-var fetches the value of a configuration variable .IR VAR from the Theme-D configuration file. The value of the variable is printed to the standard output. If the variable does not exist in the configuration file the command is terminated with a runtime error. . The Theme-D configuration variables are the following: . .TP .IR guile-version The Guile version used by Theme-D. . .TP .IR translator-dir The location of the compiler and linker implementations. . .TP .IR runtime-dir The location of the Theme-D runtime environment. . .TP .IR lib-dir The location of the Theme-D standard library. . .TP .IR examples-dir The location of the Theme-D examples. . .TP .IR tests-dir The location of the Theme-D tests. . .TP .IR tools-dir The location of the Theme-D tools. . .TP .IR compiler-path Theme-D compiler path. . .TP .IR linker-path Theme-D linker path. . .TP .IR run-path Theme-D run script path. . .TP .IR use-support-lib? #t if the support library is used, #f otherwise. . .TP .IR i-ht-goops-native-classes-size The size of the native GOOPS class hash table. . .TP .IR i-ht-goops-classes-size The size of the Theme-D GOOPS class hash table. . .SH ENVIRONMENT .TP .BR THEME_D_CONFIG_FILE If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file. . .SH FILES .TP .IR /etc/theme-d-config The Theme-D configuration file. . .TP .IR ~/.theme-d-config The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode. . .SH SEE ALSO .BR setup-theme-d-test-env (1), .BR theme-d-compile (1), .BR theme-d-link (1), .BR run-theme-d-program (1), .IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf . theme-d-1.4.1/doc/index.html000066400000000000000000001323411361360446200156130ustar00rootroot00000000000000 Theme-D Programming Language

Theme-D Programming Language

Introduction

Programming language Theme-D extends Scheme with static typing. The current Scheme platform is guile 2.2 but the software works for guile 2.0 and guile 3.0, too. Theme-D programs can also be compiled for Racket. Theme-D resembles Jaap Weel's Theme but Theme-D is more dynamic and the objects in Theme-D need to have type tags. See Theme-D-Gnome for GNOME bindings to Theme-D.

Some properties of Theme-D:

  • Static type system
  • A simple object system
  • Multi-methods dispatched runtime (and also compile-time)
  • Parametrized (type parameters) classes, types, and procedures
  • Signature types resembling Java interfaces but multiply dispatched
  • A module system
  • Numerical tower
  • Two kinds of variables: constants and mutable variables

Hello, World!

Here is the implementation of "Hello World" in Theme-D:
      (define-proper-program hello-world

        (import (standard-library core)
                (standard-library console-io))

        (define-simple-proc main (() <none> nonpure)
          (console-display-line "Hello, world!")))
    

Support and discussion

See the Theme-D Sourceforge Forum .

Documentation

Example and test programs

The example and the test programs can be found in the Theme-D testing environment. See the Theme-D User Guide for instructions how to install it and build the programs. The programs can also be found in the Theme-D source code package .

Downloading and installation

Debian testing and unstable distributions and Ubuntu eoan

Give command

      sudo apt-get install theme-d-translator theme-d-rte theme-d-stdlib
    
If you also want to install the documentation give command
      sudo apt-get install theme-d-doc
    
too.

Debian stable distribution and earlier Ubuntu distributions

If you are satisfied with an older version of Theme-D follow the instructions in the previous paragraph. Otherwise follow the instructions in the two following paragraphs. The second alternative is recommended.

Other Debian-based systems with amd64/Intel 64-bit x86 processor architecture and Guile version 2.2

Get the following files: and follow the instructions in the Theme-D User Guide in order to install the software. Source code can be obtained from theme-d-1.4.1.tar.gz and theme-d_1.4.1-1.debian.tar.xz . The .dsc file can be found here .

Other Debian-based systems

Get theme-d-1.4.1.tar.gz and theme-d_1.4.1-1.debian.tar.xz and follow the instructions in the Theme-D User Guide in order to install the software.

Other UNIX systems

Get theme-d-1.4.1.tar.gz and follow the instructions in the Theme-D User Guide in order to install the software.

Racket support

Install Theme-D normally and install Racket package theme-d-racket.zip after that. See section 2.4 in the Theme-D User Guide for instructions.

Downloading older versions

Version 1.4.0

Get Theme-D version 1.4.0 . If you have a Debian-based system get Theme-D Debian files version 1.4.0-1 , too.

Version 1.3.1

Get Theme-D version 1.3.1 . If you have a Debian-based system get Theme-D Debian files version 1.3.1-1 or Theme-D Debian files version 1.3.1-2 , too.

Version 1.3.0-1

Get Theme-D version 1.3.0 . If you have a Debian-based system get Theme-D Debian files version 1.3.0-1 , too.

Version 1.2.0-1

Get Theme-D version 1.2.0 . If you have a Debian-based system get Theme-D Debian files version 1.2.0-1 , too.

Version 1.1.17-1

Get Theme-D version 1.1.17 . If you have a Debian-based system get Theme-D Debian files version 1.1.17-1 , too.

Version 1.1.16-1

Get Theme-D version 1.1.16 . If you have a Debian-based system get Theme-D Debian files version 1.1.16-1 , too.

Version 1.1.15-1

Get Theme-D version 1.1.15 . If you have a Debian-based system get Theme-D Debian files version 1.1.15-1 , too.

Version 1.1.14-1

Get Theme-D version 1.1.14 . If you have a Debian-based system get Theme-D Debian files version 1.1.14-1 , too.

Version 1.1.13-1

Get Theme-D version 1.1.13 . If you have a Debian-based system get Theme-D Debian files version 1.1.13-1 , too.

Version 1.1.12-1

Get Theme-D version 1.1.12 . If you have a Debian-based system get Theme-D Debian files version 1.1.12-1 , too.

Version 1.1.11-1

Get Theme-D version 1.1.11 . If you have a Debian-based system get Theme-D Debian files version 1.1.11-1 , too.

Version 1.1.10-1

Get Theme-D version 1.1.10 . If you have a Debian-based system get Theme-D Debian files version 1.1.10-1 , too.

Version 1.1.9-1

Get Theme-D version 1.1.9 . If you have a Debian-based system get Theme-D Debian files version 1.1.9-1 , too.

Version 1.1.8-1

Get Theme-D version 1.1.8 . If you have a Debian-based system get Theme-D Debian files version 1.1.8-1 , too.

Version 1.1.7-2

Get Theme-D version 1.1.7 . If you have a Debian-based system get Theme-D Debian files version 1.1.7-2 , too.

Version 1.1.7-1

Get Theme-D version 1.1.7 . If you have a Debian-based system get Theme-D Debian files version 1.1.7-1 , too.

Version 1.1.6-2

Get Theme-D version 1.1.6 . If you have a Debian-based system get Theme-D Debian files version 1.1.6-2 , too.

Version 1.1.6-1

Get Theme-D version 1.1.6 . If you have a Debian-based system get Theme-D Debian files version 1.1.6-1 , too.

Version 1.1.5

Get Theme-D version 1.1.5 , TH Scheme Utilities version 1.4.2 , and libthemedsupport version 1.1.1 .

Version 1.1.4

Get Theme-D version 1.1.4 , TH Scheme Utilities version 1.4.1 , and libthemedsupport version 1.1.1 .

Version 1.1.3

Get Theme-D version 1.1.3 , TH Scheme Utilities version 1.4.1 , and libthemedsupport version 1.1.1 .

Version 1.1.2

Get Theme-D version 1.1.2 , TH Scheme Utilities version 1.4.1 , and libthemedsupport version 1.1 .

Version 1.1.1

Get Theme-D version 1.1.1 , TH Scheme Utilities version 1.4.1 , and libthemedsupport version 1.1 .

Version 1.1.0

Get Theme-D version 1.1.0 , TH Scheme Utilities version 1.4.1 , and libthemedsupport version 1.1 .

Version 1.0.12

Get Theme-D version 1.0.12 , TH Scheme Utilities version 1.3 , and libthemedsupport version 1.0 .

Version 1.0.11

Get Theme-D version 1.0.11 and TH Scheme Utilities version 1.3 .

Version 1.0.10

Get Theme-D version 1.0.10 and TH Scheme Utilities version 1.3 .

Version 1.0.9

Get Theme-D version 1.0.9 and TH Scheme Utilities version 1.3 .

Version 1.0.8

Get Theme-D version 1.0.8 and TH Scheme Utilities version 1.3 .

Version 1.0.7

Get Theme-D version 1.0.7 and TH Scheme Utilities version 1.3 .

Version 1.0.6

Get Theme-D version 1.0.6 and TH Scheme Utilities version 1.3 .

Version 1.0.5

Get Theme-D version 1.0.5 and TH Scheme Utilities version 1.3 .

Version 1.0.4

Get Theme-D version 1.0.4 and TH Scheme Utilities version 1.3 .

Version 1.0.3

Get Theme-D version 1.0.3 and TH Scheme Utilities version 1.3 .

Version 1.0.2

Get Theme-D version 1.0.2 and TH Scheme Utilities version 1.3 .

Version 1.0.1

Get Theme-D version 1.0.1 and TH Scheme Utilities version 1.3 .

Version 1.0.0

Get Theme-D version 1.0.0 and TH Scheme Utilities version 1.3 .

Version 0.9.10

Get Theme-D version 0.9.10 and TH Scheme Utilities version 1.2x .

Version 0.9.9.1

Get Theme-D version 0.9.9.1 and TH Scheme Utilities version 1.2x .

Version 0.9.9

Get Theme-D version 0.9.9 and TH Scheme Utilities version 1.2x .

Version 0.9.8

Get Theme-D version 0.9.8 and TH Scheme Utilities version 1.2x .

Version 0.9.7

Get Theme-D version 0.9.7 and TH Scheme Utilities version 1.2x .

Version 0.9.6

Get Theme-D version 0.9.6 and TH Scheme Utilities version 1.2x .

Version 0.9.5

Get Theme-D version 0.9.5 and TH Scheme Utilities version 1.2x .

Version 0.9.4

Get Theme-D version 0.9.4 and TH Scheme Utilities version 1.2x .

Version 0.9.3

Get Theme-D version 0.9.3 and TH Scheme Utilities version 1.2x .

Version 0.9.2

Get Theme-D version 0.9.2 and TH Scheme Utilities version 1.2x .

Version 0.9.1

Get Theme-D version 0.9.1 and TH Scheme Utilities version 1.1x .

Version 0.9.0

Get Theme-D version 0.9.0 and TH Scheme Utilities version 1.1x .

Version 0.8.12

Get Theme-D version 0.8.12 and TH Scheme Utilities version 1.0 .

Version 0.8.11

Get Theme-D version 0.8.11 and TH Scheme Utilities version 1.0 .

Version 0.8.10

Get Theme version 0.8.10 and TH Scheme Utilities version 1.0 .

Version 0.8.9

Get Theme version 0.8.9 and TH Scheme Utilities version 1.0 .

Version 0.8.8

Get Theme version 0.8.8 and TH Scheme Utilities version 1.0 .

Version 0.8.7

Get Theme version 0.8.7 and TH Scheme Utilities version 1.0 .

Version 0.8.6

Get Theme version 0.8.6 and TH Scheme Utilities version 1.0 .

Version 0.8.5

Version history

Changes in the release 1.4.1

  • Fixed a bug in the Standard Library Reference.
  • Use the underlying Guile implementation for EOF objects.

Changes in the release 1.4.0

  • Moved call/cc, exec/cc, and guard to the standard library.
  • Split the core module.
  • Allow a nonreturning expression to be casted statically to any type.
  • Optimized the internal representation of nonatomic constants.
  • Fixed a bug with intermediate language scheme-no-opt.
  • Done some cleaning with the source code.

Changes in the release 1.3.1

  • Corrected bugs with generic procedures.

Changes in the release 1.3.0

  • Support for Racket as the target platform.
  • Fixed a bug with procedure string-match.
  • Allow field names to overlap with variable names.
  • New implementation for hash tables.
  • Changed the runtime environment to use modules.
  • Programs written in Theme-D can be run without the Theme-D configuration file.
  • Renamed a-list to alist in the standard library.

Changes in the release 1.2.0

  • Fixed and redesigned text file I/O
  • Fixed bugs with optimized equality predicates
  • Changed the implementation of static methods
  • Optimized predicate equal? for primitive types

Changes in the release 1.1.17

  • Fixed a bug with toplevel mutable variables
  • Fixed procedure class macro expansion
  • Fixed assertion error messages
  • Renamed <nil> to <null> in the runtime environment

Changes in the release 1.1.16

  • Fixed bugs with generic procedure dispatch.
  • Fixed module linkage order.
  • Fixed a bug with constructors.
  • Allowed list constants in interfaces.
  • Implemented procedure call stack output for intermediate language Scheme.
  • Removed vector constants from the core forms source code.

Changes in the release 1.1.15

  • Corrected a bug with let expressions.
  • Corrected bugs with special procedure type dispatch.
  • Improved some error messages.

Changes in the release 1.1.14

  • Changed Debian revision in the User Guide to a symbol.

Changes in the release 1.1.13

  • Corrected a bug with match-type-strong.

Changes in the release 1.1.12

  • Corrected bugs with Guile 2.2 Tree-IL.
  • Install custom1.scm and custom2.scm instead of the .go files.

Changes in the release 1.1.11

  • Updated the documentation.

Changes in the release 1.1.10

  • Corrected a bug with custom primitive classes.
  • Allowed logical types in mutable forward declarations.

Changes in the release 1.1.9

  • Updated the documentation.

Changes in the release 1.1.8

  • Updated the documentation.

Changes in the release 1.1.7

  • Changed the installation directories.
  • Implemented script get-theme-d-config-var.
  • Moved doc/copyright to COPYING and doc/ChangeLog to ChangeLog.

Changes in the release 1.1.6

  • Reorganized the code to be distributed in Debian.
  • Improved some error messages.

Changes in the release 1.1.5

  • Added generic procedure = for testing numerical equality.
  • Removed equal? predicates between different numerical classes.
  • Changed exception handling in the standard library and the runtime environment.
  • Added procedure raw-exit into the standard library.
  • Prevent inheriting Theme-D classes from GOOPS classes.
  • The program name is now the first command line argument.
  • Corrected a bug in the difference between a diagonal matrix and a matrix.
  • Changed the syntax of the guard-general form.
  • Added correct output of the test programs.
  • Optimized runtime GOOPS class handling.

Changes in the release 1.1.4

  • Corrected a bug with equality predicates and parametrized classes in the runtime environment.

Changes in the release 1.1.3

  • Corrected bugs with equality predicate optimization.
  • Corrected a bug with reexporting macros.
  • Corrected a bug with type-loop.
  • Added procedures member-values? and assoc-values into the standard library.
The Theme-D support library Debian package is now built for Guile 2.0.

Changes in the release 1.1.2

  • Corrected a bug with line numbering in error messages.

Changes in the release 1.1.1

  • Corrected a bug with letrec.
  • Updated doc/theme-d-translator-types.pdf.

Changes in the release 1.1.0

  • Support for both guile-2.2 and guile-2.0.
  • Optimized procedures is-integer?, is-real?, r-floor, r-truncate, r-floor, and r-ceiling.
  • Added procedure factorial to the core module.
  • Compute exact values for log2, log10, tgamma, and lgamma.
  • Prevent stripping of class <scheme-condition> in the core module.

Changes in the release 1.0.12

  • Implemented numeric tower and rational numbers in the standard library.
  • Rewrote the generic math procedures.
  • Optimized real math procedures.
  • Implemented interface for many standard C and POSIX C math functions.
  • Added dependency to library libthemedsupport.
  • Corrected a bug in procedure c-acos.
  • Implemented equal? as a generic procedure.
  • Corrected a bug with definition of declared methods.
  • Implemented bitwise arithmetic in the standard library.
  • Added procedures r-round, r-truncate, r-floor, r-ceiling, i-nonneg-expt, r-nonneg-int-expt, r-int-expt, gcd, i-sign, r-sign, make-numerical-overflow, raise-numerical-overflow, nan, inf, and neg-inf into the core module.
  • Optimized field references.
  • Load custom files from compiled files instead of source files.

Changes in the release 1.0.11

  • Added a missing type check for definitions of declared variables.

Changes in the release 1.0.10

  • Corrected a bug with cloning singletons.
  • Changed exception handling in i/o and math procedures.
  • Corrected expression output in compiler error messages.
  • Corrected line numbering in compiler error messages.
  • Changed macro syntax violation messages.
  • Check that prelink-body is not used in interfaces.
  • Delete the target .go file if linker fails.
  • Corrected a bug with force-pure-expr.
  • Optimized cast-x-vector procedures in case the original element type is a subtype of the new element-type.
  • Corrected a bug with opening output files in the translator.
  • Added procedures nan?, infinite?, and finite? into the standard library.
  • Added procedures hash-exists? and hash-remove! into the standard library.
  • Changed procedure hash-ref to take the default value as an argument.
  • Added procedure delete-file into the standard library.
  • Allow nonlist toplevel expressions.

Changes in the release 1.0.9

  • Corrected bugs with signatures as procedure call argument types.

Changes in the release 1.0.8

  • Implemented keyword static-cast.
  • Check the illegal use of keywords.
  • Corrected the error message with an unbound variable in set!.
  • Corrected a bug in library procedure or-map?.
  • Added library procedures and-map-nonpure?, and-map-nonpure1?, or-map-nonpure?, or-map-nonpure1?, a-list-delete, filter, distinct-elements?, and string-char-index-right.
  • Added declarations of procedures map-car and map-cdr into core.thi.
  • Added parametrized type :nonempty-a-list into core.thi.
  • Moved module singleton from examples into the standard library.

Changes in the release 1.0.7

  • Corrected a bug in the type system. Test program test612.thp works now.

Changes in the release 1.0.6

  • Allow toplevel statements and procedure calls in programs and module bodies.
  • New keyword prelink-body to allow calling procedures in toplevel statements.
  • Handle unspecified values with forward declarations and letrec expressions.
  • Use SRFI-72 based implementation for the macro system.
  • Form identifier-syntax and limited syntax-case support.
  • Allow a module reference as the first argument of set!.

Changes in the release 1.0.5

  • Corrected equivalence predicate optimization.
  • Corrected bugs in vector typecasts.
  • Check illegal non-toplevel expressions.

Changes in the release 1.0.4

  • Corrected a bug with parametrized procedure result type checking.
  • User defined Theme-D procedures are now visible in runtime backtrace.
  • Pretty printed runtime backtraces.
  • Print type information with runtime error messages.

Changes in the release 1.0.3

  • Corrected the eq-by-value? flag of pair classes to #t.
  • Corrected a bug with <none> type.
  • Optimized procedure calls.
  • Optimized the equality predicates.
  • Optimized checking primitive classes in match-type and is-instance?.
  • Redesigned assoc and member? procedures in order to invoke the equality predicate optimization.
  • Improved linker error messages with procedure typing errors.

Changes in the release 1.0.2

  • Better error messages.

Changes in the release 1.0.1

  • Simple and parametrized procedures can be used in signatures.
  • Corrected a bug with type checking simple procedure calls inside parametrized procedures.

Changes in the release 1.0.0

  • Support Tree-IL as intermediate language.
  • New keywords use and @: Modules can be used without importing their contents into the global namespace.
  • Corrected a bug with variable argument lists.
  • Corrected a bug with param-proc-dispatch.
  • Corrected a bug with field-set! inside parametrized procedures.
  • Procedure apply works with parametrized procedures.
  • Corrected type deduction algorithm in case a deduced value of a type variable contains other type variables.
  • Keywords make and constructor can be used with pair classes.
  • Forms and and or are implemented as macros.
  • Compatible with th-scheme-utilities version 1.3.

Changes in the release 0.9.10

  • Use guile objcode as the default target platform.
  • Shorter target variable names.

Changes in the release 0.9.9.1

  • Implemented nonpure iterators.
  • Allowed <none> as a type parameter.
  • Changed the current value of a stream to be evaluated lazily.

Changes in the release 0.9.9

  • Corrected several bugs related to parametrized procedures.
  • Corrected a bug in the runtime Theme-D environment.
  • Implemented purely functional iterators.
  • Added option --verbose-errors to the compiler and the linker.

Changes in the release 0.9.8

  • Implemented streams in the standard library.
  • Improved error messages in parametrized procedure instantiation.
  • Install compiled files.

Changes in the release 0.9.7

  • Corrected a bug with parametrized types (test434 did not compile).
  • Object factorization works again.
  • Optimized quoted list constants.
  • New keyword static-type-of.
  • New keywords lambda-automatic and param-lambda-automatic that deduce the result type from the body expression.
  • Implemented volatile variables that can be changed by pure procedures.
  • Implemented object conditionals that accept any nonfalse object as true value.
  • Implemented delayed evaluation (delay and force) into the standard library.
  • Implemented some new procedures in module text-file-io.
  • Reorganized the language manual and the standard library reference.

Changes in the release 0.9.6

  • Optimized match-type.
  • Rewrote the core list handling procedures to be statically typed internally.
  • Optimized parametrized primitive procedures as ordinary parametrized procedures are done.
  • Corrected bugs in psyntax-external.scm.
  • Made detect-cycles faster for lists.

Changes in the release 0.9.5

  • Corrected a bug with set!.
  • Allowed <none> as a type parameter.
  • Procedure apply-without-result is removed as it is no longer needed.

Changes in the release 0.9.4

  • Implemented a hygienic and lexically scoped macro system.
  • Added keyword force-pure-expr.
  • Added procedure peek-character into module text-file-io.

Changes in the release 0.9.3

  • Improved the explicit generic procedure dispatch.
  • Simplified the foreign class interface.
  • Corrected an error in the module system.
  • Correction to mutable variable declarations.
  • Corrected an error with method variable argument lists.
  • Corrected a bug with param-proc-instance.
  • Corrected the subtype checking algorithm for union types.
  • A declared value can be used as a value of a constant.
  • Type of a match-type expression may be <object> in some cases even though an else part is not present.
  • Implemented some list and string handling procedures into the standard library.
  • Better error messages for identical or noncovariant methods and erroneous parametrized procedure instantiations.

Changes in the release 0.9.2

  • Autotools are used.
  • Debian packaging is supported.

Changes in the release 0.9.1

  • Implemented signatures and parametrized signatures resembling Java interfaces.

Changes in the release 0.9.0

  • Linker strips away unused code.
  • Optimized application functionals apply, apply-nonpure, and apply-without-result.
  • Implemented keyword import-and-reeexport for importing and reexporting modules.
  • Implemented keywords match-type and try-cast for type casting.
  • Implemented the symbol tables in the compiler and linker as hash tables instead of lists.
  • Made the foreign function interface better. It is no longer necessary to specify equivalence predicates for external classes. Keyword prevent-stripping prevents stripping away a variable, which may be needed with the FFI.
  • The Theme-D configuration file may be put into user's home directory instead of /etc.

Changes in the release 0.8.12

  • A simple foreign function interface for GOOPS classes.
  • Made text file and console IO functionality better.
  • Implemented assoc and member? procedures.
  • Fixed several bugs.

Changes in the release 0.8.11

  • Renamed Theme to Theme-D in order to avoid confusion with Jaap Weel's Theme language.

Changes in the release 0.8.10

  • Fixed a bug with global mutable variables

Changes in the release 0.8.9

  • Custom primitive classes
  • Classes may specify a zero value. This is useful for parametrized numerical classes.
  • Libraries for scientific functions, complex numbers, and matrices

Changes in the release 0.8.8

  • Better type checking for parametrized types
  • Factorize type expressions out of translated procedure implementations
  • Implement call-with-current-continuation
  • Procedures may be specified as always returning or never returning
  • Mapping functionals in the core library implemented in Theme instead of using wrappers for Scheme functionals
  • More flexible vector typecasts

Changes in the release 0.8.7

  • Paramerized procedures are first class objects and they are allowed as methods.
  • Made an Emacs mode for Theme.

Changes in the release 0.8.6

  • Use guile 2.0 as the platform (both the translator implementation and the translator target code).
  • Changed the directory structure.
  • Corrected a linker bug that caused some runtime type checks not to be generated.

Changes in the release 0.8.5

  • Corrected a linker bug that caused running several tests to fail.
  • Corrected a bug in the linker. Compiled program files can now be put in any directory.
  • Implemented do-loop.
  • Added documentation of declare-method into the language manual.

Changes in the release 0.8.4

  • A new module system. Module interfaces and implementations are now in separate files.
  • Class constructors have an access specifier so you can restrict where the class may be instantiated.
  • Keyword declare-mutable to declare mutable variables.
  • The internal mutable variables of pure procedures can be changed.
  • Added library procedure apply-without-result for procedures without result value.
  • Dependencies to scsh have been removed.

Changes in the release 0.8.3

  • Changed procedure typing. Generic and parametrized types make now sense as values of procedure variables. For example, you can now compute (map cons ′(1 2 3) ′(a b c)) and (map + ′(1.1 2.2 3.3) ′(4.4 5.5 6.6)) .

Changes in the release 0.8.2

  • Corrected the parametrized class inheritance diagram in the specification document.
  • Corrected a minor error in theme-representation.scm.

Changes in the release 0.8.1

  • Made equal? safe for cyclic data structures.
  • Corrected unions so that incomplete (i.e. forward declared and not defined) types work as union member types.
  • Enhanced support for compilation into Scheme48 pseudocode.
  • Theme compiler and linker can now be used from a shell.
  • Updated documentation and added two figures about Theme class hierarchy.
  • theme-0.8.1 requires scheme-general-1.2.

Copyright © 2008-2020 Tommi Höynälänmaa


Last updated: January 27, 2020
tommi.hoynalanmaa@REMOVETHISiki.fi theme-d-1.4.1/doc/param-classes.dia000066400000000000000000000034551361360446200170330ustar00rootroot00000000000000\[6~_Ҫm`ٙUWZ .K^k. !ْь&6/yeJO,߻[E]Hmtk,>߼n'0~wErǐF~ΣuZ.o$܀M#_ˮ( c$bM7_ًTVn~ =Qn!y-eNݲuz*~"P*Rc'{V&+B/MZVUEkA= W}B;H}n}Y8pepu(NT\˨F#nˇXSZDR]^ʶL\+ώV/uWj8''t.E?ct}hHՆ`a,lf25vYe[uR!X'.= 3gGyz}w'qC?le+M[>/*ım]q? 4Y`$u 7[}Ű a.ۯ6~ȍI@V 9],ho*wB r:;3{2F1e89# b +*0WQ%Ģ7-{.,nd6j$xcCꅐEkIp!1v!O,r63գUDR 5Baɧ*۳˼}{j4YR2NY%1.ǰ_5sЯA CƓSQ2o\s60LUαx"֣$I[+GF\(׽CrgX֬V̳vnC6>\S7"n$\.@\}A?-*W.uW(D[tE0aiV"E'Y:q՟V0{ GSes <b,p9<J<@/R1SW4YCE_.4}hVhJ]4<.G U9CTґ *=Yf N2PtdT4\H䴃-G;fJ 5dD`z"fMN̾%Y&!wL:bːh_Q!L1qs}8BG^R@T2L.  J& 42(ɪY:}:3?qJⳠuҭ^_E} N>2uv!8\<6ϯmC0`e92unywqNGaHiy~uyOi.ŋؖBs&-Й<U0*_pSx,TbF&VݰKm.?ov48~u]V23 N-耨 5E㵦R^,JڡXMV)bP P^n>(jyW55TA]>Q+Ԝ>oWTDG-*D֠Rՠ}AP ɐsJDҠh_:YR;'u77ic@ uE {'X82Lle+Ƽ3\»#z)Li329MqKsf4韾{9q4FfSJ|*QrFԁwêˑԲwynxg(#Pf4UmS‰[0L[fyXSzLn6=|v>fWG\theme-d-1.4.1/doc/param-classes.pdf000066400000000000000000000203721361360446200170440ustar00rootroot00000000000000%PDF-1.5 % 3 0 obj << /Length 4 0 R /Filter /FlateDecode >> stream xWK990T*`!,]BO!=+vvmOUJ딌;)Fu[[3Y%>F}w2(E{H%t1(g:2ڨo"t'? ߓv:T޼R0vI[g eo~ *m1;sIO16wVcyv6f-i nL1d d!ZmqS.qyk'*v5ye#i_=_ [XqYp\Ho:" DYMOgG Nsʡ}Q 'f{ڵ{Az?a㯊x3y\cNT[ٽGI$ul5%QNÎנ5RqX?fp-P!E?kdD9)`E^~Q`2%X H?+v?Mkmа{Ү6'Eh'8`L,Y(U\=/ BRZV Vd}ے$Q.^BkQk7[EybpSd˚-6Fjpus4:GZp#8$ZT @Ӟ$uL#T8ٞu9qQ}h&RY) : C)m\[wN{{8 7]REk6ZJ6Vz}jӷcUKuk ?Y=+"qtzٕی:Z`r&bP1h보MPҚډD1DGڶ8t( *D*_uyn|N3Տ=s<%Z2m".2(dkYtԎZu,Vz7dFyΙ]TӑF/ 0k_"8hLi+=> >> /Font << /f-0-0 5 0 R >> >> endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 595.275591 841.889764 ] /Contents 3 0 R /Group << /Type /Group /S /Transparency /CS /DeviceRGB >> /Resources 2 0 R >> endobj 7 0 obj << /Length 8 0 R /Filter /FlateDecode /Length1 6504 >> stream xX{XW?NG!ƦD(51hT$5ot0Q110Q!h#QjlD 1$CpS$v[)Vw9pGD-^x,>@0QR⥃\1{t3%7l߾pv m"؂1 ?EW"4.^dF?M<]*W*Ki|eKGGc:_Z ۠ff^.ɐt..^l͌ГtT"Cr!jLZa x _EY-0$ e=n Y֬\:5*7s&sfgHǷK&~)6f}iu T %䂐-Zmq9'3&h7xhnone|1ePrkZf+;ʝZ^檋ilW# ]Zy-\Vۗ Ֆo37kY*>gX.`n6 G c&q0,!wcƀ5.ڦ7e`hmnojN<\*. ~^Pnm|}x|z6_6Z׋,; IZZQ;!4Rb:{& qd FۛYʃvfXMkjuj KRwfTMz^s6;"[w+,ǐ ػ?nn휗ԛЫrқb4 f47ر+h[3L\1qaE6a YEW$3__x,_ seu ,aK%%KIy 8M $w]8yh'Uu~LAim!g>Ƭ{ş:\ [B%[+;*k!]E}L.;GlH~KRujb7r`L(֗-^-x ^]2Ȕi;/\79 \l \CI_aX\eUrrru/+70,T|7F$OףrM̾!28PFXFXG#l,YJ#2 i޴JkZi K$ŪhC;:Љ`89ޒHZyڪiuimiѳǭA8'OHl3DL=nofZTrzt탒Cr$Gk|'rrfNXw&oY}1]'j; c=;KE,({hDaғ?%l_LQ<!sHzɞurNF8p+ tAKɪ^ןvT]UzW=2+fWri &0J2Yr>\feFP-bnHk SNɾpmp(k(8C֭CBk~B>+/⠕"YYJ̤+nu1sy*l3Y1R5DvI˫46; |DH)EJRy_-U͛p"h5bӕtSlX!W mմwæLMb~+}f/#Bl 1w4$?: LHqw>Ʈww|]&~WR; 8`nt)auhW&6Da3'686q8lߙLCW|Ai+WΞr3րɼl8C&s5WO_bi2ob3sDvL!R=xKM]Ś5U]&v~$r&diU+}9t'8F[UMWU(j@Uxܡ6jjQN٩jʼn ‰ ŸNlpDIYpvAϣ;󨬙}YMnV,hF5Ϟco}:>2˺Ze_edwY@ܦ:TgH([u88S W4soMVm)N>rX)ga!0{#י<L(8xxg@/l4 >]fn~u:61Yi1c"ig5Tj{eŶͱY99Wn}>%c`=ҦIWlZtavq=>,'unE=YýX 2x"J[tw7)jpgy>&l z8QM` ldq({H&f9stTQ (uA'rc@?Up MT*s!#,sM $AECH^ștZ.'}H (llGp/ܠSdlz(#,nʥ2i Q %>$tG/,%|kP*Z [*!gh ~,'A]bVR:=57|ǁRjr:*M>:Ő.v*>ğRU>y|l{F)aUf.=%pS.2ͥ383IShO#XVRm<\0M3h=`ZI\,XHOep@ S_e(Vʟ 7pGCȷHWj.`WkgxL8^m3`ww 9lq 77~'OX05f]&hL1C5x-cR+^9}gאh76{}e t7-O1پ_ Yhr>oRRnr+,K`)`Nʅr Ęͽ+m%B<GiRˍ0Y5"j.v\.prm|D6So`)Fcy5N[`#͞lO.] B:, ϗ_6!{H場*}[`Ɓ_ l7?~/k͏_!V ~^Y񯣰E_FT~ibTiށf' ?WGO/+qJ8?c,Pc/w?xϟKK8|/['+'(:*<$0x oPU$J?V/׬u|N*ݿXBʕ =̏ |F|ʆOZ w\ցK;T?( &p>/ \A8WXԁp%p +ف3Pd ( F'O4>5q>Y` ' |@N7N 8>kx [cjp{u wqdta; t;q 8lC4>ԍCrT>D'`RyTPy3T4i8Ђ0c44y=~~s_d>}D|&[@,$cHqc;(Ab"IE E1!E\uUJtCm4@ffhrR2> stream x]j0}^,_D(/Cm &V1D·o [h@Kd$ϵg<7Z6LD^;]Eh=HځNN{#20ȔO.ݢAȀR- u$Hȇ:[GIdj@'S$αᩳkwryFS:ѭy endstream endobj 10 0 obj 328 endobj 11 0 obj << /Type /FontDescriptor /FontName /LJKJUX+DejaVuSans /FontFamily (DejaVu Sans) /Flags 4 /FontBBox [ -1020 -415 1680 1166 ] /ItalicAngle 0 /Ascent 928 /Descent -235 /CapHeight 1166 /StemV 80 /StemH 80 /FontFile2 7 0 R >> endobj 12 0 obj << /Type /Font /Subtype /CIDFontType2 /BaseFont /LJKJUX+DejaVuSans /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> /FontDescriptor 11 0 R /W [0 [ 600 837 611 634 277 615 549 392 837 277 612 520 634 411 974 360 336 579 390 317 277 633 634 390 591 ]] >> endobj 5 0 obj << /Type /Font /Subtype /Type0 /BaseFont /LJKJUX+DejaVuSans /Encoding /Identity-H /DescendantFonts [ 12 0 R] /ToUnicode 9 0 R >> endobj 1 0 obj << /Type /Pages /Kids [ 6 0 R ] /Count 1 >> endobj 13 0 obj << /Creator (cairo 1.10.2 (http://cairographics.org)) /Producer (cairo 1.10.2 (http://cairographics.org)) >> endobj 14 0 obj << /Type /Catalog /Pages 1 0 R >> endobj xref 0 15 0000000000 65535 f 0000007810 00000 n 0000001255 00000 n 0000000015 00000 n 0000001232 00000 n 0000007651 00000 n 0000001364 00000 n 0000001578 00000 n 0000006602 00000 n 0000006625 00000 n 0000007031 00000 n 0000007054 00000 n 0000007324 00000 n 0000007875 00000 n 0000008003 00000 n trailer << /Size 15 /Root 14 0 R /Info 13 0 R >> startxref 8056 %%EOF theme-d-1.4.1/doc/run-theme-d-program.1000066400000000000000000000030661361360446200174730ustar00rootroot00000000000000.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi) .TH RUN_THEME_D_PROGRAM 1 2018-10-03 GNU "Run Theme-D program" . .SH NAME run-theme-d-program \- run Theme-D program . .SH SYNOPSIS .B run-theme-d-program .RB [\| .IR METAARG .RB \|] .RB ... .IR PROGRAMFILE .RB [\| .IR PROGRAMARG .RB \|] .RB ... . .SH DESCRIPTION Command .B run-theme-d-program runs Theme-D program .IR PROGRAMFILE linked into Guile bytecode. The .IR METAARG arguments are handled by the .B run-theme-d-program script itself and the .IR PROGRAMARG arguments are passed to the Theme-D program. . .SH OPTIONS .TP .BR \-\-no-verbose-errors No verbose information about errors (exceptions). . .TP .BR \-\-backtrace Display backtrace on runtime error. . .TP .BR \-\-pretty-backtrace Display pretty printed backtrace on error. This options works only if you have linked your Theme-D program with option .BR --runtime-pretty-backtrace . . .SH ENVIRONMENT .TP .BR THEME_D_CONFIG_FILE If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file. . .TP .BR THEME_D_CUSTOM_CODE List of Guile bytecode files to be loaded before the Theme-D program is run. The filenames shall be separated with colons. . .SH FILES .TP .IR /etc/theme-d-config The Theme-D configuration file. . .TP .IR ~/.theme-d-config The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode. . .SH SEE ALSO .BR theme-d-compile (1), .BR theme-d-link (1), .BR setup-theme-d-test-env (1), .IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf . theme-d-1.4.1/doc/setup-theme-d-test-env.1000066400000000000000000000020121361360446200201130ustar00rootroot00000000000000.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi) .TH SETUP_THEME_D_TEST_ENV 1 2018-10-03 GNU "Theme-D" . .SH NAME setup-theme-d-test-env \- install the Theme-D testing environment . .SH SYNOPSIS .B setup-theme-d-test-env . .SH DESCRIPTION Command .B setup-theme-d-test-env Installs the testing environment into the subdirectory .IR test-env of the current directory. If the subdirectory .IR test-env exists already nothing is done. . .SH ENVIRONMENT .TP .BR THEME_D_CONFIG_FILE If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file. . .SH FILES .TP .IR test-env/* The installed Theme-D testing environment. . .TP .IR /etc/theme-d-config The Theme-D configuration file. . .TP .IR ~/.theme-d-config The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode. . .SH SEE ALSO .BR theme-d-compile (1), .BR theme-d-link (1), .BR run-theme-d-program (1), .IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf . theme-d-1.4.1/doc/simple-classes.dia000066400000000000000000000033001361360446200172110ustar00rootroot00000000000000\Ko8WГK/=&b K/m12dHt_/HmÁRF3$p䏟^VH}q8wF}zA![i??=R?L&x ؀Oe&Jh2zӴC,>eRb\ي?l RLnxA=3atIfsD|r^nzâ:uIFO@&>F&e'ZkDX lGBH -[7 _rsk.9A(C&d<<Ԫ 7h<5ŎuE/?1/:v纡p;nNFV8r9{iR?H=^zQ_|: zoo9Rm8nã,/SiMNzQ܁IOubc;f?ô= q4BfK2a' QD8z~Skt N|^0xjVVϸ$/e՘f7źh3/Qb%UWj8hjf, mQ3W=.jzq=v@ۚ85:Z'yT^іbU%]\ҚNW^i.m@֘$-<@};ykqcy;1d[:޼޴Zl Fȕ@GG#,(PKY"nXW[^Xƕw(RfhF  1Ĺ =%(a J(a!(LˌY;0 K-'*}|*M̰r JB;_LG.?q@?G16FSLiS(݋u=uH9x NM*BǤZ /jcL8\j{|5[_7T+M6 w)nַ(tB;ؖ_*iUPK]11&tj MFbqw$Uʞd 'yiMIюf6_ўJx;JG#- ӛ3bY;*2Xz M'|AaKt9 _')ت*hP#4EFF89~ ,@L`_]+P1iՇWx gMR`;Př:p_@#`\1 B$ŽXy `d,@I9ތu9^H@le i4]p<wI%1F7I (Ձ BOk]I5 N4 2yF* wȩC%@ 3P>bNx7wIFjJ<ҟ|-~j^l]ǨW!bq%A" LQ+UU]?̍E'r_`XP*:t^t}SfaLrm{mI- ӡnچn6iCs r_?L1:12i҂}X_S#0e;DFWs=%D& 2n*_ڽOz\a4L?&߈xʴǻVUtheme-d-1.4.1/doc/simple-classes.pdf000066400000000000000000000177471361360446200172510ustar00rootroot00000000000000%PDF-1.5 % 3 0 obj << /Length 4 0 R /Filter /FlateDecode >> stream xVM7 ϯ9Q( ( (zrHq:@C~5#yٴk0{hIOu*+$&r{f~/}}<}s)UM ^E]jVcӯ?#/<<{Oy/ξV$>ZB.tPŌ#Ht9z vrq8Ӛ 0d{W8xU("N2=<j _efꋋbcUWfe/*)#6'E x9pq'<*H6bq%N!TyHٰ$R,3ewF!fICSv+,V*8](UX(Hab+pmpZ1ɪB,[$έuI]Mաc٩k+4& ]ƞ腜ۨpkPj+erj{%QWpIX]4-ͧ&ec9 fh?<ҫx̃]DWX\ BǫvlehGd)ze9 tG$§b1e9!]g;i|> 4o3ؾO\09f;?yrЏ(i^w~Ow?y+~G,JXz" 0f"*g5y[XH]|`VDB&U沩JrXxc}\x(t 7<桒" |0(;YϵR -e1vybwQ!h(w9;t-.60 |7 ^c}`r3n:0hXBpKJPavk#_9|8nFj{-`#t->߁[t3`*U[]ʾYIۛx>dZV.]> @=|pv8py D)<'6pjcAXil2G7l' endstream endobj 4 0 obj 974 endobj 2 0 obj << /ExtGState << /a0 << /CA 1 /ca 1 >> >> /Font << /f-0-0 5 0 R >> >> endobj 6 0 obj << /Type /Page /Parent 1 0 R /MediaBox [ 0 0 595.275591 841.889764 ] /Contents 3 0 R /Group << /Type /Group /S /Transparency /CS /DeviceRGB >> /Resources 2 0 R >> endobj 7 0 obj << /Length 8 0 R /Filter /FlateDecode /Length1 6380 >> stream xX{xE==I!$! ô(PBDVLQ0puI.#f1 f ,YtWoUaYF.>6==IݽwSS]]qΩS_U%(YP\NV tOyXByic zz>!ɞǞXVz|fC|K8onqɭ ~B%(<4XO੥۰~'{Bt.(^Z.>'-ĺWhnpWB<"R^'FFz6nSU "lz/^l͊2@T*qٴ^$J.GqfP"zBE(XJްQ~њj˚0eMܦY|F]\ʮ^9?D ;?D%1>3J Irew&;Nq˲ڭV,ӟ[A*J[\iT* GRtUF!-֠hDd75:'[Oa{6߻w}u/ھ_Rx:{f=?[ ͣQCK#cAf,.{w+)c{9$xٖn꧿:TPАѠ4RJ'Mt|aᰐyƍs%żd'j#t^貈^.2 6wj1د:tRAzLjkynkZ#4yyY4rYQ9GGs-9^oC!Nonuu8Rn/W˫wea=+9 W&ktBPknYd og$ 8ߖ)g+e e޲8KoRzpF>k]ѝl+;8.f¥LBU[šg ڗџ -ۊ[ٲ nM$ߌ#tU;W)aC DŽ5mn'[︖7+N[,#tvDH%eGÍ:}>mb~>p~v`hMtl+Oc v65*q˺[%n_v^FfRTH&ԋ1kss +',>vҶr흆ډ[^@(ZK&~R=X=$@b &o$!E$0h`F,#2DR .3;x! 24B\8l]a*T*"6 ɲM0@p`kG8#yGb%&@Uq'4)‡'4GP i͡3&6pZbKyb1Wqe%붎LYƳ1<,<̦*AIIV,*eYhf g};HYc -fqrݣz~!Km9՞$~G y,m0ƈXLɴ((ejj6Lӄ8M&ۂ{2UCJ\a>|ۓb1G,˄T\*gm2{ByZ]V&nC {YzٶY63i;(4q%ojo xh-)8/-E~x_}}Y,ꨃVuNbXg^?SI,1rpͮuZ0g7A{s.x EAܴb!b (2QN@Rf d2iUkv 7"^e~ #X(-/߸7.xkBGm=xF,7n,v];L4Ok1[K?VZH#D0Ba$sfNd8$<֝%t1*nA*PH5+F k:Ha1AbD=/FZeQ!2NgaYY YYT3L0Md& Ġ/LII$L^ڐږӵSO"_QRyByb<**WkߝF!N;hpNRwl_\p(߼j;ƦCsKSZ1{ynwimN+_8pwjj;?baI2#'2:3YrƤ<mp)&Ό uQaCXDvnt'ZuE释222 IxȍH&n:&7m߸a 8o/;io; #~3g)Vc<7bl$9\Gq Cc}2\P}GS4%M͈dz3}I)JZv-ITp4p⠏oOLOQzezU^W D@7'cheҁ 3d'Y[;{C~~7_3w?WzPߗVXhO26Θ4!pl|~ބ..F|ţLr)u ۈe)hȮ`^x$[`9ue@Ȋ ,7QY)u) IҙbǨ#'xxђ;‹yiG8ߴ=Po> [{l.FbW"6Yĥ)pp8UhN$z4_T:QY f]s:;]rU'4y w[ZH!dwϿboyLmadgԝ~gs29>S8n̪bWE(v8cr=)TgCH.,6Tv uiy,bRS0n.V:k]QH&ITA6Mj&?dY{c64Ji0Oy\{UdTKZھR]ujFmQmtF1i؟Oi'nX sSQyg2PرZz0/ H R"\7Y"ݹ.H"7 /H9ć %mQ{N[H$%FdbGNR8wčMh. sNx>݁R% ,A)z P'[֐sո䠔<[1gP͉AqoqxA,SO6]HB*YLMȁfqpv8#kI#@]G`!\+ESGvyZ{G*v+UX ψEt7)fؿ,9 ѢRҌIGӕPZ_}b&l+jB Ƿ  ő"JCطس^m^K_%`I'k+H9l:>I/i2'M4?U}DMePggpf4>MĀ'=Q(2_Q>zT5i o|Qom x#%܌ a cp?6~Eܴ(vUN']YE'Y[j_, I?2wxeCByC:Vo8|Wu/WþE|^v/7 ?fkS: M>dç ?p ?V;aVc٥pq,|Aq[>8\y.+ v*Z8K'9qhp:w!b*vh LVటC79+`[{vٞv.TzW;4z6l%ЀM5[_u^u@+^٢Wbaxæ:'ġ :ذ^c`?o;~aYlQXW%ikMxÚ5^@*z` 5()jTuV/> stream x]j0>YNƹXA2ݸ>@L@!: ߾1L/<7̔Q> endobj 12 0 obj << /Type /Font /Subtype /CIDFontType2 /BaseFont /OPHKKY+DejaVuSans /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> /FontDescriptor 11 0 R /W [0 [ 600 837 611 634 277 615 549 392 837 817 277 633 634 612 277 634 520 974 591 360 ]] >> endobj 5 0 obj << /Type /Font /Subtype /Type0 /BaseFont /OPHKKY+DejaVuSans /Encoding /Identity-H /DescendantFonts [ 12 0 R] /ToUnicode 9 0 R >> endobj 1 0 obj << /Type /Pages /Kids [ 6 0 R ] /Count 1 >> endobj 13 0 obj << /Creator (cairo 1.10.0 (http://cairographics.org)) /Producer (cairo 1.10.0 (http://cairographics.org)) >> endobj 14 0 obj << /Type /Catalog /Pages 1 0 R >> endobj xref 0 15 0000000000 65535 f 0000007535 00000 n 0000001088 00000 n 0000000015 00000 n 0000001066 00000 n 0000007376 00000 n 0000001197 00000 n 0000001411 00000 n 0000006370 00000 n 0000006393 00000 n 0000006776 00000 n 0000006799 00000 n 0000007069 00000 n 0000007600 00000 n 0000007728 00000 n trailer << /Size 15 /Root 14 0 R /Info 13 0 R >> startxref 7781 %%EOF theme-d-1.4.1/doc/theme-d-compile.1000066400000000000000000000043701361360446200166510ustar00rootroot00000000000000.\" Written by Tommi Höynälänmaa (tommi.hoynalanmaa@iki.fi) .TH THEME_D_COMPILE 1 2018-10-03 GNU "Theme-D Compiler" . .SH NAME theme-d-compile \- the Theme-D compiler . .SH SYNOPSIS .B theme-d-compile .RB [\| .IR OPTION .RB \|] .RB ... .IR FILE . .SH DESCRIPTION Compile the Theme-D source file .IR FILE to Theme-D pseudocode. The default output file name is obtained by replacing the suffix of the source file as follows: . .PP thp => tcp . .PP ths => tcs . .PP thi => tci . .PP thb => tcb . .PP By default, the output file is placed into the directory where the command .B theme-d-compile is invoked. . .SH OPTIONS .TP .BR \-o ", " \-\-output =\fIOUTPUTFILE\fR Specify the compilation output file. . .TP .BR \-m ", " \-\-module-path =\fIPATH\fR Specify the search path for Theme-D modules. The path should be a list of directories separated with :\(aqs. You can prefix the list with a colon in order to include the default Theme-D library path in the search path. . .TP .BR \-u ", " \-\-unit-type =\fITYPE\fR Specify the type of the unit to be compiled. The unit type has to be one of .IR proper-program\fR, .IR script\fR, .IR interface ", or" .IR body\fR. . .TP .BR \-l ", " \-\-message-level =\fILEVEL\fR Specify the message level of the compiler. The level has to be an integer number from 0 to 3. Value 0 means no output and value 3 the most verbose output. . .TP .BR \-\-expand-only Do only macro expansion on the source. . .TP .BR \-\-no-expansion Compile the source without macro expansion. . .TP .BR \-\-backtrace Print backtrace on compilation error. . .TP .BR \-\-pretty-print Pretty print the pseudocode output. . .TP .BR \-\-no-verbose-errors Less information in the error messages. . .TP .BR \-\-show-modules Show information about loading modules. . .SH ENVIRONMENT .TP .BR THEME_D_CONFIG_FILE If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file. . .SH FILES .TP .IR /etc/theme-d-config The Theme-D configuration file. . .TP .IR ~/.theme-d-config The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode. . .SH SEE ALSO .BR theme-d-link (1), .BR run-theme-d-program (1), .BR setup-theme-d-test-env (1), .IR /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf theme-d-1.4.1/doc/theme-d-language-manual.bib000066400000000000000000000020221361360446200206430ustar00rootroot00000000000000 @book{bds2013, title={Lambda calculus with types}, author={Barendregt, Henk and Dekkers, Wil and Statman, Richard}, year={2013}, publisher={Cambridge University Press} } @article{sperber2007, author = "Michael Sperber et al.", title = "{R}evised${}^6$ {R}eport on the {A}lgorithmic {L}anguage {S}cheme", note = "http://www.r6rs.org/", year = 2007 } @article{shinn2017, author = "Alex Shinn et al.", title = "{R}evised${}^7$ {R}eport on the {A}lgorithmic {L}anguage {S}cheme", note = "http://www.r7rs.org/", year = 2017 } @article{weel2007, author = "Jaap Weel", title = "Theme, a functional systems programming language", note = "http://www.ugcs.caltech.edu/\(\sim\)weel/theme.php", year = 2007 } @article{baker1993, author = "Henry G. Baker", title = "Iterators: signs of weakness in object oriented languages", journal = "ACM OOPS Messenger", volume = "4", number = "3", year = 1993, pages = "18--25", note = "http://www.pipeline.com/\(\sim\)hbaker1/Iterator.html" } theme-d-1.4.1/doc/theme-d-language-manual.pdf000066400000000000000000015424141361360446200206770ustar00rootroot00000000000000%PDF-1.5 % 3 0 obj << /Length 171 /Filter /FlateDecode >> stream x5= 0ཿ"c6\EEnZ6C' n 'f񑣑iw;ƮދQϔn.:> n͚e2E u#}DŽG>+ySY> stream x-!D-hh5ZDcl=̼$f!0ʢthi++X ƀ uG .6UTC BŽ{j)-"Cz}.)a( endstream endobj 14 0 obj << /Length 1053 /Filter /FlateDecode >> stream xߏ4c"#`uW^PRǎmnܵYi㙱="!7RH*pK,Vo˪mk'̒ 0&Gb{]5mS1D2m !xuQ8#I_#ª.VΎ$IH숷un4-W ^'H!kf~:O3(4Sgߺo '(${0E ƖOdivoDY'PNf?dE: 4!:YD Z➤'qNu~Ѧn)N\FqS._iG~LGom`^.g ։x䅉ҿfӡۄ 1}FRb}jWH%RSgX&HZ>NpS|g F@>-AÀ9N+/^zHs$xT봸`o'jĎZVUBT6EnrqXۻͲ*.|Ɠ8ٵ]pNj] gftv=-38+bm|d6nn!sz{Ã=';&0\ga|: ITSeU^,Q!,1a׮2}7\̧842H[NH _4^lJ {X0 MUo"ߚ!3l< †`y }){i+>qd<->T*F'2RpN%8wm)ڕcuYGs wd3 sjđbY@m\i;:BzhBsFbؘ?b"̴Q?i=(.6q`>8ʩjm{)cwwuH]ߤJscuܼxqNުmc~,ME38`Hpl!H@ endstream endobj 20 0 obj << /Length 1384 /Filter /FlateDecode >> stream xݚMs8}Zi+&[5I vjv'+[6,KD[-]/>܊2Q' @:a@pKL,8@wsp߿Kv13i|H| Φ|i:A@QX?a׼$קHo |*_AA :]p2Z"'Sc1_EYD ;?ߒ4'kI('GD2a|#U7fȣ@,%8l8% gs|.*QJx^)ddL:XYUJ93ug:b=xn%C"NBP*d1Y<ЛFO *y`XyF]<+yZox)v/iBLOjnwqY.}e8]lɿEakt:ReM~%#Sn_%r6m'@h8Z !OxA|fY*ğgdznEpmߦF x\TjkЮ|%[Z=2緪`Q\/zz endstream endobj 25 0 obj << /Length 1407 /Filter /FlateDecode >> stream xMo6>;y[$Æ(Ȋ'TJΚ~1cɚX؂C~?9ywHMnGR!c "Gï''&?k1P<;3b(TO"Gb? `9 .8K$nbDP?16/jGd94^H7F$| E<)qe7I-xL$2 Wc ճWhy=d>^FW*,\u\B00_ZX_C2ړh ! (W#S;6s\6 z`oI t`>u?E#_,qX#:7B#>7_.+֏E>I2)"+G$֧$s ,! FÉ/?ԓǏiqz `CM y_Z~ht|_ PWBS5\jr-afȅ7%X6׳B yOB0 .:NlJDJZGZ'kTRP$yd @ڶRP J|6@_D& Z[2AP !J57t0¼;c[PoT/bgzū6P-J%^Bۇ]].~r0p@mn엝VDTAX=6(nr۟9nFe>OGz!& 세J:y\F2ogOumQ6Ki28_߂+{gik.S,Tݍ;c )@Խ oVE pͩ~iaMȶ6̩=4T=FA, օBj`)>ۯUͱ5u\MҹGfZ4Mk7e:?: ,r.F*@}q1 Ujnd]46 @m ¢v8Dt䭞H9`D/ mcH@0 O15p.X"Ұ#{ziU*3yAjemUe 6xl6I}Y7'hDzٕ`mև{w4a_RVbG%(\D;a`FQ%ttؕh}Sȷ(9qhPQ,RM&̓@hxG1e70 o5 G]y9˒8k: &7RWg Dҡ =XON|g endstream endobj 28 0 obj << /Length 1414 /Filter /FlateDecode >> stream xr6~ u'uB]ƍiҙhvASV4$oCAJQ*Qބvy>w㛷wjD c$c>x2<ƝDIۏ??;KFiD$' w)FJm?cr-"Eb>(Q28FzBh8>Dži]_pP=f)W4;8>A=I,~$gMP_N̿/}rJ#]Vf:'jI}dY:\6K'ɫ=7Eg~Z,_i=HD9m5 ˵}o-sMOa/"z.KY YEٜdauq,tD"w;7-so5??fSCJ9TC9,;NOÜ#%5+vd6COUl5MܚĺGԤY(W8R8HM4lU> stream xMs6:!Sugƚ\hP"Bn_AʔITǢ{>(Ż:9{sIH#-MFZ#HRGջŻo.UnJ XC{F1iG1[ǜ"L8FKڬci$yaZDH q(iΟ@ iRƉR9-]Xv Tͭ/gpb-:@yUXH{ .GTh1}5ˢp}t-2氂`e7^cMxtY"fi8ܮ"=Ywqb4c῀]|^yfDEN!=7.]*aVHTR# VH 5 %$ ıކAj8$.ܫuUx- Z |G5HHTĂeCF!|jChIUL~/] P# 7(T<ح=K?$eJ-%ɑ1P:ka bcīTDWD| 8Atƻ8`=ovC`rV m|`V0%"kaIHgKWHثEnvAQG;:i$&{` zE?ŗtֺ9Pi~`N&s*ܔv</7ielb<}'ٶ}}em3}>̓3Dk<{߾N DcZst#;dT|)"Oŭ)`c="Pr=z,ZOw fkBܴ߯&. 3~k]A;"ٶM25 YtosD6  |7]C#k,jjzFmbCb63s։##Tbr/T0R endstream endobj 35 0 obj << /Length 85 /Filter /FlateDecode >> stream xs wPԳ432SIS045370U076302TIQ(Ԍ w36ARkdaghh`Q RP| endstream endobj 38 0 obj << /Length 238 /Filter /FlateDecode >> stream xڭ;O0|n[1fC VK}RӓVB,0o7N;PF=@R[S[vޯ׷*7][H2CF"*Ŷx> stream xs wPԳ432SIS045370U076302TIQ֨Ќ w36ARhdjgdd`QkllM4> stream xmV˲6 ߯tSj&%zu$&zeZV#Q~}T+ @~ݿ~&K븪M!Xj?n^dzqVHWRqY)z%TTx7K*KѲ_Ȋq?7E۬4 DLnlζ|k.5| 7 bf~{dMU=p1"4k Xj5l;==25%Q fUYcEy,< dcne<=GK'ׇ [Y(Qi0f L4x7ZO,UJa0>']4|D+~|'`z0A>+\ Y3} ߒTqoW0y̧E"l:$_pJ endstream endobj 48 0 obj << /Length 106 /Filter /FlateDecode >> stream xM̽@0Oqc;8מj; D$6 bjQy!a*] r<H΂\phgN?LL fV61hgٌziFe~Չz# endstream endobj 51 0 obj << /Length 377 /Filter /FlateDecode >> stream xuRMO0ﯨ{VIkb<Е%cRpWt:޼7X]=QH {A T}ѸҜ'$}+^"\82bϦillߤ%5eID rc(M!DriMzm>ַeO7 b,*Ӧ'>\G9L~e0o3f_wƅ'U 3@AH X7FLȇQwv%l+_#c Hq~:X@CI_KjL$~!&6ݕ(~plgne=>x+1z^:'I %}зz,Vد\ endstream endobj 55 0 obj << /Length 110 /Filter /FlateDecode >> stream xs wPԳ432SIS045370U076302TIQ0ь w36AVhig```Qkllaknn 42q^ endstream endobj 58 0 obj << /Length 2352 /Filter /FlateDecode >> stream xڕYIoZ k'IAb LDD$R!v{~}VDYzU-[|w4Ng=<E*wJ~R^Mp/˦! wew{[E^usW{Q6GJS3vy텇SC1no /uHnx:W?ɶ۩l`5)N. ïM=lUj>ʼq3AƑJJZL|+iqnolX9+-mꝉ|T(SkƳZCM=4@eZ8q|~n"#  KbK7eP P1/n3fm`iG QF_v+8C{F>M9-@\E>Adz~ }(p@ႃG@ _pL8_N7̨gu{(OJnѽmpfCto7Ku1 7௞\ +E46iϼz66y !Z>+qrx!iܿբcklS7^VJ,e/!'/c2mN&!f1fE~̪z@_iURaQ@<# CLbW@5P9(2`o$_ ¦=\nTnjyK pi)*Pb4vNM dI\pXp6R HlScIjU⹚aKOcMl`lbAk*6fYHpH cJ""Ȧi+rg|WX-zZqpVԬRwR5[M(M;,ہ+HsZɨ~WĻΡpRW N܄;saL [)ZTgI aTFZz+!SAN5PJ;Ls>BP.l X$3nws:+ϭ|l=pX2~dýM;$l:=W[׏'a]^ coƤW:uKAOF#4\K-&vix؈¼eKw?@". Qdh__AU ?ϔY(&,5׆f 9'QYR9<->g|2ף;!Vڙ {t9yiF' WE 1Auùzu I\Fvh$͠.77Q )nqJ)LP7#iiˠ KGtmKa_KM&\W`I"v8闇Oj endstream endobj 61 0 obj << /Length 818 /Filter /FlateDecode >> stream xmTMS0+rgjaY,ߚNSA8<8vrhﻫIBrI۷g_̬l8EˬY.f7ɟ/RJ3g|6Y\&Ieimvv~u7^ůwx@:9N@I:IW?dÃaMAF7<]HWs"X4[rF#p6u3HUs[xJR0p#b(O\]gB%& :B((!-:!0 CZ$v'J)̤ulӑ~ZTiڍwUPA9tMUnP+Om}{m#, ی&^nIסlGS Yغv p p%?b^޺ϊ#^p)R+<T*܋)u,x.w*0⥮;@hƏfS&<n{ @nڶ-lNCqPRTOM#MF gZ0BѱOxC`ρ%؆ha4E bN Q?kų2^}XXcwjn8Ego2 endstream endobj 64 0 obj << /Length 2208 /Filter /FlateDecode >> stream xڝێ}be`͊w)Xؤ)ڢh2HP$yX-<ӯ9<Eɴw'RG=~ßy93FCYFrXۇ_iϫ:SJx+X뜩BӅVʪsS=#jmdz3KUE`x[£{\I >IeĈ`J{t՚sfP rj T&yMն@Qdf}>[:~:h #t$T4W@i<~~ir.\E6þ ĚmM~Us~ 8P<{7]3 qi<9;G82sl-6xxx5B>83R дpϔY}5]C S/8 tg$ @ar4hoo:ȩ  MGrmTBCٝ6E| m9e[zmx$װUx`2bfe^o)OzH2,/.Xf\A.#&}1z5#p\NKX+θ\M=N#n} $HzQdu,(hrx*t $n7;+p%t>9|~5~10acoF /I`)ޫb|qNi2ʞ-}Mv<;p?{e1)p/arq)SL-L僤BjhiuTc z) `oT\X(&|E 7[>RJ51n C+pAy2fSl<&ͳ[fp6ݾ5\ ! %~rpE ꇙ!P5 EAN,Ǻ8."E0Ǩ$`9Ld'z@y&0ʹ< y:ѭnFU,OҾ*DC)s\|osm؀p8c,|gFraB9`pi[N5zDzpqpn]gd ʡR('3 ^\g{kLB")&hP唥I$Tȡݝ#@6{z-fWqXcڑ`@4[&Zv^@EͳF.A<ԤwLQ2_+WR%C@NQcTJ~LQLDˍeIa3e)X$4^; rkІwH.X>98#Xp)NݙƐyrv4V4D=l+֙]&j"$9N7,XR2DqVv?+Z_= SD6 g~7>5QcʒS:#bj 7LUG@=}dvƗM}JI {eԧko jƅHhcڏ0S5CsuOX%)8⨨-8Mx&i7B*UK[+N*}>#TNKZ ʙ1h|o4@gZӱ}ZBK-mm:2J.kݏ znTiU.X26>Cm3zy=MB]+Sus_V##4O3-%˱2/ zn)M747p<ЛsX%˧͕͐H >J>„8m*Z&/:'J~i~HYѼAu:X))[ed,W_yA)~*4 3(4q cARAݑcL0] 0Ž?<~. endstream endobj 68 0 obj << /Length 2866 /Filter /FlateDecode >> stream xڭrܶ=_pgLr*OtOe>pwZֻ‹d{u;mҫeHnW\ELGJK"nW nAƣYdzсorM( b Nm8]ͧ7oY\gZǛOeLMHXBaI߄" L;M cՁ.ht;z ^8A^Œ%Bs?PGSPWg/c`,Iދ88މ<=ѨXdR3|tD1%?$@b$/硪KhȔhR$0_>x\;И_:S*IK}Lrg5_Π58`Y*8sx,{SI|Ic왋WN.P9/ah|1-;#9McG,"ǒxt_fQܱW2g/ Ūe'/dg4[oADC! VKr:KgJ_,vJg[WW"bQtY4On QPäklpS;^z0]NRTX!VM)b}aXf%'hdN]Ms-H?#k #(^xݭf*R&%0lه U3^ZeQN \O tګg[ ,ԭϯƞΆJ3'Ymf حtJY6_/3΂#[2V\-JeZx,]s.MDy0I"BȠn6(MQ-5>jW+XR.v.=@v:“)3hhk-I4sZtnuRxohI"`Ok͋el]7o[Ӵ+}bv: %?ߟ%&H?QɆm6zWeM> stream xڍTn0+؜$dM26E KشVK*Aj(/IAq7oá\*bIEJb M2Y"8YH1bef1TJM>ܢf_>||+e$hg:KFoNuLнC:5tbq0OL`i93Zu,y,3 Kb_ꆶ{Gq8Rjl/!G%/i/gnӡ>Vz'!pxF d8'rkt [opuWrr[>opсtH4kV2nm}p鯡JG<|p>xY?xuae`5d endstream endobj 72 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./simple-classes.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 78 0 R /BBox [0 0 595.275591 841.889764] /Group 76 0 R /Resources << /ExtGState << /a0 << /CA 1 /ca 1 >> >>/Font << /f-0-0 79 0 R>> >> /Length 974 /Filter /FlateDecode >> stream xVM7 ϯ9Q( ( (zrHq:@C~5#yٴk0{hIOu*+$&r{f~/}}<}s)UM ^E]jVcӯ?#/<<{Oy/ξV$>ZB.tPŌ#Ht9z vrq8Ӛ 0d{W8xU("N2=<j _efꋋbcUWfe/*)#6'E x9pq'<*H6bq%N!TyHٰ$R,3ewF!fICSv+,V*8](UX(Hab+pmpZ1ɪB,[$έuI]Mաc٩k+4& ]ƞ腜ۨpkPj+erj{%QWpIX]4-ͧ&ec9 fh?<ҫx̃]DWX\ BǫvlehGd)ze9 tG$§b1e9!]g;i|> 4o3ؾO\09f;?yrЏ(i^w~Ow?y+~G,JXz" 0f"*g5y[XH]|`VDB&U沩JrXxc}\x(t 7<桒" |0(;YϵR -e1vybwQ!h(w9;t-.60 |7 ^c}`r3n:0hXBpKJPavk#_9|8nFj{-`#t->߁[t3`*U[]ʾYIۛx>dZV.]> @=|pv8py D)<'6pjcAXil2G7l' endstream endobj 81 0 obj << /Length 83 0 R /Filter /FlateDecode >> stream x]j0>YNƹXA2ݸ>@L@!: ߾1L/<7̔Q> stream xX{xE==I!$! ô(PBDVLQ0puI.#f1 f ,YtWoUaYF.>6==IݽwSS]]qΩS_U%(YP\NV tOyXByic zz>!ɞǞXVz|fC|K8onqɭ ~B%(<4XO੥۰~'{Bt.(^Z.>'-ĺWhnpWB<"R^'FFz6nSU "lz/^l͊2@T*qٴ^$J.GqfP"zBE(XJްQ~њj˚0eMܦY|F]\ʮ^9?D ;?D%1>3J Irew&;Nq˲ڭV,ӟ[A*J[\iT* GRtUF!-֠hDd75:'[Oa{6߻w}u/ھ_Rx:{f=?[ ͣQCK#cAf,.{w+)c{9$xٖn꧿:TPАѠ4RJ'Mt|aᰐyƍs%żd'j#t^貈^.2 6wj1د:tRAzLjkynkZ#4yyY4rYQ9GGs-9^oC!Nonuu8Rn/W˫wea=+9 W&ktBPknYd og$ 8ߖ)g+e e޲8KoRzpF>k]ѝl+;8.f¥LBU[šg ڗџ -ۊ[ٲ nM$ߌ#tU;W)aC DŽ5mn'[︖7+N[,#tvDH%eGÍ:}>mb~>p~v`hMtl+Oc v65*q˺[%n_v^FfRTH&ԋ1kss +',>vҶr흆ډ[^@(ZK&~R=X=$@b &o$!E$0h`F,#2DR .3;x! 24B\8l]a*T*"6 ɲM0@p`kG8#yGb%&@Uq'4)‡'4GP i͡3&6pZbKyb1Wqe%붎LYƳ1<,<̦*AIIV,*eYhf g};HYc -fqrݣz~!Km9՞$~G y,m0ƈXLɴ((ejj6Lӄ8M&ۂ{2UCJ\a>|ۓb1G,˄T\*gm2{ByZ]V&nC {YzٶY63i;(4q%ojo xh-)8/-E~x_}}Y,ꨃVuNbXg^?SI,1rpͮuZ0g7A{s.x EAܴb!b (2QN@Rf d2iUkv 7"^e~ #X(-/߸7.xkBGm=xF,7n,v];L4Ok1[K?VZH#D0Ba$sfNd8$<֝%t1*nA*PH5+F k:Ha1AbD=/FZeQ!2NgaYY YYT3L0Md& Ġ/LII$L^ڐږӵSO"_QRyByb<**WkߝF!N;hpNRwl_\p(߼j;ƦCsKSZ1{ynwimN+_8pwjj;?baI2#'2:3YrƤ<mp)&Ό uQaCXDvnt'ZuE释222 IxȍH&n:&7m߸a 8o/;io; #~3g)Vc<7bl$9\Gq Cc}2\P}GS4%M͈dz3}I)JZv-ITp4p⠏oOLOQzezU^W D@7'cheҁ 3d'Y[;{C~~7_3w?WzPߗVXhO26Θ4!pl|~ބ..F|ţLr)u ۈe)hȮ`^x$[`9ue@Ȋ ,7QY)u) IҙbǨ#'xxђ;‹yiG8ߴ=Po> [{l.FbW"6Yĥ)pp8UhN$z4_T:QY f]s:;]rU'4y w[ZH!dwϿboyLmadgԝ~gs29>S8n̪bWE(v8cr=)TgCH.,6Tv uiy,bRS0n.V:k]QH&ITA6Mj&?dY{c64Ji0Oy\{UdTKZھR]ujFmQmtF1i؟Oi'nX sSQyg2PرZz0/ H R"\7Y"ݹ.H"7 /H9ć %mQ{N[H$%FdbGNR8wčMh. sNx>݁R% ,A)z P'[֐sո䠔<[1gP͉AqoqxA,SO6]HB*YLMȁfqpv8#kI#@]G`!\+ESGvyZ{G*v+UX ψEt7)fؿ,9 ѢRҌIGӕPZ_}b&l+jB Ƿ  ő"JCطس^m^K_%`I'k+H9l:>I/i2'M4?U}DMePggpf4>MĀ'=Q(2_Q>zT5i o|Qom x#%܌ a cp?6~Eܴ(vUN']YE'Y[j_, I?2wxeCByC:Vo8|Wu/WþE|^v/7 ?fkS: M>dç ?p ?V;aVc٥pq,|Aq[>8\y.+ v*Z8K'9qhp:w!b*vh LVటC79+`[{vٞv.TzW;4z6l%ЀM5[_u^u@+^٢Wbaxæ:'ġ :ذ^c`?o;~aYlQXW%ikMxÚ5^@*z` 5()jTuV/> stream xڍ]~'I$%p{ 9!k(z}mV*K$/ʒV-rf7ybI,6EdCvj8ZlQ?j3\gJg)>yrZ4 (x__?=}+7\2N8ffbK[Yp$ \˰q;n%}l.Lph'Ic,k? )ʘ|N] dh=VB[BYI3όis7 GM))+!Cv^ģALͤ1='#cB^8[<<+r2\ξ/ѬdІ٤ )TJ cTjCQE"Uz1 QJ͈ 7zt2 b$FEv,E5LPD<<*ѱT-H6Ao ɼb"m*jcYT'G1# `5yC/8Q i˫/c]iLJpyحwxx%PTbrOM@w*,*<D9WO{E|T{=3YG|fϳ kyvh3S<jY^I0rw#(Ţj5XQ!}L\ZEq⋶ Y:@-kfUߪd ,ƵlMϻӢHuL}F#mq}vn/#,Z@ eYRܜ,LYWGaLH̘H ^)<=[_w^=I ҹ3l))CA9;V}/XtKA0-: ΘeWPK{%8^1Icu?O;'9ȖJћ,FTgek^cE@H9Frn᠗K 5'`<{Rm=PpIbXp,g _szg`̨.3K_f;y견q XCj:Md=BvOch-ՈW=7VQPHnaȊNײ) 'o4 ^jrTKYS*ٍ=#+Q ΕzAw|no8j-6fŢZRnu+FaJ b6He4}ZՉ?f5CsQd,~P2@%`AV ʘx͠5FټE$&_70};4#Υf_^,hlB07쀎Id"KVY~bBAh\pE61XŖo"t|G  < (3'3f\JJM^+lڼUtJn6񴪛3]f<B\"jd*b=kHٖ Jcx-nimI4\[Ӑ|3eȱ_+4&ɾlkيbhFAcӿi^\tW`taX+/tFii">㙞7փwA9,yP 9s f*MI&Fͻ endstream endobj 92 0 obj << /Length 1503 /Filter /FlateDecode >> stream xXK6W(5#I(l7@ uNMuaKKzKk%2!93|3}}=+Kbj}ZYK+%I]mA$Yo6ɻ> Oyr?߾7`haWi8 ՊRbd(6LNeO\PZUk=VD 3￯I0kkxqaxwNnG,7*),TjjTT4r_X *K5q1kܛ \n h4§7줹:SBkyZtwrPvXnjRhK^/N㾼q'Mє---jʃAOFD>ϴ58DF6HFeD0( V: 9DhD'yW)CM  !/Pj!0+^LMAWëS:K ˇeS{T"D搨$. Q D]Ixlg+ܒ2JʨibSM$!1O'N  ]v yHճk䤸uvXm(U J3?~!5V>&J> F: MC&M@[ }Aj8, FA|A[oZкG vrAT};>zt6%td1h5d wEqtY4>_a=p:3T0c CUKmx5j-r9ms!jIEhMgH-@0y7 Ƒښ~e;~@VR5PVY="ȳpOZ21N89el!D}x̱ Yy}-}Ie t|ƭ!(D RƼjO"X9^гY KM)δxE34m^GۺΦ: Φ: BҰ>j"- 5-m&ئhZ }@ĨA.svozZNMĄv{ ð>:;O(KTEBSG8(= Xo${ endstream endobj 96 0 obj << /Length 1630 /Filter /FlateDecode >> stream xڵXYoF~ϯ# v $EJm&wfg)cɈGs|s|k;q̥"̮'\'$zbf䟈鿳7/^KգtI;Igf2Rlcgo/.o.^褢wAJ:I X,Ib4\|S,۸(XdK:̦Gk8(ov9sZ{ pU[8,qig/:Ł,mn*lde;KN|JtXfMCUM˭)3K?^Nl6_Q0,+YQ6mV. ⚔WiO{af)98CtTl X&a\˜4;p Uy]8Uiu9_txPeQ1 7,ǔ%V\fْ=~hYוȯ6uD3H0FbeQސSˊֻ) -7m\##f >̱`3 \df4\?`fuۺ_+ .`1\k-08G],=?>.k :IBx?5N)iHԧܜH๝DL ׏`21ctEM^>9;jȉOqi9`0⟨OΊz$ib2ǘ tۼ MuWyu[TeC7pmo5ħvvĚҨIt D>W5 @'0KRjO3A͔^P0N%cR (3(iqac2]Ќd?GHPC$Nm) MVmclO@Ω@mRo]-P97ez7En]'#0,A :P^UǫmUCWqȗ3C6VKޚGeOaE,MN}=}7XV0u mj|a׫excך y G9jCC" Mׯad[>]pLro3q~1!~20ld9eXih4sܝhxΈz/A6EgPj,fZSc_)zP]%`AYkv^y]̞} endstream endobj 100 0 obj << /Length 1700 /Filter /FlateDecode >> stream xڭXKoFWR`{rh.PH\him$>V$pvv^7#x=3r3)-V?34x>_3zwjq/%PYTd,gXk>˨! _reFSY[eUv$ϱ1ʦg MVeQe}wgeq2B?8%'|ksF=)/ #X3={m.KrGoҳWUYnjKK9L0,;c.va1%лC9-v!0ѝں^: }][/WqN5RV9AM՝WpVAZ-(I owW'.Uwmsq%w?gBXSshh}l_6֮lZV̌}hz[oiW%ktNJj4W`{; ȏV]ri]FZ\tUt4K O@\.u.{EoB,2Ʋ=DV6c(UUpѲh#ApRxc⻳7ߋ&.gk~t^:jh(H<ͤBCk> Gvf8H6$)4pЄƶu!ˡU4Hɱ\}^N2t Zv̞ҘCc_E?nM6#k| R=} _#2F$lLc@p,h;2 e*$ 2rDD8M[luˆ ذW8):?ќ  )`FGPmF@}>$ oYx< $88C`f$ <0 3=[Ȍ\4zWoujNyTmʵJ658W} >kexm *ܽ9.2\t5QW8́$T@BijnfKA@院`+*7z 7٪m$tܠMЊY`+ GK~nNbΜ9v"蓍4, #)5r=( M+ݳ9i޺;!t~]vvk5qJ܊)sXn~nwz]f`42hEheO": IS(쩨sHaJOb%zntPhP8e>Nss1<"NCS)<ĥJC@}Ѕ/O ]C׌4j2j$!ɜ33,aLz4LrإB{x_7>B:HSs0Ƞ8ʌрZA Iv膯_z{4;3@gO&. nZ[TubsCſ= endstream endobj 103 0 obj << /Length 3650 /Filter /FlateDecode >> stream xْ]_UhN ;ұ-ŻI*eKbHHO`!/˹=wOϾzd4f& gUq)fWo?~|ҽiT2/]]:_(" ks!D7/^tq&߾t4|wK<HD < i"l |!4χ}v52Q>t] v| 7ee^Zh{C_L7z1.>:DxP,*r°|E }c8qeӜO$Hg2>s##묮9TLCcbPTkg#uO[ abS36L$D <&fyijiU :LZ O];p$*6#CX81<.s>\׀ؖ~]GĜ)i;)6Utƈ&XVyPiF7Vkua4 6qt ]Eў|siOc/}hzHrObcYM\埨YgI4S:^h[#" y7W"ʊ&臍+&:[)S[8*˄Fh4Yi(ꌧt=Flj[<%Rƹ> < FoA2?F,ԒnhKCsCւJ, U_K"40&E=>Ўv'}H[k8ǻ"BU-:yuʈJvP*Y33dj mAkl`7`}]ncRpP8{V B#%MC⬘4<<H+CV^6~Ȇ`˟5с+xWzr`!v tT)j%2i ~ɩ JtšcLvل=Fp_k|v~| RfR  x̎B}ڋNٽ?Yo˼K n&$oG'+-ԏ#hPɧ/g\Š< )γ"yWYz>TznB逛fAr`v[A"[6Ýh["9]2JBBiDyҏiþi#=+]$>pS: Iies=( fh3|r˜,LALǘ43y{+sUS. }5U AfIZyeG>>8")vq)|'v2yl)}!9 uDes[iu`x|8}lO89='A:~|)@D_pIM?8n*6X)^bϽA ooId SV^~"DO9/IOL+D{JP>2"N}>^^odx+g㓈6ʲXaA7"qm`m*6J.h0+["OHYli}5_y4q8+ -WT$A$C9Ii"X(R1:e8. LYl3n]YJ2`ГWګ"w1,f8!tS6X(ɶ ـ^lfq"GmyX.y[fPW +[㋇-J_<*/ޗT5trIUySbqW72.%&T۞MFU,kj|' r#bU[@-eBԧ!x`Zm~>|x`s;z.̓PP 5L$PBcrSsS$C~]:S|OI@TBjW#JIаSW< (15],ʽijX+vUB ~2Y70k'8;Hr# 8_$h]$Cn][!lpn0Az z1յq28tUEhԸ4~U3 lq8҉$nI*塮)O_ `VYuUS7 -g֎aa#WMi?N5G[=|o}E=K\.C/?"/FdA h6o`h^w`2Cs^g!)U}dڽU[JQ{\ lGpY-8K8j4v޻ 5nU+2u^\p.{rq'(|&f.Afg?<>[$쐩4ݹpz׳'baSl((Aa dZqyX1cģc|4DE #\_E]\&{lR6yݔ PZ|}wyoxC@@Rflһ\-Ul_})h{&v ԇg+Y]H/mWpyp 8xTOdHPJ @2!WM @?=sv*;=zCES6vj^TqbC~/y!4W~ț$ .lΟ :t89 p)}HtӢӻ:>LGcTbyvaVD&)&I$zuXJƙQC謑u '=t+ sPAĨxT5oRy8A703PB<1b#2ǻ&OI~Wq`-"5=?1%޾}w1ieCG;ZdtoNє+W/P Є) ibaO3-_e0zK[p|#viS._Qă-mct7@IQ &af +L8}yt uz e^ !roPjL-6EI =w=kpA(cN"$n*Nܘ?Շ\9-ix4BԿ pAPCo?,q_T'H]kA`NB5oޅ.66.;ȝFu6StzһzCafn2 ,Kk<}R`tvtU^879Q 얦\ʩE+XNxA"cw*>Wm1ۂ,)5<)msWTm7aA->U(¡AQ#~ * &'E\HA#`uw [S) kQƉf%qS7 1R߸y[9%о(PS$A endstream endobj 106 0 obj << /Length 2149 /Filter /FlateDecode >> stream xZ[s۸~ϯL_m$MwSgbe&<23C.I%߃ oDіm_l|87_R6H "fO3|&)G1었!L|!hyi7s}|WX 7݋L~}?z $n/͔٢^ S{XWuQ#6`"ӵ묓9Qѽ\I]*Yz<&&N0&za&LzQevwm>Ek^HTUVl/ EHDDc9w,ouզX1[@֞:dc$JpqG?"6We ]Ѓ%dJo 6tW)>Y㡬?9 \nWbL̐f 76j/ч$'x8^G9BODΘ F[S모 GB:U2&p1tl;bWno n1p, [ibrf2uyW"*Y>!fE24XFL#N# M 09 Tʦp/ j`~yxIBX$^`]>|]ncDB3w,ݘ"L^LJ{Ƈr{7S~X4=p|}4zRحHh'wd4>΢Ep~&כbkSҏ;nєSaX·[5=Pf`GaՇۄ[?0=YjJD<~:4Ρ~_pVfǔqHɩB8"cqr gx_1t'oM,_^b9a>qqoF4 :F;6c @1)㉉>R1{NS#O>"؟X> G endstream endobj 112 0 obj << /Length 2498 /Filter /FlateDecode >> stream xZn7}W y dq"Hj[hGOwv7G$zt)Y:uϞ rqqAF baJ׋3"O>\㍞F#xۋw'KXR){}oٿ/ҜDX,6#@8{gÍ@"&I9σӇ 1X KUt^GdxY4E>˼`:ʯ'$ ͇XWxs_7~9KJV4_/a } 3m)?GsD)fj#.MSFI!A4M0S0mO'k$BdIB/ܗ 2`׍Ne *4<q#ʖHr3lĠ%lX4 9(OӸx_5rʰe|^I5WUQEH j[!ْ0,aߡ-2ˆVgE8;JڮޥZ `1I$!(@Nk9-ȁCRϱ?x5qP1=AlQQ:FBMDcPI1׼le~ mx0Al_haЂj$~&:gɶ9/ ``8hj` $Ӄp% a1qQX! :`Ċs XML&TLPpuLJL`Hbzv2^9,X _~ukaZmɹ7"]b cvmj_Wo [Oį׿`=' ~rQM!b|qT,L&oO=],Ȁ8g/88@g Pm@܌KҴ@n!O&FX|㛏3taȃwUuӌr t<cBycIh0_ųnr"˿Xﶅ8l@ft&5f zqW[כּl:MQ['jj#&CV;\\/^+,TJd*7"iS@iD0f4Vv5"s54jb]Eϵ8 |փ&`{T"qJvwx\$Dʼn%ە剻w?YݗAxLG<3;xF>0a6D<~ȦU`/BywH0Ģ@( tkH2Hn%0qJB`0HXJ$a-xH{hDAOVo<*ޢ]M afFjo`|PCiTUȢ$r4 qZelJ*- l0%ThADj"ui2FD5|I@Mxh??P3?V}HU `E`BW/%Ji /8xiNhA髰5&Pi$Gt(Z0F`NY[nb.ˑ%F Z,}6; sMg;/wо>aHM%9Sx=֥‰zڑ%74h)*ڎ6 dII Vjc,PIa9l <8$ &D"FGnt7dيآ9aA%B=]L44'gKw$!cmB);5yG1E4IJ<5R\wR[v}+ԭxuIwb|ֿGwѬC#־ vE^oH/tciϸG_Q0Q٭xn W 1O po3(َY [mo/բW=}čpQY9tnOH'nV݅;+pƬlڳ-aVt,iq*ֹf?W_רyH[1fn1yud'ɉTEy{3q_ry}پu_m"\+WwN8%E:_O7E>@QX#W}lPWD;fhAa)2[ݝ+T {ʈSiiVqI4Ag'TfA2wP:0zAP:J^Н+z 3غ;ǖ!ceY0u`)< j4nlnlTa+ yzN丏 ׵Yc›ymcJP |ׇ (3->E*-/; endstream endobj 115 0 obj << /Length 1587 /Filter /FlateDecode >> stream xYsF~L_t~߅tM'4L03t(ֱ3tl'.9saǣ&p'vVvGF gHF p?B2M'W#NQ#EDxjG % o&Qp R*;F)tΊ:'TP to ң Od<@iJHXJd9 "%F r)asW/}SBD}n"u'~B QW~XwDby^JPm~8ieӕں9L¸ڐu:lSHAT§=ð8awfn& |d7r-;TD+S@)7xP$5e+P+?Tl!>!Wё' I"lh!\ Iw׬̝HI1`qODž&і /eXd%+C._O!Uy:arH6t{-D¡\fWyn8$B8VUeruU}kuZ 񕇲oYW 21Â`X B*;&HjY|"vQlm'9|"ѳP! GÔih1RqBkjR9+|.NiDZdc(jG6Sŧz^|>B #6=_zH˶5?=lt>-|s_0bhFY $@i^OeقXX7aϔe4eӔQӌb۪Ǔ*j*U}1.)A@06ؠD@K-re5wrRir`4&$$3iH6vXKFu]lB4#nFH9ǀ@=Q^-AtUVl|#a*üZ}_,6 AjmP: uP7Wl/ +* SU vT]$V5v~Rr0k%w"RݢIjgQl_35vVD.o^gb:eNDGD[×y>/KSVirtƻ+s]kuh0F%qQs> stream xYYoF~ϯ 7{IAZH ˴V" Jryk%Qs􉇖;73߬=}'Idv5!#D10%]@ӗwV`/gi 8J)!$8>?=~N^ɽuvI#%tbBsΧQ^G %LBB­0__7]CEZ# !i"oa͊8w;XT`CHpGUhly1VM4_36->F8|! %pAJ`yfqqU[uBeM@NO4sS1Ecg<@HnWo1R > J5㈓ RK` 4r>mȨFEUNwiJU-4k]UQV*PV)X#~`{@#@;34$62G-_l Y Jˈ?B4!5j(ܖY2C7dMI[C"Vjk/ZJS *o~H@0BИ|tNDC6lE/dSX݋0QF𕶜^y%6S0"zoTzH!FTO%ijȔF$m+#XF/l`{mP,q^thtӖ&lC7#bn!DyrtȢ?fMo^$UG:K|I$[C`;ǥhPAEJV;rp<|}BZIN:z"NufHEyͮneZ,yU'c_:Xɐ# Ѡ%[olXy*G۾Aϗ۪y\D^7@؜SףE$6w .ه&w{ѪܕD=h]@]끿!DY)>R uHeozY3j#M/]S1r16pZ Y+4 W[g0> stream xZ[6~ϯ0YNNXLMP݅V2*|HrEwJǃe,4ynwlD,Z#BRb׈!Lr%n_74ZߙO}{f?_~fۗnһo &_}Z $^n/͔Ŋ$0/<{fQqkU&~\%Uv[Dbo<M!EkNVFGiV>{Ṅ<٧enG?CzHl^rETI lqdi)j2l=G^0V.,\_9aiMEˮӬ!!K;}я@X$2>!+88jmmvrF\ Ǽ5e[QIvVo$E'ҹI o5#,?,5| ƴgBRmhzxOS~p[3N1[+tYme\#Ѥ_CII!~䗁 [L?$٨Vp #.D5*b ?\/$*I?C4OGʮGaN!>Cw<D9o^u[p9=9P':4<7y8:5 :Yy7L(Gj{Bȑ!BZjcVczfN`2Dk]?&R#Yh*Ԃ)WvYj5+suΞxz2pA68kF1/<jR0@OP QD,JDbW)l/Q6_˗!jDy@ Uis_S,@HB+9܏+d\& SVʿ,ݥ[[ɮor=h1 3jaVL]ZL%ºBs!Kw}Ek%bLaw;N!O iSZ̫MaۭjpV6 k[ԓCx,݋ 1Jn̶@mb!No1;Su@Xmy ,ߥ{}9${ߖ[4>9 }#bl} f59&v KSor4+`T%nGi&p[v16t3iMEJ@8G1&GǯB>|w=mK3F_0\dX](go#J퇑1ˋpc"Vw+/z]u/`sںH7vu8& p p$)ga8Jt+bUT1sh1I]ih4` +5il`Bi-,I \0mc> g01qcEQkjC$ a{rm6Pۑ&j]< T QKnt)fXj/%IU Ȱnw;UXf]ׁik1SqCa7vtk©jIvyV>km(CB9t+:?!=-!__)}e3x \rgtjA,.wn[PǺJs ~@X,OB4r4^^ (FY sI=B3Y?~Ăe~՘G42!VORhD+sRxLdM,'rgs<eER #U C4&Ixxi\ /^_h endstream endobj 124 0 obj << /Length 2175 /Filter /FlateDecode >> stream xZIFW!`Uj_8H2 1@njAR_W ).Eld0sbzuo #\=,HaPL Ln%x_}xkш;rK8ZW?ܼ{7;\/|{Si q&+`yb?d)psءyеߡ|8"7!A8EkrEu\%գswls(ôPe?ĸtzmV8P~63 XNH*;Ҹ-iNu[V !ч!y ՈaFTF%CqAzqŨa5V ۋxxvKxTm^+ sw#6H~QH2rp&sDm)J,Y|˼6Q=i(AQh t}DĖ!Q_C芛PCWP1?od-TټVMPl?:#'S8z2u{0G^fF6[$lp~U,D2&*Gf3"wt5S _v(HCvz[F9=*8G̾7 F$k!''.45J_9@ $ƏFVm]-^DZ$gmf2dl2I6;\+2HRjԑPҏ9ur=>KcgRKAdN.=Dť:G׻&/6Y,W+ H6rz1cLȭߝ]G$?`$)c$6$$]+ߙ䧡M=5 $3M&tlC9] NNbmz:g*xPg5Hxq=azьݨh9ˏX;Ē3GK~(5> P6eܟO3`unKޯ,?ߵ vCUAS=]7C6Unor>?[t撒KB36*Nb#"#о漖D^냶S^YA3 /csy]Z~qso} endstream endobj 127 0 obj << /Length 1450 /Filter /FlateDecode >> stream xXKoFW (Nص("A)Iȿ,dI"";of7W4҂x6)Gr<ߍ> aHJ>rF`|i,"ՇÛoW'vq`ݫSH2=,*F#91zUD$|I0p~Lԛ׷EHqtA6YE6籣ST}ahL&!Arܯɲȏ̗#` (fۥEL9 #X0κOINULug$}jMha^E 1'!<0nKSn߱Ѣ!jI1i^']#&,}LH~RHIpaC8b8ijԷGv]!֍?x O:^B".lo*#$C6Pc+W{aEF*ݠ98RsaQ{\1w|W? 2IG^pĢ>/>̴40uy+!*-<b-.La.yM BH h+y%=кa5m{/ f {k2&]p5n{Fd؇p\*Yu*j2@Ɖ\D/ac8Ǝ=`h:IS"k*k[%g3OZ<^WnABٟCZ诙B4i0[=VҠ,YR_D7SZm8bnL6;ZRe;$f .]f7Sz5%' 74kf5N7>nM^6_BYo (;&oi\{ȁ]Q TcCB7D*1 K1ň|ijhPЈa$oLėrT9UHo9KjާPO1X>eM%C?@(sfYP>91iQ?WNLnN| }II ݜ<Qn6:x :)љ B$(x~[-5~ao  2 z)2=ar#}8K/m> stream xYnF}W _*5l@䁱,"4r)Vh+B[4ٙ3g:0H*( #E@`x )> ߼|xhtO:c!GQ!avps^rfp>tw<{F \nZ ͵8ջ%IObLwbsYtAJȇfKyy~Q?t*R6=M":{ *|$V?qʼnfP7[wyHZb 4V>qK $I}[&65 %ɿ?qzPoV/KMr2Tص endstream endobj 134 0 obj << /Length 2267 /Filter /FlateDecode >> stream xZo@ 'Pv "IyHh;! ڢ_{g~˯g/VQBhv7Jb52Bh8 2c/_WLB/߼}3a$zw<C F&#p$(GSnTKR(Jǯp埨"5Q+^ ֡DK^lރ x3"XK.4 H"hBymK b 3.jW#|!:iWQ9eICq*ŠQ>ʞt9%j1r7bjl^a 2i B@R!U~x?9,{¸T'gN*Ov(I8.+]VgP\uw Ou76}".M-t?Ia=!]WiYN7AE;Ċȣ/ZJcdFbߵJUC]6#_My9RꮰqL;JUҪs1\,:ѡYz@?܎?]寷@ m"}Ȫ|8? 7ӊr;=:Tw2-"hGBo9z\LuUzH Id*%f,ѫ mZlhf:yT|k}ɫe3A6yB6̔lX3lVVUĬ.|sD?n\G KcP<m|f/a(Lᣃ nDByGq U_yVyY97N0Hv0I.0lp2',<,b7_LϜH T u ;VHh.05 HY۠髦 xҺ6,4#"K >X#'z /ByUx]ᆃ{O*}*v*y߻]tc(OPAy"N&l 3\]hl6j2"sQDMcP>J}~N]5#ϡ Cd w@(vO{:׵I~SU9k.bˮ@,>ǼCt$Vo^>{o6\EOmLMcva)gHG%Z֎ uhjZ.+Lq)"Kk]TfED4;/(5WӻrhquS얮"HGNoE1$4zD9T+E..曇ɔSVlғ.Wq+8F_`@x7*<0rl_pls"h[v<[j22zHʵ\PGly8 F2+}sh qD?s}7 ylnZLP"t/"_  w3V Tّ^vH0; d%H~p"?@>Dϰ{')v0xg%EM0…ÿl݌aZćq A÷۩($yW+nWfV୫8 QCDM hUn: `*,+f endstream endobj 137 0 obj << /Length 1991 /Filter /FlateDecode >> stream xڽY[oV~W[b>w;jUZDV lb9_w e>ϙ33txD15]ODsI"F'ǀbs.zILx<ųNޅSy H8:އ݋ӧo<{6sw"8}[&DJf}L&&\>D و:?iZf:4x iމ)_;!S24͊:1oN8H%@jv'$dp DD$:*hN©"HNQub{CGWc4"Rƀ'Mj)"jnv$9*,],U^gW"&`$͡gjQo|^M+/~*ɈIw*K TBC~K("QHfMFC%tң5z#(]I @ 3 $p=eȈ\.ѩkƓM`]:H%W?"2E~2KϮ\-Y`|¢ǹrDi+)D&ɿowASV+" O@^X+Bd/m8lp=Sdl^bڂqi- ƆIH$70n!&a2 (#,Rpf!MQB)7{B!dp4Q`PK S9Ce鬘Et7S17"||uvj;hډEϬȖbpH&3@>z]ۘD* ]zaQy7y*8B^7iU/كtPh +?$RʭyG~Ad,4V1ܦ*팸 C\#2>{oKB& dzm :xvKL'lj}si]HmgleLi !^t(o@E^|*cژICֈ{Ȱ1$ftpfh8vX^~ApevCDb1gf0ৃ=톅;xtY+дv.v%x0"wcv,S&n څChO8ÒŪŰ0ݠ`ЀszLql p}x{al?Tj endstream endobj 140 0 obj << /Length 1584 /Filter /FlateDecode >> stream xYMo8WEjVo(Mh7( ڊ;eYT(E$Ù7ofȃޫ#I`|10h# P"Nx޼>CX4>vGGNy8rSs|2~H7?fUSCFECp*sJG$I>+ $A4, l QL VF$7)qlHD%YqU*E! bI~⡔`N(2!!\wD)8KWV^THüY ktv]eрֆbJHMx{N<+nDI蕤?7cLu_.~0DZo!/B$I/t_[ؗO*PH 9,#t9cC6Bξm 15VƱm<ȊPQhb 4z ǘ4ah$ڐ1YL/hA#XmDSijNo2;+yeE@"6p&`jt𻻾))޴M6/BcY)L&@c_gu)w4ո"L5ӞbBՊu,f_m[g&Z_.^6&y˴&#"Vc̺ T Ub%nKٯXz}!H\H:U6w9?F`⢣ Xd3(*ueXeZ՜ԣ)x.?gE6+VdbXET!&~` ]\/K0MRlj@`?r5̡7?E#;XH*篲 ) -dQ8E9`NYz~^Ť΃JU:H*bXLAko/ $7Ag`3hc]py5'tSX,syHpyH Z@ZNdoZܟ4pKcPi e>Wy/=FᏖtZNV^bM c, ?l/N`{nəÚU8g?I1YƫV9 H r$*4*^k#-8a n Ei`MCXf`,;N[=1+E>uޡP F^cl.u0,v F?4EUja#m5aJ/lP:ˋSrtdG:3̰cf,ׄzL:ZVsp*601F,U+[KAz)|a*yXx*l=}UvOQ} S[k},)V\S&s4R̒T/+eŽ? 涂@Ä4ACKe6 2h$:|?htjԎvgofk6BsguX}wD:HKMy0$?F@ endstream endobj 143 0 obj << /Length 1388 /Filter /FlateDecode >> stream xX[oV ~ϯ0 NaZk.GIU8vf)ǣ#fֺ݋aK<$G#v\Of7(1TMPr6]O>F\Ǘ/_ ْt;A/E!"I3ƢӋ7ggofᗌN9<~>PYƈS{3IpE& Die ^W^Mz/_}NES%N[WH*YbNcMXtpğp:-gv t$N|."Puo?epm. յ/aY#R`Q ^ blUvXE-#9NlekD _~P& V|JLzTK;F[E/n]| &6gy#T.e-oכtiSpdvf+(t3Q?:e)%L*b$D1` EiKn"9&kYMMc"LD #"z9cА@pfoW:_ZSvnր8^r` cWO36.|JC g&xDȗhx۵fik\fyjꈈy6&_ Y5 ì5 vC3{>MHSBwjUg/A-8I 0iwpff`8Qx\{Podk順R6{toY޵kk)6ko{[n S"V7 t5` jgq\{0,ay-k09/K!֫^9T'GUw j(&+?O 2Y3D9)--*WePU $l֬Sך$F8uGN;kLFp {{ױoP%0͑"5Bo?à> stream xڽY[sF~WxkZ~ɴe aP0%cKN'={.!%^K=ɣ'nj 2d:2i#F )M.GT)=~ӷ'_KRxr?O_y?9_'Bl?z}x䷜/'ɋ'Ǻ!^"{T-a$*OX $OIJW_\̳ e9nHqB7Jbّ-.#OT;UPp,T.f5ۄqx<[K~~j%rl !ӈrqI6!p)H絻_eL"Vk@T{uLPX^߸E9XWJ2D% A̚v+9JBvb2H ; EMШi 渣l>I4T.j (bRcT{!A$~!A/7#:mQL;C$S dEcYp:ՒԂ U)(VL/>Sl%xSxD[}T9i6Oq6:-2[\oB.d+(jo~82Ny Dq6_'ĥ'ӳ&h+;zhv.v9 j!'qG\MQcOWfoDT[CYj\SӈR=HE)t\|zY)"/*q aHXM@6+$)ρ=g]!CE?2,xUP8j~-KwV-(a@bD||gE;<DdaQ᣽/@[*_^̣2W{xWF-A29"SpHrjIٚ~'q*x J_b!^\mVZMfSk>y?.l5&<ǜk׼˾*::b$0A5G2_ {:"=/PȥԨp 0۔wO3^C kL k{jݵml@$,G4L*O}|$] 'm4Ю>0QQ0/Tj*0s4W5> stream xXmOFί8)_l) J[=DQȉ*"T2]z ;cH>{<;3gwP 2rDF baJF4:>sxh{&8aEʼnR:: !Oߏ&>oO>?UeǂDYq(w#&،Bdtw͑QpIw <_dPxJ!ܿS-y9ݫ[ Ll2۽BEfPEqsET-g8!/ RnRJӐ#M]",5|e/ ٲH ^mbBpX!uY1"R".Dч d0jX(EW ! j _D( 7X2)tbܰ 8\5M/RA}4ƈZEƊ!W2!Md?0M^tdª-e?K/bkL8W 'ő$-:~pO_BOv? endstream endobj 153 0 obj << /Length 1385 /Filter /FlateDecode >> stream xXKSFWlU.RUv<qԒ1k.b V’ >==w]+f#'Id~51i#& )/'GT)?ޜSX0?qÓ73u8s"'G,0HHq3TjdھR}\QY"C r !A:/fvp5!=tiEL.>t/65q-ۍ=PndS 1(Q"fR(Cg- 6l5dKDWP#{g"8~T Ju];~yU\"λ3B!k,( `Ij"so+XߴqJ+w=6nexU*$AFwR--<5¤3f#Oj=Zփ֔@+LaYZK jG$z>SIf=Vq>En*`,^*PJV"sʂ^Z UN~`U ˔a*>Ңs Cd%DYR QĶE.-^^pf4(4lj>5_*U\6(J{5<|fRFFThQŅ [2ޙIvyQyI[x  X"-j3<,hCuR dZ ԉftˆ fo0̰8RD0ozA6QFa|;OEAczT)@">ʪHk_ Շ8E]G]R-h=C FZq|6 29qzh\%ݝzpF\3qvr1^T;)fjgUY"mrg :gs㶱fLRpz lt~SМm(SqGX{O_ Y4ی c".ҙwZ? '.yVmڂfkr؍ V $$%;KM:XMdm;%b} {e] +8hYG ],M\C.͠cĥN\b_{O8qVCO\`NvRM oi&HsxEO8~&RL9M'NpW֠~5}9kM c#ǀAY@pP0H He*uEݥm;5=GRʸrG`I߸PÇ$JD)ԥڤLI endstream endobj 156 0 obj << /Length 581 /Filter /FlateDecode >> stream xTMo@WXe-] J+TU C63 9 ,yf4=9=˭ .="\K;^_XژC \)Q[_J&~^%~N䆲h1P (גzS4"+/[!=zaH;G•Ηr\$؅x#I2-r1DZ.GhnmeYQqwƬyT#].`ٯ/(vmK""x]Y;3 B >f҆myg~ƠQJg#R2\;.GEŻk#JQmi$*`M(PE.XS|+e4t zHPUuٸ7d;>bLа܎h"l3PЅ(XFYU:`m[.qt#bf?Y'=k({E %ݬ$?3⠋/Y^d:y7ntxp[_uҪ3}l!yxl٣kN$=s endstream endobj 159 0 obj << /Length 280 /Filter /FlateDecode >> stream xMn0EYڋ #wפN * MEBD:Tj 8>jf<&PE<0Q!"Ā30x'DqBשy/ pC\O(cLHtfV&yrӺ71 UKc= yPޗ&Ӗ[gS,lv"%DS Fqʛo[Hwԗ2$lO7]msykj[ڊ(ɯۣuSi˶>޸Vdn endstream endobj 86 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./param-classes.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 161 0 R /BBox [0 0 595.275591 841.889764] /Group 160 0 R /Resources << /ExtGState << /a0 << /CA 1 /ca 1 >> >>/Font << /f-0-0 162 0 R>> >> /Length 1140 /Filter /FlateDecode >> stream xWK990T*`!,]BO!=+vvmOUJ딌;)Fu[[3Y%>F}w2(E{H%t1(g:2ڨo"t'? ߓv:T޼R0vI[g eo~ *m1;sIO16wVcyv6f-i nL1d d!ZmqS.qyk'*v5ye#i_=_ [XqYp\Ho:" DYMOgG Nsʡ}Q 'f{ڵ{Az?a㯊x3y\cNT[ٽGI$ul5%QNÎנ5RqX?fp-P!E?kdD9)`E^~Q`2%X H?+v?Mkmа{Ү6'Eh'8`L,Y(U\=/ BRZV Vd}ے$Q.^BkQk7[EybpSd˚-6Fjpus4:GZp#8$ZT @Ӟ$uL#T8ٞu9qQ}h&RY) : C)m\[wN{{8 7]REk6ZJ6Vz}jӷcUKuk ?Y=+"qtzٕی:Z`r&bP1h보MPҚډD1DGڶ8t( *D*_uyn|N3Տ=s<%Z2m".2(dkYtԎZu,Vz7dFyΙ]TӑF/ 0k_"8hLi+=> stream x]j0}^,_D(/Cm &V1D·o [h@Kd$ϵg<7Z6LD^;]Eh=HځNN{#20ȔO.ݢAȀR- u$Hȇ:[GIdj@'S$αᩳkwryFS:ѭy endstream endobj 167 0 obj << /Length 168 0 R /Filter /FlateDecode /Length1 6504 >> stream xX{XW?NG!ƦD(51hT$5ot0Q110Q!h#QjlD 1$CpS$v[)Vw9pGD-^x,>@0QR⥃\1{t3%7l߾pv m"؂1 ?EW"4.^dF?M<]*W*Ki|eKGGc:_Z ۠ff^.ɐt..^l͌ГtT"Cr!jLZa x _EY-0$ e=n Y֬\:5*7s&sfgHǷK&~)6f}iu T %䂐-Zmq9'3&h7xhnone|1ePrkZf+;ʝZ^檋ilW# ]Zy-\Vۗ Ֆo37kY*>gX.`n6 G c&q0,!wcƀ5.ڦ7e`hmnojN<\*. ~^Pnm|}x|z6_6Z׋,; IZZQ;!4Rb:{& qd FۛYʃvfXMkjuj KRwfTMz^s6;"[w+,ǐ ػ?nn휗ԛЫrқb4 f47ر+h[3L\1qaE6a YEW$3__x,_ seu ,aK%%KIy 8M $w]8yh'Uu~LAim!g>Ƭ{ş:\ [B%[+;*k!]E}L.;GlH~KRujb7r`L(֗-^-x ^]2Ȕi;/\79 \l \CI_aX\eUrrru/+70,T|7F$OףrM̾!28PFXFXG#l,YJ#2 i޴JkZi K$ŪhC;:Љ`89ޒHZyڪiuimiѳǭA8'OHl3DL=nofZTrzt탒Cr$Gk|'rrfNXw&oY}1]'j; c=;KE,({hDaғ?%l_LQ<!sHzɞurNF8p+ tAKɪ^ןvT]UzW=2+fWri &0J2Yr>\feFP-bnHk SNɾpmp(k(8C֭CBk~B>+/⠕"YYJ̤+nu1sy*l3Y1R5DvI˫46; |DH)EJRy_-U͛p"h5bӕtSlX!W mմwæLMb~+}f/#Bl 1w4$?: LHqw>Ʈww|]&~WR; 8`nt)auhW&6Da3'686q8lߙLCW|Ai+WΞr3րɼl8C&s5WO_bi2ob3sDvL!R=xKM]Ś5U]&v~$r&diU+}9t'8F[UMWU(j@Uxܡ6jjQN٩jʼn ‰ ŸNlpDIYpvAϣ;󨬙}YMnV,hF5Ϟco}:>2˺Ze_edwY@ܦ:TgH([u88S W4soMVm)N>rX)ga!0{#י<L(8xxg@/l4 >]fn~u:61Yi1c"ig5Tj{eŶͱY99Wn}>%c`=ҦIWlZtavq=>,'unE=YýX 2x"J[tw7)jpgy>&l z8QM` ldq({H&f9stTQ (uA'rc@?Up MT*s!#,sM $AECH^ștZ.'}H (llGp/ܠSdlz(#,nʥ2i Q %>$tG/,%|kP*Z [*!gh ~,'A]bVR:=57|ǁRjr:*M>:Ő.v*>ğRU>y|l{F)aUf.=%pS.2ͥ383IShO#XVRm<\0M3h=`ZI\,XHOep@ S_e(Vʟ 7pGCȷHWj.`WkgxL8^m3`ww 9lq 77~'OX05f]&hL1C5x-cR+^9}gאh76{}e t7-O1پ_ Yhr>oRRnr+,K`)`Nʅr Ęͽ+m%B<GiRˍ0Y5"j.v\.prm|D6So`)Fcy5N[`#͞lO.] B:, ϗ_6!{H場*}[`Ɓ_ l7?~/k͏_!V ~^Y񯣰E_FT~ibTiށf' ?WGO/+qJ8?c,Pc/w?xϟKK8|/['+'(:*<$0x oPU$J?V/׬u|N*ݿXBʕ =̏ |F|ʆOZ w\ցK;T?( &p>/ \A8WXԁp%p +ف3Pd ( F'O4>5q>Y` ' |@N7N 8>kx [cjp{u wqdta; t;q 8lC4>ԍCrT>D'`RyTPy3T4i8Ђ0c44y=~~s_d>}D|&[@,$cHqc;(Ab"IE E1!E\uUJtCm4@ffhrR2> stream xMA Eb QG.5І҆d(]P.{~eO ΃?`q D _,LQz|*k,m&u k"! endstream endobj 174 0 obj << /Length 2226 /Filter /FlateDecode >> stream xڝYK-T dnN$NUU[FŒXHHf'ًHݍ?Px SVˮDY-0=vx1CLf?=WiJ'qU;\w0WfpaH- mմ;!)הJTVٸBBɸ.'G~}sݞbo+I&&_"\6MrmP`Ȭß#9><Ю$} 4_W%V{\TZ2|{JY]©i񴙿A7odDifGAk} Oā>2xxE뵩ÉvG9O=RTy!cE?&Oo0l_Z(XIQ4hgo !JQ+9-:&$Ui91>Ub2mPǖs eYg MA+{*^|1VHaz(")?!AI)g' v +Ѽ (%kߖVn 6) 9~7.s`cOS[`G>e-@Bxa΀0ݭ9aZlX@ϣρH%|K#DO}/]LsbՔr_eВ1 5z+6d5JaLB<}$ĝ}=1\1 ԧ^ Nh`Q@TE^C{LH'̝pܧb Bu2gj^FS;G׌x`c煏T$܃X['puf'D:`Ɣ-Q9TOG#¼gPwPeႉL!nJPW%-vb|3SuIuQ ')j"H8yhrˑ8ȀՔo$~Y\PP JAm>sLATD(ۚ0-a_!%&F~DM}iPV4%VL|"/::vP[X>Pqc%1ny-3'GObe.l6Ƭ71I,[Ⓕ8kްS*W3ch$Ѩvu3#+nAG@̆rC˭}dӭL?o = >D-W':>_'L[MND5нN N@שꭂ}n@<Zހ=X0d+MԄDOk'4qMOpq7AO&&KOX29ಽvqh43QJrq"^~X:I0+9})lpOe:~ p )L-|3QJf5_{IV2ޒGoucUL#xM&H`\CC/Mh3VO?tIAG7+/dмzbñ%2pm8I|R x%?ljNCt22RNUБvz{/#}{z κK\m HnP<_8z8Bof"La" lu L0 wӷNUE/ynFoa&㣷ӷ5.xзV_k3*L2q{(a ,rn98TGeԎc?] n/б,G\.TJWܽ / ĻçHF~liLS~dpaIߢ5LQ؇>- endstream endobj 6 0 obj << /Type /ObjStm /N 100 /First 837 /Length 1808 /Filter /FlateDecode >> stream xZ[S7~_qt`ut̄P'4m$M'1[ t¿wdŁ>JrtP$HRtI:A$5irEFLDa -)C.R|P$.Fa)t&%m~Fu IҠu4̠G_FmʒA(] ! <ΒVsx‘E}+lB={aɡ^=^"{@{|-y@U2 =("fP ("OҠLG EKf qJWܩ+،_,P;tvw夠MѼg1/bV^ {oQjG!;!geO'Rރ!%bDt<8*0{-R|R:d+T&Mug{%箮{<|*Tv(cJ5nBW +xJw =$To WnWZRWcu$JRbLANL m8ĀMGFmLǼgyu oqMSnjnizd[N5M|niU . 7B%S*v9ie8팧<)9\ zn1dB{YQ~ի~/_G,e4 Gp~2٠Gsn8ߎߍhS`[}.g zt9=|zI[NƟ (zzRL5'8gK)10pA'XsB`wh|U> >3[ $ ܼ}y4?χg ('~V)>*{e0Ҷx 98r0 Fgȟus*\8m-$O^/%eyU"\۫Lp² zCMxCbpWdg8(_쭿Kbhqp.ɫ6+êwLʐJ~ThTur_g62Le֚XeX'Qx<ԛ:Btam3o`X+QS]PU4xeQbB'XKnp0t0Xb14έy6S ǫ= (CP_}h?4Q,t~bQʄ1ˉ 5uF\Ifpr%sB[/P"Vv'>鸸1t'Dү _ endstream endobj 178 0 obj << /Length 2807 /Filter /FlateDecode >> stream xڝYK۸W̑hWn٤*Y=9`D2E*|;_Ǟ"Mn4n]NTiߥ&#?#TE<_?<>|1Ai>tO,wۏL:aVd+LJNN<.NזS\ʃ0t72Tv{Za97B{wXӞa(p6ʂGr#{#<3rO G,\p^?ӓտEq5^r_ܷ;LA]$A&B_ <(of #7G*\%@V׸q3%' _IqA*PJtH|`Zky˨,*] O?u1wU PW3ğqh$ݽj @ӂ,qo:)9DxphΗ s0_k'ZL>\?v³[Xq8{2<1TQA1FLL \8Ҵ3e/qdzAϮ\fn?56c @3d>N%[db]ƒj<*(8 f &\kdʵ3A LqrXk!%ۚw<>."iDľ|[u=)q~.S mKa@'TlD"5Z:a\T_ևGWVI%Wԕ"JA<*to DLtN]I8sIknԹ0((ǼG}fXyq-߬\Ɋ}l$hV;,NwaB;sІtJWz@nlEhB7毈2+4alh#NYF>6_P@ֆfMYb^E+PY^*QOj,݄7 x5RR̰!Q> stream xXK6W(1#Hi6@ )v]hӃ֦jeɕlp-{(#r7,_z',aIųf$$jbag@1 M/o !d<2ntw{?mwfpiB:N($-ET* 8meׇx<ia΃yhJ"kOh [e+/aıg\2!y?#A0_p)@ ҝm/5≰Ѳ}qfnʈ5Zj$4opuߣe) ~Soi`s(E)18 i]gʂ~8H>G<4$l-ђF5)o! ~(Ol41\ kq͋zmA [ BVhp) .!4qv1_eB.QPܶ_y 7"@6[X(+p 6U)؋ixYrH5 !A Ñbpa{#mp@+!g,&q̜GASE3|vΔ oCPuo+;?ѩ)~81&Nce`<`v}]XS>

P W;x0(oNMZ4)w#]U#cM7^sn8>JA'U8+HGeͤBu^mSjkEP`BjtUۙm{TO:X(4"^!Ӽc`U]08<B6aF : $ y6$ʮs!< a@WӕCt\_c+ҢXoe RF\DjiUk 2bX#>P&l Qa.t$l*@ ;':@P',Y1,)Pf/[R4r1Y3;甽݂9j0.l"&ťbrH]էPkFwYm{|RIn67AbK\#uɄJd2gL\i\0)O`lLvV]-_PfMDL"y&xG6%V֭}^v,bnXL!$ cG6bHOP&ω9V_2pP?Kpshxd _+ mo@5֗MgËgBW eo!͙obѧmk"tڮv-$K_1~ьfQAqpP9ݹIV,|ʓ,r_ൢm2P-*n{(> "\*QKI567* toOFye"#=?:΋UeMvp0, 3L:Wɪ2 mIk=ZVi>aNt9YCOs~ђ]="<]`"vT X 2HJj|bx3}w^GoX8|7BN:{_ޗoXe5n7][{q|M endstream endobj 185 0 obj << /Length 1826 /Filter /FlateDecode >> stream xXK6W@"F|Tnt=4=hm [r%{7 I=(qr) 933ի E͊ʌL$ctu]|կo?p1d \Udr:'StӚ?DM&IY /(4ntG'<5qR0|X0T_2*LNSθƦ;65qo~iIVο)~2JvU<܌`jJ))t&ݘ5]ytçHAFm45MnA?k%1%#L yu5gUxtFsX{`/O=$9aB!xPfcdW5l7m`muȶ[Uz范ڦm:9gLY9v'ETsK"wStؙ4[b7ov,E(Rve;:cc⥳^Rk5[2_X;E>1e9p_2EޙwT\>t a '!(L~xwUFh̏{= Sy7^bJ,?JJV;_zϩrf.gXg 0 _Ne!fx锂|_x┌B S˪}smHM5[q `mXCeA29J պfnrV+ϗn3SA 1I7J:l]c\{̾TPxlEBĎԝ_XBH%r\-TK*#Y>ğ"\fvi\ECU1AX0(t*G~sow-Љv f \YR`]KXcENg瘴<B Ws*67+MH 'mkrBJu!(OcϑJ0]&\LB׮ Q)S>lzJ?OlVhx3N9?1"31γIpż{((?Wp)=@m"S}yp:uk0 Ci dZNͲ f{o 48-d=# `)4ˬbgp3 *2`wI|΀;@iVb BlXGRW6qg|Y  RRQAmnfW6'm%t"jBqV9+p7caAD^&2oP?C&L)͞@XcIB4=%!<\{#nt:6$S LP섏W9SŇ!xGƁ)m> stream xڵXYs8~Ẉ]uKx [Uف}ʙq2r)Io-r$[[_wͣ'([iJk4_IQJj[}8R(NMOn޼BHƗ/?8soc |:M||ILTғ`_O^QSĨX*<6FFfZbO}`khiA'"XOFc9w_yӀq(gBRJKPjlimFu~qԸo.3!t*Wf6Ox.ϫhqᵭȢj}&?*}04kp $Am!pRK%2܆^go'P\W3R݇&$CSfmv6K'%Csޛ0b & 7pR~%} <3-@' }A7Tґ}>Җ4d*q8HMp7ݚn:ΊƷy]Wu?ٿbyOTmCONԶPU{xb}5UgQWzv؅,ԈJrKh0Dx_ps5 ' Jl!Ou ɮ }7kh'wn[qꮫù{Cܕy(ibϝ1grIhU)0r#̌Q폘 '+Y+OŨe>&U1퉿9{k0ָw{܀4EÉ-Iڟ1,T ol V݇)FHw Dv"f%K޿p(>YbÆˢU]OBzyn}&ͣ endstream endobj 191 0 obj << /Length 2476 /Filter /FlateDecode >> stream xZKsWb!RcT㒕$*_  RYAE tt?]ო94׳SfF(B9]-g_a_!J" Ѱ_|z9?B$όɧ9߾E#!g3n̹Nַy=ǤSpᚭV$E).{S.<fQCDN͂t,Ats"@j[ L{\kp$p77L. _n:s<6ҪvI⤄F~ T&3;iPuWGq順sU ߕtZ`JVo,W<5nZ#zP=BB vkm@?EdzbaDYVdXĐ"͢%;!,IB,b8V}+dUmwF &%H7c`Hڅ @TJ lbDm}"Bub+f{Lpm"E ̚M@}Pw!]2  Rth!y #fp+NkaưH)wXuk.ohrBaa&_ c%+H w6I=ΝJ1 5' TLE.T֜r^-2dKAj%X[sBcO@ %v(tcH>c=gF3fjo4դ orK JsBf TU# dXҸXc= DD)9İRGW5280ADZa8%ߗ^w Cw {t '-erWw+ tW4ltyLZzϓOdRud) P(Wb ]I ހt٩r;̏d$i> miCNjJ$h@N@{{E)r@7ӿW:٦E e&ĩJZ=]/-V(ҽ(3ev'n{^SHEӔi a B"$*mWA'"E_/)w?+?g(VϝiCwuȖ.YQc Ԁ Lk[W5y <ȩٿiV!uCKa =R{*$O$Iz~ uQXa s_3v7͆XJ8}E8}=ApV7·9>Om0mPP.'M>LAoG/@MC '(TGZ>knF\ѵ:Be :y@p%|# 2*Vu+Kk|O#0`b^H其i=?(& aP:9!#s B9| (7~WU\PM݃M o%c}D#+Y<{JY++unOf!:t@%W4;vNSKr4bv[3MVႛ:I_Bsj~^%O(1uD`Fr1@O)X(P]cXWP'-D1 3>; i\O8Vo}"%Ij؞B`VW$C\M2} mӡPunwgFtT&4S$#Koh/a^2lrºhWh#LtMk53D8L NQǜ8yN!E&LL> stream xr6=_i_%vZ4MQ3fgh6"=IPom'R! =浐rjd"bKd<тf{{v:x9foy|؊l:2Wqldvvz66{\{髩_߼Y"gDvD";D( s DQ^9EqNs>bfnI@xx$ڈv0hl&T$&צ\o0˳7zU&hԚpO$lrT^&HDtb L;iƇi2AڎϫC* 1=7uBͽl OջŘeMgj%Z0 #RxtU;{TٯLN[]|K½p lK@lOvxVcnҹ_/I+ezP+Ԧ )boyhNmZ5Pku!$'J1wER=7;T {k^)Og@[v]UcG/oT%:Fm b[VXJ0u\WsGuYN`OPi[6i˔H9!S jr耨t?`!`ی.;[ A|BPKpEeNN8+KFhq\Dz H.OKoa|O)@rgM.ϮvrG>L'T"RfҬX\ 2ZTuOR\nN .l(}R>.julۋbREyfM^WDk(˻"U4q"I.Z(B8!7z"2Wgګr6`! dCoD*G0CTXV:D0KIBnCY͛_ 2P#yk5D|&=ZuOg%TmqHo2gc5 E7 OWdC86-$ģ>0}q_py i;B{ҀAT%YѾFJVkZ(; Rsg`)6As,ąJŬEa|\& d|mP R&T"{bτUa(A,A_ f {Vm4" ,M4g~uxYCI YpxTgR /H^k r5LO IN$DۣNRyJC*`PEz@SDVZH((qlNTo^@"9ʙ| # g2,iOkjJ?z!Ie_I֋p1!IWZ~2 G\p{f#`B7V E洟H 츪7P5sf[ו~ux$  ͼ)<͢ZN%9(E b% $㡮.z.{zZ o<C8xҸo?(qo4 wBiWH*صPo2~hLEXk_@/>v7Mc3נJ/>4\`V)N%ӊ?7E)I*JB[]Xhf =omGa(Xc^W@1١;Ŭ`Ɖӟ՞tRw "(<ʪfQ>IǣZ'/`MeV/۵#a@4Yq/W[\W]iz{`ȵƄEa}i$l r47`w/7@7@p=EpkcmC,{9?NkgG̓W9۟jO<q"1)4˒scx Wxq;uOY}l'ijd_)!i?B#s?.]\*I':jju_ANu"C{{&ZO9S aS ,&蟉byPU,e$-v>l Wa(2mGUŊ}M`ee`i_t>MZC) :\4m endstream endobj 199 0 obj << /Length 1597 /Filter /FlateDecode >> stream xYnF+tCdi$6n8*,T;KRcwd#Ι8s=3H*g3"0RXS2/g#_/ﬤ# 5o8}7?X$P(w1o~8{twKj# Up9Sz Efm2$ζv,&!QTF̷_nNE:Al[d&[ofmlsHD1"%U`S]!6v~ ؑk>vH6ЂF\ctЀB6\PBHCfUHq>HoX)Ho6 #aE' 񸉨 agQހ/Vda]YdS|)R)7G6Sb>zŮLS RYCNB@DZP EXIٹُ- +E 0R˼L>坳дCAΦȗPAX6Fߨ/k˥|!!=f>)@"۲pGf',p ġs Iŧ{8!Hs_ыB6+:?y&(26YLJXS:/&<{V5ID^=ȳGuv7~&)a#3~,nyQ[e=P {I^ I;^K\? K/F}$CMY#P'J#=9gc"L#i~j^_|hx* endstream endobj 202 0 obj << /Length 1424 /Filter /FlateDecode >> stream xXMsH+|V{&U Keb]vYrؒ쑥KQ^^>15˓䏧/U  &EİY2Ԉ̈HXJKXyYe m"뭡EBfQn.>yFҠ ,';[I Bֶn3OFN!!g,j`ÑZXN}Í8"t">̤4. Z!F$i| <JH\ kl k}0(e1?fg>cG iV!$ +m1qҪ;_:""EòJԗيLqVgg}oǛ:@fN n(׾3؍ RG<2!n>pP뇼,z)R/ \##iٰK#]$&H}nKMwcE@^$RdӚ1l<BGKC #}a$q;MC+nEU$t7 In$c`&3jVfyJ1 i`#gCJG9#ٷ1H> f52cr{t0yz)-$fBYޘ f}13.&\m/vkEKG)ZE^VI}Wk?@ta&[9d2d*-Y:bo,=M%bM ]؟܃]ӝ494d%vwS9ɬ- ְ[_){Xˊq`8bϐXp!a}l `RgҴwI!7#PԨѵCzp(j>!ጮYfVe0:-P3]/R餏uF`DJ<2RN++5TrMfS\KqĆj8EG(r5Z1 n@a +sZssչRsss6V'&ue]}t#2fMX|L~Y|(O~O:w ˜\x܅:JOEqLAj^+>QJKpŬj..N5dWi.̫:~FuۥIe+^iV_x 旦@r:4AxL *0 JZ=9K|ȿ endstream endobj 205 0 obj << /Length 2420 /Filter /FlateDecode >> stream xZ[o~_/2pN˹h(%VBR6!u7eq6 !5?^I`CՅP.V#!{-9D~A}w"Rd4Fo-~yկ^_z!і,b T /AoEi[CmQBf_2DgͲ%Yhߩ<%(2_M/%E$DJو_e?Έx @d7J?owiYfEo}zh~t. b5}2+U&ZX}.@Ƣ %w %԰fk%_NbB+KQ@"LC$k\ R&b z``J ?,aҀ0Ɉ>b $Z؁նQ9.sU7SݴגSM(GP vS%(.Hh7E3*oߵcS.OX.6+_J5ZTp3{쏒GmPڥ.PpxMPKעn-Vk70p]ſ\7 /InW\ʬOPhE=`x͜?U@Oey(_j$u| 㞛 B=$o0@b`i$')0^~xEKY%YֺOt!ӶU_Z x>_`QvYf`P0 'y!'' Tu0>Ŀ?GB ZEMԳB( Z~KQ"r}h%(mC#f0#t t K{M*=B4G> `9t˒MZ }(M}Qз5ʹ6_]ev݌9yD7ERbΉAQ]l?CB *̐ Qrg {TԥZ-xJ[fQk}*]>"2b'2F:Ө1h0#Nc͹p˘@<lc@'%2hu(:539Gv +k@huM8)6I, 1ADsQ] <K8n󠻇cRY!7 a぀ Ǎ åcP6%#xĤI6  'S\qj2rȋ7;AHEG_~ٛla:ߏP4.{chSׄbArq^.KCm-ڻ2&Tg"ZsAB9 SD1bxÕXiG((c>L[xtgҡ#1s$۶#c/qG vKLT:#4fylg0zLxLj݋-jπA;CB(+ ,C0~*6Xs93 q%k PĤ&uy`sq>.@Oó"PB|`Gۯ,$gOaU@T{QW㓁BB!VԉaXPYrGY?jp&IYZ+ <fChxh2~sh`> >V >NPk%c251zF&6< 'X< &cI]n|v۶>P٭^ #$eKn*6OLAL!8 DC"@?\c\| YP_*N; %sԩbSc03AC zFė{,0%w._p"xF^aR#!wú(v{]R&UHc>[wǺ{8u/Ū;ozw$J7=}ՋN BDnz`ܧb{ދ[?E46_8Qtt3 5\[c֞lYZkzSo6xa R$J.`F]wL|u ޻iJdΞ|ݳP-L8XgXf+}$E.`&[xoM*:rwYI{)Uvv wQXyNK^u^$ۤRML,k wR]uL,wwds% ~f6i/=>?oݪfm RucSGOs!o endstream endobj 208 0 obj << /Length 1528 /Filter /FlateDecode >> stream xXMs6WHΔ:j;;IKd ؑ%I)RM9IәNO@po?O_|(Er4)ҩ)&d4]>DD2r9.N(=.b͢qy4=ՍtrTGgON^\?M{F` v8sSR!ԳKB/|Bm^~3&NHts3Su'wmHF(giS屠Yʼnr4b87<*GzP'q9fhŢͭ{mijø}n"۬ x.RMbA"SlWCS ThGLxLʳ {o ɳryw n98غ&X(RIۡh<P}N5e:OX+U P:v3 igKT1]Q S^0x5D\*DJPkZ ևS^ F3csnmUNкB5;y ]zsU`4\`D5RG7L( `bx'VQbd#'oq cD VT$L3cmʥ$ш*Kxs#L i^C Qj?͝-*ڬ %@ڄbF9Z tT-|Ps:in{0AR;hAZګ}HPTKaEpf۹ހ?@@d@=-T2UE>Z_ua@}c80udo]a8$ ;{:l BD.q\elC _lv#7z_Pt _M}}Yj#(kALn=Q4e E` В Mn~徔>dEVu@IᅛtKȄF*zպ^֍@n+ʑjyIv@0?3v! A=Iv yBAeSAofvO6} qUBNzP}V,Z٢\r8/$&/\r'ĸm(0Q{}Fa6ӴDKEcx\n ~,T^HszT0j6[/V`%Y.]`۰)FJA[ -V Bg󧰩miBE)&;[eF۫ ~Q2vhEPT'/h@rR$/՜@C֊uiDui$]FHUHV,dH^G3ϧst*>=ד?@Og]:Iwا).6)eg J_ʯB׆Jwd.?BRQ0IZ%*m*hwA0˃|fL#  35S.QR]764(7U8(N endstream endobj 211 0 obj << /Length 1473 /Filter /FlateDecode >> stream xYKoFWHf=(ZQOiD,d )'.%Ťy~ ;=3H*g),f )-V ?^c/6%|[6#" ErMUz'f Q§R{U.];gFB&vo.I*x6>`* ŃpQ\M#t?\ѭw~SP [飼(ʽ8>/ m n Gu_3y3'2,cGrըip;]P6]Nq۞Z~ƽt12i*>y,P$f¢Қq>O9ЅrpW͵]JUgunZɿ,΂ 1c;e_L=: *b6q&dϸUyݚ"5$42D[9|UZC(\}-k]nmU F ki[©vpzFT28v5*X؇#<>d;9&I"z2uN ꤀)`}'Hb= 9ϼuqLFQڠ%Sr>zS: ia+`mcс3 1AO0X 4'z戕"nP Qsw*7rRo6H!4a61!P&SUf̑ pcqT<łyʜ8O]w98KQJ|(U歝A&ƦgLMQS@ЧvnS?v] JoY# NN~30}m|vzFG<1zv"D D Уr7{tqS8 gąA[qe];R8~wX5F‹L|%8_3AúXƆ~kɨ\"ml endstream endobj 214 0 obj << /Length 2012 /Filter /FlateDecode >> stream xYr6+fJxu'8ʦiLȢJJNx r]d#炿,<}AL#--ngZ#LRgٻ#y,h\zyu<&DKw}~\dX8͍g?Ξѫ9QWgn3}q~/TG,1Z'n O:sb)Jb"ab 1륞cJA̵ǜGe˭c9qT4_n|kF>o@enaoe^u7Ncjey1U"EPV'*ŭ`)qAn=2q$em- Op]!Y}ڔYUڍoҼ|yoAd=|Uk\E(v+7CeȬB7 's£G2?s;1U#jg7efʗY#s&H&h++r&V'?:%Y&Q(I"M(I vS:ju`%FP]7^dX"Id6$^G&/wfYܻ)֙Ky?aK0dùnU~v'b&L>ƙȤXGmRMk $`*s&J!E=V[{gهƀ "ȡiqow)flH!uau4bC aj~ -l*Sĥ8:g?&kiT\I!N'S:-yd`78C5NoPoǐS"DvV)%28.kFm͗ `J,aa9aU8ܸǃX{R \ $\m&\9B~5 X ѱ!JMQ] )Phێd:!-S -՘7m@:$e@ Qɪ@*є=|=݂&mA@A(RTP~Zn&cw S+Ӽ;ƁAPE{Uyy|F Ǫ dSDxf=Ơ s93pDc11e!LA4n9 ',lZtRH2nI5X-4`DɇЈ̸&L R@+"`YYЁob )"Rx9}Q/g0ٖ~E0B'B ÚgqWAI.̒=4=Ƶl kM4 `Zz#eUr !q- E{߸ȼև#Ҷ16]{-ʠAR|,|z~jzq @ 7p אqSۙ=M` ܖh-3ǍX\4WDiYkFZ{?Lm6aڄ5ã2+֫nSN |ـah XP=#HP2"Ly t]ɱiiO*pp53anU<9BDpކ}OX~:=L(zXnvukqu=20+ʆ|u|K ɺ#T8Rᖢ9tTC`.%\nhMy o?ZwC|"4k+zq?f̆œs endstream endobj 218 0 obj << /Length 2071 /Filter /FlateDecode >> stream xYˎ8+ FboR"SB`0$.,T6+/Hr:))[Nٔ2{uCsս(TNO"0RXLS2/'d\N?h%1E'حͻ1 4)wTg{$6#9E$Upn]=+p0g뼵_TlazUէBRUvjf_[=&3Ő pXTlW:DF!":JBB,tFxۅ3"Uvc/]T{ynngqI 1{|mDFL鞄"&xЙO\. 'RqѥgDR+sQd$V_bmܥB.Bԇm^;\Ia, 3) ̻)-Tkd ~I)e'`\1m1XLIe”;gUrffQݵNLm|(|9@ j꣫ _ @Bh+TRh!YBuynKXml#jlj{h:ٷdo}ڇU6 `PW/E*ZX.g|hHrj{Bݫ\S `og#`*s Lat. Ge1`o:SPT_a^RLf၌ |SRwJSmN6sIA?5˙y'(Ď (} 2;ToJ|H5Xl5L\k7b]bݍdj9# >-OηˮP XxI k?rY73xiںz_J]2<$-d5^ nVѻriJCW%~N҉ؚ"g33D5s}SqO(( '͹dY= hc@r,154VM'כČHh4g/A{sqN^n|J -P]ŁbI=Hh@>vg۳#8&g0@Ne5ĊPAӫ v7R$0js6@]p eD}tX߯ywJ @.5nI mCr3D  A&gzQ|!YuHXD 9 :%&`n?&O >aK0 |Q=bAi;5'RC%$yVr2$;H.UL9 _vr4O4ۅq ֫cEjo[M{@"/PP*˝3t߃#Ah?,獬NViRh5 pn.לvo;B84\V7؃a>*-KWWLN\# 3^Ymoޤ#%Dáf)W fJe`ϧ0ܺisEA Q766nBwތ`3I*&Rpc6WEZxzo{nՒq6.^Jo7[O@Bc6ϲ;N*uǵ݈\ ڈt*OZϧK~ESlt;8bjpUJ!范j  T-!O4=+M67 @SӶ @%x-i t>d҈1}dC !ZU֒2Gk_BQI!^&&Fm*бp &D8a7fc/r~3+˳g<-婀PgBF>u{,5Ìa$=:Kh;y`_zG=\H^YV%٨hQ)rr dJ={^It燁=5ND d> stream xYIoFWHᄳ$ApbCiL,$eo8H# A/1||3iA hI9 G8@C_]|? }B^ߓ/WCEP1/*do| :xq;(7A!2YD $+"c֭_Ĺ98@5 SK,w 1bY"U!L4o %B.@+"ņP$hPo (lŦ›sS{/Lw:q۾bQvh2˴47]g' ĚoUZDQXHfGV?á LQ>%(PC%C5j>4vV^2.̟4gLsezF'H@bР[OmjO/.,󊘒"И.& x=1+A.(/|(BMj/7 n Yk1SLZSY&-q[7DƣǹO<)*qPy,Ԟ_ "e&ͬm ؁߮5]3>ċM1^{w$n 9qLJt.:NfQ愯i[6)x *)-!%ܻo_DX>e5U=DBոSm):xa@*<; "r6{X!9juIq+VhgEJ"-âE$ڙŁ<|NA|Nc@eo6pTcȞdeRrw2QmLhW2Q$3ƶuH`o!JOG?_0ԁqEāP~#A`rrCtXDhL+jtix_{s endstream endobj 224 0 obj << /Length 1274 /Filter /FlateDecode >> stream xXMsHWpe238~T6벵''$a- 9οO3B &Fgl\f7W:HP" &),”ypr}Νs U3BX)^^ETc$&R",YS*]\Qv^G1+x_3'sCݮf$PRiar@kcYFqfD!cŇŐvFyn6vT<%πmHD$e?LW'ɤݍi^.}9L}uCF)=9,9~MmK->(Ru .\3}'S1t2";錋*+Q~~}IȊgNv&iD hIT4,ͫ5JPAK٫^%(U䳨yt5j 7ԋr>9zb8T%9syd#q ͦysysl'Y}hI<"͏ >?~jeG!ŎWGhs> stream xWMo8W(+~mG{ٴV-ٕ,Ŵ=@1y8yH ")=I9ws#F_YcB~/g7$P̏/Y;5|ٿfv__L/ObbdzOWjV^d1mx!IμHJ╱)T~,umrWvܚ.fia/QvLQw{yO"!p.E[iYZ!=P:%>7Vyxg) &_63Ez!9o^! f.ɗv09)"ENj/UD}~r"rgz $ ”w<(š1,_xF1nSOur^mz|j!Q AEh~cL̯"yr`P躨}xpE 9{O~0RFr]8QDY3U⊨Wxv xd7P$:si$Mb\)h߮rq !V'>SWy]DzȠ|y]΃1 +8[f<85-bLr_8rgRxrkʹ_"1)*r+}0BRs'"K}/DkQ a~B]geh.h:1[IOZPxd d~m Lmr;MleeV~2Fa "mZOPi[.K0uFO1"x r#)_+w#%C_Xfߧ^7yz>C}geG %۞rR|䉃΄ۿƘ,+y!P{8*`hjDsy{Jwr!|vFd*OҲ  ىtOCЈJr"]6](1'3 c5fgpF endstream endobj 230 0 obj << /Length 107 /Filter /FlateDecode >> stream xM10 = ccFJPԝn?B,Ow.FHD"dQ.3楦FDbjrjskyI(~ endstream endobj 233 0 obj << /Length 1559 /Filter /FlateDecode >> stream xڭWM6 W6Pk,0찭6t; Cۃ^GyͿ)JNkEQzϾ~UșRlYˍ*˕lw7sfEU&*}NIVS&+sx8Yqp4JDeVL~LGgfZ NӉق5\'̴AGbTə8>8"#S3~ہNlُ4SPos.=`?9eI&e n3Lg"eޏi:vΒ/8^i3N6Wݹ$,JKĤd/ &}9*tnL~/HE* ,F;S(Gߧe NyҚΒ,8$>FM6@;LpyyRںNUpHGKk|GKME7GO8=>dnCϚ⃢nJU ڐF`OB2Jq_l:7]SZ^YQ/נH0m6:*1B;KR-&S> ĭzkV  ɓ>[ rG'trd\iPxkC<}$)KXcgC{Z7"(Um AY%ttVܻK+pD.MNϙTCƅb xRV:bi}".ʓ٧}<|j6ajH'Gl:Gݙιf %{4&l{bo;3uHoEjkr5y51ξn@uv}; :)fܝT4{~0.IU%&a-Rܫ@0kZ9ˋa(=#L u(B84uCWAH\uݰR v}s؁:bwQeAh.o 0,|i8|53~%##DԸm.6Pcv֜l "g4j< +Չ;^8Ĉ@`zxJ #̴7MЃ؅mH!{oX8lW&k?2LJU{jW&/'M6jّ)拙i,(dxGB4D¢}}ªpc@ -%"Yc\Z1. ɅMn& beCס3ÐڴM YyWx:'|N`vOȮgBU^g`VAET&5,DZ b7卡 }ʯ2؂ }V&½Nht`UeU%#|ViMuLn|Tk3gӃFt<K9'G,vsy=JVqUBu˰Zi!3+3:!dΟƿ\]F0RO~e2Q!IC㳗gF endstream endobj 237 0 obj << /Length 717 /Filter /FlateDecode >> stream xڭVYO0~Wjܕez 6(&1KD6 Nh}g G%?e<͹)98MBZF4"/p)gV[$U,9]6> VyPlPxz([|U0UV?=(Sr Eb > stream xڵVo6_IQ! ={`,"*KM;NX[@{>x_oE}!o>\7>{{ q>L daCDfQ 뗈'C[cpBL o!/F$+uSZj;qyV"dllH.vVolwZhP׺{8OwezS鵮=S45ҿD2z0lv(iǰ2KUZ^an~ٻXC߾+VE.H+XM{}KvfiyJVkriRS#Vk=%2Y6v=%ZmCi*?Dao ڄYҵizXe IU= XUo}̵Rɮ.r 'EP;VJHzd֗ETMeXlUw#f *+.q;$#рSR.XƆ,G`1yK+"n8=t("C+/# '4I3,L!dYq9A&3Cy0,?L)f:{߄pNAGʎoK( I>oF9,9 7adzq]L@|itm5WzʠT$Z*4RT~Ŧ V{6dkل^ 2<[v#S;3 4I7Hg%! ȃpغ5Y|V~g47<u?԰6:.]$^|#|3ka$no'Sw^8qe;g`xK;E oZ*=kr)v78j}K endstream endobj 243 0 obj << /Length 1836 /Filter /FlateDecode >> stream xY[o6~dbŻ`]n-k0-0QbIrEˆ$us?#ً&T&D'r$ ]$QDIbi^jvvs#Eit7zNP*qF4IiL)ћijiY[*8]hug3s5,luO~kWgq XxJbhjyF&ccDN×PJ$=4f)0e(=pe^fMczDˑvJl Gޖru_̳N)0AŐYLSӋY=Qh"ذIL0}%LF4A09!y+#B49ʵ q@tó]?i TU!& Խe8k Ù>h_ Lq]b.!)$7ʢYՔY%!eUZKUU^oo#!HXK?T4[䐚LREYqSLYaP^Dh[}"%a|Ȧ@)j@ .2hO h*%I2f8+k+sϬƯ2ٔK@vQ):ԓ]n"⒓(t&Lx6!HL yLiOd#x.C$MBռ3.mSk:z.a-=vnhM G[(@twr- 7q*+h' 5{ (&./WkvSvrcH[y@D30X ]]à-zf6wܝl}m%ݪ,WHPTvy2q _sv)\SI!<f΀&}_wy)۸ |H(k!n6mnEdQb&f 8tϕJ*߇:0gy Wj_àjc<2ըHwtZQBOw\?wF,&!؀,6dDrNsjRy,~P?p)?-3p;)(UɌ!{l:o7up:[e |]Oy틖J0LDlA?Fu }p!n;bm튘63vqy'WCU-\T(]ARnفC8Bm0W oF -Q~̶y^gAawK$ថPS nKgI/RL4شpEzP?Kq҅THX5R~ 0wA^m-VP 13zR!oHTćc(L|Yb gUjxp*݃>6M1/!Ł{Vrt0R ͪoO1WM o{QDHZsȗ_%"pгT>FRzHrouЭ'pPmChmt/͈tt om|5O*fa*8ڪggP9# endstream endobj 246 0 obj << /Length 1246 /Filter /FlateDecode >> stream xW[sF~Q6{x&cOisش/Nd@TN=+$igr\=_Fg/d$(&d0  #t0|ǛpF囋P`4|/7Wl68n{`Oopĸ(XETNVFP Y:N0,2~!{7xSHll?`5.aȐ`G=Y |R3ղ"6L$*RH/yx` cǵ@%9?Ru*yRNI7 19I9cBF 'W-PHq (k1bKǽa÷1e8Ee8hӸ%i yϒm6t,C9#f[\U#fUYm4'O6Wg/'_u,?~5Nݜ&$_Xkʪ\3NeDԧbLL!jiՕ|`Nuh4˼hܸ7vH!ϖgG_0"Ž@=\u1XŠn,p?BcNFOHLݯ<$ǣ{]zlzBP;ŅH %ʲrn#|khmd%lcdUV:b9)aHa|͖~VQ')bNj= ::ώ k:ժ˭Ojj, WNxmB$SھOr 0ZaN&`>R3QQn܋}}[tR(Y^@OrͪH5Nt1,]|}^^3}p aV\x=YHz1KZNI# Yo{Ge^6sT95O LD $p /2StYW3߁j6g)ycRb SboDl4lW7789-& endstream endobj 249 0 obj << /Length 1071 /Filter /FlateDecode >> stream xXKo8W(ՔoRz.R=tڇH٨uRaa:b1g7&!WL%˻JDs dY&Sf__b Ɉ˄x?߾48穂YIzxׇGj1ʴMI:=NWY}!T4UV73Ү?$뙤i5Cz\$r)PZ ӪʪGն9TƐ|W)Tyxם֓.P|/B#dpmfrJω0`x>3>~ph n:cr`F &8}j>֛҆Ux= wQv2!0}˪uj~)U`(۩L1tT>ZI13NSm shM_EzѠGgxkP\O3BEgMm*g)Q Om68@cg\eenW-=CIu-:r0Q m &B_tpK?޿&9@(Tq2/h<9Ց"aL#Qassufy蘑̈k RsjR*=3(dbL|ObB}̀ :=@>-i1 R:x;R TcObJEz{"8K;Q~ZL]/8ޓk{+:tHC|9p~EtVvn=MAF5sk_¢r1?@8ҝ0GQ)W endstream endobj 252 0 obj << /Length 867 /Filter /FlateDecode >> stream xVo0_GG"ߙ1Mb *Imf놄/{/~} 4\'$ϩUbC2&߈1_|4̈́,\|9LO>فse(=te-`*PۘغuImHb(]qC쓛6o4]\"TEwz[,:-{Cuʮ׭ĶHl ͕ Y -PZ}/ʰ16):,[_ԇUE.C)Jc `Gt Q}-~ {[p+HYij,QZk_i\/Ka_ΣC\ hܸp\ϻ ٥&yPn拙na MH66ټK ndyg¡|m*Hwn#a+63PES37C\*_D+ݭO ȩ8 D| d(r*PoJW bI[&zz!h [\|v8> stream xWK6 W(D _"ŝ!M7Ӵ3m&CgV+K$o%Kkm6iX|yu2(V%hHl)V$]ⵐIN%&YQy˷wX)N?޾yo7AS0% 4, T&4p1:~-xdk]ߖCYṩ?) iԗ(]%IaJc"Y"%(ٕYd®+9x: p686HP2.۶GnUyQ-nƈIn؃xq$𭛰P-x oFTfwa5ԕdL!pс*[ bmf[SW~$e5Dm^(_FMX/blrKB7$(@d^ b˴q^Ąt9B 7 6R}OaHW(M_Ӭ8V6}!d>]RAtR/a_3rurM)0f#?p)Bt^rb2W|JdL?峂+P\ (Td!(m[W͒zq+>GXNbၬ /+b7˔Z$-5&Hg݇PZpxWqDe;}Qˡa0 "U#@rpl#}Oư1:Wlut:K$Ϫj87*g+q~pSg'۴B6D %f:$mxF?~lIZƆ(w VtxK?~,X<_"x%PDNY!@BiP2ެ:uD?a~DB@C>ЩB:R}֖E)6#_PljV#:aт"𗪑E?.(1}VB4 _2LQC4og[=biH*}{ Bt,5HX ʣPcM~21:Q9X3Rd!SЏ):FW\҅ps jVgF2gS+B훟dqA9OLԬmy >| 'nKl2UO$ρx'u;fb>vW!9%e5.>(5K˿AsΡJ۶߄:e-1PLɥAlʥ/e@̓'ph4rVwFmfI endstream endobj 259 0 obj << /Length 1533 /Filter /FlateDecode >> stream xڵX[6~ϯ#) 2L:d3O_/D䋘rXe@-8Nͻ7W^Y뷯Wo޾_~Z: 3 .- F4aO6%UKC5-j.c%x2$IPoTZ8HK3I-tu4sXt°j0SOg4EyzKH%abD)" i>F<)>xL#`X|aM#i Ω1"l8 |2DNS80bNJ'@F9h2BP;փi6F,V2,X/vY^m% vtQgEP6'AI,G~3U.!e229jW !ߖi1XjG)^N0"Gw"_[2<.딡8bG@Q*lL{U|CIģR\IP{.R@ oV4$tCINRZC^wb۴5dC6F ݤ液Ok]ֺM[i1z !FSv5-O,OmzV& ē795YvjƘ8DS*Iߘ !)琾sX> stream xYKoFϯ Xv~ XLg7{ b@-7H'ίOUu%;{j6U_U}UWߺgH_3ˋUR,n?f/W*=Y)f |wn~XJ̰enˮᇫ$|"!E¤ Еᓩvees*9ke!_&}Ο!%*&??.sjU?/sEq]uj`6~e5iWqENj |QK(X ]P05a, @^djPfyt;Yd'1]ojM~<0MlLe &Ne'C0# }|:iArsær><60xUw.X!fjjbwh𱫷2?l|1X; B8r&H;5m6*_GHk7)K9AQ31#N`˜?jw)ƝE޳3D<H }I5 $Olz$?E6S\S0;r})+_^Ne %RT%(3ƼgjeOZUPnf@.9 ဂQalUn6Ta򖲫E"G"ZX2ރ{:rVQLi0Qn>b'Qvq?CPr7j6cuQOqz1kR OYd[YMY+*.ٷaNXm=S([%u`A.0Iž&jf}L8)9*\moķ8uGޔP&u|:{]1_(kl LLȳa]DE=L Heݜ;jؾPOӱmT}xŷs:it (x5U$bwSg(& CXy҇8(Gq"eY?y/fNooL3EfFZx~͛2AP1 |F< h^r/:&Ex,T^jS/c۷bh_끆Ә(8փ#;Yi{հq g\?1gT-HLAkK2v~ApO%01Iﺩ_ Zo~~,Ds:{07`n~7\ @oze܋2~#e2컲æ३jP+>AT b#qԇЅRK^PYUaM6 ? $ " g+XsJdȞ f'd&s*bTơވHe_ˬ Gfȁ`&2>d n>&LVq>5%ssG{$q?yOC> stream xڭXK6 WԊRtg5:חe[hl/3zPCGҿm<}.ժdf*KJRBf+3dZm^yy:Rf_=WooxE\N$h(ޮ5Ϫ}/:|g3g~mvq-\7 rcW9&ʒܶu5cB6͙rw3~űST:W:6iR^W} tk^U=J`t (H75iǥarpVjM̛#| p<;}<vF3WuL7?tl}8& m[Wpj~:ai kA&e{)sRvgΜ67]>F17PqsI^:w(5ίO~<0bF0&U쫖h}>[6b=K5Ur8RϙBqM~wUHa8bd1}⎟c/5wmHŽ eyn,s,A۴$y%x>. Nff#sjk趀#Y%T<<+ endstream endobj 268 0 obj << /Length 2252 /Filter /FlateDecode >> stream xYY~ /`6F8xd`w(3W&$5cקy4ՒƋM2b_uuWU={{s\ }swӄeIzɔ%ܭo~Xrw讀bI$oݏXJiDw~-QH 'KC]tfbWѩYd.zoZB~N*7w(iJG#?eZmQ۝2ֆ<0-JOM(0s&tR&d c%O\ife쁔mN_' O[MK݆5IhbVqKr/R/d`8Q9a4T1]KR )CP~ fbH%7}=oBd;ǢR=mhU(@SLܔMյX@PP$*hb*̮)[{Umɹ*ݦB 8\~͸.0^M1;x{)b]}6(\֞m*[{0ev4>,L6#mWuPpiF(yJ/f o#gʨ".L5Ǒ8LP318Ut)Uq 9˿KWI}CzS6,LHE:ETx-ڀˢ H#DMPLk1/Kpthd AtS*nwk,!ϡcTl!:!KI [r0r( D=ximD>۬kȋ0׊~RDm!k |ciC,:]uMyfX6A/i?#_T;&ɛ OR4Y^>Wf}Ώ.b~2珘EU#˙7S{ 1Ȯa4˸AU&JT3e‡9}5͵qDc)$Lm]2N!2.eĵg;lٱxVI9֮hl#5ߚj&Nd7)R>68.VyM+j4C)UajQ{tZC~̇?b(?33>2t^j43z8b ` o'"ƌA =Gxh~hi>&较/ Uxds&`aH䮘/k6U$ɼޔf{RXKqji `;VdD:7t1 k@%h|l,a>d áR`Ex}yUPt! iF s&ISk&PZ:0FK=+E#pOPhA%.d\.~_bp!zÏ>Qf'Â~ើ!Dnz9\GRsJqNi5rcp("%.)ѧ1ԇ-$QNِ0_x+?'o+2&Gf{ ~onJj^{_2 endstream endobj 271 0 obj << /Length 2177 /Filter /FlateDecode >> stream xڭY[o6~_a`_l`Njb-:&}hXJbpt?&493"F]`k**NƵ9a̾[lC<^$ژW哄 Q(x&zݎ\ P)`5#T'm#|!\0 VW"ogpd?3Ã83vSH"҇58 <4}G[mW=ΞnȎf4i'ytRMqử淍Y@h+oPH9^|Z-u8<[dn( H1$Q |Jr1 er_e]/ RsBax?*~zD@6 BhPEwfSA1pH#N}rttS2f"O纭ƪM(x2P:n Yߌ+ &9y>A!2<ވ2`Z M:8{C&HK%1Ù #Ԏ45̄S a@g"7( هT69cZ0DSyKcvQktU~L߷HJqͥN3=3||, #m\@p"1KF93%sj^T3c55f&(aj#q KEilDhz3OK6ObgeUmZTX1H\XE(4B!U b舮=bu&ZO?"^?PwU[$VSmх "HI%&ˌ5U+_ w!]uǺA]qzI`A15_oM!V:P %}-\̅޻a8T.Tnm`ϑ>ad͞sze ҅ޘdvLwa*@L2B^z2גsb,!!Źʈã <$N!*tdV5;դ.>oBKױr?\E[}ߤndބ)v19Gs]=ݚ_ef`ƒ<u+c2epL[="aƑ 2V Y"S&q5MTk"TkEYfOUs-Ta({K5{Tߌ>P1Jt;a"Cc]+C]7xR_Iw!.W(fKJň|U;6锼"@cl({׽Dyf3 y€#FE\Mk`ϚJ3 ax W'jp \-XN݀YOA Õ? k ڔ潪u(ڮ> stream xWK6W(-1@iA"CȖ!l}g8,9Zl.E."9 yrw1g]mWpsʕa\նZYgwJOvJwfi/|\oReM_o.J+!3FM9U4deUm} EV)nTN"kYdC mvW1meb NäJ . &#ۃ?x7qQ63ebXbgFX(AJ&7o~+O6?q},Ι`.H?=ζL9s#M8Ŵ~AM)ص٦vigMRl{d :]d;_;p8DsN_̤D,Ɔ,^j&ѡFl5Q)Rn3ӢS9P[e< $ZA$ﲪa:/{: [jׇS( P!h{:tS^dRX4SX |SA<_CM8U3;{OU|̑/eW?6 8 Ǥ+^*4BYf!Vx8V|^i.X#],VAL1fz|߃!r<*i664{ dɈ<$ұ>>R0e< R&{LYx IZ8D,Rl%A>qe/BF{ yk nꍆA@-mַ6< u==iOPxm$ċ@ u[&4`I!x"Y?o) F&(Ry@#/= P.}h[\C;xrXV aD=ʋ1W ^Zr9Ė́_9 }uE2],>w;}C9-" h%.KФ̮Ah'%x\Ku tE孅v4+? pağu4Uy:5u2}ЏTL2UW|"6.hBW<_p,$2ï<`@ݳ VAbK1c{c>=]9L.Nɓn7SMqf 9wokxx]=?>t@=1ZXwG݋B)X\Q{Z 1ǼBFɫ{^s|*Į:OqE]ާH}}*}*80`N#\xOWm| KrXz ;_5> stream xWK6Q:@6@ 4=(6`[v;CRdM97_/޼2sicNeF(B9\FIQco~⻟(~[|(B#]FYEH)%E23@V ֧6UW7IiWwQy[?:(_nv ^p9(&w?q櫗<ƽkp ;>Vt~|jwVfze$+tqJQEQA%EWɘ/\[߭!4~ D=^b0QV!V!4}VM^"\>W?N2USI~;¡]6߷bPx,z KÌLP$Ղlx%BrC jN8J↑W>&IA928?glL%'½:"nriĥ Aqc0S~TԏUF7K1GMHGeoЀK3La,X&YQ8zYT2/ֳz5@(I:8 .&;>C?镯+!¸96א6 TqPo};Xb%lܸHdX a冃PnT%ƈ8Qb$z͙=c$v> uR/>i ,'9 y1p qO492nˉ'>VmӽcO3tqltHb=F1/V=[D O4[B) {*M+Dhz?"M#D@5!-ixlT\+4-,#ҰQFXŷjxXIXůg`Ι2 Fh~]NiYvM:˼gc $SPqDHU#k /(+!36CxVjyD35T]# BIJ 'A3#P@)9 a4rˑ{5"R pvqS* endstream endobj 281 0 obj << /Length 1878 /Filter /FlateDecode >> stream xYKoFW:pGQHMIP ɁXJ>\6Zr8;fճ #\nHaQL LjItW()/]]挱Lm.~7Բ;9U!ۜ*ue$k.o #㇁@ȁXoce-=FPOPm돞1C a% A5,ݶL@f+HVW}msNpޕU^~Gh̄'`H%z6Pñ\d*9V's91i0j1XBxګ㠜×mpNI(YH-@cت\.IË?],;(mxKNM d5y#&*wM0Ax5*3rjT{ ݕU EQRw\wE$)0BOH 1}V(ٗ% V`<Ԅ@3<{ r5V;ƃPN[fB)x ؐifCLWuU&44sAFE.' xꟌrusӓC*QυLOCڒ#2J3)k+dV܁Oi%!I^$]VOR:ǃ*L(Z$qX2%bCL q!U8rScS}RY"COު{-ɒ9&!(40bc9B<6*hUݦz%P'GݲlM índR ^S7iBhq8T`Ү\b6RƮnpBZpr^&mTA}SeǿH#y&^2f+MlvR7hO%0eau%?)p= (f=fkNe7w^>!F}0`$$J߮ւq9, uĘud AW_1dÿЂF+t~,`I43c1;#QX$W5I?g3( /X-If< ;Еf*l!2{R҅YHy4bZũN jf&Y {.dO; Y&!z2 Bb]m"XDTG1( lLcg1,-q=gXN4T 1M"U*Ѹ1NzRŌEg=v9H- RT ,*29Lʗ#u!|/:ÐzEu%GGvt? xŴ@>WH b,ArT ]91O0@T0O<3p ҇G#tU#":@Yq:/5^v؆:fUi>JkYطj߆*G ~hA:ۙ!`"|r5>۷;F5AU6OS}=,w_qm%ƎR@֩`jkJ,YoWέn/QdG4 ?QWu\VHWo"#Xh<&nx?>@k{G77B#Tk_k&W.U ҅mScam We5;1 1lu-џN1^2ufoAr$tUI]3e+34.E endstream endobj 284 0 obj << /Length 1789 /Filter /FlateDecode >> stream xXK6W7`oA[ 4@[-/$yΐDK.H gype!gXlif-1Vrl\4aynWo\scBdqg^-?{~oLhH.V'zW@siY5r%2eVsQ-Hîh;|2GRz;H̥!QN'II.f \6mrCMln& 61쏈d&є0ehaTVEWVUC.TJO~o wJZ@ gN;U7S)e"$c0v>tk$~ω&.-QNE5ewlj4*n"3 Ib L X鞕^qH{$r.3 Ig#TWEAܖ'/'!9a_*v.`G p&DG|̅g)CR0n*Lh׼xSY}L WDMbR /l0RiIW6 1X…0s{Y!U![í 66S;44_s#<9˒%T*HD LAB>nH3Xc%^ޣ{gT𤼨SL15j"F_,%Wfd :kw#<+.ʇnwF 58U plE:|r!&Sջ[u2k4'[?X0&O~TXec._82w_`6uەdbCJݔuT}spj[a>vǘx,P pvXv5,a$LS|90.͢X-7{f2-{Z%?z.p5ݱ+M4 UO@Woڕ w..zRsU DMb{z)QcCb*0}L͂tǦ@9#qco& ΃n DA8y\څ\%S~%x)ӱ]l&/0IK{y M"g5kf,Qj(|=28Vk΍"slZ {ݶ>d|aSy kRj֮q~Bs9bP}"YjnS~/ax*Nn{8nP'eETf0gp#8 l)4RPkfS!23|Q}OBaH4#W8ԐN~{ &/c#8HAE^YUo> stream xڽXKoFWHh >6}(@KVJ>Hq%N/";;fF?޾zNO 2”Ln?3#J9FLyӛ9c,h+?n9!!e"8Nk\$-8˯X~.v-Dm6VI$]`%r⳶^Oeq $U@_gfPX˞Q {WYa:kfY%'4BQ6[L r,Cebo2~%bCDO!Z>ʺ*(DH#vvi}@D12́O]-^7]:A} Pܙ8Gfz~U]wĐmG${n+`Z-KxaPHl,4ٛp>M@K/>%oTA? QYlk=qKsQJm!MZP} U)R>"/RȔp&Rsm|Tc[oZf[zn?񞱫uӔίFiw?AȀ#lF ~1/z>ƪ[kY $f-fM3G+ O FjQ/K(/9悱@ȉGb.RHAײ\+u¿PNT+$s: 1aНѸ-|M1P $XÉÅ_q._wR90AgM 5"V0T~Vcl+{2D:)/=҂V! ĨNCn:m5J_;hXcDJQۣ]ٴۺ`lw+bVU{נ͆Vf$6Y{TEdo ¸-OaQ^>(5Thy\+eԲȪCR:+:P!,037^ͲirxH0|" 9?(`zt@1a@1Ōs<- 'qGNbG}/C!bee@Ot&%{$0zW׷=4S endstream endobj 290 0 obj << /Length 1297 /Filter /FlateDecode >> stream xWM6Q>ᷨzH,oMbK$ov;CR_A"Ԑ|3h͝QF2u}LEPrm&M&&=^$B=sۛ;3LARE4쓡If*Jx ¿|뗋t OySSñ<.j*XF%1B ˩m[&ǍMŹk`;|*XuyYٽء˯3F2EcM8ekGv&km1nWp$lc]5Fpci]dΫ5I!P˝8%|Wh ThS/'41GAet?= v8m:~P ޕG/;,^8]7 U=욚T)% &fPwzV =#;i,zYgǡOh$h3vCyTAEc{0pe{{mMCRa{ɇ;> ꝙu %R&%/$Πg/"-ַ?{룆%Zz<T%l#({ /rC"Pqs`$۳m&TIzJzfs$mhRxt]LyƦM!!dl?#MVY!쐺f&D2م?_lDgb01WeqH\}p=f )Ոo 4'>g$ Df󿃋s(8p^{ EjщQwۛb* endstream endobj 294 0 obj << /Length 1248 /Filter /FlateDecode >> stream xXo6Q "lV> hsPljˁGRDvmDQߓ.\(GyFhq"L LIXEcşo.QRE~18CI*g0qJ$JM,n1J„W{&)UXM t"BP.u289 '"C"Pu[e. Xp/ w_+#k.T?։nr[5qCR)ę/VR:6 QşU8F 0%Sld FD.ďR(Il'w} c(bf,o]D,]bh#eQKܫA5Q'Id_yeL+*5.(}7#W+\wQtl dR`@ɾ˕vSlp&(dsKe#hj G̯hV:vxVeI_$9W)( <x 2+l(9 MHYzL8!2OVTX5{ `=ʼn̈l;|?б I\f/_Աq@jsp(aT Nou<Ɲ( )%n?뉛P>r@Oϡ8qSWݛ)LC[wqm 1(gaK9ǀc+ؿ[Nx{ADIcϻ‚%SҊpnuѴnFq*,z"Z*SmH9L&sOwuz(>D}fýuNDxNS8%D!J(M·sjlpFo X lܖK {:"?-Yj%r]$y 5-\bR+OKZV] N8|iFoR߶ 8¹.unī;K{b\W\frsᮨVn65Z-E?'. : x3sF= 䙳#=ev$2 O:# nl8} \ endstream endobj 297 0 obj << /Length 1767 /Filter /FlateDecode >> stream xr6y L`!Ӥv45= Ig))v&="ArX,v?Pϟ|Ţ bjq~( b \zGddxs]2 0ѢXNND̪Z1 ܉ޔͪ4=H"*DK{ 0̫W;)1X37C.󄩒0N{pW^W DN ,dE(DdYMc@Uvw~YDmrOcP2SsH 'Р4/ 79'ovtCNEդɍV]s~[lU~vmwSBM`>Q SQ*0D m*$.ֿ Zp S>j jrwnsPKn!BgI햀;!xK+g"hUoڑ>*,ε.5Ml_.!mεr]%v7&w0"knf` jfYJmQ?_bg0, g!-([ | }oٙu5\l+B2^&܎@ch2+ 8% +B?*o`b0s"/`оi7tm}pmvXfs:)ΣY{S&ìy[!]׾9⃧7 *qL\=WF a]ts -ax纜aD!'_РY'f* z8`[cUӺ\5uBdD:KTt[r}*js(C3V"eSYr.9ܗ]GlFhUЦUPTض!jY1 vp! 3+; Ф00V֡P%:ss..o_%r?#ƖlE)(* eHhezاRJJ A&01BMf=;٣}@eՓUѿ_a`HwC"v?JM!EHGa/] @(R&rBko`P A' Aa{;Vku85r|U-b#?xeLʈYZ!:)G\ЈK ,q /Ο$z={s W endstream endobj 300 0 obj << /Length 1646 /Filter /FlateDecode >> stream xYK6W(7-4=AևIڵƶ IN!iKM{)i88/}C|^(T.w "0RX,SXEÏߟb#I1G8 d^]1H)\?\WpĸFET눨i0"mBܦCPe&:۵ 1hHPjBҵI! W:L&1|}܅Te䲻wD $ \ARI(MdPz04i;{ +j]MOGzbMjwo.$ :l]mEiL{7-2*{{F4VARPN BZƨ_Ŋi+$Wępȩu8Syz@4$Ae;"&bDMQL^i0s0V׫&<=zjR眫O֒w9!iAɱ^;u;,Ťtgݮ vd%5bz9ٳηA9ԑDX#&ҪrSx h\yDm(3 [}`jJiwZmSKNU3 Y6 45+oˀӗ671%FB O5텙B zQy1Ң &AӨ&\cRC{8zrRc! A6} ];MWtitFXA B*͗XDyZ]QɱR6:Csކ9$C eMz_`,dqBD1( ٌi.WM{CW*p``IY[Inߵ.Ȗ"q.48Gwۀyǖj $} IBCE\5.|Y)T|.xp6$uu[8&MKaO?p`8(5EQBqƥ5z*?!7R-X`kT`] {rigyۈ0i`ڕ-V#I㝟x qtgm$ECAq*$&denA <^ό ==$x}>xr`n;8L!娿 _HAhP(]ZՇJ+hYৼzd+ .R?.N<]{a=3*A7ݶ*76fl^ v!{j}x98PClkÎ uG{0[ 64H34Tsw~lSJgFwo|zIJR“LrnqJ%Ub: bT8C Bg=ӟ+ 3]!qcRլ4|nt^Ƿ>$'0¢h9&z0"X !!}?-@×}QD"|HK"5 PT&$Hѷ!<$1'zj!;a*T1x{^! ro'B@/qmB.D9 QY{2D=&Ci 6V"GåS 71 B\Cu]/F.HhQ7;#TM]wإnH PÐň<%emK`$#:/DP6UQ.u< c_c8;5d_]ޖy+Oqd!kȭg])Ob9 B K }&;lf9%%u@u&ޕEeZW2wfk9)y +tmi?Yrƫ dfsB"MfwǥC M TX'8UY'|QުSSɼҐBU)oI[ʺ^PHʵ՚l]8M%p[z`*DF@2#Ea*"It^/]reYu}@ᠴiQE9PE_D 4aO!wO%HoZkȣ0y8ͬۥejμkVb_2w^m/;bf<}Uľ3'ӝQ&peUnPb?Ϲm>g''wֲn̍|p"a'u'w;'IH#Tp"QJ:>ңa{k+^v骧jp \-([݈T $׮2,Ql{i\?'Ks'ғSoC;x|> ,~i{bp>~҄V {%z Q_z%#J'g!u endstream endobj 306 0 obj << /Length 2144 /Filter /FlateDecode >> stream xڽYK6WH Еjw3TFUIU0(I9Dh$;^/|n|UA jbCE(go|񭐳JB ~̿6w?s!D:7fw?rf [JyK*7SV͚۬/6վʿGCs6/ۧ*<_kn2VaR•B)oׯTѧSsBE 7/ 3O1>Ƕv %5rPJlk+~é\}^ n.~ڹBQ=u*:T*b%Z+g?̵Y7Z ܊A`E }8Uu Ô)}GM`tIa B.*Db y.1Db fo]T*!Ҷ`s|}9Ĩ"=4{pXXeo՝vsg$LcBYsP+Fp~DQ(PC!8u5,w?#DqJ ; W_+ N(ST73go9x \4XfRĶ"n{]0" "K-a`Uf$`S]CTè!\DA}]wA>X*W[s'̎}Beֲ`soȴ̌6?UMՖ}8ʬ=5y_;WK` *p$9i Mz- `(Pk}@5_Uv,r?_ML0ʕ w|P(%@ ET!A!pƧRSP!IN䢥Lk`ǭʶM6TM\^J@`C cQ'_`^_„*x槟0& 1}[=XUc`]t7  #|_U?NjSä(Nc,[c-rD<8ܞ{\_R)~-\M[BG}j6kQÔPO)VloiBmq Bs^mF&:K8s#o;۸^ne;G؜2j_J߱&Q} M* 6,FS*Eꡈ[\.\~^FfF"j_|Z,2[m8mðt}K1#$ٗW$ ⚠dʶPҲ (uƕ?ʏ]$]BG}cZnO=Tȴv0l`eӬAKO</pxt~I/NL^xpB+3uR|M  Μutk@kx_0ʿz9+/S1%: qbjR9&$T6"a $VFk0 rF8glf"19p4VftQ"(Ws>9[GX9,|VGu$cz7dJ=q'c Y&;}ƼB9O=bm^ `mø0lp:$2gFT( EKpՄ@l^AÄgzʾOKQ<Ȱ(8d<‚mQ?DpvY:)O⸓֗+Lޥ=ى٨)RvDyG؀pq|Tv閍Mx %Gk]p"y \riRc1f\~޿EdS:l1V] @kaC.;MHڤrfr,D]Pğ]WS\"/uNO f5}MӐ*|QL^p;o˦ۅ7lM0lț;75D1 ki`হ1^RfI" A:rQ;*5VW¢HDnN[^3|*ۼ( endstream endobj 309 0 obj << /Length 1798 /Filter /FlateDecode >> stream xYK6WH#E-AC4iWuc I&CRJv -= nxbZmVbcJs =RJδ6hۛu9Gopyw?^2#Z < $\(VJ戲*c<(e5l\Ye`Emr j//P:9S9$R:ќvjK 0êZRT3A ں5|VmO~Ǣn [`:bߴs)@ށ- bf9x`]B]J0ӲTp]Jlh] W{ +&/Ex{L L9sLXٞ*SU&q W0զXr4E߮nU_BpBƁ8MXm,múY3)oŰu_$RB +(떮Pu;$k:Ne # ždơc-(yR xuxA l {I~,Mo}^VclG]B8(VէumB`c%)p|dK*oQ5u80w\sЧГ 0BO_Y ?]i fJS)_Ό֤Ӊqى9Fq.7qY8N`(J1 l4 zL$+izӈŜXvURx<e)L@~VvxaX2>!!/e=^2m z]UyY' *Xݵ!`_Pxd^!3U\]ǔgǾ<6aG X'MVŅl頄D?ţXT]ѝ> SƮ>unH44sQ/Ǣz"tMk| C6,s?> ;7[{}G=ّ2V$ھtwEpiczSRq."8JDФشx8FjnBt<>FViR&,̓,a[<@Ux E庁r9M<wt/a?Ka`?8&|qx&mfg͚3< ߜ<\a>N2`7昹0$;f}~lK3N{S, 6b K8@06{Sa2š`!0S[J/˗? `k:q83  H@aD<c<)єQ(:8R Eyn,doD;qr;q(qJǀ39ۖ  !~.0ʑ> stream xYK۸WHUYX[fǩzJr% cR(ʏiA$!- nw/.rkw (1T-Pr,ݟQh%\-(y|wr%4Y~ݻ7?vXq)?x_Q4zGq"tkq Mr#ؖHp.6ZMcs%:_D!/qF_-n.*PC?%hGBOC䱞527qC皲=55N%N~\*S{U--NWNc0`$W iο/UvlZ1l&r,<`Tg?Iw!+jd@aњ*OF ; g졒I*kf ]\[}@5k/ǍmS/LJP tYP+ OkHqCO$Un<2Q;jyJTڲHsP"NQkz-Ȍ:=x^2crAk;!aǔHM}#&χ2ҔMԐj{_TSBis)@qP!0s:XޑL ĘS߹$51wd8)TJ@Llmʳk6]aCr$W@|r#ʱFv0>~wNE ܉(dmV5ip +pU<|t(ɉlSBƐu`#)veTYTкqLIb we 0("N" º9Rܡ|19\婵ݨ4#-Q]p.H[@[08$[v|d/3ꉜXN(k"AI.l9_W2D9?q=T{!䙎ҀEsy|Z܅#}.GkSM$n`ض7-CvP炫eGH~0y>BR8OR"tTѢ3)1]k%Cps}B&&`K܀?Ei7f`hjKYR(fҖ|vseeN Ӯt3F>gK.42:~[>]yf ka@N1\ ,rpEm/}mMQqPѝ0;v.x *H~TnGn퓷m]r~4)([|j1!ć?nj!=P@&M'-URDOdgCQ5ϓ7@0#h-מ9fDzNyق wixa3Z@܇#T$/ϺGZMEF@um 54kuo[꽸{)Y endstream endobj 316 0 obj << /Length 734 /Filter /FlateDecode >> stream xTn0+tb[oMIhtk{`mHDIClKP'n7sQ_**>+3-$e&+)JM~{qR_~Z/ۏL fmhJM0`.BPI,, `nݵCtUHi؝" YDj5BWOk|K ifym,]\y߆BqQK29b@䑢iz3QmhwcvLSbwk>!< 3 pyk3Qd,0ƨ"T ƘI"2i_CwminAh뒃]noϳ%Y)#Wq7Y _ъ(Ŭ>1î,]qBXۼvQdx?4QQy]w{W-5CQy}Fkn\ݭc[7pZ-/FyP x= 1ɐ8#,˕Q;!kТ(##n״G8rzx׌\8x( I-D+cWRB}FkR=݄ոIL[@:ljĈ@by?XӳU} endstream endobj 319 0 obj << /Length 107 /Filter /FlateDecode >> stream xs wPԳ432SIS045370U076302TIQ0Ќ w36ARid`g`i`Qkllaknn 25 ? endstream endobj 322 0 obj << /Length 1189 /Filter /FlateDecode >> stream xW]6}bu_U&ԇ(j/Ҳ@HvQ+U{|f|f2ى%PNkiK$gJfC=dv^*H?ҮYqW+6k6/MEv DbBX < *iL@%Qr E r@IٿYNfX`lAIu'ɞyqc3ږ(ҁ TeWH8c_07U>h`Xcȩ"+e|Cy.LYyd2i … ^MU!Hec[` @Dl$g] $әd* 'te?g3`YOqxisaG<SLnR9gXMWPn t0Nc=h;N1=?w֯ =M@OӅ7LaQӜQsF!Nb"X4h{O/K7ݥǭc(z[Tv04O|SPv"oE2}]DDl.+WH' |Bd'^nUjn Y߾'pw^~$~Ţ1P*@u\).+ {2nlz~ k?V@䱄CUEt3C;M|3#p YJ"_pM?FR܃3nL7xK3[d(ŔJxjʚŖ+oL۱+ yq;z=V(eE{4cn;AЯb"$UW (U endstream endobj 325 0 obj << /Length 931 /Filter /FlateDecode >> stream xWKo@WDⲖvweWPT @VB9%qD=q>TQq{=gͶ% pŨaj` ;|# g 4Tj5`^gQ6WQ )#ͽ*agT\qm\{|QGyT쪘mEyg:Z+ RT)a>,jSf%')`jhjeQ@!h?@$Ua#Q=.m*DR 0 O^כ7h:.Ӽ/E} о-7UM[e:K0*#{4pI.kERi; VTˉ5fg ʒ&q"Ӗ^ԛ&v2.& 6.x%esw4`s"nA$z*!{a AtCXcsXIL͕2mog}jZGKk寮wF-^F.{AZ Sf1m0sKsRm"NVvCGT> stream xVK6%nCQ$Z9=hZlv}tYDgyJh.IhR<&_&X}Pܧ,GN1mF6Oo u C0I5ԋpPAP Q 3 'd5Ŕ2C)ZНéY%FJ.=0YdFyb0f›PqŅZ[0S~dc v[=xYvaM Jc"ZTk|L%Es}5T] ᒎ^w 1){ yF{`ɩc|:ŐqFReN$%ag(F6(g{J/Y11M.䌟k"'rB *9z~ǡn)BXϣ#*֮=x6lrw׉WD{\iEh;/k*e+ELRVeuײ9E2Sr;T|4R!w}vtmQ& uq'tFdF_rfL~WgyW_8 [QGR^Y&BMO +`ZOpw+s*Q,SQ슶,4ۉkO!X9dŠpgA̠ݴ>ꞢS$DXv> z-יa A/SsŮLKs ]lk_& fk}NXN8X*sqln2. ]9C{8^Cnқ&>G'2㪡O/S}]q' endstream endobj 332 0 obj << /Length 1008 /Filter /FlateDecode >> stream xVM6PoA I-ۍ(ZcWAҵ 2$9}G$e6lX2E{3|7tLR嫈baJ)#43;Of*ĥs<=$)c,V(I|vnpPz$%$~x8"T sAb (qCXnsk#Dخaz4ޚyr㫦޸\N ໦^}cFx!("L;Acs!r`q3]&DH?׫lMR:L#F3L{}Sv6; vMϩ]{ ШͶ<((ҌQ̦̥` CABBho̶K.(uj\Lw+ܣ/P8=r;bXS$Y,Sn\!<c&eej*Ds2׭JS=Y OMFjnCZsq~j("eݧm10=rSKli"W}B(A"b꧝d?K(6͐$& ] xiMz{k S=&tCY˥iB{M>E1M/"_'K{,XhVw7*\L۸s^~2F'oD̃`H\/8 ]z(.n f3zWRYˬpߪ3MQp7j$^ͯt|fhroJ[~6  +s3o3 endstream endobj 335 0 obj << /Length 816 /Filter /FlateDecode >> stream xVMS0+|V/Kb:tf0K`h;c;P}%ىi贴\D~~z]m@c$H"L >##)J?c BP<~|u6@ \kXWDP0Jyݘ}ׂ'=(frhq]Ut-V!\k#B=Teej.= Gߛ&e[T~qQiptYguf΍rq@"!XW,fhq#3 Ǫߌt\9 u8;ѱ gm-L[X~eUIW7.{a&,,>r}\M& RLrUCMb ̥1e'vb_lKPAP9ĨBht3(ZSg t$\] v#Z̿v U &rN^4,ʦ+Inz/L nj'9I*̌ƌR:6vvS};jdċqT pd"kxOWFDye2Ls>E,V ۿ>*ho`P;4;L~s endstream endobj 179 0 obj << /Type /ObjStm /N 100 /First 904 /Length 1432 /Filter /FlateDecode >> stream xZn\7 ߯dDRDȢ-+Y&.bHعSt1͕(uJ 1PɁ"8 cN! /!Js`/2@^M (ǂ`P ޳ ilիZQȁ'u`O.E+KESadA{e h8_ kH $)XrH E\,$uVh``UƖ!Әq*AهHM@ *JҁV 0Va#b9L{M%VȊ^9g64.ŭ,ZlB B~TC%E"|%%P)jP.FdS3Xx`P8p VX٩M F T#R5S4Χ6%0G򋧎 8?\JƠ1QHCF 1P v E,f"yvIt$1D(–4j8c8zq8|Rߟ>oOzz?t9x/Ewz.E-Dٓo.!"-276mY󞄞5"W=uaH( Q{}p<<=Gkͱ0Pa<ŌAQ!)dzz9P-αY|S_ܾZ~}`w1B{5)3fV{3I0S1:A[P {s02A0 C$ >["?S&, '{5Lt5m}p O WiqQ=R%~-vS7f)C(#bVU@de{WKaVHRapwHŰZ%ړ]umnѦ=IrDk!= =bm"k{YGIVbbfauZj+TM@[jٓ0BqOylT.Ǣ,F۞ s~,X3_w+xB{y] lM NaVUglr jN )FPG/?opU,*ҞO|}BS+k*Mn.]DW)×?9mqN]nn g`mL.BR R&W~V+N=ri4ֿKX endstream endobj 338 0 obj << /Length 988 /Filter /FlateDecode >> stream xV[oH~ﯰċ0/ʖ] kAi|cxiRK;8zD[TQI&2\bh8>F$³X(gsd1?M<8AZd~wxr0=N _;9ǒL3bHU4Unr411CN{&S;&r ,V 7aG?K|q`WH7SīMU,wZ   h[)u8 %R Ο/bvqliψ\. $O;ؖm"ENd<ĉZ!mSUZ Yaʌ{;+m.MK:Иh͏(fHԅk2ŹwЬzv ۶̫jUlBx>G`ѡ:#dU.XJaHWՀ! ! C.Ϳ6D8] GuURjOuZUed/t_Ҙkzbbܸ\F884}.=s0"VFyWM`dzcNF l8X@8fLБVs31Ћ^'BZɃ@QN=U  N.Yh0 *I/}pʛ"~Y25ZЩ -Xё۞8> stream xWMo6W(D2(H,6A+smaِ%9eqz)̼y|Oqye TFB)$_QJbZ P!nZ 4t{K-9ɬAE Hn, R&dBYJ2&2:k؋e͈B&^?ǽ~2.m1nU6l `jJ?)&"E]QLl *z@ݡ.to3ůj+̱OL\6o.Fe U6aEyӠ)"@H7)i͜Tvn|~3Issn|%]}#@6Lyc:N73碫񏔧׏65L|"c,Q=xDY';=ؼX:,o Dhzl|˾E_ʿ vy7lc endstream endobj 345 0 obj << /Length 1123 /Filter /FlateDecode >> stream xWMo6W(IQ$E4E[m͍%CPC[-{E/X&5/7avhsOf'TDb" )bG>,$$Eogӻ8Gĉ*t nLE 1>~7GCsz{T_yY>pv>m݌h D gfΩML$YEE3=ۏN5:櫢mrrزPlмhY"R(dqXȴەBEjkcxzŎ.՟qע's9K. nԸ}fe֦rWOx$Jt5 -,DUPLE~ŧUR[4ރ zo SPJ1I n>cH]ޅ􉄍MD~h~nwxP$Rʝ#my;I4#;9Z{yY? JfO)5a};&cy ]bl15-+уϭ\ܳK?(..s]JWT H_ gݡ/Ӡ݋%wzhNPjmQuu A딚^*u*; ]4iF9< tqhNSg2MZ= hnrm.}4lV^[`뎬]s/hv#E ͓)@?dr%/?< c=fDgYX27&B9 /1#aa~감>1EGP||'uZLtȎ+N&;E [&wdh90S49/(, ?Au#`6+ghEPN3[[Ʃ7`*R\ <4cS$pJy~q`n`}:b% uȆB6;y=!(|._;K+36J['k1\b6=JH/Br> stream xWM6Q:DrQض=dKj3k!dHnwl. ErŲGy37/՛\, 1+1DP\EZ("H)wi9Oߤ'w>?޼ՓH(a9/Yd2b2c r|]su\")È1e:KvZB$,ZV+A$2M%<*ݧ&oxKgLV9o2|4ڭC%c}Bحm|d"(;(z0WQJ9kŴDITc2=bJHU`]l`wrAr=xj*4 !j?C0w:;EsE:Աw #s@.Ha?v.jpF\;vOk]&:7i&rzrO._BJAPQڮ~B˴"ԟ./7w/ȋ/89ӄ :;^Ec3ˆW]!*gA38^~aY4m vi~DYoǽg\ݖW= endstream endobj 352 0 obj << /Length 1147 /Filter /FlateDecode >> stream xVKo6W(TPH^E ȌƖ =/G,Vx-ڋ-yŇOjD1[<0LRbg@>Q6:)|3?^,aD) $ #)Upw3' ~#C|v~x84GDZ!uoCS5j*xқƸC9E| #XpY;pyS<8i6NPM類uQsVݗ?΂F` ga6fkr0P{ŭ]0(|:$0>H9\tɹ|lIKڝu vVu#;"|3ődؾE4eVP|sh։~Rg,VGhϡ+ A)IKkShgŚ b6vCZK1&KD$ZE]ڭ2g?;d_~W; Q'$!pw F`T@{qiM7Ws"\6/lk Ί/o՗7 FW^V|fA 9I QĹl{}1DL/8VDyؿ{[`|gL8~պw8H4jI]xDegձȟvhbߊ,]Nbtx!>*-]׳ap{NMYN%r&>&ޠ7ɯwp$9D@ 7piNe&1a–dM:XЗEy,[1]uu߇s%4<$~P~^rj\ ˣNGBB=K)̥K3/о/erٸs4mM7Cc^}1ɳ~IlM[k y8 SҚ~,,Kd a)F3;6"U>I ! Uo;vf߁Cͺ5pINfeʯf agh> stream xWr6+@~x:qRg]M-ÑZP}/R!,ZdC}.^2si>sX2#e]"I&Bt"^_/~{vbhĺ`a8qs"Nדzjf:{5Klsq8^8fYqb(󹿋H@ŜqGL7bȯ7;Z4;THfSz,%E 4ǁ\T'P{yzqM,e{~fh譣]` 43u2 aƈSj[T$<P)a/"s~<:epy ;FcB@PŻM=kqmU<.c}nS=*F 1f{զ1G> stream xWMoFWH#(8 ڢH [Ɂ[(ʎ}gKY+S"r͛7Ogo>AFR9Ha1PL L`|33182ƣ q)دyx9]c,Q(͔oUJu"H2JIѵxAFDoFc~v=U],4'㔪a²ĺS _fIIg>Y1uXfA<)AI~5"0>LF8sDЮR7r"9@m&+!C.cPS:5}o+8+o&ѳC)H2q!wbdVH@?xMn+xJ#F#H# ]1q/7UQ?$6*h n*p>>4|lm )ZMՀd"Dc~h'81]?^O|Ge]54_z ǺqT(g#]5~_64yE im_ERp" pʁGG$7PG DBng"䳰DL+뇲οuǂru^=Rg?,i endstream endobj 361 0 obj << /Length 969 /Filter /FlateDecode >> stream xWMO@+|\Kx~mAjӤ'r(^ Vc̛˻l`#8$ʮ/HaD)>.1Ώ/bP2}:8=Kp+n1w&aDc( ;5ݢίn>]i!S꥓ⶸ+:g )A%( 8NCKLv֎bQł {{~8L M&6`M8 `3eM{tB]b\I%, ]zy拷1b>&z2-sqa[wRT9 g7햻PY<{{9`sˋ$;J |~riჴ0VB1%EÔ֚54D,f '2'L*tgft lJm,.XaRnźPSS7'X2<םORc%Yf}5!l8%9@U}W'#!)C~Z>^qU,ZpӉ (@| =_yIГ1jR?h ղfu8s EՏ_ *TlQj&#-Xأ8CD@C7GW-՛ܽu^OFnůYU0.ęFȢ @ŰMĂAu+Wssɓ+hF7xYuBE6*R!)Je'BE>/Ok yQ>n ҾR)(GPGneMJH%?,H)4$9Ft'cp2b[aIf >^5ǫRs5+>P{o4e endstream endobj 364 0 obj << /Length 963 /Filter /FlateDecode >> stream xWMO@+|\Kx~ZS҂%ލ Zj%NvwfxB-8Θ*1v5uq9+rP&P SPyY^UwT2RF"Bn XIRLavB ,ʵF^ L\3g>Ն&юSB?Wn$ anw 2ƨT]dG3P$DyXA9Lz8vLAzкص:qhΌÖ7*oε3l/zH\?z^F?+W)X wUd(dmgi372]oiiOTb7#NA$Y VfX_&7dbXHQTXLqxa~B`2e˼π{7,Q`-5G׀4돜 m3bWH ]W%&(%ڷEs<Q*zQbKaZKPkCh6w> GcC٬Y-#trM5l1MIfΗwoUBQc@P˿(Ö ?uQ~pOI_4+El2M ,K:vy>9]ޢ !Wղ+F=n֡AHģ8 PJQC :q ܻ˳p.t4zrWmlCX_0jr)3gʍ Ԇ}ڰDn؍oꟓa+ 7ittGޢJg5b)fLO!cx?#W-5[G;6*.BwZBdV!ovEWe]o- endstream endobj 367 0 obj << /Length 1192 /Filter /FlateDecode >> stream xWMoFWHfg(  aOmM;,d%ɯ,w%91C Ǜ7og)^bfULʛX9\`V^4$/6Yy9._|xo.}*{Іhagܛp5APkioY[52_m7E7yb)dx=. )S;՛Xwu?\qOHQ= D6Ok.yus:o> w]]9!O ȃC)荮.R:N;Ս'E ~LN`Ůdo>p˜9\F|w9Ӿ ١ ئfqMSǺҢv4GD(F/ڋ}!?nWѮfb¨i0AC>ifJ%aص"%,`ܞIrs6P-(~ᾭnϮRl<`p 1\q]5s)j-e" nظJ/%jct6ʇ:r"n/ݾTA)Ox\K1yf Ey endstream endobj 372 0 obj << /Length 119 /Filter /FlateDecode >> stream xU=0 @=hId,! $֝G@ӧw5-gd ށ5Knds{vtِf.ޮc%_H;}U2s endstream endobj 375 0 obj << /Length 1468 /Filter /FlateDecode >> stream xڵXM6 WT~S꥓vi[S[Jr/@Pd˻vz2 Bie3kYݼy&u㺢ZǘVxIW4D*E]j5&`l7Ʒ *snoz;Qt!>/ Xn=1#7/֢1뢢}0>!V# ^SNm wMfm]Ut()߅#sAWYm)tYs54*> [Wkކm[ܯ1Ά5(ZRVw%@mM(Vں78={5@P@GHq ? <ҫ>@z>@P?Py =1 hfBLp Ӄv@Ƒ =C-bKG27D+c{E Χ9r^3γ}׮[xfqx!(M1f+)UUl_sCtih7uM/K<s\FvQu'62IRo/sJϞmJ f/ǗI!q;8{]sJ.FwZhz4Sz<i~"<Ȣ橔8&۳9y^ƴy֞{v)Ǜn\)kĺ/}pCh!0 qt30gx8vǯhH;!AysC7ڏrդ4j&PC:7ի˓ endstream endobj 378 0 obj << /Length 1040 /Filter /FlateDecode >> stream xڽVKo6WlCnZQ/MZiVb*Q Jj(;v5< []D"-3Ƿyhpfl??^ܸ‰3μ}vy뜹kE|0OwF<9w`Bbg[oHTݴG۷ sױjT3);d#z|RpWWD7-U T$'4本 >ڎ[*h -05YHMV9}cUBQ l?XB+Bk3Yuۢ6VW&l|k^?ZҎqoEgQ㹞Hf&զW@zZgt^q]wYSWt^0fdXZgpai/RC!%X̃x s#b ū$,_ɦk+ѶHv=ƨC5hP%uРVȼ<=τߤEqͱRվ`-$0c%CTLHDR`H>_\;Tɖz(hSh):ΚԹgIQi9?P0)0&`4P_ jbnJ١c>JG]K4<<3ַGwٿVQvXŪgi}ku-d/ WL]M)DbVJ&]z aDztRG(si}̙a@94W`4~;?>TU Ƨ5!)sbySY=649 +vR~ch+{%;<4eXؿj]/q]qϟ;n#;ցwj,M)C &kWI;Oϯ>Ѝۮ y> stream xڭXK6W{\\zv$ qCW-dHr6_>w] rp曇_%4 ylWIB$XE^@]VlSN$bu;O_n}[9>~|^9޼~4'dj%IYpC<7+#4+䶨$id/$STEWWG+M`Jq/K}Z(suo5iK}*a<Nv YY!zka2P dQԍ-UUWF_ȞEIJdCPm(\ s'+)HSAtiN ͱ#leeϋB&a[Pav.{Y?@1(OJ@5BieÚ0bGRCBGЇ!e֘e:\+U*[MyZէJޯ Ȳ,4! .K} E'(dSM@|?m8?48N]p=XcȜM%i9q9P"[xQ28*8O FG]MiB4^j\N#p*Gp-3IXn龣7ӺA Ө-KȯG}+HrCf#0#EU%Sш]u`8SW~B]Zī*@h @Ct49 `>yPiѕ6m`˳<% 揀z)aa,!"6n Xra[?h΅1A1}{'ɌАc1ܳԠeʁ B+,[L;j#4ܲ4,L+ĩZSj "m B|*|Z1_sDS@UA;P1$cfzP/ g?% ^$͋B endstream endobj 384 0 obj << /Length 1705 /Filter /FlateDecode >> stream xXێ6}W%Tx- .IfHr,, /Y7î%<393/ȕBJݮ0QUB9 ^nV%׷OP6IDLUl4(D<~v9)HԢxm2c٥ˆ,dm j,jEzYƑjJY!N`i> (bD)n&28O&1bywyZ٫_<SqSsG#*1Y0"2شG2= <.(i4c1uZi&~8KKi\ qoc0A8@Z/4(Ę0bX@D4Ɠ28xUwy > xmه}ڭCJ])GP~?..~D\Ueo`&ʂmU6{+e&k[# #"`r$<δ<,% s&WqD#6]9xQ)8S{JV)"}0sz>j 4FŁ96[|Bq^; DZ/Aqw1hx19oF &D ͊wR IГsɚqēy0;.T078'kcH0$:d9'ձX*$3/umتU\J;`FJu?EՊvUcZIyjaV&աjǙ ].RF(a'K iV#Bt2X'dkk/?.l_w~\&:*~KsCC%٢v: m9ZdOXlv}h8KɵS,bp7m9huWG 3㷻lEy֑M6d2TS3}fbKwˡ J}¦u"T&m6 4is\>gx endstream endobj 389 0 obj << /Length 776 /Filter /FlateDecode >> stream xڅTMo0W`/HiQSUi R. x16%U௙7ތ>,p& p@Ry SqLŏ(Iûc(ߞ슅~埮ErJd bGo/Cw1.`J'ˬI`#bɲ%LT 4uơ1q%ZmPUʨ u&sz 촋WR.Lݵ%BT5n]$D"g;@LE@ $1NEjoşR>hF`&JT9|p:i.eBP4+7_G'2}ؔV {V60)P0N^v791d5P1RU[ZF!4tk37W1cr^eeMXpF`}1FѲ:7s?5(8c4no w ]֍Ⱜ~tEج9TfSOnLȄ~Rz|R1a?rT`IQ+g%5zudG2[2-nƨNO\K`vޝAB,LP"0IRgR˺Uh7}Nf=6Z.=F\`yDFk{hb B+c 0oFUݾZy9E [ T75u/`Һӗ\Pϑe֚??#VoS38[E~˞1 endstream endobj 394 0 obj << /Length 104 /Filter /FlateDecode >> stream xM˱ 0 н_ic8TD< &'׫G >f9"zf=uGn^4xFЃ[|]VU9-.wwS\Z endstream endobj 397 0 obj << /Length 1398 /Filter /FlateDecode >> stream xڝWK6 W̥ Ċ%Yulh2I^fǍSN%E3qv^FES||$5/^&NLkvVR0)r*ϣD*2_?諌Etd!ჾmmKy3hQgd.QO><'J) ڃoOd+:1lIS/9㹚}LU_8QBy%k&y1XvGsSWXٞ>NDUq#]d@pf"i6 jy5O&^|,4XD[2YlQea#ۇ-Ϸ6Hd!f)'4џ>OWrcbh: `ǡׂ"Sg Lճ~JV5P xR;:8\U 6fc aj=DX,X.Aw|oީZZ~j 55FbvuF62|v85u馦yNֈf>g {S"bBXfx|qLCX*6!ϴ"A/RUuWѝyK„82s,A =o&cJA edBD_b A5Ҧc6a r}3q7a=!bklK9U|vkS=3"OFT\ٌDW=yYn&Yp^]9VP4uG7Лg`ip 2w"T~xZ2ВPґopbf8}͌JͩR FBYH{Gu{̒#؝(B^-+}#qĻ[ lBP @Pv'|lGGCvjG`}NvDzf<⾯{"p]ӏ wīr ;ح\zHw8 e[ lCEIm??4ϣW^oC_I5 'E]jø0 .Ī FՔ.++4빨Kg lcU+n S^UNq kp# vgq19bJ\)7~a޿OS4@5{'YΙLуg7ږq*/[m=J5Y7 %.+46R cc5Ña;s]ss1 '˔[+k2Gvp ЍOVZDe\vy ϼ r=xgh a<`\M}Vau?ᛆp~(::Dx|/YIq dO~ZZ endstream endobj 400 0 obj << /Length 104 /Filter /FlateDecode >> stream xM10 = 'Np2(DA7Ć2,C@OP(pB z nW?q#Fa jmA׉d[ynoij~Y endstream endobj 403 0 obj << /Length 768 /Filter /FlateDecode >> stream xڕT]O0}Wё7`ch'45iF>ĥw BKk_sϱO3.aM揉1XH0*/;tR-+|J9Ea~>=ӉF2wd"8܄ w!BwN(Q} Nrid{2IYSr*!nc7jO}jc[Ox 83:Pm}MgJ-7PƂLFS>8ND5zvl[}(l_vpQvOGTf" I2a^.޲X$h:nx]Ъj-.f ){pO8ySaESЮp|[VGA 0+sp%z.{[:`ʍD1>c1P.Cf\ۏba!E*@f% c.6fmVavk}ʑ,gLFMdȝدZq3gU)SX|~S]`ðWŲcN(4u~@ jk4T"Q\gN84UUE76]8kV6L[5U\ 1=+> stream xڵXMo6WY) t[уlӎZYJT,1Q4U.I|pf>|ŋD&l=.hEU/?GƝq 1I,{O U]{Syc$bE# LL cT%![rMI{S^X;7?#㐿GC>t8* 1)x[dDz>l l0 7Vq OaJ@$?,,=4ٗ4X vevT2Yk oV.`vO9*kfI}F8!U WpjWN5-a?Yq7^c1e)XcuOjdv8o56 aԪ_/h$ZZoc8CyW3?BLAy̆DDq1!|.\C ٛ0|]TzT_p4.) PjLX-;_LJcZc) E. Os]rcؖIVyF"֚d3+O@Sc g~҅Sc7}:3~ccf fҽ#@?/[u |rEu.it֠V(\8[2"_-0^k4 '?ә endstream endobj 409 0 obj << /Length 1822 /Filter /FlateDecode >> stream xڭYn6W@NQqć, ]hl&-={%RF(^ UÛﹸ3H&!TwWdp_z}_@9DIuWz-+QS!دuPR5/8绊ZPJLUھnϭmB8aʢPO/cMw]ӵP.>6=#YS{fp)K7y PQI$+\E71o"`|^/I)F1>s P T@Ǝrt\mŶ!憈2#Hex=4MIklƤQIʳlFHe8R0Zɺ3ѕ}%4D1d4# )iKZC#ZSQHA>N*Tï45!/E[];ǻ vuhnߧɳ3@q1^\s}K PT#=i W,KkƢbM=QE*fN䡘$+"xexdKGIEk Ҥ.vtÀKLBQzlk{s$kѰ+R^;k *5 !a . =aThy(.09|)"KTCqkT3H! }\iM2˒Kҕ$5BDSєgjA͙TN5gH*u%74Om.XT"2yR;ʹoV/Msb8]{a-Ús]~ NRUYmrþoX7DJ 3\ @W/fhV+>(_c@UM@;JFeE -.OHmM`~9h UVJ 5B#$f8n?ZcO.h x9oȤz}~HIQx$Hy,:Y?ASRqZKXyH8 [AUA&ɇwEUO0qBˤp ίAJdH5 ?}HX5_puGoIxbNNss%޼{xlm endstream endobj 413 0 obj << /Length 730 /Filter /FlateDecode >> stream xڥVMo0Wpic>Zm;i\pRO`1U_?;j?cT*O` J6EM`CџG9P$DK\i!?B {6 >բ矢B*ml* |TŤ`SBc5#⹏ C$#YXzNinbG# ɵ=a[פAh/m{0y{חs$PQ B\sceHC 1xqNٳLW`vetB䋤%ƭ:Ôʲ縻c666/?L5 m%By(Ή3 )N՗[zʩcDfq"&.Iݽ^@#lg z6HJ^NQΐw9 3;(~o>Loa542ՂYA7pq54ʁőӎ jUZf5Z1)ec ZWA5C+7jqDhŊwҐ_gX嗄wtz9E`yXs:[aϛ~KF _AYm*@%ڔyȊ+\o(4碘ҵ@ihώbb^yE_]A Y^oiq_wۻz endstream endobj 436 0 obj << /Length1 2230 /Length2 17914 /Length3 0 /Length 19246 /Filter /FlateDecode >> stream xڌP[ !4[ .5̙Y~Ii V4 !A5z==-==# )?rRBv@=Ç@``d`㤧0sڎ djHZ[aHm\LM>@n@``;@hgjgs0Z~d4г(Z\'9 '3=1/59 QYMdbjBYX?\ vE i7P-@Vr30ѳr52ZDi\zVY[9Zt=<@ؙ8ڛZő0m2Z9Ut>\s+kg+ #S+Ch:)[:%m!Gf tӳ _ \mR2%ncm045~9v@O?`}??@ۙ4?Ə@OZfhmeNLEYP\ߔvӰhY #g:2p]GSӿg BX 3,_ _.(+uo->&c d?v^]Ak p+c^h(g``-Wk,Lr]-z.c&~,26k?NXN? c .bÇ 'ee %qDt &?O@'S1A:GL"_QǩڛSG0=<t X>tmoD$tLZ[XaiۏCҳ7'_" =?|1/G֎abOBfjcCfk?G,˅,VGl?26&&d(\!X>?n>s V~lGN8?1~w~0sG$7ߩgg >\U?f?_I h8gm`VKיfwgtW5}§tu;.m[%WOq-/:1 -0 }5h<^m=T|@%ImrQ{\jzKGv*Y`_Jh"5} gHs3fh)Q.\gnQ %c`κ)1w`VE$scfNZU į$/WHu)o9;4{T.܍IZYb_ҒT:fӵ[0oߝs 5S/m#Ub%q9Z?}%;n#QidcСVí]=4+S !6$R[/qif^I3n l;(C"[/X>#e .̨.n8;Ztr)Χ> R0dؓYmk ŁI_1)&| 9f6Ð4"Gb$W3!~Xot` (QH6wڇOX[U^GQuckСQ H;ш`$=9l&6ܷYP*eR>?t %"CVV܄蠾 i SB\GV؎t+|,A82EȌ*>dw0q` }׽ x麣"?̠DgjY^mK4zXs4@I[OPY yBf0P{K_D;pѺVbwQerۅ5|oIaMXnL۰÷4XJ*[+??舟GikQ-"_e/;O!M ̆HQx?Z*0)<<vm;]K[r}f/ǷnL}vI5_kQ PLal"7(΋ᲽvVSaR?qsyRWjO5ʠ+0oU`of!5 j3dr[~dVjQKX*㥷 }Z)"vd v]|i  L6Rf~ Ė2k} eLhnODje|&x{4U^[H جH Kc"$vLG/Ra{ )xOr"+-M$Rn@sz2:*\"ȏ 6%cqI>Kb| ;bpV= v~cDŽ{`aJ:Q.ݒby-_Vb8i!P)N+}!O=Q8vf,=% *5l@hjғ_ !B0ömU5r ^ oq]]=r܏0-Gd.!@|6u&[{fyEz~8!f!>Udf{E&  Ȑz5 u:kc:GS{}뵥JjFO8P&e/ς>$_b6"tDqXMT[|\(ڞo!dVwKs@i:UTNKU2;XZ"ޣkb__rQ碦.Na1.\F&޲0N yr'm >K."OQa[=K(d~#:oeٱNzGI\lʤ#\pgEv|4CFESNՐ~{;z#;1|E?DRm`,bB}FCs*H ;G{jZ?_ȇW5\8;;EuZC) I7?/"!6U3i 7/n!M9ҙφhm:1ftBtwň|*E>FSG { }G\6)6L : gF5C:3a/ O̅9Lbd t6] \q{IX6GpGh]2t 'moGsݽYPW/nrPǷ;V-RΠA <)|268oD ?g[w]#gI#)-]q,ou؆z >Z~Ǿn>pG54|ٹN/E /֍ٌfFMrL6XVBx^X>jܦ#xuʄ6h/wd&'Phd.@WO~_:@m,VNqV]AߛEa:9(&JzÞו i Cc/,O:mƥBBulRY|c-c{ !kpO+ $]ͥM jr ^ Ch+퟽̯胬f =z֮٥SdI[E<|coferxwyo'Aj Rf)6Z^)ѝLyfM~ lc_ܼ:ZJwKnsܻtb@) _(iF@8Z3*K#'՚F࡝IupG)l77OwL&ۊ'irC.P'=qsI]Z3=#Fa^sFi<${J˄ԗfq :wsհh3'1BA%nbH  7K6A3)_D Ik;hzKSnxcݟ,^zTpr6 @F ~TvC\׿G# qk W9ү}ʃ͗qy)C)%lk M2Ʒo B~U xBblo-+S Gs}CSjfVen0|Z$K]\رmr=XaѠ5 8T.!g'Hi?GمBr2b9VFYϢqf:`Gi`=9B!{/u'˘PyW`,/nm1$[Z.: S3uW$LR74>Le"W ƣm*8Ҋ04Md5niBϨWA9ڃ~Yw?{iRBd h.9mijGVC 0.]"يHO;+=v# @$z[pS#Ia榷R"|]GѢj0;]dг:ix0֚K o .xdKlXS".mߡ=R=Mk<-wn-EE>RW^ c[Ęlág>qQbG$jMrB??qq(%?I9U|W_CJu^328O뒶ӓ'8$LD`} ,IǴ|Y-8@0uUܦmNN1v} Ń,=]( +'avmGޖFvq@Ź6EA ]ڣwqF[DRI!-W:Hvh`!bni#Ϋ]a#w}-(ڊ+HaCeޕ_!Ҧ19YtkpoW?Cnint|.F%Af_tNu:vPMS#L_FD]]V/3p32F8$h&HuZar&\`K0Utx'l y[p]#CtI47SМ?N3.@v+*~NUFvCTb=x=mW?諜г!Ց3鋓X,p4}uވު3訋" (ꈲM\ܻ>@ 65O3Oq8 M~&H,\diW \E5_ =",T]6kxEfT?uPLi#R#xW'zO=J Qzϓf,'x0za''b`YF0?ZRyy SZ2Âv쮀ɹ'57=y8^Ю_IBGDb*utggū-3%Sy=Xx8א\(Jlch XB$&.fUua'+D4wy^5@{QG[yܦoHS`g҄0Wz[;T/l A]\8LeT|RȄwk%4J׸'s2F=$hdH)BCcl+-XYS{Csaon^'pXФ15aц&yyw{x^Os7WYdab' -{<^^YǍk du)׾#jQd4A0mk_mxlxZ`l&o/sjt`Vj Ê2x08n0’E\c>t4%.YOr&!io ƋUꛇ·ÆCmx(UD18HgCk'/x]'Sov:dAēp3W(p\'rޕ9ЭOؗVLjo)H Ykvm;wkh%B7A.>ev5wԵ!=j{BZ.9 v{Ws~RII5l" 9 /mك`Y5`qBw rw@I0$*KW! l4m֕ixHv-UdÇkZpju‭ՎhQ$ޤZ=vYk<ޫjt0)1SSYy(+K);wOL5PNN ؕjnT'~ZFYeøT6O[č'5T6MNժE1ȗ~7&:V mLv #5G"կ(by?7 Ȼͬ@dթPS2qXޒ5_S2:wr 14ٛHy-5^EjQw)kʁ.V3sMFY81 PZ-ƣ>ڽREr)8+5 #bVMfOuVpά^DϨ:.EƄ5NFD8j.;Z7a|l(¤wԉK`ӻx!T@ }q㈤ԽŐ[*=s(7 Ci:S{~kU2׵+-@H MĽ!ncc&-mC}T3aOL>yDK-Y}H5=#Yft\9^*:)Đ: &|&͕壅+Ԋ (nTvzw@K廏]'0+fCv;Blx ra*1Tӫsu1b܄=N nVȁDmhWvaU)pA["J_АWfGX@;Ym-S>}8!Ϻh|G @]/;,:b$,g.;.w6:ҼrāC9&SWg;sbSX˒ש>SЭu}iנN&B0)?Xv׌lp vNdhUZȪDqrS m`# :u`ɤDAyƼF30[Nճ~J2?@qrG ?+;*ZX (H(ѸL[JUkGÑɳt\X="OVYͧE3}"v}3zL`KRM^r"2mﳿ!ؠܑ-=E M*5aY #RX$x uʠX=zwp Ed ]y>r瓆|j`ܱLo)+Bmv.>qQFOb!ZZTt僳'1lIUȦ T:NNͦnf\xF'Z}l1oheM\GShB5[&S"`ϟ3i(2{;`i`8rw*uQe%GX~u[&cDLHWEQ.ɁtUdѯWkG_~/%ک4bot֛ynxT*^-e #F hon3ūu@Xr䨬p8[:ɐB;y*tI h Ep yjw?pMo9} y^+(lGՈMݿhuYφϒkf{KM`1!kY'p 6T퓰6^21jQ",dQVi ᖐ8_]HDrVS3Qhr#f) Z I?r7}}B%5Y˙O8W:Ӫw(W3F^3͓v7!"f'Y1٨H(89Z04nOdư @A8=#j(c-gN\ԦirT7dtɊ"Knf%&" ^&L-ep==Wa +n aly<,x{YKR#t5'G* Nrf<+Dֳv1zK:lj0;Eo*xET3>+?b|}^ f:ܭ 8O)]W_eYR0CXlн,uc,Yw {']uлPYܶ|:%YHx2'Tr+?8j#H/|uJgL (8æŇSzӺAAer,7Y}(~ _Lzyo ;xZ|MONj! S]&vuX? [E/zÐ&/֤ 4kF0]e^r|w%S(í'oCf+‰۽漀_[-stQyRzإe,PF%_7U qp^b|mW_CIew64wsnz\} KP7ZA~H-4J C >=Urzzok8ꂉq|X2ϓNee˩.>Jkh aF;Xx'ja&E8g_W#K {&Ϻ /=WeQ__4D1/xߟBdפWMԼx@q(q O|ELqLBQS6kߙ%1$ޜBb^ HErQ=:CZd"0v[ayD a.MQ&eʟ#ğE 鵑rC9h,Y佘XCV.R~C~gNT rQr_m{J]q͞jȱ.1"g3 jmvʿVuѼDٴAC3̏Xag9jW+8(j6K^ԦH>,V5DmsE> i 'bDXuz`;6{_=cK%@yN_!dg&^6AٓSzjew:iˈi^;IæmlQ#mo;&j!z{ɘTbFt&Y~V /> DH2X3dAc⬗sQRIf1'ڷ$oB#WIM;KUAl\fEmBNɨpf'}Dbp5gcyG`y$-y z}E "p#يGpr4˵~ gU* Fl?Pz|Q+pdž8ul Q8%ifG%l{o ot|V aߊ:@5s^4idMX WVA/4g/xc_[XWZ \ G7AVtmƒ^Ҍf&eh(mYi_qA]^Y(Z&_Dh_ZIwpI חXD }NP* Q6`i@u밓9ɦ=NU "@0БjFqQ?)s%s_ QȅRejp K" * laGڐ&,-d1nLnO ck*ΐ29i՜HmϠL+gPJpR&k *G!{$H]]?(hQRSvT/赴["6eoS?Ҝ\}n 1>K? JC{2&b_DU @Je7-)6hVXvL%VP{_@HYAPkA5j}ڎkY  Xa,SVW;_^/xI.D!ȱM}ݣO~Ӳkz #U)Hg_(/jpSr)4=R[05u{0Y70|Z{i],3? @һVwAⴕ?ފvB.| #Ux]ܤ*P)DL~wV>X͒p?g.%$Kɦ|&~򈳎>v`Xx//7& xdB6r&I&# c\:¾r7Έn(Dg3 NJpŐe0x"1䄗~~Csueþ%׼|F"DfEqC\nҚ y/A/̼ySGfq7=;{u)0ĩK9Q ǭVÖy^V$,H/SrF?:嚱ޣY`#`ia .װ q&4.md_J.m*IH ؤ†W u'a+ň@h>F `1&($gHcZt=eS ' Bz};_b9,j`TLSa\y!6:,0bJl 4sft\p&WJ1bTKV,4:vc̞u~#69)T4(s67d?4?)4W!ڳA(xGﰤF#|x5ZÊ r≣[>mbzyF/u4lIBOM Q#4%/sDBb|̚_9\3; OeҧZ x:eqUK7[L0϶9+ }VR [1ğe_!NV zb.cõ[r|mzם¹NssAV_DԀPSV^3s`U0K {.`Q–χC&&̔ƃt^v{i* KzEe Rcʥ(2AihXrk#jL0!0ZV.}' l׽mTdROth}z#6Ma#1ǙVc "r>.[QM\jk2 %I!H٪NֵmfPW"b>k&q#^RoLyw) toɢ/La EbxT8Cu} -.#>N} lJ0E0`>/i6m9PT}ѐ>3ucPI [︭('] ,\pG40*fzZ:C $]uThF+ݶP-(q\A4phX,"rT&!xjx=Q,̢!/}2UXf8)R0 CUv1bG@2*D4>GnpJDaү[!oXWso~#-Ջ^9ǔGiSBΕ=cD)d3\z?KJ;+ʜǛא}'03FaO$ I|C59n/ȣD>豣X I OFmZMzؽwWjW[U1QG &( z%Y&Tp{zԧ.r?zӌu֮ {4b!unA<Ѕ}#z$eE1+3̃5䐯Ye;q 2vjWO|I;<FI#XD%w5xp)2m,A4*QZmC{.ׄC*/S!!&=Br8$ztJ=cfgJjH>={䄁mͬ p3wέb#U1WN> 5|GCת)x]s1U)EV=F1@ endstream endobj 438 0 obj << /Length1 2381 /Length2 17394 /Length3 0 /Length 18784 /Filter /FlateDecode >> stream xڌPZրqw'wwww .=Cp!̙߫ %*1H΅ &/`aagbaaCTtG@rr.d\mV.>Vn>  @7KS<@@)fdin?4&V^^nDlAN&@;<dhP7xO~ >ffwww&3 -r9L Pڂ%@o; xX]\LANUi9oc W K9MLmvv3K@QRÅ3hltZ U: ) wM,\-m0c3ٹ8#U}>\k;{w;_m:0Y:m.B#38YXXx GĂj)Y`0{okiz t\\AT/!L-M\ sK;? ,=, `翟7Y^^MC[-W)*jfd0qXYyܜ,w,|>o,h, '//[WEIKOhkiouuywj6W'| "v6Tu[E);[YYXvX?;/oJ ;{ӿn'D`y_%6NN7u4ykLv..|fN('Y/`Cf?`Cf7 Yb0K|r=zϧ)x)|=zϧ8j=zϮ_}'=&}',={^/>?+Пxw~6@i"?!BKow{J~_ O ?,e*CO>Ȝv7y)8Qsxn뿥N3IjgvOsb}oOs|7w~8dvp(uq{ѹ߻w9{#{xd4 wyJL\G ,ڛ| P#Bθ7)0GJD[t'4ҋ+As+6rۓϳ6io"uDj>/>֐-]2<(JRuea{\e1zyY xd0.ptws9So$2_|Ob u>^ZPcsƧ#=L].) .2#6Xl@:rԒvMm2 +Cݝ 3QޡeӉ[]_2qn7wjJ.[FMTPmh8jA4[sx Z4vBjvS O!$Xoa$%G=אe2]t+>;1٧(r6,Qc y %@|jp{%b_բ >3eg #Qʧ@Y_ #ƧdpSGNCh+v3tz,GS_ݫ.w)Mmk*0h+v6@ϋ]9ʇ)5ݗ!v~4S,^2B3u%vڠ{'cɤ:O^{| #m$(L3&e8nx)e4A:Q\露us^Ry,N_FLqDK5_r5Z2T2yut2m}LpCkGlNrY_2~O~ΨFB3Jc$0Ǭ6D3%X&=6rd+SmR̀N %pxr[LzIW+߼En݆Z4a 4ZemqHZb05d>w6-ka&x^k'&j`$rKjk}Z}[fm9`Nʀ5б3wO= e@]2h#>˯^n,IޚE$x| x.87ؒexI\R;nMA0BF|[|2 ތrܱu~{]ʛ pXs[ۋ@ۻ~\[ەY̆7gS8 9\jՈ2kAo[<.7j9(tvFW~iڕ=:3L(5dáV~_iz\Q)AOtEpvgZc\ Y d,@ 3)  5 }FLӲ1AҘIvmȽ3=dasFwܬCbK%x̸k e$;9ZaNF4Uj0{Q^{BγHl{IÙ4[;G%Zմ\g_v$nO4l(=uNC 1 mľ{QNS5j.Hf*2aɣyV`]8v  (Sˠ.*;H!wH׷݋ ԘCk`@m;9k %#`Y<3AI8Nt :Tý9|>!/xݶիmgrd\8]1D򰲯57S3*fb妣pKw~˻NuH!9^rfob̔ N RQθ W5-'FG#gҏƭT}g_Oe½gâFm/Z—lyey;聩ZPFy)ȭ{Yd'%7}UՁ~Tb Qݡ+p1x# < T *-/eYta]3w:tA*Gkxm[K,K~%չ.NLBc3}˶0æ4-bq:Te6J5OoB(nI[,Z~7QҲ\%;no~= f]JmvR(ݫ<^,,(5TWCtF$3:h7bWi!o, d|񦸪\UdKOWq}$3d,X`/i:A}7$L!xH)v\h{3VYmЫQ=*ܔD$MH>gT(-EoکB.SDE?J|~%`.uz'nMPj qiwF|s8au-*e΃ǭyIZx(^RէKOC7'&s;Q.cѤæZg X[$|j3OCCAm966ʥ\/0%! ui:; 80x}T1|_D%M>I9~ ?2dK-= qg^= 9Ǖ:?SkB]O?"<U1A6b[Ў|2t?a٬n{ 0`σ_ےMgcSO痻[$zytf1Q=tsТabhRsɈj2&v Hl`#G/\p/O[dt֫Koɩ5=y1Za–W3AEW9}挼i'l3}=Ǒ^ &&$m8C)993 V&0]@9`"!ߗyU v.3hd/4"Mb~Հm!p\Q_!tk1YOV.ꥢp&Ȩ [:K,!\*?; Ǟ}bW~GXJ Y/|'qcʛ7  < \dh0=tJ:Df8xQ!ڧqj٤XieGlgR<.wjxS^⇡9|_%FChh,3b?ft<WZ=ګMQ-ou֬uQKXf4q14uffa -gsKsg5(0a_>̚}{$cmZX0. #OQpQ&GK@gʒ X9+*𖩂 yqG'l!%14ac7}?ScrۖO9կ$ʬtD:2?y s;k0uoʄ )FИ 6(A󏚶3yʖA.;Ao rwTVtiQ-!4yS5.'Y%q3*Aiz`, n56$uC 6$V^gvܰwaeZB360Q[Ө13k"@ |/{@N |\Bh_a$G;"R/T*` I?{xCtvX[#cQM*/b~c;0J:H?v)%_󇤦1w/q`~[,ZLiz/1 &ڏ&ϟqo 괛FW(JX9:]Sy(.xcJ8EIEؿm7+Z+ 4)ݷ͹si`u9ӿ .~+q#EBBmUaWWSV+l];I#7? GUݯ@6 *L6y0+C_/Fj?}EBYO8֮[K0J {t5 6fC'&8ACTʒ )wd3U #{9 AFU0ܭ!QL@v.XDD1D? c0EC*>5Cx6Y嬷N49פGi,ﰱx?gk-Pߤl(BVaf^ΓyR| WZ z%me`:ʾ鬞GhTzgR5|ClOU(("F쯔n*^wnU_^qu'")3P`  _ͳif;7?/gbTmҤg~pQV܊9ˈ:z+7k=iq(x堖ZkKG {gK{1M/I >+Z Uܬ &4UߨyCX&|jHöS%d0&򈨞0ݔ=l_zQ{hA61{Zf/ZbB2́v;\xW3G;s J=0rIw:ZPT|j'Uіzl/[vF9^Orv`wL۔ }↑aYǍ `_Q []d!+û jp #\$˻΢uN!gxv.Py{T S0kto~Јq׼3Ia7VEDi];>ap!Yݯ肳zHF'!FV KPK% ?_5a`, lF$Źj1]KσZh{$OԱlRw`{zmYtpƎcQ &"ú-&uhqwG#W`04&c\!uV^AƬY3f:P>n'=B@6{)Gjs+ɕ6L{fpe8m9WV/rIicUq~ k|}ڨ?)W'L6/L|-sO.v^WZX5K^寪$!zxjspz ۔m95,86QM%\yWW|\@PTmaGAI2mru& PpyooGA~/} RIsKڹ᪣-Ma'ibm YDyV/#,x B3pLb &ZOup V$tcd/UѺDŽێJ\](5+5  S{n^J6}FOl ؁Vi\䔎pfQEt;O a~ R:~N c@iWGai\iJdPޖe=x3E?_[6V&M\dRܭ"`_I%&ݳ(%ğ?+ncgd{|}Dܠ|)[2s_ .R;7&,̭=81^ш][%7,R0)Z[zY}%=(J*M!O23[P "vML-xj&xK5':;}*p_}:+Te*BO)0L20k:DKw= kM)%]XׂBHV"L<ǔ6ކ0;p"P~ct:7k+uGmER+Վx m{5VNR7P*Hn깪hg,i<#0bB-شAHW}Ų)3!옻 &o5\ׁ ֐Gxp\DAe*doTfCN+ j pQgO~8p+݇^.WK?)U@@a\jpGlloI 44n y?F6ő?㞼Yf\+9,2g)DŽ~Vxr2w6J#ӤV-vM3e?ˏM'2A}tϨUX[o𜌚FY/<^cIP*BZW6'tWahQ>CCAY'AR`yMX:9Xԟ%UwT>VNFmm^= GEN>В}vn+&·p6[7!tT4}yu΀FAUp;M%$OFĂ?W/0ڮ-KBIxG+[A G`P)N[ADN@ʭ7KY|k>˰ĹsrWdCo î$6jP-$%}>D[`Y' ot2ŎS[lZ1w⼾/x _TW,7nsFQ'q^UcztKhI "^&,Ɲ~ ݠ ۽.[@Ӓ@I я>/U 7g#%~E4c 3^-I iO \LX\[ú_K \Bڭ-;p VnĊyɟݒlYs I s1zB`xZS蝘tr8]UBHRNBJH6Lj5I^WԮc$I^p~7(Pfd_O S%̜ylㄙhDGU;_ /ʳD0)cؓ>d n'$;x"x%_e$rw엧W%ߙv#OG9WN |!c3*3O}:Pqݰ,E=`X |R暡&,,>(/@[@JM?pa" oX΁lW(,]Hkye)eFځi%zB*^R ; 7݄`QUUVc+bPޠC'1 M#~N]Ӆh#.!65w .nYm^!U56N9z dG5꽞=jxz7V2/h?CFM/_ҿPKvs.Ì.C)vΤ^=E\]u\M@˦ѩulj^ٚ;|-b6ݵ]7IuO"ٵq<evvYIH.ӓ ^]0)ZkרlB.ou}[Rl1^ƍ"c*|ɘ8q9߻MN>,'GZ͓DU4H1^E13pWQ6j=]5%2-tt`~U| Ň~k/Fڴ>wl!|~%0E,n'I,:A]D?'|*$kq>\' kg vbuW8 V4T#Ԝl! )/OI gk-wEZ~Jy Oݕǩ(iaCyxT ,{#Zpa2 YKZHˏ/0DžDU7j]]*}NU fp~oyd,1 \Y1lwCLj/8t+8'kk<ln@sf)uvgu2Kt^if"FAT7PIYGfKGKn׊k*i }Uv2#8nҀ)0r<Hg渲dc00f:BRfi=6{Kʧj.@T`; CW?Z-0Rw!HPz.D'q #.Ts-u]EѼh^(Mj # )Y-\so23Y(V3= 1˜RQEi[}S mՂ-lKTm,e^t!EHpЬՖUq+% xAکï4ԂoD"ݲ`oֶTQٝpi6=kY9l0ߑU-2=׃/ ?} |sA ! -d`l3\~jek&gVo*d)$eLExe`.Mu"283̧9Eck;#d|>!ԧFUpVI4H{ƌu+׉ `tb/ZQ~zD_P56E&!b-=uQbSv[0UEapz7IW"C\q1kqƃMXuE *6EϠoJ$ʙa z.G@&L][ErV|tu5j\ZzYc퇯,(+[1DFNUGIwVloV/ wBS*¡lώFӷQ9-Ly-567eOx5+!.ءb(ɄLU4TG~%+mkg2 q8!>LLKz^DR`@żP 9rT*S!*wf>V5v/ \CZZy Ϲuk ʽX |n l fu?LcdogyE 0?k+uOTXY%+T߰{04./53E._ CD//{yIf>AԴx'\E@PRt.]zInnW3ٍchF>B9;o ըlYwoj(3k[' SW{)Y=ehMq)*ei |^ pڧbhM,OsѰ2S)xx@?hA41E>i@;XlilR,b!aB6 QnGź`u h~֘ZtXuVɠi6`㙠"R崳BjDkUJM'tǰq5Q7 (`H%~6rDݘ(-~g*QSgrJzoHm`k>F'F $ `[]i}œbw]k+N JV|e퉱[ӷQ+yʿ*| 2-RSXm7L#3Pa.FYV/t(<B Xч|;)&P5{6a1WY&V^"#CNaϬŚU6 5Q¯n4.а |NqFA# A̮|ǒBFeHr/RzmUzQj2-;dVҵ[gƗ ˊc#;]+o*Q&`:1Q,S, k"i- lZC1Bhb>I$GSfQJ:-ؗ3G 7vj"$-!xtQ-QiY^~ Q@M- YGZf3kz9t Cjw0o.$ Q[+dU0 N D-N* p)giL5ɯd1o9#~7tXHd>4Sy渭RzjWwÔیˌ`f>:8ʬXiۢ&DS#IL_>r5C308fMtQam(:b8=ՖeYl'!ui>:S27E&\awj>K)R@AF -1),w-o>f0j+һC6(SSKEi˪߱`* :U/pJ֝jl\n Rk#T:&^8'(Er ˞n E+-Fz"4R⯑ endstream endobj 440 0 obj << /Length1 1464 /Length2 6926 /Length3 0 /Length 7910 /Filter /FlateDecode >> stream xڍtuX[6"tHHJ-ݍ40304C()HJ7H#R<{ufZ{fe瑵F<*!n< ^8@^Sx@~8 g u@ zA~oGۍpؠGl?<+ pCCP;o X nP[h7O$ ` D2GwEkq=a99#"@"ߕt:_p@φ'=b_B`(›)? ?v9zAs MZAcn`*dhf 醹*:07ݟo[v08T x@@Z8W4;ARp`$썇l%@ⴆzg/N xoVX'%&ߖOoKmc m y;ۡߎ߮uqG"ѪKcD@^P"l1g,' ᷣ{Fkyd6^_,򿿭qxF tXM}-N9]Հm|wLrUÝCJnmKyPy"3Ir>,V[~^fw^s 5CQQ௲_*eGUY\d镶/R;zVs߁-:dHl Ө[ FYZ^r4xڧ?RUHң2Cxsg"]F*/~)}PƧ,#-/d^7t8RQ(`BlMYtw`y(-|tN=W⟡O6S7{$^ϝΘa!<)hckZjqD\}JB"WWuh!j; c>'m0Ӟ«7=4}XZ Q*bkiWLOt^-EP):]tP~"9Wkv *+ZFRIG1*C}&?, jPf,-)lҥr݈b?ute%li/k0Js ߭/I\ \]?br{dm0N xHrr}:%Ga"]e e!(c܆SgAɩellT[!lz}T{KѥUI 8"i|HޟAXMH6ܡg?E,*+dmИS zW"Db8*] zJ<{\3҉Wїta9HH# Ov˷M0^ H$xAw5& ׵ 82 .kd;v":8ݺTS_-}gqcrU(֟DC{fFj"ctֺ[sizv:pJgǣAe&':XsoQ~_LfA)*6n]ja,qJ#*I!ȗ#oGrMrKgxLRw1g%|č=0hāYoE#A'rTju"L)`I3S2(`(oʬs_jCb66 1lot/tѴC얿!b,$1,Jo6Ž(KQM.*: V0UI/g g6v66Nc |Sx -AXEecԖ˞8 {nS+9$pɼ~=ל_]ꮺgʎ(}f'?0kgW̻c 2H0m~  |Y9 nW" OpKXPfJ IR܁!!UtEL@PpN֝!4>6X8_%K! rn +sOdъ!ۄA׳EZjďCoJKJ`wEUi_)lݛ})% ×{5t\%ȧv>¨֜|~sev2cz|{5J3 tK$(1,qu7BkpsFԎ؋q#)\$8!:_vƥ4g>Khz+_,r 3^+. ^R =J!@p#9SkґYψԌ_jWQ@EL6ə^/UxGςF{I,ž>#04orBhxwe~VRn `roDQKԸVFrjFCy)e'qG#[c^M.n=wRu+[Ř+w7T$dKenҷba u _jg+HkƎH?!i\5^2[4p?[?Ԏ6;k&ڮmRr{Ԡ YvKulV T| )e-6irwKGV%*={K)׭imRU(8INT䜰ǟ?J&-= >eP%πAnpnP_Y. UTx"abd yW&p;mb'v~Ls:hq| RYή־ޕlbTJvw{HPZOow:De,Že7ޔ=/%לCI:2'4kK^(V,r=9"j]\9$yT9huJ(Q*{=V1W;JF8PΡAD}:2?bnqe+vbcTٳ4 L|`HMWҺ1=|wǤk?$jmj)<|8EE.gA樠u6fsږV'9` ]_DT=S>j w*Aw9[A *R-as_BLxWK_1}~&R m\.9JI~|TGKS-S?WWmk]DX~Gsv|Ex_D~ztcͦxy|V匨 Tys/5zq&yYka3$vȷ{s&]fvM/Xk>~!af[3k4Gc=)A\J&u>-P,>mn$}tuF4zAƢҫ@gptYtCokƻ|? Wv(J.|bah#dz]ȒpA)ǧte<|{՝k7wt '%ԿL>9~ygMeV%))iv~qVؑ?~SB:: 9X4k6#mz %}HKL\ke4֢q5+N4nHTGriY33wq[SÜ Ot[Pށ3.K,x  lo24UI勳={YkDU:ŦL+OPdv:)y➳kН)n&vpj䶞ۇ> Rf[ie4st@޼4u u'aNk9Yk;Գ|%pPx>E]C9F'o5qBblp;a̸qMm㎴DWuɛ*_`RέvHpo4Hݪ  Z#mwen|5Bq^Tٵ ;,@xT}yv}5@ _ђ݌Ԯ' $'}uCt&lJJ'lM:\ a<ﮂlʢ29o m&mD[U_/fer_Y| &hΪew?Gى4hs :|< z-j%BTHx{5˱K,N8=wewn"i92ùm&b_+f|(!5|Ɣ@,=7~Rw8)=̓ȹ%LT`oM2c{X] yTogW#^=4>?"BxvǺstJ)ޥHa{T_hկsS&\{Wzi-%Fm~R*3R )o\YvW:үc/yv-:rVwsvHA ᓿka]4t!/CI] W*Pg;W<]2M?Ƿ?l$.%y'cZVrvS-”$kZ%eG q ?aUrTx\kܝJPپgL%z,zIgT%wvU2OM,[\,J*MZp>|?dHZ-Ƈr0&vYGr "3d{D$9FI{^P*RRQ#E*@!uq8!f&_/Oҿ:[4U+t`:–U87N:[oj]9v.$, =Ր"#JTvgoDn\leMDqi"6 QꛘzzKwt:wn&^|덠ƿ["6EHv%46<rN) nU ϻNS*Ɑ}@Cj&td)?}=~tI(,mQ0<Նp_7p ŶbaGVn\_fKy.zݽEx'f+Ƒ5ܣpӱؙ҈-J+{үފޯEZwh9o*1w *>{!e_wZ 5VM>>8>0~0v[|("MW\%[t~aQɜZ`J)w|ܴg6{^K}bD 2n_ 運>օR˩/5aW|mƷ҂E!Tg˪zMxNUt-z:.Û1]UI >soo%ה\Ij7~^h. DPw){DB5׹'i+͉a_,wRoOVs QBlPM?bmu\q# Uٻ̵69VqMl(#m &菤fSfg}#1*NSSbLGq/8MO^._<'̧{lzS&OJq:ni/ŪY+UM-5mZgYT2P[e𚛔 @HDJ瞔O Ũ/oqLY[萐d \';:BFN4˸o:^3b:m71{@3!QFg Br}i^v_B8_y*5FNHo-|YY(AtI]SyPߟ_A`cDڌ7q7fQam#KqWGj_eDӖ_ B6(Zy =vC!(dSJusC#  i+۱!E/J#jc nx쮄M揃 TQqt"<dSfFh K~_/7ûz;ɅB30A&^(EҘ ]ߍpnTa2\k5A?VÇW4M2NA[AӅBZ MT|¡)[UkTpVq.숋Ϥjb8Ƀh#> &d r7XOd"܍ju-qV9:dQm }'i-gto'q"8M&ʿqS5%Z0H!~#N Hzx+)8PbˋQё*Bi²/r|GݺT۔*D,2=Q B@&w}rw2\-K8"23巘2.)Wuѝt,u(jR1ְ)(ސR]YkUL+䬵j-c*_=¤]g^AJ+ 6x)IKs< d."é", 3Nrxf:we B> stream xڍtT6)t"=)- C0"RJ#H(] !-H(9=Yg}z8X v0U$$J*f`@Fp+o?1 G"$A>eD{B$XL@(I2n#0Ob% 脾+ KHN(Pp(І`nW! QK vB}NU>,+)>O+G_҂.li`a7sE䂗D3+UMY`4E.?&E;$mzk6GATJbqcΧjI1.4NiU߫^[/g im#DCvsn-*Av%6 wۜ-i_יDj8ۉO,Wr\/;d6Xqw!o0ھ9 KnzcpPzwQgCBYGKnJ"3e F;5_Jg|d3y%Wېޒq`~2|>zHq|%|dƒd17WU l$JrӼ-:$+>AiF$2)&OE" ;&1vow^`4nN/{VUag1uxL3,0P?DaPYn|Շv*Nl+9wg=zU.m7x\+:Ņ߫ZY= > (3ˏ>.zP`.EgX-#Rۃ9Ҥ`URoQ?~qos%Ή hHqCs.MiI$E:c䩴TY~x [Aoc~X7έt#[4L=KL%`\:J]C|"pO/F 7j.;_Z씏a. 5`5CllfިA:p@2նӫVdb c5+2&NwQHY߮NV!W$n&:}zݣG:/I_Eθ7xށv< /ښ"5\ * u-Y7C7,:R$>? Pqo!r8jtE24*}Η1aS74X x'yIEOIb:ݢͪHx(E)i LU,s6IieϷdIHX5*0{f6}&]nrtf_ygÈGߎբ oѿ;}l"@TϚ =6lj\0"rOW*tIv<- Y6oՇ͚.Ir3Jm0. ߄7R2[uol\5$\&W )&2lDa9f_t)NF`#r4Y'2(Zj[{ַȚ]d_D:;ǹ2xI"ҙ yt]Rۜc嗲xOv&Q|i^L{ ?29#$ˆE-u{cܺ<6ǜA 801쇸 X栙m5}܅#!eKy)Iј„ }{o*Yfv(dtFTSk GYJ ei2gg1L* =2EÒں㐾1^w 3(A&XIe\]Z^.yaf+ѷ'ؾAQoDI[`!h~E[{A݅5c1VpM-&r=\NoN_~"Q! &agIztq5 km61_HԜɩ'п,:Șcw[{L?Cx EY͘7Æ|!'}Q}2Pc%rmBª O 5]|?$k S&]T wiw>(Fc|x]+cje\yHdVJaiTҾu-+I;7ljz[ ψ9#UZJH2$%H$u]sSNJJYaC+* t$f@>BZӹWVҢ<*FqF9Z#m+)cUmgkL#Sԍc6ND_XM>Fzʎ%;?"nԷI^,QwFAz,6puIGyb#sHCOC7 54|>%ܻAUOfFD^% ~UPaGɍY-EZHTcMFg{}ʺpf RG lrֶ6t/, zVÇ>ܡw%8$)# ExsޙO|2Nru>{Vç*`7Ħ.vKۙ4$08]x͕XՎK\|Hsp fHNҺTe <"la ;dֳ =ԺU0hav IUz1NцwW:Gx37u~Ni>ST3W3 bx"|Q(Qh[Kx)gsi@f[6|qi9`IlآwÃ*6 g8:}n.!-k5r [y%(hyc;x r/u`T40\z#['h+:|f>^lgk{x<4\d_SH(GHϷ59z/T]ć6f驪WZڷP^ ݽ`Լl d=ZEhH!ا+'eRG_f5,|&:A<(%GkLRwr\8),$]_JY*+ L!_QDd?P5|,Ibj;=&YXfXcV{^gxCYҒ KZvm@%>'_X)ʮ7{mL0;} a)oU4POS\punsFk̿${6N3鬧,Pbs m"@"yV\~t/?2˥UHq?t3!**n-$ő ĺ]e|R.i"|rT N\׍:lg-{.6"k`O)L<0r}y%󊪪hBA3hHmGd#R?: Qw-qĉ#7fV)/M~z;^<;'nxA5/4q'~i눲KQ\v e0(b>V| o8g4587?dخ#Zۓ GN(Ihޯ6%^:9! ڳ aˮ$|R at p;ڹ7Rj!7X`뱫lfP4DY!,QvUjA]Y8crV%;m[?4‹2Ty zXH9/>@j3hIW=W&ܾqn(mN2qp\BS"8izdTyzMMLH5ŷB/pe vnDݔEnէ@=ۗQN(ְ+d$,xd<#?km"\ГƉUʧ.K^vsեh/{|!IܫmIgftɫ0ĝi162Y\x.lԉEȂf2G;,6OGlg R(s ZРՈM\ dy?'׻(˄,XdJ?NAUK| A +Ўu&Թ9-Jhh DjT5m Im]2N("2구[8M297U)d\ߞY#z(H{O0^]y~.[>2ؒeD#C~{vIEN܂itO7F=gO0ubCp= 7ݙLp~ҾRvJwpC$Q+w&TÛDtb˒D1c帅'ǂA击 Ye۠W.wr[[yVatbH*W)@bbMJKzKn8з};ip\4U#k!2w~ >=C3OE`]~4h>IuIS ^?`hz]ֆp$2^uA]ȗD۲\}cq}}Rb;=k"4kd*]KQ>vڼ?҄蘵ӏOKџ=~ mK.n>[zͿZF6= &ܪu-c# Na6v#=&6qL7 nJ0] !Z`u>ZmND<LJݱFyd刪L.y4b.[G#Hڜe ݆HQ[Q|ybc .(#q+zw cD5.iqy_&Uj1032oLMs(3Y[v$^|!,CPtt&L{"F 9TJ%J/偽F$0JUoVAc]C!+ڰ4;#b ` ,nʀcĪ# -[kbƪ~{p%4O5bڄxu1{|0C=g̬'ekZ +:x"%>-OЖros^k׌}ii@ʔllsJ ]r8iȗkJz>a"-g#og 9o4Zϰ?z^KK1@ew?Օmc endstream endobj 444 0 obj << /Length1 1733 /Length2 10519 /Length3 0 /Length 11631 /Filter /FlateDecode >> stream xڍP.). (h w(.ŋSܡwCⴅr閳9?sd|ϲYz7ZCUb8X98Ҫn6.t::0N8 +B=d@U#@ pqpqU6N' z:m`O``p t9-U t `UA \ b,w0r9,[@ƆNбІX܁ lrtyJqu9Nh+ԡ ?U `u9N6+w!@  vXAu96tw<݀`{Sԁ9IMÿspCa.l.`=.tͲ#7?3=#odv݆+] R+Ʉrs @N t?!OgO >}O(8/t>OOX+/nOU_S='*,ر9xk@ ypmmpU$;θik.TXfvVrbmU™vU'+ܞ5yl%9U*B 6h*3285by/e9B%\ZǛH7[I@͡!{: LPXoӚoC?"Tu%I{-&!Dx!`ם դmu l_VeX@͡wm-9Q35dJDPKes[ebQvR=?BL K N yjz^ wJUma$c2>Ǝ=% s_jXU ޔ6p%~ߥx7Z}P Q r~ <޹H"dFBB}Uۻd^-jɤIs lƒSr^IE_ؕ<6r):HL3-˶ [.wGcW+Cw (4F^=83zYgA:5z*Ӽ>^g[}a l,CD+tv k;rAU2.ؾ+j~…h8V>ߍiS<$0ez~6k ‘҆aZIoJDByq=Td:%"QLjT3ؘ-*PA`&,E 0@/O==abp5'gaT=+]ۧOʔQkv޴tᡲjfe +bb~#+G`^IpZ-ɲCMf;ݏe*vJL"-_埨6S۷# P~v‡%~9;hfa+ĎM;":>2/gRK";ѴPD }^X3d \YT6t7 h-gКeݨ }t2]fsi zX.WEq0qjQfPLV5d|M@X]O+[ Ǹbΰ󰣾Nf:OeJqy戼hG/vU-`4+ Wl؇ꗡDVm謴MbOHo\ 9[qBjwߢ#wFHW:҇޿?TMCrn7Zn V 1sKlu|?ʴ'D)oGΞ١|̥aX4V&YF!X3 SO_%?/1╍ }8^ӎk`Sn4`2*/k3K'Nߨ$3KڒNI$uR`G^UH/uCYeHwB!t̿vnW5u޵s%u}ňܬHR4򲕸u +pU׊wZm?i^SPXa_IEBWnwQ  p#mT$8ZhR%dr$G~]NiۖAy) m3$jQkVů ǘ'9=X=.嗷mIL&}-%*HُCb &_7C6ؿШ@{#Xl%~ihpkۍ1H2U*p߬ =2W\Nijپ*7\{ڕX,JFG`Pqxq3@'D18k%faRA!Zu*\gVb/c>m5fs֦c{`L9?[ɤ׌&` fX3x(芋JOI_ג#J0T|cX,+p#B#1O#̷ιE]e4RQeDlnw\(>4J['iFZ p޵.8㱅nIǚHKnFU:M$ȴw`2^LWe)%qQOC9S.`Ĥ" 5~U^}U&Ƞc>w6B5\frw~5+w Bn`B0u^JbT$ C☠.ɯ1e /%5F"<'B})?)Q zQt3:;*+>=E$k[+k?Xi׌Zk q}hSlK6%/Q[eHr9,[ o6 9! x*? dx&0%urfN iU_)1Tj8R}&f:)ם&wpah)9QK_LwEqSwB%}G06=MYD=L?"z׵ǧf+% "mGS \]xV\B钣!.pVE6^n3M@F w.yyLւ T׫ LfcZr%s[.uGNlcCˡHTj(\:Fg@ UASqK<yS.c~V(F@9/Eˈȯ:cPSF& 1lރ4I% 6RJހ03![/$E0}:t3 w㘓(ƙWMY-JPН6x'J#ɣejHoN9\ݢ 9n&:* z}/7z1kU: (n}0&b*=<3 ̄Y6RԲ,8M: aS  0쒚Jm{G{c(uwl$1,Bưb瀅Sa[Ƙ A^8m,q10*}1rG=0}+Ći.›"[;W/ jk6 WGʧI"V=;O[8H(XW+(EZ A sN d#`Jƶxc:8kPbh7r jG2t='8ӊ5wTڜ}oB5=#(޳F8B&Nѽq'%s)6q4_YT>*Pr#µv\4vZkf˖զAtͽ7<67ZzB$hiB"(>c;Qk+iϥ>^@]&Nc7T/{bW361_[.o5?o6`QpQ~GoV4M`qBjaz|.ũ4Ve`8%B_ؕ_CD&k$E%"7L6NgxW= -%&@ N\c15iOֺE@wErSB񖝒R?"oke'h~* y]QA Ta=}xy9~+sl{Ij!Gaun0!U@v2l؍cόL*waVbO~Ye2lel:¹k0X&POۢbj(o'ʄ.t= *0="2xb縃<<1 Vgx敨dEwVKnGA12gUxY2wf/{=W w9#Nh7R%R0׵8?K8pw{0sUGYS|ŝ~J/u~D894.F=f%h]/# ',E^z;/zy)}#fz4 DO7i]!ֶ.a9cR)udar2G3li ])M0)x;⺑ (M*Ș|# W1q3|qE ڥ0.Mވ5pyo/SD_z, |I +1ȇcvsD$ȶa ܠv4@ѡG0O1`tm&d laA0gr@%7~1*YҦŽvGVO\%W)LQqY|Wg&zvJ%㲓s %BQXc;ٽ,4R!yF۲ 0cG}RhL!ЩJhF0}Za8,i7< aHN4;r*6ћtʤ1;7! '˕ӏp ,~([J" 8 =Z(F|>ePaIRp:,2[B<#tEDjQO9cd'.߾8t{v޾>cLێa jM3YꠊuU—,$ OJqHTLsk5֓](v-# 3UmsS>ؔŇMw~iI"MC!=X.QP1q@ %~S'!m"Mr4Ĝ؋G纥TfC$T?Fb7&j~|t7X*$W d{=3I*y 8 sdT>D~ⅮO0(إ"zhNn?艆|]V%UPJ]"-rW:V\OE|dB?zvm4a?'DdtҋrYX! ;ޠZ&vtCtm:͍}|e ׃qD͜ơ}vK &tI;iH%@t8ήwMˆo>nlZ3̠^ H̨tn=lMIKZBjˏO gA<h<͓@E[`~g0Yn'n_ !MִFE|Ojx{DcF}oa1Rw. k¢{EvNQwHEVpAлvV թVŒmN Oe֙#qPV+ĥFȑG_vDžȃ-4 >\ )v첆]ĭ+e9df^XDn!LsOX (sZ<7򨩪v#4!.0t{S:Y jhG#b41@~NWjQ% (b0pyh.]~:ga"t>K'y쉦m52>7d,'CD:ujߥ^W6Uix>@Qp+m|Z !eA+$/,C8u"]=~(HJ_lSr=sn Kpٕ4ͭ+Ce5y.ZٶOFOTVq,z; k&3ңR-pb4 {^ p  ,qDT[SL~|IzbU LSޚ02j۩ [&R4,ae̓@.NLul:A9ugqB3|>rnS.'Ϋu!k 'MQYT\{B&( endstream endobj 446 0 obj << /Length1 1399 /Length2 6437 /Length3 0 /Length 7397 /Filter /FlateDecode >> stream xڍtT.)HЍtwJ03 H7ҥ"- *tHJw(0sw]5k}߽< !R% Q( Cn6S'_%0)(r Ťť@(/ C 8tpؓM qrF+Ӟ ());{@A0 N0%8e7)~ԓ$ `O7k`. 3?owD<by2``p6@  U C@0? qT^ rA +9`; q52[V9(P0 I?eu~6!L`w/_EJ K`wYWyc?7/7j758Fx8(i   #OuF- 'E/8?W3cp_@8OH$@* .IՀ9?ݢ_{%_qpYLb-[E7ݐ0A!~(z!PЁdohu/G5 `N(2 E!_>a2& ថ_T_1]PO/@(!~ F}t'$*yxPGYA@ j #܃ך%\-AԪbj79P--u0lO03 \Y@÷6$}|(7TdR}bՙNAUǟtݑ/~11n:1==EO 8g$}o(UхGSi Gmtתt?~~\^t!ɮxM' GwhRJULns*9Nޡk#*ҽ"Us$Wy;9w(w2Ϋ;/i:vR'&WH-6<2z)"MhY۸WiP=Nh?ynvkᢪ“'䱙رcQݭx+f+fdS EAw삅Jӊ_c;:){q}Y u2V [z 5ş4L 3;,z 4W >"Ŏ0Wx#ar6&PӓK~vj.MVD{?AF1LRAM5$͏?~Z,;$Rw"T+I쒷A}eN?ܑlSeZ G-No(]pĊlAj6/Brɲ ryݪ&X$v LnE\QWFo%^]RMN<5"?C*EBUeϕvx.i\[To1}GSqY,'A\$H+ޒjmfW\ٟt &3_m{[/6IIT"mCռ9pr |Zψ[t:Ԛ2%i1c(npoo{$6݊>4l|߼7[SɦF z0\m v Y05_dœPv?9v e}dGJDc#mBx]J6} 41ï |I]mh(+ϑWk٥k↯ŖCrgj2ޒW۾;J 'R@$>>8A}ÄwԸ)|MwlWE~ᴗ;fS 23s4zo *ck~4Wi(M( Ôm et3H:-ot%؈FA{R5"ס,w#_KUMcP:N֛y|2k𲳤~ vhͦd!s]r>'' -_Qqt{&.^e^II~ۼd!*_m[0,]hje ٦xuII=}4zlOyz^}t5ı<9Σ=l6mx`[ M uNjnqa7IhO:K4.[ .3F1Ţ +Q6M;zz8E4L؉uQ,f/1j)xh'+@p͂F %r\L[0|7#2!fgX\<ۧHtۛcleB$ԵUM3۱2=!R@S>6o\nv Nn+$ɲDmjnZb؟:LҼOjH;.,-'^3wZjdl3 2k#JK_tQh?%d538oᓸc;8V0@*d2 kςY!vI ʊ$u1HrK*h jMI"&fKNT2#q[ʽ]\E$s1:Q(J į3*^n8GF8SE5*5j:h^OiN؄|٢m"#Ѱh4dIHAܧ[=O`E-(O|>c_RсWXhMu/]LpFjh.r֧L݋ WpkJ ҷunM^3H<elD) /G/PM`ktiִּXA?!jPxT?C/=|UıST>uR4[MyGmvjr߶;B]WH3Z>kZXA}4bq.]wC(jgl.t1v=w6TD/!^҅{#'NS -ˎcg;鲪0ކtQt-:+]N9M.ݡɈl\+Zb~w_z5T[EZҶWغjoJPo<&+N)Y7*UoIzǖ>uv" f,VW7?mYՖ58Ro8x.G:(Γ)I L%akRˠ$n#F+OE5}eS:zƶ 3 >o= >0cb;5-yj:`s o%"."̵<{uM(1 zM4xgjN@=x\SosA|da?_RȹN&nTSM ib܉YZ}*/*}<ոh .V܂:l*u˜S˿ib!bɯ_OugOۆ\&z룯P-52 Hέ3}|Ʊӎ}bQ$@˄"5cW Si"D*GPbǹN*|]brX .؉Y@Ǻv׶rB:0!0ϵq.]Pũ0{`^9WbՎ샴~nHyHR3'/O/'D;qE^ٌINJg96Iߺ.5~bO n>^XB+  =`~^ˋ¼-B Fդ D"EIgcC#">XxF ( RT" G?cAfGuYB^۷{l\GxB *}i~*wH͒#I4E:^~HDTY"y/ M$Z\MXGc%V=ud?iSFe aTܸg9sowKliZ68}bdÏp%?Yy5rusV]xX6_zg̅~qvW[alvpn.\oצFSF{{=T0{twkpb>qF# ד߅C2>*)cn(WV5FgfUH ɄF(aB+40O^>Zxgm`_s"\ cJy"? nJ$ ܣ_Muk&:Ya0[Q4bӋ~chBG7@WjA߅ 1ضXuGoBwIQI0]8p u,oX.QXԽaZ1mYJP+SaXnzSKTMOG3vQbos >i?l \'iY!hZ4*xCUD] \5V! 96oU3$4T'N ֽ?Xq5S#?ݗ,j-k̺J'i@T 79_z~-^d> stream xڍT6LHH7 1 ҝJ CwIH#HJ# t4vs9Y 9T UT 7ą jvпŘ@]+A.P3L hPt`>!0e"1sYT8PWL xͿf ,(;@9TP!fv-G "p'+ hB].P f?q`0?r-GK (AnP-eᏱ6߽9@0 G{'3/f)s=l3߆fvff0;3G27Ij K",ܜ8u`nPMEYA^? zB9r?V|,>aCp7?0` C`(Zwy^~}2z/܋zj*NJs`0?x(fUMo0,Z(?$7 3rc(7oBrnvvf0; I\5p_S=蟥UZW7{\IG2y8@<0W9'BXU9@]aߖG/t}|?\yGelCu8Z;.^>/PϿ pp?kX:`3?/Sp 8!F[=:6Nvt W7vEV @P¬#D8Ԧ.Fƒ}k\(J}/;eT&3Trzug炝Fy dKJYf<)j.TϺ[Xkq}z= KU;jJ)u5-[L9!1tJ"טIϾ .QuG)o3 RW.w1A %j%$a+_o% z~;vۭ@'f.Kr%)Tc֏ڳes_äAhU OAv}8uJQyƓ9o8ڊj̭Ģ<#C}Z7{WjR_>h[7='R2 GH櫨̷ p fk6<;,e?0 yRqZ)Oqg2IoB撰:;7ߴ6U;3FF淚>b]%9_/'R5{ cN6F2Uo!;&z2S*V;ѳ#:(PYO@<-E]zH_[F]PKjOdhJ' ZOFꀏ-x!ALr4k-/*,X`QQfҸ# @, Sji;sap 673AK DHWw&\H>܋#+M8zMǰC;Gqʠz0,9gBzvweKʭ(|xsPin~XMKE&age 5N)sBt+cqVET!_уךrUTu$Ag~uCΔJ|"P·J}^{ttf]P/w^XdUsq,: 3]H}ahWE.MZޔFn]GcF-%2Z}^NON=K_H;үJy' wQ @(Wnp[2G.>fKEV~`06Eۉс#5ɗ~79S[u{̀ӾNwK>_<˘Q}Jccfzj_^8&asަE^&F2pl3i-=oS4gfD)C?xw<`=ӣȥtٞg=ĀeoIN=e43^s0aV?J[ 6~[[Gz <8wvH?A(H-Ul=B&=Q#m_{QS QOq\P~0>,xEM֣`ɏI . 9Kw;',ᒊA/=soTVzK:Uw՜WE&!+J d/N~v=]š5SMN*cFqtD23^Jk;"j8EUjO Hl 44Ƕ&x[]߂wo6T넳%Vu:}\dΆ1vI8](}mǟE#  kp]hFZțHt %TA"T{j%{X_"Z;)nGO{zοXyqq5TlS'hWeBp*Q `Ĥit1n$IϞFuA]YUwZ( W& &5{ cޖ[ӝsqc-sf$xEml,4_v`V6&aSH+.O~Oin(/ mSB^],4tLa|ŠnŎ2@:P<~͏9I'c /QxjH HZ"tQUN5#$:JV%zFn#+A%< Gw)(*\Ff}׀nfʻ{Zuxk7wg(UO/F}J8{8?B.ǍFgB߉'+I:cݢo.h -Wb`.D Alk‘%"^g/kH[wg4㦼۫\7{k#);#gc @'}ć)vL|'OW;$3 j`sxPEϑͭN/2Kc=+Dg-ӤӠml?d3iMpϮǕ[=\u9u}p!3įoCԲ>I$VvF7QlzQGSzCX唂9>KP x.;lp3 ْ3fPɢ))_;h4J*miB#߽1lR3cj 0(9bnY!Bt/x Hz5/N:.YNw͊b"OjA2ɨxeetRڭw*,1X/0vx}[5m,UZēXDCҍvof0F[&ǣwG[Ayz*^y]#sYp}Pĥ 4SvWD]éhO#if&-kg-3 Wi~OJ;&7I~t).&dQIN#g9eV1ƾʪ:MM {C|u~QۭUgi]xxN)>'2Oo_VRWF(Y 0mv1]&E*;eBՌ{宊Nk S,B7Uci+fv[`Ж vbxᗊoo^"uԵ˰; MV5U98HƉ2#UoJ-|s|tmUVDrJJRQ~|֤S q- `KIk=*YhmƤ-֋ R^:` G0L,<˚yxGpJIZK4ގ췓o3"q.o6ؗYavhpjcſ:unZѶ/,9p^"S!Ł2Ioui^+mt4\4 ;M؆'ܩRmk{t Cw㴺)SVE,gv`jbEJqG\tb TB+Ǖh[LY^lnDJR)L<_2E#:;DVnVy<}ϗ$Ydo'#ȣ*{}tZoKa[3b/TvyC- K4gsR"U~Y2.(ȁρl[;%#Ia?R]sFW;wJr-=yFG2j}͗ƶyWLIHC\Or;q}0\qh#0wo'|9M}TQX.ȠnV'K1ܘӆJ >.bވWzt1! efF YI.Zh3O >ߣ??T?v4gO6 <ix 8f4<}Q5: Zg٩ eZxчیm )1Y&4LJx`˞,&ں H~(S lؾSxsLƅԗP SUh;RS ^l<ϟp=)[N Z+?bzU#ޅ+UjG|Zlf? }}άI[`y*t&"H:ri'}}oAʬv-#suGcz}we2Fo^Ndvg(!Nh?aR]h_ɱTjXzJozzbvyya!Y2&^Gs٩Egā3:nk5٫47q@ kE^XgjwHSd#Apԓ.% * LJsPŕS5^c R]4qu-OOgn%<ed"97zŽ>k/]8Y*P~PWTbž,Ykkɫc9)1TWgR62Gc?R7#9hYЗ4\;2:>Kj MD;z~HLP*cپ-XVP^_rA`+}&_UeHBGr z7諚^Hp~Vq[ )U3as-JE?'*gmE$]N- t+3Tň#Y 1 /oGdҎk$Q2>_ƤtN ^vs_ ғ]9[-#м+ ffK+PMKy+p͒Y͠#N}jw! m4,Muɏdr5Tyn s^4N 0u;7/=e:ZO}ʜTlPeB~?o(Iݢ_'k Vre< #c/ʲ|"ߝCgdW .tN>Kt8-<~Ske&r3Ī'y9':O%ՅW_+ Ek5`7H?ѕ858 F%f6S!tTR*_E։l#7=BnS1yuG5).cXYvƊmJD#q%,"3XPRrbDoE 6i)28يN4ǖVpn 2崴7P`b@K m ͗Ƥ4d 'W1QlTGLP+M i\8Яwo*_Dp誽U'2ݧ&OR;pIrVeVCSlƯ/8)[-mf%zNcUbђrvEn< v '1BKcܯҺucn+̵.18dJRYZCHB{^>{?%BFU=-E+{hE20D N'@ )9^/ϿaPMqt]u5# ⹜*4ɘwϗi)! 7,^7ԲhMws{Gh1|W/qAf}Cָ]έ"S\Sg$'(}Aza c_5®TӾR/PM&I1.SIe7EfmCLðe+z/jp/N4E;wr I$3ۮ?G'zkJ'Kt163bo=,uGGC?Yhmt܎\,-'ڄ*QٞL{T`,٨E3яm46pVҢi O<8~Bk78m }BQ-o &?+d ?k,Ku!^\e[,r2wl$u?Rv66|Pd9*&sWثVTQ R°eAK6&5@n'iNSW `;U&[Q'&goD7.;XG-!h5T>2]2%7Y!Ӓ87rI8I'3Y'zU޳[`9WT}m\^ʨDۨf]0(k}gS,M#" 9gbxH! yoqꝧxK /!?FcYñg7WRd^b=637ry!&ֳ$/Zz#C;E qEiB]. Q0ӄʕU ;yqo/PNoV:iݧ6ќcmGEv&R`qͱ<+ X+ϝ_[Z:0ps}/aؤDDJsaa*& ;#ئz yE.#uAN\2əj'PqDF[+l#uC̖5Æ!.{pUaVăCohCFA[iGڸgӾ, ի ֋" &s*LlfSgAp檱F l?_8؍.kXn1RQrdZZ"6cӱSO]bßLOkVoQ;;'NYKޠ<6}JN| HQ+oӿHeڿD;=  `)}Bɰ167 Rfs'2"^)$sa1Yt<XſH*em f>|W yGEnh {)zXK|Uӓ5 +IQsrH۝oEhM endstream endobj 450 0 obj << /Length1 2685 /Length2 23363 /Length3 0 /Length 24882 /Filter /FlateDecode >> stream xڌTU  uC!"HtttK{1`U\koh(5Y$,A@Y] ΉLCe vcFقr!6i30$NPtwpp8x9  Ae rr)i(2>II%2>ȃ˨C\'+@o1?g9 -rCvv /R+U%$/hPA^Z* dmdm` ]ז9:An^+d,!7$r!#e,@V`j dr@vlN 0$i`rEu<6_/M7IF6H&/cF6߈&q~#noA(F.*o/pQ \4~#WoAhF.:o7p @"~#Hoafjfa|w\ޝ"H1 D7ps8:>,CNK[+ қ%<7 Ph"~常C6wȸ~CH!\S9~~r$$i7nx;l!h2ߕy Nu=SINޓ05o?8~r3ypsc8!8C^?]~RZ;"or Ep@'H:x E ߸; OEqp@},q!LȄ? 5;By?HRorJ>@׿ r> h:*aESfKT/p$B+;<Êr!LR݆Oy\Ha pXa4X>oJw/< 2H-Jl deN(/X Va ZbE!Bm OWǥQɣeE4.Q 7]-8 .像L35~0=#?M3d]vړR'9L3گ9!<3e4N81YyvʀJnj^bmmUUO|\8^Ӥ?Ec7P hB J{\RPp5I+oB 2U æmn5n LkxQ/WIUoUr?y&t`\s\2(Da).)0t0 *EHKe"z/ңG*хwqO꼯UPv߻DfNx0{H4G}A4&&IY;9zCUDU=VBq>R+!A8!vFl (|`%^-ww$엝R}>9\ެ^` ,Tg1VsLpI*% p2Je:YVaކ2Ln6IRc\^=C=1;OwyʻB́>54Ƞ\/~47X3Dغ^cSWO 1^:ޗ XYFT>=;вHүzY]%Q95IKquK-ũUNE)UAN }lߟJrGV Zhmstb9*cKp識PRXOµrqhR2a:{6k4xI @V .kuYC7tdh Ʌn}V!Iuh9=K|P8uOp=z̟?T38(mԻ4Z R@FJ',c钭Y̮*䣊iHA&W&%JDW3z=8Gz.@/s$Qszo.Gee>EN*OcGU׊Bkb(̯i>n=~h7(fm{ȵuBBG7hYuF5pj5)VQ9>Uz'wh<VWIvu>|i?TYvtcCƉRv>wGu [ ngs'UXfASP&o "y/"n~ 6;ʚsz%5˄UT& 8~5wݩuLV}>!&Ւ>os/8l߬RNpY:r)6K>uc=(`FTl$ɹ4 0ťs`%س-R~%iLJہWY,jNj'8ālvak=y+Ҵ$A[3Wv0 -HӬz$gsNxe&NKhmj` U8e4Ԩbp&+&aָqB1dUGJoWNyuK Ȣɻ4_N2e!hѡ7^ n_(~*"C.7(4ڄ[җlEx)-B4 vPHz y%a{aVԸ&S;Gu2& Wb`hd-5"Yp@*#0ҏkqn,R>|Mq=F[ONE1<6`b(U/pb ZqJGdͮELe!}q&<5d FMˏ7Of<u=q!21$F/J&yW'_"|HE {k)ySta|2o}łCmj%BF90jbK'Ӵ^,SJ\S6U% '8K ΗRf-gLNRߘ<ͼ[gZM<ԷI)WUCg60EZW᪶A6%hjnB$JMq`$.Jhmy`†bGzu2!a4qGsPdh>ƄkC14AZ u\"ZqoY&BIm7gŗ⃭B^d^>z9bӍhnvJ7;x?%]H}-qܫ5s1DtfByZ8E^~)^Zi۪ZHDt{ҕO|gA-Wb.+7zX:['NcbJ_^ ,X!*]$IPXJq6J l6 ܟ5wBJ^SoyZ$թlxE|~@bɣ\TnQgCN#=٬Y_pd{ǷZy`;q8Kf"vk2zxٲ'MN?ETFb~oЌ5g\,njg@c@/:8Nob؝}+K|~F bG6;(O=Q2t/p+kj56|xǘ71^jnƴҶ D/Fjio=b^#;.܅{8c L3kNxb qe Cq>CނN0M|{ᯄ8*=}n?> (HXavy gkâT~u.JFEM>=JD]E4RLeE.SU~PzTkzGHX{xG,j6PRGNyi S1[CKM׋+hϷd}BK\@̜]9qQ;a]-uڑERZ(V0i")'[&Fre w^>^O%EJGj6~&>8Fo.EK\sXh&:|Ug%˨Ea$(!Ԇi7.+ɬJ[Lc[iEUC\~jb]LKH|N`GAu2 6k3V6qs_`5&Xœ<Q"Udƥ/*QPb^k}:NZ"́yLdL2:bB`^' ОU@1$OY}1$?YkH;x¥{6% vx R}xA&>̓v;OSk!<)5K;%>-n 4FDd%X9Mr?0ۥw?>n~ao?v+OhD YN;uJp͜jpv%|KzP`p0~f1ћ)W>QD4ɬDt^69!S#`iEX ɋ7 bLW4k_T$5yoB:BǔfSvtjײel^ۃH_H |ˀfJZޥS(\NK^HRAؔ-"c8p1A%H n R9n;߇eN8:*ɎtXeeTf2%mPcCqk4nolm V~Z9J e{gOBpMu4)nyV ТQʠ(Z T[jٻ^Rbg %%z!LX3ܶ&SnAN~T^|<@EF(?-x[[9ohzy. A[6RhHu=9P9~OO?{5ՐwT,QTd31&vISINOk'0&S6 XL4uKyDקצKѡ낫Fs)W S6ɼ-۔p5([OB94ދȱgD>$*4;JQrDPe"C-m`|?07Co:b1T"/;װƻ&b*uf捁:j?ڭ/w*Q3&#„?PSQþYDA8ynMd2􅝲`FYr'%1g*vJWDrJ"5V)/޽hs$?61%n z7|Ц\N\XR| x5:;,.-S=tgj#Ѷjq=qk-h:KQYJ;RrØ73㓴|HC֕n ͣ]]""Q`,255~~nA&C#8pY&%RUUt~UʼnY.so]SS*"%PkF( a4{3ɟQ, ,nB"WR=(T7B !v-[khL//'/ iD.`vTg]>H)8b>avT.~泂EM#3:_bIt׺au`k8҃?\v9F뫌7dK~ZH'F8hY$&>c~}(B42>8Cbb8^BTFE"CzSt M\_#6疬*L| YO=wMϯP$`$vصk;2-D!sGv"UI|;t|&bxְnk)AWPXfPq"ug+Z`(k ߮k kxc?v$kj9إ]=F?? kiL,ti;loΈJƍw RM6WKkM2#.8+F:m̎|s}G6)j/%r/y\Ku 7V~SzA'(SrFf/Wkf774q}ag(䟐M&g}ef#{Ӡ8i{֌mx!n VO!Y `-LB-Ȅt@E3d:%cњB㥁RYٮijb9>!Te9)f f) )wH]oY7̟}_|q`=ziQ#"ʬf U:oq7vZo hkBk"2> *+iH?gPo4a.~ [Fjcf$PGq+UYʪqi\o oOiokX--@L i)A2z^j6l9r{ ȶ1Mx /+kzӇ>=89%W|?nW;MΩTOUoԄ]ObO`%Dz=%ŔmhбCM\~"EevIMچFcߵ I\¡!\A=gbCBRiϪV|DڣN(UqܨkGTYm], x,\6m=FPyL2YPd\G5ztȇ+>E $!pKa}ެbn ŋ͒qH=R /-FQ Onbo .{i}N| M 9 pE1qO#Š8x@'`:g_nĬeS0L)afB 5vo$ٚExaz+6HGBX ҀmtYaa'gġ&zuܠhqaKɆ#fYG|LS}$(#_/yN@.n m;s$}wSQnΡ[z0KG{75eN[m FmP(IKuJqIQZ>|/J!RZ9{׆VΙ[<‰p5t_lO7)sT@ӫ`U"lzvmNH8a$9bu7DEV_P,*f F#70Bl+.yOj3C~j}Rb qzW9gǐn RYgY8f|{ڍye^\}67yڪ١{'~vhEB¼t(;{> r/HU {ѿyHcqԢd&t4wZ.ʀ8JYwAgRP <](ߛK;a9(∷iR_rQ([r#Vtlg@o) VPł@߶(μgEN'&fHXk GMXLxw-rbk>^sĠjEl.Gp;Fո58S\^(9sF}[7iFщ7tA#rhA 'z5VsC!ź;p/³@\+|f⮏PND[wUYpАǃW"}Qy8m7#S0.ND򰅨H&RoN]dݼ\;KNL\xǠV^:/f#ŠT E~J7۸_f]jxT_:~nRGxBKe5\v,6@01v`Yσ`JN=Gm~O" Z~|GsZ C 5 B47Lnѭ`W. g|d.($n IR=S/Pjebl15O<$3/:3عؐ|\$ h&Rw1p܀厀@"CʐJU4 b_d1B>7,I`΋xY 1s(L,51,f^6k$AlM#4t%^o6*b g9YԢ".: Jٗei:}7NUEstjP;(k #x'\bKI'`sUo}W۟AL&rg*.7opy9E2%;0}P_'qEun.c*/S U~Ii4BV K>t6W㷁ʽNNAN#![e(!lusd z.(UŠɞ$g/wg-#_UAle}Y.d[vQ|TdUPu֜V6;4te?JJa ;w>{dql8x!S<u;J6Ou\dv.%9iqYO̦m]4dA6ifjb_zvvh^J^3|!z =(j T$a!FBfD!+ 0$6;?# xZ|$uJya' GI@c?^N'eřz`<>H=8.vॻ"0s剶.#Npz/l!1#y::9?=4Xr?C0Oޡ펏JHUaС2mAV]Şpb3? y%=sfd׭4Ǣ(gҺs ثJVLٌ˓yҕOm%`WDX𖙍3zyĆ|[=]' vx3ދB#QV\"U[L<լ"n@G.$N6I9#% ߱uN:QH.Bqt3S|^8Md#27Wޏ ;=~6+Da_t^Y(D8]Y>'&p'DgX)kZxmE!Na-Cu"݅q>znn=b-^ mk(GS==; +쩴L. gMG;=sې尋 PoW K˕)q&LPW}ϯ#,ȪP1:â^Nzl]k==%KdD<>scá)F\MZqhAK){ID%L%ʙGk|8Bq ׷*[- ,>vŋn%[= x7o\*/݂с#a8yuRŗX_b4tf=ģHhT`6v3Ns˾|%{Ћ |iePGCۢc5UzcTeN+*k{g{BǮDkMOݒ?E>>-"h2Q*u܉Z] Ă S(5NT0.},fUBS%XaQL5SgrvOxyj*"i!}Yp d:4"x112VBɄUn-35Tydokn/. ~H?r5A|əБ{rD2iQNО.󝴪*ė &/sH:Y%h9"z3>aL |ムcM"RrU(i|`seQ=+w]7zyO =U_mք ;_,kJSϲ5Nj  bvĪ1C>36L#S@BwÍih5ڻ`(j@d+OFmfc>j0#TdbxSrzyW@ho#hKmW?EXTh^u|K >|{NzMw*$NuΛ>3Bk9ھKU]QzWn,qh\9ǔ|]'Up؎ɕBq?8 懪MZt:J%Yፇ DEtEH;1k4w5iҲĜՌ GB Z 0ٗhӚB [UV`v f>gfζk4hW1p?PFx5G+fRcCLּGܣK%qG/ل7ͳ[i{n zzz&?hWZ'u=K&kڋê7^ecfy}8Dt]k4(ǀsαǝ@eUrY -eXNW{\-}~`$%xfs&^ .33"B{y3- #f濧&A#CN(7|#Z/" Hz~DSuFdMt(C] t %~EJ3)n$ꣀ F-:AOcPد󌧭tw‘Q9tZ6bЈ `dyZ#xR A!o^( $qE=EVX FHݜz\-} O23@n4r7fSJGHN P腃9e>/h7i'z é\ѕMU&'?Đs㒪#YۏCօ$b.SjKUC&wG.CfFkνYB DxR F[=`|F)R&ڲ(gM Za VHK,ImG­lDE,e9["p^uچ_'vk;"{r`BUF|ڙtO%Eep,q!nAB#x%CH>x!q#@xgnA""+ozN/EYEhli,~~qx>ݧ{I]Cxݙ0 1bC% D :M|8AOOq}j'X*r8Ȫpb o:F门q6{ a xs#qx$ @R;BC~ \)o^ >(c w*\dSo.hpŞ/Rc3F?w^ q1EX.Ʊģt;}3%3FʧՈb \Y5#-Fi,K7Rws@x0;z^p^]P̞Хa KsPigI+@s<`ϟZ r(o'ÏHm._  h[cy*/fú\9a^U:h!'FTf=soi{d;h]j OEB]$7 ڟ N|ċ&8jBɋG?vٽ3@nP_ѻRv=F͆oÉ'T=Yh)Ɲ[ZʞNjcTkT.?۸p>+HʻS¯0h`eU7`?+=ҏ-E8$EMWKf[x ZUZu ײ3Ö"77SMR-_ ,DVrW~:g|0,xrgF˄Bk@O`b?%me.\r 0)DI@ (`egS p+z/uT:-qϧ2t|)W&6')id8 ʀ+~b pX]j~'[E8;&3˯_L^hV =&c*݄Զ>NgOKTÁݱRoMHw1AmlGh?VyYqZ>Vp2V#io(h|q:G 6q ꆕE`W%9i~"QTFEeOUD9Ђ}Ni\(!̿}Y;&C;M쥌a޷ֿGZPU^"*ط8ڂSet6$u<f^2E'6z25H0|x m]g4 U}ڡrd [\PE6Ly$or;z|mIurbz&| V\#: :, !(d2Sg25E5} nVaEDTrdžb4p !ozO7< x-䂒mt$UbX-.w}< DZr xRٖ[wA-xP=[NA+#udRӔ90P'P%t8N(34ܺ4cmɇLhOak2 ]#3bkɩw8";9 R%-xL)%io}h^V6Suڊ|.1~lqS>mX $*aSm0\C.lѫ:b jX72wǬ`nNHPZ,QwIg4Fw٣,{QQ~cX%uA՝-0+A~Usmd ǁ74.LHkxY7,88:پt80D+K39 )XRNa^/' }qBjj^s; UD *~#jORe' 's_9YoSB:0H4m K"$eKx>u3. JXT |T29a\KCi!h)2ۜD3I2us}+yq:NКXfQY٠=Uެf$9C׺ `\4T:IRݗ'ef?'K/D"CšZֻJsWq~Sb"g_&. wEN9egu˪)$TVMv nE\ЛOIItɆ040m` [I{CU-Ƃ67p^gdR6z[M,B?GmBHF KnF52)>F-[̘fX qc@8y8UMS qDAbG}@Wc?>u" gs]JwAjN5 ;h0"(w3z.Sxn CSsc0D!a:~~ ,NzʁhRKuDL3Lszs& | >)wqi 7 FݭlN%n+AUŒ 95(Eǯ" yڨVHQ{Eӛ8/qل^K9KZU]\b1({['$*TM'$ W #'e ڋ|JAD˔wE {b 7yHۊ%gB߯*|͐Rv'0x .)i;q8ֿآG>{aQbhG 5_~i0粑%嫠.i1Zr˴[X/dg >:ֈ8rWOim 5G>I$J:Wޫ*:\^|c0(noL#xx+o߮1' oMڃHtY|6O=1jzqvPP Ⱥb9$ghdX@ԪO>pucw/v{3!6s F1+߄८ 2Q]2t,#gM6}ΘGH@搮>S5ev@jF[PJhm%f= ;|\dj"[|ɭT.e]%B@:lQ od|EQ/jh3Dea)ꥥ:Zp~yx1_Q6 O?Kc~ s(#d靖Os(R SL{Ϙqi;5G34"4>Φ!["!V 18OvVu6йmQˈ6kG ߙГy88Ӷ fkQQ  7`ռ8ŗQo.| wDZE-w^RVK9C+>8~l̥f lԧ9;g%'LjEjeSehE26K9MU^R( )k 7Y9  SgA1K+TrXkՌj =h[HE pOhyѿ(cqɅwhW3b 7-NiQߨ^-V<2= iF@%%_:Dlʺ6E4MقaBnpUI75FV",swut&Bd J8w-P7Smg梡 D3͚x  )Rl؀-Dd6hwiЮW1ͥy~(|!sAO#ZG7 gb4pEêPՕ$D%,MJ`j*"nM>=.4_>:g e8zM#G2򇺒o Y˿xX.'eÆ2YN8|#ٴ<7a}xx>MU+Ig`jO8+QDzx8;K)q`Ի"CW꯬LP8D93б,W{IePYt"Qq [fi  5<$\:IM.rx0Kwdžs@rqWش{f _-uZs=44 !أZvP=!2,cŞd,C`w`ݨtuNLXϳKs/.( *e[5U+uZٓTi w1:y~trGĂBwY(A_ESb'c^*kk`crēI^h l2 w^>y^`h1-VnA:=t?_Oǝ> ZFE+yՖp0|p5EJO=j#^%Lvxw@pK<ҽWfX>wX1|-怎~zv#\eg˂m]Pr_eax5>|,sw ZJFKx#[,4ڊdhSr'׀E{N8# P@Ŝ|ݢCMH`6+ʟiB_ މg 58]FȧA|z wMj%)+fVƕ2=pN?sFZt0gS6)*%N< 8?铼R./ZaHHxSTSen@݊=L*;' \ֺ\LKD~/ΊԨ/fiQhԧg6$FpsrBS7pb ; I4c|4an=e96l;è@fI돓< <_WUcYm"j+a  xݦy׎_%dN]/J\Q"2"%!3Z F/')Tx-ߧ()DnU¦);\ͻn-VJjz{"62AmWu|Lqy9-y#er"|=bL:&J q%L YS$1#";ĘRW0:#!ڷ(/,X5H^?C1l q!o !G=pL)C=Sz;(K^>g;o<45~of3VO[U܁||aYNxNjiQi۲s>BrF59j]<ݷĶ/0y^LwؖxTp<0!O]u/A]dAH.e$ @7Rya~kC>Adφm P7cd5!KPe]( %rSʎ$@1AF1T|H4 %g 6 i?ܽ? D?p_CD^g{}w5-NzݢtKF`r=j#]an6>FB,#Tpw7<$(.$x_aP\!`F;Ժ2B-Teijw~zI*/ŶtN`"fsp˗U‡a5\W&SƔ ݖ[v ޤ61幇\45/o%CBpL4SHS>m9wD2O'Y|&FJ3-Oܿle>Ah' H|ZNHzǟ־M?iAi''keJoo=Šۙ^>Cx\KI(p+s@3q ElGO$q[0eȎ(5:Uyٮt;bս3bgԃnA5Ug<0 ^ja]{—,TYc.Pw0'udZvDQF{Cy1$:rvX&OBd8it\>D+jHP[1Η2{j2\bYx|ʔ<@Ii)7ʹ#J񨿉!Ԣ9&0M/dJk S X7镻ZćKgB2k ):P2`(vP}EKPiK磖q8CL[1ߛH|'h{'3);k#A.UA,5PlضCn`޿"sގ/;bm_חyFDL'ʊz0qt^X%z)\.(% 3~tΕt_ Vhl>  eg,r;/0@(1kc'SU.d;y;ڹ;A&bIۈn7U-'WPm ia@h!vwa͹ sA!,]n}u}KfM8{55Gj`6Ղ~s#k|W,lWZz6DfwqSvRXјa6K^zy繂U6 iQ5XykI)7Ù/nݖ+"IK;bXul_Som8 ÛE6Y2;VC)&8<)(8qs_Wg1.bfrs^6 !OF7`f}hi ZnW ]&Ŷگ+x_Y/XF~55F+{ҐW 욾|!Ygr@q;+eߑ>Q_Q1h8*໗{/%^;3 Ej 5(&qP)G3ʺީ9|AGh+LjA>JDQpПȉ6rM~J 8xHlѢ1!4'\|;| ŒIt:\ ׁʷ4Mp}ZMٶy2!- &v=F5K4İϢQ=FA:Kܶ>X+0D5!/b-eyq޿ )yEnړ-eb%_ UA3,VZQne҉GrUá\$hQ[N\EOXogf3#Us:S".d9;r5O 7EpDn,?T/1oE2w:;L?9] B)5E2wBX5.|.dL[kHdeܵʝJN EG 蔿̦"A*0H<ڤ:!y|׀3ϑ+zJ.6 p<>٣!U TJ|%ّpg#Pk`T6źbB&ǮWYAބ-f@A?a4xk9{: endstream endobj 452 0 obj << /Length1 1615 /Length2 8676 /Length3 0 /Length 9744 /Filter /FlateDecode >> stream xڍT6 /NpRܡHA^܋[q-R[(E G9s}+k%3왽Ih49MPgnN@FUr< :g[_ft=0 bA9?dAOY l\ @-~7a 8dPJzF=ˡhCfkk-X&r~ۖunGk:4#JgʞaG;/2ǝHkڒsdGgQ\ #E%g6j<26%} &lAn٣TueP&n!"Jlm3Bָ -u-尘 ދ@Q2Kmil 5$|l8ә~r#>mHˡ~er?;;F_S4^w@H1F^zh\9 #?.:Pqk|^/]|}ExNrRB-= H>C Vz7yr1"ʫ=ElU7OBy@#ĝa&Zɩߠ p78V@93K;2Q%dEt9/+?:Qn%:u=a.5};'D+l!7 ybi32x8X[aA ͌a%FOQj{F >~YԇB6p;~&|aE%A|l&-+`hK-ۗI5CiLbGөԇ)2+at~#H2[`Ge$j >ZC{?9zҔ2$~JZPox]O1]* vI"cBm2yO# ԯwrX'ޗGCn H qMEE+GG9>?.)c3N?yYQʝu~fՒZ6E =Mc ѪKS<+:$wMn,ϊdP7rSL m2K_Tau'^`.E+Pt(\H -|4?)JJ@zƳ9'`U2}۶CÛEo{By%cR9}1eX]BGV@~@Chtj2P~cN6ɞbrasOvR'90ϋ+K)`ۘ7wv?ʍ5ΰ<6٣52BYnpl?Iֶ?|@mpS%oh2fTH.RJ,hKZV$iX9)7,,ٿkWx?Xj@f,Nl(9NJWT*bWoF`,"ݚĵͯ@z QSBLCUFhgnQnl6jưsaUrɯ$n#6QVwThP\E;(9`HtTJvϝeuhd^k5 Vhs|); Ӡha|Q3b!]cQ% $0ŔU]?VWtֵKܘvtA&#}+%sj \DzOu!g3m`FL_k)0n,dI3bP 9-#n~/L,(?|Wh>/nd)03tfEOR~SWCq?CXR7=r?d5rJW+F-Хne7y6tUn=}[ }(Wi3:{sisCŦl+(PXY;9u[ʸ*5xtʻu߻/Z(Wx/ TdiAɗJ%}L#B"\QJ y9(pC1EJa׀LEkOba ]{}Ji? 6p j]Su M_XSEsD"Xs-b|vJ:5GN>cCh2!!YIJ0ZGTu@BȻ>ѩ?jJM%|2Mn?9|)&~֞Gqq=֎Z{BX-f6UjRzezsY/8}͛ou9a7Sm6iϸt%8+(fԭ+dXRWcg܍|x=2DjR[bĖb'FcH rT5=B8>j9J1AI ûӋhHF֑h } ty hza "*턡CLF}B/=y*G2F4}3t=Exzr.yd˥־s,V#y2j: ?w)dv}﬿'e&ʻR _~_Ay:z0 "?2+%-7AdXc)ԖmQmu]~Ej2xӗ6* h)^6ڭ3\OViݯ"g:VAp!H)&it4#L(E|ЏWJ:.;%U&-q U#;sif9eVُ@oCA"ZKI5Q_ ] Y)B(##O>5Նۼy̒us-a}V#xW6a5"V-紛&/x=w.tGBXjW .%b/d^ ?y)>W @L)^ N-i, =T$I]oV]JؔRhx\94WXrw# ~ 2⚙j !b^!3iYqqO .3E:c ;zJ;A(cfUFZnU{؋a)z0 Y_)> @v3[@1%s@8>|H'YjjfFemɩlXgSFf;F)![z'bo jK=cJkNY}bN`욱1DkBn割R腚R7iNfWl,\KdFB01u $cpBy4U 1%X {$;H%=3WQ]ԤFѼjqJ?a^?v:-GI|P4TX\.şqN5q'w %-TWsAb"eV5UֻG1h, ;{$ u {;$R6(yx#9[>MaƓu;H%,Ht ~5Q?Gx!iY&2GCfl~SQmA HU{֎y oLJW.b.Kًtt\ ,̓N`1'r9ٙ>j,_|.Άn;,>j* 'D9.壃LǼw#oM=ku=uaEYQB`_{ ݹߏ7Kȳdirn-=Al~Ql be_Pg+]QΚA*exDQA6YJ!-+tkĵRƞ++8N*)zYa ̴eCF{q<)rRhw[[#Is~(Gl8ҩ.wsЎB.uAx&,6C6Ԛ}&ަ=Ϲ϶CgroBGϴc4[;$ ?JaZKdr50)2as۳[|L_*ZU˥]0܋ :&͊֝ZWmW8y47y3jj;V$Qx_OGr3ܺ#gC dk,!\Gʊ,=kꖎ+ J{ܨxb+-=U9=ur*0YN[e 3 9sw" ٰoXuC,{ ZkemAov kBHz]XՆnl" f{+{jxF 'qy'|2.9ӑن%;#Ovgo䫭9,,b;lcנ3r (20 JܽcMD]C,FgDB^Tv2/5wTElZ7x~G=/#Jh\Flw'GEϖPN 1^rU1fy 8rkAHI߫L 2,WI]3QN_*h]-tM"< |Srᗉɔb϶fb9.ϴxq^HGqD{EEoqKq^7Fסalh)=~6n^W84Gkݸ ruŒUXiˮlxǁI"Rs0{͒*! SUPS/zyҢd翻^v:j8FɻF;!$,9 v[HK⅘5In*ɕOf#8ӊU8r͛,~u;)wUQj)8#pOn2aN+@)&5M'+j]Ht(v+\njl@5S*{6œ66=txC ,&γ2XӃp#%jic Q`KHϪ[ڢbjثģѱ]j9jMo~S8  ~3׼kGUO 1g4O Deiy)CP] ʴвH[CVCLcL&҉}|pS+ A\ܐ9 6=' !_?+~*)"j+,: /W`G{D<'{,I-??eAv*JfAz-7YZ[2%3^idt&rJRI!&9/̽^y\KxCIMkFLr_!ipbߢM$celNܵdt;V|Db :!.~!Ub2z~ygg,`Cpkf|em Ac\?Vuk|C? =Z&go<+/ Qthw+7"e,A!TCKn [Lk-<1XEJ)N>LAKqO 2d&,T~L>Jb-.Na6!xf#qzMF>TEg=zu}k`[=Sq_lLTBa:֏ٗRߒ73Kz2 >9$t1΅^Xrt~P^jJ@x8=!!!b0"ÏsZul5LgM? ѕSܿNXG4FKNaoba"&Tj̃)<#D~WΨK4IX:YU|?~v[a[Z2 9 ސoW8UrlZA+uk=*MWl%"ٶ 1VQj!*H.&+F⸜$E+"2R4(n2ٻžgHv3n6Ain+,s~Ҳ$/\E!:XNk:NXt8q0,ѯ?U"eP-d dr'V&']ibJ[WA<~}nW7k7 -0b츴X:\CDZk()NE#ИܹE^ űpǪaX@ڛ2):9:Bo0R还d'V,9?0§:_|stT-ґtqvci Bv6,Hy&&ع#]1ɗ"?\ ҿ{(7PWέCĊ/Q1x'73LNTl%9>@pN態yjs}i#(o+JG솳Tn 9 z҄G?:x RjlRA2-8  7FV`ɳ< T/*i/3վ?9u9pc Zsj2*5F_{[teXoVBfPȸrJr?wFo ` 5Շ!d|0ca׬1Kt{_vH֐na,U/nŜ؋b -X# I0h.7}݁W42it^l ?7Ri&k6zϰ3zuh(iX32:E7@ l>Bv9\Ἡ zfsuQ7˚+QF盱 HböK|ež DXSv?]#ȵY'D'$VΉt85/HEDr4' zz1]B kA>m ̹96A!y3D5it~N+7k%iU[Nr-$Tn:QZϡ4KMNt ̮Ӟ!jTE[CšJ1?G?>۱u.NfI"pɇZñxט2Ɋ_`rQץד&[СqoP/."y3Ŀ>6YaF~aE_ >'W{xS>}7yYCD 邓?dPA EVQSdVTa_4+p*mF]f|AZ),V3T>Ec$e/‹]H B5o{;8n;.5c>$}<7EioN&|QXAHp2{'sd endstream endobj 454 0 obj << /Length1 1542 /Length2 8228 /Length3 0 /Length 9253 /Filter /FlateDecode >> stream xڍP\k-;ep-w hpwwwI.9彪{kukRi[@2PWV6@RYrhZW;b4Zm  `Sg볝2fp@ )Sw@ uJB!V֮`e;CMʦ`MPsB0Y: {xxڻADYWk.bj264Z5/& xA.n`gMy%#/c XO8q657;:xA;0@UFӕ``on 35{6)@F\`\幘;C]]\ vKdP{{ `{uP%wn X^ogڿeV`W`Oskᵼ8BE ?4Sw0 Fh + lq@wg1/|O{?o:y+*Jd`yf ; ],}ҿv FR> `7ygq#(7oB2nvv =ogκ>_<kkf7ʻ>ρ?m@<jWs{ `5 Vr{,s?*P`l|&'y-8 `gs>XB~k>oDFv7]3q<3 n?vk/Go4 90~&7_0wsv~^ܧ? -BCm6Tx O2,8ݽ@Nf ^sO^ޒf[x91Q8Acb m~wxu*)خv-76\'7j7ݲ=%K;J&Y߂bMeR!0xbM_^M=Q($0裿v{LӥH gxG9O1 lC YQh F;]>6RWt@?$of]0=YF{uRhK6s8l6ߛCt|Y 0u[W)xh %~,n'V=Q]|z/^쯩M&.b#.bdt즈57|a,t;+y?XYnz{nK_%4RRw#։?K?ҧ]'F&\#C'ݖ%w+&M5Z2yfO M|y'g{{D*tձ<5ƆhUP jY"{`qG*#&X2P%]36:9ttQ*Q^601tjXdzBBMlh/c0JeOު9hSZ3.-/*^MOo,z fQM\v|]=:XLYgCr7|eoXE0ppc̱ G ޵r{@N0.9U:"L/-,#b]fVQpX}I(=e_Hc|B%h7Z~u)m,;8o(vP@+S!b._9vCrD̨X!*$\Un嗞 Fˢ~qQĐ_-9\Ir6In*~>6Ҏ+V/p"H fn$(̃y{S"Ϸ h >7!%{IPA+TU. xt϶$kFYŘ4m0VIOI91Uts-zêIZ~Y\M㹎Y񖫣X =t:W{C\)|GX&txJ̹h?N?$YaQ\NrlXlURWO?ו}s'( |?wtt5rm{;5͚W;ZU *xЄ4[5guOvQXwZ\0 \ "Gj/6".۔/|ARѫi31L#L= 'jٕ6bu^hJaxr] jTC g5mL -b3[q9N+V͚/ᇦ!ǵ cI~8_SZd d%+W9&na~&5ONhe+IJauAl:@vړ@>8lGwKxeÜ>r)xIH~9J(")(v~Gp[LW8piP-U獕ln9w kSzumBMK}noշ_?)*WgZ tW6%Fh=XۇZt }-,U*|ڤyo5 G\v:3ޅGz=y"$(;Vg+0g!Ny t+Vp0|}3PXQ-eJخiVsϣ9S={;ui/G0# rϑorp/ih}֘9nO8(3vaP)P#P#x{ {ϘrJ Ј@CQpbs^M- Q̘o꒵p ݴx`>I4(E*mQ|N]Ƀg !+{M;&PܚC Vl5&LrSJF )^,lפ_9;vXqmA G4Pr$Qu{zqDdޮocChn%V6켈)1?.veM0M&ﮞÚoT؜(J-,ԋ #RԠժv(8vJ|KɘWf^@/>e,X<1!W3"Ï!'82/^ . 骉>$iNY,%c0hpI:v: zچbYw@u9JceUDEɌ f1o=GmFt# VLG!;4"EBORmA5bA}8$F*kҦM2 #L(nm4H/w@WM?h: ]؋:v}2iEע\2@WkL껗,ܨgy]\ Sn{e?d-Dc{V&Ӧx؎}zy '("Ky7Rt_LMo@'77|[CO wIh,aȂ:oYͥ')rlv!"Q}),Hc :z ܖBʳ{dcgHBSmI_r?Ƞ"01uaIS̟g?Y)Ʒ~EK\̃~*/i>5*uCZOmoy'vMFu&/>?-}@: yܽ֎oܙLZ-|QlOМ=GKȔ_NCLxȡ[YV aHgVME}- VBP6N.šKEȳsPkF7~[q5g23t;D㈾ȍ+}f1gnG2HZ K^v&2qR,v"Sp[B͠VoSH)Hj=&櫃8G)ţ:8cЩ Ɍ^;1/&Q5b !? lƴ1|=˷`ԶxaMoHc2QcbQ.Lb꘶}W$^ T7J#R)j]ݬqSgPF/K#U]\0$xDsrJ\[2~`=H+clGsYBqD 0ɯϰK/z5559GwO ĴXIXXǰc$_&n_^mz9- ,thz:Y8ʙs/]z{7fmq!Zr}Fג|IY 6?4gOVx3NnJ!ỤN$i^fVn]#Z BDSgT/KEC 'JWǮN|jMn +^#,il ]%SQ?1gay!vܝb8n#[7$RA@ӼC픧W# i:IUn%fK"36_)x+Ex+EQXH UjW#"Y[n>| 2lJ1P#)f =@1o4,mC;Ѧx%g;?W:|Tu"ֽt L 1ϕ j##N_U5 |H8zRdF+UXGs$Wј & }h@wz@/EaYo`#volorKO5_rwDk_6Rq!ZQ%myCa)pV3j|Y618,2D@4NE :r@輠D)UU=oIX ks^JQ $8">ݎn kDx+$@|XRqÂ*uc/R+.g? $Z1f;Gj # #CS5Ͼh8YNABOqI)COI\JD 6DPC^ۚNy2 @|B;ߞJ`HZ@}Z1YjU$Rֽ1#Bga<¶|0K_7&J#^ S8ّBRڜ6+crMK^o-K/nU BKۅDg>tط5;CvkiG-Ip"4GYw9[:F.[Rj~V=Gsdvbf$] @g ׅJU#8t-'ư(ᚓHs0u@K`A *bǴhޅN,J!|FfBQ6q=[iC/E/YIi&.MYm໖6Ɠ55@oiIZ۶h3ҳd4$[Wyϴ-`s@"cGɻ  \ VbVWnhC2fޒ%41`#3 jmU42 t&5Hf70.ƹ w=b-gy] .e k69bt~\_u m$#߭[yD cuAܥKԌHfޕC9.6GE>v.Ȓ$UXѾoܙr$j[CxYx.~񌑙Ѫz?-71h/\zZRӶI]撅gt=J_v@$ZqkTY[7X =[ൢǨe:zCSl/<L8@~x| ɿN;͛S\ɒco jMNgrfWԞ-g)P~P5Ols0s:#9>xGȠTE"4J<(08XtX=^/1U4`\g_x]R0Jv3б*q!ݗ#P#y \θ 5/}˘ޅ~l;|XQ'8Zqkܞ2z|>Ì4p=M[$hd1mk&[xZn I"I,uWYi%MPӧ2!D[ (YtUl9IFuT`{ sw؉$wLUL?G&БՒAyQ,J(4 gS )*UmZv^6N.eNgcHn$EP~9`};\/!:eFU4O/@P/ZTEyMD]sSZEcQC?}E'Aq2z?b'۔S{_G/-X}DRnNˌdT\rS..e'kϋwLDCyTEl7o"7SKI`Ȟ%6=lDt%hyq=*L^iP/ӣ$u>yoLej~i:~^`,> Lb}W~@ 򪄁vR#}1/w>j0JJGcrf[嚬 .@9֯'rk>1,EDcD߼_Oۨ\rdj#j x- VRKAVΔRԁ{t=wԪ "fIәTmXZd,TN}ZzX8FhbzFwZCݮ djdMzK|в __|Py /KDPCGCoRAdJ3j1ĔS1$.r_G Fmd ;0)2f2.'"-JXy))ٔLq=d~eW&SR#<_ڸ~:GOq33/&&nr8&L>5z̢e;8XcF~0-ki:_gBPWʰL[̀D |+d v-4^DUS1Șr,`<㖴Z〱[hUAHtt4"pZ~D-rDI,96nRŰ!d0j}5Z#pDoVXʽ|2lfL"5|/i8M[יZ=yaV[#N賊 9ʧy >ʭBM@|^7mAS~e-?vC5UyK JFF}wJtt fx<)&,qyaN%D?'$zʀ=nT]TaU[$ 81.˾u.AŗY Ó=<1'5ЫL˖w&!O[dNm endstream endobj 456 0 obj << /Length1 1402 /Length2 6400 /Length3 0 /Length 7359 /Filter /FlateDecode >> stream xڍvTj.ҒH-!  0 14(%%"ݩtw#HwJ?wZYk{;a咱Y`P8/7P T]Gs|8LLzA #tr 8Lx8xBbb@ !M Թ*0() bgG#՚ +** vXu쌸ЅYCp`]xxA07'l/vymh aCuap/P8APw@ UVhpj py vY[Ü]@P` q4ԸpNjCVGg@ {[  R#sl% `; y7o `v(?j1y77 / -5]ߐ, p \ GA2,KIlҀ! CpS M.7v e(}ubmj`pbdvN7hAGk PA / U֎G4Rj ]|B1b$E 7E-!Xo )E[pk g2̓(bx?=O?r%tZ,kѦ8{?"gþ~5yS;UH<]Pɜ`2I1["!HeúI / idVQ0,̮u=0`2[RnLldmD/|sIB+3αVL<+%O=Y7iz?|D,99n+{%r( \Wgi5g' N^ v Q V;ǘkH&\% a.qV|l~8mWJ֮ 5s")uf]d9:< HB7\q"1x ۝my?wϭ*?Z9Y3z0oL)ב}h痂C]@uvs2博cr5diTZ)Pě<1A12BM(a 򱉱@\H_<#3iU}leX~~]m⬸~xe\X{3f+ԧ%"Ly_v:M{"W[ǶU1o#?<>]bֺ+o3Qn]\T"*㧹@G6nl]Jw%%rXNR;._Q^DibvaC5ݍ?t]z dEw^s_wY*ae׶a܄nw{{[¿5f:`T2e q5x9dzӎpL\.U."9*r9v9751#wgcfxg.Ԭ$ݔPd.ۚՍbճ RN{M;9;q[pbPa^7u86E[wijfAEq](IP{7e>u{c=Fms,(=xjgamMJ (0 kJ<_EY,Sjv$%/6+1Ci W&" Q}=dEv)>HFyUI\9PYI/jdHp g'qWyP_/3Č)HVtUoD(}7>OLnBڲgMI$p"Oc;Vuy~m1pvGĺJ]FvVBlPnI \]˖a&ȦE` mbl,ػԍA ԥÄko8yW&\ 'h:|{ -0 Ʌ'oaN}%s(qꇔ #;)7VeNYfYijD`-6klf<縵ޑ{;,s<׹$IF =EGϘcߌGq'YK[MdbW|0=Ul{@71n8@9(/$\<|銬oHRq2˭㕖Hms7(69L.ѾP4ASHtO!BtG*pHכ8,F˨YW| ˦i kًf*lI|R V.9!.se a+tҙC3ߨ $>YRGE|+spCYoBFЃU5[C56<k({qB;ucݻMo;؊JZ^?`SkCIt-׸>69$0hOj/Z?hlY╾|>8B0yixA$͞G3OQ"o1̳.|ȟΣ3(6 rlnr;HKջ~Yrq/Wܢyvc N FqcR5 eF&(:\Kމ#e!tM5|;wjS]LK-m}g!'ާ2WIǾBl9xAhAOrNhh~zR3x٣iz3S3+E90QcE?PÊ4ڋO+W6$9:bH,*=ɂ۾ӳ=yi@u 'O2!ڻ-YȴkԾW_pT*Jnn|r5'M}=w]4Sb| K,~iN]`Aeh3Cͬu)a 턟cA^s8z2E+jXsSKE!ZZE'jVo\Ls,SXcnᑒn*9UB /| 7d$ BPIZ@xqCWV+_ދ<#siJQ!qzn+ }-_ ձ*Cru .:[TRqxi%u8,׈WjmZQvrӌUEBxrFEo3!87[dC*օ=w{rKԝJ\@s&>qdoq'eAy«!2W(2y%j`y1UJO6oK$}8ԤVOvB)I .~JdxBRq/kr~`PNM=g[añ#mC@KbϾ^yYopL%_|8ƷL)g 쵲FŘQR))_q6aKZ`NleŵGy-Dh- R2ۯ"jIrObw7*'_n3utu9;ZfinznMFwQE5Tq%WMTDʆ }6פn5!֎L*=s\3;GxBtFH_@Go]Pbv}n@`ђEޓθ+C-d˹AiL yr#Z~&5,`5oVծ0=+ 8ΫNiOk׮nL%dv( mp8=B}ךle'{ /u3g4s8rfo pg^fgUXON(,RFٮ闧DS;h5*燷aXb|DBE ͉VXkm<"s8h.+쬆Göّ? c:vfGd5#n2* 3~9A v49c:R1Pb}\KXv-€g٘ޓ|( Zz.nz6[+b乾g֋,ݗS G"KݓC0r%ۗZFvVސ0,.(Vzѐ^/ޔzlOK3cF:1M#'%\&WU>MgAs/ׯ9ҏVuvyer@߮MI ur[r,eREulp6"ڙ*~nǎ.l s4DAE] xV|3M܆a(_͋sH*M 6]߻jn_ׁSL&+>2DھDD\-4NĻ; Rc]w)[D'(h?i'f"TCw:%g?* $jsnh%jvJ<@z[)~&t<:35;Ӷ&CBK0Yn\ɕ+_ƾGjeoyC`[˾=H}MFEcBxe'QQ d( bC(9f#Zos3< |ba╆@ƅw CeyGq`eb1_z\e)M0XS甆S $HTmaOdڌs^'奨aQ gӇ;Jѱ[!kɗxTobm丬?NR=#kK]6̍o,.ŔZo4~^ U*'J C~Isʡ^qˋ,l-=hdK A5Z tZW/va4?3Wn6#U& endstream endobj 458 0 obj << /Length1 1470 /Length2 6709 /Length3 0 /Length 7699 /Filter /FlateDecode >> stream xڍwTl7%1:T&6R0`QQPARiEZ$$%TBRSy}|9Wjl&riXQXf`*%`q?9 -a_8 )jKԡX y!@DF QDaP?+@ B|j(t %D("ʈ6 `  4b=`BD7 aB@Eˁ@bP ((c=0_ U..L 4PnX($pҗ`C0@Bl> CQ i1m uqA!Pd t{ÀFbtE~P7ԙ;q(PS%Wu.8+ U!#k ]P O^=^H?G*Y >8_`,\<@a_0!<J`/b18X }@ @W  s#x'0?wB1-0x =[(w?꿛 46]"UUT/*.!qq o/P_YA% ߾ Q€,v!ݿ?h⼽K~)KN+K0VW+oJߏՄ\X?T[0o8fZ(@Q_2Tx/E0;kĥP  p!1tf0$Da &@By!@7𫟒@a-@ 07?(/O/%7o #,??@P W%.8 !7e{i`08m׷Vp.(/[=Obqt)/3"0*)=m 3KSg7wMNOLC >_WL%j|lEZGܬ˟탻Ag|ߡPY<>z|d奴ixQgclҢP dm؝O? <ަΥ픾]X1p<>>YO'!Cx[tZd_? {'ه<)fN*FGaX ><1fmq`')_Z(6f)@ʡznkZJvtOamlI3U1.әwZiWߔʁ8v}!+Ӟ!x +U> 1ټ @ǭ:L-(ᘎ:hH6l;+Sboz&k '|_*!"#"SqZ'\id '^9܍$:iq~udJv># HH >] fCl4a(^5"BϜ^-68b(&mΚ^Y cHQ>Gmc7?Qq̡6PǴ5f-ŀ[OJR:4Fc#:W-%zXB=-foSf:&4; TU ;Z& >3lޡuhc]fMmy&Y*;df2IZ[ =HLyI|2mk Ÿ!GFHmdRZ{2OZb?Hot1{<=  >ձu-]WUV\-u˃]ifZєs錁F/~1:pں!Yfek͐{RV$ !V#AF)>+da>Qy<;?1:==3|+y6ʅG݅REk 5x$/FF ŭ"Тz4#Z}GL#DL3 Ws~/i/򓔍dtF~-Yն?dORq狖MV{U,;uody˚dXk4.5HUeN m[)|h*^̝Gj_I%C2yh^86 K("ՖK'UJ chͫwGt>ˊ2+ PxRFWp:v;^V6_k}>s?'쥽vƺEHyUfvw'`oqT'(: h0zWylOkB N+!l@JSeӖkwRVc]B: ju??RcwI0mpc$~CWZL(LaGfr/ ـsm#VuӏOHbN3.)4E(O$>j]cǭ'i1ONfKٻ:+,_-tIȈ`m|k.3q^̚gH{>1l^Mdž-j|7~V{C)^yH 9BhŶڳf41 ݮoNM"=(T4ӆх?gNvr}#v݃N6q\5]m553zoi 9$/#glAF6j+.'@=v&n+|gtjt>'H[s}z 냗C"}9yz#hA<"d;Ud)G9ۂ(d"yu@g}V'0YcW6[<0,.hpMd~jṣQCD$S:[Ć};LDS/BZ*f? Jr'6jOmirKߌ§npR&z&\!ոHӝ &?VRSqH`}{/"|DD57XI} EHEIK@GߺK_Hֵ\\3Sܖh?U**}NF uQFД(n`ENaׄ8AFAɉk[ uҥWߏѕ_vwLNYo[kKVLkb7ـC(Bw;BCU\$xBcp{rhfg%K LuTÞT/:<я4?M\ 3(TH ;. 9PI5||lk`U9Zj:̀j`p&Y" Q9&|;jX|Uƈ&g?P:uE"n$J1X t|ex,嚻Fw/CEw"$Ph8x#*WfDqfXgO{B.X69e׭9]9jer(7/@#M7'zNIO $DeG2Ǘ 8Ջ&@h…_~OKf+z?} kcw(7ou'Rj |EuMg)B۠!\K|%?|Ʌ|Lx2ʸ :sZC+/c剝uJwszd{~KQSfԙgw\d4V@D ])6XVc(Ժp"HsιLî`eF~w05 vf>.ki^d!L5|2|1mLRѮ|y8j۪(F޾ TH<>tރ};1`CutY9-!m*Ng )@G p= Y˷J]HNo&͞t ^pWP+6p!|ϸ%|GNoY WȑڏImB]Z|Eo nh8ND6ZԈ ^0s6Mg*9x9`E(#Be),#NLA$,iϟyBϛ$fՇS[|nT+I ٲvIExu]N 9 A=m듺f-}Ԥ$u:7Qbn~ NH {q*+Ki@\VѼ<;I##%Nt'.UVbM o6k Vi4.S- 1qTMsME8Ozu)-s{h>L ymM 'aVXx{+6585\µzlp V" zv"j9!UT@OƊӒvŋi2'%8[UKS2i"JDlwLe2'$?< %nl|F+KDo!&Re\F2OaC{˟^MEEkB';B9=L|}:)xg^y͋~?< endstream endobj 460 0 obj << /Length1 1982 /Length2 13853 /Length3 0 /Length 15085 /Filter /FlateDecode >> stream xڍP %8llB={!<9{Ek(HDM gFf^< 3B8"& le 1'[L-QuX8yYx!\] **-rqb09&(" %zG͠A@{ 99>km:|""ņ t6HrɁks@'OA:Nd_hI!(}>~Ns .L"}V&-֪=[@-:=z7|F (+7TўoJ {\aix-lG*e&_؅ZP8| |yll>v:#!.MKCG݀^ "ij\M ek /a.YN> >[%kW^?-ܕQ$I+YWG?δdēPzoU,.U*htgUýE.uIiB[DpqؾQoMRF}+J`*!ct5Js -Tklo֎ꫝ^$W4xݶY`E<P'vvN,EaDgHh @ACV)CD U?'f^h7OB?MzIz5qT%fn^W\0zڞbl8;4Ъn4]Ӭzl`d2TQH)! O_xth0h%Mۄَ% Z'H 'N"~f3xO II|6ܓ2$ Y(={'0eژ6{K\P'"FS;n F Z'mF&W_|jp "?׈%XD 0؟_*72O?us>⇝/2rщoDs[A1v=+ c^ezt!l*;C4Q)dXE=GFW+iǚQ1"h岕k32whk{g 7\v.Q[?DCmJn%9lnܕ\"ݿ,6SyT`7bE(P$3X$RW=\$;%j僈"tJ\7uzj>)/~v__ݧ+ZWp:+qSi r.KFwfs+,Fc6,80.xQo1)'-_x˺ a!;zox[.5KX-j3Q(,Y_H"/$x vlb?ƹG\ʙsy D&A]:!:6t*7M10}XcGvagwz'8ڌI zم/(maf~<ޯ>ЎsБB0֤rӘ?S\C/@J~x,T_]~c :f\s"~UQ=t0Rf͚D%繖m)z?Е9_KC==)L gR2K-;0>}՞gB(!o]TOXwec]DQ$kW<gu1֒Qk$Sx|fa½'u8|Б1\)Իyx G|;|9z%F] T&&&gQHSz\dc_fboӹ[S'4 f۵9W~C!\d `׌Ey@vzr^ F ~1?Sԛ?ǵ˜;A DNvT0Q✈\&_/vvuh{FԲLݦv۰-{1:IOWI?+B'2nZ&f>Fph W\< e~N>] a[ qBtԠl; $~Gɼ5trkϵ":ku)/2>1>,'R׊ܶE=8pftOy# בBG۫t>;zlCdbC KyN/GרT,p@҉o4_c)ΥA Z5,êް}s >5CxUYx/}|xYXI6~ocue<ֵ 2\?Pw:l0G_yw+7 '0Ii(.{7 b4^S΃P%R<_Y&)8k,؈H7dmfčeB`.M.%a(Mh,hj{Ş)]٥Vay^v_YlTٸ[wCTpЎ E?gg1bwZ-NoAKp~v~sOZgqZ\m0&9rjhGsFD8dBd.\0*C8KǎϞ)<Yb;XwlY( R1XeaQYwNGq> Ȧ&8DTLt_P_g`SgOjTxwc8nt@sZTƻ/dWHQJ9%XZpű(m8x">94Fq d}De°6GNn0P*ˬDY+;YgA `Y[?ilܽefZ KÒd97r]yQ8eb$4# +%'aːo,;Z?]uWUcI_DxqM(o LJ/8xVVd!+qP{q=x\!|w0aj kު )/Tu^HΩJ ՛]":K{FST1jJ\b.K+-ń`+~.D!'$iHe -]Z-*8a(P| Bj8ArXG:^g*qcwaM ([ͻ_P?h+$_y{M\ξv,+4GՔsȜ~ZyP"w,ܪhdH PyL}m=ɸGT)ާ#JM*w&5o)wM|`& 5q\jfd1Щȍ}7 %,&a6\M pMR`/ILge- G-CSScҞu`𡃓Ajt5:{AH<ŸV2*'WR;/H̦Ys&^!x7;$lZhm(Rsj,GI+W)Y &X C~!:c#g@M:.R5.T J {kTi$ڜW\Qpo/phhmBlQ)۶%N<{^mHX60Lig2@,c@)a7aZVA|eB8I ;$|+HDqb0|YQuk? ?$dHǐZ'ߛX-J#]wgifA9.5Ǔ4\IH0O%b>o Ijk:~lAT}5ޭnbjr^:㴄\>^7phq׿5-ZAK4 6#E(,J>7rlj-w)H͌›'LB;#HJ?ɪ}c8W~!kf^Ҽi0jMT R6ް}@U;>z/U\?p,(nݐ17;ʃ ZQAh-.كYZ)*]63` fIF*9Sj|"X-u ZØ4ACyh[TxN)#wg_´\j֡hq7%/PKN 5;O#S^M!yaw% VG 蟾yęeN l}焒n\ $.p.EQ0}13^7 DV@3NJgY5l`V ~qdV6s7.c:ڏ lQ\|Y88sPͩ㍂=E^su`Φԉlϼm]QܺUՃ`49^gW/ Rފ1!<+<z&r[15e|$?w[ Z!6KмW˅AoLV,ԪK#@+:LLV.}8h)!e(C9K?MC6M[Ѳrt!js +?Za뮠-ǟB&Dι`j/FMg+itTuϊr,2,xޓBU~^+"RKÛ<6OA\@ /MdBkNJ%Υu g]Z>RSrKt +x9cj~rw]i+?yu~z(:8C ;D E5#Љx@plE-ʸP@;)bֻר,,.:'0&uF%z-4z8/ICvW)d(p4%Vry;iGW ~9WssR}iq{~nw";_c3д]l 0[_&qO~鷃ګ7U<2N3 W4Cxٸ`<1wXqcD}5n񾥋9Ъh ۶vnžۨ8IӘqYyvr]qK[F֛ `3؊kZe!{Bk|%£OZ&ra2KDQ6۰)c`~Xo(,;p视9)W G8WDɸ*M٘0pذ-'߂_G9gks!ag5i{k yK9Pޘ zQò͟1 [bVMNXWaLKT!q)A O1&XK\ NqDYBDHϕwcĥ&R =o,RH&8xDJcpۭP_]%Yo:ڃDA$DCZ㝗VO٩S>o5Q]i>d5mY19so0> )TD5x9amקo6J)bZQ#H|5Gb8s΃Ui\A#R9AnZЃ&Sj9DHwnlu3 ri]y`Z(+'Dπ>Uck}+цqaH)ƕJ bD#a+EDp$̷hi "OChг9(=Gv$PnѮő|!Mb1XQX)1050.c~ 'Wo~y-K.W+hd=0ΪVp 2 *IɜZp _dEҭl|0 ły&޽Cf]Ŧ詓=C Q{˄3yEi-|"1]H"X%te7d\hVTR"C dfL-٠hbv`vCžK< :ȄNI=A&~F35_ knT;(l'(L:$u= *F{džoؘ0 j1FʲתoLC`!QrLzbRѾN܇౯ wHwe퀴omBGxFr B1ĪНat0Io)E{ gtK i"F Ȝgl%":s!s0 -'ӑxg/Tx:*B!6C4ah,m!_΂kəʊ4Y3EV-C:4KńHYm޺ȩ&m qĔDww%5=@|*3F 4/:`VWvOUhi]wFl䅫'T7T$=* 76gx-(x\HoC'Q%4J(R/+f;80*Ѿ谚aaֆ[s(Y177aq8!m9 }:$BV%،c)x:ŒӅ)C'F λ`|+gka=^&_,o/C.Eo,܀H},dP+i0Ԁ8Pij%.tx6M2&rlFF\_` 汍4=VMө EFFG+D -`v#Ǧ͹YDVHrqYᦠ1`f\׎<֡A0,5p]$Bf; Ǎ7*dSp s rt+ 3gBm^tb G*;i_ G Sb ʘL.PA\F':.D"`B:Ύٻ?OoML/Jf**w?r>gSڥ um(G1BAy0os=qو4; bc6rvm|wW}b[gpDzY>8Ƒ3؆Zτ 2aehI0I櫗 Ú_k5)TB D?ioѹ1qkܲ?m _I&ZHk<`_ֈOBY lB!SČUs+39a| 9w 8g蠅D+c{ =AHs1O{MW?nR]D\=؍lc=Eh"פQeeqO([̰?\q~˓,:>DS5o 2 ]4UO1U9n9_ yO1!dFBל/gAKuQ-lܽJ]Ԫ&zɁ5ыAqfUlCR zQj9Z(K1vU@]/Vc [pMXbZ@hCNZhվ6GL*":ElݦBM&Kal:wbTlE&dDhx9هC.kO !OK&Fc:7Qhb)}RʃKg=Mɏ\tXy\XΌGɓ[˦2w #㫵~jEX 8Aa'Bh%aAm 7?x %Ak2>Mh9sUeؽi1U®B `;D4?xӯU-YG>7%_8s (p+ImڂSV?[v':J1fqaX]elcl-q賅(#3?#;0%pK0Ky]?B _>|XZƂ㌰}9[|s -~ndg+MP"?1!]fPgEHQҚa"ZU2Zhx3"%'S~ױpXN$uV&lՠOVJJ w20P\j@iZ߶2kwӅ~L ݬ]^(QWޠ(ːbu8T2hi̶:x*߱${l&LGjXmy0P&]rȳupfco:O,Mi!#%`q]tf8zyD AA9+ܯP[ޞf-- +oQXUҠLZmIqMk*[wY1ӊ3Q:cc3ϛšlDW E&-v"lF0 Cfc@!/[Uh#,=2Rؔ]׮f,l3siziE1;͹v>D-:apiW%QCYT^ߍUgAtSÏ .1s27e]z³ =4LH< j}8i3&pW@[Kb] =Q(n1\GtB^?f# 2m$fY&ٟAC~=^q IFZIv E?by! J0GGO1^z㕙~kU8aM r6pEr-ʁԨ<)+U ˭uUT&]+B`H2Tvu6:Əfv d|Kxx1gQ~):&Y]RmpKGY>vNnZC!9#&tK $tY@)-l:bh`)0m8$l0pAujlK1RŹ3v5r El1YFi-OV됢 qW3f.T-&)XGʑ kּs4YϖIC/ڼ}?6?+b,mhxT 8-ED}MQjHqy%;(sRh`ʸ$GޜadE|b Oi՘(Kb(g_UpzmأbbP~{QJ>Lϰ,gg<k SCՅ endstream endobj 462 0 obj << /Length1 2019 /Length2 10601 /Length3 0 /Length 11808 /Filter /FlateDecode >> stream xڍTZHt 0tҝ13t4HKwJ4HI)%;{}kb-}:*u61s)H qfd $9 B;ۂcG9:?"$A&03,P ȹ8|BB@ O Q i 6(li F3& ?_bv G hle43C gڂQ^͍Ήh) p;[@N GW9W%;?4N;ԡn& ` 6A`K\ G,;@]Vlw+ps?m jgoC,`[@YZݙ`1hb7q5ۚnS*>'3GW\jg8;' v݃˵@ ^! 0W. HV  @nr7@V=`+~y9Ύ. ?Mhs3d fYͰw}aP𿮘CAS\QV埒uC^l|6.^ @PP+mTLc, [-`g>ָ >`8%Mkk"i[ۿ&v`["` E(l  {rA`:A biA s]פق! `/3kʿ\ wJ)טqLM<Ѐ^xqW8!Pg<ם8~&>opH&opHK@opMˠ`,oeP`T~C72&oէ`ٵ~,ο$b`>b/'?V/ɱazE+{+;f0 Lf”Fs3caB~/r9Ջc`@T?&IuaR]@T¤zf.g7~@ 3)puMPuWնX0^g/+C*3%!SdG#KI2pR'l7g s((r8Urlc==x`.ʭmNovK$2(}]*UA]}h\G Yџ+HudyU|!x$rTYC￐e}r罔(> 344qc}4)rS}#JHR!4 Sl`g BqlstMҳaa 6bS\w߯-B7y+ﰽ!H]ǭ.%{{x[m7 nn"I$I|ȧ- H #aH#E* X9: $4F4q5ҴD;KQK} bxKcy"q T~(򸵊Y ^a z7kh*bo'e ř V8-7$?br\ (+' ,g J:U^kNNB7/|/*UL]ä*R/Fbs:b\p2~5G5pck9wBMzE`Y m[|1_)MpkSR?4@HF ;EUS۫&HćlҦYѬ‹q_@o/2cVeHO8hLoM 0|%6J[ʇ_ ys ܃-E)sְ})jE ڻ%< {f*^|=#-Xӈ#都=֏w@L6\g^ćSuEVэ %Q+ҬC  Gaw]EXtL4M*)K~<]-N@hʛJsIߌ1|`uW TpLɣjO:_W(2d/cBZ_AE?\i=^6Tm8?q< V X#I]~_N`겹>œî:QQaNdo$uK1뾉U DLav,}`^f )c7Rҿ`-nZ=\{QFg\[଱K\cv7CN1f1mtHθ錂٦G KaQ6aiw4'MN/-Dm|߹{EǸvpՐ'·-A4z0[ƾ4,)G$ #E'EŌx6$|dū6+ucf,ш/l`ǖ4<bIztA ]Gq[nJ+;Ở+NhV2%ٲXsDL{Rʷ}I.x>\0uu0٤TR cU6aκ[>ie >ГԹ[4aTӺV)_ET0qU8?7t L~ DbI`LJBi44:| * 2蒼H'qL51Ov.8ú@%Yb5<~c#%쓕'Β/JQX5/#ul"#ԩax|?|x1D"Pw%Q~vjQ&܆C\:qy&^P,h֩leO+~\}wV}V:Yr]-y~RI:\ݝfjiF\#?3*zNVny{ggI_#0BI`„6YdpFU]اJ.ߪ@@Rܘt Exh)ė9$"YaSf& ݛcm~wkzCQ =hl⨽UmDq,cCj<7|=/I#_Aj3O,B~yWߖC4 iSCok5$MKF#F8}ojcjR\uDL>pF6:_*L R#:؟xNS~Bk{) 5HhCi+i%*xMݠFB+KBV$J o $B|M1pKye؏'gWGy ȁO90١ZUp &(A?zKcjb~jDNPvָp_,;h L$qV^aZ73g@7">8(8V6(pxP?4rb!6=t-!?̈2͊)hVHi>%Ի!C6m'pg;OS/IR*{k|d\Oc^Ȍ 42za[ wL8v8{҄ &Nkn7R/Sj&_ID99GKmNLz!.^,Av3vA:*9:??.;lݴ67dn} ıHAƉBQSc@eVS{f,H_wv)+őL7U1 9fd$Uь$m^/xpo?~xWL:2/M0N`(Z-gɕw|&J0: 9笛E:/3nKJZ-$Qx h}$ߢ9Ng8]PȋX4=r͔)QqI\K FѸx!$ZQ Qv/t)e?EB2_HzuC%ifEb*8c<̮{@Y=^ .Ns _2s awWr=4f2)>lq5?l}.{S1p?E&X^Uqw U#P_fU^>L؉䡃 29oQ4zDЌG-y:g@I M@!FףG&Q t(k"ߡ2j|D}>#jdz4> /լMbeBB Fv_jf.6w'ׇ+0v'NLjC~KjVBo<<O*Xz+63Y}g{},wW].34g@yZk=K/ׇo:a7SR2| k%)!<+)&:+'VXUsThG ;W[[3w,UQbȠ|p'zn{p$M~6M$ X)/H&O ̭=*PWG.>1 @ck]ҲH|@R,ʎP 6*QPXEX[ϔB8O ثBۿ. j5y' -k+=|ǧGJqj'al)˧<.Qy٥Ŭ{-Si1nZ#ģ̆b ]gǥUpD)i*ұc\F>џ EOQl>D)W]z,$Nɰ(EG&5}Q)\ T|G-.n'+rxakmE>Y_EL+" ⣁ooNUIr۬F5Rl Gm]pѲ KDQ$1hT喲vG،_WPzMyc1WnauGЙm]wm4X539G8x9z:b pj2+Dz aS%|? N$|hjm9-lgPo_i*/3I愩d#n};m<~ݳ[,f`dO0ԁS#sD߮sÈMͩ /N_,fsH~~3,uy zoZic ׅ>vpgQ0 ݋%̗ mWƖI{ep>Zꆛ|:Ar50=7|"2n&|=ƹL>9-'tcrd=tg!b(ڽ?preB/IpXMen6U;_c/ >w6WП &7^q>ݤKlcThdEݹR˷}2_;oQMH$A+>0_F NXDSfkͲF눱o.֕Zi"(ܦc!RiՇeq3Bxɂca (Sea(^Hl!EV-Mu׫z:`NДR+L|ӗV(KI3I7Tp;7tA*ӱ)mKB#wCl^x(&7㹺>־Zn=yHF 3n+еNQCAv|Ð5R/f#x8Nn@VwOD/Z}/<)[=5XĺՕ~Gqu56yNjo0̚˲T63DUGϭr+ymP5I>'02 D 3|@.H } W%+\Gi|xk=-b MV,Bp?=mO )#'ڄnde+'-hBC߫[>6ݽCU&9cΨ4q H뚧Iw87{UW! /[GB}I*jy&.rE ,;:;ǯ1;|V(a1sӷV!b2:q&b)}sͥ -Ho3M֩n,2O>%'U" tܖFU3h&N5W^Y4r J!ϼ W|"oc*Ä˖I/(j<lnRF(mq§{^7ӓ:j  VxWQ&Y#Sீ3ȅ&eE tN'KآkupnbyTR-w#L>X( R~.oJgN+N1v3]Rͯe~moeW9ȖuGW)v͟P WX^hX.aݑ6bLX]$Giu eM,rLGޠmİ$?[> Ʉ΋>5Yt/8eJq,i8o}&ӬϜ3a{:",c0c[e_#c \1G%zt쁥(0k - bCƒٮKڸ7GFæ |;MW(;хuf~V"|/*H%$dM1fdM|4z'Oh}5l{|+IP`?륕E`+c-,zћ/8}$3x=t/^[xS!S#{79^¡ʗ'CwwKpKCs8.]qm[vh%$ZɫpOSfyOγ qzPPǚ^ yH'0x]%qA2L-`x|cXʲ.Lb!Xhje 7 #0GuZsަ4o7#$=Kl7j E_$$7KBF& 3${Z;ߎ' 3bKbt3 >]1:.L2k`Ј`t{ zO--t@≏E)~eW4_Zv:hF~NemVLZ0ͭOzzIO1C<(QmG,7MoUHhw$m/Y _;>FZj?1G#±wOc:pe m_fo#&ҧ/dMR b73C ]?]o%}4BsɢR"=qS B؇تs޺ Ӳ8ڦѦQub2XCĈlǧ;o)I SVN0|QF!7,֍$ 4i3@ DAl/ |!:̩3F7O,Q[dmclAi5m7&*Nb)B8>7DPG;ϊW+fz<:Jga1'H/ iēɶf`}zb TN?u" gsgKź Ϊ~7Emp))&BUǕ1 IF:gV>:qM36-+qSO1o-jf dQ0w;|ytCypy5fgk=25̀j_E endstream endobj 464 0 obj << /Length1 2015 /Length2 11916 /Length3 0 /Length 13112 /Filter /FlateDecode >> stream xڍeTJ;wwơFC@pw- wfn2ޏz-Suڧ$SVc1%AL,|155QmV ; "% "&G3uL5TuXXXXl,, 9Mܭ LYR lmi??4fV^^nDf&W+kF3;_[X:13`&{&-ljP݁怿() ne)5+x6:.rs0:^dJ@+2ݿWߋM@& k; @IRÕ``W ukM"*] _U2AK8.v'?Wl;xf ksJ1wsdpvrʈ;u%:fV%Qt=kގ Gk)@_k ;s `nm 0ZZ; uh/~u@Մ>2x9w,.&*/-MOL<ތܬF6N+ //;)X[ke,@ ~=vh(K` Y8Y^%/W4 "L<a7~PvjƢ ;q5y KEhljf/k\㯖v*\zf,,3gfO˫3p0ol\ggO׋~%N7kc=2Z/׭rqEqE7Y77%!nob0K&voz ^3( 5?jZf`VM~Y7֧^k|:g^CZ/|c_YlW ?Uo|tf?U|=#?U܀.w̫T?U*|Ju_#۫T?U_f6ssv~}~r^? 4C\VG`NRnG ]{%&23J$zX% mEnV.jI<9I%,IMcf_!ogњ h%9B(F@xon٫FC]=*-ܪQ5CW׆ki6%u}tf~Xb@b}o󳿬{)E+?8\r.cva[oS)LCoJ骵ݒ]򹠤T+vdҮ{eε0'.u#f^`K9˹804{64 MoTxHkL\S'\d;(DۃHlEHb+~P-ۛC0la5DL0^cJhY/ (3JOEo]Wu(=R:g-2M0iP`h'*U+,);(Ϡ+IoDSZ%lΣh_>MdHaŮ,p mxsSH9Cxs|覉r(&9 EŦp6AQ]x5?C2洏67ﵘ? J<ܘF48=U?E^-sx['DzS)A8T.&û& ۏS[VިUU+46JZ`{_ Pnf⯋KW(!~RJb&"mSyr`e`ٲw},yڅ ;M0'j T(H2&Vgw/B :2G4u3u5XNQ;ԟ_:ǩ4k=o'00@+pIxIHto!̛cM(Twf&@ީek&}ΎػQ}pW]|Ų1.?MMr2/t=qrE (e iÊDh#$UrUmQzpwaУzxXcE?(k5H' G*8g(%R"H?ݳ8#GjeC=*)febANhڞ)o|^I6Pw0Y-?Z $!:ˁ˻ $`pc<@eF&NBP% iD&08%< :5fE,//]&zI/?^y L]p{`PrKIw0Pu2tn@h%wdVV Hw` MYKŊȲe5g88,ue{e KMvz[2C{CbwUC㭙&x 7:.gv0%Y~}?iqB}o (ٱ0Pٮts ko 8 ۓpn+3".{>O]$E||H%6m#SEAMo{Fq`~"/%ʁ#QIgPQi]);Mrǜ>: pHe#:FYI @-}υQ=hŅ%n2 QtjCg%kfiަ@6=دb+zx៛lюmye[.Y}Y&*kJLI}^DZIB݌č#^X]@ٿQ#5U4NΓq87˹7x{t&)dh FN墧9rF1#9D{Iĝq>e6@>[M] лYAj#+9>$|ؒ|5A"O++[@+h D@hHҘ"#"UEFBd ։#Aˇ;+r WΙ5_3(:v:;*~ *XbE0f&]!~f",dzvo,ap1bWaS2(t&?ZKyIcli1,Ʀ pysIsdylȚހSv>qK#Úгh }}Cemc382)e0]s9˂h_b*j,ar?Ka %[.w m;RN&xdDzM (2 W &WPbg KD]O(4*+ȟeGwaLڅz$wVʣ+W OFT8FO|B{82 M$#Նc>h7E7*@%s ρTt5ї.ca maكYQ}sǴ=ņ0COgXC1%t{#[OMlW\ ui{D(XlvDA^KxK/r?ש ùQys*{-[1vWfӣDI3Nןvo⳪y̥* [%kɕ5mo,HlB㮅ʵoƯ̏?99nuCVX[: _22UrmYN¶ԛʏғk\e4'Rm7N]- GVXװYYr}H#hˍK3uSR4i.?˴Lݼ;.Ř0z#ypס)du |ZL+5EHG\nU`[?`Ws VQ{]"VTԞmnog/7}RBHChs^U<%H,Jf-u5g ]>CoJB jx[M$d~9rܳM0n^dx265Zt6 ;-*Z2imD?b][}<#rՐGZK m3ˮ_W?V-=~hߨ37^s@ΤeÆ.X>if<Ӻ2 {⒊,y_1^pЍoI1=~qX1˝~PZQ,ʔ>a JU~5Qiꉢ]icbkmF4b9I0`z }od!v81xpf&s銇M-2}o51HhA,C)?+eg WCoኩW4ptL??ٷלpbw$~,!wв&eɷq9[^WjЎyY8<ҙ~QnqE'iP6cKvp-ϙ=X24X,Xǭ˜(n\gUC39C!NA!# A)e9tRm CZH^P7t0|$u3oi?g94&IM^(_s4[&]JZP:?vK`.ىW;BdKX^;5A;сEzG 9ZIGXq$qpz!?c9s`Ԋosm0OYM#>`5p7ҤemސzŦ]|wfgw'm,seЩ XҬ`xhܠ{t\Ҁ4H k!'Ka-U3%ՙm`2t<^vkIGjRi0$P>{wO7?ր+|Lw\nh!XBW .lʅΖZ*D0\~v 'Q#D#+< -0%S̏Z+=9>H9\NGzU+*&ց f9>R ,`} >Oڒ]PPe{uNb{6,ݰQBx!ӧ4S gy+;]*!;;!sjݏG/+6ڲ vv\J FJCYxf+"_ܷr7:ma%ȫy(wokeqYKa(-RDGE5W+-kC;XQ2]%I\',h>s-嗾 m9ݢR*Bj~[DMh,bTPs#cŮS3$q"/Ay2xcooҟf%KP~"Joss:0xvdI'q[ aAo:f,fagK5;Pw Bjsխmwo "`N-O7LM0':XcTjg_U;Xx~N0nىrk/$"~.3:[fsW!NS0NYIfQ\<2~GR""ġRv{m.#юyl_Gԩ4MB[V.ސGMWkgEۿ*w!{tĀ /[C"XCa"vyoNee0U6ƛ*T/T)-:/w0PCsn`uZUG;Z ho-.z7ĄMUŋ8R]A!%&nm>E^/uN7Aۼr-歸)X5<,mY+_ #ue !0Z]~BxxE^H~9U`Idrs]7V/'ϬZ^w9^Dלw],H5$لZD%ZVb"GAiU/ޭ~4j }mfNVC^l ם_?a=N;G0OGfW5s_][U &#F-dLs;jgdјl̕6̶z7Pb333SiaYp Ip_ŎvHknCZ:&E1rsFC9$҈fCζ""˝hh&f`=mBpD b;sE~]͸XKY$:5I婌vM`jJ& +1cyd,\L$*YG38-A%Z84*g['K>l(7Z,/rykk+iCh|O$Vk2E8N8CC>Б92#RV?h o[)K'\B7m}ƸD,'_:,$آ&080\ ˍWRYC*vYR}?2aFnzzpK@SPF~[ׇSJ*:Jr_T0`Ul+V ^UQ.L3 R=qR0  "f*?\ù` H<-'Rpv m:)+&aG1kqİ3+tGQD;qw~{H>3=L:o4( ]_']ked "׌#,=m <MF4dϖg!W%愋Xrznk*ѥoN&o`o0xOQC?@2~#q`im_uA"^%w~]{u?ڱ$Yh,iཀྵhyYܐI]%`)9UY{r @Y_Axn߭Y7;>XTİඞ@B4i|a <3 c$Ph:Nc!q2$s5(s6TH%Az#Fi >G#˩q!͒+R3A{J,y ZȪ5n ߃~07$y=߅!,$ǾP2acff2OQe R08=M*a=#cYkս=sͼ~w0KԅV&3GZwL"!5J^?bpaN  Q03PQ 7$O(9uMXK5>'3'1:kƺ&l*oZ덢mIx;fJZČr B43nWQ]:q| 䴗I:贽::xrPNAdPF '2+Ӆ,VITo5*a8Xk-BlBK}t_!_(Dť+vWDZq9,UGj|{ηt#$T27ZD܈ ^m`<4 6 z@RiJdML}*g XʕOse؋W=hR?>.ղM:%`0{u-7Up V6;熽PBnF ٮKvC2NMB*ld]4Wa/<2 O'A,oۊ6bYwzt/<;|BrWww-b!ӒZ {T_Or^t\ȗ#T velx@Q68IlAXm&zAA@uBv@vSSCwӄOڱ?M;ĆH'ɻ5j)$)wP*:]ڻ>G>Cv|^p{t$U9@'U,ptisGyM'zF;$r>IzJJGY<-#f;*9̲IFVYQKgKjhߨQ8pv[e0]9J[oyJwkF>"ߑ#&Xڢw`3ծzk٢;;A3)WHn<͡?L=:5Y$>u|)\졒j7荟5«?:9R]  2ԡ=3v}E(ԅdKxXZIA}0Kl7,Fbhö{,x؆}@֘rlJ˽=V#E./|:>{v xެ뛀FDj- *ʱN(ܽDX .G {,q\Cǂq|~41<L9Lp,m78& *$I!:׻ENeጸ2sqFq7a#q.0KaN\v,"Fv`3TP*;ߡ] =P%9v<>sbΧd4R&&hteQjΫp=0A{ױ~ӟ'g/7m } ʠk`  ?&n毤LH[;!}>Rj^RR9EY +BM >%~o'f56Q.P\Tm09;6sr &|jI+Cp0=;.zRxnqNA^@Ԭ_7ugb"glK8C?NA='Xd7pNJfƼV;Y#M.1gUΰ& M&;8#vD]lؒT6 \yфZ;;im+3F5*LV/+Bꟍ9?8 Cqjmլ/ω.C $: zVƜwE(I4<|㵼V@4-*v"N(CAH&9ϦY3u3[f~4΅ϑO0vAڜ DȘ!oq Q-p eĭϭ?.W4:cLm#aw,e Җx3q@7ܷkj"䕯?h?J*}e!DXhw(nLsԆNo m)"'=BV:1 F ˑ8>H_p8R@F'S r LލސT3AJna s<贞.'-R&Qc+* U#VpߠĽ۶xcp_2HD(%"^La}BO98e4MZbf) \;9PMzYERw\]GsKFlق7Dxv(o7/0?!K|e`wL"Ȫ2$Z6c4BP A!E`uz+1XGr]& M%XK*B]5tr ٔ:yU[ B!N[R90q#\jКc_Yp:8Z7(24E S-G˄@Vs8#I\Mj,j=.mX3-M35ߐcZ'k,{ ÓHQղ'|<: R2TKHLvf2bc6ܘLsc[9 drKy.%'xHWmڸvBԇcN ' LT<ν6oT^`~S6@C RU|nzhp+_#JQIO SR[sBut pUq R0;:Fˌ| pbx*Jgh*Rxku sP4}Y'agǴǰS9罫oEc$$2牃`[„2/A[ޣWKx9F\QAj_y P6j$B+ ~Fƾ9LXN Ԩ܃+$ LPx0X~ Gcc\J\ClnX5$Y`iuaCՂ>\\ k9\l&u%|8J{>XQw =:iމNjk>cj SLT(Y"Ӗϋ!ײثa!=_ЕAlH en+Z!%}4i7!e }飛NIv ps UH@jԎ'{>}ҳۑjDć/n~֭[y-KJ27bLk=G^]#NO;sY:cH4^qH%h9to[&QC/s~+zQrUəZ"VQ!<ԇENJ8 ^dM7(1EԏBdc[+#}d '?ъ%?c]z endstream endobj 466 0 obj << /Length1 1661 /Length2 7705 /Length3 0 /Length 8796 /Filter /FlateDecode >> stream xڍT[64Hw3 ݝ-5 9 34Hww 4RHtHI^{k}ߚf~gﳟ}f03sAmAPOoff6pA@0'(D 8S#P/u(x:4yO YGG/.. rw@6pG+bG :> wq@ٹ^NpGr~ вq)`ˠ{ٸA`vA"kE9?x lB]l >NV{ù6_D0 q"S(ltwrx`N_5 8f%ð"݇Os] P/VN;_eyByp?@@G_~Èܠn{D'{f =@~m `lAN#`_kDݝf|~~@( Cb^e y?%mz"|~~~0 qtl_j{(@t=hπK P.7gvS(WoF`o;_ P1P,@j<\תALhn~!>p'7N tK5ᆿ @aNnCtA"04@J װ lm|F~y3#\Pw_ڸB ߸0F1*/׌ x~ݐ w3D6 `DFŅ(,~GF[oO!N?ވ9sBAW_~!:s;Áhֿo;^J9 븩ޞ@_[N2,sQ}&omWM1X1fۼ7/x5C4)]8Dgr͌$fd~+i^eh].|t+o2|*a@aqs ;M'r QMW㴝C 4Y=Ӈ;ުMWĶ*Ìa%Dv!hC!VLqo8fגB[nMZ'n++Y75XPqq/ňpmB>@x훱2Ɋ̘b[cnUNiVix QJBž{~k-G]`3j6(V""cS{M+mPt?l~rYJ}JPܛۧZz9JigGmsY6?5kmVOpFqn,%}la4PN)<̓#k c52PJ׈-Nea# j̽CqG >T2{kְ,ۣJ8xC×y~6`s1oųէr} V*A2=Sd%>Is mUu3V}kN!;BSH_,AUtĦě&t!"ȩX"W6d{-کC'Ō5OVLq'Lj; x={ ۾/ҵj0kdF=^aMxjl93ykѰLS@f=ՍC'Բ?,`S?UX+ET0=`A̾=@[ڦֈOt,3^8V Nm+s=iKBEO7? -Y}V7ꬆkjd-tb*g_G hK`H)Zс*ŮqA~́' #m9mS K8=q˛aɞ`=d{xia,SP2q7I?[N,[D^pmYX?>s]Al>534"[0Kh3Yl!cϥacM"3k[I=k(tav;iuX bďD'ϓ Ҕ ,h,V_ђQTA9K: {Z;*"8MrI=qi;ul[mF_bT_ECXI}Wac0uSGP~jh^7 oV|@7$čmOȭ9T\nx=5fTûuVN8~R 6YDH,/BrIAw.Y?G#HƩ(|GlhпDAN|puge '=9}nD)'fEAi92ܧb εGW΅vnz!{(W^E>ZPF ]dq1={\ D.6;h^%zZhO~}:d'mxZK9.4`]}NrEu=zJt/h=v6٥_\`klkf+icw頯`2?gTwo^w!OF{sk_R9S:t j, !huSd'׼l/$c D8Ra@;zEߠci69XyE7CuTGs3 W!q^Urn-R\Ɠu,i<gF"ȹB_%ţ )\xg&lҌKb]#.>7ЍOh>DE N$~J)%^KلjPE}QDZVY+ڨ~T=㹌Boe%OX;WC0>nh ٜC= $o<\T_~ꗧ9*(_yfM)$ '}R8A$Z<} Vt1q"κLAqa b&4Ej8ƞ MTmfJsKN {}!f4bF0AhN*(|+ |&NŃqA~zFgݥ'oySE ywБ/8?΅Q2UHzCX/T2{݉h O6*8_i0|H0(SSqw0D gJ̌cKl|R([X鹽L/ \~*|=ʵEJL*KϬ|: !;ċx=暁/$A2WĦBtQ};IJqy6WCֺmy(FF({cK) T.b_HOC.Ԕw$diIړ!I mbfd=\xiӢ'zhļ9UL2(INm-雁 AxdsBʈ~Ʋ/I GH4b LH¢.k?R1b#q¼JT+nnE.M9=l3GrZq~jJ2zT|듗pD4ӍVWt_ `7g?핆$~xr]T`G c1X߾Xbd+d+zսp%4F;݌Eyr+wRp\4a[J͒֨8ߙo??[cU2 ת|bNvd>V$o S+_rjGX,k?xmQ VTƠ썴es/53|~ǯm_N5vl-MOlm1GWr}}RPA]3e|JwFmI&~f~/~Ua_cy[ 0wb)lEtLnBN}s /Y׬ǣ ˂;^YפQgsh'i +k~{I;y%0q6?qk{z+V3o;^".by)_` >buY]dhRp,LX0I.>F龡88^(|1<)V63kƄm^)cpmf 4ɡ$OF%f fZGޥ2w>m}9,ġz L2a[8Ex/u JfBxutKN2Λ's7kai{=m(}j1T9'g ZՓ~fºeՁډ} V]uq]_&簥Rs 9 T!R4խj,=";%ӛ{ U;]BIfANQ]1QݙZme+:/lOUFC?qWz)B|ji^xUFO|]RhZF $nl6r4WwlG-,# 4rNa: jC\0TfO oۂ<\l*#`$=RK)f {SBk֎21I%69kɆ.o^qp nu-  [WX0; ~=TvP14Q[\23i/ ˽U76^IWӁ;'8SXe ~zO밋_n/]H;D/d7g7ծ3f^7[LB=t2ƆYpD;:Xv0#2[氀s?97tk6}Otf]r> uR <(ws8l}?ʩ*_>ZY7R~CQBqrУ/p#":%Ss @p $} :i 3PmO?ѓ)'៉2(MN lģ0cc|̧#Q}7-TeI31s s{?a2 b*m3+0.b!وƒ)6!zZI.PDQ f^>h  8E&!٦G/ O(7?"e~niq/z߫> G $FƏ_PYawpeOEf*sX5“sʴx1Ec=P!<0=jF[qD[i)RiD;9~!j%`?^諢; eMb łiI(0k7KE8HF" mɻ˜L .i?t[dC4]9UT?O8հ~ǭ#ɨh)~±xEYp0mpQ#ny~ S^Ldb1 d G l0wݩOB}ۿ-],Pv5צu; 3Ί/tѻ =(@"$ endstream endobj 468 0 obj << /Length1 1371 /Length2 5926 /Length3 0 /Length 6871 /Filter /FlateDecode >> stream xڍvTݶ-H D>CEQz IPJ)MT7Qz"R+H"As㽑1Z{^.] H J]d%-q`" ^^C4 CEPrCqxL@ %d%e`0@&(=H@ h`1(w mgo?BNQnhhq(g`EQ8\dpgw(B};~ hÝQ&xC{k󂻡P|]X U(.?_NsBcPXwG > ^G/!=W"LD\}@0D?a(B,g ln_׊W?>4 o;P($q#ܡ&J bkTIw8o*Yڨ54G& ywd̥t/+n_{2f7,L-QLcmFlv5h,BStbُV5SM(+Wۤ^V,W|J) WX YKΝ4%zi+PxFB_%3aPi ' S() 譤Q)19J+ -4"=@{O)և-=J6 ҼiγA Y^)Xy8tzԻ%m%D;&FԻFf3^uVrYj˭/ߘ|N*cҏmxPTcآs_^081`ʴRBrVȨ:uk)Ac&[34U<ĦRnw;G^JndSf'֮@+yŪyPtX&:l :^p'y;~7&üd'swZa:AmxMxnۍ3Fzqb\ɱ_0@(_`)va9ax例J#6 #QO[9)˭9R#ېvUf;S+[iD-g)){0{ubX ~g=,C#l-* =ԙVlTN=Iֿ/1* lA{ L|18)C~('.g#Y $VEeqYy~* ԻM%VR< QlCSc0'G#E믤tw+v4Qz.crcu="{Ō>{g[^ VxEpiYaRō:*_ 03Gbf (Nρ6Jïզ.W^Hٰy{d?b>|ypOVi^[3่Z{EXٖX#VUyj jtЬcAۈYsUuUoIB˜eNƁ!I uhfI6'#H_[OO#s璓z*ω!H#@33H~;bx^2LrD^l$[?,α&\|:6DNezoIj.o](\ٟ}cΡėtk.a>C:4M_ԎWqe;O=#̛^u xHQ.?/K( TMT&5XOb[shHvZOl\N)݋#I'U$ұd c~;Pa;Аi8v 'j\ߐJ=) E,ʭɞVUQr.*)~*(ZiO FY_֘ |SBzL6}zmN3N[WpqaޑG>Vҭcɫ>sNݰ}VҫgC|7CUHE*# Fm3Lzbuu1\D;,Υx@L,iG`eEbS]Ibսީ5.5"i9-1wUYSϓeg b;}5*4wfABzcĒ\3mG$:f'A__֨U,M'-M!mAa:\D7[9 Qm = VƏ޹|%3y 9@:]=#A2>J,C? MVQ^/ꝳLQ{9 + n*{'҈y1E0Lč쀩8ΖrzX`4ֶm9y? fۭ!Roa7j?6b+ w=nG$EYټfk!!6bjHv+@n#ͥ0Z54Ǹ>fzJӴqoAք (GTFJ(! PQt _\Mk.yjIZH t2+Y_#Yʠ"#l.d&ԄS$tfɢϋld Y'(OOlȷy0C|b!]FF3%haHꤡO8ۏ/HĪ Jw_ L> a67 !'tz4;'u \T)#).ᄈӔ.2~Juy/Mvbr?ʌKtY4x]qkv^ep'Nn˫KW{>tM4N.e:K23QHF/+:QAqweiVmò Xʀ*SqlBO}(G>{Gt˾NV儹| e9߼g0jC+]?+]<Nt ϴ>TJ%lxSr̾2eQgLLm5O敇vTTdz!H"ͫLyԢmByh'_Y=KffhKM:#j^1Znn:w.8-L4bJ宝ݲ UH`Ӎ D89^|dgJQӨAu pGaKy'ʒCD XwIp*|^{!L(00`͊= To1yp=+bgGSD;+dzZ`yl΍rVN3y5EqG^쭗/{2t9$S,u-_{J祋C۫mEޟoEo7}("dkHpp(kC1t=^X-e-J Ñe6vg`E= 9wgHd`.GȡLIWaLx(ug#yql͡ɶr;G׌ˎW4D&yޤYSͧ~UZcw߉#I nE 4EsTx|ccRjg5Y@,J`k!_"~@cDt ed~b'"v5+.).԰6L1th,u&zR|n2 򱫤{W;g,=3X2?aGPU'2-÷)1$D/tڔP]Wk'REt{ZY&ڳ$:o hBEkh h"]C8ղC[JیMFzNd5z[0mcl}`r@3EjH7m{U RU MRP9rq w|/&O Ʈ)J+9xdVdrd#E|+͙pW49\mrY=8NT]~|e&߅YjW"7vj!fK9& +{JJ2B]w3 IKM(3"ewے7 T滚J>QiէmԮb2Tr|{Wk B-.,9~/sZ*+M-G_xde 6E,<=:^GF Q2hrhrw0vVQa;ct'ߞ_ "2< endstream endobj 470 0 obj << /Length1 1372 /Length2 5926 /Length3 0 /Length 6871 /Filter /FlateDecode >> stream xڍtT.(1( ! CtH0 0 Cw7%R*t7H)!sw]5k}{?{y8شdP%k88a(0C%@ 10 @j$* <(`V ~u!G8y"a6(6zpA.:B0l!`<тKr.4}; e Ѕ@nP+/M#3~"-O\ar#t]p+(r wտ࿋ m0(@KI偺í~.t= s['du`4\ Hʅ"W)+­P8ʅ| 0$>vO#0/VN'p+TU/"O<@P-W{}O'$W F¬?"oBB}w+"`P?a50Z{ ߿ߞe;x~zjZ;''xD|D@ !&.gm0U[#L>MW\ g/MZPDn& "A?@R]S./@J\Gs @6mC L:wVFAn3H_@OZiP?j08TmAW W/=m ~LPDF"Dh9 AhCZA=~+#P/$uh04}t!H$b_~B=Ia]eHE,;!xKo[u 1ggVet_ބN0_ {e.0V.Ol,VULqL%Nkx^eP-+Ӽmƾ76#@> ;k\5KJ:~hY%=[@b=uBZ 77w 8+'@LLqb&YXf"RHuC g$/ORCZ`,p Yܟм|\uq*m8`l̞sH7%`|rKS*ji-=ީA 6U睈¨Ɍެz%<4ɺqe'KH?,H$뚳]- 5;NșɧaSvaFm|CS.MXς54E}"vAffZςd)y2n"3;fC* v˛Y~Yg8^$ms/B<|5*zrvfS naGw.!8n:73BWMg>©KgM$7oCpŦ?Eld[{yD=g$b0QCZ^Ĭ󟀬Z?f'Qɑ(WOk"e\2vUV_ch,}0{V""9#K .Nu O.J3tCӵrI{|tčsK1mCCr>0q! LQII`Hgz1k&JZJ.nX׃l\Q>w"(ø=n7"bKv+c/}Va2֣[/@k hXe&VnՈ|PGt ~ 忆Qkd-YRarB@dQً b?Igbx \rs/bc,g~p;o/.f-,AVg.ۤQ{[,qjdCz4lBջ{CJrqGBR R:{Rf2oI1=aLzЪ|G)߯gfm}z˕*/?H|"=0~Xv7u%oòYq#’8;gb{ |_jϞKQǕ¿'b;lNFel *"[r ~&D$&UcFe#qTý=Ufڪy!)s͗Aiq4e.8lLI+T0dZl"s]I6y wJ)=4Ox#ob@fjx}jz(va4LR9'*8;tes :$Dĭ$F*aA]"%zh_b7S O MgVO 'H0$;ޅ+hQfa7~-7Q Eqr2\3" Vb8~=}t17U?#hM9I$ɒQ<*Z`},d-;peCC7oK83u=o;x<7k,UFˤd=˟$'vِ8&lKm.xi;5ʈ;yo#J0Fm<,-mLjtA7|\ROҒvO %N'aRN"s-n鿁GT8 7s& ~c2*bPL_.w=oL~pB^IkOa.K _UǤ{ֳ;"8]JR{z$`Dׇ<s%ML_f=plc;}OڲJV4,Vo$Fpp$oӹ"}tf2\I)M?ՠWftH;̲yןҔ7B8{7)"vj"9>~D |G. dP3N`<įYQ}dcz}FWAJ#*mmP] mb!o HXS`=*CAoO YE!f `Mk`|[Th9hds4B. |cjMpq"dp) hnwxp}I@gAy&<;00] :[r+ULF$X$8atWzn1$)I\%Og)Ua"&TaZm&X՘MOb2+)jSDp%KˋmWJktzaЗv4(%? joWާg_<8ƄV|ZYOeamvu:]WQ75Cb$5Q6;c"1N~QTǂZ%BtF>h-.~KP*, {]E=Tió)&HDe5v,~zIS϶}9-2̧a2j&`bgƗF?*UG+ 2 EZIv8\ lNi [T%=N18غ'1kԬԶS3g;BT^ambCJu>]YGl-5{n8OI~dnBdiux" a+;@srE-y5͒IcU]g,1?gcy$|3*]z9yƽg[^Ho;eEsCb\6c4|y..+L:GH#"1Ӟ +`Ư@gC5L !ovx{T=¯&%F6pi,cɆ oglf~T~.aVqGuĎj)cF)^݌s m ^M:ԵcbRII1sjP-!SbQ?opcxYd}o~T%3Q U0ts|h2xưjq$5Qӫ'eZHͯ|Q|PD9n灆غ2b:_ō&Ը *hf 0i[It;>n Aolq7x;]r{T>Kɚ"w(HzԉUèy/VI7R";(@$y3衛 ;HJq,Ch~ #V6l7͓-]&ckٮ. Y, {eCAۯ_^k[<'U.96l ,}M5R5Sk"iuOH 3ڡR,f%L:hߛrYpm=+.@]'ԥ/J÷[z\D1Zd6C]m[ՄL$,rYmin]%쉰Pe":Mf%=“)m7xVUiۭ7{=c&nQ?u=; AUYoaw=!~Aw5h/$phMcٽ zDzT#ɧ KwA_.z+[wp*THkHvUΡ}{\ :l?`]壸 ,U LIb?0)U<$SG!QjZ<KV%(5ދW}QL$$)"̄QSԪ U_&OՉf˝*JG|*lkɖ.pF| ə)ԡL]-zApN")RG/$lr ׸S>UjbF.ƼTq\2I66{roV[A6~Gǫy/ 4e`RPH[Kdu cb6pf$ /S6"@U%k+"app4iˮFv$A:+ZUE#Xv.^R endstream endobj 472 0 obj << /Length1 2147 /Length2 17518 /Length3 0 /Length 18812 /Filter /FlateDecode >> stream xڌT\kҀ q kqw n $hp@p .3gfr]짪޲joZJu`3,򖃕] `gbegDA]@`XH9M!2iSȫ jp r 8cvH,*EV #! {3b ڿF47hA@`@YM]XV,w t:- P54VZ5on  @@#@gkt2@,7_w>#ÿMvzTC*lj%W/lZ^CKMЫF7/v䯞Y9lk/|-aVܯX{:ZUw=e|^ ϯ6د_ q~5v|8篒 _ tG%G㍃]N;k/\pt-|O2wu~m _׵zQB!6!ow&8Σ.e4. $gw6p8^m m}ң -ͶX|pD\]9wޛp9XXh_08:kl}Ht̊3Hυ!Q-Y'13۩@r.>+\.R 4h3Q2P~/`vG!!=$eLKZ([a{\|;FAӪE~p? Vj#DO#!.鲯Q)^\<=r"Ȩ} Ȳ!J>uӉF.)3,MZȣα -`Dy;ՠIHNQ{/<*-%fÛ# "2ɓ19P>~[;=[N"T `}xbOo4X.o'2MV>mY)Q^S/mSܛ.|UIJr 4rul4%A&j[/%\n2! w2)Ȝ%T*;at],JQ&@EsV "WwQ#Aju꼲µltկ[W];u*"ef83C[$mrofКʏg( Iqs+  L51 q `g8F¤%HyѡZYGߔO;Jמj&fʕMIXafe% _,r4]z-cUOa@޾%VǤu?UQ&Kҟw6cNΖЄήe@}BsoQ :эNߥbaÚysk crLEiȉId6)+PKVH<6/;w J aH$I=`<Wuk EzJô;CC.N+x] /Z~jW_M7]$h0ӨOڄ_T[SP#jONFCXe~|*XU159OM(z L+1`vp6h&Lnv][OnV7+T1{"fDЊT*h:$@J] -tF3Xў P&U$I!~v6]#aKQ#+L||ač*B߷g]C4 B~<-w8|ϞAW–b3B+82z3Hi0eJNW0Du垡bچ5.WjpX6v|qi#* r{J0"H52D%G'ROGk}ˣ Ϛ2+_aސ@;P:ں>9%Fp_av!/IM%pVj>ftS А>HCL&}:T -!/YYJpi `ֲq>2vٌf,t%ѐ>c)z5'ǹfoMi5/?3Ab84 },A k mhʫzLbP$E8o!Jny"HM%Ba"MEf54j ~͝1]i •cU)5Sk9Ew[ǶLsNn'b[l+LSnmU|wi% vj8X TYr­g~CCϥt):3%T s,5yަv? ,XiybK NgC7Pcmto|>ykb%BBXmʈT/#NTp ɒZsHkĠ {D3 8ͽPO9k W"uՄUȃ: -+ށSm?w}l&0ҲvY҆DˮDq:Ⱥ{lߧ].ŢK s go+Q²WkYfT}y,]sĬXZX?jJ~ mv&UT?;윈n b֩u>xhwM$S[:'Ϫ)q_m57h/질6~ Ez[lBE E8χVCoӌ@ ,ft'BQYpع7{+  -1/'`R Y. -m3~~e ?.RHȏQ _l'7O}J5<)CcIIX `2{ I19Fo0j+"#FԆ$ĢӒ~l&ںعMBtz^ JGEuUwۡuґ9-d^IMDkzX*`1ndL+VqION,]8]˞wvFJ8;k-/kDzk W>ߔVx ϔnLz &x 2ݾ7aBCz݇}2#(gFA{{yܛp%a2E$xT9 H7[L̈́2w&sEX3+`vT]"vh^[EX\k:($VߒUTrs`G3@^R:y Mp¯:e-UtY5Jy~hxҬU] jL Պ I~Yv)|VҲcW,1HjoM! /3isbB;~hiyJthgl qMPlEx+i',# qШB7xdpj! J5Ukz;՝HoNe.0F1x\ݿ+?.l8yngxrqڴXlү#ϙoO?}Jڠ\C|.2۸F!@ryN.%Deh߯z]qF 8 jz^!˓˶RPM9 rI&&?D\E2$ܖ.T‡k-)h;EHӶUnI Zx$}{,DNF.Z'z;T'Z}&#_͏GtJ2v 3tϖ$8[~qȚaZ TឤnU W-O攗cUPi2Uql*XXt,ۊU=<HM8=wIě~fwn+B:T(.7>}[i}6ʴw%>X7̬L;*T{ ȡkkpvtr .cY+[#)gou D|<2 !Tָ) Yy[ \>Xlʬ@0MgI>pl/:y ǻieO*$FnuhXN(avkz)d7pSY'/ E)VNo#*Q%yOlZ<>Έ+T%r.))nxދqN c)NwrQnY AR^ι2HրЬmIy׹N "3.55KLrq[BR@;s}{6KB8o\: bVMq0`}E`gPZb4]# v Ue\*}Vfa0e s9.…lt]Łٿp`$O$Kh٧⦘c֯ <`io=&d%ӇMT aha*&ՠ̓iV5kL&baQRR!m9?dzVhiM@I jf"l.CWMJ1uKYQV_ R f߮2d=HmhLsq"ޙ*s~.ܫB}kˉUc7f^QۅPᩔ|:q.鶪IYiᆬ:@"ilQ CN%Ui|ks0 [!M)D05q%xޫX9]o lAP E^:2-+I E}L^2Ɔe]nfڅ~ !8~XF# ܀MTn&!܃LY%ưImK|U@;МHH$XdwbG۶xj<7.1ΏB-) C~oa &ivc[܆tIoxπ o]eŕ}Ik'>-d?a~9P-$8AmP*v2WZg)7ZAn8/NQ誟&o-:LS_MuW/,w,eDS77Ҁా[bvizM sNf$^gDeꝘA/J8{{^%BUSQ&𹭾(D6sl6v}FgnAO j-|FM7u6YCUxChUdqdx[;eivu5C²l[HB+0n7[zj'T'}34ݝA>U= ~9_p.Ԣ2NQ巍>Q{I XEeN0->Gޯ/{WeQT(xStXLf"Dl}j-Rgτ*[%9(2yIm.dCUhAmNEu/;1I͓MO4(wy@ u;E]gƞr^hT|F,r$:y +zڢ.9 ϛ2jvn6;~P`u^!W8nnPʏJu۵`<#@;+ǖK&ґ27'lA#}u[ۣt&E"JАBj52i |D;7MBxzZ%5Pχg4]r7hT&N},2"0sh5!K3 E\Aڙw( KhHfvr1Uj~P.Y`DqL5MnƑ4Ο.-Vi5#wXL;~rY4]Ce;;"1>$olAv+u *?J)Mw:`dJl,=_H83yrWlT#?}le DumJ&K0gccSI-.6J p~SK5'|~/F.WFq!v=‘FI<5wSh*פ?Yj8Po,CN POL唜} R:Űc^MQ3w1.rRԸٙdu鋏Vcqx7(惇_y-]! *YJxͻh;T/;Oҿz wE\yT՝~(6T} y7=S`[+*VL?ԭ=!Q)]ִ^搏1t#ݗ;ZE,FbEեr|oF>:qC|*y ԁbB B4r꿮 TZdX`-B(..7&*J36m$4<|mhU֤lCD"5TǯEq~ n}ĩ0JBqJ|^X_ӖW ^\b$ 2gg muȬS[!6x{=\b+To44FK4PL -gbF5=B:KMރwzbw~8a={ 5|o6}` ks }|\>#,3ɣ ۅXm*Bz?)y2VuiL%?QӲ97˷*vm 4 fOXħeY> h%%up8=3ɩ3EQ~?@Go ؉,ur!<8~L Βl̂%~}'^{Ovf_;.%eg|X9Y5 {SfiE~bg%8P$c>'hfX2LZG)o='($v )<.ٕL)Y 쌢,cc݃kꉌw)"j45R`*AFM' <LOPQ8tTEqu=}*m*1KSYf)o[CO]eτ4٭aAiƷ $k{{ڜݡwD 5ѢIO$5Y%m/AdA&Ms Mp]t#"Q0 U&qެ lZ斓@d7mRD>$<^\P+̑3BһOڵ~׻J"`?MMACM8<_L9ߺoj՛Qf܆ e#p06q6o'ʟ#"ۅ8L/h=Ʒ"K濑P<ɄTOj2X?.Q(ֿ[Wk[?=J܂R!ɛO /7 :iþ^W(I?lfTv~HПả-oe5U))YWh)=D6 @w36KjDWFhhVx2aGG Ϟd=[ Nn?) 1Lb8{.ݮ}F1"/ipF%jCi7;5E_f`,>Oо;#˙[r]Y|(5T"OPzVG*pbdA&c+9Zo+8m|ID.1C@;=ÌZΩü;쭿q?٪7*Ehc~f [;8a:/`p`s4O|k~:c-˳ȢßA58C ) _hBoͰn]gջÇ"ٱcV [Dӱ (n/oGgjЍ$Oou]D  ӆ ~Yek$sY(T\eaє3)hKٶAe#pp go#*- `S] zny~8.'kS$+༛ A/te~$14u^6czmY-ܑ¡}g- ᬥ9H0EIii^繆L9A(|mWyGQWwa:jz^ [hty GmgL2<l{#b%pĔ` M5 +Pē!<*/'uzņ:I`h4et6|qCs\עhл´FrVUcB`l +!bp9#\05QC+R),Fq$ցI@Ak=\gIG6 - =єP^X447,xׅ)6A?Gи{[>eRBlMk?d[ ?^v%%8DX㲛%+?,!'/ $, Y2Ρ&9EJkGGF0gC5s>^5u]ACLiUG P/mYE.Ov,RIc~Q8$pZb},!,&QIYp  ՠ]}$eQ#NmRsҗ4h T^] &ڑ1 4EP3^n%} /ˍ:ܗ)\9zK~ASsmRQ!5):bUr}> r".޵@v;BȺMlh-p OܡO mDT5{a3 (ߨ. K}>B<ؐ/ L%ijDI儂̓f_,\(^PJYsģ DV2k_JF7:m~J*%Iq>0GɘTպTPAonq-YϘ5W|щCDVi0PͲ xGDɰ)J%stꇈNL4(<&k`@7;bʼR#=:{KLT}'=*X҄7rZ/j鸑Ԏ"ށ5@iMBjHU].!_,2/dA?opǭ.FJX@ ZV}lz,bcW,1⥉s8'51j,ɽ3i}nⲜ7To}}.Ϸ4 6]׮,"),>5Sq!TZ8𖄇X2cӪY`nMzڨ9_O^u{jԱ6u/yaVƏ(GۛxFBz=Fa-0}#B)Ԗ౗UG;;;gHEW]%'A,/MPskHmRܣ~{y#~b Aq_X)Ը[2B ֢8;t2=FOBX@zhyf+6]}pfnOíYK ^[5/7MH{TIQrw1l"noFF 2\I8`CDl6r~@QD}t1_3 aF-µK{7-ŸH I)lXfa.٪-W/FZcv xksJvw Ί-*IϕW&^%{qxp+^$LY?V^ .rWo3~x d`k=iP:E1d8%}o6G~uR"iY_IoplE"ԖDK $pOؠT}KMʗ &'%BSR-ɰ808Uhg@9OgX<_bfx+EѻݔC]B)}X#1(?7YhsF^NK'sQJ~խ-kKVJQtMu2N qfaOCNv-{]VCKh<oF (񛑵ϋ-UZmưe@p'UtI|>j20FヮDt ‹װ9><j]|}B)zѱ[N&oeSMh{BSEq܌Yz?WR52;T;F\Ͽsm?ALK|"X-#~mPs%`BD>C7,6N6}NϘUD'e|%vƣOKgރ%?_^QDk0c s=Gs|+͎\@>X D,._.aYotRRagwJ @3MΒ/]C7/KMKcބ :,~'1 g Q˛4\BoHǶ׵%)o$=Snnx??MfUӠ6Qw0%@m,y:0)fjlfb"cTOgx 9Z>qɔpl>kK#l]kۿ)S"7CH# `#^v+^8Vmd.lcJ߈u#bOhHfXtbvhVnSX.WjFrehOANKa|YUķl\v#Bo.tao~_>Ju ;ʷG+8."Kȷq-?I\6[!e-PMƣ5FȖV/»o_eo:a R[:79u  \4UڿF,JL?8&j 'r8w)ɉE@BՆ]쓤 _`$|NUs-Q_4 :plMh\N `|U`̴𸿗z'($Ig.&ln'!Ɣ$BḾ]r85zUƀoi- *Z+^5NP0ҏf fc)+@2>uhlGLY6F]tչl|iNsVG2ڄ8ie#B |{yGBi6[ʷ%10:26gڏhYѿY[%fhgzz}^|8 (zJiqHj^-Q7 ԋpٱ3m[DN{bc-iu!4S`ȩ/LސO-RNi+b-Z黭SN+$1j5#}Rӱ֌&%ƍ՗+H_SGOz9~r/3^N@;8Bs`m|L>GUd (G}%*T:)~6ǵmޖjK)Lߍ$1 *^تpc&Az8?VK0uBkoDe6 [)En2COuojcE N1'\Jr!g?XaBt ĆTr@uNa8V6X77 UE%sK`z&DpijpA<}Ĵ o+v=L9BR:q=nkVS4:$(^)YFI gk|&쁳 :\u.W;z"Syݟy 2·n0̿wW YK>J%K: X`wji2y7]+ cdzgZ%IiF(ڑw}^ j:t룪 ^įLByz=ՃAVD& 65jRcw?7?"rc;b\fU$vޮ~ŕƺ}[q8,*3+qd]EJRR- AtWo'C|ݑExNgC׀+}bŲ2"ƙU}~o67$_B*h" ɡW]yi)/IB6a 'b9KDJafL 6S"p-op fC;kABt3+|KKMHs s"<Ϋ躨mC\U,EJwBԉk4 >P_ggԤ1uMPaCFJ̲`Esa KH2,tghR߆&#{ 4MM 5O<*1a[,2 s}TSZf+En{leICqF* yUN3j 8 l/|ڞ"H$!T- 4sD\~Lr1m;)"J$kY^sShЇ]&CkbwHQZJBT̪/ET#0E=!}>G(_3%d at'PʚͥPMI6<A0yRi&+6&Ԣ sm=pE[صi [mlOӫ9cfϥ# b1͕ ߸P7z¸:P RUd? ME8qO&6vGo0*$3 {Ӱ4!ר Ӂþ/\-6$m "IRvImQ^Xn4V<j}ZWic'sMh#Z:vyr4ebv숛yඛ-u3;糱=)5Equq47vdR!'f%Yf2ߢ{ s0[@@ .AWz},Tnʹ'3,[O77׽%T@V; J=) wm( QBR_׼aH3!Pι0Q5lAR9AB8-kn<R.Q̲# Hwx_ K:"zC%s6ZwH͂{Gж:hl7!aUS4pVA"PbcQ3ZCsbeU\ae]|35\bjϾE [c+7ʲv%YovZy CuA6w+!Hi,":˶#ҕځ+P!Q} A~9S>cL8 [ŕ}8L[cYkcɉZ.'\C鏖;?MNʑ3(l_D Xlt endstream endobj 474 0 obj << /Length1 2450 /Length2 17224 /Length3 0 /Length 18675 /Filter /FlateDecode >> stream xڌPb`-Xn84%8=[pngΜɜ{*tMS(1 ;gFf^: 3B_9%Ȏ_b@#gLlȺX,,\VffyFF,@!p4pG /w-`lG41L,CAolhdr4Y:[TN@GW)wE#[ߥ1"P-,P99` bg tdJ@ǀws,,/g#9Pgtvwٙ64q\,mnQ+>'GK{g'F'K52YT dk svB#wkmr/235]= PFo `fffc@w =)Y~5xكf2>f@/'#W o"3hni,he ?f c׈%u.(``ecpq8y8>ˢldw3x,KM xK[ Ϛd`6b,k3tKOuq$_SMjegAFZ:IZM-M,ڍ5~3K;2``af?:2NK(ag2}X98FFMbxO)%01ځ.pu>3#rr~LI `~ R`RLIf1#9[od' p8?3ـ[#o{dd#,XL?`~\ `pml. _  ֛~J6c8p+-<-v,[ m/ן"8j"'mbkr0WJێ 'i0'_^,,B1O OY: 7=˔/%όqWagOῑ C7o!hjEk?ɎofXot8N;99YOmlR_Bxu=g͐9.0zkJWFCwU*9Jb4?Rg:3E?wG5=J,GsVॳ{?MթO}tK Ig0zC`!bc{' :(OK-SV|Ʈ=m\:377I<^0pG:SOp^{[K077r?k&t=uͶVEğ|0` ;Kȫz&Ng$N]!'b5pQ Tci1E;,p3wT'[͍&aP$7w\Crռwd²+S-'c a]hdt5Ǒ0:aF~Mɚ7L;:5a}c#912s&Z[5+gP`> _VJv ʕE}WQl|E@t[w'~I7eTgKgc}2&z @R\7n"~)AKϽO{FGϔͼxL4q^]ۧZwۦ9=dQUdF]oͼ;93*-'&TE`ևfm3l~RjD x5?J_;+#̬K_Kb,)+Z%%./vs0eVuO͗,=>m2֯-+EeZ r#O%9\*m1&ҩs.'nm=IiYΓCI_2,S#3^hL #!H!9%4%Sg%f8ewE938ƮZO(-_1h Gԙ &kNJV~nfIpn\FaZ#*Đy] A EbvڙT!\sh&q3* J=P`GU;v g76l.f%GQGf'JDT^%jF޹ө_/FkY';|n%EA31~bu%f"/R%~.}5%c9x7DZl+2;Haasmtl0\C6}wʮ﫪vݪWr<]ܢ=&_9R[DIG"'UeT=74q[%X:xoL4eI{LmJߐ:| 6Q En{J0-CbSYW+RMU0M!9}l*?IlF7ٗ6FnKcEi <հ? 0eͧHF[zէ ;x5H,sZ _K`ࢩv 7-a?ɔIGm~4䡵}1D_5ka @ULdZLyWYDFԷb7'^Ըr}b'cr~O\(T*牗H.!WbT+!|1x~NR4Mth^VSA';IF̔6!B354bʟ e"dfqfѤ0B"/LjzŬG0HB4ܔXLFfAIp3ן;6*EAk1Czlsc5<hoXZnsq?W!j%.*f޵K zb1fXuDG a1e=flUȎħ2 BvE'WW&>}FB߂5a ߨt'a!BkNEv&#hM4Tze B|4'HV !o{O9]o<]? G[י:S:v 99Ei@m2ڑk]mC^7اhzwz2VYoy2'):J z/{3sLU47sW_{X$*M:lqߓcz45:S$|ho(iޡ?>8:aA*z4=rH-v7eGQe萑;zNTF"utP.DX[vM^O (wo_}N{dkgT Vq>z b]S6uz 8h(K\5q#YneUGr=:8MIQ4w)IW]p.FҹN:YaMdY00HҍFU74Nd;ֵU"Ɯ%qhWM^"qI;m>ެb1]n@g/97jՇ&q2aW@If /}>;~n(:]LmZfU{|O/cke㷾̹=wc;23$AMQ3D'L9')]O n'ɋ˽aچʹE=mk|L=4&Cg}ٰu |Q:ē`T7AkMC3`Ww[ϮzH;f|;PlrfeV}Ѥ<^8R׽`ͨPKr,^' 8W"ZRQXÅm+EoR9b,P>G'2ꢯ4Wz,- y/1JG‚  »2|uO;n>-Df?n?gr[GuSF)ePfXم-/Zt ,4"6vLrʊ=iUFJTwMim,~2ư +rks1+%`e+0f:Su1CWkp*HA=NjA"tn)ᤔL㙷u|X~%uOv)N]f.[W[|/>ӵ">Ozה@)dEEk |)jN=u~#ev80z`G KO`ɞY7.7bSD i[ǚ~l"q[4Sdi|_1)2u;Дz.U6$9 fizUp@%hAQ}4.Ѝi&B :^ڠiPh_R݂Oc٨9Rv̭$1S  aPǷYY-Gਖ਼t{w 7 9wn5ZŢ"! EDhVnY:\bp# 1^N wv+~8O7H(TK62ɥMi /پtxǩ; Q=A=̃d?|[ѳW75Щ78 %_YL톢NG'9L 4SzVoT7kXkt[=<;+!5vڴt}c7LSζ .6_=bOT__V=̦ޖ5*e+ 4cEPR&&O uؕ{VDGc6 ÃHKd/J=;B?ty!Gο>16 tL=Uz(Ow=]m@H3[@aܐ:Bq8Y:=?=+um: ƏX9_K&-PzR֑Z?1s'awՂ9o|"c/1t4ɈU|blLWG-] :1f< c4gb"*7ndd]z+CMZqc3{JPi ԩV)@X%ʝMu2i,QFs#GiDޱ5TC ^=<}SPSk;˚dǵN+l_|Q|&E|b%[:_F)fNBh*x9YZH_ƆPi ;?j`? UJ=(+Q!]QH" Nvi4/QI$kvˡ ݦ2ϧBV7B9vscO8OW+} Q;/;t4>{)5YcŌ2n:V.7]Z5H/m[F4i\Wڤf9 tSoh;wGU ?|L^Kh/d?}Ԭ${A/wU{ÒZVχR}ޱlzK;a?\-$!KKuNyoy 6>H٢x-"jckN 6e!sCv k`kFvЃX/d$٘EaLgS9RV!{9aG2L,òWegB}QסߠW.)#vkqwo{,R4 5ަ5+Q7-?aws$UW$uV14p\R\h6NQ#۝ҶL;KQu߿-5bBj!t ;hODo t'dHy2DVZDA_=đIK?k/ƌ)[dBƢ[ [ ϕtӳ|7YQ'% `+0m("Kx侹 } [_Ttܰ«xMdGXNsjEkFOeȳa'[};r?7^YYt,䕱pcW Un(0 tl}F&)4WIE8h ÄbVRguTOH3A=7vT{l6ES/}&񼽟0 .Y6lӱ]]UNtzھ:ZyG4m bY3w =z;ؠSMq_qBgV%Kps$YO.Yuo 1RKQr[vo@]?NHa4fs>* BbFih5|Ta4"H-Q7o&˂k-|g+Hz$,D(#ΗtR8ٻ*Ғ>k$3!blBdOw>b GI즘dg!Ic›DסD5stCpqZCeAHRFh/-#*ծ{ kD;ΎmL { AN]"dؒhyBhy\O?ad55=:8F'\T'd]#ࠡrc>)xi%zQjlHˡbi A*'|'8 za9_4?U0 Ӽatn6{.O܏4}!;9{T+?D-:i9 )$hAC(m/+Q;:)S]4Hӻh:0 bP]9 aS`嗶#{t26!es0 ]5_Tʂֺ1OgY#u19Ugd' çlMAU1&Hy Xy sVB\7^Mɰ)V2v圚*[.Oֺ=5)/ ޓ/ Ξ <L;JH-pJHx( r zHZm\ۣ0(0#ZAY#M0~$,RѢüQ50*6Jp:)xl9oܝ1ru=~쵮aQ,߆E炑/*7,a &u'b SK+o!ӛ*xN= ef[UVl.N}O$H *(eLNˊPh_rss\}괌 H4+\5V6][ }!Լ4y0ڣ Ȕ]ڋRE+MEh)rHᡸ巛r[6 &Bm 7Oĵ^- Q3Sp_^aT9eй?Ghiv `i} Ǖ|;:+wkPgm >92bЪvǷ2}zJRϼPf2.̥޳TS5 W)|KL _#/2nG P6U*9^VjxpG>b_G-,zU"vI'lx=YG|)ğDŽҵ:!9Ədc^* oxqFqTqu(:K'9L1ׯ@HΈXg6#04b{1rFfVuNC8"YݿP /2*eDPߍFM <[,b|ZI=Ûxʠ)zS(_~aZ6|Io  aY$.d-#KWK\(\a(YXj!NѶ- Dd|[ءL\j>v ^mHl&!}.D4NߔL~UֱB6RN:@uXʂphOL'23n/LaЫ:ߪUvF@&|Py̷nY^LGVTC8]O0#v1U$/%76q86*]v?2Av'#;Aޠ -}&B2\p7`WW'Ke?[*5wdֻuwЂ%|Ғpd">FO_\l2-tlXPLDϖP#?ED'dpN=Sℾ,Oޘ&~U$zV|B-UNZ&)*5M4DՓ}^dpN"`#Jz2.?p{ssFveWAZc;^NL%+M ''iw &ANqIW.Uܸ}ԓVZWM[-mKV)c6H:KkJgdz`S!Q.?`$QiR=hF8G5Pѵ?רIi 8O@Y{$!IōQx s?kXd+CjK#_V~~K<:JųC2uЗa ARiSʉz[4,q c8L>4n{[/-SY{ 5twb&Xg 30դkb.'I+Zyۃݴ*5HowcD|B~8G틨еAA_ {sNS<_Y67ݗS5G=3àpЌb+OqlB6B8y#>5ֵ^ݏY-4 DYn2wC&0G_ WD}-d4%^j,~ 9tr.5N},^orGL4-?52\f9; * /aO\$]tiOөԗĥRvތT`얒w<#yWEF;ѱ/{da.WZ )i8{Ug(e (z/F~={W5|U$EQ {X*ˋ!7aV'sț5BDf" c?dX1Znj!oF/jWSQlK&ɺFq6r.fi/rR>`d(oF4OS*E;<"ZJ2qa!E>q|u!yA5}ԨS BVywnցd\:G:΋YSQŻxl׌hb,gI S2]aB0wuYP˲pלOk2CSLuʪPLN۸xe!I}S[)EVvBEKhT;Ưp>WpK?,T~jUY' b{q$YD6m3dƦh=72J_$UzN+_ׂγz~I Ҁ"<51 E*ԛ$ K 8Vc.l;Չ{x OL[:rz.ҍ`u0&%aSW$˪ضR;PbOxǣqnp3p!@cnw?h_TªNad}-S-cl@ޮi 3eү7EpP'^왺&,.ڽ}n/;0uY\ԋP}o1>a^kCɺ_VUTe;Mx0%s*xչx[A(к2y)Zp )tY:-$>jssݱ]LZ `W'e$龇A_avI9+n)[h2|?!7D gϥʃ:+4,Yiɭ6|u-4b=҉Z}R ֮"4c %F;vj+B0/ lWTpA'|ړy 'ԥ&gJw 3P3+t0EtGᕇPiͽK*S3 h8\v6}B-~ŮWӟz$vp{so7A\Vau(.by߽ɯR:?XB  wQN֧xBa=#DQ.ֱ,W7}q$'N2b8Pqb7t ͰXa[M7(d)BwJUuKV8sxB3cKveΉ 5R!T>I2V[I|DSQج8yAk3#|'C%p=([{[Nm̊H2y'_ǩ{, bIڽ#n$Hxw0pՇ_F"_ɬzfxqWBXԵpQ>ZS=j+"n,CzIC>Xv ,=6SR(huܔxyxaWᕵ|嗋0$΃`Ǫ8Yq_Ap# A65CYQcvmmqfrk,/֨7 +Z =.Ϛ^5˲7%Voŷ6<97uH>렽;e}1{iG R>:@.n+{641>4%G^q )Ԁ.Ye`M6+¾kXԇ$:қfϞ X(w:*/o]ɼ tEXk|?Xm =iWdY}[ۓe@D<\U؉nPSdG<^)g/ }kPXZZxuEr2iBGΡ kߠs<>p92f +&D Q % `11Wi'S9񧿲m)O3j9go 90|#L+az ׏5GC?^`P\r i%j˺p6b33ka=Or$ N!)RX< 7i,sBIDx*p37ǚQ5Cj_4I1(̽ ' j'h]Zz0b+Մ v`bֻLm34WM2nJ+Mƨ{LKL2!c͕sهgC⺷bqDlflSˉʰi.*X뙼oyˠM}(!)4O}O08|@M@6G)hAT(E* ;YI_J Mdbkh=I/h&w@с(KqhQgFMm[#?o(P3C.F6_>鐟9QS!W/Vb\Af56\ HS g?(Ӥ*h,EH wE%hӀH_9E_Z@żQHHڣhm9(GBL`EdiGϧ}2^`$]g$fʼnGmN*|dc. 0w,ي1-]IOk @^uo[uB!iVy|I!pñ4rU dAUW EŐ:h@bN~h#QYm8B^KUH2_w(3?M{{^TGL'BcGeEC{Juo\883F#-  yz{ C,nUN%85u&i~Sٔ4b!w4X0$yܔ@G'^h&x d ɇjzլO@sa1z殜15C}xirWzG߃@^(\ -iܤ/.Fb‰/9bd%":vPOCE(%\ijUD@vk(MRHVcR* ٓgBX}ޱd9jn &Z.It/+VBe@)PFkN$p;)8g|zK9:Pr, ?%,WqHN)'Wq0pɴMO&ZrbI/m-M\FT9P9D-3kR8&G]KfجϐS[4'6*>"wd 5](95Ov !̹E)ɐ7GQ<ycvS&AZJ~h/PN(LI#]Vg'z?R\ j"c̫SH-3 p;FsuF+ėe){<,<-]\JlY Lěk~ wNQ9<) !/hTNGIE\c7Y =@oLy]ƦJAt,P;3 01)n|dWh|=dd# EdC)C;0q_l1**>pTav#ԇMk'7Jul5~|Шl~.{EsGPn|XVoOmCUX=<-2J~;^uXgP-e@e^]%<\[B({ga~ހڲ۸YX).5OӺl*S宼ci]ZʦZk.&Uu!gN7EVR lw2swB:f3( ƤD$ESyh ˌṃS(5+M,3'fC۲ oPXHccߵoQ =7A7>{ [o#oT΅:0=;̽SΟemT&W_,!T8V;u9f 16"T=?V$̢eLqdH  I8' +nTM B TjfABTf f_-~ qQ98"]S$3HF$;S@ 'zp.a=P^׋H\X z F[\٬SW' .4X27a3A^?wPm&G\{MٷYuA \!HwK+?YAB h]8(6]j9Fer]cxFDC,t&!WwvG!#=E,SH+dz{O"(P3ҦQ 9|w?{ L1ܹf~ŁUO_ˆH@Нϓ1!-ȫR%@0A$@"7:Hc O4wͪS`5 >6}hj<ϪmLHK#ͭ98y:x`w;5p+ȵR-'k }׽  bpg? +h;H. ,76>o>T }E!c+ȵ&_7 <;I.g5voկ+Jf#QSi4^s=r;z]gW   uGs8h#~V=g;uUjɘ XL|Vnb8W^WG)p[jNOsa*ӔB* X? X endstream endobj 476 0 obj << /Length1 1825 /Length2 5333 /Length3 0 /Length 6449 /Filter /FlateDecode >> stream xڍu 8mԾ]d#2֙".PfƞF%k"{&",ٲdEl}k}}ι01phm( (Pi@鄅-0D7v:a+4a04hdDIDC@eT^ !ſ8ƠC)& k<g"?R**K h< ڝTpqH  e"C Bpx h7 !ѿ[,\0_sG$H!^Xzl >*'D`s@`0Xg  D En)!I6@:x Ra4c¢4ph,@wOG#I}X6o@yy-O/oD&0 #=/|X =4z yN6Ё'4.FD:0߈ P$pD;cth_tx/` !~u4a(5._ 8_ @ HJ0iY@N; [O (K:{G[43vI?ϐߌf_~Aq ͭ8&`Kh^=" p?!hc|( s6~- E×B Jz=BvHpɤarGAH$ P6о?KaqDR@.pTQ#Mv0#87п-z# @IG$Qr$I:?Y  sG ?#Ԅ۟$nOj^(piq#$$u'!B~^#AIڏT@v#$II~ '=?W4</2Fҍ!υ]kV둖eh_R@8#q-g'&,ʙ}άgS_C`ٺ."5KR=wi9d)eOj= | ;ںaE䘏x<7ϧοwx Ͼ܋l6 oLe,k?{ +fu{KgT7-̖ĜmG ԏ=K35(_Ԋ|{]ݹ{;_%Z^u=,߂De,0eA$$&͕rwf{e\Щd =R[g;?fM|/BVc|ۈ/= Wf]:Jx⩉K5Qm،zBwŔzRPƸnAVsZlؗM|x+%u 6)+͝DZ1ۦ%T۬6G_X<o9yBFO(3*lܯ/?9z럪7 [漎6T )? 2 ެ>1.! 0#y" ~0V6AĂ6ʑ%S"5g9_ LFtҳDqIYeHNGtV9x[ҍ]39T2=iܨ]rEpu?7Tx<, Ҕ^:iYV\!D! -΋+? j2^!h%1_k$o&Dkԇ2]"o)2d:bh%UFac'\ZdSvǎDv',e|f;*ǵ@ucD᫝Rgbjk`NPnt6ˊb 7K9k{fc$o 7>_L )9)j(}fAWpUK8a9wʲ"TVװ_5u%6oj)Zߕ|;ܧM_t;[xj -[j䑱 収Kq\%omt*^:W7 ܭt6Hf 2o:&K<>v]WmuP7-({wwtpI)KDFa[CPT76}k-}6M2M~ r{-rKƒ3zJ!Ɯ6}\L,<˦Cٲa88xMo_%Qsy,cԺ sTፚG^/$ʝsBRP[5 rgܻ"% moW`ñ-3c$G?H_iNDhvM5M$O1br WXI̶Ɠ ˁ_Or.J+T/>ڛ\v& yYd4Y֐[9olx 24YR^X0W-yz6(GPzN, D.7#+G9ܚef@vƍe4[(xc ݒUGRrh=Ȫ/ v|b4U-@#yw+GsD%_6Cԩv7ng~眽+D#9:*0#*֖f4m 5e]0m y`랸Gr0oPR\|\1}褙v5{&3!.̔lƱ1USާE^:.{k7\L悌~d/%xzffp!D09imԤɦAVEx?wMTUPB$n#RK笪ChwOdL>Npߞ D{ɹp T;3+ѵ5Uؽkߛ9mXQMߎuq K3[M҄>y#zZ/:7`ra>[Jw래{.^73HH6J٢g9*o[uQ XDTAXح _aX{ 3 [éhʧS .=`*|)IsHT\hN|ͮ%oMϭGQ>@Y 9pw!u%a%{ߞ29F}Y!*{5nO8_|dw n0#(KBJÌ鵑c7+HZO $copAo\.XСM,4dҷjb~礶\tV^o>2+[ۖV\L2!ϑeև9+Vx@<-M>; m]zL^9VظP2/(O1^Ll\]&{ߢrZ1ЗPu8at.'c 0rz9]SuVg0k :t&wcݗ&ȅu[MýC# /M;*= MԳVɓ:~%1ތǹخY:Ns=:W/$$4/>xѝoV'!T|#}Pk)k$1`9uɀyJ4}/VŌ .:g:47ߚJ+ˑ`ǹܦS'x}\R_.w*]/?oփ_묺i}tؑ8蹘B{b3"bۂN~P㠏]& = T'fjUd/F\43e5>R_m<},E[jGTS/۩YME:f-] kZ;> ?굶,,m|Ma?+mӭvRXQQY_DDAQ ʢv?q`mJ?Rm?BYٕ3`k)e]#6 Ļ`uVCbc!5l[:f4 }]h:&7o*s5BiuRӿu|U ՠݩr'hiJp,|\=!-We8!2ޫϵ3֐ xeE 2paI>8oZCudiLWf&ǚlT9*򉜥a퉌/w5%e2ݟ)3B޲D\q,N pY16"l@qC~+2JLBd7PY?}GB69ub<2CQñO7َ=,4rb)_Rz-Iʝf$ÊzxC&3-[Kd!%1DT:8*$MtlR7J7iB'긯經kN2'.+(_~8嶷/IrHttiz;41l9S@үSKZ2wdYJ4]vB)֬w&nJh~.-6g>vsAXŽJoR,MR~7Y'%5Vf nbJeq e ڙ=k_r3pOA }B5yT{!#FգD؉ q@6=l9CJ׻RAϚҗ|=M/^{ wnZ u;6EAݬGV`T:R2k/{U|zzaXX{ 5n}X|~^ZxbAiI51n"{skj}HM:MSzdy)j8:L7~M>-^=']ˌS9Tw~ODĎÿ/+OL`OgAÐ~(U>ǧuRAijj[i\&ȳ\֙5!||\wK|Y6_**0wb>)v&k?d:u:۞#j;גtS%֊ɏـe﫜>}Id?+{N.Q8IxYVͤQwFt`zDj0|dflLJIdElQ [_^&2 m90;,oW%O*Z%( XV4m$j4k-2LPfM:Euk;n +⨔Q%Hji]RLVũ4KALSrLA+'ƏMtE>:ҿLWvo#<. H׷3 %rZz- 5-YՊXDBR?;eUײM:_=B'Y]43!7n7kpk'ڦ7WGakA endstream endobj 478 0 obj << /Length1 1421 /Length2 1883 /Length3 0 /Length 2791 /Filter /FlateDecode >> stream xڍT XLڄïݤ4ͥL&M̚fiZ3ͬR6=dD[WRj(CHE؜56<9z}w'.xDŌidsd*ՔLDOcjHj0\ǂ0*BsL̂ԂJ&THbX W2p@#%H|\C@37_Jq6!B(p0gBB!"0]K-(p2"%$A I ʆJ(L O"{X8$"\a(<9pr0: vlLn[AG!.W"H |DU.d,#)P*!@0R9l78֞+AĘ,E)0Q($F1)AY \|쑔ѓ FEhԘGP_/LLB0؉5Uo t*08\E3R iJ5ALX$| 8%d0$apL? K . %|aT{4@U>_qzD0||).Fڊ"@1:0371@XoN(_GkŇ^!>JY|N/MoeE r G#0C!0r S6 *—]YWhu | l 1"R$q+!ƨKbB9")S1J778GL06gG"rLfHH h" a |L?xLckz6&tqjqVkǥtX?Q74']c2M7`VIozSS rrJIXسYƛo& m]W].Yڐ;ϱ{koi$c:qql:&DypC&6)/.ݽpd%Sj6ݽٮ(omkx}0o9T-WDBƒ9 r|>iȖUXJ:)μv֡RE;oLŀIlmW yK m5r\o_:zgk3$/i'?ns مUV܌ݚfEUq3U'?ӣhcfpJƇ/.LhG[lOd[ξ|[PWkYVL7gVL6X<ӻᕋisxeUG3Yֹ-x?W{˹d!6+r(7FpSC%EG ^0 -J@{ǧeIZ0Uƕ4=ɉ[`Ē:1oK*0$e,|db-ZIAJUbƲ^})0 02>UkO,׀0ew]8Ojz`pȇޠ˶ 뻬Ѭr dǧ)uȬn_.躢Xz~|]kzUڥي&G>?5O kǤOhng=\Uҝ IL>mqJ1vucxыUWY7>d;wBncO?G5P?GYd\nԺfOPyŸIC&-׫;~ Ю<96D7Yҽ惓5IZCMǩ ?gjnjN]Hde^7ow3P =َ77\mOY!ԿwoL8e~5{ H҅ssX}/ڪaߙ#mHŪY3FzV{Yo}0S{<w[yb}_4  ^P=DÓlX|B((+sZKt}ֹ?eQ$m sW/5W|nTjcdߡƵ/E KgjO6ߝc_Y=iwWLJ"_{> stream x\Yo7~_ x/ɖCVIXZ ﷾*N7gZ-qvaJlvu}L}q'9/Ϲ#Ocˉӕ>! Yo$t6XF8g:=p0C O̔'9o9$9JOJ 1uu12rfda4e3#+a+ey](<3$ g AG,-r 2v37jH̙Vpu8&k5f-&~3^_OR ܕb,2.YF%G:-C}ؘw֤ (r언G,ta!åeƝcN樾ҥ[_Ks)H<Œğk=Qӊ]=ultEs!b(FeZ) EOP-k9`6b%Atg)jsc5d,T*]-+ ъ5Qgq0"*MJIj8,! 2}拡wTƪs֠$~_oeދ@ARf7(cv?( 5z쫱W*LPapRc!5Sg$ 'D 1TVrPw׷쟉$i(H \}` ND6ӬY݌eT+zL<]DNhT-Dր Qu>ƌZkYo RE,$0*-AC0otAXpR$BNFe$)e W"J$p)-NrqGkR'nZ%7:YE6'z. (F%gvAQJ 7^+}П`.M\xʊ2$hZhԃt[ aaSrHS{8y~ hXXCeHD q"#AXnd ?N_g`8B/ˉz"PIy fE[yec݈GUki#Q`d^Azez^=Bqӈ++zح7cv^MjccK X7hZ(qlXDUPlw1鶄p\ <6MBXYSmS`MmmMgue$@MVucC{ R-Ԁ$/LBAS[DYg|_VK֨hvG7sxXwl8 g5&s p[nNmAMA+NEP٣39Rvf$xEtQ*Ԣ[utZm;/f׬^uF"z\}OA.Uytxqr(榜6~#׮ٷ=צ u(JfUo~uU39jT Uk4zz {TSul𒤽V5H󶶴2V8ڵK|t8+bTϜeIl(T$ĐH,$gz/X>șxY?*OWֽd׽_G櫇 A$,#W޿29sumd;8/ᝲcJO(i@uޑ̅|O0"hqr͂\$XQnⅳ ܉ /Hoj' Q%뮲YY\(JS` 0)ѝz?#\S$$vO񁤇ўVU?q~7~_zeG+X?{lNbg?9.v@X|zuoru:뺈R8TEAw{poqeYý)9ypbJ]ApfR2sx+8b ៿$7Oe4Gc&Oa5,999~Ϭ>bݻyC_ҼQpwe?iiGGGG~{*v/fYQg?zUIvKg;}σ)~cc=̊׷Dٲ4绯>㽪yc5a[buJqxkn|̋ӧG*X0go< OzLqVx{ ܟLr_d)27;o<Yho>TU7`?{o}lyY͓Sf)lt45sSٍVhY1gƱ /Cf~VԾ> endobj 480 0 obj << /Type /ObjStm /N 38 /First 319 /Length 976 /Filter /FlateDecode >> stream xڥMo9 +t߃>@4kn6bޭ("vNޙ 5#eKt6>bg dgl/dR0F#' ?[%Q OF|4$1;rFؐJjCM&WR~Y1uTW.F=B,y 6/QN?ytABu/YYtSE7*YYtde%+ۨtYlׁ'r իjڌNl1;WuČ&W׮j&7<=|>>i,&ZOJ]Vx wxf=6C<ܵܟ]_̨>kNOM/:r@w3?d27m܏ ݝywkjߢKty;^l3-.>kUi@ͯ'S/]quGvn= Yrى?:2.'wp.zY\/e~Pvz[=:?_}\oWOk|166 K/bʓ^ i]rU1b WwEr7_a?\=K|W U`yZز*]T gGZ%ȯ؇cXB1,PT g; 61Y?#A+rM8ua0 g0#nj3Ï|q1!%38䘑c{Ĭ=F@l® !fE?|K9j`%6B" ʠgv W,ZȽ qQvȽ^ @C\sA-rn_bXѾ*텺eQ.bvF8\P hԻG2( ɿzˉBF d0vCmwf"#!hmRܥj*r+9y. endstream endobj 488 0 obj << /Type /XRef /Index [0 489] /Size 489 /W [1 3 1] /Root 486 0 R /Info 487 0 R /ID [ ] /Length 1277 /Filter /FlateDecode >> stream x%kheǯɹݦsm͹97YtY(&A(+ $ ȸ#M22XP(yz3 03D7c@YdCR6PCD06VxE"'aXxPU*M%'D,".)ǔN ҥ Xat*@&`JL4B#ra+%^t*1VGO:(5mWQpbQ.EúIgrVVBe+N3&*`>Vok$Tb.ly]VGž?-'AbƉb>l8%/ aJM#-D3Xt1vi ;sB i/;vw^)]D'%v%֖Ka2D~v_3J"Ið]O=/֎+U@8Vk!ZB]1 D"^xN=[Pfp]Pm@K}@q)'ug $`-Ied`l.1)f5ki[RZ-3gJ=> =^59z{|.·Rv =Rvқl_ޡYT6/28frb:Yt&SJ+YK+٭*&eJK.oKu[zi#yHsMmJi& 8|*m%%Hۉ6N.;ޗzD\DKސ#>t臫{Q%kT>:L ura)EwI~PTq :)ɯ[;CuJ$~nCR$~ n.g}6cD!|'Q"p.I~v5"D"[JO$>.@$ýrMJD[D"*gDd½_l"+wI\*;ڠ[Op^]FS)p4x(r(9i91L?;pZ\KV.>D%QETsD QKzb>@4 &b!LD+܏h6"mx8_QQԉE]\?e7Q.Ep똢e/+EiE}VԏPjDzK BUEdC;1НG-GqT w]P4De)wzͻ^L ũA*\ endstream endobj startxref 442127 %%EOF theme-d-1.4.1/doc/theme-d-language-manual.tex000066400000000000000000007121271361360446200207250ustar00rootroot00000000000000\documentclass[a4paper]{book} \usepackage{amsmath,amssymb,amsthm} \usepackage[utf8]{inputenc} \usepackage[pdftex]{graphicx} \usepackage{index} \makeindex \input commands.tex \newcommand{\macrochapter}{5} \newcommand{\secexceptions}{2} \title{\theme\ Language Manual} \author{Tommi Höynälänmaa} \begin{document} \frontmatter \maketitle %% \begin{titlepage} %% \title{\theme\ Language Manual} %% \author{Tommi H\"oyn\"al\"anmaa} %% \maketitle %% \end{titlepage} Copyright (C) 2012-2020 Tommi Höynälänmaa \tableofcontents \listoffigures \mainmatter \chapter{Introduction} The purpose of programming language \theme\ is to extend Scheme with static typing. \theme\ has an object system with single inheritance and multimethods. \theme\ also has parametrized types and parametrized procedures. \defterm{Translation} shall mean the compilation and linking of a \theme\ program. \theme\ is mainly intended to be a compiled language. The standard of programming language Scheme can be found at \cite{shinn2017}. Theory of type systems in functional programming languages can be found at \cite{bds2013}. Homepage for guile can be found at http://www.gnu.org/software/guile/. Homepage for Scheme48 is located in http://s48.org/. Homepage for the functional programming language ocaml is located in http://caml.inria.fr/. \theme\ resembles Jaap Weel's Theme \cite{weel2007} but \theme\ is more dynamic and the objects in \theme\ need to have type tags. I remember seeing a programming language called ``bits'', extending Scheme by a static type system, but I was unable to find it again. \chapter{Hello World} \index{Hello World} Here is the implementation of ``Hello World'' in \theme: \begin{codeblock} \cl{0.5cm} (define-proper-program hello-world \\ \\ \cl{1.0cm} (import (standard-library core) \\ \cl{2.5cm} (standard-library console-io)) \\ \\ \cl{1.0cm} (define main \\ \cl{2.0cm} (lambda (() nonpure) \\ \cl{3.0cm} (console-display-line "Hello, world!")))) \end{codeblock} \chapter{Programs and Modules} \label{ch:programs-and-modules} All the code in \theme\ is organized into \defterm{units}. A unit is either a \defterm{program}, an \defterm{interface} or a \defterm{body}. A program is either a \defterm{proper program} or a \defterm{script}. A combination of an interface and the body that implements it is called a \defterm{module}. See sections \ref{subsec:define-proper-program}, \ref{subsec:define-script}, \ref{subsec:define-interface}, and \ref{subsec:define-body} for the syntax for defining units. \index{unit} \index{program} \index{proper program} \index{script} \index{module} \index{interface} \index{body} \index{\keyword{import}} \index{\keyword{import-and-reexport}} \index{\keyword{use}} \index{\keyword{prelink-body}} A proper program has to define a procedure called called \code{main}. The accepted argument types and result type of \code{main} depend on the target platform. But every \theme\ implementation is required to accept the following for \code{main}: \begin{enumerate} \item Result type \builtin{} or \builtin{} \item Empty argument list, argument list consisting of one argument with type \code{(:uniform-list )}, or a single argument of a tuple type consisting only of \builtin{}. \end{enumerate} \index{main program} When a proper program is executed all the toplevel expressions in the program and in the modules it imports are executed and then the procedure \code{main} is called. A script contains no \code{main} procedure. When a script is executed all the toplevel expressions in the program and in the modules it imports are executed. An interface contains all the definitions or declarations for the variables that the module exports. An interface contains only declarations for the procedures and the parametrized procedures that the module exports. A body contains definitions of all private variables of the module and definitions of all the procedures and the parametrized procedures declared in the interface. Both the interface and the body may import other modules using keyword \keyword{import} or \keyword{import-and-reexport}. An interface may reexport variables imported from other modules. The module imports between the interfaces may not be cycled. I.e. if an interface A imports module B directly or indirectly the interface of B may not import module A. However, the body of B may import module A. When an interface of a module A imports other modules the definitions and declarations in the imported modules do not become visible automatically when the module A is imported. However, an interface may contain \keyword{reexport} statements, which export a variable imported from another interface. An interface may also contain \keyword{import-and-reexport} statements, which import a module and reexport all the variables it exports. The variables imported into an interface become visible in the corresponding body automatically. A body always imports the interface of the module implicitly. This import may not be specified explicitly in the \keyword{import} clause of the body. Modules can also be used without importing its contents into the toplevel namespace. This is done with keyword \keyword{use}. The variables in this kind of modules are accessed with syntax \code{(@ \syntaxvar{module} \syntaxvar{variable})}. An interface must not contain any toplevel procedure calls. A body or a program may contain toplevel procedure calls. A body or a program containing toplevel procedure calls must ensure that the called procedures are linked properly using the form \keyword{prelink-body}, see section \ref{subsec:prelink-body}. \chapter{Variables, Objects, and Types} \section{Variables} \index{variable} \index{constant} \index{mutable variable} \index{lexical scoping} A variable whose value cannot be changed is called a \defterm{constant}. A variable whose value can be changed is called a \defterm{mutable variable}. A \defterm{volatile variable} is a mutable variable that can be changed by pure expressions (expressions without side effects). Note that it is possible to change the components of a constant, e.g. setting elements of a constant vector. Variables are lexically scoped as in Scheme. A variable that is declared but not defined is called \defterm{incomplete}. You cannot define a variable to be equal with an incomplete mutable variable. If you have declared a constant you cannot define it to be equal with an incomplete constant. However, if a variable has been defined in a prelinked module you can use the variable as a value. See section \ref{subsec:prelink-body}. \section{Classes and Logical Types} Every \theme\ object has a \defterm{static type} and a \defterm{dynamic type}. The static type of an object is the translation time type of the object and the dynamic type of an object is its runtime type. The dynamic type of a \theme\ object is always a \defterm{class}. Types that are not classes are called \defterm{logical types}. \index{static type} \index{dynamic type} \index{class} A type may \defterm{inherit} from another type. A type always inherits from itself. When type \syntaxformulacmd{\objectvar{A}} inherits from type \syntaxformulacmd{\objectvar{B}} and variable \code{y} has been declared with type \syntaxformulacmd{\objectvar{B}} a value \code{y} of type \syntaxformulacmd{\objectvar{A}} can be assigned to \code{y}. We write \syntaxformulacmd{\inherits{\objectvar{A}}{\objectvar{B}}} to mean that \syntaxformulacmd{\objectvar{A}} inherits from \syntaxformulacmd{\objectvar{B}}. When the static or dynamic type of a value or a variable \code{y} is \syntaxformulacmd{\objectvar{A}} and \syntaxformulacmd{\objectvar{A}} inherits from \syntaxformulacmd{\objectvar{B}} we say that \code{y} is \defterm{instance} of type \syntaxformulacmd{\objectvar{B}}. Every type except \code{} inherits from the class \code{}. Every class is an instance of class \code{}. Class \code{} is an instance of itself. A class whose instances are classes is called a \defterm{metaclass}. \index{inheritance} %% Do we need further restrictions here? Every class that is not an instance of a parametrized class %%\code{:pair} or \code{:procedure} is called a \defterm{simple class}. \index{simple class} Every simple class except \code{} and \code{} has an \defterm{immediate superclass}, which is itself a class. \index{immediate superclass} We write \syntaxformulacmd{\imminh{\objectvar{A}}{\objectvar{B}}} to mean that \syntaxformulacmd{\objectvar{B}} is the immediate superclass of \syntaxformulacmd{\objectvar{A}}. A class \syntaxformulacmd{\objectvar{A}} inherits from a class \syntaxformulacmd{\objectvar{B}} if and only if \syntaxformulacmd{\imminh{\objectvar{A}}{\objectvar{B}}} or there exists a finite sequence \syntaxformulacmd{\indexedobjectvar{X}{1}, \sldots, \indexedobjectvar{X}{n}} consisting of classes so that \syntaxformulacmd{\objectvar{A} \imminhsymb\ \indexedobjectvar{X}{1} \imminhsymb\ \sldots \imminhsymb\ \indexedobjectvar{X}{n} \imminhsymb\ \objectvar{B}}. The dynamic type of an object \syntaxformulacmd{\objectvar{y}} is always a subtype of the static type of \syntaxformulacmd{\objectvar{y}}. See section \ref{subsec:define-class} for the syntax for defining new classes. See subsection \ref{subsec:subtyping-algorithm} for the algorithm that checks if one type is a subtype of another type. Every class has the following boolean-valued attributes: \begin{itemize} \item \defterm{inheritable} \item \defterm{immutable} \item \defterm{equality by value} \end{itemize} \index{class attributes} A class is inheritable if and only if it is allowed to be a superclass of another class. If a class is immutable no fields of instances of the class can be changed. If a class is equal by value two instances of the class are equal if and only if all of their fields are equal. Otherwise instances of a class are equal if and only if they are the same object. Each field of a class has a name, type, read access specifier, write access specifier, and an optional initial value. Possible values of the access specifiers are \code{public}, \code{module}, and \code{hidden}. Specifier \code{public} means that the field is accessible everywhere. Specifier \code{module} means that the field is accessible only in the same module where the class is defined. Specifier \code{hidden} means that the field is accessible nowhere. Its value can be set in object creation (in \keyword{make} expression), though. A field may have an initial value, which has to be an instance of the type of the field. When an object is created with \keyword{make} only the values of fields without an initial value are given as the arguments of \keyword{make}. Keyword \keyword{make} actually calls the constructor of a class in order to create an object. Expression \begin{syntaxformula} \slp \sbuiltin{make} \objectvar{class} \indexedobjectvar{arg}{1} \sldots \indexedobjectvar{arg}{n} \srp \end{syntaxformula} is equivalent to \begin{syntaxformula} \slp \slp \skeyword{constructor} \objectvar{class} \srp \indexedobjectvar{arg}{1} \sldots \indexedobjectvar{arg}{n} \srp \end{syntaxformula}. \index{constructor} The access of a constructor is specified in a similar way. If a constructor is not visible somewhere keyword \keyword{make} cannot be used for the class at that position. Note that if you want to define an abstract class which can be inherited but not instantiated define the constructor access to \code{hidden}. A class may define a zero value, which can be accessed with syntax \code{(zero \objectvar{class})}, see section \ref{subsec:expr-zero}. This is useful for parametrized numerical classes. A parametrized class may define a zero value for its instances, see file \\ \code{theme-code/tests/test220.thp}. \index{zero value} For example, vector addition can be implemented as follows: \begin{codeblock} \cl{0.5cm} (define-param-proc my-sum (\%number) \\ \cl{2.0cm} (((v1 (:mutable-value-vector \%number)) \\ \cl{2.0cm} (v2 (:mutable-value-vector \%number))) \\ \cl{2.0cm} (:mutable-value-vector \%number) \\ \cl{2.0cm} (force-pure)) \\ \cl{1.0cm} (let ((len1 (mutable-value-vector-length v1)) \\ \cl{2.1cm} (len2 (mutable-value-vector-length v2))) \\ \cl{1.5cm} (assert (= len1 len2)) \\ \cl{1.5cm} (let ((result (make-mutable-value-vector \\ \cl{4.0cm} \%number len1 (zero \%number)))) \\ \cl{2.0cm} (do ((i 0 (+ i 1))) \\ \cl{2.8cm} ((>= i len1)) \\ \cl{2.5cm} (mutable-value-vector-set! \\ \cl{3.0cm} result i \\ \cl{3.0cm} (+ (mutable-value-vector-ref v1 i) \\ \cl{3.5cm} (mutable-value-vector-ref v2 i)))) \\ \cl{2.0cm} result))) \end{codeblock} A diagram about an example simple class inheritance hierarchy is presented in figure \ref{fig:simple-class-hierarchy}. A thick line means ``A is an instance of B'' and a thin line ``A inherits from B''. A rectangle means a class and a circle a non-class object. \begin{figure}[h] \centering \includegraphics[scale=0.5]{simple-classes.pdf} \caption{Example inheritance hierarchy for simple classes.} \label{fig:simple-class-hierarchy} \end{figure} Logical types are specified simply be defining a constant whose value is some type. Here is an example of a logical type definition: \begin{codeblock} \cindtop (\ckeyword{define} (\cbuiltin{:union} \cbuiltin{} \cbuiltin{})) \end{codeblock} \section{Parametrized Types} See sections \ref{subsec:define-param-class} and \ref{subsec:define-param-logical-type} for the syntax of parametrized type definitions. Parametrized types are types that have \defterm{type parameters}. When values (types) are assigned to the type variables we get an instance of the parametrized type. %% Think about the following. Instances of parametrized classes are classes and instances of parametrized logical types are logical types. Instances are created with syntax %% menee päällekkäin Expressions-luvun kanssa \begin{syntaxblock} \slp \objectvar{parametrized-type} \indexedsyntaxvar{type-parameter}{1} \sldots \indexedsyntaxvar{type-parameter}{n} \srp \end{syntaxblock} A diagram about an example parametrized class inheritance hierarchy is presented in figure \ref{fig:param-class-hierarchy}. A thick line means ``A is an instance of B'' and a thin line ``A inherits from B''. A rectangle means a class and a circle a non-class object. \index{parametrized type} \begin{figure}[h] \centering \includegraphics[scale=0.5]{param-classes.pdf} \caption{Example inheritance hierarchy for parametrized classes.} \label{fig:param-class-hierarchy} \end{figure} \section{Signatures and Parametrized Signatures} A signature is a data type defined by specifying the procedures that the object belonging to the signature has to implement. They resemble Java interfaces but signatures are multiply dispatched. Parametrized signatures are signatures parametrized by type parameters. See sections \ref{subsec:expr-define-param-signature} and \ref{subsec:expr-define-signature}. \index{signature} \index{parametrized signature} If an application of a procedure contains signatures as an argument type we use the following algorithm to check if the application is valid: \begin{enumerate} \item If the arguments contain free type variables the type is checked runtime or when the type variables are bound. \item Substitute keyword \skeyword{this} by the signature itself in all the procedure specifiers referring to the same procedure as the procedure to be called. \item If such specifiers were found check that the application argument type list is a subtype of an argument type of some of the substituted procedure specifiers. Otherwise handle the application as a normal procedure call. \end{enumerate} See section \ref{subsec:adts} for examples about signatures. \section{Built-in Classes} The classes listed in this section are also called \defterm{primitive classes}. An instance of a primitive class is called a \defterm{primitive object}. \index{primitive class} \index{primitive object} \subsection{\code{}} \index{\code{}} Every value in \theme\ is an instance of \code{}. Every type except \code{} is a subtype of \code{}. Class \code{} defines no fields. Class \code{} is inheritable, immutable, and not equal by value. Note that subclasses of \code{} do not need to be immutable. \subsection{\code{}} \index{\code{}} Every class in \theme\ is an instance of \code{}. Class \code{} is an instance of itself. Class \code{} is inheritable, immutable, and not equal by value. \subsection{\code{}} \index{\code{}} Instances of class \code{} are integer numbers. Class \code{} is immutable, equal by value, and not inheritable. \subsection{\code{}} \index{\code{}} Instances of class \code{} are real numbers. Class \code{} is immutable, equal by value, and not inheritable. Note that \code{} objects are not instances of \code{}. \subsection{\code{}} \index{\code{}} Boolean values are similar to Scheme boolean values. Class \code{} is immutable, equal by value, and not inheritable. \subsection{\code{}} \index{\code{}} Class \code{} is the class of an empty list. The empty list object is denoted by \code{null} or \code{()} and it behaves similarly to the empty list in Scheme. Class \code{} is immutable, equal by value, and not inheritable. Note that if you use notation \code{()} you usually have to quote it as in Scheme. \subsection{\code{}} \index{\code{}} Symbols are similar to Scheme symbols. Class \code{} is immutable, equal by value, and not inheritable. \subsection{\code{}} \index{\code{}} Strings are similar to Scheme strings. Class \code{} is immutable, equal by value, and not inheritable. \subsection{\code{}} \index{\code{}} Characters are similar to Scheme characters. Class \code{} is immutable, equal by value, and not inheritable. \section{Built-in Logical Types} \subsection{\builtin{}} \index{\builtin{}} Every type (class or logical type) in \theme\ is an instance of \builtin{}. \subsection{\builtin{}} \index{\builtin{}} No object in \theme\ is an instance of \builtin{}. The result type of a procedure returning no value shall be \builtin{}. \section{Built-in Parametrized Classes} The builtin parametrized classes are: \begin{itemize} \item \builtin{:procedure} \item \builtin{:simple-proc} \item \builtin{:param-proc} \item \builtin{:gen-proc} \item \builtin{:vector} \item \builtin{:mutable-vector} \item \builtin{:value-vector} \item \builtin{:mutable-value-vector} \item \builtin{:pair} \end{itemize} \index{\builtin{:procedure}} \index{\builtin{:simple-proc}} \index{\builtin{:param-proc}} \index{\builtin{:gen-proc}} \index{\builtin{:vector}} \index{\builtin{:mutable-vector}} \index{\builtin{:value-vector}} \index{\builtin{:mutable-value-vector}} \index{\builtin{:pair}} See chapter \ref{ch:procedures} for descriptions of the procedure classes. See subsection \ref{subsec:vectors} for descriptions of the vector classes. See subsection \ref{subsec:pairs} for descriptions of pairs. \section{Built-in Parametrized Logical Types} \subsection{\builtin{:union}} \index{\builtin{:union}} Let \syntaxformulacmd{\objectvar{u}} be a union type created by \syntaxformulacmd{(\sbuiltin{:union} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n})}. Let \begin{syntaxformula} \indexedobjectvar{t}{1} \sldots \indexedobjectvar{t}{m} \end{syntaxformula} be the translated argument list generated from \begin{syntaxformula} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \end{syntaxformula}, see section \ref{subsec:static-type-expressions}. An object \syntaxformulacmd{\objectvar{obj}} is an instance of \syntaxformulacmd{\objectvar{u}} if and only if \syntaxformulacmd{\objectvar{obj}} is an instance of some \begin{syntaxformula} \indexedobjectvar{t}{k} \end{syntaxformula}, \begin{syntaxformula} k = 1, \sldots, n \end{syntaxformula}. Object \syntaxformulacmd{\objectvar{obj}} is allowed to be an instance of multiple component types \syntaxformulacmd{\indexedobjectvar{t}{k'}}. \subsection{\builtin{:uniform-list}} \index{\builtin{:uniform-list}} Let \syntaxformulacmd{\objectvar{u}} be a uniform list type created by \syntaxformulacmd{(\sbuiltin{:uniform-list} \syntaxvar{a})}. Let %%\syntaxformulacmd{(\sbuiltin{:uniform-list}\ \syntaxvar{a})}. Let \syntaxformulacmd{(\objectvar{t})} be the translated argument list generated from \syntaxformulacmd{(\syntaxvar{a})}. Objects of logical type \syntaxformulacmd{\objectvar{u}} are lists having elements of type \syntaxformulacmd{\objectvar{t}}. A parametrized logical type equivalent to \builtin{:uniform-list} can be created with code \begin{codeblock} \noindent \mbox{ } \hspace{0.5cm} (\ckeyword{declare} :my-list \cbuiltin{}) \\ \noindent \mbox{ } \hspace{0.5cm} (\ckeyword{define-param-logical-type} :my-list (\%type) \\ \noindent \mbox{ } \hspace{1cm} (\cbuiltin{:union} (\cbuiltin{:pair} \%type (:my-list \%type)) \cbuiltin{}) \end{codeblock} \section{Recursive Definitions} \index{recursion} In general, when you define a variable recursively you have to forward declare it. However, forward declaration is not needed with \keyword{define-procedure} and \keyword{define-param-proc}. Notice how a forward declaration of a logical type is done in the following case: \begin{codeblock} \noindent \mbox{ } \hspace{0.5cm} (\ckeyword{declare} :union) \\ \noindent \mbox{ } \hspace{0.5cm} (\ckeyword{define} (:union (:pair ) )) \end{codeblock} \section{Vectors} \label{subsec:vectors} \index{vector} \subsection{General} Parametrized classes \builtin{:vector}, \builtin{:mutable-vector}, \builtin{:value-vector}, and \builtin{:mutable-value-vector} are called \defterm{vector metaclasses}. Instances of vector metaclasses are called \defterm{general vector classes}. Objects of general vector classes are called \defterm{general vectors}. \subsection{Normal Vectors} \index{\builtin{:vector}} \index{normal vector} Instances of \builtin{:vector} are called \defterm{normal vector classes}. Objects of class \syntaxformulacmd{(\sbuiltin{:vector} \objectvar{t})} are immutable one-dimensional vectors having elements of type \syntaxformulacmd{\objectvar{t}}. See subsections \ref{subsec:sp-vector} and \ref{subsec:sp-make-vector} for the creation of vectors. The first element of a vector has index 0. \subsection{Mutable Vectors} \index{\builtin{:mutable-vector}} \index{mutable vector} Instances of \builtin{:mutable-vector} are called \defterm{mutable vector classes}. Objects of class \syntaxformulacmd{(\sbuiltin{:mutable-vector} \objectvar{t})} are mutable one-dimensional vectors having elements of type \syntaxformulacmd{\objectvar{t}}. See subsections \ref{subsec:sp-mutable-vector} and \ref{subsec:sp-make-mutable-vector} for the creation of mutable vectors. The first element of a mutable vector has index 0. \subsection{Value Vectors} \index{\builtin{:value-vector}} \index{value vector} Instances of \builtin{:value-vector} are called \defterm{value vector classes}. Class \builtin{:value-vector} is similar to \builtin{:vector} except the instances of \builtin{:value-vector} are equal by value. See subsections \ref{subsec:sp-value-vector} and \ref{subsec:sp-make-value-vector} for the creation of value vectors. The first element of a value vector has index 0. \subsection{Mutable Value Vectors} \index{\builtin{:mutable-value-vector}} \index{mutable value vector} Instances of \builtin{:mutable-value-vector} are called \defterm{mutable value vector classes}. Class \builtin{:mutable-value-vector} is similar to \builtin{:mutable-vector} except the instances of \builtin{:mutable-value-vector} are equal by value. See subsections \ref{subsec:sp-mutable-value-vector} and \ref{subsec:sp-make-mutable-value-vector} for the creation of mutable value vectors. The first element of a mutable value vector has index 0. \section{Pairs and Tuples} \label{subsec:pairs} \index{pair} When \indexedsyntaxvar{a}{1} and \indexedsyntaxvar{a}{2} are objects the class of the pair \syntaxformulacmd{(\indexedsyntaxvarf{a}{1} . \indexedsyntaxvarf{a}{2})} is \syntaxformulacmd{(\sbuiltin{:pair} \indexedsyntaxvarf{t}{1} \indexedsyntaxvarf{t}{2})} where \indexedsyntaxvar{t}{1} is the class of \indexedsyntaxvar{a}{1} and \indexedsyntaxvar{t}{2} is the class of \indexedsyntaxvar{a}{2}. Let \begin{syntaxformula} \objectvar{u} \end{syntaxformula} be a pair class created by \begin{syntaxformula} \slp \sbuiltin{:pair} \indexedsyntaxvar{a}{1} \indexedsyntaxvar{a}{2} \srp \end{syntaxformula}. Let \syntaxformulacmd{\slp \indexedobjectvar{t}{1} \indexedobjectvar{t}{2} \srp} be the translated argument list generated from \syntaxformulacmd{\slp \indexedsyntaxvar{a}{1} \indexedsyntaxvar{a}{2} \srp}. Object of type \begin{syntaxformula} \objectvar{u} \end{syntaxformula} is an immutable pair whose first component is of type \begin{syntaxformula} \indexedobjectvar{t}{1} \end{syntaxformula} and second component of type \begin{syntaxformula} \indexedobjectvar{t}{2} \end{syntaxformula}. Let \begin{syntaxformula} \indexedsyntaxvar{a}{1} \end{syntaxformula}, \begin{syntaxformula} \indexedsyntaxvar{a}{2} \end{syntaxformula}, \begin{syntaxformula} \indexedsyntaxvar{b}{1} \end{syntaxformula}, and \begin{syntaxformula} \indexedsyntaxvar{b}{2} \end{syntaxformula} be type formulas. Let \syntaxformulacmd{\slp \indexedobjectvar{t}{1} \indexedobjectvar{t}{2} \srp} be the translated argument list generated from \syntaxformulacmd{\slp \indexedsyntaxvar{a}{1} \indexedsyntaxvar{a}{2} \srp} and \syntaxformulacmd{\slp \indexedobjectvar{u}{1} \indexedobjectvar{u}{2} \srp} the translated argument list generated from \syntaxformulacmd{\slp \indexedsyntaxvar{b}{1} \indexedsyntaxvar{b}{2} \srp} Now type \begin{syntaxformula} \slp \sbuiltin{:pair} \indexedsyntaxvar{a}{1} \indexedsyntaxvar{a}{2} \srp \end{syntaxformula} is a subtype of \begin{syntaxformula} \slp \sbuiltin{:pair} \indexedsyntaxvar{b}{1} \indexedsyntaxvar{b}{2} \srp \end{syntaxformula} if and only if \begin{syntaxformula} \indexedsyntaxvar{t}{1} \end{syntaxformula} is a subtype of \begin{syntaxformula} \indexedsyntaxvar{u}{1} \end{syntaxformula} and \begin{syntaxformula} \indexedsyntaxvar{t}{2} \end{syntaxformula} is a subtype of \begin{syntaxformula} \indexedsyntaxvar{u}{2} \end{syntaxformula}. \index{tuple} A tuple type is a type of a finite sequence of possibly nonuniform objects. Formally, if \indexedsyntaxvarf{t}{k}, \(k = 1,\ldots,n\), are types the tuple type \code{(:tuple \indexedsyntaxvar{t}{1}, ..., \indexedsyntaxvar{t}{n})} is equivalent to \code{(:pair \indexedsyntaxvar{t}{1} (:pair \indexedsyntaxvar{t}{2} ... (:pair \indexedsyntaxvar{t}{n} ) ...))}. \section{Foreign Function Interface} \index{foreign function interface} \index{\keyword{prim-proc}} \index{\keyword{unchecked-prim-proc}} \index{\keyword{param-prim-proc}} \index{\keyword{unchecked-param-prim-proc}} \index{\keyword{define-prim-class}} \index{\keyword{define-goops-class}} \index{\keyword{define-normal-goops-class}} The semantics of \keyword{prim-proc}, \keyword{unchecked-prim-proc}, \keyword{param-prim-proc}, \keyword{unchecked-param-prim-proc}, \keyword{define-prim-class}, \keyword{define-goops-class}, and \keyword{define-normal-goops-class} depend on the \theme\ translation target platform. See \ref{subsec:expr-prim-proc} and \ref{subsec:expr-param-prim-proc} for the definition of primitive procedures. The keyword \keyword{define-normal-goops-class} is discussed in the standard library reference. If you want to use your own Scheme procedures with these keywords you can specify the Scheme files to be loaded into the runtime \theme\ environment with environment variable \code{THEME\_D\_CUSTOM\_CODE}. Separate the file names with :'s. See files \code{theme-d-code/tests/test223.thp} and \code{runtime/run2.scm} for an example. A Scheme implementation of a parametrized primitive procedure has to take the type parameters as arguments before the proper procedure arguments. See \code{theme-d-code/tests/test142.thp} and \newline \code{theme-d-code/tests/aux-my-map.scm} for an example. Custom primitive classes may be defined with keyword \keyword{define-prim-class}. See section \ref{subsec:define-prim-class} and tests \code{test223}, \code{test224}, and \code{test226}. GOOPS classes may be imported into Theme-D with keyword \keyword{define-goops-class}. See section \ref{subsec:define-goops-class} and tests \code{test279} and \code{test280}. Foreign function interface may cause problems with the linker output stripping. For example, suppose you define class \code{} and its subclass \code{}. Suppose also that you define procedure \code{gtk-window-new} in your foreign code so that the procedure returns a \code{gtk-window} but its declared return type is \code{}. Then it is possible that the linker strips the class \code{} off from the target code even though it is needed by the type system. This problem may be solved by a \code{prevent-stripping} expression. For Theme-D-Gnome this can also be solved by using creator procedures instead of GTK constructors. The custom primitive classes have to be disjoint with each other and with built-in primitive classes. That is, no object shall belong to two different primitive classes. GOOPS classes may overlap with each other but no two GOOPS classes shall be identical. \section{Algorithm to Compute Subtype Relation} \label{subsec:subtyping-algorithm} \subsection{\algorithmname{IsSubtype}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a type \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} if \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2}, \code{\#f} otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtype}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \objectvarf{M}} \\ %%If the types of %%\sta\ and \stb\ are different we always return \false. \begin{enumerate} \item If \sta\ is incomplete or \stb\ is incomplete return \true\ iff \sta\ and \stb\ are the same object and \false\ otherwise. \item If \((t_1, t_2) \in M\) return \true. \item Set \(M' := M \cup \{ (t_1, t_2) \}\). \item If \(t_1 = t_2\) return \true. \item If \(t_2 = \mbuiltin{}\) return \true. \item If \sta\ and \stb\ are type variables return \true\ iff \sta\ and \stb\ are equal. \item If \sta\ and \stb\ are primitive classes then return \true\ iff they are the same object. \item If \sta\ is not a signature and \stb\ is a signature return \algorithmappl{IsSubtypeXSignature}{\sta, \stb, \(M'\)}. \item If \sta\ and \stb\ is are signatures return \algorithmappl{IsSignatureSubtype}{\sta, \stb, \(M'\)}. \item If \sta\ is a union return \algorithmappl{IsSubtypeUnionX}{\sta, \stb, \(M'\)}. \item If \stb\ is a union return \algorithmappl{IsSubtypeXUnion}{\sta, \stb, \(M'\)}. \item If \(t_1 = \mbuiltin{}\) then return \true\ iff \(t_2 = \mbuiltin{}\). \item If \(t_2 = \mbuiltin{}\) then return \true\ iff \(t_1 = \mbuiltin{}\). \item If both \sta\ and \stb\ are pair classes return \algorithmappl{IsSubtypePair}{\sta, \stb, \(M'\)}. If only one of \sta\ and \stb\ is a pair class return \false. \item If both \sta\ and \stb\ are procedure types return \algorithmappl{IsSubtypeGeneralProc}{\sta, \stb, \(M'\)}. \item If \sta\ and \stb\ are both vector classes, \sta\ = \code{(:vector )} and \stb\ = \code{(:vector )}, return \algorithmappl{IsSubtype}{\code{}, \code{}, \(M'\)}. \item If \sta\ and \stb\ are both value vector classes, \sta\ = \code{(:value-vector )} and \stb\ = \code{(:value-vector )}, return \algorithmappl{IsSubtype}{\code{}, \code{}, \(M'\)}. \item If both \sta\ and \stb\ are instances of a parametrized logical type whose type arguments contain type modifiers return \true\ iff the contents of \sta\ and \stb\ are equal and \false\ otherwise. \item If \sta\ and \stb\ are splice expressions return \true\ iff the component type of \sta\ is a subtype of the component type of \stb. If only \stb\ is a splice expression return \false. \item If \sta\ and \stb\ are rest expressions return \true\ iff the component type of \sta\ is a subtype of the component type of \stb. If only \stb\ is a rest expression return \false. \item If \sta\ and \stb\ are type list expressions return \algorithmappl{IsGeneralListSubtype}{\objectvarf{a}, \objectvarf{b}} where \objectvarf{a} and \objectvarf{b} are the contents of \sta\ and \stb\, respectively. If only \stb\ is a type list expression return \false. \item If \sta\ and \stb\ are type loop expressions return \algorithmappl{IsSubtypeLoop}{\sta, \stb, \(M'\)}. If only \stb\ is a type loop expression return \false. \item If \sta\ and \stb\ are type join expressions return \algorithmappl{IsGeneralListSubtype}{\objectvarf{a}, \objectvarf{b}} where \objectvarf{a} and \objectvarf{b} are the contents of \sta\ and \stb\, respectively. If only \stb\ is a type join expression return \false. \item If \sta\ and \stb\ are instances of a parametrized class return \algorithmappl{IsSubtypeParamClassInst}{\sta, \stb, \(M'\)}. \item If one of \sta\ and \stb\ is an instance of a parametrized class and one is class that is not an instance of a parametrized class return \algorithmappl{IsSubtypeParamClassMixed}{\sta, \stb, \(M'\)}. \item If \sta\ and \stb\ are classes return \algorithmappl{IsSubtypeSimple}{\sta, \stb}. \item else return \false. \end{enumerate} \subsection{\algorithmname{IsSubtypeSimple}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a class \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another class \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} if \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2}, \code{\#f} otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeSimple}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}} \\ \begin{enumerate} \item If \indexedobjectvarf{t}{1} = \indexedobjectvarf{t}{2} return \true\ else \item if \indexedobjectvarf{t}{2} = \builtin{} return \true\ else \item if \indexedobjectvarf{t}{1} = \builtin{} and \indexedobjectvarf{t}{2} \(\neq\) \builtin{} return \false\ else \item return \algorithmappl{IsSubtypeSimple}{\objectvarf{s}, % \indexedobjectvarf{t}{2}} where \begin{objectformula} \imminh{\indexedobjectvar{t}{1}}{\objectvar{s}} \end{objectformula}. \end{enumerate} \subsection{\algorithmname{IsGeneralListSubtype}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{a}: a list of type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{b}: another list of type expressions \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} iff \objectvarf{a} is a subtype of \objectvarf{b} \\ \noindent \textit{Algorithm:} \algorithmappl{IsGeneralListSubtype}{\objectvarf{a}, % \objectvarf{b}} \\ Let \begin{math} \mobjectvar{a} = (\indexedmobjectvar{a}{1}, \ldots, \indexedmobjectvar{a}{n}) \end{math} and \begin{math} \mobjectvar{b} = (\indexedmobjectvar{b}{1}, \ldots, \indexedmobjectvar{b}{m}) \end{math} Return \true\ iff \(n = m\) and \(\indexedmobjectvar{a}{i}\) is a subtype of \(\indexedmobjectvar{b}{i}\) for all \(i = 1, \ldots, n\). \subsection{\algorithmname{IsSubtypeXUnion}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: a union type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeXUnion}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ \begin{enumerate} \item Let \objectvarf{v} be the vector of the member types of \objectvarf{u}, \begin{objectformula} \setvar{\objectvar{v}}{\slp \indexedobjectvar{u}{1} \sldots \indexedobjectvar{u}{n} \srp} \end{objectformula}. \item Let \begin{objectformula} \setvar{\objectvar{result}}{\false} \end{objectformula}. \item For \(i := 1, \ldots, n\) \begin{enumerate} \item If \begin{objectformula} \algorithmappl{IsSubtype}{\objectvar{t},\indexedobjectvar{u}{i}, % \objectvar{M}} \end{objectformula} then set \begin{objectformula} \setvar{\objectvar{result}}{\true} \end{objectformula} and break the loop. \end{enumerate} \item Return \objectvarf{result}. \end{enumerate} \subsection{\algorithmname{IsSubtypeUnionX}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{u}: a union type \\ \mbox{ } \hspace{1cm} \objectvarf{t}: a class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{u} is a subtype of \objectvarf{t}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeUnionX}{\objectvarf{u}, % \objectvarf{t}, \objectvarf{M}} \\ \begin{enumerate} \item Let \objectvarf{v} be the vector of the member types of \objectvarf{u}, \begin{objectformula} \setvar{\objectvar{v}}{\slp \indexedobjectvar{u}{1} \sldots \indexedobjectvar{u}{n} \srp} \end{objectformula}. \item Let \begin{objectformula} \setvar{\objectvar{result}}{\true} \end{objectformula}. \item For \(i := 1, \ldots, n\) \begin{enumerate} \item If \begin{objectformula} \algorithmappl{IsSubtype}{\indexedobjectvar{u}{i}, % \objectvar{t} \objectvar{M}} = \false \end{objectformula} then set \begin{objectformula} \setvar{\objectvar{result}}{\false} \end{objectformula} and break the loop. \end{enumerate} \item Return \objectvarf{result} \end{enumerate} \subsection{\algorithmname{IsSubtypePair}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a pair class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: a pair class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypePair}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ Let \begin{objectformula} \slp \indexedobjectvarf{a}{1} \indexedobjectvarf{a}{2} \srp \end{objectformula} be the component types of \objectvarf{t} and \begin{objectformula} \slp \indexedobjectvarf{b}{1} \indexedobjectvarf{b}{2} \srp \end{objectformula} be the component types of \objectvarf{u}. \begin{enumerate} \item If \begin{objectformula} \algorithmappl{IsSubtype}{\indexedobjectvar{a}{1}, % \indexedobjectvar{b}{1}, \objectvar{M}} \end{objectformula} return \begin{objectformula} \algorithmappl{IsSubtype}{\indexedobjectvar{a}{2}, % \indexedobjectvar{b}{2}, \objectvar{M}} \end{objectformula} else return \begin{objectformula} \false \end{objectformula}. \end{enumerate} \subsection{\algorithmname{IsSubtypeGeneralProc}} \label{subsec:IsSubtypeGeneralProc} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a procedure type \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: a procedure type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ iff \objectvarf{t} is a subtype of \objectvarf{u} \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeGeneralProc}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \objectvarf{M}} \\ If any of the following is true return \false: \begin{enumerate} \item Object \sta\ is an abstract procedure type and \stb\ is not an abstract procedure type. \item Object \sta\ is a simple procedure class and \stb\ is either a parametrized or generic procedure class. \item Object \sta\ is either a parametrized or generic procedure class and \stb\ is a simple procedure class. \item Object \sta\ is a parametrized procedure class and \stb\ is a generic procedure class. \end{enumerate} If some of the following is true: \begin{enumerate} \item Objects \sta\ and \stb\ are abstract procedure types. \item Objects \sta\ and \stb\ are simple procedure classes. \item Object \sta\ is a simple procedure class and \stb\ an abstract procedure type. \end{enumerate} return \algorithmappl{IsSubtypeProc}{\sta, \stb, \objectvarf{M}}. If \sta\ is a parametrized procedure class and \stb\ is an abstract procedure class return \algorithmappl{IsSubtypeParamAbstract}{\sta, \stb, \objectvarf{M}}. If \sta\ and \stb\ are parametrized procedure classes return \algorithmappl{IsSubtypeParamProc}{\sta, \stb}. If \sta\ is a generic procedure class and \stb\ is an abstract procedure class return \algorithmappl{IsSubtypeGenAbstract}{\sta, \stb, \objectvarf{M}}. If \sta\ and \stb\ are generic procedure classes return \algorithmappl{IsSubtypeGenericProc}{\sta, \stb, \objectvarf{M}}. If \sta\ is a generic procedure class and \stb\ is a parametrized procedure class return \true\ iff the tree structure of some of the methods of \sta\ is identical to \stb (type variables may be named differently). \subsection{\algorithmname{ProcAttributesMatch}} \label{subsec:ProcAttributesMatch} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \((p_1, a_1, n_1 )\): attributes of the first procedure \\ \mbox{ } \hspace{1cm} \((p_2, a_2, n_2 \): attributes of the second procedure \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ iff the first procedure type can be a subtype of the second The attributes are: (purity, always returns, and never returns). All of them are boolean valued. The algorithm returns \true\ iff both of the following conditions are true: \begin{itemize} \item \begin{math} \lnot ( ( \lnot p_1 ) \land p_2 ) \end{math} \item \begin{math} ((\lnot a_2) \land (\lnot n_2)) \lor (a_1 = a_2 \land n_1 = n_2) \end{math} \end{itemize} \subsection{\algorithmname{IsSubtypeProc}} \label{subsec:IsSubtypeProc} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: a procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeProc}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ Let \indexedobjectvarf{A}{1} be the procedure attributes of \objectvarf{t} and \indexedobjectvarf{A}{2} the procedure attributes of \objectvarf{u}. Let \indexedobjectvarf{a}{1} be the argument list type of \objectvarf{t}, \indexedobjectvarf{r}{1} the result type of \objectvarf{t}, and \indexedobjectvarf{p}{1} the purity (boolean value) of \objectvarf{t}. Define the corresponding variables \indexedobjectvarf{a}{2}, \indexedobjectvarf{r}{2}, and \indexedobjectvarf{p}{2} for \objectvarf{u}. If \algorithmappl{ProcAttributesMatch}{\indexedobjectvarf{A}{1},\indexedobjectvarf{A}{2}} is true then \begin{enumerate} \item Let \begin{objectformula} \setvar{\indexedobjectvar{st}{1}}% {\algorithmappl{IsSubtype}{\indexedobjectvar{a}{2}, \indexedobjectvar{a}{1}, \objectvar{M}}} . \end{objectformula} \item If \begin{objectformula} \indexedobjectvar{st}{1} = \true \end{objectformula} then return \begin{objectformula} \algorithmappl{IsSubtype}{\indexedobjectvar{r}{1}, \indexedobjectvar{r}{2}, \objectvar{M}} \end{objectformula} else return \begin{objectformula} \false \end{objectformula}. \end{enumerate} else return \begin{objectformula} \false \end{objectformula}. \subsection{\algorithmname{IsSubtypeParamAbstract}} \label{subsec:IsSubtypeParamAbstract} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a parametrized procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: an abstract procedure type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeParamAbstract}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ Let \indexedobjectvarf{A}{1} be the procedure attributes of \objectvarf{t} and \indexedobjectvarf{A}{2} the procedure attributes of \objectvarf{u}. If \algorithmappl{ProcAttributesMatch}{\indexedobjectvarf{A}{1},\indexedobjectvarf{A}{2}} is true then \begin{enumerate} \item Deduce type parameters for types \objectvarf{t} and \objectvar{u}. See section \ref{sec:param-proc-appl}. \item If some of the type parameters in objects \objectvarf{t} and \objectvarf{u} could not be deduced return \false. \item Substitute the deduced type parameter values to objects \objectvarf{t} and \objectvarf{u}. Denote the result objects \objectvartp\ and \objectvarup. Let \indexedobjectvarf{a}{1} be the argument list type of \objectvartp\ and \indexedobjectvarf{r}{1} the result type of \objectvartp. Define the corresponding variables \indexedobjectvarf{a}{2} and \indexedobjectvarf{r}{2} for \objectvarup. \item If \indexedobjectvarf{r}{1} is a subtype of \indexedobjectvarf{r}{2} and \indexedobjectvarf{a}{2} is a subtype of \indexedobjectvarf{a}{1} (note the order) return \true\ else return \false. \end{enumerate} else return \false. \subsection{\algorithmname{IsSubtypeParamProc}} \label{subsec:IsSubtypeParamProc} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a parametrized procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: a parametrized procedure class \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \true\ if \objectvarf{t} is identical to \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeParamProc}{\objectvarf{t}, % \objectvarf{u}} \\ If \objectvarf{t} and \objectvarf{u} have the same number of type parameters create new type variables and substitute them into \objectvarf{t} and \objectvarf{u}. Return \true\ iff the new type \objectvarf{t'} is a subtype of the new type \objectvarf{u'}. \subsection{\algorithmname{IsSubtypeGenAbstract}} \label{subsec:IsSubtypeGenAbstract} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: an abstract procedure type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeGenAbstract}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ \begin{enumerate} \item Let \begin{objectformula} \setvar{\objectvar{m}}{\textrm{the list of methods of \objectvar{t}}} \end{objectformula} and \begin{objectformula} \setvar{\objectvar{n}}{\textrm{the number of methods in \objectvar{m}}} \end{objectformula}. \item For \(i := 1, \ldots, n\) \begin{enumerate} \item If \begin{objectformula} \algorithmappl{IsSubtype}{\objectvar{m}[i], \objectvar{u}, \objectvar{M}} \end{objectformula} break the loop and return \true. \end{enumerate} \item Return \false. \end{enumerate} \subsection{\algorithmname{IsSubtypeGenericProc}} \label{subsec:IsSubtypeGenericProc} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{u}: a generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \true\ if \objectvarf{t} is a subtype of \objectvarf{u}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeGenericProc}{\objectvarf{t}, % \objectvarf{u}, \objectvarf{M}} \\ \begin{enumerate} \item Let \begin{objectformula} \setvar{\indexedobjectvar{m}{1}}{\textrm{the list of methods of \objectvar{t}}} \end{objectformula}, \begin{objectformula} \setvar{\indexedobjectvar{m}{2}}{\textrm{the list of methods of \objectvar{u}}} \end{objectformula}, \begin{objectformula} \setvar{\indexedobjectvar{n}{1}}{\textrm{the number of methods in \indexedobjectvar{m}{1}}} \end{objectformula}, and \begin{objectformula} \setvar{\indexedobjectvar{n}{2}}{\textrm{the number of methods in \indexedobjectvar{m}{2}}} \end{objectformula}. \item Let \begin{objectformula} \setvar{\objectvar{result2}}{\true} \end{objectformula}. \item For \(i := 1, \ldots, n_1\) \begin{enumerate} \item \begin{objectformula} \setvar{\objectvar{result1}}{\false} \end{objectformula} \item For \(j := 1, \ldots, n_2\) \begin{enumerate} \item If \begin{objectformula} \algorithmappl{IsSubtype}{\indexedobjectvar{m}{1}[i], \indexedobjectvar{m}{2}[j], \objectvar{M}} \end{objectformula} then set \begin{objectformula} \setvar{\objectvar{result1}}{\true} \end{objectformula} and break the inner loop. \end{enumerate} \item If \begin{objectformula} \objectvar{result1} = \false \end{objectformula} then set \begin{objectformula} \setvar{\objectvar{result2}}{\false} \end{objectformula} and break the outer loop. \end{enumerate} \item Return \begin{objectformula} \objectvar{result2} \end{objectformula}. \end{enumerate} \subsection{\algorithmname{IsSubtypeParamClassInst}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a class \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} if \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2}, \code{\#f} otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeParamClassInst}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \objectvarf{M}} \\ \begin{enumerate} \item If \indexedobjectvarf{t}{2} = \builtin{} return \true\ else \item if \indexedobjectvarf{t}{1} = \builtin{} and \indexedobjectvarf{t}{2} \(\neq\) \builtin{} return \false\ else \item if \begin{objectformula} \algorithmappl{ParamClassInstEqual}{\indexedobjectvarf{t}{1}, \indexedobjectvarf{t}{2}, \objectvar{M}} \end{objectformula} return \true\ else return \algorithmappl{IsSubtype}{\objectvarf{s}, % \indexedobjectvarf{t}{2}, M} where \begin{objectformula} \imminh{\indexedobjectvar{t}{1}}{\objectvar{s}} \end{objectformula}. \end{enumerate} \subsection{\algorithmname{IsSubtypeParamClassMixed}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a class \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} if \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2}, \code{\#f} otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeParamClassMixed}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \objectvarf{M}} \\ \begin{enumerate} \item If \indexedobjectvarf{t}{2} = \builtin{} return \true\ else \item if \indexedobjectvarf{t}{1} = \builtin{} and \indexedobjectvarf{t}{2} \(\neq\) \builtin{} return \false\ else \item else return \algorithmappl{IsSubtype}{\objectvarf{s}, % \indexedobjectvarf{t}{2}, M} where \begin{objectformula} \imminh{\indexedobjectvar{t}{1}}{\objectvar{s}} \end{objectformula}. \end{enumerate} \subsection{\algorithmname{ParamClassInstEqual}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a class \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another class \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \code{\#t} if \indexedobjectvarf{t}{1} is equal to \indexedobjectvarf{t}{2}, \code{\#f} otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{ParamClassInstEqual}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \objectvarf{M}} \\ Let \begin{objectformula} \setvar{\indexedobjectvar{p}{1}}{\true\ iff \indexedobjectvar{t}{1} is an instance of a parametrized class} \end{objectformula} and \begin{objectformula} \setvar{\indexedobjectvar{p}{2}}{\true\ iff \indexedobjectvar{t}{2} is an instance of a parametrized class} \end{objectformula}. \begin{enumerate} \item If \((\lnot p_1) \land (\lnot p_2)\) return \(t_1 = t_2\) as an object \item else if \(((\lnot p_1) \land p_2) \lor (p_1 \land (\lnot p_2))\) return \false \item else if \begin{enumerate} \item \begin{objectformula} \slp \sbuiltin{class-of} \indexedobjectvar{t}{1} \srp \end{objectformula} is equal to \begin{objectformula} \slp \sbuiltin{class-of} \indexedobjectvar{t}{2} \srp \end{objectformula} as an object, \item Class \indexedobjectvarf{t}{1} has as many type parameters as class \indexedobjectvarf{t}{2} (we know here that both \indexedobjectvarf{t}{1} and \indexedobjectvarf{t}{2} have to be instances of parametrized classes), and \item Each of the type parameter of \indexedobjectvarf{t}{1} is equal to the corresponding type parameter of \indexedobjectvarf{t}{2} (Here equality of types \objectvarf{a} and \objectvarf{b} means that \objectformulacmd{\inherits{\objectvar{a}}{\objectvar{b}}} and \objectformulacmd{\inherits{\objectvar{b}}{\objectvar{a}}}) \end{enumerate} return \true\ else return \false. \end{enumerate} \subsection{\algorithmname{IsSubtypeLoop}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a loop expression \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: another loop expression \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} iff \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2} \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeLoop}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}} \\ If the iteration variables of \indexedobjectvarf{t}{1} and \indexedobjectvarf{t}{2} are the same return \true\ iff the subtype lists of \indexedobjectvarf{t}{1} and \indexedobjectvarf{t}{2} are equal (have equal tree structures) and the iteration expression of \indexedobjectvarf{t}{1} is a subtype of the iteration expression of \indexedobjectvarf{t}{2}. If the iteration variables are not equal create a new type variable, substitute it into \indexedobjectvarf{t}{1} and \indexedobjectvarf{t}{2}, and do the same check as above. \subsection{\algorithmname{IsSubtypeXSignature}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a type that is not a signature \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: a signature type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} iff \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2} \\ \noindent \textit{Algorithm:} \algorithmappl{IsSubtypeXSignature}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \(M\)} \\ We have \objectformulacmd{\inherits{\indexedobjectvar{t}{1}}{\indexedobjectvar{t}{2}}} iff for each specifier \begin{objectformula} \objectvar{s} = \olp \objectvar{proc-name} \objectvar{args} \objectvar{result} \objectvar{attributes} \orp \end{objectformula} in the complete specifier list of \indexedobjectvarf{t}{2} there exists a procedure (simple, parametrized, or generic) with name \objectvarf{proc-name} so that the class of this procedure is a subtype of the abstract procedure type \begin{objectformula} \olp \obuiltin{:procedure} \objectvar{args} \objectvar{result} \objectvar{attributes} \orp \end{objectformula} where the keyword \code{this} has been substituted with type \indexedobjectvarf{t}{1}. We will use this algorithm for computing the subtyping of parametrized signatures, too. \subsection{\algorithmname{IsSignatureSubtype}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{1}: a signature type \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{t}{2}: a signature type \\ \mbox{ } \hspace{1cm} \objectvarf{M}: the set (list) of types already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{is-subtype?} : \code{\#t} iff \indexedobjectvarf{t}{1} is a subtype of \indexedobjectvarf{t}{2} \\ \noindent \textit{Algorithm:} \algorithmappl{IsSignatureSubtype}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, \(M\)} \\ We have \objectformulacmd{\inherits{\indexedobjectvar{t}{1}}{\indexedobjectvar{t}{2}}} iff for each specifier \begin{objectformula} \indexedobjectvar{s}{2} = \olp \indexedobjectvar{proc-name}{2} \indexedobjectvar{args}{2} \indexedobjectvar{result}{2} \indexedobjectvar{attributes}{2} \orp \end{objectformula} in the complete specifier list of \indexedobjectvarf{t}{2} there exists a specifier \begin{objectformula} \indexedobjectvar{s}{1} = \olp \indexedobjectvar{proc-name}{1} \indexedobjectvar{args}{1} \indexedobjectvar{result}{1} \indexedobjectvar{attributes}{1} \orp \end{objectformula} in the complete specifier list of \indexedobjectvarf{t}{1} so that the procedure names \indexedobjectvarf{proc-name}{1} and \indexedobjectvarf{proc-name}{2} are equal and \begin{objectformula} \olp \obuiltin{:procedure} \indexedobjectvar{args}{1} \indexedobjectvar{result}{1} \indexedobjectvar{attributes}{1} \orp \end{objectformula} is a subtype of \begin{objectformula} \olp \obuiltin{:procedure} \indexedobjectvar{args}{2} \indexedobjectvar{result}{2} \indexedobjectvar{attributes}{2} \orp . \end{objectformula} \section{Algorithms to Compute Equivalence of Objects} \subsection{General} When we refer to Scheme procedures in this section we assume that they behave as specified in \cite{shinn2017}. Note that algorithms \algorithmname{EqualPrimitiveValues?} and \algorithmname{EqualPrimitiveObjects?} differ only in their handling of strings. \subsection{\algorithmname{EqualValues?}} \label{subsubsec:EqualValues?} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if \objectvarf{obj1} is equal to \objectvarf{obj2}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{EqualValues?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{v}} \\ \begin{enumerate} \item If \objectvarf{obj1} and \objectvarf{obj2} are the same nonprimitive object return \true. \item If \begin{math} ( \mobjectvar{obj1} \; \mobjectvar{obj2} ) \in \mobjectvar{v} \end{math} return \true. \item Let \objectvarf{cl1} to be the class of \objectvarf{obj1} and \objectvarf{cl2} the class of \objectvarf{obj2}. \item If not \algorithmappl{EqualTypes?}{\objectvarf{cl1}, \objectvarf{cl2}, \objectvarf{visited}} return \false. \item If \objectvarf{obj1} (and \objectvarf{obj2}) is a primitive object return \algorithmappl{EqualPrimitiveValues?}{\objectvarf{obj1}, \objectvarf{obj2}}. \item Let \begin{codeformula} \vprime := (cons (cons \objectvar{obj1} \objectvar{obj2}) \objectvar{v}) \end{codeformula}. \item If \objectvarf{obj1} (and \objectvarf{obj2}) is a pair return \algorithmappl{EqualPairs?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item If \objectvarf{cl1} (and \objectvarf{cl2}) is a type return \algorithmappl{EqualTypes?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item If \begin{objectformula} \objectvar{cl1} = \olp \obuiltin{:value-vector} \objectvar{t} \orp \end{objectformula} or \begin{objectformula} \objectvar{cl1} = \olp \obuiltin{:mutable-value-vector} \objectvar{t} \orp \end{objectformula} for some type \objectvarf{t} return \algorithmappl{EqualVectors?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item If \objectvarf{cl1} (and \objectvarf{cl2}) is equal by value return \algorithmappl{EqualByValue?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item Otherwise return \false. \end{enumerate} \subsection{\algorithmname{EqualContents?}} \label{subsubsec:EqualContents?} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if the contents of \objectvarf{obj1} are equal to the contents of \objectvarf{obj2}, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{EqualContents?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{v}} \\ \begin{enumerate} \item If \objectvarf{obj1} and \objectvarf{obj2} are the same nonprimitive object return \true. \item If \begin{math} ( \mobjectvar{obj1} \; \mobjectvar{obj2} ) \in \mobjectvar{v} \end{math} return \true. \item Let \objectvarf{cl1} to be the class of \objectvarf{obj1} and \objectvarf{cl2} the class of \objectvarf{obj2}. \item If not \algorithmappl{EqualTypes?}{\objectvarf{cl1}, \objectvarf{cl2}, \objectvarf{visited}} return \false. \item If \objectvarf{obj1} (and \objectvarf{obj2}) is a primitive object return \algorithmappl{EqualPrimitiveValues?}{\objectvarf{obj1}, \objectvarf{obj2}}. \item Let \begin{codeformula} \vprime := (cons (cons \objectvar{obj1} \objectvar{obj2}) \objectvar{v}) \end{codeformula}. \item If \objectvarf{obj1} (and \objectvarf{obj2}) is a pair return \algorithmappl{EqualPairContents?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item If \objectvarf{cl1} (and \objectvarf{cl2}) is a type return \algorithmappl{EqualTypes?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item If \objectvarf{cl1} (and \objectvarf{cl2}) is a general vector class return %% \begin{objectformula} %% \objectvar{cl1} = \olp \obuiltin{:vector} \objectvar{t} \orp %% \end{objectformula}, %% \begin{objectformula} %% \objectvar{cl1} = \olp \obuiltin{:mutable-vector} \objectvar{t} \orp %% \end{objectformula}, %% \begin{objectformula} %% \objectvar{cl1} = \olp \obuiltin{:value-vector} \objectvar{t} \orp %% \end{objectformula}, or %% \begin{objectformula} %% \objectvar{cl1} = \olp \obuiltin{:mutable-value-vector} %% \objectvar{t} \orp %% \end{objectformula} %% for some type \objectvarf{t} return \algorithmappl{EqualVectorContents?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \item Otherwise return \algorithmappl{EqualFields?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{\vprime}}. \end{enumerate} \subsection{\algorithmname{EqualObjects?}} \label{subsubsec:EqualObjects?} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: an object \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if \objectvarf{obj1} and \objectvarf{obj2} are the same object, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{EqualObjects?}{\objectvarf{obj1}, \objectvarf{obj2}} \\ \begin{enumerate} \item If \objectvarf{obj1} is a primitive object \begin{enumerate} \item Let \objectvarf{cl1} be the class of \objectvarf{obj1} and \objectvarf{cl2} the class of \objectvarf{obj2}. \item If \algorithmappl{EqualTypes?}{\objectvarf{cl1}, \objectvarf{cl2}, ()} \begin{enumerate} \item return \algorithmappl{EqualPrimitiveObjects?}{\objectvarf{obj1}, \objectvarf{obj2}} \end{enumerate} else \begin{enumerate} \item return \false \end{enumerate} \end{enumerate} else \begin{enumerate} \item If \objectvarf{obj1} and \objectvarf{obj2} are the same nonprimitive object return \true\ else return \false. \end{enumerate} \end{enumerate} \subsection{\algorithmname{EqualTypes?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t1}: a type \\ \mbox{ } \hspace{1cm} \objectvarf{t2}: a type \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of type pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if types \objectvarf{t1} and \objectvarf{t2} are equal, \false\ otherwise \\ \noindent \textit{Algorithm:} \algorithmappl{EqualTypes?}{\objectvarf{t1}, \objectvarf{t2}, \objectvarf{v}} \\ \begin{enumerate} \item If \objectvarf{t1} and \objectvarf{t2} are the same nonprimitive object return \true. \item If \begin{math} ( \mobjectvar{t1} \; \mobjectvar{t2} ) \in \mobjectvar{v} \end{math} return \true. \item Let \begin{codeformula} \vprime := (cons (cons \objectvar{t1} \objectvar{t2}) \objectvar{v}) \end{codeformula}. \item If \objectvarf{t1} and \objectvarf{t2} are pair classes return \begin{displaymath} \algorithmappl{EqualTypes?}{\mobjectvar{t1}[1], \mobjectvar{t2}[1], v'} \land \algorithmappl{EqualTypes?}{\mobjectvar{t1}[2], \mobjectvar{t2}[2], v'} . \end{displaymath} \item If \objectvarf{t1} or \objectvarf{t2} is a pair class return \false. \item If \objectvarf{t1} is a general vector class then \begin{enumerate} \item If the classes of \objectvarf{t1} and \objectvarf{t2} are not the same nonprimitive object return \false. \item Let \objectvarf{u1} be the component type of \objectvarf{t1} and \objectvarf{u2} the component type of \objectvarf{t2}. \item Return \algorithmappl{EqualTypes?}{\objectvarf{u1}, \objectvarf{u2}, \objectvarf{\vprime}}. \end{enumerate} \item If \objectvarf{t1} and \objectvarf{t2} are classes \begin{enumerate} \item If \objectvarf{t1} and \objectvarf{t2} are instances of a parametrized class return the value of \algorithmappl{ParamClassInstEqual}{\indexedobjectvarf{t}{1}, % \indexedobjectvarf{t}{2}, ()} \item If \objectvarf{t1} or \objectvarf{t2} is an instance of a parametrized class return \false. \item If \objectvarf{t1} and \objectvarf{t2} are the same nonprimitive object return \true\ else return \false. \end{enumerate} \item If \objectvarf{t1} or \objectvarf{t2} is a class return \false. \item Otherwise return \begin{objectformula} \inherits{\objectvar{t1}}{\objectvar{t2}} \(\land\) \inherits{\objectvar{t2}}{\objectvar{t1}} \end{objectformula}. \end{enumerate} \subsection{\algorithmname{EqualByValue?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{equal?} : \code{} \\ \noindent \textit{Algorithm:} \algorithmappl{EqualByValue?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{v}} \\ \textit{Note:} We assume that the classes of \objectvarf{obj1} and \objectvarf{obj2} are equal in the sense of \algorithmname{EqualTypes?}. \begin{enumerate} \item Let \objectvarf{cl} be the class of \objectvarf{obj1} (and \objectvarf{obj2}). \item Let \begin{objectformula} \setvar{\objectvar{result}}{\true} \end{objectformula}. \item For each field \objectvarf{fld} in the field list of class \objectvarf{cl} do \begin{enumerate} \item Let \objectvarf{f1} := the value of the field \objectvarf{fld} in object \objectvarf{obj1} and \objectvarf{f2} := the value of the field \objectvarf{fld} in object \objectvarf{obj2}. \item If not \algorithmappl{EqualValues?}{\objectvarf{f1}, \objectvarf{f2}, \objectvarf{v}} set \begin{objectformula} \setvar{\objectvar{result}}{\false} \end{objectformula} and break the loop. \end{enumerate} \item Return \objectvarf{result}. \end{enumerate} \subsection{\algorithmname{EqualFields?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: an object \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{equal?} : \code{} \\ \noindent \textit{Algorithm:} \algorithmappl{EqualFields?}{\objectvarf{obj1}, \objectvarf{obj2}, \objectvarf{v}} \\ \textit{Note:} We assume that the classes of \objectvarf{obj1} and \objectvarf{obj2} are equal in the sense of \algorithmname{EqualTypes?}. \begin{enumerate} \item Let \objectvarf{cl} be the class of \objectvarf{obj1} (and \objectvarf{obj2}). \item Let \begin{objectformula} \setvar{\objectvar{result}}{\true} \end{objectformula}. \item For each field \objectvarf{fld} in the field list of class \objectvarf{cl} do \begin{enumerate} \item Let \objectvarf{f1} := the value of the field \objectvarf{fld} in object \objectvarf{obj1} and \objectvarf{f2} := the value of the field \objectvarf{fld} in object \objectvarf{obj2}. \item If not \algorithmappl{EqualContents?}{\objectvarf{f1}, \objectvarf{f2}, \objectvarf{v}} set \begin{objectformula} \setvar{\objectvar{result}}{\false} \end{objectformula} and break the loop. \end{enumerate} \item Return \objectvarf{result}. \end{enumerate} \subsection{\algorithmname{EqualPairs?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{p1}: a pair \\ \mbox{ } \hspace{1cm} \objectvarf{p2}: a pair \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \begin{objectformula} \algorithmappl{EqualValues?}{\objectvar{p1}[1], \objectvar{p2}[1], \objectvar{v}} \(\land\) \algorithmappl{EqualValues?}{\objectvar{p1}[2], \objectvar{p2}[2], \objectvar{v}} \end{objectformula} \subsection{\algorithmname{EqualPairContents?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{p1}: a pair \\ \mbox{ } \hspace{1cm} \objectvarf{p2}: a pair \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \begin{objectformula} \algorithmappl{EqualContents?}{\objectvar{p1}[1], \objectvar{p2}[1], \objectvar{v}} \(\land\) \algorithmappl{EqualContents?}{\objectvar{p1}[2], \objectvar{p2}[2], \objectvar{v}} \end{objectformula} \subsection{\algorithmname{EqualPrimitiveValues?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: a primitive value \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: a primitive value \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{equal?} : \code{} \\ \noindent \textit{Preconditions:} \\ The classes of \objectvarf{obj1} and \objectvarf{obj2} have to be equal and they have to be a primitive class. \\ \noindent \textit{Algorithm:} \algorithmappl{EqualPrimitiveValues?}{\objectvarf{obj1}, \objectvarf{obj2}} \\ \begin{enumerate} \item If \objectvarf{obj1} is a \builtin{} or \builtin{} value return the result of Scheme expression \codeformulacmd{(eq? \objectvar{obj1} \objectvar{obj2})} \item If \objectvarf{obj1} is an integer or a real number return the result of Scheme expression \codeformulacmd{(= \objectvar{obj1} \objectvar{obj2})}. \item If \objectvarf{obj1} = \code{null} return \true. \item If \objectvarf{obj1} is a \builtin{}, \builtin{}, or \builtin{} value return the result of Scheme expression \codeformulacmd{(eqv? \objectvar{obj1} \objectvar{obj2})} \item If \objectvarf{obj1} is a \builtin{} value return the result of Scheme expression \codeformulacmd{(string=? \objectvar{obj1} \objectvar{obj2})} \end{enumerate} \subsection{\algorithmname{EqualPrimitiveObjects?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{obj1}: a primitive value \\ \mbox{ } \hspace{1cm} \objectvarf{obj2}: a primitive value \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{equal?} : \code{} \\ \noindent \textit{Preconditions:} \\ The classes of \objectvarf{obj1} and \objectvarf{obj2} have to be equal and they have to be a primitive class. \\ \noindent \textit{Algorithm:} \algorithmappl{EqualPrimitiveObjects?}{\objectvarf{obj1}, \objectvarf{obj2}} \\ \begin{enumerate} \item If \objectvarf{obj1} is a \builtin{} or \builtin{} value return the result of Scheme expression \codeformulacmd{(eq? \objectvar{obj1} \objectvar{obj2})} \item If \objectvarf{obj1} is an integer or a real number return the result of Scheme expression \codeformulacmd{(= \objectvar{obj1} \objectvar{obj2})}. \item If \objectvarf{obj1} = \code{null} return \true. \item If \objectvarf{obj1} is a \builtin{}, \builtin{}, \builtin{}, or \builtin{} value return the result of Scheme expression \codeformulacmd{(eqv? \objectvar{obj1} \objectvar{obj2})} \end{enumerate} \subsection{\algorithmname{EqualVectors?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{v1}: a general vector \\ \mbox{ } \hspace{1cm} \objectvarf{v2}: a general vector \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if the lengths of \objectvarf{v1} and \objectvarf{v2} are equal and all the elements of \objectvarf{v1} and \objectvarf{v2} are equal in the sense of \algorithmname{EqualValues?}, \false\ otherwise \\ %% \noindent %% \textit{Algorithm:} %% \algorithmappl{EqualVectors?}{\objectvarf{v1}, \objectvarf{v2}, %% \objectvarf{v}} \\ %% If the lengths of \objectvarf{v1} and \objectvarf{v1} are the same %% compare the elements of \objectvarf{v1} and \objectvarf{v1} with the %% algorithm \algorithmname{EqualValues?}. If all the comparisons return %% \true\ then return \true. Otherwise return \false. \subsection{\algorithmname{EqualVectorContents?}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{v1}: a general vector \\ \mbox{ } \hspace{1cm} \objectvarf{v2}: a general vector \\ \mbox{ } \hspace{1cm} \objectvarf{v}: the set (list) of object pairs already visited \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \true\ if the lengths of \objectvarf{v1} and \objectvarf{v2} are equal and all the elements of \objectvarf{v1} and \objectvarf{v2} are equal in the sense of \algorithmname{EqualContents?}, \false\ otherwise \\ %% \noindent %% \textit{Algorithm:} %% \algorithmappl{EqualVectorContents?}{\objectvarf{v1}, \objectvarf{v2}, %% \objectvarf{v}} \\ %% If the lengths of \objectvarf{v1} and \objectvarf{v1} are the same %% compare the elements of \objectvarf{v1} and \objectvarf{v1} with the %% algorithm \algorithmname{EqualContents?}. If all the comparisons return %% \true\ then return \true. Otherwise return \false. \chapter{Procedures} \label{ch:procedures} \section{General} \index{procedure} \index{simple procedure} \index{generic procedure} \index{parametrized procedure} \index{pure procedure} \index{nonpure procedure} \theme\ has three kinds of procedures: \defterm{simple procedures}, \defterm{generic procedures}, and \defterm{parametrized procedures}. A procedure is applied with syntax \begin{syntaxblock} \slp \objectvar{proc} \indexedprocarg{arg}{1} \sldots \indexedprocarg{arg}{n} \srp \end{syntaxblock} \noindent where \syntaxformulacmd{\objectvar{proc}} is the procedure and \syntaxformulacmd{\indexedprocarg{arg}{1}}, ..., \syntaxformulacmd{\indexedprocarg{arg}{n}} are the arguments passed to \syntaxformulacmd{\objectvar{proc}}. It is possible for a procedure to have no arguments. As regards the simple procedures \syntaxformulacmd{\objectvar{proc}} can be any expression that returns a simple procedure. See section \ref{subsec:expr-lambda} in this manual and \code{define-simple-method} and \code{define-param-proc} in chapter 3 of the standard library reference for procedure definition syntax. A procedure is either \textit{pure} or \textit{nonpure}. A pure procedure can't have any side effects (or should not have in case of \code{force-pure} and \code{force-pure-expr}). However, a pure procedure is allowed to raise exceptions. If a procedure is defined neither \code{pure} nor \code{nonpure} it is nonpure by default. If a procedure defines a \defterm{rest argument} an arbitrary number of instances of the rest argument type can be passed to the procedure at the end of the argument list. Procedures should only be applied in procedure bodies. In particular, a defining expression of a toplevel definition must not be a procedure application. As an exception to this rule applications of the procedure \code{list} generated by quasiquotation are legal toplevel, too. \index{pure expression} \index{nonpure expression} Every expression in \theme\ is either \defterm{pure} or \defterm{nonpure}. A pure expression cannot have any side effects (or should not have in case of \code{force-pure} and \code{force-pure-expr}). An application of a pure procedure is a pure expression. Other procedures are nonpure. A procedure may also be declared \code{force-pure}, in which case the procedure may contain nonpure expressions but the \theme\ compiler and linker handle the procedure as pure. Note that the purity of a procedure is not necessarily the same as the purity of a procedure application calling the procedure. If the procedure is pure and some of the subexpressions of the procedure application is nonpure the procedure application expression is nonpure. The implementation of a pure procedure may change the internal variables of the procedure. More formally, it is legal to change mutable variables defined inside the nearest lexically enclosing pure procedure implementation of the expression changing the variable. A typical use of this feature is a pure procedure having loop variables. \index{never returning procedure} \index{always returning procedure} A procedure may also be declared to \defterm{never returning} or \defterm{always returning}. An example of a procedure returning never is \code{raise}, which raises an exception. A procedure returning always may not raise any exceptions and it has to handle any exceptions being generated in it. When a procedure is neither always returning or never returning we say that it \defterm{may return}. A lambda expression or a parametrized lambda expression may be optionally assigned a name. This name is used for debugging purposes (runtime backtraces) only. If you define a variable having a lambda expression (or a parametrized lambda expression) value with a define or let expression the lambda expression is assigned the name of the variable automatically and you do not have to specify it in the lambda expression. \section{Simple Procedures} \index{simple procedure} Every simple procedure is an instance of some \defterm{simple procedure class}. A simple procedure class is an instance of the parametrized class \code{:simple-proc}. See subsection \ref{subsec:proc-class-creation} for the syntax for defining procedure classes. When you define a procedure the \theme\ compiler and/or linker deduce the procedure class from the procedure argument list, result type, and purity specifier automatically, though. \section{Generic Procedures} \index{generic procedure} A generic procedure is a collection of simple or parametrized procedures, which are called methods. When a generic procedure is called and an argument list is passed to it \theme\ first checks which of the methods of the generic procedure can be called with the argument list, i.e. the type af the argument list is a subtype of the method argument list type. \theme\ then finds out which of the suitable methods is the best match. If a unique best match is not found an exception is raised. These checks occur generally run-time. The dispatch of a generic procedure application must succeed statically even though the static dispatch is allowed to be ambiguous. No two methods of the same generic procedure may have identical argument list types. Suppose that a generic procedure has two distinct methods having argument list types \objectvarf{A} and \objectvarf{B} and result types \objectvarf{R} and \objectvarf{S}, respectively. If \objectvarf{A} is a subtype of \objectvarf{B} then \objectvarf{R} has to be a subtype of \objectvarf{S}. This is called the \defterm{covariant typing rule}. The covariant typing rule allows \theme\ to deduce a supertype of the result type of a generic procedure application at compile time. \index{dynamic method} \index{static method} Methods can be either \defterm{dynamic} or \defterm{static}. A dynamic method is dispatched using the runtime types of the arguments. However, the translator may optimize a dynamic dispatch with a compile-time dispatch if it can be proved that the dynamic dispatch yields a certain procedure. If a method is static it is dispatched statically, i.e. when the method is selected in compile-time dispatch that method is used instead of doing runtime dispatch. When a \theme\ program is linked all the generic procedure with same name will be merged and the methods defined for each of the merged generic procedures will be put into the new generic procedure. \section{Parametrized Procedures} \index{parametrized procedure} A parametrized procedure is a procedure having type parameters. When these type parameters are assigned type values we get a simple procedure. Note that a parametrized procedure is not a simple procedure itself. The values of the type parameters are usually not specified explicitly. \theme\ deduces the values from the argument types of a parametrized procedure application. This is done in translation time. If \theme\ is unable to deduce the type parameter values a translation error is signalled. \section{Abstract Procedure Types} \index{abstract procedure type} Abstract procedure types are instances of metaclass \builtin{:procedure}. An object whose static type is a abstract procedure type may be any kind of procedure, i.e. simple, generic, or parametrized procedure, with a proper class. \section{Subtyping of Procedure Types} A simple or abstract procedure class \objectvarf{A} is a subtype of a simple or abstract procedure class \objectvarf{B} if and only if \begin{itemize} \item One of the following is true: \begin{itemize} \item Objects \objectvarf{A} and \objectvarf{B} are abstract procedure types. \item Objects \objectvarf{A} and \objectvarf{B} are simple procedure classes. \item Object \objectvarf{A} is a simple procedure class and \objectvarf{B} an abstract procedure type. \end{itemize} \item The argument list type of \objectvarf{B} is a subtype of the argument list type of \objectvarf{A} (note the order). \item The result type of \objectvarf{A} is a subtype of the result type of \objectvarf{B}. \item Either \objectvarf{A} and \objectvarf{B} are both pure, both nonpure, or \objectvarf{A} is pure and \objectvarf{B} nonpure. \item Either \objectvarf{B} may return or the returning attributes of \objectvarf{A} and \objectvarf{B} are equal. \end{itemize} See subsections \ref{subsec:IsSubtypeProc}, \ref{subsec:IsSubtypeParamAbstract}, \ref{subsec:IsSubtypeParamProc}, \ref{subsec:IsSubtypeGenAbstract}, and \ref{subsec:IsSubtypeGenericProc} for further information on procedure type subtyping. \section{Argument Type Modifiers and Static Type Expressions} \label{subsec:static-type-expressions} \index{argument type modifier} The type-valued expressions in \theme\ may contain several \defterm{argument type modifiers}. These modifiers are \begin{itemize} \item[\keyword{splice}] Adds the arguments of \keyword{splice} into the enclosing type list definition. \item[\keyword{rest}] Specifies the component type for the variable argument list part of the procedure that is being defined. \item[\keyword{type-loop}] Assigns the loop variable with the expressions from the list given and binds the loop expression with each value. \item[\keyword{join-tuple-types}] Concatenates the elements of all component types. \end{itemize} Expression \begin{codeblock} (\ckeyword{\tupletype} a1 a2 ... (\ckeyword{splice} (\ckeyword{\tupletype} b1 b2 ...)) c1 c2 ...) \end{codeblock} is equivalent to \begin{codeblock} (\ckeyword{\tupletype} a1 a2 ... b1 b2 ... c1 c2 ...) \end{codeblock} Expression type \keyword{splice} is mainly intended to be used with \keyword{type-loop} expressions. Expression \begin{codeblock} (\ckeyword{type-loop} \typeparam{itervar} values expression) \end{codeblock} will iterate type variable \code{\typeparam{itervar}} in the type list \code{values}. Type variable \code{\typeparam{itervar}} is bound to a value from \code{values} and expression \code{expression} is evaluated with this binding at each iteration. The result value of the \keyword{type-loop} expression is a type list containing the evaluated expressions. A type variable whose value is a type list shall be accepted as the argument list type for \builtin{:procedure}. Example: \begin{codeblock} (\ckeyword{define-param-proc} map (\typeparam{arglist} \typeparam{return-type}) \\ \mbox{ } \hspace{0.5cm} (\ckeyword{prim-proc} map \\ \mbox{ } \hspace{1cm} ((\cbuiltin{:procedure} % ((\ckeyword{splice} \typeparam{arglist})) \typeparam{return-type} pure) \\ \mbox{ } \hspace{1cm} (\ckeyword{splice} (\ckeyword{type-loop} % \typeparam{iter} \typeparam{arglist} (\cbuiltin{:uniform-list} % \typeparam{iter})))) \\ \mbox{ } \hspace{1cm} (\cbuiltin{:uniform-list} \typeparam{return-type}) \\ \mbox{ } \hspace{1cm} pure)) \end{codeblock} When \objectvarf{P} is a procedure with declared argument types \begin{syntaxformula} \indexedsyntaxvar{a}{1}, \sldots, \indexedsyntaxvar{a}{n} \end{syntaxformula} the \defterm{argument type list descriptor} of \objectvarf{P} is defined to be \begin{syntaxformula} \slp \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \srp \end{syntaxformula}. \index{static type expression} A \defterm{static type expression} is defined as follows: \begin{itemize} \item Every constant whose value is a static type expression is a static type expression. \item Every constant whose value is a type is a static type expression. \item Every instantiation of a parametrized type is a static type expression. The type parameters have to be static type expressions. \item A \builtin{\tupletype} expression is a static type expression. The type parameters have to be static type expressions. \item Every valid application of an argument type modifier is a static type expression. \item Every type variable is a static type expression. \end{itemize} %%The value of a static type expression is always an instance of %%\builtin{}. \section{Algorithm to Deduce the Values of Argument Variables} \subsection{\algorithmname{TranslateArguments}} This algorithm deduces the values of procedure argument variables from the arguments in procedure application. When \(l\) is a list we define \(N(l)\) to be the length of the list \(l\). \vspace{0.5cm} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{a}{1} % ... \indexedobjectvarf{a}{n} : argument descriptors \\ \mbox{ } \hspace{1cm} \indexedobjectvarf{v}{1} % ... \indexedobjectvarf{v}{m} : argument values in the procedure application \\ %% \vspace{0.25cm} \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} \indexedobjectvarf{w}{1} % ... \indexedobjectvarf{w}{n} : values assigned to each argument % variable \\ \noindent \textit{Algorithm:} \algorithmappl{TranslateArguments}{\indexedobjectvarf{a}{1}, % ..., \indexedobjectvarf{a}{n}, \indexedobjectvarf{v}{1}, % ..., \indexedobjectvarf{v}{m}}\\ \noindent \begin{enumerate} \item If \(n = 0 \land m \neq 0\) \item then raise error \item else \begin{enumerate} \item \begin{objectformula} \setvar{\objectvar{c}}{\alglistlparen \indexedobjectvar{v}{1} % \sldots \indexedobjectvar{v}{m} \alglistrparen} \end{objectformula} \item \begin{objectformula} \setvar{\objectvar{r}}{\alglistlparen \alglistrparen} \end{objectformula} \item For \(i = 1, \ldots, n\) \begin{enumerate} \item \begin{objectformula} \setvar{\objectvar{t}}{\algorithmappl{TranslateArgument}% {\indexedobjectvar{a}{i},\objectvar{c}}} \end{objectformula} \item \begin{objectformula} \setvar{\objectvar{r}}% {Concatenation of \objectvar{r} and \objectvar{t}[1]} %% {\alglistlparen \indexedobjectvar{r}{1} %% ... \indexedobjectvar{r}{N(r)} \objectvar{t}[1] %% \alglistrparen} \end{objectformula} \item \begin{objectformula} \setvar{\objectvar{c}}{\objectvar{t}[2]} \end{objectformula} \end{enumerate} \item Return \objectvarf{r}. \end{enumerate} \end{enumerate} \subsection{\algorithmname{TranslateArgument}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{a} : The argument descriptor being handled \\ \mbox{ } \hspace{1cm} \objectvarf{c} : The application arguments left \\ \noindent \textit{\algresult} \\ \noindent \mbox{ } \hspace{1cm} A pair whose first element is the value/list of values to be assigned to the argument \objectvarf{a} and the second element a list of the application arguments left after handling the current argument translation \\ \noindent \textit{Algorithm:} \algorithmappl{TranslateArgument}{\objectvarf{a}, \objectvarf{c}}\\ \noindent If any of the following is true: \begin{itemize} \item \objectvarf{a} is a type \item \objectvarf{a} is a list of static type expressions \item \objectvarf{a} is a type join expression \end{itemize} return \begin{objectformula} \alglistlparen \alglistlparen \indexedobjectvar{c}{1} \alglistrparen \alglistlparen \indexedobjectvar{c}{2} \sldots \indexedobjectvar{c}{N(c)} \alglistrparen \alglistrparen \end{objectformula}. If \(N(c) = 0\) in the case above raise error. \noindent If \begin{objectformula} \objectvar{a} = \algapplylparen \skeyword{rest} \objectvar{r} \algapplyrparen \end{objectformula} return \begin{objectformula} \alglistlparen \alglistlparen \objectvar{c} \alglistrparen \alglistlparen \alglistrparen \alglistrparen \end{objectformula}. \noindent Suppose that \begin{objectformula} \objectvar{a} = \algapplylparen \skeyword{splice} \objectvar{s} \algapplyrparen \end{objectformula}. Now \objectvarf{s} has to be a list of static type expressions. Define \(l := N(s)\). If \(N(c) \geq l\) return \begin{objectformula} \alglistlparen \alglistlparen \alglistlparen \indexedobjectvar{c}{1} \sldots \indexedobjectvar{c}{l} \alglistrparen \alglistrparen \alglistlparen \indexedobjectvar{c}{l+1} \sldots \indexedobjectvar{c}{N(c)} \alglistrparen \alglistrparen \end{objectformula}. \section{Algorithm to Dispatch Generic Procedure Applications} \subsection{\algorithmname{SelectBestMatch}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \begin{objectformula} \objectvar{l} = \alglistlparen \indexedobjectvar{t}{1} \sldots % \indexedobjectvar{t}{n} % \alglistrparen \end{objectformula} : Call arguments \\ \mbox{ } \hspace{1cm} \begin{objectformula} \indexedobjectvar{s}{j} = \alglistlparen \indexedobjectvar{s}{j,1} \sldots \indexedobjectvar{s}{j,p(j)} \indexedobjectvar{r}{j} \alglistrparen \end{objectformula} : Declared method argument lists, \(j = 1, \ldots, m\) \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{result}: Either found, ambiguous, or not found. \\ \objectvarf{methods}: The dispatched methods found. \\ \noindent \textit{Algorithm:} \algorithmappl{SelectBestMatch}{\objectvarf{l}, \indexedobjectvarf{s}{1}, ... \indexedobjectvarf{s}{m}}\\ \begin{enumerate} \item Deduce the type parameters for all the parametrized methods. Reject all the methods for which all type parameters could not be deduced. \item Set \objectvarf{v} to a vector of \(m\) elements, each of which equal to \code{\#t}. \item Set \begin{objectformula} \setvar{\objectvarf{v}[\objectvar{i}]}{\code{\#f}} \end{objectformula} iff \begin{objectformula} \(\lnot\) \inherits{\objectvar{l}}{\indexedobjectvar{s}{i}} \end{objectformula}. \item For each \(i = 1, \ldots, n\) \begin{enumerate} \item Define \begin{displaymath} a(j,i) := \left\{ \begin{array}{ll} s_{j,i} ; & i \leq p(j) \\ r_j ; & i > p(j) \end{array} \right. \end{displaymath} and set \(w\) a vector of \(m\) elements with value \code{\#f}. \item For each \(j = 1, \ldots, m\): if \(v[j] = \#t\) and \(a(j, i) \minhsymb t_i\) set \(w[j] := \#t\). \item If \(w[j_0] = \#t\) for some \(j_0 \in \{ 1, \ldots, m \}\) then set \(v := w\) else do \algorithmappl{SelectNearestMethod}{\objectvarf{i}, \objectvarf{v}, \objectvarf{l}, % \indexedobjectvarf{s}{1}, ..., \indexedobjectvarf{s}{m}} \item If there is one or zero \(j\) for which \(v[j] = \#t\) break the loop. \end{enumerate} \item If \(v[j] = \code{\#t}\) for exactly one \(j \in \{ 1, \ldots, m \}\) then the result of the algorithm is ``found'' and the result method is method number \(j\). If \(v[j] = \code{\#t}\) for more than one \(j \in \{ 1, \ldots, m \}\) the result of the algorithm is ``ambiguous'' and the result methods are all the methods for which \(v[j] = \code{\#t}\). If \(v[j] = \code{\#f}\) for all \(j \in \{ 1, \ldots, m \}\) the result of the algorithm in ``not found''. \end{enumerate} \subsection{\algorithmname{SelectNearestMethods}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{i} : Index to the argument list \\ \mbox{ } \hspace{1cm} \objectvarf{v} : Boolean values marking the methods included in computation \\ \mbox{ } \hspace{1cm} \begin{objectformula} \objectvar{l} = \alglistlparen \indexedobjectvar{t}{1} \sldots % \indexedobjectvar{t}{n} % \alglistrparen \end{objectformula} : Same as in \algorithmname{SelectBestMatch} \\ \mbox{ } \hspace{1cm} \begin{objectformula} \indexedobjectvar{s}{j} = \alglistlparen \indexedobjectvar{s}{j,1} \sldots \indexedobjectvar{s}{j,p(j)} \indexedobjectvar{r}{j} \alglistrparen \end{objectformula} : Same as in \algorithmname{SelectBestMatch} \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{v} : Boolean values marking the methods included in computation \\ \noindent \textit{Algorithm:} \algorithmappl{SelectNearestMethods}{\objectvarf{i}, % \objectvarf{v}, \objectvarf{l}, % \indexedobjectvarf{s}{1}, ..., \indexedobjectvarf{s}{m}} \\ Define \(a(j, i)\) as in algorithm \algorithmname{SelectBestMethod}. \vspace{0.5cm} \noindent For each \(j = 1, \ldots, m\) \\ \mbox{ } \hspace{0.5cm} For each \(k = 1, \ldots, m\) \\ \mbox{ } \hspace{1cm} If \(j \neq k\), \(v[j] \land v[k]\), \(a(j, i) \minhsymb a(k, i)\), and \(\lnot a(k, i) \minhsymb a(j, i)\) set \(v[k] := \#f\). \section{Algorithm to Dispatch Parametrized Procedure Applications} \label{sec:param-proc-appl} This algorithm computes only suggestions for the type parameter values of a given parametrized procedure. We will bound the type variables in the type of the parametrized procedure with the suggestions. Then we will check that the type of the application argument list is a subtype of the bound parametrized procedure type. When we compile an implementation of a parametrized procedure we fix the type parameters of the procedure so that their values are not deduced and the other type variables may be represented in terms of them. \subsection{\algorithmname{DeduceArgumentTypes}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{target}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{all-found?} : \true\ iff values were found for all the nonfixed type variables in \objectvarf{src} and \objectvarf{target} \\ \noindent \textit{Algorithm:} \algorithmappl{DeduceArgumentTypes}{\objectvarf{src}, \objectvarf{target}, \objectvarf{T}, \objectvarf{F}} \\ \begin{enumerate} \item Set \begin{objectformula} \setvar{\objectvar{state}}{2} \end{objectformula}, \begin{objectformula} \setvar{\objectvar{old-count-source}}{0} \end{objectformula}, \begin{objectformula} \setvar{\objectvar{old-count-target}}{0} \end{objectformula}, \begin{objectformula} \setvar{\objectvar{cur-src}}{\objectvar{src}} \end{objectformula}, \begin{objectformula} \setvar{\objectvar{cur-target}}{\objectvar{target}} \end{objectformula}, and \begin{objectformula} \setvar{\objectvar{dir-forward?}}{\true} \end{objectformula}. \item Until \begin{math} \mobjectvar{state} \leq 0 \end{math} do \begin{enumerate} \item If \objectvarf{dir-forward?} \begin{enumerate} \item If \begin{math} \mobjectvar{state} > 0 \end{math} \begin{enumerate} \item Apply algorithm \algorithmappl{DeduceStepForward} {\objectvarf{cur-src}, \objectvarf{cur-target}, \objectvarf{T}, \objectvarf{F}, \objectvarf{old-count-target}, \objectvarf{state}} and store the result into \objectvarf{res}. \item Set \begin{objectformula} \setvar{\objectvar{state}}{\objectvar{res}[1]} \end{objectformula} and \begin{objectformula} \setvar{\objectvar{old-count-target}}{\objectvar{res}[2]} \end{objectformula}. \item Bind all the bindings of \objectvarf{T} in expression \objectvarf{target} and store the result into \objectvarf{cur-target}. \item Bind all the bindings of \objectvarf{T} in expression \objectvarf{src} and store the result into \objectvarf{cur-src}, else \end{enumerate} \end{enumerate} \begin{enumerate} \item If \begin{math} \mobjectvar{state} > 0 \end{math} \begin{enumerate} \item Apply algorithm \algorithmappl{DeduceStepForward} {\objectvarf{cur-src}, \objectvarf{cur-target}, \objectvarf{T}, \objectvarf{F}, \objectvarf{old-count-src}, \objectvarf{state}} and store the result into \objectvarf{res}. \item Set \begin{objectformula} \setvar{\objectvar{state}}{\objectvar{res}[1]} \end{objectformula} and \begin{objectformula} \setvar{\objectvar{old-count-src}}{\objectvar{res}[2]} \end{objectformula}. \item Bind all the bindings of \objectvarf{T} in expression \objectvarf{src} and store the result into \objectvarf{cur-src}. \item Bind all the bindings of \objectvarf{T} in expression \objectvarf{target} and store the result into \objectvarf{cur-target}. \end{enumerate} \end{enumerate} \item Set \begin{math} \mobjectvar{dir-forward?} \end{math} to \begin{math} \lnot \mobjectvar{dir-forward?} \end{math}. \end{enumerate} \item Return \true\ iff \begin{math} \mobjectvar{state} = -1 \end{math}. \end{enumerate} \subsection{\algorithmname{DeduceStepForward}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{target}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{old-count}: The number of type variables already deduced \\ \mbox{ } \hspace{1cm} \objectvarf{old-state}: The old state of the algorithm \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{new-state}: The new state of the algorithm \\ \noindent \objectvarf{new-count}: The number of type variables deduced \\ \noindent \textit{Algorithm:} \algorithmappl{DeduceStepForward}{\objectvarf{src}, \objectvarf{target}, \objectvarf{T}, \objectvarf{F}, \objectvarf{old-count}, \objectvarf{old-state}} \\ \begin{enumerate} \item Apply algorithm \algorithmappl{DeduceTypeParams}{\objectvarf{src}, \objectvarf{target}, \objectvarf{T}, \objectvarf{F}, ()}. \item Set \begin{objectformula} \setvar{\objectvar{new-count}}{the number of bindings in \objectvar{T}} \end{objectformula}. \item If all the type variables in \objectvarf{src} and \objectvarf{target} were deduced return \begin{objectformula} \olp -1 \objectvar{new-count} \orp \end{objectformula}. \item If \begin{objectformula} \objectvar{old-count} = \objectvar{new-count} \end{objectformula} let \begin{objectformula} \setvar{\objectvar{s}}{\objectvar{old-state} - 1} \end{objectformula} and return \begin{objectformula} \olp \objectvar{s} \objectvar{new-count} \orp \end{objectformula}. \item Otherwise return \begin{objectformula} \olp 2 \objectvar{new-count} \orp \end{objectformula}. \end{enumerate} \subsection{\algorithmname{DeduceStepBackward}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{target}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{old-count}: The number of type variables already deduced \\ \mbox{ } \hspace{1cm} \objectvarf{old-state}: The old state of the algorithm \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{new-state}: The new state of the algorithm \\ \noindent \objectvarf{new-count}: The number of type variables deduced \\ \noindent \textit{Algorithm:} \algorithmappl{DeduceStepBackward}{\objectvarf{src}, \objectvarf{target}, \objectvarf{T}, \objectvarf{F}, \objectvarf{old-count}, \objectvarf{old-state}} \\ \begin{enumerate} \item Apply algorithm \algorithmappl{DeduceTypeParams}{\objectvarf{target}, \objectvarf{src}, \objectvarf{T}, \objectvarf{F}, ()}. \item Set \begin{objectformula} \setvar{\objectvar{new-count}}{the number of bindings in \objectvar{T}} \end{objectformula}. \item If all the type variables in \objectvarf{src} and \objectvarf{target} were deduced return \begin{objectformula} \olp -1 \objectvar{new-count} \orp \end{objectformula}. \item If \begin{objectformula} \objectvar{old-count} = \objectvar{new-count} \end{objectformula} let \begin{objectformula} \setvar{\objectvar{s}}{\objectvar{old-state} - 1} \end{objectformula} and return \begin{objectformula} \olp \objectvar{s} \objectvar{new-count} \orp \end{objectformula}. \item Otherwise return \begin{objectformula} \olp 2 \objectvar{new-count} \orp \end{objectformula}. \end{enumerate} \subsection{\algorithmname{DeduceTypeParams}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceTypeParams}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item If \objectvarf{src} is not a (general) pair and \objectvarf{dest} is a splice expression compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{(\objectvar{src}), \objectvar{c}, \objectvar{T}, \objectvar{F}, \objectvar{v2}} \end{objectformula} where \objectvarf{c} is the component type of \objectvarf{dest}. If the condition above does not hold and \objectvarf{src} is not a pair return \false\ (this may be an error situation). \item Let \objectvarf{x} be the head of list \objectvarf{src}. If pair (\objectvarf{x},\objectvarf{dest}) is contained in \objectvarf{v} return. Otherwise add (\objectvarf{x},\objectvarf{dest}) into \objectvarf{v2}. \item Set \objectvarf{src2} to be the value of \begin{objectformula} \algorithmappl{PrepareSourceType}{\objectvar{src}}. \end{objectformula} \item If \objectvarf{src2} is not a pair or there are not any type variables in \objectvarf{dest} return. \item If \objectvarf{dest} is a type variable compute \begin{objectformula} \algorithmappl{DeduceSimpleType}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{src} and \objectvarf{dest} are both signatures compute \begin{objectformula} \algorithmappl{DeduceSgnSgn}{\objectvar{src}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{dest} is a signature and \objectvarf{src} is not a signature compute \begin{objectformula} \algorithmappl{DeduceNotSgnSgn}{\objectvar{src}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{dest} is not a signature and \objectvarf{src} is a signature return. \item If \objectvarf{dest} is a pair or a pair class compute \begin{objectformula} \algorithmappl{DeducePair}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{dest} is a rest expression compute \begin{objectformula} \algorithmappl{DeduceRest}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{dest} is a splice expression compute \begin{objectformula} \algorithmappl{DeduceSplice}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{dest} is a type loop expression compute \begin{objectformula} \algorithmappl{DeduceTypeLoop}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{src2}[1] is a union and \objectvarf{dest} is not a union compute \begin{objectformula} \algorithmappl{DeduceUnionX}{\objectvar{src2}[1], \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{src2}[1] is not a union and \objectvarf{dest} is a union compute \begin{objectformula} \algorithmappl{DeduceXUnion}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{src2}[1] is a union and \objectvarf{dest} is a union compute \begin{objectformula} \algorithmappl{DeduceUnionUnion}{\objectvar{src2}[1], \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \item If \objectvarf{src2}[1] is a generic procedure class and \objectvarf{dest} is an abstract procedure type compute \begin{objectformula} \algorithmappl{DeduceGenAbst}{\objectvar{src2}[1], \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula}. and return. \item If \objectvarf{dest} and \objectvarf{src2} are parametrized type instances whose type parameters contain type modifiers return \true\ if the types and type parameters of these instances are equal. If only one of \objectvarf{dest} and \objectvarf{src2} is this kind of instance return \false. Note that type modifiers may be optimized away by the \theme\ compiler and linker in which case these conditions are not fulfilled. \item Compute \begin{objectformula} \algorithmappl{DeduceSubexprs}{\objectvar{src2}, \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v2}} \end{objectformula} and return. \end{enumerate} \subsection{\algorithmname{PrepareSourceType}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t}: a list of static type expressions \\ \noindent \textit{\algresult} \\ \noindent \objectvarf{u} : a modified list of static type expressions \\ \noindent \textit{Algorithm:} \algorithmappl{PrepareSourceType}{\objectvarf{t}} Let \(\mobjectvar{t} = (t_1, \ldots, t_n)\). Define \begin{displaymath} r := \left\{ \begin{array}{ll} c ; & \textrm{if} \; t_1 \; \textrm{is a splice expression} \\ t_1 ; & \textrm{otherwise} \end{array} \right. \end{displaymath} where \objectvarf{c} is the component type of \(t_1\). Return \((r, t_2, \ldots, t_n)\). \subsection{\algorithmname{DeduceSubexprs}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceSubexprs}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item Set \begin{objectformula} \setvar{\objectvar{comp}}{The component list of the head of \objectvar{src}} \end{objectformula}. \item Set \begin{objectformula} \setvar{\objectvar{src-new}}{A list whose head is \objectvar{comp} and whose tail is the tail of \objectvar{src}} \end{objectformula}. \item Compute \algorithmappl{DeduceTypeParams}{\objectvarf{src-new}, \objectvarf{subexprs2}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \end{enumerate} \subsection{\algorithmname{DeduceSimpleType}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A variable reference to a type \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceSimpleType}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item Let \objectvarf{var} be the variable which \objectvarf{dest} refers to. \item If \objectvarf{src} is a list, \objectvarf{var} is a type variable, and \objectvarf{var} is not already contained in \objectvarf{T} then add the binding of \objectvarf{var} with the head of \objectvarf{src} into \objectvarf{T}. \item If the formerly deduced type variables contain variable \objectvarf{var} substitute the new binding into them. \item If the new deduced value contains formerly deduced type variables substitute them into the new value. \end{enumerate} \subsection{\algorithmname{DeducePair}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A pair or a pair class \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeducePair}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item Let \begin{objectformula} \setvar{\objectvar{src2}}{the head of the pair \objectvar{src}} \end{objectformula} \item Let \begin{objectformula} \setvar{\objectvar{u}}{the head of the pair \objectvar{dest}} \end{objectformula} and compute \algorithmappl{DeduceTypeParams}{\objectvarf{src2}, \objectvarf{u}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \item Let \begin{objectformula} \setvar{\objectvar{r}}{\olp \objectvar{r0} \orp} \end{objectformula} where \begin{objectformula} \setvar{\objectvar{r0}}{the tail of the pair \objectvar{src2}} \end{objectformula} and \begin{objectformula} \setvar{\objectvar{s}}{the tail of the pair \objectvar{dest}} \end{objectformula} and compute \algorithmappl{DeduceTypeParams}{\objectvarf{r}, \objectvarf{s}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \end{enumerate} \subsection{\algorithmname{DeduceRest}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A rest expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceRest}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \objectvarf{t} be the component type of the rest expression \objectvarf{dest}. Compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{\objectvar{src}, \objectvar{t}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \end{objectformula}. \subsection{\algorithmname{DeduceSplice}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A splice expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceSplice}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \objectvarf{t} be the component type of the rest expression \objectvarf{dest}. Let \objectvarf{l} be the single element list containing \objectvarf{src}. Compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{\objectvar{l}, \objectvar{t}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \end{objectformula}. \subsection{\algorithmname{DeduceTypeLoop}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A type loop expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceTypeLoop}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \objectvarf{iter-var} be the iteration variable of \objectvarf{dest}, \objectvarf{iter-expr} the iteration expression of \objectvarf{dest}, and \objectvarf{subtype-list} the subtype list of \objectvarf{dest}. \begin{enumerate} \item Let \objectvarf{source-list} be the first element of \objectvarf{src}. If \objectvarf{source-list} is not a list raise error else we have \begin{objectformula} \objectvar{source-list} = \olp \indexedobjectvar{t}{1} \oldots \indexedobjectvar{t}{n} \orp \end{objectformula}. \item Let \objectvarf{guessed-items} to be the empty list. \item If \objectvarf{source-list} is a type loop and \objectvarf{subtype-list} is a type variable then if \begin{itemize} \item \objectvarf{iter-expr} and the iteration expression of \objectvarf{source-list} are equal \item \objectvarf{T} does not contain a binding for \objectvarf{subtype-list} \item The subtype list of \objectvarf{source-list} does not contain free type variables other than those contained in \objectvarf{F} \end{itemize} bind type variable \objectvarf{subtype-list} with the subtype list of \objectvarf{source-list} in \objectvarf{T}. \item Else if \objectvarf{source-list} is a uniform list type and \objectvarf{subtype-list} is a type variable then \begin{enumerate} \item Let \objectvarf{U} be a copy of \objectvarf{T} sharing the same contents. \item Let \objectvarf{new-src} be a list containing only the component type of \objectvarf{source-list}. \item Call \begin{objectformula} \algorithmappl{DeduceTypeParams}{\objectvar{new-src}, % \objectvar{iter-expr}, \objectvar{U}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \item If \objectvarf{U} contains a binding of type variable \objectvarf{iter-var} then bind \objectvarf{subtype-list} in \objectvarf{T} with a uniform list type having the binding of \objectvarf{iter-var} as the component type. \end{enumerate} \item Else if \objectvarf{source-list} is not empty then \begin{enumerate} \item For \(i = 1, \ldots, n\) \begin{enumerate} \item Let \objectvarf{U} be a copy of \objectvarf{T} sharing the same contents. \item Call \begin{objectformula} \algorithmappl{DeduceTypeParams}{\indexedobjectvar{t}{i}, % \objectvar{iter-expr}, \objectvar{U}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \item If \objectvarf{U} contains a binding for type variable \objectvarf{iter-var} add the binding into the list \objectvarf{guessed-items}. \end{enumerate} \item If \objectvarf{guessed-items} contains \false\ return. \item If \objectvarf{subtype-list} is a type variable \objectvarf{u} and \objectvarf{u} is not already contained in \objectvarf{T} then \begin{enumerate} \item Let \objectvarf{b} be the list consisting of the tails of the pairs in \objectvarf{guessed-items} with the same order. \item Add a binding of \objectvarf{u} with \objectvarf{b} into \objectvarf{T}. \end{enumerate} \item Denote the elements of \objectvarf{guessed-items} with \indexedobjectvarf{g}{j}, \(j = 1, \ldots, m\). For \(j = 1, \ldots, m\) \begin{enumerate} \item Construct list \objectvarf{bindings} by appending the contents of \objectvarf{T} and \indexedobjectvarf{g}{j}. \item Create list \objectvarf{r} by applying \objectvarf{bindings} in expression \objectvarf{iter-expr}. \item Set \objectformulacmd{\setvar{\indexedobjectvar{h}{j}}{\objectvar{r}}}. \end{enumerate} \item Compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{\objectvar{src}, \objectvar{h}, % \objectvar{T}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \end{enumerate} \item If \objectvarf{subtype-list} is a variable reference to a type variable and \objectvarf{T} does not contain a binding of \objectvarf{subtype-list} add a binding of \objectvarf{subtype-list} with the empty list into \objectvarf{T}. \end{enumerate} \subsection{\algorithmname{DeduceUnionX}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A union expression \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A static type expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceUnionX}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \indexedobjectvarf{u}{1}, ..., \indexedobjectvarf{u}{n} be the member types of union \objectvarf{src}. For \(i = 1, \ldots, n\) compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{\slp \indexedobjectvar{u}{i} \srp, % \objectvar{dest}, \objectvar{T}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \subsection{\algorithmname{DeduceXUnion}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A list of static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A union expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceXUnion}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \indexedobjectvarf{u}{1}, ..., \indexedobjectvarf{u}{n} be the member types of union \objectvarf{dest}. For \(i = 1, \ldots, n\) call \begin{objectformula} \algorithmappl{DeduceTypeParams}{\objectvar{src}, \indexedobjectvar{u}{i}, % \objectvar{T}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \subsection{\algorithmname{DeduceUnionUnion}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A union expression \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A union expression \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceXUnion}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ Let \indexedobjectvarf{t}{1}, ..., \indexedobjectvarf{t}{m} be the member types of union \objectvarf{src} and \indexedobjectvarf{u}{1}, ..., \indexedobjectvarf{u}{n} the member types of union \objectvarf{dest}. Let \(p := \min \{ m, n \}\). For \(i = 1, \ldots, p\) compute \begin{objectformula} \algorithmappl{DeduceTypeParams}{\slp \indexedobjectvar{t}{i} \srp, % \indexedobjectvar{u}{i}, % \objectvar{T}, \objectvarf{F}, \objectvar{v}} \end{objectformula}. \subsection{\algorithmname{DeduceGenAbst}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t1}: A generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{t2}: An abstract procedure type \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceGenAbst}{\objectvarf{t1}, \objectvarf{t2}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item If \objectvarf{t1} contains type variables compute \algorithmappl{DeduceGenAbstArgList}{\objectvarf{t1}, \objectvarf{t2}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \item If \objectvarf{t2} contains type variables compute \algorithmappl{DeduceGenAbstResult}{\objectvarf{t1}, \objectvarf{t2}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \end{enumerate} \subsection{\algorithmname{DeduceGenAbstResult}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t1}: A generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{a}: The target argument list type \\ \mbox{ } \hspace{1cm} \objectvarf{r}: The target result type \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceGenAbstResult}{\objectvarf{t1}, \objectvarf{a}, \objectvarf{r}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item Let \objectvarf{m} be the method class list of \objectvarf{t1}. Compute \objectvarf{result} and \objectvarf{method} with algorithm \algorithmappl{SelectBestMatch}{\objectvarf{a}, \objectvarf{m}}. \item If an unambiguous match was found let \objectvarf{b} be the result type of \objectvarf{m} and apply algorithm \algorithmappl{DeduceTypeParams}{(\objectvarf{b}), \objectvarf{r}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \end{enumerate} \subsection{\algorithmname{DeduceGenAbstArgList}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{t1}: A generic procedure class \\ \mbox{ } \hspace{1cm} \objectvarf{a}: The target argument list type \\ \mbox{ } \hspace{1cm} \objectvarf{r}: The target result type \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceGenAbstArgList}{\objectvarf{t1}, \objectvarf{a}, \objectvarf{r}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \begin{enumerate} \item Let \objectvarf{m} be the method class list of \objectvarf{t1}. Compute \objectvarf{result} and \objectvarf{method} with algorithm \algorithmappl{SelectBestMatch}{\objectvarf{a}, \objectvarf{m}}. \item If an unambiguous match was found let \objectvarf{c} be the argument list type of \objectvarf{m} and apply algorithm \algorithmappl{DeduceTypeParams}{(\objectvarf{c}), \objectvarf{a}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \end{enumerate} \subsection{\algorithmname{DeduceNotSgnSgn}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A static type expressions \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A signature \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceNotSgnSgn}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ For each procedure specifier \objectvarf{s} in \objectvarf{dest} define \objectvarf{p} be the type of the corresponding procedure and define \objectvarf{q} by substituting \code{this} by \objectvarf{src} in \objectvarf{s}. Apply algorithm \algorithmappl{DeduceTypeParams}{(\objectvarf{p}), \objectvarf{q}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \subsection{\algorithmname{DeduceSgnSgn}} \noindent \textit{\algarguments} \\ \noindent \mbox{ } \hspace{1cm} \objectvarf{src}: A signature \\ \mbox{ } \hspace{1cm} \objectvarf{dest}: A signature \\ \mbox{ } \hspace{1cm} \objectvarf{T}: An object containing type variable bindings \\ \mbox{ } \hspace{1cm} \objectvarf{F}: A list of fixed type variables \\ \mbox{ } \hspace{1cm} \objectvarf{v}: A set (list) of expression pairs visited \\ \noalgresult \noindent \textit{Algorithm:} \algorithmappl{DeduceSgnSgn}{\objectvarf{src}, \objectvarf{dest}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}} \\ \noindent For each procedure specifier \objectvarf{p} in signature \objectvarf{src} \\ \noindent \mbox{ } \hspace{0.5cm} for each procedure specifier \objectvarf{q} in signature \objectvarf{dest} \\ \noindent \mbox{ } \hspace{1cm} If the names of \objectvarf{p} and \objectvarf{q} are equal apply algorithm \\ \noindent \mbox{ } \hspace{1cm} \algorithmappl{DeduceTypeParams}{(\objectvarf{p}), \objectvarf{q}, \objectvarf{T}, \objectvarf{F}, \objectvarf{v}}. \chapter{Expressions} \section{General} Note that many of the forms and control structures in \theme\ are defined by the standard library (module \code{core-forms}). See the standard library reference for these. If the type of a syntax variable (printed in italic) is not defined it is assumed to be an expression. If we make an union of a set of types and some of these types is \builtin{} the union is also \builtin{}. Syntax element ``\syntaxelement{identifier}'' means a legal \theme\ identifier. Syntax element ``\syntaxelement{null}'' means an empty list, denoted by either \code{null} or \code{()}. \section{Macros} \index{macro} \index{hygienic macro system} \index{lexical scoping} \theme\ has a hygienic and lexically scoped macro system similar to Scheme macros. The keywords \builtin{define-syntax}, \builtin{let-syntax}, \builtin{letrec-syntax}, and \builtin{syntax-case} are defined for the macro system. The macro system is partly implemented by the \theme\ standard library. Some of the \theme\ control structures are implemented by macros in the standard library. Macros cannot be declared. When you want to export macros you have to put them into the interface file of a module. See chapter \macrochapter\ in \theme\ Standard Library Reference and Scheme standard documentation \cite{shinn2017} for more information. The macro transformers must expand to a special macro transformer language resembling Scheme. The value returned by a macro transformer has to be a \theme\ expression. \subsection{Forms in the Macro Transformer Language} \index{\keyword{\$lambda}} \index{\keyword{\$let}} \index{\keyword{if-object}} \index{\keyword{if}} \index{\keyword{begin}} \index{\keyword{set{"!}}} \index{\keyword{quote}} \index{\keyword{\$let*}} \index{\keyword{\$letrec}} \index{\keyword{\$letrec*}} \index{\keyword{\$and}} \index{\keyword{\$or}} The following forms are built-in: \begin{itemize} \item \keyword{\$lambda} \item \keyword{\$let} \item \keyword{if-object} \item \keyword{if} \item \keyword{begin} \item \keyword{set!} \item \keyword{quote} \end{itemize} The following forms are implemented by the \theme\ standard library: \begin{itemize} \item \keyword{\$let*} \item \keyword{\$letrec} \item \keyword{\$letrec*} \item \keyword{\$and} \item \keyword{\$or} \end{itemize} The keywords starting with '\$' behave like the corresponding keywords in Scheme. The other keywords behave like the corresponding keywords in \theme. \subsection{Procedures in the Macro Transformer Language} \index{\code{\$cons}} \index{\code{\$car}} \index{\code{\$cdr}} \index{\code{\$pair?}} \index{\code{\$null?}} \index{\code{\$list?}} \index{\code{\$list}} \index{\code{\$for-all}} \index{\code{\$map}} \index{\code{\$apply}} \index{\code{\$equal?}} \index{\code{\$=}} \index{\code{\$>=}} \index{\code{\$>}} \index{\code{\$length}} \index{\code{\$append}} \index{\code{\$+}} \index{\code{\$-}} \index{\code{\$vector}} \index{\code{\$vector->list}} \index{\code{\$raise}} \index{\code{\$dotted-length}} \index{\code{\$dotted-last}} \index{\code{\$dotted-butlast}} \index{\code{\$identifier?}} \index{\code{\$free-identifier=?}} \index{\code{\$syntax-rename}} \index{\code{\$invalid-form}} \index{\code{\$map-while}} \index{\code{\$syntax-violation}} \index{\code{\$generate-temporaries}} \index{\code{\$make-variable-transformer}} \index{\code{\$undefined}} These procedures work as the corresponding procedures without the leading '\$' in Scheme, see \cite{shinn2017}: \begin{itemize} \item \code{\$cons} \item \code{\$car} \item \code{\$cdr} \item \code{\$pair?} \item \code{\$null?} \item \code{\$list?} \item \code{\$list} \item \code{\$for-all} \item \code{\$map} \item \code{\$apply} \item \code{\$equal?} \item \code{\$=} \item \code{\$>=} \item \code{\$>} \item \code{\$length} \item \code{\$append} \item \code{\$+} \item \code{\$-} \item \code{\$vector} \item \code{\$vector->list} \item \code{\$raise} \end{itemize} These procedures are defined by the SRFI-72 implementation (without the leading '\$'): \begin{itemize} \item \code{\$dotted-length} \item \code{\$dotted-last} \item \code{\$dotted-butlast} \item \code{\$identifier?} \item \code{\$free-identifier=?} \item \code{\$syntax-rename} \item \code{\$invalid-form} \item \code{\$map-while} \item \code{\$syntax-violation} \item \code{\$generate-temporaries} \item \code{\$make-variable-transformer} \item \code{\$undefined} \end{itemize} \section{Procedure Application} \index{procedure application} Syntax: \begin{syntaxblock} \slp \objectvar{procedure} \indexedprocarg{arg}{1} \sldots \indexedprocarg{arg}{n} \srp \end{syntaxblock} The procedure \objectvarf{procedure} is called with arguments \indexedprocargf{arg}{1}, ..., \indexedprocargf{arg}{n}. Note that it is legal to have an expression returning a simple procedure as the procedure to be called. It is an error if the type of any argument is \builtin{}. When a procedure is called it is always checked that the types of the arguments are correct to that procedure. This check occurs either translation time or run time. \section{Instantiation of a Parametrized Type} \label{subsec:param-type-instantiation} \index{parametrized type instantiation} Let \objectvarf{A} be a parametrized class or a parametrized logical type. Let \indexedsyntaxvarf{a}{1}, ..., \indexedsyntaxvarf{a}{n} be type expressions and \indexedobjectvarf{t}{1}, ..., \indexedobjectvarf{t}{m} be the translated argument list generated by them. Then the value of expression \begin{syntaxformula} \slp \objectvar{A} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \srp \end{syntaxformula} is an instance of parametrized type \objectvarf{A} with type parameter values \indexedobjectvarf{t}{1}, ..., \indexedobjectvarf{t}{m}. Two distinct instantiations of a parametrized class with same type parameter values shall refer to the same class. \section{Instantiation of Procedure Classes} \label{subsec:proc-class-creation} \index{procedure class instantiation} Abstract and simple procedure classes are instantiated with the following syntax: \begin{syntaxblock} \slp \syntaxvar{proc-metaclass} \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{proc-metaclass} \syntaxdefequal \builtin{:procedure} \syntaxor \builtin{:simple-proc} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \attrlistdefb \end{syntaxblock} This syntax creates an abstract or simple procedure class. Expressions \indexedsyntaxvarf{arg}{1}, ..., \indexedsyntaxvarf{arg}{n} define the argument types. These expressions have to be static type expressions. Parametrized procedure classes are instantiated with the following syntax: \begin{syntaxblock} \slp \builtin{:param-proc} \syntaxvar{type-param-list} \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{type-param-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{tparam}{1} \sldots \indexedsyntaxvar{tparam}{m}} \srp \\ \indexedsyntaxvar{tparam}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \attrlistdefb \end{syntaxblock} Generic procedure classes cannot be instantiated explicitly for the moment. \section{Quotation} \index{\builtin{quote}} \index{\builtin{quasiquote}} Quotation and quasiquotation work as in Scheme. Expression \begin{codeformula} (\cbuiltin{quote} expr) \end{codeformula} can be written \begin{codeformula} 'expr \end{codeformula}. Expression \begin{codeformula} (\cbuiltin{quasiquote} expr) \end{codeformula} can be written \begin{codeformula} `expr \end{codeformula}. \section{Implicit Declaration of Recursive Definitions} \index{recursion} Keywords \keyword{define-simple-proc}, \keyword{define-param-proc}, \keyword{define-simple-method}, \keyword{define-param-method}, \keyword{define-class}, \keyword{define-param-class}, and \keyword{define-param-logical-type} declare the variables they define implicitly so that you do not have to declare them explicitly for recursion. However, mutually recursive definitions require declarations. Keywords \keyword{define-simple-proc}, \keyword{define-param-proc}, \keyword{define-simple-method}, and \keyword{define-param-method} are defined in the core library. \section{Module Forms} \subsection{\keyword{define-proper-program}} \index{\keyword{define-proper-program}} \label{subsec:define-proper-program} Syntax: \begin{syntaxblock} \slp \skeyword{define-proper-program} \syntaxvar{program-name} \\ \syntaxopt{\syntaxvar{module-expression}} \sldots \\ \syntaxopt{\syntaxelement{expression}} \sldots \srp \\ \\ \syntaxvar{program-name} \syntaxdefequal \syntaxelement{module-name} \\ \syntaxvar{module-expression} \syntaxdefequal \slp \syntaxelement{module-keyword} \syntaxelement{module-name} \sldots \srp \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \syntaxelement{module-keyword} \syntaxdefequal \skeyword{import} \syntaxor \skeyword{use} \syntaxor \skeyword{prelink-body} \end{syntaxblock} A proper program with name \syntaxvarf{program-name} is defined. See chapter \ref{ch:programs-and-modules}. \subsection{\keyword{define-script}} \index{\keyword{define-script}} \label{subsec:define-script} Syntax: \begin{syntaxblock} \slp \skeyword{define-script} \syntaxvar{program-name} \\ \syntaxopt{\syntaxvar{module-expression}} \sldots \\ \syntaxopt{\syntaxelement{expression}} \sldots \srp \\ \\ \syntaxvar{program-name} \syntaxdefequal \syntaxelement{module-name} \\ \syntaxvar{module-expression} \syntaxdefequal \slp \syntaxelement{module-keyword} \syntaxelement{module-name} \sldots \srp \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \syntaxelement{module-keyword} \syntaxdefequal \skeyword{import} \syntaxor \skeyword{use} \syntaxor \skeyword{prelink-body} \end{syntaxblock} A script with name \syntaxvarf{program-name} is defined. See chapter \ref{ch:programs-and-modules}. \subsection{\keyword{define-interface}} \index{\keyword{define-interface}} \label{subsec:define-interface} Syntax: \begin{syntaxblock} \slp \skeyword{define-interface} \syntaxvar{mod-name} \\ \syntaxopt{\syntaxvar{module-expression}} \sldots\\ \syntaxopt{\syntaxvar{interface-expression}} \sldots \srp \\ \\ \syntaxvar{mod-name} \syntaxdefequal \syntaxelement{module-name} \\ \syntaxvar{module-expression} \syntaxdefequal \slp \syntaxelement{module-keyword} \syntaxelement{module-name} \sldots \srp \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \syntaxelement{module-keyword} \syntaxdefequal \skeyword{import} \syntaxor \skeyword{import-and-reexport} \syntaxor \skeyword{use} \\ \syntaxvar{interface-expression} \syntaxdefequal \syntaxvar{declaration} \syntaxor \syntaxvar{definition} \end{syntaxblock} An interface with name \syntaxvarf{mod-name} is defined. The \syntaxvarf{mod-name} may be either a single identifier or a list of identifiers. See chapter \ref{ch:programs-and-modules}. \subsection{\keyword{define-body}} \index{\keyword{define-body}} \label{subsec:define-body} Syntax: \begin{syntaxblock} \slp \skeyword{define-body} \syntaxvar{mod-name} \\ \syntaxopt{\syntaxvar{module-expression}} \\ \syntaxopt{\syntaxelement{expression}} \sldots \srp \\ \\ \syntaxvar{mod-name} \syntaxdefequal \syntaxelement{module-name} \\ \syntaxvar{module-expression} \syntaxdefequal \slp \syntaxelement{module-keyword} \syntaxelement{module-name} \sldots \srp \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \syntaxelement{module-keyword} \syntaxdefequal \skeyword{import} \syntaxor \skeyword{use} \syntaxor \skeyword{prelink-body} \end{syntaxblock} A body with name \syntaxvarf{mod-name} is defined. The \syntaxvarf{mod-name} may be either a single identifier or a list of identifiers. See chapter \ref{ch:programs-and-modules}. \subsection{\keyword{import}} \index{\keyword{import}} Syntax: \begin{syntaxblock} \slp \keyword{import} \syntaxelement{module-name} \sldots \srp \\ \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \end{syntaxblock} An interface is imported. See chapter \ref{ch:programs-and-modules} and subsections \ref{subsec:define-proper-program}, \ref{subsec:define-script}, \ref{subsec:define-interface}, and \ref{subsec:define-body}. \subsection{\keyword{import-and-reexport}} \index{\keyword{import-and-reexport}} Syntax: \begin{syntaxblock} \slp \keyword{import-and-reexport} \syntaxelement{module-name} \sldots \srp \\ \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \end{syntaxblock} An interface is imported and reexported. See chapter \ref{ch:programs-and-modules} and subsections \ref{subsec:define-interface}, and \ref{subsec:define-body}. \subsection{\keyword{use}} \index{\keyword{use}} Syntax: \begin{syntaxblock} \slp \keyword{use} \syntaxelement{module-name} \sldots \srp \\ \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \end{syntaxblock} An interface can be accessed but its contents are not imported into the toplevel namespace. See chapter \ref{ch:programs-and-modules} and subsections \ref{subsec:define-proper-program}, \ref{subsec:define-script}, \ref{subsec:define-interface}, and \ref{subsec:define-body}. \subsection{\keyword{@}} Syntax: \begin{syntaxblock} \slp \keyword{@} \syntaxelement{module-name} \syntaxvar{variable} \srp \\ \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \syntaxvar{variable} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Access a variable in the specified module. See chapter \ref{ch:programs-and-modules} and subsections \ref{subsec:define-proper-program}, \ref{subsec:define-script}, \ref{subsec:define-interface}, and \ref{subsec:define-body}. \subsection{\keyword{reexport}} \index{\keyword{reexport}} Syntax: \begin{syntaxblock} \slp \skeyword{reexport} \syntaxelement{identifier} \srp \end{syntaxblock} A variable is reexported. This expression type can occur only inside an interface. See chapter \ref{ch:programs-and-modules} and subsection \ref{subsec:define-interface}. \subsection{\keyword{prevent-stripping}} \index{\keyword{prevent-stripping}} \label{subsec:prevent-stripping} Syntax: \begin{syntaxblock} \slp \skeyword{prevent-stripping} \syntaxelement{identifier} \srp \end{syntaxblock} This expression prevents stripping off a procedure or a class from the linker output even though it is not detected in the coverage analysis. This should be necessary only with the foreign function interface. \subsection{\keyword{prelink-body}} \index{\keyword{prelink-body}} \label{subsec:prelink-body} Syntax: \begin{syntaxblock} \slp \keyword{prelink-body} \syntaxelement{module-name} \sldots \srp \\ \\ \syntaxelement{module-name} \syntaxdefequal \syntaxelement{identifier} \syntaxor \slp \syntaxelement{identifier} \sldots \srp \\ \end{syntaxblock} The bodies for the specified modules are linked before the unit where the \keyword{prelink-body} statement is given. Consequently the procedures defined in the prelinked bodies may be called toplevel in the unit. Keyword \keyword{prelink-body} may not be used in interfaces. See chapter \ref{ch:programs-and-modules} and subsections \ref{subsec:define-proper-program}, \ref{subsec:define-script}, \ref{subsec:define-interface}, and \ref{subsec:define-body}. \section{Toplevel Definitions} \subsection{\keyword{define}} \index{\keyword{define}} Syntax: \begin{syntaxblock} \slp \skeyword{define} \syntaxvar{variable-name} \syntaxopt{\syntaxvar{type}} \objectvar{value} \srp \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A constant with name \syntaxvarf{variable-name} and value \objectvarf{value} is defined. Expression \syntaxvarf{type} has to be a static type expression if it is present. If \syntaxvarf{type} is specified and \objectvarf{value} is not an instance of \syntaxvarf{type} an error is signalled. \subsection{\keyword{define-class}} \index{\keyword{define-class}} \label{subsec:define-class} Syntax: \begin{syntaxblock} \slp \skeyword{define-class} \syntaxvar{class-name} \syntaxvar{superclass} \syntaxvar{inheritable} \syntaxvar{immutable} \syntaxvar{eq-by-value} \syntaxvar{ctr-access} \syntaxvar{zero-value} \syntaxvar{field-list} \srp \\ \\ \syntaxvar{class-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{inheritable} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{immutable} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{eq-by-value} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{ctr-access} \syntaxdefequal \syntaxelement{access-specifier} \\ \syntaxvar{field-list} \syntaxdefequal \slp \syntaxopt{\syntaxvar{field-specifier}} \sldots \srp \\ \syntaxvar{field-specifier} \syntaxdefequal \slp \syntaxvar{field-name} \syntaxvar{field-type} \syntaxvar{read-access} \syntaxvar{write-access} \syntaxopt{\syntaxvar{field-initial-value}} \srp \\ \syntaxvar{field-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{read-access} \syntaxdefequal \syntaxelement{access-specifier} \\ \syntaxvar{write-access} \syntaxdefequal \syntaxelement{access-specifier} \\ \syntaxelement{access-specifier} \syntaxdefequal \code{public} \syntaxor \code{module} \syntaxor \code{hidden} \end{syntaxblock} A new class is defined. Parameter \syntaxvarf{superclass} has to be a static type expression whose value is a class. Parameters \syntaxvarf{field-type} have to be static type expressions. \subsection{\keyword{define-generic-proc}} \index{\keyword{define-generic-proc}} Syntax: \begin{syntaxblock} \slp \skeyword{define-generic-proc} \syntaxvar{generic-name} \srp \\ \\ \syntaxvar{generic-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} This expression defines a generic procedure with the name given. Note that \keyword{define-simple-method} and \keyword{define-param-method} define a generic procedure implicitly if it has not been already defined. \subsection{\keyword{define-goops-class}} \index{\keyword{define-goops-class}} \label{subsec:define-goops-class} Syntax: \begin{syntaxblock} \slp \skeyword{define-goops-class} \syntaxvar{name} \syntaxvar{target-name} \syntaxvar{superclass} \syntaxvar{inheritable?} \syntaxvar{immutable?} \syntaxvar{equal-by-value?} \syntaxvar{checked?} \syntaxvar{zero-var} \syntaxvar{equal-pred} \syntaxvar{equal-contents-pred} \srp \\ \syntaxvar{name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{target-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{inheritable?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{immutable?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{equal-by-value?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{checked?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{zero-var} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{equal-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{equal-contents-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \end{syntaxblock} Keyword \keyword{define-goops-class} defines a custom GOOPS class existing in the target environment. A custom GOOPS class may only inherit (in \theme) from another custom GOOPS class or from \builtin{}. Flags \syntaxvarf{inheritable?}, \syntaxvarf{immutable?} and \syntaxvarf{equal-by-value?} specify whether the class is inheritable, immutable or equal by value, respectively. If \syntaxvarf{checked?} is \true\ the types of the result values of the predicates are checked runtime. If \syntaxvarf{zero-var} is not null it defines a zero value (variable) for the class. Arguments \syntaxvarf{equal-pred} and \syntaxvarf{equal-contents-pred} determine the Scheme predicates that are used to compare values of this class in predicates \builtin{equal?} and \builtin{equal-contents?}. When procedure \code{equal-objects?} is used with GOOPS objects the comparison is performed by the target Scheme procedure \code{eqv?}. If \syntaxvarf{equal-pred} or \syntaxvarf{equal-contents-pred} is null the default value is used. The default value is \code{eqv?} for \syntaxvarf{equal-pred} and \code{equal?} for \syntaxvarf{equal-contents-pred}. When the equality predicates are called both of the arguments belong always to the declared class. If the Scheme predicate \code{eqv?} returns \true\ for some arguments predicate \syntaxvarf{equal-pred} must also return \true\ for these arguments. If \syntaxvarf{equal-pred} returns \true\ for some arguments predicate \syntaxvarf{equal-contents-pred} must also return \true\ for these arguments. If two objects belonging to the declared class are equal by Scheme predicate \code{eq?} both \syntaxvarf{equal-pred} and \syntaxvarf{equal-contents-pred} have to return \true\ for these objects. \subsection{\keyword{define-mutable}} \index{\keyword{define-mutable}} Syntax: \begin{syntaxblock} \slp \skeyword{define-mutable} \syntaxvar{variable-name} \syntaxvar{type} \objectvar{value}) \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A mutable variable with name \syntaxvarf{variable-name}, type \syntaxvarf{type} and initial value \objectvarf{value} is defined. Expression \syntaxvarf{type} has to be a static type expression. If \objectvarf{value} is not an instance of \syntaxvarf{type} an error is signalled. \subsection{\keyword{define-volatile}} \index{\keyword{define-volatile}} Syntax: \begin{syntaxblock} \slp \skeyword{define-volatile} \syntaxvar{variable-name} \syntaxvar{type} \objectvar{value}) \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A volatile variable with name \syntaxvarf{variable-name}, type \syntaxvarf{type} and initial value \objectvarf{value} is defined. Expression \syntaxvarf{type} has to be a static type expression. If \objectvarf{value} is not an instance of \syntaxvarf{type} an error is signalled. \subsection{\keyword{define-param-logical-type}} \index{\keyword{define-param-logical-type}} \label{subsec:define-param-logical-type} Syntax: \begin{syntaxblock} \slp \skeyword{define-param-logical-type} \syntaxvar{param-ltype-name} \syntaxvar{type-parameter-list} \\ \syntaxvar{type-expression} \srp \\ \\ \syntaxvar{param-ltype-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Expression \syntaxvarf{type-expression} has to be a static type expression. When the instances of the parametrized logical type are created the type variables in \syntaxvarf{type-parameter-list} are bound to the values given for them and these bindings are applied for \syntaxvarf{type-expression}. \subsection{\keyword{define-param-class}} \index{\keyword{define-param-class}} \label{subsec:define-param-class} Syntax: \begin{syntaxblock} \slp \skeyword{define-param-class} \syntaxvar{param-class-name} \syntaxvar{type-parameter-list} \syntaxvar{superclass} \syntaxvar{inheritable} \syntaxvar{immutable} \syntaxvar{eq-by-value} \syntaxvar{ctr-access} \syntaxvar{zero-value} \syntaxvar{field-list} \srp \\ \\ \syntaxvar{type-parameter-list} \syntaxdefequal \slp \indexedsyntaxvar{type-param}{1} \sldots \indexedsyntaxvar{type-param}{n} \srp \\ \indexedsyntaxvar{type-param}{k} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} The syntax of \syntaxvarf{type-parameter-list} is the same as in \keyword{define-param-logical-type}. The syntax of the last seven parameters is similar to their syntax in \keyword{define-class}. Parameter \syntaxvar{superclass} has to be a static type expression whose value is a class. Parameters \syntaxvar{field-type} have to be static type expressions. Parameters \syntaxvar{superclass}, \syntaxvar{inheritable}, \syntaxvar{immutable}, \syntaxvar{eq-by-value}, \syntaxvar{ctr-access}, and the field list define the properties of the instances of the parametrized class being defined. When the instances of the parametrized class are created the type variables in \syntaxvarf{type-parameter-list} are bound to the values given for them and these bindings are applied for \syntaxvarf{field-list} and \syntaxvarf{superclass}. \subsection{\keyword{define-param-proc-alt}} \index{\keyword{define-param-proc-alt}} \label{subsec:expr-define-param-proc-alt} Syntax: \begin{syntaxblock} \slp \skeyword{define-param-proc-alt} \syntaxvar{proc-name} \slp \indexedsyntaxvar{type}{1} ... \indexedsyntaxvar{type}{n} \srp \ \syntaxvar{proc-expression} \srp\\ \\ \syntaxvar{proc-name} \syntaxdefequal \syntaxelement{identifier} \\ \indexedsyntaxvar{type}{k} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} This is an alternate way to define a parametrized procedure. Expression \syntaxvarf{proc-expression} has to be a \keyword{lambda} expression. \subsection{\keyword{define-param-signature}} \index{\keyword{define-param-signature}} \label{subsec:expr-define-param-signature} Syntax: \begin{syntaxblock} \slp \skeyword{define-param-signature} \syntaxvar{signature-name} \syntaxvar{type-param-list} \syntaxvar{super} \syntaxvar{proc-specifier} \sldots \srp \\ \\ \syntaxvar{signature-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{type-param-list} \syntaxdefequal \slp \syntaxopt{\syntaxelement{identifier} \sldots} \srp \\ \syntaxvar{super} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{proc-specifier} \syntaxdefequal \slp \syntaxvar{procedure-name} \syntaxvar{arg-type-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \syntaxvar{procedure-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{arg-type-list} \syntaxdefequal \slp \syntaxopt{\syntaxvar{arg-type} \sldots} \srp \\ \attrlistdefb \end{syntaxblock} Object \syntaxvarf{super} is the signature from which the parametrized signature inherits. In case a signature does not inherit anything \syntaxvarf{super} is set to \syntaxelementf{null}. A complete specifier list of a parametrized signature is obtained by concatenating the complete specifier list of the \syntaxvarf{super} signature with the specifier list of the parametrized signature being defined. Expressions \syntaxvarf{proc-specifier} specify the procedures that all instances of the parametrized signature have to implement. Keyword \skeyword{this} is used to refer to an instance of the parametrized signature itself in the procedure specifiers. When the type variables of a parametrized signature are substituted with types we get an instance of the parametrized signature. This instance is a (ordinary) signature. \subsection{\keyword{define-prim-class}} \index{\keyword{define-prim-class}} \label{subsec:define-prim-class} Syntax: \begin{syntaxblock} \slp \skeyword{define-prim-class} \syntaxvar{name} \syntaxvar{immutable?} \syntaxvar{equal-by-value?} \syntaxvar{checked?} \syntaxvar{zero-var} \syntaxvar{member-pred} \syntaxvar{equal-pred} \syntaxvar{equal-objects-pred} \syntaxvar{equal-contents-pred} \srp \\ \syntaxvar{name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{immutable?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{equal-by-value?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{checked?} \syntaxdefequal \syntaxelement{boolean} \\ \syntaxvar{zero-var} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{member-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{equal-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{equal-objects-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{equal-contents-pred} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \end{syntaxblock} Keyword \keyword{define-prim-class} defines a custom primitive class existing in the target environment. A custom primitive class cannot be inherited and it is an immediate descendant of \builtin{}. Procedure \syntaxvarf{member-pred} determines if an object belongs to the class. Flags \syntaxvarf{immutable?} and \syntaxvarf{equal-by-value?} specify whether the class is immutable or equal by value, respectively. If \syntaxvarf{checked?} is \true\ the types of the result values of the predicates are checked runtime. If \syntaxvarf{zero-var} is not null it defines a zero value (variable) for the class. Arguments \syntaxvarf{equal-pred}, \syntaxvarf{equal-objects-pred}, and \syntaxvarf{equal-contents-pred} determine the target Scheme procedures that are used to compare the values of this class in predicates \builtin{equal?}, \builtin{equal-objects?}, and \builtin{equal-contents?}. If any of these arguments is \syntaxelement{null} the default value is used. The default value is \code{eqv?} for \builtin{equal?} and \builtin{equal-objects?} and \code{equal?} for \builtin{equal-contents?}. When the equality predicates are called both of the arguments belong always to the declared class. If \syntaxvarf{equal-objects-pred} returns \true\ for some arguments predicate \syntaxvarf{equal-pred} must also return \true\ for these arguments. If \syntaxvarf{equal-pred} returns \true\ for some arguments predicate \syntaxvarf{equal-contents-pred} must also return \true\ for these arguments. If two objects belonging to the declared class are equal by Scheme predicate \code{eq?} all the three predicates have to return \true\ for these objects. \subsection{\keyword{define-signature}} \index{\keyword{define-signature}} \label{subsec:expr-define-signature} Syntax: \begin{syntaxblock} \slp \skeyword{define-signature} \syntaxvar{signature-name} \syntaxvar{super} \syntaxvar{proc-specifier} \sldots \srp \\ \\ \syntaxvar{signature-name} \syntaxdefequal \syntaxelement{identifier} \ \syntaxvar{super} \syntaxdefequal \syntaxelement{identifier} \syntaxor \syntaxelement{null} \\ \syntaxvar{proc-specifier} \syntaxdefequal \slp \syntaxvar{procedure-name} \syntaxvar{arg-type-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \syntaxvar{procedure-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{arg-type-list} \syntaxdefequal \slp \syntaxopt{\syntaxvar{arg-type} \sldots} \srp \\ \attrlistdefb \end{syntaxblock} Object \syntaxvarf{super} is the signature from which the signature inherits. In case a signature does not inherit anything \syntaxvarf{super} is set to \syntaxelementf{null}. A complete specifier list of a signature is obtained by concatenating the complete specifier list of the \syntaxvarf{super} signature with the specifier list of the signature being defined. Expressions \syntaxvarf{proc-specifier} specify the procedures that all instances of the signature have to implement. Keyword \skeyword{this} is used to refer to the signature itself in the procedure specifiers. \subsection{\keyword{add-method}} \index{\keyword{add-method}} \label{subsec:expr-add-method} Syntax: \begin{syntaxblock} \slp \skeyword{add-method} \syntaxvar{generic-name} \syntaxvar{method} \srp \\ \\ \syntaxvar{generic-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{add-method} adds \syntaxvarf{method} into the generic procedure \syntaxvarf{generic-name}. The method will be dispatched dynamically. Procedure \syntaxvarf{method} has to be a simple procedure or a parametrized procedure. \subsection{\keyword{add-static-method}} \index{\keyword{add-static-method}} \label{subsec:expr-add-static-method} Syntax: \begin{syntaxblock} \slp \skeyword{add-static-method} \syntaxvar{generic-name} \syntaxvar{method} \srp \\ \\ \syntaxvar{generic-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{add-static-method} adds \syntaxvarf{method} into the generic procedure \syntaxvarf{generic-name}. The method will be dispatched statically. Procedure \syntaxvarf{method} has to be a simple procedure or a parametrized procedure. \section{Declarations} \subsection{\keyword{declare}} \index{\keyword{declare}} Syntax: \begin{syntaxblock} \slp \skeyword{declare} \syntaxvar{variable-name} \syntaxvar{class} \srp \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A \keyword{declare} expression declares a variable with given class without defining it. It is possible to use the variable after declaration although the use may be restricted somehow. E.g. it is not possible to use a declared class before defining it as a superclass of another class. Note that \keyword{declare} needs always a class and it does not accept logical types. Expression \syntaxvarf{class} has to be a static type expression whose value is a class. It is possible to redeclare the variable several times but then the new declared class has to be a subclass of the old class and the new class must have the same number of fields as the old class. The same typing rule is applied also when a declared variable is defined (the defined type is the new class). A declared variable has to be defined in the same module where the declaration is. \subsection{\keyword{declare-method}} \index{\keyword{declare-method}} \label{subsec:expr-declare-method} Syntax: \begin{syntaxblock} \slp \skeyword{declare-method} \syntaxvar{generic-name} \syntaxvar{procedure-class} \srp \\ \syntaxvar{generic-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{declare-method} declares a dynamic method. A declaration of the method is added into the generic procedure \syntaxvarf{generic-name}. The \syntaxvarf{procedure-class} has to be either a simple or a parametrized procedure class. A declared method has to be defined either \begin{itemize} \item in the same translation unit where the declaration is or \item in the body of the interface if the declaration is in an interface. \end{itemize} \subsection{\keyword{declare-static-method}} \index{\keyword{declare-static-method}} \label{subsec:expr-declare-static-method} Syntax: \begin{syntaxblock} \slp \skeyword{declare-static-method} \syntaxvar{generic-name} \syntaxvar{procedure-class} \srp \\ \syntaxvar{generic-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{declare-static-method} declares a static method. A declaration of the method is added into the generic procedure \syntaxvarf{generic-name}. The \syntaxvarf{procedure-class} has to be either a simple or a parametrized procedure class. A declared method has to be defined either \begin{itemize} \item in the same translation unit where the declaration is or \item in the body of the interface if the declaration is in an interface. \end{itemize} \subsection{\keyword{declare-mutable}} \index{\keyword{declare-mutable}} Syntax: \begin{syntaxblock} \slp \skeyword{declare-mutable} \syntaxvar{variable-name} \syntaxvar{type} \srp \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{declare-mutable} declares a mutable variable. The \syntaxvarf{type} has to be the type of the variable \syntaxvarf{variable-name}. Note that a variable declared with \keyword{declare-mutable} cannot be defined as volatile. \subsection{\keyword{declare-volatile}} \index{\keyword{declare-volatile}} Syntax: \begin{syntaxblock} \slp \skeyword{declare-volatile} \syntaxvar{variable-name} \syntaxvar{type} \srp \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} Keyword \keyword{declare-volatile} declares a volatile variable. The \syntaxvarf{type} has to be the type of the variable \syntaxvarf{variable-name}. \section{Control Structures} \subsection{\keyword{if}} \index{\keyword{if}} Syntax: \begin{syntaxblock} \slp \skeyword{if} \objectvar{condition} \syntaxvar{then-expression} \syntaxopt{\syntaxvar{else-expression}} \srp \end{syntaxblock} The type of \objectvarf{condition} has to be \builtin{}. If \syntaxvarf{else-expression} is defined the type of the \keyword{if} expression is the union of the types of \syntaxvarf{then-expression} and \syntaxvarf{else-expression}. Otherwise the type of the \keyword{if} expression is \builtin{}. If \objectvarf{condition} is \code{\#t} \syntaxvar{then-expression} is evaluated. If \objectvarf{condition} is \code{\#f} and \syntaxvarf{else-expression} is defined \syntaxvarf{else-expression} is evaluated. If the result type of the \keyword{if} expression is not \builtin{} the value returned from \syntaxvarf{then-expression} or \syntaxvarf{else-expression} is returned from the \keyword{if} expression. Note that \syntaxvarf{then-expression} or \syntaxvarf{else-expression} are not necessarily evaluated at all. \subsection{\keyword{if-object}} \index{\keyword{if-object}} Syntax: \begin{syntaxblock} \slp \skeyword{if-object} \objectvar{condition} \syntaxvar{then-expression} \syntaxopt{\syntaxvar{else-expression}} \srp \end{syntaxblock} The \objectvarf{condition} can be any object. If \syntaxvarf{else-expression} is defined the type of the \keyword{if-object} expression is the union of the types of \syntaxvarf{then-expression} and \syntaxvarf{else-expression}. Otherwise the type of the \keyword{if-object} expression is \builtin{}. If \objectvarf{condition} is not \code{\#f} \syntaxvar{then-expression} is evaluated. If \objectvarf{condition} is \code{\#f} and \syntaxvarf{else-expression} is defined \syntaxvarf{else-expression} is evaluated. If the result type of the \keyword{if-object} expression is not \builtin{} the value returned from \syntaxvarf{then-expression} or \syntaxvarf{else-expression} is returned from the \keyword{if-object} expression. Note that \syntaxvarf{then-expression} or \syntaxvarf{else-expression} are not necessarily evaluated at all. \subsection{\keyword{until}} \index{\keyword{until}} Syntax: \begin{syntaxblock} \slp \keyword{until} \slp \syntaxvar{condition} \syntaxopt{\syntaxvar{result-expression}} \srp \syntaxspace \indexedsyntaxvar{body-expression}{1} \sldots \indexedsyntaxvar{body-expression}{n} \srp \end{syntaxblock} The type of \syntaxvarf{condition} has to be \builtin{}. At the beginning of each iteration \syntaxvarf{condition} is evaluated. If it returns \code{\#t} the iteration is stopped and the value of \syntaxvarf{result-expression} is returned as the result of the \keyword{until} expression. Otherwise the body expressions are evaluated in order and the next iteration is started from the beginning. If \syntaxvar{result-type} is not specified the type of the \keyword{until} expression is \builtin{}. \subsection{\keyword{begin}} \index{\keyword{begin}} Syntax: \begin{syntaxblock} \slp \skeyword{begin} \indexedsyntaxvar{expr}{1} \sldots \indexedsyntaxvar{expr}{n} \srp \end{syntaxblock} The type of the \keyword{begin} expression is the type of the last component expression \indexedsyntaxvarf{expr}{n}. All the component expressions \indexedsyntaxvarf{expr}{k} are evaluated in order. If the result type of the last component expression is not \builtin{} its value is returned as the value of the \keyword{begin} expression. \subsection{\keyword{set!}} \index{\keyword{set{"!}}} Syntax: \begin{syntaxblock} \slp \skeyword{set!} \syntaxvar{variable-name} \objectvar{value} \srp \\ \\ \syntaxvar{variable-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} The value of the variable \syntaxvarf{variable-name} is set to \objectvarf{value}. Variable \syntaxvarf{variable-name} has to be defined and it has to be mutable. The type of \objectvarf{value} has to be a subtype of the type of variable \syntaxvarf{variable-name}. If these rules are violated a translation error (usually a compilation error) is signalled. \subsection{\keyword{generic-proc-dispatch}} \index{\keyword{generic-proc-dispatch}} Syntax: \begin{syntaxblock} \slp \skeyword{generic-proc-dispatch} \syntaxvar{gen-proc-name} (\indexedsyntaxvar{arg-type}{1} ... \indexedsyntaxvar{arg-type}{n}) \\ \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{gen-proc-name} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdefb \end{syntaxblock} Keyword \keyword{generic-proc-dispatch} returns a simple procedure that dispatches a call to generic procedure \syntaxvarf{gen-proc-name} with argument type \indexedsyntaxvarf{arg-type}{k}. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. The dispatched method must be compatible with the given attributes and its result type must not be \builtin{}. Although a value of a \keyword{generic-proc-dispatch} expression is a simple procedure the dispatch is generally done runtime. Calling a \keyword{generic-proc-dispatch} expression always finds the correct method based on the methods contained in the generic procedure run time. \subsection{\keyword{generic-proc-dispatch-without-result}} \index{\keyword{generic-proc-dispatch-without-result}} Syntax: \begin{syntaxblock} \slp \skeyword{generic-proc-dispatch-without-result} \syntaxvar{gen-proc-name} (\indexedsyntaxvar{arg-type}{1} ... \indexedsyntaxvar{arg-type}{n}) \\ \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{gen-proc-name} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdefb \end{syntaxblock} Keyword \keyword{generic-proc-dispatch-without-result} returns a simple procedure that dispatches a call to generic procedure \syntaxvarf{gen-proc-name} with argument type \indexedsyntaxvarf{arg-type}{k}. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. The result type of the type of the dispatch expression is \builtin{}. The dispatched method must be compatible with the given attributes. Although a value of a \keyword{generic-proc-dispatch-without-result} expression is a simple procedure the dispatch is generally done runtime. Calling a \keyword{generic-proc-dispatch-without-result} expression always finds the correct method based on the methods contained in the generic procedure run time. \subsection{\keyword{param-proc-dispatch}} \index{\keyword{param-proc-dispatch}} Syntax: \begin{syntaxblock} \slp \skeyword{param-proc-dispatch} \syntaxvar{param-proc-name} \indexedsyntaxvar{arg-type}{1} \sldots \indexedsyntaxvar{arg-type}{n} \srp \\ \\ \syntaxvar{param-proc-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A \keyword{param-proc-dispatch} expression returns a simple procedure obtained by creating an instance of parametrized procedure \syntaxvarf{param-proc-name}. The values of the type parameters of parametrized procedure \syntaxvarf{param-proc-name} are deduced from the types \indexedsyntaxvarf{arg-type}{k} as if the types \indexedsyntaxvarf{arg-type}{k} were argument types in an application of \syntaxvarf{param-proc-name}. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. \subsection{\keyword{param-proc-instance}} \index{\keyword{param-proc-instance}} Syntax: \begin{syntaxblock} \slp \skeyword{param-proc-instance} \syntaxvar{param-proc-name} \indexedsyntaxvar{arg-type}{1} \sldots \indexedsyntaxvar{arg-type}{n} \srp \\ \\ \syntaxvar{param-proc-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} A \keyword{param-proc-instance} expression returns a simple procedure obtained by creating an instance of parametrized procedure \syntaxvarf{param-proc-name}. The type parameters defined in the definition of \syntaxvarf{param-proc-name} are bound to expressions \indexedsyntaxvarf{arg-type}{k} in order. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. \subsection{\keyword{strong-assert}} \index{\keyword{strong-assert}} \label{subsec:expr-strong-assert} Syntax: \begin{syntaxblock} \slp \skeyword{strong-assert} \syntaxvar{condition} \srp \end{syntaxblock} An assertion checks if the condition is true. If the condition is not true an exception will be raised. See also subsection \ref{subsec:expr-assert}. The difference between \keyword{assert} and \keyword{strong-assert} is that a strong assertion may never be neglected because of optimization. \subsection{\keyword{assert}} \index{\keyword{assert}} \label{subsec:expr-assert} Syntax: \begin{syntaxblock} \slp \skeyword{assert} \syntaxvar{condition} \srp \end{syntaxblock} An assertion checks if the condition is true. If the condition is not true an exception will be raised. See also subsection \ref{subsec:expr-strong-assert}. \section{Macro Forms} \subsection{\keyword{define-syntax}} \index{\keyword{define-syntax}} Syntax: \begin{syntaxblock} \slp \skeyword{define-syntax} \syntaxvar{macro-name} \syntaxvar{macro-transformer} \srp \\ \syntaxvar{macro-name} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} This form defines a macro. \subsection{\keyword{let-syntax}} \index{\keyword{let-syntax}} Syntax: \begin{syntaxblock} \slp \skeyword{let-syntax} \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} \sldots \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{let-syntax-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \indexedobjectvar{value}{k} \srp \end{syntaxblock} This form defines local macros. \subsection{\keyword{letrec-syntax}} \index{\keyword{letrec-syntax}} Syntax: \begin{syntaxblock} \slp \skeyword{letrec-syntax} \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} \sldots \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{let-syntax-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \indexedobjectvar{value}{k} \srp \end{syntaxblock} This form defines local macros. \subsection{\keyword{syntax-case}} \index{\keyword{syntax-case}} Syntax: \begin{syntaxblock} \slp \skeyword{syntax-case} \syntaxvar{expression} \slp \syntaxopt{\syntaxvar{literal}} \sldots \srp \syntaxopt{\syntaxvar{clause}} \sldots \srp \\ \syntaxvar{literal} \syntaxdefequal \syntaxelement{identifier} \end{syntaxblock} This form defines a macro transformer. \section{Binding Forms} \subsection{\keyword{let}} \index{\keyword{let}} Syntax: \begin{syntaxblock} \slp \skeyword{let} \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} ... \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{let-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \syntaxopt{\indexedsyntaxvar{var-type}{k}} \indexedobjectvar{value}{k} \srp \\ \indexedsyntaxvar{var-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{let-body-expressions} \syntaxdefequal \syntaxelement{expression} \sldots \end{syntaxblock} Expressions \indexedsyntaxvarf{var-type}{k} have to be static type expressions. The result type of the let expression is the type of the last body expression. If the result type is not \builtin{} the result value of the let expression is the value of the last body expression. The semantics of \keyword{let} expression is similar to these expressions in Scheme except the variable types are checked. \subsection{\keyword{letrec} and \keyword{letrec*}} \index{\keyword{letrec}} \index{\keyword{letrec*}} Syntax: \begin{syntaxblock} \slp \mlp \keyword{letrec} \syntaxor \keyword{letrec*} \mrp \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} \sldots \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{letrec-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \indexedsyntaxvar{var-type}{k} \indexedobjectvar{value}{k} \srp \\ \indexedsyntaxvar{var-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{letrec-body-expressions} \syntaxdefequal \syntaxelement{expression} \sldots \end{syntaxblock} Expressions \indexedsyntaxvarf{var-type}{k} have to be static type expressions. The result type of the letrec expression is the type of the last body expression. If the result type is not \builtin{} the result value of the letrec expression is the value of the last body expression. It is possible to refer to the letrec variables \indexedsyntaxvarf{var-name}{k} recursively in the expressions \indexedobjectvarf{value}{k} but these recursive uses of the variables must occur inside a \keyword{lambda} expression. Keyword \keyword{letrec*} differs from \keyword{letrec} so that \keyword{letrec*} guarantees to evaluate the expressions \indexedobjectvarf{value}{k} in order. \subsection{\keyword{let-mutable}, \keyword{letrec-mutable}, and \keyword{letrec*-mutable}} \index{\keyword{let-mutable}} \index{\keyword{letrec-mutable}} \index{\keyword{letrec*-mutable}} Syntax: \begin{syntaxblock} \slp \mlp \skeyword{let-mutable} \syntaxor \skeyword{letrec-mutable} \syntaxor \skeyword{letrec*-mutable} \mrp \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} \sldots \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{let-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \indexedsyntaxvar{var-type}{k} \indexedobjectvar{value}{k}) \\ \indexedsyntaxvar{var-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{let-body-expressions} \syntaxdefequal \syntaxelement{expression} \sldots \end{syntaxblock} These expressions differ from the corresponding constant versions \keyword{let}, \keyword{letrec}, and \keyword{letrec*} so that the variables \indexedsyntaxvarf{var-name}{k} are mutable in the \keyword{letxxx-mutable} expressions. Note that the variable types are compulsory in all of the \keyword{letxxx-mutable} expressions. \subsection{\keyword{let-volatile}, \keyword{letrec-volatile}, and \keyword{letrec*-volatile}} \index{\keyword{let-volatile}} \index{\keyword{letrec-volatile}} \index{\keyword{letrec*-volatile}} Syntax: \begin{syntaxblock} \slp \mlp \skeyword{let-volatile} \syntaxor \skeyword{letrec-volatile} \syntaxor \skeyword{letrec*-volatile} \mrp \syntaxspace \slp \indexedsyntaxvar{var-spec}{1} \sldots \indexedsyntaxvar{var-spec}{n} \srp \syntaxspace \syntaxvar{let-body-expressions} \srp \\ \\ \indexedsyntaxvar{var-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var-name}{k} \indexedsyntaxvar{var-type}{k} \indexedobjectvar{value}{k}) \\ \indexedsyntaxvar{var-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{let-body-expressions} \syntaxdefequal \syntaxelement{expression} \sldots \end{syntaxblock} These expressions differ from the corresponding mutable versions \keyword{letxxx-mutable} so that the variables \indexedsyntaxvarf{var-name}{k} are volatile in the \keyword{letxxx-volatile} expressions. Note that the variable types are compulsory in all of the \keyword{letxxx-volatile} expressions. \section{Procedure Creation} \subsection{\keyword{lambda}} \index{\keyword{lambda}} \label{subsec:expr-lambda} Syntax: \begin{syntaxblock} \slp \skeyword{lambda} \syntaxopt{\syntaxvar{name}} \slp \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \syntaxspace \indexedsyntaxvar{body-expr}{1}, \sldots, \indexedsyntaxvar{body-expr}{n} \srp \\ \\ \syntaxvar{name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \indexedsyntaxvar{arg}{k} \syntaxdefequal (\indexedsyntaxvar{arg-name}{k} \indexedsyntaxvar{arg-type}{k}) \\ \indexedsyntaxvar{arg-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdef \end{syntaxblock} A \keyword{lambda} expression creates a simple procedure. Note that the argument list may be \code{()}. Expressions \indexedsyntaxvarf{arg-type}{k} and \syntaxvarf{result-type} have to be static type expressions. It is an error if the result type is not \builtin{} and the type of the last body expression is not a subtype of \syntaxvarf{result-type}. If \syntaxvarf{result-type} is not \builtin{} the result value of the procedure is the value of the last body expression. Expression \syntaxvarf{name} is the optional name of the lambda expression. \subsection{\keyword{lambda-automatic}} \index{\keyword{lambda-automatic}} \label{subsec:expr-lambda-automatic} Syntax: \begin{syntaxblock} \slp \skeyword{lambda-automatic} \slp \syntaxvar{argument-list} \syntaxvar{attribute-list} \srp \syntaxspace \indexedsyntaxvar{body-expr}{1}, \sldots, \indexedsyntaxvar{body-expr}{n} \srp \\ \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \indexedsyntaxvar{arg}{k} \syntaxdefequal (\indexedsyntaxvar{arg-name}{k} \indexedsyntaxvar{arg-type}{k}) \\ \indexedsyntaxvar{arg-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdef \end{syntaxblock} This form works as \keyword{lambda} except the result type is set to the type of the last body expression. \subsection{\keyword{param-lambda}} \index{\keyword{param-lambda}} \label{subsec:expr-param-lambda} Syntax: \begin{syntaxblock} \slp \skeyword{param-lambda} \slp \indexedsyntaxvar{type}{1} ... \indexedsyntaxvar{type}{n} \srp \slp \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \syntaxspace \indexedsyntaxvar{body-expr}{1}, \sldots, \indexedsyntaxvar{body-expr}{n} \srp \\ \\ \indexedsyntaxvar{type}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \indexedsyntaxvar{arg}{k} \syntaxdefequal (\indexedsyntaxvar{arg-name}{k} \indexedsyntaxvar{arg-type}{k}) \\ \indexedsyntaxvar{arg-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdef \end{syntaxblock} A \keyword{param-lambda} expression creates a parametrized procedure. Note that the argument list may be \code{()}. Expressions \indexedsyntaxvarf{arg-type}{k} and \syntaxvarf{result-type} have to be static type expressions. It is an error if the result type is not \builtin{} and the type of the last body expression is not a subtype of \syntaxvarf{result-type}. If \syntaxvarf{result-type} is not \builtin{} the result value of the procedure is the value of the last body expression. \subsection{\keyword{param-lambda-automatic}} \index{\keyword{param-lambda-automatic}} \label{subsec:expr-param-lambda-automatic} Syntax: \begin{syntaxblock} \slp \skeyword{param-lambda-automatic} \slp \indexedsyntaxvar{type}{1} ... \indexedsyntaxvar{type}{n} \srp \slp \syntaxvar{argument-list} \syntaxvar{attribute-list} \srp \syntaxspace \indexedsyntaxvar{body-expr}{1}, \sldots, \indexedsyntaxvar{body-expr}{n} \srp \\ \\ \indexedsyntaxvar{type}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg}{1} \sldots \indexedsyntaxvar{arg}{n}} \srp \\ \indexedsyntaxvar{arg}{k} \syntaxdefequal (\indexedsyntaxvar{arg-name}{k} \indexedsyntaxvar{arg-type}{k}) \\ \indexedsyntaxvar{arg-name}{k} \syntaxdefequal \syntaxelement{identifier} \\ \attrlistdef \end{syntaxblock} This form works as \keyword{param-lambda} except the result type is set to the type of the last body expression. \subsection{\keyword{prim-proc} and \keyword{unchecked-prim-proc}} \label{subsec:expr-prim-proc} \index{\keyword{prim-proc}} \index{\keyword{unchecked-prim-proc}} Syntax: \begin{syntaxblock} \slp \mlp \skeyword{prim-proc} \syntaxor \skeyword{unchecked-prim-proc} \mrp \syntaxvar{procedure-name} \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{procedure-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg-type}{1} \sldots \indexedsyntaxvar{arg-type}{n}} \srp \\ \attrlistdef \end{syntaxblock} With the current \theme\ implementation the target platform is Scheme (guile 2.0) and \keyword{prim-proc} defines a \theme\ procedure that calls a Scheme procedure \syntaxvarf{procedure-name}. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. If \syntaxvarf{result-type} is not \builtin{} the \theme\ procedure also checks that the value returned from the Scheme procedure is an instance of \syntaxvarf{result-type}. The semantics of \keyword{unchecked-prim-proc} is similar to \keyword{prim-proc} except \keyword{unchecked-prim-proc} generates no run-time type checks for the result value. \subsection{\keyword{param-prim-proc} and \keyword{unchecked-param-prim-proc}} \label{subsec:expr-param-prim-proc} \index{\keyword{param-prim-proc}} \index{\keyword{unchecked-param-prim-proc}} Syntax: \begin{syntaxblock} \slp \mlp \skeyword{param-prim-proc} \syntaxor \skeyword{unchecked-param-prim-proc} \mrp \syntaxvar{procedure-name} \syntaxvar{type-parameter-list} \syntaxvar{argument-list} \syntaxvar{result-type} \syntaxvar{attribute-list} \srp \\ \\ \syntaxvar{procedure-name} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{type-parameter-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{param}{1} \sldots \indexedsyntaxvar{param}{m}} \srp \\ \indexedsyntaxvar{param}{k} \syntaxdefequal \syntaxelement{identifier} \\ \syntaxvar{argument-list} \syntaxdefequal \slp \syntaxopt{\indexedsyntaxvar{arg-type}{1} \sldots \indexedsyntaxvar{arg-type}{n}} \srp \\ \attrlistdef \end{syntaxblock} With the current \theme\ implementation the target platform is Scheme (guile 2.0) and \keyword{param-prim-proc} defines a \theme\ parametrized procedure that calls a Scheme procedure \syntaxvarf{procedure-name}. Expressions \indexedsyntaxvarf{arg-type}{k} have to be static type expressions. If \syntaxvarf{result-type} is not \builtin{} the \theme\ procedure also checks that the value returned from the Scheme procedure is an instance of \syntaxvarf{result-type}. The semantics of \keyword{unchecked-param-prim-proc} is similar to \keyword{param-prim-proc} except \keyword{unchecked-prim-proc} generates no run-time type checks for the result value. \section{Type Operations} \subsection{\keyword{cast}} \index{\keyword{cast}} \label{subsec:cast} Syntax: \begin{syntaxblock} \slp \skeyword{cast} \syntaxvar{type} \objectvar{casted-value} \srp \end{syntaxblock} The value of the \keyword{cast} expression is the value of expression \objectvarf{casted-value}. The static type of the \keyword{cast} expression is the value of \syntaxvarf{type}. Expression \syntaxvarf{type} has to be a static type expression. It is an error (translation time or run-time) if the result value of \objectvarf{casted-value} is not an instance of \syntaxvarf{type}. See also subsection \ref{subsec:try-cast}. \subsection{\keyword{try-cast}} \index{\keyword{try-cast}} \label{subsec:try-cast} Syntax: \begin{syntaxblock} \slp \skeyword{try-cast} \syntaxvar{type} \objectvar{casted-value} \objectvar{default-value} \srp \end{syntaxblock} If \objectvarf{casted-value} is an instance of \syntaxvarf{type} return \objectvarf{casted-value}. Otherwise return \objectvarf{default-value}. The static type of the \keyword{try-cast} expression is the union of \syntaxvarf{type} and the type of \objectvarf{default-value}. Expression \syntaxvarf{type} has to be a static type expression. See also subsection \ref{subsec:cast}. \subsection{\keyword{static-cast}} \index{\keyword{static-cast}} \label{subsec:static-cast} Syntax: \begin{syntaxblock} \slp \skeyword{static-cast} \syntaxvar{type} \objectvar{casted-value} \srp \end{syntaxblock} The value of the \keyword{static-cast} expression is the value of expression \objectvarf{casted-value}. The static type of the \keyword{cast} expression is the value of \syntaxvarf{type}. Expression \syntaxvarf{type} has to be a static type expression. It is a translation time error if the static type of \objectvarf{casted-value} is not a subtype of \syntaxvarf{type}. However, a nonreturning (\code{never-returns}) expression may be casted statically to any type. \subsection{\keyword{force-pure-expr}} \index{\keyword{force-pure-expr}} Syntax: \begin{syntaxblock} \slp \skeyword{force-pure-expr} \syntaxvar{expr} \srp \end{syntaxblock} This form makes the component expression \syntaxvarf{expr} to appear pure for \theme. See section \ref{sec:creators} for example usage of the form. \subsection{\keyword{match-type}} \index{\keyword{match-type}} \label{subsec:match-type} Syntax: \begin{syntaxblock} \slp \skeyword{match-type} \syntaxvar{value-to-match} \syntaxopt{\syntaxvar{clause-list}} \syntaxopt{\syntaxvar{else-clause}} \srp \\ \\ \syntaxvar{clause-list} \syntaxdefequal \indexedsyntaxvar{clause}{1}, \sldots, \indexedsyntaxvar{clause}{n} \\ \indexedsyntaxvar{clause}{k} \syntaxdefequal \slp \indexedsyntaxvar{match-spec}{k} \indexedsyntaxvar{expr}{k,1}, \sldots, \indexedsyntaxvar{expr}{k,m(k)} \srp \\ \indexedsyntaxvar{match-spec}{k} \syntaxdefequal \slp \indexedsyntaxvar{var}{k} \indexedsyntaxvar{type}{k} \srp \syntaxor \slp \indexedsyntaxvar{type}{k} \srp \\ \syntaxvar{else-clause} \syntaxdefequal \slp \skeyword{else} \indexedsyntaxvar{else-expr}{1}, \sldots, \indexedsyntaxvar{else-expr}{p} \srp \end{syntaxblock} Each clause is processed in order. If \indexedsyntaxvarf{var}{k} is given and the runtime type of \syntaxvarf{value-to-match} is a subtype of \indexedsyntaxvarf{type}{k} then bind \indexedsyntaxvar{var}{k} to \syntaxvarf{value-to-match}, evaluate expressions \indexedsyntaxvarf{expr}{k,1}, \sldots, \indexedsyntaxvarf{expr}{k,m(k)} is order and return the value of the last expression. The static type of \indexedsyntaxvar{var}{k} is \indexedsyntaxvarf{type}{k}. If \indexedsyntaxvarf{var}{k} is not given and the runtime type of \syntaxvarf{value-to-match} is a subtype of \indexedsyntaxvarf{type}{k} then evaluate expressions \indexedsyntaxvarf{expr}{k,1}, \sldots, \indexedsyntaxvarf{expr}{k,m(k)} is order and return the value of the last expression. If none of the types matches and \syntaxvarf{else-clause} is present evaluate the expressions \indexedsyntaxvarf{else-expr}{1}, \sldots, \indexedsyntaxvarf{else-expr}{p} and return the value of the last expression. Let \(K\) be an integer between \(1\) and \(n\) and \syntaxvarf{u} the union of types \indexedsyntaxvarf{type}{k}, \(k = 1, \ldots, K\). If the static type of \syntaxvarf{value-to-match} is a subtype of \syntaxvarf{u} the following optimizations are done: \begin{itemize} \item The clause \indexedsyntaxvarf{clause}{K} needs no runtime type check because we already known that the type of \syntaxvarf{value-to-match} is a subtype of \indexedsyntaxvarf{type}{K}. \item If all the type checks \(k = 1, \ldots, K - 1\) fail the expressions of clause \(K\) are automatically evaluated. Consequently the clauses \(k > K\) and the else clause need not be compiled. \end{itemize} \subsection{\keyword{match-type-strong}} \index{\keyword{match-type-strong}} \label{subsec:match-type-strong} This form is identical to \keyword{match-type} except a translation time or runtime error is signalled in case \syntaxvarf{value-to-match} matches none of the clauses. Generally, the error is a translation time exception except when the \keyword{match-type-strong} expression is invoked inside a definition of a parametrized method. \subsection{\keyword{static-type-of}} \index{\keyword{static-type-of}} Syntax: \begin{syntaxblock} \slp \skeyword{static-type-of} \syntaxvar{expression} \srp \end{syntaxblock} This form returns the static type of \syntaxvarf{expression}. This computation is done compile time and \syntaxvarf{expression} is not evaluated run time. \subsection{\keyword{\tupletype}} \index{\keyword{\tupletype}} Syntax: \begin{syntaxblock} \slp \skeyword{\tupletype} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \srp \end{syntaxblock} Let \begin{syntaxformula} \syntaxvar{u} \syntaxdefequal \slp \indexedobjectvar{t}{1} \sldots \indexedobjectvar{t}{m} \srp \end{syntaxformula} be the translated argument list generated from \begin{syntaxformula} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \end{syntaxformula}. Object of type \syntaxvarf{u} is a list with element types \begin{syntaxformula} \indexedobjectvar{t}{1} \sldots \indexedobjectvar{t}{m} \end{syntaxformula}. Expression \begin{syntaxformula} \slp \skeyword{\tupletype} \indexedsyntaxvar{a}{1} \sldots \indexedsyntaxvar{a}{n} \srp \end{syntaxformula} is equivalent to \begin{syntaxformula} \slp \sbuiltin{:pair} \indexedobjectvar{t}{1} \slp \sbuiltin{:pair} \indexedobjectvar{t}{2} \slp \sldots \slp \sbuiltin{:pair} \indexedobjectvar{t}{n} \sbuiltin{} \srp \sldots \srp \srp \srp \end{syntaxformula}. \section{Object Creation} \subsection{\keyword{constructor}} \index{\keyword{constructor}} Syntax: \begin{syntaxblock} \slp \skeyword{constructor} \objectvar{class} \srp \end{syntaxblock} Expression \objectvarf{class} has to be a static type expression and its value has to be a class. The value of a \keyword{constructor} expression is the constructor (a simple procedure) of class \objectvarf{class}. \subsection{\keyword{quote}} \index{\keyword{quote}} Syntax: \begin{syntaxblock} \slp \skeyword{quote} \syntaxvar{quoted-expression} \srp \end{syntaxblock} Keyword \keyword{quote} is used to create atom and list constants as in Scheme. \subsection{\keyword{zero}} \index{\keyword{zero}} \label{subsec:expr-zero} Syntax: \begin{syntaxblock} \slp \keyword{zero} \syntaxvar{class} \srp \end{syntaxblock} Keyword \keyword{zero} accesses the zero value of a class. It is an error to use \keyword{zero} for a class that does not define a zero value. \chapter{Special Procedures} Special procedures are procedures that are treated specially be \theme\ compiler and linker. They are typically parametrized procedures whose typing cannot be expressed in current \theme. Note that the types we give for the arguments of the special procedures do not generally describe all the requirements the special procedures have for argument types. The application procedures \builtin{apply} and \builtin{apply-nonpure}, could be implemented in \theme\ but they have been included in the core language because of optimization. \section{Equality Predicates} Generic procedure \code{equal?}, which is the main equality predicate, is defined in the standard library. The user is free to add methods to it. \subsection{\builtin{equal-values?}} \index{\builtin{equal-values?}} \startprocsyntax \begin{codeblock} (equal-values? object1 object2) \end{codeblock} \startprocarguments \begin{arglist} \argument{object1}{\builtin{}}{An object to be compared} \argument{object2}{\builtin{}}{An object to be compared} \end{arglist} \procresult{\code{\#t} iff \code{object1} is equal to \code{object2}}% {\code{}} \procpurity{pure} This is the main equality predicate in \theme. This procedure implements algorithm \algorithmname{EqualValues?}, see section \ref{subsubsec:EqualValues?}. Name \code{=} is an alias for \code{equal-values?}. \subsection{\builtin{equal-objects?}} \index{\builtin{equal-objects?}} \startprocsyntax \begin{codeblock} (equal-objects? object1 object2) \end{codeblock} \startprocarguments \begin{arglist} \argument{object1}{\builtin{}}{An object to be compared} \argument{object2}{\builtin{}}{An object to be compared} \end{arglist} \procresult{\code{\#t} iff \code{object1} is the same object as \code{object2}}% {\builtin{}} \procpurity{pure} This procedure implements algorithm \algorithmname{EqualObjects?}, see section \ref{subsubsec:EqualObjects?}. \subsection{\builtin{equal-contents?}} \index{\builtin{equal-contents?}} \startprocsyntax \begin{codeblock} (equal-contents? object1 object2) \end{codeblock} \startprocarguments \begin{arglist} \argument{object1}{\builtin{}}{An object to be compared} \argument{object2}{\builtin{}}{An object to be compared} \end{arglist} \procresult{\code{\#t} iff the contents of \code{object1} are equal to the contents of \code{object2}}% {\code{}} \procpurity{pure} This procedure implements algorithm \algorithmname{EqualContents?}, see section \ref{subsubsec:EqualContents?}. \section{Control Structures} \subsection{\builtin{apply}} \index{\builtin{apply}} \startprocsyntax \begin{codeblock} (apply \procarg{procedure} \procarg{argument-list}) \end{codeblock} \typeparams{\typeparam{arglist}, \typeparam{result}} \startprocarguments \begin{arglist} \argument{procedure}{\code{(\builtin{:procedure} ((\keyword{splice} % \typeparam{arglist})) \typeparam{result} % pure)}}% {procedure to be called} \argument{argument-list}{\code{\typeparam{arglist}}}% {arguments to be passed} \end{arglist} \procresult{The value returned from \procarg{procedure}}% {The result type of \procarg{procedure}} \procpurity{pure} The type of \procarg{argument-list} has to be a subtype of the argument list type of \procarg{procedure}. Procedure \procarg{procedure} has to be pure. Procedure \builtin{apply} calls \procarg{procedure} with the arguments from \procarg{argument-list}. This is similar to Scheme \code{apply}. \subsection{\builtin{apply-nonpure}} \index{\builtin{apply-nonpure}} \startprocsyntax \begin{codeblock} (\code{apply-nonpure} \procarg{procedure} \procarg{argument-list}) \end{codeblock} \typeparams{\typeparam{arglist}, \typeparam{result}} \startprocarguments \begin{arglist} \argument{procedure}{\code{(\builtin{:procedure} ((\keyword{splice} % \typeparam{arglist})) \typeparam{result} % nonpure)}}% {procedure to be called} \argument{argument-list}{\code{\typeparam{arglist}}}% {arguments to be passed} \end{arglist} \procresult{The value returned from \procarg{procedure}}% {The result type of \procarg{procedure}} \procpurity{nonpure} The type of \procarg{argument-list} has to be a subtype of the argument list type of \procarg{procedure}. Procedure \procarg{procedure} may be pure or nonpure. Procedure \builtin{apply-nonpure} calls \procarg{procedure} with the arguments from \procarg{argument-list}. This is similar to Scheme \code{apply}. \subsection{\builtin{field-ref}} \index{\builtin{field-ref}} \startprocsyntax \begin{codeblock} (\builtin{field-ref} \procarg{object} \procarg{field-name}) \end{codeblock} \startprocarguments \begin{arglist} \argument{object}{\builtin{}}{object whose field is accessed} \argument{field-name}{\builtin{}}{name of the field to be accessed} \end{arglist} \procresult{Value of the field}{Type of the field} \procpurity{pure} Argument \procarg{field-name} has to be a literal symbol. \subsection{\builtin{field-set!}} \index{\builtin{field-set{"!}}} \startprocsyntax \begin{codeblock} (\builtin{field-ref} \procarg{object} \procarg{field-name} \procarg{field-value}) \end{codeblock} \startprocarguments \begin{arglist} \argument{object}{\builtin{}}{object whose field is to be set} \argument{field-name}{\builtin{}}{name of the field to be set} \argument{field-value}{\builtin{}}{new value of the field} \end{arglist} \procresult{No result value}{\builtin{}} \procpurity{nonpure} Argument \procarg{field-name} has to be a literal symbol. Argument \procarg{field-value} has to be an instance of the type of the field. \section{Type Operations} \subsection{\builtin{class-of}} \index{\builtin{class-of}} \startprocsyntax \begin{codeblock} (\builtin{class-of} \procarg{object}) \end{codeblock} \startprocarguments \begin{arglist} \argument{object}{\builtin{}}% {the object whose class is accessed} \end{arglist} \procresult{Class of the object}{\builtin{}} \procpurity{pure} \subsection{\builtin{is-instance?}} \index{\builtin{is-instance?}} \startprocsyntax \begin{codeblock} (\builtin{is-instance?} \procarg{object} \proctypearg{type}) \end{codeblock} \startprocarguments \begin{arglist} \argument{object}{\builtin{}}{An object whose type is checked} \typeargument{type}{\builtin{}}{A type} \end{arglist} \procresult{\code{\#t} iff \procarg{object} is an instance of \proctypearg{type}}% {\builtin{}} \procpurity{pure} Argument \proctypearg{type} has to be a static type expression. Expression \begin{codeblock} (\builtin{is-instance?} \procarg{object} \proctypearg{type}) \end{codeblock} is equivalent to \begin{codeblock} (\builtin{is-subtype?} (\builtin{class-of} \procarg{object}) \proctypearg{type}) \end{codeblock} \subsection{\builtin{is-subtype?}} \index{\builtin{is-subtype?}} \startprocsyntax \begin{codeblock} (\builtin{is-subtype?} \indexedproctypearg{type}{1} \indexedproctypearg{type}{2}) \end{codeblock} \startprocarguments \begin{arglist} \indexedtypeargument{type}{1}{\builtin{}}{A type} \indexedtypeargument{type}{2}{\builtin{}}{A type} \end{arglist} \procresult{\code{\#t} iff \indexedproctypearg{type}{1} is a subtype of % \indexedproctypearg{type}{2}}% {\builtin{}} \procpurity{pure} Arguments \indexedproctypearg{type}{1} and \indexedproctypearg{type}{2} have to be a static type expressions. \section{Vector Operations} \subsection{\builtin{cast-mutable-value-vector}} \index{\builtin{cast-mutable-value-vector}} \startprocsyntax \begin{codeblock} (\builtin{cast-mutable-value-vector} \proctypearg{target-element-type} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{target-element-type}{\builtin{}}% {Element type of the new vector} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new element type}% {\code{(\builtin{:mutable-value-vector} \proctypearg{target-element-type})}} \procpurity{pure} Special procedure \builtin{cast-mutable-value-vector} creates a copy of the source vector and checks that each of its elements is an instance of \proctypearg{target-element-type}. The check is generally done run time. The vector metaclass may change in the cast. \subsection{\builtin{cast-mutable-value-vector-metaclass}} \index{\builtin{cast-mutable-value-vector-metaclass}} \startprocsyntax \begin{codeblock} (\builtin{cast-mutable-value-vector-metaclass} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new metaclass}% {\code{(\builtin{:mutable-value-vector} \proctypearg{element-type})}} \procpurity{pure} Special procedure \builtin{cast-mutable-value-vector-metaclass} creates a copy of the source vector so that the copy has the class \code{(:mutable-value-vector \proctypearg{element-type})} where \proctypearg{element-type} is the element type of the original vector. \subsection{\builtin{cast-mutable-vector}} \index{\builtin{cast-mutable-vector}} \startprocsyntax \begin{codeblock} (\builtin{cast-mutable-vector} \proctypearg{target-element-type} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{target-element-type}{\builtin{}}% {Element type of the new vector} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new element type}% {\code{(\builtin{:mutable-vector} \proctypearg{target-element-type})}} \procpurity{pure} Special procedure \builtin{cast-mutable-vector} creates a copy of the source vector and checks that each of its elements is an instance of \proctypearg{target-element-type}. The check is generally done run time. The vector metaclass may change in the cast. \subsection{\builtin{cast-mutable-vector-metaclass}} \index{\builtin{cast-mutable-vector-metaclass}} \startprocsyntax \begin{codeblock} (\builtin{cast-mutable-vector-metaclass} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new metaclass}% {\code{(\builtin{:mutable-vector} \proctypearg{element-type})}} \procpurity{pure} Special procedure \builtin{cast-mutable-vector-metaclass} creates a copy of the source vector so that the copy has the class \code{(:mutable-vector \proctypearg{element-type})} where \proctypearg{element-type} is the element type of the original vector. \subsection{\builtin{cast-value-vector}} \index{\builtin{cast-value-vector}} \startprocsyntax \begin{codeblock} (\builtin{cast-value-vector} \proctypearg{target-element-type} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{target-element-type}{\builtin{}}% {Element type of the new vector} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new element type}% {\code{(\builtin{:value-vector} \proctypearg{target-element-type)}}} \procpurity{pure} Special procedure \builtin{cast-value-vector} creates a copy of the source vector and checks that each of its elements is an instance of \proctypearg{target-element-type}. The check is generally done run time. The vector metaclass may change in the cast. \subsection{\builtin{cast-value-vector-metaclass}} \index{\builtin{cast-value-vector-metaclass}} \startprocsyntax \begin{codeblock} (\builtin{cast-value-vector-metaclass} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new metaclass}% {\code{(\builtin{:value-vector} \proctypearg{element-type})}} \procpurity{pure} Special procedure \builtin{cast-value-vector-metaclass} creates a copy of the source vector so that the copy has the class \code{(:value-vector \proctypearg{element-type})} where \proctypearg{element-type} is the element type of the original vector. \subsection{\builtin{cast-vector}} \index{\builtin{cast-vector}} \startprocsyntax \begin{codeblock} (\builtin{cast-vector} \proctypearg{target-element-type} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{target-element-type}{\builtin{}}% {Element type of the new vector} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new element type}% {\code{(\builtin{:vector} \proctypearg{target-element-type})}} \procpurity{pure} Special procedure \builtin{cast-vector} creates a copy of the source vector and checks that each of its elements is an instance of \proctypearg{target-element-type}. The check is generally done run time. The vector metaclass may change in the cast. \subsection{\builtin{cast-vector-metaclass}} \index{\builtin{cast-vector-metaclass}} \startprocsyntax \begin{codeblock} (\builtin{cast-vector-metaclass} \procarg{source-vector}) \end{codeblock} \startprocarguments \begin{arglist} \argument{source-vector}{any vector class}% {The vector to be casted} \end{arglist} \procresult{A copy of the source vector with the new metaclass}% {\code{(\builtin{:vector} \proctypearg{element-type})}} \procpurity{pure} Special procedure \builtin{cast-vector-metaclass} creates a copy of the source vector so that the copy has the class \code{(:vector \proctypearg{element-type})} where \proctypearg{element-type} is the element type of the original vector. \subsection{\builtin{make-mutable-value-vector}} \index{\builtin{make-mutable-value-vector}} \label{subsec:sp-make-mutable-value-vector} \startprocsyntax \begin{codeblock} (\builtin{make-mutable-value-vector} \proctypearg{element-type} \procarg{nr-of-elements} \procarg{element-value}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{Type of the vector % elements} \argument{nr-of-elements}{\builtin{}}{Number of elements in % the new vector} \argument{element-value}{\builtin{}}{Value with which the new % vector is filled} \end{arglist} \procresult{A mutable value vector of \procarg{nr-of-elements} elements % with value \procarg{element-value}}% {\code{(\builtin{:mutable-value-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Argument \procarg{element-value} has to be an instance of \proctypearg{element-type}. \subsection{\builtin{make-mutable-vector}} \index{\builtin{make-mutable-vector}} \label{subsec:sp-make-mutable-vector} \startprocsyntax \begin{codeblock} (\builtin{make-mutable-vector} \proctypearg{element-type} \procarg{nr-of-elements} \procarg{element-value}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{Type of the vector % elements} \argument{nr-of-elements}{\builtin{}}{Number of elements in % the new vector} \argument{element-value}{\builtin{}}{Value with which the new % vector is filled} \end{arglist} \procresult{A mutable vector of \procarg{nr-of-elements} elements with % value \procarg{element-value}}% {\code{(\builtin{:mutable-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Argument \procarg{element-value} has to be an instance of \proctypearg{element-type}. \subsection{\builtin{make-value-vector}} \index{\builtin{make-value-vector}} \label{subsec:sp-make-value-vector} \startprocsyntax \begin{codeblock} (\builtin{make-value-vector} \proctypearg{element-type} \procarg{nr-of-elements} \procarg{element-value}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{Type of the vector % elements} \argument{nr-of-elements}{\builtin{}}{Number of elements in % the new vector} \argument{element-value}{\builtin{}}{Value with which the new % vector is filled} \end{arglist} \procresult{A value vector of \procarg{nr-of-elements} elements with value % \procarg{element-value}}% {\code{(\builtin{:value-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Argument \procarg{element-value} has to be an instance of \proctypearg{element-type}. %% We probably will not do the following: %% The \procarg{element-type} argument will %% be removed in the future. \subsection{\builtin{make-vector}} \index{\builtin{make-vector}} \label{subsec:sp-make-vector} \startprocsyntax \begin{codeblock} (\builtin{make-vector} \proctypearg{element-type} \procarg{nr-of-elements} \procarg{element-value}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{Type of the vector % elements} \argument{nr-of-elements}{\builtin{}}{Number of elements in % the new vector} \argument{element-value}{\builtin{}}{Value with which the new % vector is filled} \end{arglist} \procresult{A vector of \procarg{nr-of-elements} elements with value % \procarg{element-value}}% {\code{(\builtin{:vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Argument \procarg{element-value} has to be an instance of \proctypearg{element-type}. %% We probably will not do the following: %% The \procarg{element-type} argument will %% be removed in the future. \subsection{\builtin{mutable-value-vector}} \index{\builtin{mutable-value-vector}} \label{subsec:sp-mutable-value-vector} \startprocsyntax \begin{codeblock} (\builtin{mutable-value-vector} \proctypearg{element-type} \indexedprocarg{element}{1} ... \indexedprocarg{element}{n}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{The element type of the new vector} \indexedargument{element}{k}{\builtin{}}{An element of the new vector} \end{arglist} \procresult{A mutable value vector with element type % \proctypearg{element-type} and % elements \indexedprocarg{element}{1}, ..., \indexedprocarg{element}{n}}% {\code{(\builtin{:mutable-value-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Each \indexedprocarg{element}{k} has to be an instance of \proctypearg{element-type}. \subsection{\builtin{mutable-vector}} \index{\builtin{mutable-vector}} \label{subsec:sp-mutable-vector} \startprocsyntax \begin{codeblock} (\builtin{mutable-vector} \proctypearg{element-type} \indexedprocarg{element}{1} ... \indexedprocarg{element}{n}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{The element type of the new vector} \indexedargument{element}{k}{\builtin{}}{An element of the new vector} \end{arglist} \procresult{A mutable vector with element type \code{element-type} and % elements \indexedprocarg{element}{1}, ..., \indexedprocarg{element}{n}}% {\code{(\builtin{:mutable-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Each \indexedprocarg{element}{k} has to be an instance of \proctypearg{element-type}. \subsection{\builtin{value-vector}} \index{\builtin{value-vector}} \label{subsec:sp-value-vector} \startprocsyntax \begin{codeblock} (\builtin{value-vector} \proctypearg{element-type} \indexedprocarg{element}{1} ... \indexedprocarg{element}{n}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{The element type of the new vector} \indexedargument{element}{k}{\builtin{}}{An element of the new vector} \end{arglist} \procresult{A value vector with element type \code{element-type} and % elements \indexedprocarg{element}{1}, ..., \indexedprocarg{element}{n}}% {\code{(\builtin{:value-vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Each \indexedprocarg{element}{k} has to be an instance of \proctypearg{element-type}. \subsection{\builtin{vector}} \index{\builtin{vector}} \label{subsec:sp-vector} \startprocsyntax \begin{codeblock} (\builtin{vector} \proctypearg{element-type} \indexedprocarg{element}{1} ... \indexedprocarg{element}{n}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{element-type}{\builtin{}}{The element type of the new vector} \indexedargument{element}{k}{\builtin{}}{An element of the new vector} \end{arglist} \procresult{A vector with element type \code{element-type} and % elements \indexedprocarg{element}{1}, ..., \indexedprocarg{element}{n}}% {\code{(\builtin{:vector} \proctypearg{element-type})}} \procpurity{pure} Argument \proctypearg{element-type} has to be a static type expression. Each \indexedprocarg{element}{k} has to be an instance of \proctypearg{element-type}. \section{Tuple Operations} \subsection{\builtin{tuple-ref}} \index{\builtin{tuple-ref}} \startprocsyntax \begin{codeblock} (\cbuiltin{tuple-ref} \procarg{tuple} \procarg{index}) \end{codeblock} \startprocarguments \begin{arglist} \argument{tuple}{\code{(\tupletype \indexedsyntaxvarf{t}{1} % ... \indexedsyntaxvarf{t}{n})}}{A tuple} \argument{index}{\builtin{}}{Index of the element wanted} \end{arglist} \procresult{The element of \code{tuple} at position \code{index}}% {\indexedsyntaxvarf{t}{\texttt{index}}} The indices of a tuple start from zero. \subsection{\builtin{tuple-type-with-tail}} \index{\builtin{tuple-type-with-tail}} \startprocsyntax \begin{codeblock} (\cbuiltin{tuple-type-with-tail} \proctypearg{tuple-t} \proctypearg{tail-t}) \end{codeblock} \startprocarguments \begin{arglist} \typeargument{tuple-t}{\builtin{}}{A tuple type} \typeargument{tail-t}{\builtin{}}{A type} \end{arglist} \procresult{A list type constructed from \proctypearg{tuple-t} and % \proctypearg{tail-t}}{\builtin{}} Let \begin{codeformula} \proctypearg{tuple-t} \end{codeformula} be a tuple type consisting of types \begin{codeformula} \indexedsyntaxvarf{t}{1}, ..., \indexedsyntaxvarf{t}{n} \end{codeformula} and \begin{codeformula} \proctypearg{tail-t} \end{codeformula} be a type. Object of type \begin{codeformula} (\cbuiltin{tuple-type-with-tail} \proctypearg{tuple-t} \proctypearg{tail-t}) \end{codeformula} is a list with first \(n\) element types \begin{codeformula} \indexedsyntaxvarf{t}{1}, ..., \indexedsyntaxvarf{t}{n} \end{codeformula} and the tail of the \(n\)th element %%\begin{codeformula} \proctypearg{tail-t}. %%\end{codeformula}. Expression \begin{codeformula} (\cbuiltin{tuple-type-with-tail} \proctypearg{tuple-t} \proctypearg{tail-t}) \end{codeformula} is equivalent to \begin{codeblock} (\cbuiltin{:pair} \indexedsyntaxvarf{t}{1} (\cbuiltin{:pair} \indexedsyntaxvarf{t}{2} ( ... ( \cbuiltin{:pair} \indexedsyntaxvarf{t}{n} \proctypearg{tail-t}) ... ))) \end{codeblock} \chapter{Examples} Subdirectory \code{theme-d/theme-d-code/examples} contains some examples to illustrate the \theme\ programming language. Subdirectory \code{theme-d/theme-d-code/tests} contains programs and modules used to test the \theme\ system. \section{Abstract Data Types} \label{subsec:adts} \index{abstract data type} Abstract data types are data types for which the data type is defined by specifying the operations (procedures) that the members of the data type have to implement. In \theme\ ADT's can be implemented either by using (parametrized) signatures or delegation. We define the ADT's ``sequence'' and ``association'' as examples. The following operations are implemented by every sequence class: \begin{itemize} \item \code{sequence-length} that obtains the length of a sequence \item \code{sequence-ref} that obtains a sequence element at the given index \item \code{sequence-map} that maps a given procedure to a sequence \end{itemize} Associations resemble associations lists. The following operations are implemented by every association class: \begin{itemize} \item \code{gen-assoc} that obtains a value belonging to the given key \item \code{gen-assoc-set!} that adds a binding with given key and value into the association. \end{itemize} Files \code{sequence-sgn-test.thp}, \code{sequence-sgn.th?}, and \code{sequence-list-impl.th?} contain an implementation of ADT sequence implemented with parametrized signatures. Files \code{list-as-sequence.th?}, \code{vector-as-sequence.th?}, and \code{sequence-test.thp} contain an implementation of ADT sequence implemented by delegation. Files \code{assoc-test.thp}, \code{assoc-test2.thp}, \code{assoc-list-impl.th?}, \code{assoc-sgn.th?}, \code{hash-table.th?} and \code{singleton.th?} contain and implementation of ADT association implemented with parametrized signatures. \section{Creators (high-level constructors)} \label{sec:creators} \index{creator} Sometimes the \theme\ constructors are not flexible enough to construct instances. It is possible to emulate GOOPS-style constructors in \theme. We give an example here. Example code can be found from \begin{codeblock} \cl{0.5cm} theme-d-code/examples/creators.thp \end{codeblock} First define a general purpose generic procedure and macro for creating objects: \begin{codeblock} \cl{0.5cm} (define-generic-proc initialize) \\ \\ \cl{0.5cm} (define-syntax create \\ \cl{1.0cm} (syntax-rules () \\ \cl{1.2cm} ((create clas arg ...) \\ \cl{1.4cm} (force-pure-expr \\ \cl{1.6cm} (let ((tmp (make clas))) \\ \cl{1.8cm} (initialize tmp arg ...) \\ \cl{1.8cm} tmp))))) \end{codeblock} \noindent Next define some classes to be used: \begin{codeblock} \cl{0.5cm} (define-class \#t \#f \#f public () \\ \cl{1.0cm} ((i-x public public) \\ \cl{1.2cm} (i-y public public) \\ \cl{1.2cm} (i-width public public) \\ \cl{1.2cm} (i-height public public))) \\ \\ \cl{0.5cm} (define-class \#t \#f \#f public () \\ \cl{1.0cm} ((context (:maybe ) public module null) \\ \cl{1.2cm} (widget-parent (:maybe ) public module null))) \\ \\ \cl{0.5cm} (define-class