+++ /dev/null
-# Ignore object files and compiled libraries:
-*.o
-*.a
-*.deps
-
-# Created by ./configure:
-*.out
-*.log
-Makefile
-/config.status
-/src/config.h
-/aclocal.m4
-
-# Binaries:
-/src/boundary_mesh/testhilbertmesh
-
-# VI swap files for source files:
-.*.?pp.sw[po]
+++ /dev/null
-# Doxyfile 1.7.1
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project
-#
-# All text after a hash (#) is considered a comment and will be ignored
-# The format is:
-# TAG = value [value, ...]
-# For lists items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (" ")
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the config file
-# that follow. The default is UTF-8 which is also the encoding used for all
-# text before the first occurrence of this tag. Doxygen uses libiconv (or the
-# iconv built into libc) for the transcoding. See
-# http://www.gnu.org/software/libiconv for the list of possible encodings.
-
-DOXYFILE_ENCODING = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
-# by quotes) that should identify the project.
-
-PROJECT_NAME = Hilbert3D
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number.
-# This could be handy for archiving the generated documentation or
-# if some version control system is used.
-
-PROJECT_NUMBER =
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
-# base path where the generated documentation will be put.
-# If a relative path is entered, it will be relative to the location
-# where doxygen was started. If left blank the current directory will be used.
-
-OUTPUT_DIRECTORY = docs/doxygen
-
-# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
-# 4096 sub-directories (in 2 levels) under the output directory of each output
-# format and will distribute the generated files over these directories.
-# Enabling this option can be useful when feeding doxygen a huge amount of
-# source files, where putting all generated files in the same directory would
-# otherwise cause performance problems for the file system.
-
-CREATE_SUBDIRS = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# The default language is English, other supported languages are:
-# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
-# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
-# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
-# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
-# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
-# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
-
-OUTPUT_LANGUAGE = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
-# include brief member descriptions after the members that are listed in
-# the file and class documentation (similar to JavaDoc).
-# Set to NO to disable this.
-
-BRIEF_MEMBER_DESC = YES
-
-# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
-# the brief description of a member or function before the detailed description.
-# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-
-REPEAT_BRIEF = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator
-# that is used to form the text in various listings. Each string
-# in this list, if found as the leading text of the brief description, will be
-# stripped from the text and the result after processing the whole list, is
-# used as the annotated text. Otherwise, the brief description is used as-is.
-# If left blank, the following values are used ("$name" is automatically
-# replaced with the name of the entity): "The $name class" "The $name widget"
-# "The $name file" "is" "provides" "specifies" "contains"
-# "represents" "a" "an" "the"
-
-ABBREVIATE_BRIEF = "The $name class" \
- "The $name widget" \
- "The $name file" \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# Doxygen will generate a detailed section even if there is only a brief
-# description.
-
-ALWAYS_DETAILED_SEC = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-
-INLINE_INHERITED_MEMB = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
-# path before files name in the file list and in the header files. If set
-# to NO the shortest path that makes the file name unique will be used.
-
-FULL_PATH_NAMES = YES
-
-# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
-# can be used to strip a user-defined part of the path. Stripping is
-# only done if one of the specified strings matches the left-hand part of
-# the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the
-# path to strip.
-
-STRIP_FROM_PATH =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
-# the path mentioned in the documentation of a class, which tells
-# the reader which header file to include in order to use a class.
-# If left blank only the name of the header file containing the class
-# definition is used. Otherwise one should specify the include paths that
-# are normally passed to the compiler using the -I flag.
-
-STRIP_FROM_INC_PATH =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
-# (but less readable) file names. This can be useful is your file systems
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
-# will interpret the first line (until the first dot) of a JavaDoc-style
-# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like regular Qt-style comments
-# (thus requiring an explicit @brief command for a brief description.)
-
-JAVADOC_AUTOBRIEF = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
-# interpret the first line (until the first dot) of a Qt-style
-# comment as the brief description. If set to NO, the comments
-# will behave just like regular Qt-style comments (thus requiring
-# an explicit \brief command for a brief description.)
-
-QT_AUTOBRIEF = NO
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
-# treat a multi-line C++ special comment block (i.e. a block of //! or ///
-# comments) as a brief description. This used to be the default behaviour.
-# The new default is to treat a multi-line C++ comment block as a detailed
-# description. Set this tag to YES if you prefer the old behaviour instead.
-
-MULTILINE_CPP_IS_BRIEF = NO
-
-# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
-# member inherits the documentation from any documented member that it
-# re-implements.
-
-INHERIT_DOCS = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
-# a new page for each member. If set to NO, the documentation of a member will
-# be part of the file/class/namespace that contains it.
-
-SEPARATE_MEMBER_PAGES = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab.
-# Doxygen uses this value to replace tabs by spaces in code fragments.
-
-TAB_SIZE = 8
-
-# This tag can be used to specify a number of aliases that acts
-# as commands in the documentation. An alias has the form "name=value".
-# For example adding "sideeffect=\par Side Effects:\n" will allow you to
-# put the command \sideeffect (or @sideeffect) in the documentation, which
-# will result in a user-defined paragraph with heading "Side Effects:".
-# You can put \n's in the value part of an alias to insert newlines.
-
-ALIASES =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
-# sources only. Doxygen will then generate output that is more tailored for C.
-# For instance, some of the names that are used will be different. The list
-# of all members will be omitted, etc.
-
-OPTIMIZE_OUTPUT_FOR_C = NO
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
-# sources only. Doxygen will then generate output that is more tailored for
-# Java. For instance, namespaces will be presented as packages, qualified
-# scopes will look different, etc.
-
-OPTIMIZE_OUTPUT_JAVA = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources only. Doxygen will then generate output that is more tailored for
-# Fortran.
-
-OPTIMIZE_FOR_FORTRAN = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for
-# VHDL.
-
-OPTIMIZE_OUTPUT_VHDL = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given extension.
-# Doxygen has a built-in mapping, but you can override or extend it using this
-# tag. The format is ext=language, where ext is a file extension, and language
-# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
-# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
-# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
-# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
-# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
-
-EXTENSION_MAPPING =
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should
-# set this tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
-# func(std::string) {}). This also make the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-
-BUILTIN_STL_SUPPORT = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-
-CPP_CLI_SUPPORT = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
-# Doxygen will parse them like normal C++ but will assume all classes use public
-# instead of private inheritance when no explicit protection keyword is present.
-
-SIP_SUPPORT = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate getter
-# and setter methods for a property. Setting this option to YES (the default)
-# will make doxygen to replace the get and set methods by a property in the
-# documentation. This will only work if the methods are indeed getting or
-# setting a simple type. If this is not the case, or you want to show the
-# methods anyway, you should set this option to NO.
-
-IDL_PROPERTY_SUPPORT = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES, then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-
-DISTRIBUTE_GROUP_DOC = NO
-
-# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
-# the same type (for instance a group of public functions) to be put as a
-# subgroup of that type (e.g. under the Public Functions section). Set it to
-# NO to prevent subgrouping. Alternatively, this can be done per class using
-# the \nosubgrouping command.
-
-SUBGROUPING = YES
-
-# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
-# is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically
-# be useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-
-TYPEDEF_HIDES_STRUCT = NO
-
-# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
-# determine which symbols to keep in memory and which to flush to disk.
-# When the cache is full, less often used symbols will be written to disk.
-# For small to medium size projects (<1000 input files) the default value is
-# probably good enough. For larger projects a too small cache size can cause
-# doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
-# If the system has enough physical memory increasing the cache will improve the
-# performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
-# memory usage. The cache size is given by this formula:
-# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
-# corresponding to a cache size of 2^16 = 65536 symbols
-
-SYMBOL_CACHE_SIZE = 0
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
-# documentation are documented, even if no documentation was available.
-# Private class members and static file members will be hidden unless
-# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-
-EXTRACT_ALL = NO
-
-# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
-# will be included in the documentation.
-
-EXTRACT_PRIVATE = NO
-
-# If the EXTRACT_STATIC tag is set to YES all static members of a file
-# will be included in the documentation.
-
-EXTRACT_STATIC = NO
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
-# defined locally in source files will be included in the documentation.
-# If set to NO only classes defined in header files are included.
-
-EXTRACT_LOCAL_CLASSES = YES
-
-# This flag is only useful for Objective-C code. When set to YES local
-# methods, which are defined in the implementation section but not in
-# the interface are included in the documentation.
-# If set to NO (the default) only methods in the interface are included.
-
-EXTRACT_LOCAL_METHODS = NO
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base
-# name of the file that contains the anonymous namespace. By default
-# anonymous namespace are hidden.
-
-EXTRACT_ANON_NSPACES = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
-# undocumented members of documented classes, files or namespaces.
-# If set to NO (the default) these members will be included in the
-# various overviews, but no documentation section is generated.
-# This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_MEMBERS = NO
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy.
-# If set to NO (the default) these classes will be included in the various
-# overviews. This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_CLASSES = NO
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
-# friend (class|struct|union) declarations.
-# If set to NO (the default) these declarations will be included in the
-# documentation.
-
-HIDE_FRIEND_COMPOUNDS = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
-# documentation blocks found inside the body of a function.
-# If set to NO (the default) these blocks will be appended to the
-# function's detailed documentation block.
-
-HIDE_IN_BODY_DOCS = NO
-
-# The INTERNAL_DOCS tag determines if documentation
-# that is typed after a \internal command is included. If the tag is set
-# to NO (the default) then the documentation will be excluded.
-# Set it to YES to include the internal documentation.
-
-INTERNAL_DOCS = NO
-
-# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
-# file names in lower-case letters. If set to YES upper-case letters are also
-# allowed. This is useful if you have classes or files whose names only differ
-# in case and if your file system supports case sensitive file names. Windows
-# and Mac users are advised to set this option to NO.
-
-CASE_SENSE_NAMES = NO
-
-# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
-# will show members with their full class and namespace scopes in the
-# documentation. If set to YES the scope will be hidden.
-
-HIDE_SCOPE_NAMES = NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
-# will put a list of the files that are included by a file in the documentation
-# of that file.
-
-SHOW_INCLUDE_FILES = YES
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
-# will list include files with double quotes in the documentation
-# rather than with sharp brackets.
-
-FORCE_LOCAL_INCLUDES = NO
-
-# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
-# is inserted in the documentation for inline members.
-
-INLINE_INFO = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
-# will sort the (detailed) documentation of file and class members
-# alphabetically by member name. If set to NO the members will appear in
-# declaration order.
-
-SORT_MEMBER_DOCS = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
-# brief documentation of file, namespace and class members alphabetically
-# by member name. If set to NO (the default) the members will appear in
-# declaration order.
-
-SORT_BRIEF_DOCS = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
-# will sort the (brief and detailed) documentation of class members so that
-# constructors and destructors are listed first. If set to NO (the default)
-# the constructors will appear in the respective orders defined by
-# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
-# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
-# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
-
-SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
-# hierarchy of group names into alphabetical order. If set to NO (the default)
-# the group names will appear in their defined order.
-
-SORT_GROUP_NAMES = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
-# sorted by fully-qualified names, including namespaces. If set to
-# NO (the default), the class list will be sorted only by class name,
-# not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the
-# alphabetical list.
-
-SORT_BY_SCOPE_NAME = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or
-# disable (NO) the todo list. This list is created by putting \todo
-# commands in the documentation.
-
-GENERATE_TODOLIST = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or
-# disable (NO) the test list. This list is created by putting \test
-# commands in the documentation.
-
-GENERATE_TESTLIST = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or
-# disable (NO) the bug list. This list is created by putting \bug
-# commands in the documentation.
-
-GENERATE_BUGLIST = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
-# disable (NO) the deprecated list. This list is created by putting
-# \deprecated commands in the documentation.
-
-GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional
-# documentation sections, marked by \if sectionname ... \endif.
-
-ENABLED_SECTIONS =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
-# the initial value of a variable or define consists of for it to appear in
-# the documentation. If the initializer consists of more lines than specified
-# here it will be hidden. Use a value of 0 to hide initializers completely.
-# The appearance of the initializer of individual variables and defines in the
-# documentation can be controlled using \showinitializer or \hideinitializer
-# command in the documentation regardless of this setting.
-
-MAX_INITIALIZER_LINES = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
-# at the bottom of the documentation of classes and structs. If set to YES the
-# list will mention the files that were used to generate the documentation.
-
-SHOW_USED_FILES = YES
-
-# If the sources in your project are distributed over multiple directories
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
-# This will remove the Files entry from the Quick Index and from the
-# Folder Tree View (if specified). The default is YES.
-
-SHOW_FILES = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
-# Namespaces page. This will remove the Namespaces entry from the Quick Index
-# and from the Folder Tree View (if specified). The default is YES.
-
-SHOW_NAMESPACES = YES
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command <command> <input-file>, where <command> is the value of
-# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
-# provided by doxygen. Whatever the program writes to standard output
-# is used as the file version. See the manual for examples.
-
-FILE_VERSION_FILTER =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. The create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option.
-# You can optionally specify a file name after the option, if omitted
-# DoxygenLayout.xml will be used as the name of the layout file.
-
-LAYOUT_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated
-# by doxygen. Possible values are YES and NO. If left blank NO is used.
-
-QUIET = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated by doxygen. Possible values are YES and NO. If left blank
-# NO is used.
-
-WARNINGS = YES
-
-# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
-# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
-# automatically be disabled.
-
-WARN_IF_UNDOCUMENTED = YES
-
-# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as not documenting some
-# parameters in a documented function, or documenting parameters that
-# don't exist or using markup commands wrongly.
-
-WARN_IF_DOC_ERROR = YES
-
-# This WARN_NO_PARAMDOC option can be abled to get warnings for
-# functions that are documented, but have no documentation for their parameters
-# or return value. If set to NO (the default) doxygen will only warn about
-# wrong or incomplete parameter documentation, but not about the absence of
-# documentation.
-
-WARN_NO_PARAMDOC = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that
-# doxygen can produce. The string should contain the $file, $line, and $text
-# tags, which will be replaced by the file and line number from which the
-# warning originated and the warning text. Optionally the format may contain
-# $version, which will be replaced by the version of the file (if it could
-# be obtained via FILE_VERSION_FILTER)
-
-WARN_FORMAT = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning
-# and error messages should be written. If left blank the output is written
-# to stderr.
-
-WARN_LOGFILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-
-# The INPUT tag can be used to specify the files and/or directories that contain
-# documented source files. You may enter file names like "myfile.cpp" or
-# directories like "/usr/src/myproject". Separate the files or directories
-# with spaces.
-
-INPUT = src
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
-# also the default input encoding. Doxygen uses libiconv (or the iconv built
-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
-# the list of possible encodings.
-
-INPUT_ENCODING = UTF-8
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank the following patterns are tested:
-# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
-# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
-
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.d \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.py \
- *.f90 \
- *.f \
- *.vhd \
- *.vhdl
-
-# The RECURSIVE tag can be used to turn specify whether or not subdirectories
-# should be searched for input files as well. Possible values are YES and NO.
-# If left blank NO is used.
-
-RECURSIVE = YES
-
-# The EXCLUDE tag can be used to specify files and/or directories that should
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-
-EXCLUDE =
-
-# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
-# directories that are symbolic links (a Unix filesystem feature) are excluded
-# from the input.
-
-EXCLUDE_SYMLINKS = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories. Note that the wildcards are matched
-# against the file with absolute path, so to exclude all test directories
-# for example use the pattern */test/*
-
-EXCLUDE_PATTERNS =
-
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# AClass::ANamespace, ANamespace::*Test
-
-EXCLUDE_SYMBOLS =
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or
-# directories that contain example code fragments that are included (see
-# the \include command).
-
-EXAMPLE_PATH =
-
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank all files are included.
-
-EXAMPLE_PATTERNS = *
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude
-# commands irrespective of the value of the RECURSIVE tag.
-# Possible values are YES and NO. If left blank NO is used.
-
-EXAMPLE_RECURSIVE = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or
-# directories that contain image that are included in the documentation (see
-# the \image command).
-
-IMAGE_PATH =
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command <filter> <input-file>, where <filter>
-# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
-# input file. Doxygen will then use the output that the filter program writes
-# to standard output. If FILTER_PATTERNS is specified, this tag will be
-# ignored.
-
-INPUT_FILTER =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form:
-# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
-# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
-# is applied to all files.
-
-FILTER_PATTERNS =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will be used to filter the input files when producing source
-# files to browse (i.e. when SOURCE_BROWSER is set to YES).
-
-FILTER_SOURCE_FILES = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will
-# be generated. Documented entities will be cross-referenced with these sources.
-# Note: To get rid of all source code in the generated output, make sure also
-# VERBATIM_HEADERS is set to NO.
-
-SOURCE_BROWSER = YES
-
-# Setting the INLINE_SOURCES tag to YES will include the body
-# of functions and classes directly in the documentation.
-
-INLINE_SOURCES = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
-# doxygen to hide any special comment blocks from generated source code
-# fragments. Normal C and C++ comments will always remain visible.
-
-STRIP_CODE_COMMENTS = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES
-# then for each documented function all documented
-# functions referencing it will be listed.
-
-REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES
-# then for each documented function all documented entities
-# called/used by that function will be listed.
-
-REFERENCES_RELATION = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
-# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
-# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
-# link to the source code. Otherwise they will link to the documentation.
-
-REFERENCES_LINK_SOURCE = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code
-# will point to the HTML generated by the htags(1) tool instead of doxygen
-# built-in source browser. The htags tool is part of GNU's global source
-# tagging system (see http://www.gnu.org/software/global/global.html). You
-# will need version 4.8.6 or higher.
-
-USE_HTAGS = NO
-
-# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
-# will generate a verbatim copy of the header file for each class for
-# which an include is specified. Set to NO to disable this.
-
-VERBATIM_HEADERS = YES
-
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
-# of all compounds will be generated. Enable this if the project
-# contains a lot of classes, structs, unions or interfaces.
-
-ALPHABETICAL_INDEX = YES
-
-# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
-# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
-# in which this list will be split (can be a number in the range [1..20])
-
-COLS_IN_ALPHA_INDEX = 5
-
-# In case all classes in a project start with a common prefix, all
-# classes will be put under the same header in the alphabetical index.
-# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
-# should be ignored while generating the index headers.
-
-IGNORE_PREFIX =
-
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
-# generate HTML output.
-
-GENERATE_HTML = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `html' will be used as the default path.
-
-HTML_OUTPUT = html
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
-# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
-# doxygen will generate files with .html extension.
-
-HTML_FILE_EXTENSION = .html
-
-# The HTML_HEADER tag can be used to specify a personal HTML header for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard header.
-
-HTML_HEADER =
-
-# The HTML_FOOTER tag can be used to specify a personal HTML footer for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard footer.
-
-HTML_FOOTER =
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
-# style sheet that is used by each HTML page. It can be used to
-# fine-tune the look of the HTML output. If the tag is left blank doxygen
-# will generate a default style sheet. Note that doxygen will try to copy
-# the style sheet file to the HTML output directory, so don't put your own
-# stylesheet in the HTML output directory as well, or it will be erased!
-
-HTML_STYLESHEET =
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
-# Doxygen will adjust the colors in the stylesheet and background images
-# according to this color. Hue is specified as an angle on a colorwheel,
-# see http://en.wikipedia.org/wiki/Hue for more information.
-# For instance the value 0 represents red, 60 is yellow, 120 is green,
-# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
-# The allowed range is 0 to 359.
-
-HTML_COLORSTYLE_HUE = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
-# the colors in the HTML output. For a value of 0 the output will use
-# grayscales only. A value of 255 will produce the most vivid colors.
-
-HTML_COLORSTYLE_SAT = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
-# the luminance component of the colors in the HTML output. Values below
-# 100 gradually make the output lighter, whereas values above 100 make
-# the output darker. The value divided by 100 is the actual gamma applied,
-# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
-# and 100 does not change the gamma.
-
-HTML_COLORSTYLE_GAMMA = 80
-
-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
-# page will contain the date and time when the page was generated. Setting
-# this to NO can help when comparing the output of multiple runs.
-
-HTML_TIMESTAMP = YES
-
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
-# files or namespaces will be aligned in HTML using tables. If set to
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded. For this to work a browser that supports
-# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
-# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
-
-HTML_DYNAMIC_SECTIONS = NO
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files
-# will be generated that can be used as input for Apple's Xcode 3
-# integrated development environment, introduced with OSX 10.5 (Leopard).
-# To create a documentation set, doxygen will generate a Makefile in the
-# HTML output directory. Running make will produce the docset in that
-# directory and running "make install" will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
-# it at startup.
-# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
-# for more information.
-
-GENERATE_DOCSET = NO
-
-# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
-# feed. A documentation feed provides an umbrella under which multiple
-# documentation sets from a single provider (such as a company or product suite)
-# can be grouped.
-
-DOCSET_FEEDNAME = "Doxygen generated docs"
-
-# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
-# should uniquely identify the documentation set bundle. This should be a
-# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
-# will append .docset to the name.
-
-DOCSET_BUNDLE_ID = org.doxygen.Project
-
-# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-
-DOCSET_PUBLISHER_ID = org.doxygen.Publisher
-
-# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
-
-DOCSET_PUBLISHER_NAME = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES, additional index files
-# will be generated that can be used as input for tools like the
-# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
-# of the generated HTML documentation.
-
-GENERATE_HTMLHELP = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
-# be used to specify the file name of the resulting .chm file. You
-# can add a path in front of the file if the result should not be
-# written to the html output directory.
-
-CHM_FILE =
-
-# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
-# be used to specify the location (absolute path including file name) of
-# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
-# the HTML help compiler on the generated index.hhp.
-
-HHC_LOCATION =
-
-# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
-# controls if a separate .chi index file is generated (YES) or that
-# it should be included in the master .chm file (NO).
-
-GENERATE_CHI = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
-# is used to encode HtmlHelp index (hhk), content (hhc) and project file
-# content.
-
-CHM_INDEX_ENCODING =
-
-# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
-# controls whether a binary table of contents is generated (YES) or a
-# normal table of contents (NO) in the .chm file.
-
-BINARY_TOC = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members
-# to the contents of the HTML help documentation and to the tree view.
-
-TOC_EXPAND = NO
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
-# that can be used as input for Qt's qhelpgenerator to generate a
-# Qt Compressed Help (.qch) of the generated HTML documentation.
-
-GENERATE_QHP = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
-# be used to specify the file name of the resulting .qch file.
-# The path specified is relative to the HTML output folder.
-
-QCH_FILE =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#namespace
-
-QHP_NAMESPACE = org.doxygen.Project
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#virtual-folders
-
-QHP_VIRTUAL_FOLDER = doc
-
-# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
-# add. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#custom-filters
-
-QHP_CUST_FILTER_NAME =
-
-# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see
-# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
-# Qt Help Project / Custom Filters</a>.
-
-QHP_CUST_FILTER_ATTRS =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's
-# filter section matches.
-# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
-# Qt Help Project / Filter Attributes</a>.
-
-QHP_SECT_FILTER_ATTRS =
-
-# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
-# be used to specify the location of Qt's qhelpgenerator.
-# If non-empty doxygen will try to run qhelpgenerator on the generated
-# .qhp file.
-
-QHG_LOCATION =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
-# will be generated, which together with the HTML files, form an Eclipse help
-# plugin. To install this plugin and make it available under the help contents
-# menu in Eclipse, the contents of the directory containing the HTML and XML
-# files needs to be copied into the plugins directory of eclipse. The name of
-# the directory within the plugins directory should be the same as
-# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
-# the help appears.
-
-GENERATE_ECLIPSEHELP = NO
-
-# A unique identifier for the eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have
-# this name.
-
-ECLIPSE_DOC_ID = org.doxygen.Project
-
-# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
-# top of each HTML page. The value NO (the default) enables the index and
-# the value YES disables it.
-
-DISABLE_INDEX = NO
-
-# This tag can be used to set the number of enum values (range [1..20])
-# that doxygen will group on one line in the generated HTML documentation.
-
-ENUM_VALUES_PER_LINE = 4
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information.
-# If the tag value is set to YES, a side panel will be generated
-# containing a tree-like index structure (just like the one that
-# is generated for HTML Help). For this to work a browser that supports
-# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
-# Windows users are probably better off using the HTML help feature.
-
-GENERATE_TREEVIEW = NO
-
-# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
-# and Class Hierarchy pages using a tree view instead of an ordered list.
-
-USE_INLINE_TREES = NO
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
-# used to set the initial width (in pixels) of the frame in which the tree
-# is shown.
-
-TREEVIEW_WIDTH = 250
-
-# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
-# links to external symbols imported via tag files in a separate window.
-
-EXT_LINKS_IN_WINDOW = NO
-
-# Use this tag to change the font size of Latex formulas included
-# as images in the HTML documentation. The default is 10. Note that
-# when you change the font size after a successful doxygen run you need
-# to manually remove any form_*.png images from the HTML output directory
-# to force them to be regenerated.
-
-FORMULA_FONTSIZE = 10
-
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
-# generated for formulas are transparent PNGs. Transparent PNGs are
-# not supported properly for IE 6.0, but are supported on all modern browsers.
-# Note that when changing this option you need to delete any form_*.png files
-# in the HTML output before the changes have effect.
-
-FORMULA_TRANSPARENT = YES
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box
-# for the HTML output. The underlying search engine uses javascript
-# and DHTML and should work on any modern browser. Note that when using
-# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
-# (GENERATE_DOCSET) there is already a search function so this one should
-# typically be disabled. For large projects the javascript based search engine
-# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-
-SEARCHENGINE = NO
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a PHP enabled web server instead of at the web client
-# using Javascript. Doxygen will generate the search PHP script and index
-# file to put on the web server. The advantage of the server
-# based approach is that it scales better to large projects and allows
-# full text search. The disadvances is that it is more difficult to setup
-# and does not have live searching capabilities.
-
-SERVER_BASED_SEARCH = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
-# generate Latex output.
-
-GENERATE_LATEX = YES
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `latex' will be used as the default path.
-
-LATEX_OUTPUT = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked. If left blank `latex' will be used as the default command name.
-# Note that when enabling USE_PDFLATEX this option is only used for
-# generating bitmaps for formulas in the HTML output, but not in the
-# Makefile that is written to the output directory.
-
-LATEX_CMD_NAME = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
-# generate index for LaTeX. If left blank `makeindex' will be used as the
-# default command name.
-
-MAKEINDEX_CMD_NAME = makeindex
-
-# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
-# LaTeX documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_LATEX = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used
-# by the printer. Possible values are: a4, a4wide, letter, legal and
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE = a4wide
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES =
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
-# the generated latex document. The header should contain everything until
-# the first chapter. If it is left blank doxygen will generate a
-# standard header. Notice: only use this tag if you know what you are doing!
-
-LATEX_HEADER =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
-# is prepared for conversion to pdf (using ps2pdf). The pdf file will
-# contain links (just like the HTML output) instead of page references
-# This makes the output suitable for online browsing using a pdf viewer.
-
-PDF_HYPERLINKS = YES
-
-# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
-# plain latex in the generated Makefile. Set this option to YES to get a
-# higher quality PDF documentation.
-
-USE_PDFLATEX = YES
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
-# command to the generated LaTeX files. This will instruct LaTeX to keep
-# running if errors occur, instead of asking the user for help.
-# This option is also used when generating formulas in HTML.
-
-LATEX_BATCHMODE = NO
-
-# If LATEX_HIDE_INDICES is set to YES then doxygen will not
-# include the index chapters (such as File Index, Compound Index, etc.)
-# in the output.
-
-LATEX_HIDE_INDICES = NO
-
-# If LATEX_SOURCE_CODE is set to YES then doxygen will include
-# source code with syntax highlighting in the LaTeX output.
-# Note that which sources are shown also depends on other settings
-# such as SOURCE_BROWSER.
-
-LATEX_SOURCE_CODE = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
-# The RTF output is optimized for Word 97 and may not look very pretty with
-# other RTF readers or editors.
-
-GENERATE_RTF = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `rtf' will be used as the default path.
-
-RTF_OUTPUT = rtf
-
-# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
-# RTF documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_RTF = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
-# will contain hyperlink fields. The RTF file will
-# contain links (just like the HTML output) instead of page references.
-# This makes the output suitable for online browsing using WORD or other
-# programs which support those fields.
-# Note: wordpad (write) and others do not support links.
-
-RTF_HYPERLINKS = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's
-# config file, i.e. a series of assignments. You only have to provide
-# replacements, missing definitions are set to their default value.
-
-RTF_STYLESHEET_FILE =
-
-# Set optional variables used in the generation of an rtf document.
-# Syntax is similar to doxygen's config file.
-
-RTF_EXTENSIONS_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
-# generate man pages
-
-GENERATE_MAN = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `man' will be used as the default path.
-
-MAN_OUTPUT = man
-
-# The MAN_EXTENSION tag determines the extension that is added to
-# the generated man pages (default is the subroutine's section .3)
-
-MAN_EXTENSION = .3
-
-# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
-# then it will generate one additional man file for each entity
-# documented in the real man page(s). These additional files
-# only source the real man page, but without them the man command
-# would be unable to find the correct page. The default is NO.
-
-MAN_LINKS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES Doxygen will
-# generate an XML file that captures the structure of
-# the code including all documentation.
-
-GENERATE_XML = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `xml' will be used as the default path.
-
-XML_OUTPUT = xml
-
-# The XML_SCHEMA tag can be used to specify an XML schema,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify an XML DTD,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_DTD =
-
-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
-# dump the program listings (including syntax highlighting
-# and cross-referencing information) to the XML output. Note that
-# enabling this will significantly increase the size of the XML output.
-
-XML_PROGRAMLISTING = YES
-
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
-# generate an AutoGen Definitions (see autogen.sf.net) file
-# that captures the structure of the code including all
-# documentation. Note that this feature is still experimental
-# and incomplete at the moment.
-
-GENERATE_AUTOGEN_DEF = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES Doxygen will
-# generate a Perl module file that captures the structure of
-# the code including all documentation. Note that this
-# feature is still experimental and incomplete at the
-# moment.
-
-GENERATE_PERLMOD = NO
-
-# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
-# the necessary Makefile rules, Perl scripts and LaTeX code to be able
-# to generate PDF and DVI output from the Perl module output.
-
-PERLMOD_LATEX = NO
-
-# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
-# nicely formatted so it can be parsed by a human reader. This is useful
-# if you want to understand what is going on. On the other hand, if this
-# tag is set to NO the size of the Perl module output will be much smaller
-# and Perl will parse it just the same.
-
-PERLMOD_PRETTY = YES
-
-# The names of the make variables in the generated doxyrules.make file
-# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
-# This is useful so different doxyrules.make files included by the same
-# Makefile don't overwrite each other's variables.
-
-PERLMOD_MAKEVAR_PREFIX =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
-# evaluate all C-preprocessor directives found in the sources and include
-# files.
-
-ENABLE_PREPROCESSING = YES
-
-# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
-# names in the source code. If set to NO (the default) only conditional
-# compilation will be performed. Macro expansion can be done in a controlled
-# way by setting EXPAND_ONLY_PREDEF to YES.
-
-MACRO_EXPANSION = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
-# then the macro expansion is limited to the macros specified with the
-# PREDEFINED and EXPAND_AS_DEFINED tags.
-
-EXPAND_ONLY_PREDEF = NO
-
-# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
-# in the INCLUDE_PATH (see below) will be search if a #include is found.
-
-SEARCH_INCLUDES = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by
-# the preprocessor.
-
-INCLUDE_PATH =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will
-# be used.
-
-INCLUDE_FILE_PATTERNS =
-
-# The PREDEFINED tag can be used to specify one or more macro names that
-# are defined before the preprocessor is started (similar to the -D option of
-# gcc). The argument of the tag is a list of macros of the form: name
-# or name=definition (no spaces). If the definition and the = are
-# omitted =1 is assumed. To prevent a macro definition from being
-# undefined via #undef or recursively expanded use the := operator
-# instead of the = operator.
-
-PREDEFINED =
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
-# this tag can be used to specify a list of macro names that should be expanded.
-# The macro definition that is found in the sources will be used.
-# Use the PREDEFINED tag if you want to use a different macro definition.
-
-EXPAND_AS_DEFINED =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
-# doxygen's preprocessor will remove all function-like macros that are alone
-# on a line, have an all uppercase name, and do not end with a semicolon. Such
-# function macros are typically used for boiler-plate code, and will confuse
-# the parser if not removed.
-
-SKIP_FUNCTION_MACROS = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-
-# The TAGFILES option can be used to specify one or more tagfiles.
-# Optionally an initial location of the external documentation
-# can be added for each tagfile. The format of a tag file without
-# this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where "loc1" and "loc2" can be relative or absolute paths or
-# URLs. If a location is present for each tag, the installdox tool
-# does not have to be run to correct the links.
-# Note that each tag file must have a unique name
-# (where the name does NOT include the path)
-# If a tag file is not located in the directory in which doxygen
-# is run, you must also specify the path to the tagfile here.
-
-TAGFILES =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create
-# a tag file that is based on the input files it reads.
-
-GENERATE_TAGFILE =
-
-# If the ALLEXTERNALS tag is set to YES all external classes will be listed
-# in the class index. If set to NO only the inherited external classes
-# will be listed.
-
-ALLEXTERNALS = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
-# in the modules index. If set to NO, only the current project's groups will
-# be listed.
-
-EXTERNAL_GROUPS = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of `which perl').
-
-PERL_PATH = /usr/bin/perl
-
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
-# or super classes. Setting the tag to NO turns the diagrams off. Note that
-# this option is superseded by the HAVE_DOT option below. This is only a
-# fallback. It is recommended to install and use dot, since it yields more
-# powerful graphs.
-
-CLASS_DIAGRAMS = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see
-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-MSCGEN_PATH =
-
-# If set to YES, the inheritance and collaboration graphs will hide
-# inheritance and usage relations if the target is undocumented
-# or is not a class.
-
-HIDE_UNDOC_RELATIONS = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz, a graph visualization
-# toolkit from AT&T and Lucent Bell Labs. The other options in this section
-# have no effect if this option is set to NO (the default)
-
-HAVE_DOT = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
-# allowed to run in parallel. When set to 0 (the default) doxygen will
-# base this on the number of processors available in the system. You can set it
-# explicitly to a value larger than 0 to get control over the balance
-# between CPU load and processing speed.
-
-DOT_NUM_THREADS = 0
-
-# By default doxygen will write a font called FreeSans.ttf to the output
-# directory and reference it in all dot files that doxygen generates. This
-# font does not include all possible unicode characters however, so when you need
-# these (or just want a differently looking font) you can specify the font name
-# using DOT_FONTNAME. You need need to make sure dot is able to find the font,
-# which can be done by putting it in a standard location or by setting the
-# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
-# containing the font.
-
-DOT_FONTNAME = FreeSans.ttf
-
-# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
-# The default size is 10pt.
-
-DOT_FONTSIZE = 10
-
-# By default doxygen will tell dot to use the output directory to look for the
-# FreeSans.ttf font (which doxygen will put there itself). If you specify a
-# different font using DOT_FONTNAME you can set the path where dot
-# can find it using this tag.
-
-DOT_FONTPATH =
-
-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect inheritance relations. Setting this tag to YES will force the
-# the CLASS_DIAGRAMS tag to NO.
-
-CLASS_GRAPH = YES
-
-# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect implementation dependencies (inheritance, containment, and
-# class references variables) of the class with other documented classes.
-
-COLLABORATION_GRAPH = YES
-
-# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for groups, showing the direct groups dependencies
-
-GROUP_GRAPHS = YES
-
-# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-
-UML_LOOK = NO
-
-# If set to YES, the inheritance and collaboration graphs will show the
-# relations between templates and their instances.
-
-TEMPLATE_RELATIONS = NO
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
-# tags are set to YES then doxygen will generate a graph for each documented
-# file showing the direct and indirect include dependencies of the file with
-# other documented files.
-
-INCLUDE_GRAPH = YES
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
-# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
-# documented header file showing the documented files that directly or
-# indirectly include this file.
-
-INCLUDED_BY_GRAPH = YES
-
-# If the CALL_GRAPH and HAVE_DOT options are set to YES then
-# doxygen will generate a call dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable call graphs
-# for selected functions only using the \callgraph command.
-
-CALL_GRAPH = NO
-
-# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
-# doxygen will generate a caller dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable caller
-# graphs for selected functions only using the \callergraph command.
-
-CALLER_GRAPH = NO
-
-# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
-# will graphical hierarchy of all classes instead of a textual one.
-
-GRAPHICAL_HIERARCHY = YES
-
-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
-# then doxygen will show the dependencies a directory has on other directories
-# in a graphical way. The dependency relations are determined by the #include
-# relations between the files in the directories.
-
-DIRECTORY_GRAPH = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot. Possible values are png, jpg, or gif
-# If left blank png will be used.
-
-DOT_IMAGE_FORMAT = png
-
-# The tag DOT_PATH can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-
-DOT_PATH =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the
-# \dotfile command).
-
-DOTFILE_DIRS =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
-# nodes that will be shown in the graph. If the number of nodes in a graph
-# becomes larger than this value, doxygen will truncate the graph, which is
-# visualized by representing a node as a red box. Note that doxygen if the
-# number of direct children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
-# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-
-DOT_GRAPH_MAX_NODES = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
-# graphs generated by dot. A depth value of 3 means that only nodes reachable
-# from the root by following a path via at most 3 edges will be shown. Nodes
-# that lay further from the root node will be omitted. Note that setting this
-# option to 1 or 2 may greatly reduce the computation time needed for large
-# code bases. Also note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-
-MAX_DOT_GRAPH_DEPTH = 0
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
-# background. This is disabled by default, because dot on Windows does not
-# seem to support this out of the box. Warning: Depending on the platform used,
-# enabling this option may lead to badly anti-aliased labels on the edges of
-# a graph (i.e. they become hard to read).
-
-DOT_TRANSPARENT = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10)
-# support this, this feature is disabled by default.
-
-DOT_MULTI_TARGETS = NO
-
-# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
-# generate a legend page explaining the meaning of the various boxes and
-# arrows in the dot generated graphs.
-
-GENERATE_LEGEND = YES
-
-# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
-# remove the intermediate dot files that are used to generate
-# the various graphs.
-
-DOT_CLEANUP = YES
+++ /dev/null
-Installation Instructions
-*************************
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 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 commands `./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.
-
- On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
-parse its `<wchar.h>' 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 bug. Until the bug is fixed you can use this workaround:
-
- CONFIG_SHELL=/bin/bash /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.
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
- ChangeLog INSTALL NEWS depcomp install-sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir dist dist-all distcheck
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
- { test ! -d "$(distdir)" \
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr "$(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
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix =
-top_builddir = .
-top_srcdir = .
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src t
-DX_CLEAN_HTML = docs/doxygen/html
-#DX_CLEAN_CHM = docs/doxygen/chm
-##DX_CLEAN_CHI = docs/doxygen/hilbert3d.chi
-#DX_CLEAN_MAN = docs/doxygen/man
-#DX_CLEAN_RTF = docs/doxygen/rtf
-#DX_CLEAN_XML = docs/doxygen/xml
-DX_CLEAN_PS = docs/doxygen/hilbert3d.ps
-DX_PS_GOAL = doxygen-ps
-DX_CLEAN_PDF = docs/doxygen/hilbert3d.pdf
-DX_PDF_GOAL = doxygen-pdf
-DX_CLEAN_LATEX = docs/doxygen/latex
-DX_CLEANFILES = \
- docs/doxygen/hilbert3d.tag \
- -r \
- $(DX_CLEAN_HTML) \
- $(DX_CLEAN_CHM) \
- $(DX_CLEAN_CHI) \
- $(DX_CLEAN_MAN) \
- $(DX_CLEAN_RTF) \
- $(DX_CLEAN_XML) \
- $(DX_CLEAN_PDF) \
- $(DX_CLEAN_PS) \
- $(DX_CLEAN_LATEX)
-
-all: all-recursive
-
-.SUFFIXES:
-am--refresh:
- @:
-$(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
-.PRECIOUS: 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__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
- 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):
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- 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) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-dist-bzip2: distdir
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
- $(am__remove_distdir)
-
-dist-lzma: distdir
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
- $(am__remove_distdir)
-
-dist-xz: distdir
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
- $(am__remove_distdir)
-
-dist-tarZ: distdir
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
- $(am__remove_distdir)
-
-dist-shar: distdir
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
- $(am__remove_distdir)
-
-dist-zip: distdir
- -rm -f $(distdir).zip
- zip -rq $(distdir).zip $(distdir)
- $(am__remove_distdir)
-
-dist dist-all: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__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*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
- *.tar.bz2*) \
- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
- *.tar.lzma*) \
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
- *.tar.xz*) \
- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
- *.tar.Z*) \
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- *.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
- *.zip*) \
- unzip $(distdir).zip ;;\
- esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
- mkdir $(distdir)/_build
- mkdir $(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 \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
- $(DISTCHECK_CONFIGURE_FLAGS) \
- && $(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__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:
- @$(am__cd) '$(distuninstallcheck_dir)' \
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
- || { 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
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f $(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
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
- install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am am--refresh check check-am clean clean-generic \
- ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
- dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
- distclean distclean-generic distclean-tags distcleancheck \
- distdir distuninstallcheck dvi dvi-am html html-am info \
- info-am install install-am install-data install-data-am \
- install-dvi install-dvi-am install-exec install-exec-am \
- install-html install-html-am install-info install-info-am \
- install-man install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
-
-doxygen-ps: docs/doxygen/hilbert3d.ps
-docs/doxygen/hilbert3d.ps: docs/doxygen/hilbert3d.tag
- cd docs/doxygen/latex; \
- rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
- $(DX_LATEX) refman.tex; \
- $(MAKEINDEX_PATH) refman.idx; \
- $(DX_LATEX) refman.tex; \
- countdown=5; \
- while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
- refman.log > /dev/null 2>&1 \
- && test $$countdown -gt 0; do \
- $(DX_LATEX) refman.tex; \
- countdown=`expr $$countdown - 1`; \
- done; \
- $(DX_DVIPS) -o ../hilbert3d.ps refman.dvi
-doxygen-pdf: docs/doxygen/hilbert3d.pdf
-docs/doxygen/hilbert3d.pdf: docs/doxygen/hilbert3d.tag
- cd docs/doxygen/latex; \
- rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
- $(DX_PDFLATEX) refman.tex; \
- $(DX_MAKEINDEX) refman.idx; \
- $(DX_PDFLATEX) refman.tex; \
- countdown=5; \
- while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
- refman.log > /dev/null 2>&1 \
- && test $$countdown -gt 0; do \
- $(DX_PDFLATEX) refman.tex; \
- countdown=`expr $$countdown - 1`; \
- done; \
- mv refman.pdf ../hilbert3d.pdf
-.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
-.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-doxygen-run: docs/doxygen/hilbert3d.tag
-doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-docs/doxygen/hilbert3d.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
- rm -rf docs/doxygen
- $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
-
-# 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:
+++ /dev/null
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src t
-
-## --------------------------------- ##
-## Format-independent Doxygen rules. ##
-## --------------------------------- ##
-if DX_COND_doc
-## ------------------------------- ##
-## Rules specific for HTML output. ##
-## ------------------------------- ##
-if DX_COND_html
-DX_CLEAN_HTML = @DX_DOCDIR@/html
-endif DX_COND_html
-## ------------------------------ ##
-## Rules specific for CHM output. ##
-## ------------------------------ ##
-if DX_COND_chm
-DX_CLEAN_CHM = @DX_DOCDIR@/chm
-if DX_COND_chi
-DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
-endif DX_COND_chi
-endif DX_COND_chm
-## ------------------------------ ##
-## Rules specific for MAN output. ##
-## ------------------------------ ##
-if DX_COND_man
-DX_CLEAN_MAN = @DX_DOCDIR@/man
-endif DX_COND_man
-## ------------------------------ ##
-## Rules specific for RTF output. ##
-## ------------------------------ ##
-if DX_COND_rtf
-DX_CLEAN_RTF = @DX_DOCDIR@/rtf
-endif DX_COND_rtf
-## ------------------------------ ##
-## Rules specific for XML output. ##
-## ------------------------------ ##
-if DX_COND_xml
-DX_CLEAN_XML = @DX_DOCDIR@/xml
-endif DX_COND_xml
-## ----------------------------- ##
-## Rules specific for PS output. ##
-## ----------------------------- ##
-if DX_COND_ps
-DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
-DX_PS_GOAL = doxygen-ps
-doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
-@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
- cd @DX_DOCDIR@/latex; \
- rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
- $(DX_LATEX) refman.tex; \
- $(MAKEINDEX_PATH) refman.idx; \
- $(DX_LATEX) refman.tex; \
- countdown=5; \
- while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
- refman.log > /dev/null 2>&1 \
- && test $$countdown -gt 0; do \
- $(DX_LATEX) refman.tex; \
- countdown=`expr $$countdown - 1`; \
- done; \
- $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
-endif DX_COND_ps
-## ------------------------------ ##
-## Rules specific for PDF output. ##
-## ------------------------------ ##
-if DX_COND_pdf
-DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
-DX_PDF_GOAL = doxygen-pdf
-doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
-@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
- cd @DX_DOCDIR@/latex; \
- rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
- $(DX_PDFLATEX) refman.tex; \
- $(DX_MAKEINDEX) refman.idx; \
- $(DX_PDFLATEX) refman.tex; \
- countdown=5; \
- while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
- refman.log > /dev/null 2>&1 \
- && test $$countdown -gt 0; do \
- $(DX_PDFLATEX) refman.tex; \
- countdown=`expr $$countdown - 1`; \
- done; \
- mv refman.pdf ../@PACKAGE@.pdf
-endif DX_COND_pdf
-## ------------------------------------------------- ##
-## Rules specific for LaTeX (shared for PS and PDF). ##
-## ------------------------------------------------- ##
-if DX_COND_latex
-DX_CLEAN_LATEX = @DX_DOCDIR@/latex
-endif DX_COND_latex
-.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
-.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
-doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
- rm -rf @DX_DOCDIR@
- $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
-DX_CLEANFILES = \
- @DX_DOCDIR@/@PACKAGE@.tag \
- -r \
- $(DX_CLEAN_HTML) \
- $(DX_CLEAN_CHM) \
- $(DX_CLEAN_CHI) \
- $(DX_CLEAN_MAN) \
- $(DX_CLEAN_RTF) \
- $(DX_CLEAN_XML) \
- $(DX_CLEAN_PDF) \
- $(DX_CLEAN_PS) \
- $(DX_CLEAN_LATEX)
-endif DX_COND_doc
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
- ChangeLog INSTALL NEWS depcomp install-sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir dist dist-all distcheck
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
- { test ! -d "$(distdir)" \
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr "$(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
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src t
-@DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
-@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
-@DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
-@DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
-@DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
-@DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
-@DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
-@DX_COND_doc_TRUE@DX_CLEANFILES = \
-@DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
-@DX_COND_doc_TRUE@ -r \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
-@DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
-
-all: all-recursive
-
-.SUFFIXES:
-am--refresh:
- @:
-$(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
-.PRECIOUS: 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__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
- 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):
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- 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) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-dist-bzip2: distdir
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
- $(am__remove_distdir)
-
-dist-lzma: distdir
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
- $(am__remove_distdir)
-
-dist-xz: distdir
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
- $(am__remove_distdir)
-
-dist-tarZ: distdir
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
- $(am__remove_distdir)
-
-dist-shar: distdir
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
- $(am__remove_distdir)
-
-dist-zip: distdir
- -rm -f $(distdir).zip
- zip -rq $(distdir).zip $(distdir)
- $(am__remove_distdir)
-
-dist dist-all: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__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*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
- *.tar.bz2*) \
- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
- *.tar.lzma*) \
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
- *.tar.xz*) \
- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
- *.tar.Z*) \
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- *.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
- *.zip*) \
- unzip $(distdir).zip ;;\
- esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
- mkdir $(distdir)/_build
- mkdir $(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 \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
- $(DISTCHECK_CONFIGURE_FLAGS) \
- && $(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__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:
- @$(am__cd) '$(distuninstallcheck_dir)' \
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
- || { 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
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f $(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
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
- install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am am--refresh check check-am clean clean-generic \
- ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
- dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
- distclean distclean-generic distclean-tags distcleancheck \
- distdir distuninstallcheck dvi dvi-am html html-am info \
- info-am install install-am install-data install-data-am \
- install-dvi install-dvi-am install-exec install-exec-am \
- install-html install-html-am install-info install-info-am \
- install-man install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
-
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
-@DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
-@DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
-@DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
-@DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-@DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
-@DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-@DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
-@DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
-@DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
-
-# 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:
+++ /dev/null
-1.) in src/spaces: da alles templateisiert ist, muss man die *_tmpl.cpp als header behandeln und beim linken von
- testP0Space als header dazuschreiben. dann braucht man aber libhilbert-spaces.a nicht dazulinken. was für einen sinn
- macht also eine template-library eigentlich????
+++ /dev/null
-*******************************************************************************
-* Version 0.2: Mission "V\phi=f" *
-*******************************************************************************
-
-.=========================================================.==========.========.
-| Aufgabe | Verantw. | Status |
-|=========================================================|==========|========|
-| Netzverwaltung | MM | teilw. |
-|=========================================================|==========|========|
-| 01) Das Speichern und effiziente Abrufen von Netzen, | MM | OK |
-| die aus beliebigen Polygonen bestehen. | | |
-|---------------------------------------------------------|----------|--------|
-| 02) Laden und Speichern von Netzen im Wavefront-OBJ- | MM | OK |
-| Format bzw. in einer Restriktion dieses Formats. | | |
-|---------------------------------------------------------|----------|--------|
-| 03) Uniforme Netzverfeinerung für Dreiecke und | MM | OK |
-| konvexe Vierecke. | | |
-|---------------------------------------------------------|----------|--------|
-| 04) Adaptive Netzverfeinerung für Dreiecke und | MM | teilw. |
-| konvexe Vierecke. | | |
-|---------------------------------------------------------|----------|--------|
-| 05) Ein einfaches, plattformunabhängiges Werkzeug zum | MM | OK |
-| Darstellen von Netzen (mesh_explorer). | | |
-|---------------------------------------------------------|----------|--------|
-| 06) Mechanismen zum Verwalten des Codes für | MM | OK |
-| verschiedenartige Polygone. | | |
-|=========================================================|==========|========|
-| Finite-Element-Räume | | |
-|=========================================================|==========|========|
-| 07) P0-Räume und P0-Elemente, d.h. Basisfunktionen. | MK | teilw. |
-|---------------------------------------------------------|----------|--------|
-| 08) Diskrete Funktionen als Linearkombination von | | ?? |
-| Basisfunktionen. | | |
-|=========================================================|==========|========|
-| Operatoren | | |
-|=========================================================|==========|========|
-| 09) Einfachschichtpotential für Laplace für Dreiecke. | MK | teilw. |
-|---------------------------------------------------------|----------|--------|
-| 10) Einfachschichtpotential für Laplace und achsen- | PS,MM,MK | TODO |
-| parallele Rechtecke. | | |
-|---------------------------------------------------------|----------|--------|
-| 11) Anbindung an die HLib zum Aufstellen der Matrizen | MK,MM | teilw. |
-| und zum Lösen. | | |
-|=========================================================|==========|========|
-| Dokumentation | | |
-|=========================================================|==========|========|
-| Testen | | |
-'========================================================='=========='========'
-
-@ 02: Es werden nur die v- und f-Direktiven unterstützt.
-@ 04: Die adaptive Netzverfeinerung wurde noch nicht vollständig von der alten
- auf die neue Netzverwaltung übernommen.
-@ 10: Peter Schaefer arbeitet derzeit im Zweig rectangles an dem
- Einfachschichtpotential für achsenparallele Rechtecke.
-@ 11: Die Anbindung ist weitgehend ungetestet.
-
-*******************************************************************************
-* Version 0.4: *
-*******************************************************************************
-
-.=========================================================.==========.========.
-| Aufgabe | Verantw. | Status |
-|=========================================================|==========|========|
-| Finite-Element-Räume | | |
-|=========================================================|==========|========|
-| Operatoren | | |
-|=========================================================|==========|========|
-| Fehler-Schätzer | | |
-|=========================================================|==========|========|
-| mesh_explorer | | |
-|=========================================================|==========|========|
-| Netzverwaltung | | |
-|=========================================================|==========|========|
-| Dokumentation | | |
-'========================================================='=========='========'
-
+++ /dev/null
-# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009 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_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
-[m4_warning([this file was generated for autoconf 2.68.
-You have another version of autoconf. It may work, but is not guaranteed to.
-If you have problems, you may need to regenerate the build system entirely.
-To do so, use the procedure documented by the package, typically `autoreconf'.])])
-
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 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.11'
-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.11.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.11.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, 2003, 2005 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],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-
-# AM_CONDITIONAL -*- Autoconf -*-
-
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
-# 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.
-
-# serial 9
-
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-# -------------------------------------
-# Define a conditional.
-AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ(2.52)dnl
- ifelse([$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, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
-# 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.
-
-# serial 10
-
-# 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", "GCJ", or "OBJC".
-# 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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-
-# Generate code to set up dependency tracking. -*- Autoconf -*-
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
-# 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.
-
-#serial 5
-
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
-# ------------------------------
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[{
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-])# _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. FIXME. This creates each `.P' file that we will
-# 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" ac_aux_dir="$ac_aux_dir"])
-])
-
-# Do all the work for Automake. -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2008, 2009 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.
-
-# serial 16
-
-# 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.
-
-# 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.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-])
-
-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, 2003, 2005, 2008 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}" != 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, 2005 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.
-
-# serial 2
-
-# 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, 2002, 2003, 2005, 2009 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.
-
-# serial 4
-
-# AM_MAKE_INCLUDE()
-# -----------------
-# Check to see how make treats includes.
-AC_DEFUN([AM_MAKE_INCLUDE],
-[am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-
-# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
-
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
-# 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.
-
-# serial 6
-
-# 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 supports --run.
-# If it does, 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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-
-# Copyright (C) 2003, 2004, 2005, 2006 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_MKDIR_P
-# ---------------
-# Check for `mkdir -p'.
-AC_DEFUN([AM_PROG_MKDIR_P],
-[AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-
-# Helper functions for option handling. -*- Autoconf -*-
-
-# Copyright (C) 2001, 2002, 2003, 2005, 2008 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.
-
-# serial 4
-
-# _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])])
-
-# Check to make sure that the build environment is sane. -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
-# 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.
-
-# serial 5
-
-# AM_SANITY_CHECK
-# ---------------
-AC_DEFUN([AM_SANITY_CHECK],
-[AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)])
-
-# Copyright (C) 2001, 2003, 2005 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, 2008 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.
-
-# serial 2
-
-# _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, 2005 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.
-
-# serial 2
-
-# _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.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
- fi
-done
-rm -rf conftest.dir
-
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
-AC_SUBST([am__tar])
-AC_SUBST([am__untar])
-]) # _AM_PROG_TAR
-
-m4_include([m4/ax_blas.m4])
-m4_include([m4/ax_boost_base.m4])
-m4_include([m4/ax_boost_regex.m4])
-m4_include([m4/ax_hlib.m4])
-m4_include([m4/ax_lapack.m4])
-m4_include([m4/ax_lib_loki.m4])
-m4_include([m4/ax_prog_doxygen.m4])
+++ /dev/null
-@%:@! /bin/sh
-@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.68 for Hilbert 3D 0.1.0.
-@%:@
-@%:@ Report bugs to <markus.mayr@tuwien.ac.at>.
-@%:@
-@%:@
-@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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
-
-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"
- 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 \$(( 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 :
- # 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
- export CONFIG_SHELL
- 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+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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 @S|@? 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 "@S|@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_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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 @S|@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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIB@&t@OBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-CC
-CFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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
- @<:@@S|@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]
- --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/hilbert3d@:>@
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- CC C compiler command
- CFLAGS C compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.68
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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_cxx_try_compile
-
-@%:@ ac_fn_c_try_compile LINENO
-@%:@ --------------------------
-@%:@ Try to compile conftest.@S|@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_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-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_type
-
-@%:@ ac_fn_c_try_cpp LINENO
-@%:@ ----------------------
-@%:@ Try to preprocess conftest.@S|@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.@S|@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_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
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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.11'
-
-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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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_cxx_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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if ${ac_cv_prog_cxx_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-@%:@ 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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_CXX_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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-DX_INIT_DOXYGEN("Hilbert 3D", Doxyfile, docs/doxygen)
-
-AX_BOOST_BASE(1.38.0)
-AX_BOOST_REGEX
-AX_BOOST_TEST
-AX_HLIB
-AX_LIB_LOKI
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 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 <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if ${ac_cv_header_stdbool_h+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- /* See body of main program for 'e'. */
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-int
-main ()
-{
-
- bool e = &s;
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = xyes; then :
-
-cat >>confdefs.h <<_ACEOF
-@%:@define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIB@&t@OBJS; 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
-LIB@&t@OBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-@%:@ as_fn_mkdir_p
-@%:@ -------------
-@%:@ Create "@S|@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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.68,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$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 = "\a"
-
-}
-{
- 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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_tt"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
- } >"$ac_tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$ac_tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-@%:@! /bin/sh
-@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.68 for Hilbert 3D 0.1.0.
-@%:@
-@%:@ Report bugs to <markus.mayr@tuwien.ac.at>.
-@%:@
-@%:@
-@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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
-
-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"
- 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 \$(( 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 :
- # 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
- export CONFIG_SHELL
- 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+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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 @S|@? 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 "@S|@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_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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 @S|@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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIB@&t@OBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-LOKI_ROOT_PATH
-LOKI_LDFLAGS
-LOKI_CPPFLAGS
-HLIB_LIB
-HLIB_ROOT_PATH
-HLIB_LDFLAGS
-HLIB_CPPFLAGS
-LAPACK_LIBS
-BLAS_LIBS
-FLIBS
-ac_ct_F77
-FFLAGS
-F77
-BOOST_REGEX_LIB
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-BOOST_ROOT_PATH
-BOOST_LDFLAGS
-BOOST_CPPFLAGS
-DOXYGEN_PAPER_SIZE
-DX_COND_latex_FALSE
-DX_COND_latex_TRUE
-DX_COND_pdf_FALSE
-DX_COND_pdf_TRUE
-DX_PDFLATEX
-DX_FLAG_pdf
-DX_COND_ps_FALSE
-DX_COND_ps_TRUE
-DX_EGREP
-DX_DVIPS
-DX_MAKEINDEX
-DX_LATEX
-DX_FLAG_ps
-DX_COND_html_FALSE
-DX_COND_html_TRUE
-DX_FLAG_html
-DX_COND_chi_FALSE
-DX_COND_chi_TRUE
-DX_FLAG_chi
-DX_COND_chm_FALSE
-DX_COND_chm_TRUE
-DX_HHC
-DX_FLAG_chm
-DX_COND_xml_FALSE
-DX_COND_xml_TRUE
-DX_FLAG_xml
-DX_COND_rtf_FALSE
-DX_COND_rtf_TRUE
-DX_FLAG_rtf
-DX_COND_man_FALSE
-DX_COND_man_TRUE
-DX_FLAG_man
-DX_COND_dot_FALSE
-DX_COND_dot_TRUE
-DX_DOT
-DX_FLAG_dot
-DX_COND_doc_FALSE
-DX_COND_doc_TRUE
-DX_PERL
-DX_DOXYGEN
-DX_FLAG_doc
-DX_ENV
-DX_DOCDIR
-DX_CONFIG
-DX_PROJECT
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-enable_doxygen_doc
-enable_doxygen_dot
-enable_doxygen_man
-enable_doxygen_rtf
-enable_doxygen_xml
-enable_doxygen_chm
-enable_doxygen_chi
-enable_doxygen_html
-enable_doxygen_ps
-enable_doxygen_pdf
-with_boost
-with_boost_regex
-with_blas
-with_lapack
-with_hlib
-with_loki
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-DOXYGEN_PAPER_SIZE
-CC
-CFLAGS
-F77
-FFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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
- @<:@@S|@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]
- --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/hilbert3d@:>@
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
- --disable-doxygen-doc don't generate any doxygen documentation
- --enable-doxygen-dot generate graphics for doxygen documentation
- --enable-doxygen-man generate doxygen manual pages
- --enable-doxygen-rtf generate doxygen RTF documentation
- --enable-doxygen-xml generate doxygen XML documentation
- --enable-doxygen-chm generate doxygen compressed HTML help documentation
- --enable-doxygen-chi generate doxygen seperate compressed HTML help index
- file
- --disable-doxygen-html don't generate doxygen plain HTML documentation
- --disable-doxygen-ps don't generate doxygen PostScript documentation
- --disable-doxygen-pdf don't generate doxygen PDF documentation
-
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-boost@<:@=DIR@:>@ use boost (default is yes) - it is possible to
- specify the root directory for boost (optional)
- --with-boost-regex@<:@=special-lib@:>@
- use the Regex library from boost - it is possible to
- specify a certain library for the linker e.g.
- --with-boost-regex=boost_regex-gcc-mt-d-1_33_1
- --with-blas=<lib> use BLAS library <lib>
- --with-lapack=<lib> use LAPACK library <lib>
- --with-hlib@<:@=DIR@:>@ use hlib (default is yes) - it is possible to
- specify the root directory for hlib (optional)
- --with-loki@<:@=DIR|:>@ specify the root directory for the loki library
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- DOXYGEN_PAPER_SIZE
- a4wide (default), a4, letter, legal or executive
- CC C compiler command
- CFLAGS C compiler flags
- F77 Fortran 77 compiler command
- FFLAGS Fortran 77 compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.68
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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_cxx_try_compile
-
-@%:@ ac_fn_c_try_compile LINENO
-@%:@ --------------------------
-@%:@ Try to compile conftest.@S|@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.@S|@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 ||
- $as_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_f77_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_f77_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_f77_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_f77_try_compile
-
-@%:@ ac_fn_c_check_func LINENO FUNC VAR
-@%:@ ----------------------------------
-@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $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 <limits.h> declares $2.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#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
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#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
-
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-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_type
-
-@%:@ ac_fn_c_try_cpp LINENO
-@%:@ ----------------------
-@%:@ Try to preprocess conftest.@S|@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.@S|@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_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
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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.11'
-
-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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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_cxx_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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if ${ac_cv_prog_cxx_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-@%:@ 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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_CXX_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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-
-
-# Files:
-DX_PROJECT="Hilbert 3D"
-
-DX_CONFIG=Doxyfile
-
-DX_DOCDIR=docs/doxygen
-
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV="$DX_ENV SRCDIR='$srcdir'"
-
-DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
-
-DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
-
-DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
-
-
-# Doxygen itself:
-
-
-
- @%:@ Check whether --enable-doxygen-doc was given.
-if test "${enable_doxygen_doc+set}" = set; then :
- enableval=$enable_doxygen_doc;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_doc=1
-
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_doc=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_doc=1
-
-
-
-fi
-
-if test "$DX_FLAG_doc" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
-set dummy ${ac_tool_prefix}doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOXYGEN="$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
-DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
-if test -n "$DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
-$as_echo "$DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOXYGEN"; then
- ac_pt_DX_DOXYGEN=$DX_DOXYGEN
- # Extract the first word of "doxygen", so it can be a program name with args.
-set dummy doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOXYGEN="$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_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
-if test -n "$ac_pt_DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
-$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOXYGEN" = x; then
- DX_DOXYGEN=""
- 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
- DX_DOXYGEN=$ac_pt_DX_DOXYGEN
- fi
-else
- DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
-fi
-
-if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
-set dummy ${ac_tool_prefix}perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PERL="$DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PERL="$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
-DX_PERL=$ac_cv_path_DX_PERL
-if test -n "$DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
-$as_echo "$DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PERL"; then
- ac_pt_DX_PERL=$DX_PERL
- # Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PERL="$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_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
-if test -n "$ac_pt_DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
-$as_echo "$ac_pt_DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PERL" = x; then
- DX_PERL=""
- 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
- DX_PERL=$ac_pt_DX_PERL
- fi
-else
- DX_PERL="$ac_cv_path_DX_PERL"
-fi
-
-if test "$DX_FLAG_doc$DX_PERL" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_doc" = 1; then
- if :; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
- DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
-
- :
-else
- if false; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
-
- :
-fi
-
-
-# Dot for graphics:
-
-
-
- @%:@ Check whether --enable-doxygen-dot was given.
-if test "${enable_doxygen_dot+set}" = set; then :
- enableval=$enable_doxygen_dot;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_dot=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_dot=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_dot=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
-
-
-
-fi
-
-if test "$DX_FLAG_dot" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOT="$DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOT="$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
-DX_DOT=$ac_cv_path_DX_DOT
-if test -n "$DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
-$as_echo "$DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOT"; then
- ac_pt_DX_DOT=$DX_DOT
- # Extract the first word of "dot", so it can be a program name with args.
-set dummy dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOT="$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_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
-if test -n "$ac_pt_DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
-$as_echo "$ac_pt_DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOT" = x; then
- DX_DOT=""
- 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
- DX_DOT=$ac_pt_DX_DOT
- fi
-else
- DX_DOT="$ac_cv_path_DX_DOT"
-fi
-
-if test "$DX_FLAG_dot$DX_DOT" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
-$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
- DX_FLAG_dot=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_dot" = 1; then
- if :; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='YES'"
-
- DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
-
- :
-else
- if false; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='NO'"
-
- :
-fi
-
-
-# Man pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-man was given.
-if test "${enable_doxygen_man+set}" = set; then :
- enableval=$enable_doxygen_man;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_man=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_man=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_man=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
-
-
-
-fi
-
-if test "$DX_FLAG_man" = 1; then
-
- :
-fi
-if test "$DX_FLAG_man" = 1; then
- if :; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='YES'"
-
- :
-else
- if false; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='NO'"
-
- :
-fi
-
-
-# RTF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-rtf was given.
-if test "${enable_doxygen_rtf+set}" = set; then :
- enableval=$enable_doxygen_rtf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_rtf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_rtf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_rtf=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
-
-
-
-fi
-
-if test "$DX_FLAG_rtf" = 1; then
-
- :
-fi
-if test "$DX_FLAG_rtf" = 1; then
- if :; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='YES'"
-
- :
-else
- if false; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='NO'"
-
- :
-fi
-
-
-# XML file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-xml was given.
-if test "${enable_doxygen_xml+set}" = set; then :
- enableval=$enable_doxygen_xml;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_xml=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_xml=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_xml=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
-
-
-
-fi
-
-if test "$DX_FLAG_xml" = 1; then
-
- :
-fi
-if test "$DX_FLAG_xml" = 1; then
- if :; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='YES'"
-
- :
-else
- if false; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='NO'"
-
- :
-fi
-
-
-# (Compressed) HTML help generation:
-
-
-
- @%:@ Check whether --enable-doxygen-chm was given.
-if test "${enable_doxygen_chm+set}" = set; then :
- enableval=$enable_doxygen_chm;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chm=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chm=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chm=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
-
-
-
-fi
-
-if test "$DX_FLAG_chm" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_HHC="$DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_HHC="$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
-DX_HHC=$ac_cv_path_DX_HHC
-if test -n "$DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
-$as_echo "$DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_HHC"; then
- ac_pt_DX_HHC=$DX_HHC
- # Extract the first word of "hhc", so it can be a program name with args.
-set dummy hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_HHC="$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_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
-if test -n "$ac_pt_DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
-$as_echo "$ac_pt_DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_HHC" = x; then
- DX_HHC=""
- 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
- DX_HHC=$ac_pt_DX_HHC
- fi
-else
- DX_HHC="$ac_cv_path_DX_HHC"
-fi
-
-if test "$DX_FLAG_chm$DX_HHC" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
-$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
- DX_FLAG_chm=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_chm" = 1; then
- if :; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
-
- :
-else
- if false; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
-
- :
-fi
-
-
-# Seperate CHI file generation.
-
-
-
- @%:@ Check whether --enable-doxygen-chi was given.
-if test "${enable_doxygen_chi+set}" = set; then :
- enableval=$enable_doxygen_chi;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chi=1
-
-
-test "$DX_FLAG_chm" = "1" \
-|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chi=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chi=0
-
-
-test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
-
-
-
-fi
-
-if test "$DX_FLAG_chi" = 1; then
-
- :
-fi
-if test "$DX_FLAG_chi" = 1; then
- if :; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='YES'"
-
- :
-else
- if false; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='NO'"
-
- :
-fi
-
-
-# Plain HTML pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-html was given.
-if test "${enable_doxygen_html+set}" = set; then :
- enableval=$enable_doxygen_html;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
-
-test "$DX_FLAG_chm" = "0" \
-|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_html=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
-
-
-test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
-
-
-
-fi
-
-if test "$DX_FLAG_html" = 1; then
-
- :
-fi
-if test "$DX_FLAG_html" = 1; then
- if :; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- :
-else
- if false; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
-
- :
-fi
-
-
-# PostScript file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-ps was given.
-if test "${enable_doxygen_ps+set}" = set; then :
- enableval=$enable_doxygen_ps;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_ps=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
-
-
-
-fi
-
-if test "$DX_FLAG_ps" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_LATEX="$DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_LATEX="$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
-DX_LATEX=$ac_cv_path_DX_LATEX
-if test -n "$DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
-$as_echo "$DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_LATEX"; then
- ac_pt_DX_LATEX=$DX_LATEX
- # Extract the first word of "latex", so it can be a program name with args.
-set dummy latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_LATEX="$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_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
-if test -n "$ac_pt_DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
-$as_echo "$ac_pt_DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_LATEX" = x; then
- DX_LATEX=""
- 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
- DX_LATEX=$ac_pt_DX_LATEX
- fi
-else
- DX_LATEX="$ac_cv_path_DX_LATEX"
-fi
-
-if test "$DX_FLAG_ps$DX_LATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DVIPS="$DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DVIPS="$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
-DX_DVIPS=$ac_cv_path_DX_DVIPS
-if test -n "$DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
-$as_echo "$DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DVIPS"; then
- ac_pt_DX_DVIPS=$DX_DVIPS
- # Extract the first word of "dvips", so it can be a program name with args.
-set dummy dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DVIPS="$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_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
-if test -n "$ac_pt_DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
-$as_echo "$ac_pt_DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DVIPS" = x; then
- DX_DVIPS=""
- 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
- DX_DVIPS=$ac_pt_DX_DVIPS
- fi
-else
- DX_DVIPS="$ac_cv_path_DX_DVIPS"
-fi
-
-if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_ps$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_ps" = 1; then
- if :; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-fi
-
-
-# PDF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-pdf was given.
-if test "${enable_doxygen_pdf+set}" = set; then :
- enableval=$enable_doxygen_pdf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_pdf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
-
-
-
-fi
-
-if test "$DX_FLAG_pdf" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PDFLATEX="$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
-DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
-if test -n "$DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
-$as_echo "$DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PDFLATEX"; then
- ac_pt_DX_PDFLATEX=$DX_PDFLATEX
- # Extract the first word of "pdflatex", so it can be a program name with args.
-set dummy pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PDFLATEX="$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_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
-if test -n "$ac_pt_DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
-$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PDFLATEX" = x; then
- DX_PDFLATEX=""
- 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
- DX_PDFLATEX=$ac_pt_DX_PDFLATEX
- fi
-else
- DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-fi
-
-
-# LaTeX generation for PS and/or PDF:
-if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
-
-else
- if false; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
-
-fi
-
-# Paper size for PS and/or PDF:
-
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- DOXYGEN_PAPER_SIZE=""
-
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
-
-;; #(
-*)
- as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-
-
-
-
-
-@%:@ Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
- withval=$with_boost;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
-
-else
- want_boost="yes"
-fi
-
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=1.38.0
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
- succeeded=no
-
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&2;}
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: WARNING: Your boost libraries seems to old (version $_version)." >&2;}
- fi
- else
-
-
-
-
-$as_echo "@%:@define HAVE_BOOST /**/" >>confdefs.h
-
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-
-
-@%:@ Check whether --with-boost-regex was given.
-if test "${with_boost_regex+set}" = set; then :
- withval=$with_boost_regex;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
-
-else
- want_boost="yes"
-
-fi
-
-
- if test "x$want_boost" = "xyes"; then
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
-$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
-if ${ax_cv_boost_regex+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <boost/regex.hpp>
-
-int
-main ()
-{
-boost::regex r(); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_boost_regex=yes
-else
- ax_cv_boost_regex=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_regex" >&5
-$as_echo "$ax_cv_boost_regex" >&6; }
- if test "x$ax_cv_boost_regex" = "xyes"; then
-
-$as_echo "@%:@define HAVE_BOOST_REGEX /**/" >>confdefs.h
-
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
-$as_echo_n "checking for main in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-
-int
-main ()
-{
-return main ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
- if test "x$link_regex" != "xyes"; then
- as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-
-AX_BOOST_TEST
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-if test -n "$ac_tool_prefix"; then
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
- 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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$F77"; then
- ac_cv_prog_F77="$F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_F77="$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
-F77=$ac_cv_prog_F77
-if test -n "$F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
-$as_echo "$F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$F77" && break
- done
-fi
-if test -z "$F77"; then
- ac_ct_F77=$F77
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
-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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_F77"; then
- ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_F77="$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_F77=$ac_cv_prog_ac_ct_F77
-if test -n "$ac_ct_F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
-$as_echo "$ac_ct_F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_F77" && break
-done
-
- if test "x$ac_ct_F77" = x; then
- F77=""
- 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
- F77=$ac_ct_F77
- fi
-fi
-
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 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
-rm -f a.out
-
-# If we don't use `.F' as extension, the preprocessor is not run on the
-# input file. (Note that this only needs to work for GNU compilers.)
-ac_save_ext=$ac_ext
-ac_ext=F
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
-if ${ac_cv_f77_compiler_gnu+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-#ifndef __GNUC__
- choke me
-#endif
-
- end
-_ACEOF
-if ac_fn_f77_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_f77_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
-ac_ext=$ac_save_ext
-ac_test_FFLAGS=${FFLAGS+set}
-ac_save_FFLAGS=$FFLAGS
-FFLAGS=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
-if ${ac_cv_prog_f77_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- FFLAGS=-g
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_g=yes
-else
- ac_cv_prog_f77_g=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
-$as_echo "$ac_cv_prog_f77_g" >&6; }
-if test "$ac_test_FFLAGS" = set; then
- FFLAGS=$ac_save_FFLAGS
-elif test $ac_cv_prog_f77_g = yes; then
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-g -O2"
- else
- FFLAGS="-g"
- fi
-else
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-O2"
- else
- FFLAGS=
- fi
-fi
-
-if test $ac_compiler_gnu = yes; then
- G77=yes
-else
- G77=
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $F77" >&5
-$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
-if ${ac_cv_prog_f77_v+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_v=
-# Try some options frequently used verbose output
-for ac_verb in -v -verbose --verbose -V -\#\#\#; do
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_verb"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
- # look for -l* and *.a constructs in the output
- for ac_arg in $ac_f77_v_output; do
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
- ac_cv_prog_f77_v=$ac_verb
- break 2 ;;
- esac
- done
-done
-if test -z "$ac_cv_prog_f77_v"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $F77" >&5
-$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
-fi
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5
-$as_echo "$as_me: WARNING: compilation failed" >&2;}
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_v" >&5
-$as_echo "$ac_cv_prog_f77_v" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 libraries of $F77" >&5
-$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
-if ${ac_cv_f77_libs+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test "x$FLIBS" != "x"; then
- ac_cv_f77_libs="$FLIBS" # Let the user override the test.
-else
-
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
-
-ac_cv_f77_libs=
-
-# Save positional arguments (if any)
-ac_save_positional="$@"
-
-set X $ac_f77_v_output
-while test $@%:@ != 1; do
- shift
- ac_arg=$1
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -bI:*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_arg; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
-fi
- ;;
- # Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
- |-LANG:=* | -LIST:* | -LNO:* | -link)
- ;;
- -lkernel32)
- test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- -[LRuYz])
- # These flags, when seen by themselves, take an argument.
- # We remove the space between option and argument and re-iterate
- # unless we find an empty arg or a new option (starting with -)
- case $2 in
- "" | -*);;
- *)
- ac_arg="$ac_arg$2"
- shift; shift
- set X $ac_arg "$@"
- ;;
- esac
- ;;
- -YP,*)
- for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_j" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_arg="$ac_arg $ac_j"
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
-fi
- done
- ;;
- -[lLR]*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -zallextract*| -zdefaultextract)
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- # Ignore everything else.
- esac
-done
-# restore positional arguments
-set X $ac_save_positional; shift
-
-# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
-# then we insist that the "run path" must be an absolute path (i.e. it
-# must begin with a "/").
-case `(uname -sr) 2>/dev/null` in
- "SunOS 5"*)
- ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
- sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
- test "x$ac_ld_run_path" != x &&
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_ld_run_path; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
-fi
- ;;
-esac
-fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_libs" >&5
-$as_echo "$ac_cv_f77_libs" >&6; }
-FLIBS="$ac_cv_f77_libs"
-
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dummy main to link with Fortran 77 libraries" >&5
-$as_echo_n "checking for dummy main to link with Fortran 77 libraries... " >&6; }
-if ${ac_cv_f77_dummy_main+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_f77_dm_save_LIBS=$LIBS
- LIBS="$LIBS $FLIBS"
- ac_fortran_dm_var=F77_DUMMY_MAIN
- 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
-
- # First, try linking without a dummy main:
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=none
-else
- ac_cv_fortran_dummy_main=unknown
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
- if test $ac_cv_fortran_dummy_main = unknown; then
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@define $ac_fortran_dm_var $ac_func
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=$ac_func; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- fi
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
- ac_cv_f77_dummy_main=$ac_cv_fortran_dummy_main
- rm -rf conftest*
- LIBS=$ac_f77_dm_save_LIBS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_dummy_main" >&5
-$as_echo "$ac_cv_f77_dummy_main" >&6; }
-F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
-if test "$F77_DUMMY_MAIN" != unknown; then :
- if test $F77_DUMMY_MAIN != none; then
-
-cat >>confdefs.h <<_ACEOF
-@%:@define F77_DUMMY_MAIN $F77_DUMMY_MAIN
-_ACEOF
-
- if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
-
-$as_echo "@%:@define FC_DUMMY_MAIN_EQ_F77 1" >>confdefs.h
-
- fi
-fi
-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 $? "linking to Fortran libraries from C fails
-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
-
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 name-mangling scheme" >&5
-$as_echo_n "checking for Fortran 77 name-mangling scheme... " >&6; }
-if ${ac_cv_f77_mangling+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- subroutine foobar()
- return
- end
- subroutine foo_bar()
- return
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- mv conftest.$ac_objext cfortran_test.$ac_objext
-
- ac_save_LIBS=$LIBS
- LIBS="cfortran_test.$ac_objext $LIBS $FLIBS"
-
- 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_success=no
- for ac_foobar in foobar FOOBAR; do
- for ac_underscore in "" "_"; do
- ac_func="$ac_foobar$ac_underscore"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success=yes; break 2
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success" = "yes"; then
- case $ac_foobar in
- foobar)
- ac_case=lower
- ac_foo_bar=foo_bar
- ;;
- FOOBAR)
- ac_case=upper
- ac_foo_bar=FOO_BAR
- ;;
- 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
- ac_success_extra=no
- for ac_extra in "" "_"; do
- ac_func="$ac_foo_bar$ac_underscore$ac_extra"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success_extra=yes; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success_extra" = "yes"; then
- ac_cv_f77_mangling="$ac_case case"
- if test -z "$ac_underscore"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, underscore"
- fi
- if test -z "$ac_extra"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no extra underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, extra underscore"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
-
- LIBS=$ac_save_LIBS
- rm -rf conftest*
- rm -f cfortran_test*
-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 compile a simple Fortran program
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_mangling" >&5
-$as_echo "$ac_cv_f77_mangling" >&6; }
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-ax_blas_ok=no
-
-
-@%:@ Check whether --with-blas was given.
-if test "${with_blas+set}" = set; then :
- withval=$with_blas;
-fi
-
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="SGEMM" ;;
- lower*) ac_val="sgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-sgemm="$ac_val"
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="DGEMM" ;;
- lower*) ac_val="dgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-dgemm="$ac_val"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in $BLAS_LIBS" >&5
-$as_echo_n "checking for $sgemm in $BLAS_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-else
- BLAS_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $sgemm is being linked in already" >&5
-$as_echo_n "checking if $sgemm is being linked in already... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5
-$as_echo_n "checking for ATL_xerbla in -latlas... " >&6; }
-if ${ac_cv_lib_atlas_ATL_xerbla+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-latlas $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 ATL_xerbla ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return ATL_xerbla ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_atlas_ATL_xerbla=yes
-else
- ac_cv_lib_atlas_ATL_xerbla=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_atlas_ATL_xerbla" >&5
-$as_echo "$ac_cv_lib_atlas_ATL_xerbla" >&6; }
-if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lf77blas" >&5
-$as_echo_n "checking for $sgemm in -lf77blas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lf77blas -latlas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5
-$as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; }
-if ${ac_cv_lib_cblas_cblas_dgemm+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcblas -lf77blas -latlas $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 cblas_dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return cblas_dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_cblas_cblas_dgemm=yes
-else
- ac_cv_lib_cblas_cblas_dgemm=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_cblas_cblas_dgemm" >&5
-$as_echo "$ac_cv_lib_cblas_cblas_dgemm" >&6; }
-if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then :
- ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $dgemm in -ldgemm" >&5
-$as_echo_n "checking for $dgemm in -ldgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldgemm -lblas $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 $dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsgemm" >&5
-$as_echo_n "checking for $sgemm in -lsgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgemm -lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_mkl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl" >&5
-$as_echo_n "checking for $sgemm in -lmkl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lmkl $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lmkl"
-fi
-
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -framework vecLib" >&5
-$as_echo_n "checking for $sgemm in -framework vecLib... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_cxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcxml" >&5
-$as_echo_n "checking for $sgemm in -lcxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lcxml"
-fi
-
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_dxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -ldxml" >&5
-$as_echo_n "checking for $sgemm in -ldxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-ldxml"
-fi
-
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5
-$as_echo_n "checking for acosp in -lsunmath... " >&6; }
-if ${ac_cv_lib_sunmath_acosp+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunmath $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 acosp ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return acosp ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_sunmath_acosp=yes
-else
- ac_cv_lib_sunmath_acosp=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_sunmath_acosp" >&5
-$as_echo "$ac_cv_lib_sunmath_acosp" >&6; }
-if test "x$ac_cv_lib_sunmath_acosp" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sunperf_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsunperf" >&5
-$as_echo_n "checking for $sgemm in -lsunperf... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunperf -lsunmath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes
-fi
-
-fi
-
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_scs_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lscs" >&5
-$as_echo_n "checking for $sgemm in -lscs... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lscs $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lscs"
-fi
-
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_complib.sgimath_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcomplib.sgimath" >&5
-$as_echo_n "checking for $sgemm in -lcomplib.sgimath... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcomplib.sgimath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"
-fi
-
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_essl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lessl" >&5
-$as_echo_n "checking for $sgemm in -lessl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lessl -lblas $FLIBS $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"
-fi
-
-fi
-
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lblas"
-fi
-
-fi
-
-
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_BLAS 1" >>confdefs.h
-
- :
-else
- ax_blas_ok=no
-
-fi
-
-
-
-ax_lapack_ok=no
-
-
-@%:@ Check whether --with-lapack was given.
-if test "${with_lapack+set}" = set; then :
- withval=$with_lapack;
-fi
-
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="CHEEV" ;;
- lower*) ac_val="cheev" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-cheev="$ac_val"
-
-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
-
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in $LAPACK_LIBS" >&5
-$as_echo_n "checking for $cheev in $LAPACK_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_lapack_ok=yes
-else
- LAPACK_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_lapack_ok" >&5
-$as_echo "$ax_lapack_ok" >&6; }
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- as_ac_var=`$as_echo "ac_cv_func_$cheev" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$cheev" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
- ax_lapack_ok=yes
-fi
-
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in -l$lapack" >&5
-$as_echo_n "checking for $cheev in -l$lapack... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$lapack $FLIBS $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 $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"
-fi
-
- LIBS="$save_LIBS"
- fi
-done
-
-
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_LAPACK 1" >>confdefs.h
-
- :
-else
- ax_lapack_ok=no
-
-fi
-
-
-
-
-
-@%:@ Check whether --with-hlib was given.
-if test "${with_hlib+set}" = set; then :
- withval=$with_hlib;
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
-
-else
-
- want_hlib="yes"
-
-fi
-
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- as_fn_error $? "We could not detect lapack. Please install lapack or disable
- HLib." "$LINENO" 5
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package." "$LINENO" 5
- else
-
-
-
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HLib library is available" >&5
-$as_echo_n "checking whether HLib library is available... " >&6; }
-if ${ax_cv_hlib+:} 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. */
-@%:@include <HLib/bem2d.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ax_cv_hlib=yes
-else
- ax_cv_hlib=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_hlib" >&5
-$as_echo "$ax_cv_hlib" >&6; }
-
- if test "x$ax_cv_hlib" = "xyes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aca_fill_block in -lhmatrix" >&5
-$as_echo_n "checking for aca_fill_block in -lhmatrix... " >&6; }
-if ${ac_cv_lib_hmatrix_aca_fill_block+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lhmatrix $LAPACK_LIBS $BLAS_LIBS $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 aca_fill_block ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return aca_fill_block ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_hmatrix_aca_fill_block=yes
-else
- ac_cv_lib_hmatrix_aca_fill_block=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_hmatrix_aca_fill_block" >&5
-$as_echo "$ac_cv_lib_hmatrix_aca_fill_block" >&6; }
-if test "x$ac_cv_lib_hmatrix_aca_fill_block" = xyes; then :
- HLIB_LIB="-lhmatrix"; link_hlib="yes"; break
-else
- link_hlib="no"
-fi
-
-
- if test "x$link_hlib" = "xyes"; then
-
-$as_echo "@%:@define HAVE_HLIB /**/" >>confdefs.h
-
- else
- as_fn_error $? "Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no." "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-
-
-
-@%:@ Check whether --with-loki was given.
-if test "${with_loki+set}" = set; then :
- withval=$with_loki;
- if test "$withval" = "no"; then
- as_fn_error $? "Sorry, but it is not possible to compile without loki" "$LINENO" 5
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
-
-else
-
- want_loki="yes";
-
-fi
-
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding." "$LINENO" 5
- else
-
-
-
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Loki is usable" >&5
-$as_echo_n "checking whether Loki is usable... " >&6; }
-if ${ax_cv_loki+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <loki/SmartPtr.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-::Loki::SmartPtr< int > t = new int;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_loki="yes"
-else
- ax_cv_loki="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_loki" >&5
-$as_echo "$ax_cv_loki" >&6; }
-
- if test "$ax_cv_loki" != "yes"; then
- as_fn_error $? "Could not use the loki library. Please make sure
- that it is installed correctly." "$LINENO" 5;
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- 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
-{ $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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 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 <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if ${ac_cv_header_stdbool_h+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- /* See body of main program for 'e'. */
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- bool e = &s;
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = xyes; then :
-
-cat >>confdefs.h <<_ACEOF
-@%:@define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIB@&t@OBJS; 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
-LIB@&t@OBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" 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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-@%:@ as_fn_mkdir_p
-@%:@ -------------
-@%:@ Create "@S|@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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.68,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$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 = "\a"
-
-}
-{
- 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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_tt"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
- } >"$ac_tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$ac_tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-@%:@! /bin/sh
-@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.68 for Hilbert 3D 0.1.0.
-@%:@
-@%:@ Report bugs to <markus.mayr@tuwien.ac.at>.
-@%:@
-@%:@
-@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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
-
-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"
- 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 \$(( 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 :
- # 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
- export CONFIG_SHELL
- 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+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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 @S|@? 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 "@S|@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_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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 @S|@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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIB@&t@OBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-LOKI_ROOT_PATH
-LOKI_LDFLAGS
-LOKI_CPPFLAGS
-HLIB_LIB
-HLIB_ROOT_PATH
-HLIB_LDFLAGS
-HLIB_CPPFLAGS
-LAPACK_LIBS
-BLAS_LIBS
-FLIBS
-ac_ct_F77
-FFLAGS
-F77
-BOOST_REGEX_LIB
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-BOOST_ROOT_PATH
-BOOST_LDFLAGS
-BOOST_CPPFLAGS
-DOXYGEN_PAPER_SIZE
-DX_COND_latex_FALSE
-DX_COND_latex_TRUE
-DX_COND_pdf_FALSE
-DX_COND_pdf_TRUE
-DX_PDFLATEX
-DX_FLAG_pdf
-DX_COND_ps_FALSE
-DX_COND_ps_TRUE
-DX_EGREP
-DX_DVIPS
-DX_MAKEINDEX
-DX_LATEX
-DX_FLAG_ps
-DX_COND_html_FALSE
-DX_COND_html_TRUE
-DX_FLAG_html
-DX_COND_chi_FALSE
-DX_COND_chi_TRUE
-DX_FLAG_chi
-DX_COND_chm_FALSE
-DX_COND_chm_TRUE
-DX_HHC
-DX_FLAG_chm
-DX_COND_xml_FALSE
-DX_COND_xml_TRUE
-DX_FLAG_xml
-DX_COND_rtf_FALSE
-DX_COND_rtf_TRUE
-DX_FLAG_rtf
-DX_COND_man_FALSE
-DX_COND_man_TRUE
-DX_FLAG_man
-DX_COND_dot_FALSE
-DX_COND_dot_TRUE
-DX_DOT
-DX_FLAG_dot
-DX_COND_doc_FALSE
-DX_COND_doc_TRUE
-DX_PERL
-DX_DOXYGEN
-DX_FLAG_doc
-DX_ENV
-DX_DOCDIR
-DX_CONFIG
-DX_PROJECT
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-enable_doxygen_doc
-enable_doxygen_dot
-enable_doxygen_man
-enable_doxygen_rtf
-enable_doxygen_xml
-enable_doxygen_chm
-enable_doxygen_chi
-enable_doxygen_html
-enable_doxygen_ps
-enable_doxygen_pdf
-with_boost
-with_boost_regex
-with_blas
-with_lapack
-with_hlib
-with_loki
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-DOXYGEN_PAPER_SIZE
-CC
-CFLAGS
-F77
-FFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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
- @<:@@S|@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]
- --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/hilbert3d@:>@
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
- --disable-doxygen-doc don't generate any doxygen documentation
- --enable-doxygen-dot generate graphics for doxygen documentation
- --enable-doxygen-man generate doxygen manual pages
- --enable-doxygen-rtf generate doxygen RTF documentation
- --enable-doxygen-xml generate doxygen XML documentation
- --enable-doxygen-chm generate doxygen compressed HTML help documentation
- --enable-doxygen-chi generate doxygen seperate compressed HTML help index
- file
- --disable-doxygen-html don't generate doxygen plain HTML documentation
- --disable-doxygen-ps don't generate doxygen PostScript documentation
- --disable-doxygen-pdf don't generate doxygen PDF documentation
-
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-boost@<:@=DIR@:>@ use boost (default is yes) - it is possible to
- specify the root directory for boost (optional)
- --with-boost-regex@<:@=special-lib@:>@
- use the Regex library from boost - it is possible to
- specify a certain library for the linker e.g.
- --with-boost-regex=boost_regex-gcc-mt-d-1_33_1
- --with-blas=<lib> use BLAS library <lib>
- --with-lapack=<lib> use LAPACK library <lib>
- --with-hlib@<:@=DIR@:>@ use hlib (default is yes) - it is possible to
- specify the root directory for hlib (optional)
- --with-loki@<:@=DIR|:>@ specify the root directory for the loki library
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- DOXYGEN_PAPER_SIZE
- a4wide (default), a4, letter, legal or executive
- CC C compiler command
- CFLAGS C compiler flags
- F77 Fortran 77 compiler command
- FFLAGS Fortran 77 compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.68
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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_cxx_try_compile
-
-@%:@ ac_fn_c_try_compile LINENO
-@%:@ --------------------------
-@%:@ Try to compile conftest.@S|@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.@S|@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 ||
- $as_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_f77_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_f77_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_f77_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_f77_try_compile
-
-@%:@ ac_fn_c_check_func LINENO FUNC VAR
-@%:@ ----------------------------------
-@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $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 <limits.h> declares $2.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#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
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#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
-
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-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_type
-
-@%:@ ac_fn_c_try_cpp LINENO
-@%:@ ----------------------
-@%:@ Try to preprocess conftest.@S|@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.@S|@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_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
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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.11'
-
-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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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_cxx_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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if ${ac_cv_prog_cxx_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-@%:@ 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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_CXX_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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-
-
-# Files:
-DX_PROJECT="Hilbert 3D"
-
-DX_CONFIG=Doxyfile
-
-DX_DOCDIR=docs/doxygen
-
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV="$DX_ENV SRCDIR='$srcdir'"
-
-DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
-
-DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
-
-DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
-
-
-# Doxygen itself:
-
-
-
- @%:@ Check whether --enable-doxygen-doc was given.
-if test "${enable_doxygen_doc+set}" = set; then :
- enableval=$enable_doxygen_doc;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_doc=1
-
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_doc=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_doc=1
-
-
-
-fi
-
-if test "$DX_FLAG_doc" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
-set dummy ${ac_tool_prefix}doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOXYGEN="$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
-DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
-if test -n "$DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
-$as_echo "$DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOXYGEN"; then
- ac_pt_DX_DOXYGEN=$DX_DOXYGEN
- # Extract the first word of "doxygen", so it can be a program name with args.
-set dummy doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOXYGEN="$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_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
-if test -n "$ac_pt_DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
-$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOXYGEN" = x; then
- DX_DOXYGEN=""
- 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
- DX_DOXYGEN=$ac_pt_DX_DOXYGEN
- fi
-else
- DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
-fi
-
-if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
-set dummy ${ac_tool_prefix}perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PERL="$DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PERL="$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
-DX_PERL=$ac_cv_path_DX_PERL
-if test -n "$DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
-$as_echo "$DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PERL"; then
- ac_pt_DX_PERL=$DX_PERL
- # Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PERL="$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_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
-if test -n "$ac_pt_DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
-$as_echo "$ac_pt_DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PERL" = x; then
- DX_PERL=""
- 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
- DX_PERL=$ac_pt_DX_PERL
- fi
-else
- DX_PERL="$ac_cv_path_DX_PERL"
-fi
-
-if test "$DX_FLAG_doc$DX_PERL" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_doc" = 1; then
- if :; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
- DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
-
- :
-else
- if false; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
-
- :
-fi
-
-
-# Dot for graphics:
-
-
-
- @%:@ Check whether --enable-doxygen-dot was given.
-if test "${enable_doxygen_dot+set}" = set; then :
- enableval=$enable_doxygen_dot;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_dot=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_dot=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_dot=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
-
-
-
-fi
-
-if test "$DX_FLAG_dot" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOT="$DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOT="$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
-DX_DOT=$ac_cv_path_DX_DOT
-if test -n "$DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
-$as_echo "$DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOT"; then
- ac_pt_DX_DOT=$DX_DOT
- # Extract the first word of "dot", so it can be a program name with args.
-set dummy dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOT="$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_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
-if test -n "$ac_pt_DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
-$as_echo "$ac_pt_DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOT" = x; then
- DX_DOT=""
- 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
- DX_DOT=$ac_pt_DX_DOT
- fi
-else
- DX_DOT="$ac_cv_path_DX_DOT"
-fi
-
-if test "$DX_FLAG_dot$DX_DOT" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
-$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
- DX_FLAG_dot=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_dot" = 1; then
- if :; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='YES'"
-
- DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
-
- :
-else
- if false; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='NO'"
-
- :
-fi
-
-
-# Man pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-man was given.
-if test "${enable_doxygen_man+set}" = set; then :
- enableval=$enable_doxygen_man;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_man=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_man=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_man=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
-
-
-
-fi
-
-if test "$DX_FLAG_man" = 1; then
-
- :
-fi
-if test "$DX_FLAG_man" = 1; then
- if :; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='YES'"
-
- :
-else
- if false; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='NO'"
-
- :
-fi
-
-
-# RTF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-rtf was given.
-if test "${enable_doxygen_rtf+set}" = set; then :
- enableval=$enable_doxygen_rtf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_rtf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_rtf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_rtf=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
-
-
-
-fi
-
-if test "$DX_FLAG_rtf" = 1; then
-
- :
-fi
-if test "$DX_FLAG_rtf" = 1; then
- if :; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='YES'"
-
- :
-else
- if false; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='NO'"
-
- :
-fi
-
-
-# XML file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-xml was given.
-if test "${enable_doxygen_xml+set}" = set; then :
- enableval=$enable_doxygen_xml;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_xml=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_xml=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_xml=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
-
-
-
-fi
-
-if test "$DX_FLAG_xml" = 1; then
-
- :
-fi
-if test "$DX_FLAG_xml" = 1; then
- if :; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='YES'"
-
- :
-else
- if false; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='NO'"
-
- :
-fi
-
-
-# (Compressed) HTML help generation:
-
-
-
- @%:@ Check whether --enable-doxygen-chm was given.
-if test "${enable_doxygen_chm+set}" = set; then :
- enableval=$enable_doxygen_chm;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chm=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chm=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chm=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
-
-
-
-fi
-
-if test "$DX_FLAG_chm" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_HHC="$DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_HHC="$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
-DX_HHC=$ac_cv_path_DX_HHC
-if test -n "$DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
-$as_echo "$DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_HHC"; then
- ac_pt_DX_HHC=$DX_HHC
- # Extract the first word of "hhc", so it can be a program name with args.
-set dummy hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_HHC="$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_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
-if test -n "$ac_pt_DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
-$as_echo "$ac_pt_DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_HHC" = x; then
- DX_HHC=""
- 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
- DX_HHC=$ac_pt_DX_HHC
- fi
-else
- DX_HHC="$ac_cv_path_DX_HHC"
-fi
-
-if test "$DX_FLAG_chm$DX_HHC" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
-$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
- DX_FLAG_chm=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_chm" = 1; then
- if :; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
-
- :
-else
- if false; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
-
- :
-fi
-
-
-# Seperate CHI file generation.
-
-
-
- @%:@ Check whether --enable-doxygen-chi was given.
-if test "${enable_doxygen_chi+set}" = set; then :
- enableval=$enable_doxygen_chi;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chi=1
-
-
-test "$DX_FLAG_chm" = "1" \
-|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chi=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chi=0
-
-
-test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
-
-
-
-fi
-
-if test "$DX_FLAG_chi" = 1; then
-
- :
-fi
-if test "$DX_FLAG_chi" = 1; then
- if :; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='YES'"
-
- :
-else
- if false; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='NO'"
-
- :
-fi
-
-
-# Plain HTML pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-html was given.
-if test "${enable_doxygen_html+set}" = set; then :
- enableval=$enable_doxygen_html;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
-
-test "$DX_FLAG_chm" = "0" \
-|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_html=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
-
-
-test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
-
-
-
-fi
-
-if test "$DX_FLAG_html" = 1; then
-
- :
-fi
-if test "$DX_FLAG_html" = 1; then
- if :; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- :
-else
- if false; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
-
- :
-fi
-
-
-# PostScript file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-ps was given.
-if test "${enable_doxygen_ps+set}" = set; then :
- enableval=$enable_doxygen_ps;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_ps=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
-
-
-
-fi
-
-if test "$DX_FLAG_ps" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_LATEX="$DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_LATEX="$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
-DX_LATEX=$ac_cv_path_DX_LATEX
-if test -n "$DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
-$as_echo "$DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_LATEX"; then
- ac_pt_DX_LATEX=$DX_LATEX
- # Extract the first word of "latex", so it can be a program name with args.
-set dummy latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_LATEX="$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_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
-if test -n "$ac_pt_DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
-$as_echo "$ac_pt_DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_LATEX" = x; then
- DX_LATEX=""
- 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
- DX_LATEX=$ac_pt_DX_LATEX
- fi
-else
- DX_LATEX="$ac_cv_path_DX_LATEX"
-fi
-
-if test "$DX_FLAG_ps$DX_LATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DVIPS="$DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DVIPS="$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
-DX_DVIPS=$ac_cv_path_DX_DVIPS
-if test -n "$DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
-$as_echo "$DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DVIPS"; then
- ac_pt_DX_DVIPS=$DX_DVIPS
- # Extract the first word of "dvips", so it can be a program name with args.
-set dummy dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DVIPS="$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_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
-if test -n "$ac_pt_DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
-$as_echo "$ac_pt_DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DVIPS" = x; then
- DX_DVIPS=""
- 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
- DX_DVIPS=$ac_pt_DX_DVIPS
- fi
-else
- DX_DVIPS="$ac_cv_path_DX_DVIPS"
-fi
-
-if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_ps$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_ps" = 1; then
- if :; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-fi
-
-
-# PDF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-pdf was given.
-if test "${enable_doxygen_pdf+set}" = set; then :
- enableval=$enable_doxygen_pdf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_pdf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
-
-
-
-fi
-
-if test "$DX_FLAG_pdf" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PDFLATEX="$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
-DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
-if test -n "$DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
-$as_echo "$DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PDFLATEX"; then
- ac_pt_DX_PDFLATEX=$DX_PDFLATEX
- # Extract the first word of "pdflatex", so it can be a program name with args.
-set dummy pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PDFLATEX="$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_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
-if test -n "$ac_pt_DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
-$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PDFLATEX" = x; then
- DX_PDFLATEX=""
- 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
- DX_PDFLATEX=$ac_pt_DX_PDFLATEX
- fi
-else
- DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-fi
-
-
-# LaTeX generation for PS and/or PDF:
-if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
-
-else
- if false; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
-
-fi
-
-# Paper size for PS and/or PDF:
-
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- DOXYGEN_PAPER_SIZE=""
-
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
-
-;; #(
-*)
- as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-
-
-
-
-
-@%:@ Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
- withval=$with_boost;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
-
-else
- want_boost="yes"
-fi
-
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=1.38.0
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
- succeeded=no
-
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&2;}
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: WARNING: Your boost libraries seems to old (version $_version)." >&2;}
- fi
- else
-
-
-
-
-$as_echo "@%:@define HAVE_BOOST /**/" >>confdefs.h
-
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-
-
-@%:@ Check whether --with-boost-regex was given.
-if test "${with_boost_regex+set}" = set; then :
- withval=$with_boost_regex;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
-
-else
- want_boost="yes"
-
-fi
-
-
- if test "x$want_boost" = "xyes"; then
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
-$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
-if ${ax_cv_boost_regex+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <boost/regex.hpp>
-
-int
-main ()
-{
-boost::regex r(); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_boost_regex=yes
-else
- ax_cv_boost_regex=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_regex" >&5
-$as_echo "$ax_cv_boost_regex" >&6; }
- if test "x$ax_cv_boost_regex" = "xyes"; then
-
-$as_echo "@%:@define HAVE_BOOST_REGEX /**/" >>confdefs.h
-
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
-$as_echo_n "checking for main in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-
-int
-main ()
-{
-return main ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
- if test "x$link_regex" != "xyes"; then
- as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-
-AX_BOOST_TEST
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-if test -n "$ac_tool_prefix"; then
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
- 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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$F77"; then
- ac_cv_prog_F77="$F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_F77="$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
-F77=$ac_cv_prog_F77
-if test -n "$F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
-$as_echo "$F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$F77" && break
- done
-fi
-if test -z "$F77"; then
- ac_ct_F77=$F77
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
-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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_F77"; then
- ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_F77="$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_F77=$ac_cv_prog_ac_ct_F77
-if test -n "$ac_ct_F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
-$as_echo "$ac_ct_F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_F77" && break
-done
-
- if test "x$ac_ct_F77" = x; then
- F77=""
- 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
- F77=$ac_ct_F77
- fi
-fi
-
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 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
-rm -f a.out
-
-# If we don't use `.F' as extension, the preprocessor is not run on the
-# input file. (Note that this only needs to work for GNU compilers.)
-ac_save_ext=$ac_ext
-ac_ext=F
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
-if ${ac_cv_f77_compiler_gnu+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-#ifndef __GNUC__
- choke me
-#endif
-
- end
-_ACEOF
-if ac_fn_f77_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_f77_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
-ac_ext=$ac_save_ext
-ac_test_FFLAGS=${FFLAGS+set}
-ac_save_FFLAGS=$FFLAGS
-FFLAGS=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
-if ${ac_cv_prog_f77_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- FFLAGS=-g
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_g=yes
-else
- ac_cv_prog_f77_g=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
-$as_echo "$ac_cv_prog_f77_g" >&6; }
-if test "$ac_test_FFLAGS" = set; then
- FFLAGS=$ac_save_FFLAGS
-elif test $ac_cv_prog_f77_g = yes; then
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-g -O2"
- else
- FFLAGS="-g"
- fi
-else
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-O2"
- else
- FFLAGS=
- fi
-fi
-
-if test $ac_compiler_gnu = yes; then
- G77=yes
-else
- G77=
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $F77" >&5
-$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
-if ${ac_cv_prog_f77_v+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_v=
-# Try some options frequently used verbose output
-for ac_verb in -v -verbose --verbose -V -\#\#\#; do
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_verb"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
- # look for -l* and *.a constructs in the output
- for ac_arg in $ac_f77_v_output; do
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
- ac_cv_prog_f77_v=$ac_verb
- break 2 ;;
- esac
- done
-done
-if test -z "$ac_cv_prog_f77_v"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $F77" >&5
-$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
-fi
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5
-$as_echo "$as_me: WARNING: compilation failed" >&2;}
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_v" >&5
-$as_echo "$ac_cv_prog_f77_v" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 libraries of $F77" >&5
-$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
-if ${ac_cv_f77_libs+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test "x$FLIBS" != "x"; then
- ac_cv_f77_libs="$FLIBS" # Let the user override the test.
-else
-
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
-
-ac_cv_f77_libs=
-
-# Save positional arguments (if any)
-ac_save_positional="$@"
-
-set X $ac_f77_v_output
-while test $@%:@ != 1; do
- shift
- ac_arg=$1
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -bI:*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_arg; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
-fi
- ;;
- # Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
- |-LANG:=* | -LIST:* | -LNO:* | -link)
- ;;
- -lkernel32)
- test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- -[LRuYz])
- # These flags, when seen by themselves, take an argument.
- # We remove the space between option and argument and re-iterate
- # unless we find an empty arg or a new option (starting with -)
- case $2 in
- "" | -*);;
- *)
- ac_arg="$ac_arg$2"
- shift; shift
- set X $ac_arg "$@"
- ;;
- esac
- ;;
- -YP,*)
- for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_j" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_arg="$ac_arg $ac_j"
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
-fi
- done
- ;;
- -[lLR]*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -zallextract*| -zdefaultextract)
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- # Ignore everything else.
- esac
-done
-# restore positional arguments
-set X $ac_save_positional; shift
-
-# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
-# then we insist that the "run path" must be an absolute path (i.e. it
-# must begin with a "/").
-case `(uname -sr) 2>/dev/null` in
- "SunOS 5"*)
- ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
- sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
- test "x$ac_ld_run_path" != x &&
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_ld_run_path; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
-fi
- ;;
-esac
-fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_libs" >&5
-$as_echo "$ac_cv_f77_libs" >&6; }
-FLIBS="$ac_cv_f77_libs"
-
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dummy main to link with Fortran 77 libraries" >&5
-$as_echo_n "checking for dummy main to link with Fortran 77 libraries... " >&6; }
-if ${ac_cv_f77_dummy_main+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_f77_dm_save_LIBS=$LIBS
- LIBS="$LIBS $FLIBS"
- ac_fortran_dm_var=F77_DUMMY_MAIN
- 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
-
- # First, try linking without a dummy main:
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=none
-else
- ac_cv_fortran_dummy_main=unknown
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
- if test $ac_cv_fortran_dummy_main = unknown; then
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@define $ac_fortran_dm_var $ac_func
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=$ac_func; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- fi
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
- ac_cv_f77_dummy_main=$ac_cv_fortran_dummy_main
- rm -rf conftest*
- LIBS=$ac_f77_dm_save_LIBS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_dummy_main" >&5
-$as_echo "$ac_cv_f77_dummy_main" >&6; }
-F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
-if test "$F77_DUMMY_MAIN" != unknown; then :
- if test $F77_DUMMY_MAIN != none; then
-
-cat >>confdefs.h <<_ACEOF
-@%:@define F77_DUMMY_MAIN $F77_DUMMY_MAIN
-_ACEOF
-
- if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
-
-$as_echo "@%:@define FC_DUMMY_MAIN_EQ_F77 1" >>confdefs.h
-
- fi
-fi
-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 $? "linking to Fortran libraries from C fails
-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
-
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 name-mangling scheme" >&5
-$as_echo_n "checking for Fortran 77 name-mangling scheme... " >&6; }
-if ${ac_cv_f77_mangling+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- subroutine foobar()
- return
- end
- subroutine foo_bar()
- return
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- mv conftest.$ac_objext cfortran_test.$ac_objext
-
- ac_save_LIBS=$LIBS
- LIBS="cfortran_test.$ac_objext $LIBS $FLIBS"
-
- 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_success=no
- for ac_foobar in foobar FOOBAR; do
- for ac_underscore in "" "_"; do
- ac_func="$ac_foobar$ac_underscore"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success=yes; break 2
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success" = "yes"; then
- case $ac_foobar in
- foobar)
- ac_case=lower
- ac_foo_bar=foo_bar
- ;;
- FOOBAR)
- ac_case=upper
- ac_foo_bar=FOO_BAR
- ;;
- 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
- ac_success_extra=no
- for ac_extra in "" "_"; do
- ac_func="$ac_foo_bar$ac_underscore$ac_extra"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success_extra=yes; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success_extra" = "yes"; then
- ac_cv_f77_mangling="$ac_case case"
- if test -z "$ac_underscore"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, underscore"
- fi
- if test -z "$ac_extra"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no extra underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, extra underscore"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
-
- LIBS=$ac_save_LIBS
- rm -rf conftest*
- rm -f cfortran_test*
-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 compile a simple Fortran program
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_mangling" >&5
-$as_echo "$ac_cv_f77_mangling" >&6; }
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-ax_blas_ok=no
-
-
-@%:@ Check whether --with-blas was given.
-if test "${with_blas+set}" = set; then :
- withval=$with_blas;
-fi
-
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="SGEMM" ;;
- lower*) ac_val="sgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-sgemm="$ac_val"
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="DGEMM" ;;
- lower*) ac_val="dgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-dgemm="$ac_val"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in $BLAS_LIBS" >&5
-$as_echo_n "checking for $sgemm in $BLAS_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-else
- BLAS_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $sgemm is being linked in already" >&5
-$as_echo_n "checking if $sgemm is being linked in already... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5
-$as_echo_n "checking for ATL_xerbla in -latlas... " >&6; }
-if ${ac_cv_lib_atlas_ATL_xerbla+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-latlas $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 ATL_xerbla ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return ATL_xerbla ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_atlas_ATL_xerbla=yes
-else
- ac_cv_lib_atlas_ATL_xerbla=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_atlas_ATL_xerbla" >&5
-$as_echo "$ac_cv_lib_atlas_ATL_xerbla" >&6; }
-if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lf77blas" >&5
-$as_echo_n "checking for $sgemm in -lf77blas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lf77blas -latlas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5
-$as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; }
-if ${ac_cv_lib_cblas_cblas_dgemm+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcblas -lf77blas -latlas $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 cblas_dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return cblas_dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_cblas_cblas_dgemm=yes
-else
- ac_cv_lib_cblas_cblas_dgemm=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_cblas_cblas_dgemm" >&5
-$as_echo "$ac_cv_lib_cblas_cblas_dgemm" >&6; }
-if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then :
- ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $dgemm in -ldgemm" >&5
-$as_echo_n "checking for $dgemm in -ldgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldgemm -lblas $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 $dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsgemm" >&5
-$as_echo_n "checking for $sgemm in -lsgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgemm -lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_mkl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl" >&5
-$as_echo_n "checking for $sgemm in -lmkl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lmkl $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lmkl"
-fi
-
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -framework vecLib" >&5
-$as_echo_n "checking for $sgemm in -framework vecLib... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_cxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcxml" >&5
-$as_echo_n "checking for $sgemm in -lcxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lcxml"
-fi
-
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_dxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -ldxml" >&5
-$as_echo_n "checking for $sgemm in -ldxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-ldxml"
-fi
-
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5
-$as_echo_n "checking for acosp in -lsunmath... " >&6; }
-if ${ac_cv_lib_sunmath_acosp+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunmath $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 acosp ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return acosp ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_sunmath_acosp=yes
-else
- ac_cv_lib_sunmath_acosp=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_sunmath_acosp" >&5
-$as_echo "$ac_cv_lib_sunmath_acosp" >&6; }
-if test "x$ac_cv_lib_sunmath_acosp" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sunperf_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsunperf" >&5
-$as_echo_n "checking for $sgemm in -lsunperf... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunperf -lsunmath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes
-fi
-
-fi
-
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_scs_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lscs" >&5
-$as_echo_n "checking for $sgemm in -lscs... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lscs $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lscs"
-fi
-
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_complib.sgimath_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcomplib.sgimath" >&5
-$as_echo_n "checking for $sgemm in -lcomplib.sgimath... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcomplib.sgimath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"
-fi
-
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_essl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lessl" >&5
-$as_echo_n "checking for $sgemm in -lessl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lessl -lblas $FLIBS $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"
-fi
-
-fi
-
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lblas"
-fi
-
-fi
-
-
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_BLAS 1" >>confdefs.h
-
- :
-else
- ax_blas_ok=no
-
-fi
-
-
-
-ax_lapack_ok=no
-
-
-@%:@ Check whether --with-lapack was given.
-if test "${with_lapack+set}" = set; then :
- withval=$with_lapack;
-fi
-
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="CHEEV" ;;
- lower*) ac_val="cheev" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-cheev="$ac_val"
-
-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
-
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in $LAPACK_LIBS" >&5
-$as_echo_n "checking for $cheev in $LAPACK_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_lapack_ok=yes
-else
- LAPACK_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_lapack_ok" >&5
-$as_echo "$ax_lapack_ok" >&6; }
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- as_ac_var=`$as_echo "ac_cv_func_$cheev" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$cheev" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
- ax_lapack_ok=yes
-fi
-
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in -l$lapack" >&5
-$as_echo_n "checking for $cheev in -l$lapack... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$lapack $FLIBS $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 $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"
-fi
-
- LIBS="$save_LIBS"
- fi
-done
-
-
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_LAPACK 1" >>confdefs.h
-
- :
-else
- ax_lapack_ok=no
-
-fi
-
-
-
-
-
-@%:@ Check whether --with-hlib was given.
-if test "${with_hlib+set}" = set; then :
- withval=$with_hlib;
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
-
-else
-
- want_hlib="yes"
-
-fi
-
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- as_fn_error $? "We could not detect lapack. Please install lapack or disable
- HLib." "$LINENO" 5
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package." "$LINENO" 5
- else
-
-
-
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HLib library is available" >&5
-$as_echo_n "checking whether HLib library is available... " >&6; }
-if ${ax_cv_hlib+:} 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. */
-@%:@include <HLib/bem2d.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ax_cv_hlib=yes
-else
- ax_cv_hlib=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_hlib" >&5
-$as_echo "$ax_cv_hlib" >&6; }
-
- if test "x$ax_cv_hlib" = "xyes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aca_fill_block in -lhmatrix" >&5
-$as_echo_n "checking for aca_fill_block in -lhmatrix... " >&6; }
-if ${ac_cv_lib_hmatrix_aca_fill_block+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lhmatrix $LAPACK_LIBS $BLAS_LIBS $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 aca_fill_block ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return aca_fill_block ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_hmatrix_aca_fill_block=yes
-else
- ac_cv_lib_hmatrix_aca_fill_block=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_hmatrix_aca_fill_block" >&5
-$as_echo "$ac_cv_lib_hmatrix_aca_fill_block" >&6; }
-if test "x$ac_cv_lib_hmatrix_aca_fill_block" = xyes; then :
- HLIB_LIB="-lhmatrix"; link_hlib="yes"; break
-else
- link_hlib="no"
-fi
-
-
- if test "x$link_hlib" = "xyes"; then
-
-$as_echo "@%:@define HAVE_HLIB /**/" >>confdefs.h
-
- else
- as_fn_error $? "Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no." "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-
-
-
-@%:@ Check whether --with-loki was given.
-if test "${with_loki+set}" = set; then :
- withval=$with_loki;
- if test "$withval" = "no"; then
- as_fn_error $? "Sorry, but it is not possible to compile without loki" "$LINENO" 5
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
-
-else
-
- want_loki="yes";
-
-fi
-
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding." "$LINENO" 5
- else
-
-
-
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Loki is usable" >&5
-$as_echo_n "checking whether Loki is usable... " >&6; }
-if ${ax_cv_loki+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <loki/SmartPtr.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-::Loki::SmartPtr< int > t = new int;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_loki="yes"
-else
- ax_cv_loki="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_loki" >&5
-$as_echo "$ax_cv_loki" >&6; }
-
- if test "$ax_cv_loki" != "yes"; then
- as_fn_error $? "Could not use the loki library. Please make sure
- that it is installed correctly." "$LINENO" 5;
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- 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
-{ $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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 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 <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if ${ac_cv_header_stdbool_h+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- /* See body of main program for 'e'. */
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- bool e = &s;
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = xyes; then :
-
-cat >>confdefs.h <<_ACEOF
-@%:@define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIB@&t@OBJS; 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
-LIB@&t@OBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" 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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-@%:@ as_fn_mkdir_p
-@%:@ -------------
-@%:@ Create "@S|@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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.68,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$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 = "\a"
-
-}
-{
- 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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_tt"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
- } >"$ac_tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$ac_tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-@%:@! /bin/sh
-@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.67 for Hilbert 3D 0.1.0.
-@%:@
-@%:@ Report bugs to <markus.mayr@tuwien.ac.at>.
-@%:@
-@%:@
-@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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.
-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
-
-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"
- 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 \$(( 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 :
- # 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.
- BASH_ENV=/dev/null
- ENV=/dev/null
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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 @S|@? 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 "@S|@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_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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 @S|@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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIB@&t@OBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-LOKI_ROOT_PATH
-LOKI_LDFLAGS
-LOKI_CPPFLAGS
-HLIB_LIB
-HLIB_ROOT_PATH
-HLIB_LDFLAGS
-HLIB_CPPFLAGS
-LAPACK_LIBS
-BLAS_LIBS
-FLIBS
-ac_ct_F77
-FFLAGS
-F77
-BOOST_REGEX_LIB
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-BOOST_ROOT_PATH
-BOOST_LDFLAGS
-BOOST_CPPFLAGS
-DOXYGEN_PAPER_SIZE
-DX_COND_latex_FALSE
-DX_COND_latex_TRUE
-DX_COND_pdf_FALSE
-DX_COND_pdf_TRUE
-DX_PDFLATEX
-DX_FLAG_pdf
-DX_COND_ps_FALSE
-DX_COND_ps_TRUE
-DX_EGREP
-DX_DVIPS
-DX_MAKEINDEX
-DX_LATEX
-DX_FLAG_ps
-DX_COND_html_FALSE
-DX_COND_html_TRUE
-DX_FLAG_html
-DX_COND_chi_FALSE
-DX_COND_chi_TRUE
-DX_FLAG_chi
-DX_COND_chm_FALSE
-DX_COND_chm_TRUE
-DX_HHC
-DX_FLAG_chm
-DX_COND_xml_FALSE
-DX_COND_xml_TRUE
-DX_FLAG_xml
-DX_COND_rtf_FALSE
-DX_COND_rtf_TRUE
-DX_FLAG_rtf
-DX_COND_man_FALSE
-DX_COND_man_TRUE
-DX_FLAG_man
-DX_COND_dot_FALSE
-DX_COND_dot_TRUE
-DX_DOT
-DX_FLAG_dot
-DX_COND_doc_FALSE
-DX_COND_doc_TRUE
-DX_PERL
-DX_DOXYGEN
-DX_FLAG_doc
-DX_ENV
-DX_DOCDIR
-DX_CONFIG
-DX_PROJECT
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-enable_doxygen_doc
-enable_doxygen_dot
-enable_doxygen_man
-enable_doxygen_rtf
-enable_doxygen_xml
-enable_doxygen_chm
-enable_doxygen_chi
-enable_doxygen_html
-enable_doxygen_ps
-enable_doxygen_pdf
-with_boost
-with_boost_regex
-with_blas
-with_lapack
-with_hlib
-with_loki
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-DOXYGEN_PAPER_SIZE
-CC
-CFLAGS
-F77
-FFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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
- @<:@@S|@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]
- --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/hilbert3d@:>@
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
- --disable-doxygen-doc don't generate any doxygen documentation
- --enable-doxygen-dot generate graphics for doxygen documentation
- --enable-doxygen-man generate doxygen manual pages
- --enable-doxygen-rtf generate doxygen RTF documentation
- --enable-doxygen-xml generate doxygen XML documentation
- --enable-doxygen-chm generate doxygen compressed HTML help documentation
- --enable-doxygen-chi generate doxygen seperate compressed HTML help index
- file
- --disable-doxygen-html don't generate doxygen plain HTML documentation
- --disable-doxygen-ps don't generate doxygen PostScript documentation
- --disable-doxygen-pdf don't generate doxygen PDF documentation
-
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-boost@<:@=DIR@:>@ use boost (default is yes) - it is possible to
- specify the root directory for boost (optional)
- --with-boost-regex@<:@=special-lib@:>@
- use the Regex library from boost - it is possible to
- specify a certain library for the linker e.g.
- --with-boost-regex=boost_regex-gcc-mt-d-1_33_1
- --with-blas=<lib> use BLAS library <lib>
- --with-lapack=<lib> use LAPACK library <lib>
- --with-hlib@<:@=DIR@:>@ use hlib (default is yes) - it is possible to
- specify the root directory for hlib (optional)
- --with-loki@<:@=DIR|:>@ specify the root directory for the loki library
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- DOXYGEN_PAPER_SIZE
- a4wide (default), a4, letter, legal or executive
- CC C compiler command
- CFLAGS C compiler flags
- F77 Fortran 77 compiler command
- FFLAGS Fortran 77 compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.67
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_compile
-
-@%:@ ac_fn_c_try_compile LINENO
-@%:@ --------------------------
-@%:@ Try to compile conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_compile
-
-@%:@ ac_fn_c_try_link LINENO
-@%:@ -----------------------
-@%:@ Try to link conftest.@S|@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 ||
- $as_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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_link
-
-@%:@ ac_fn_f77_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_f77_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_f77_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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_f77_try_compile
-
-@%:@ ac_fn_c_check_func LINENO FUNC VAR
-@%:@ ----------------------------------
-@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if eval "test \"\${$3+set}\"" = set; 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 <limits.h> declares $2.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#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
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} @%:@ ac_fn_c_check_func
-
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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 "test \"\${$3+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} @%:@ ac_fn_c_check_type
-
-@%:@ ac_fn_c_try_cpp LINENO
-@%:@ ----------------------
-@%:@ Try to preprocess conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_cpp
-
-@%:@ ac_fn_c_try_run LINENO
-@%:@ ----------------------
-@%:@ Try to link conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_run
-
-@%:@ 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 "test \"\${$3+set}\"" = set; 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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} @%:@ ac_fn_c_check_header_compile
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.67. 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.11'
-
-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 test "${ac_cv_path_install+set}" = set; 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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 test "${ac_cv_prog_STRIP+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_STRIP+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_path_mkdir+set}" = set; 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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 test "${ac_cv_prog_AWK+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; 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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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 test "${ac_cv_prog_CXX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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 test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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 test "${ac_cv_objext+set}" = set; 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 test "${ac_cv_cxx_compiler_gnu+set}" = set; 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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if test "${ac_cv_prog_cxx_g+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-@%:@ 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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 test "${am_cv_CXX_dependencies_compiler_type+set}" = set; 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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 test "${ac_cv_prog_RANLIB+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-
-
-# Files:
-DX_PROJECT="Hilbert 3D"
-
-DX_CONFIG=Doxyfile
-
-DX_DOCDIR=docs/doxygen
-
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV="$DX_ENV SRCDIR='$srcdir'"
-
-DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
-
-DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
-
-DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
-
-
-# Doxygen itself:
-
-
-
- @%:@ Check whether --enable-doxygen-doc was given.
-if test "${enable_doxygen_doc+set}" = set; then :
- enableval=$enable_doxygen_doc;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_doc=1
-
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_doc=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_doc=1
-
-
-
-fi
-
-if test "$DX_FLAG_doc" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
-set dummy ${ac_tool_prefix}doxygen; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_DOXYGEN+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOXYGEN="$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
-DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
-if test -n "$DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
-$as_echo "$DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOXYGEN"; then
- ac_pt_DX_DOXYGEN=$DX_DOXYGEN
- # Extract the first word of "doxygen", so it can be a program name with args.
-set dummy doxygen; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_DOXYGEN+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOXYGEN="$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_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
-if test -n "$ac_pt_DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
-$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOXYGEN" = x; then
- DX_DOXYGEN=""
- 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
- DX_DOXYGEN=$ac_pt_DX_DOXYGEN
- fi
-else
- DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
-fi
-
-if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
-set dummy ${ac_tool_prefix}perl; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_PERL+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PERL="$DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PERL="$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
-DX_PERL=$ac_cv_path_DX_PERL
-if test -n "$DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
-$as_echo "$DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PERL"; then
- ac_pt_DX_PERL=$DX_PERL
- # Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_PERL+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PERL="$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_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
-if test -n "$ac_pt_DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
-$as_echo "$ac_pt_DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PERL" = x; then
- DX_PERL=""
- 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
- DX_PERL=$ac_pt_DX_PERL
- fi
-else
- DX_PERL="$ac_cv_path_DX_PERL"
-fi
-
-if test "$DX_FLAG_doc$DX_PERL" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_doc" = 1; then
- if :; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
- DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
-
- :
-else
- if false; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
-
- :
-fi
-
-
-# Dot for graphics:
-
-
-
- @%:@ Check whether --enable-doxygen-dot was given.
-if test "${enable_doxygen_dot+set}" = set; then :
- enableval=$enable_doxygen_dot;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_dot=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_dot=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_dot=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
-
-
-
-fi
-
-if test "$DX_FLAG_dot" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dot; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_DOT+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOT="$DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOT="$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
-DX_DOT=$ac_cv_path_DX_DOT
-if test -n "$DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
-$as_echo "$DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOT"; then
- ac_pt_DX_DOT=$DX_DOT
- # Extract the first word of "dot", so it can be a program name with args.
-set dummy dot; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_DOT+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOT="$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_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
-if test -n "$ac_pt_DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
-$as_echo "$ac_pt_DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOT" = x; then
- DX_DOT=""
- 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
- DX_DOT=$ac_pt_DX_DOT
- fi
-else
- DX_DOT="$ac_cv_path_DX_DOT"
-fi
-
-if test "$DX_FLAG_dot$DX_DOT" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
-$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
- DX_FLAG_dot=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_dot" = 1; then
- if :; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='YES'"
-
- DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
-
- :
-else
- if false; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='NO'"
-
- :
-fi
-
-
-# Man pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-man was given.
-if test "${enable_doxygen_man+set}" = set; then :
- enableval=$enable_doxygen_man;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_man=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_man=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_man=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
-
-
-
-fi
-
-if test "$DX_FLAG_man" = 1; then
-
- :
-fi
-if test "$DX_FLAG_man" = 1; then
- if :; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='YES'"
-
- :
-else
- if false; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='NO'"
-
- :
-fi
-
-
-# RTF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-rtf was given.
-if test "${enable_doxygen_rtf+set}" = set; then :
- enableval=$enable_doxygen_rtf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_rtf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_rtf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_rtf=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
-
-
-
-fi
-
-if test "$DX_FLAG_rtf" = 1; then
-
- :
-fi
-if test "$DX_FLAG_rtf" = 1; then
- if :; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='YES'"
-
- :
-else
- if false; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='NO'"
-
- :
-fi
-
-
-# XML file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-xml was given.
-if test "${enable_doxygen_xml+set}" = set; then :
- enableval=$enable_doxygen_xml;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_xml=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_xml=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_xml=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
-
-
-
-fi
-
-if test "$DX_FLAG_xml" = 1; then
-
- :
-fi
-if test "$DX_FLAG_xml" = 1; then
- if :; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='YES'"
-
- :
-else
- if false; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='NO'"
-
- :
-fi
-
-
-# (Compressed) HTML help generation:
-
-
-
- @%:@ Check whether --enable-doxygen-chm was given.
-if test "${enable_doxygen_chm+set}" = set; then :
- enableval=$enable_doxygen_chm;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chm=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chm=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chm=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
-
-
-
-fi
-
-if test "$DX_FLAG_chm" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}hhc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_HHC+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_HHC="$DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_HHC="$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
-DX_HHC=$ac_cv_path_DX_HHC
-if test -n "$DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
-$as_echo "$DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_HHC"; then
- ac_pt_DX_HHC=$DX_HHC
- # Extract the first word of "hhc", so it can be a program name with args.
-set dummy hhc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_HHC+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_HHC="$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_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
-if test -n "$ac_pt_DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
-$as_echo "$ac_pt_DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_HHC" = x; then
- DX_HHC=""
- 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
- DX_HHC=$ac_pt_DX_HHC
- fi
-else
- DX_HHC="$ac_cv_path_DX_HHC"
-fi
-
-if test "$DX_FLAG_chm$DX_HHC" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
-$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
- DX_FLAG_chm=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_chm" = 1; then
- if :; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
-
- :
-else
- if false; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
-
- :
-fi
-
-
-# Seperate CHI file generation.
-
-
-
- @%:@ Check whether --enable-doxygen-chi was given.
-if test "${enable_doxygen_chi+set}" = set; then :
- enableval=$enable_doxygen_chi;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chi=1
-
-
-test "$DX_FLAG_chm" = "1" \
-|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chi=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chi=0
-
-
-test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
-
-
-
-fi
-
-if test "$DX_FLAG_chi" = 1; then
-
- :
-fi
-if test "$DX_FLAG_chi" = 1; then
- if :; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='YES'"
-
- :
-else
- if false; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='NO'"
-
- :
-fi
-
-
-# Plain HTML pages generation:
-
-
-
- @%:@ Check whether --enable-doxygen-html was given.
-if test "${enable_doxygen_html+set}" = set; then :
- enableval=$enable_doxygen_html;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
-
-test "$DX_FLAG_chm" = "0" \
-|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_html=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
-
-
-test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
-
-
-
-fi
-
-if test "$DX_FLAG_html" = 1; then
-
- :
-fi
-if test "$DX_FLAG_html" = 1; then
- if :; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- :
-else
- if false; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
-
- :
-fi
-
-
-# PostScript file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-ps was given.
-if test "${enable_doxygen_ps+set}" = set; then :
- enableval=$enable_doxygen_ps;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_ps=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
-
-
-
-fi
-
-if test "$DX_FLAG_ps" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}latex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_LATEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_LATEX="$DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_LATEX="$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
-DX_LATEX=$ac_cv_path_DX_LATEX
-if test -n "$DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
-$as_echo "$DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_LATEX"; then
- ac_pt_DX_LATEX=$DX_LATEX
- # Extract the first word of "latex", so it can be a program name with args.
-set dummy latex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_LATEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_LATEX="$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_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
-if test -n "$ac_pt_DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
-$as_echo "$ac_pt_DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_LATEX" = x; then
- DX_LATEX=""
- 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
- DX_LATEX=$ac_pt_DX_LATEX
- fi
-else
- DX_LATEX="$ac_cv_path_DX_LATEX"
-fi
-
-if test "$DX_FLAG_ps$DX_LATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dvips; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_DVIPS+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DVIPS="$DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DVIPS="$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
-DX_DVIPS=$ac_cv_path_DX_DVIPS
-if test -n "$DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
-$as_echo "$DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DVIPS"; then
- ac_pt_DX_DVIPS=$DX_DVIPS
- # Extract the first word of "dvips", so it can be a program name with args.
-set dummy dvips; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_DVIPS+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DVIPS="$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_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
-if test -n "$ac_pt_DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
-$as_echo "$ac_pt_DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DVIPS" = x; then
- DX_DVIPS=""
- 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
- DX_DVIPS=$ac_pt_DX_DVIPS
- fi
-else
- DX_DVIPS="$ac_cv_path_DX_DVIPS"
-fi
-
-if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_EGREP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_ps$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_ps" = 1; then
- if :; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-fi
-
-
-# PDF file generation:
-
-
-
- @%:@ Check whether --enable-doxygen-pdf was given.
-if test "${enable_doxygen_pdf+set}" = set; then :
- enableval=$enable_doxygen_pdf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_pdf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
-
-
-
-fi
-
-if test "$DX_FLAG_pdf" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pdflatex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_PDFLATEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PDFLATEX="$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
-DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
-if test -n "$DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
-$as_echo "$DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PDFLATEX"; then
- ac_pt_DX_PDFLATEX=$DX_PDFLATEX
- # Extract the first word of "pdflatex", so it can be a program name with args.
-set dummy pdflatex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_PDFLATEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PDFLATEX="$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_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
-if test -n "$ac_pt_DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
-$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PDFLATEX" = x; then
- DX_PDFLATEX=""
- 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
- DX_PDFLATEX=$ac_pt_DX_PDFLATEX
- fi
-else
- DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DX_EGREP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-fi
-
-
-# LaTeX generation for PS and/or PDF:
-if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
-
-else
- if false; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
-
-fi
-
-# Paper size for PS and/or PDF:
-
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- DOXYGEN_PAPER_SIZE=""
-
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
-
-;; #(
-*)
- as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-
-
-
-
-
-@%:@ Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
- withval=$with_boost;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
-
-else
- want_boost="yes"
-fi
-
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=1.38.0
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
- succeeded=no
-
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- @%:@include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&2;}
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: WARNING: Your boost libraries seems to old (version $_version)." >&2;}
- fi
- else
-
-
-
-
-$as_echo "@%:@define HAVE_BOOST /**/" >>confdefs.h
-
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 test "${ac_cv_c_compiler_gnu+set}" = set; 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 test "${ac_cv_prog_cc_g+set}" = set; 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 test "${ac_cv_prog_cc_c89+set}" = set; 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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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 test "${am_cv_CC_dependencies_compiler_type+set}" = set; 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-
-
-@%:@ Check whether --with-boost-regex was given.
-if test "${with_boost_regex+set}" = set; then :
- withval=$with_boost_regex;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
-
-else
- want_boost="yes"
-
-fi
-
-
- if test "x$want_boost" = "xyes"; then
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
-$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
-if test "${ax_cv_boost_regex+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <boost/regex.hpp>
-
-int
-main ()
-{
-boost::regex r(); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_boost_regex=yes
-else
- ax_cv_boost_regex=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_regex" >&5
-$as_echo "$ax_cv_boost_regex" >&6; }
- if test "x$ax_cv_boost_regex" = "xyes"; then
-
-$as_echo "@%:@define HAVE_BOOST_REGEX /**/" >>confdefs.h
-
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
-$as_echo_n "checking for main in -l$ax_lib... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-
-int
-main ()
-{
-return main ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
- if test "x$link_regex" != "xyes"; then
- as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-
-AX_BOOST_TEST
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-if test -n "$ac_tool_prefix"; then
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
- 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 test "${ac_cv_prog_F77+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$F77"; then
- ac_cv_prog_F77="$F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_F77="$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
-F77=$ac_cv_prog_F77
-if test -n "$F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
-$as_echo "$F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$F77" && break
- done
-fi
-if test -z "$F77"; then
- ac_ct_F77=$F77
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
-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 test "${ac_cv_prog_ac_ct_F77+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_F77"; then
- ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_F77="$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_F77=$ac_cv_prog_ac_ct_F77
-if test -n "$ac_ct_F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
-$as_echo "$ac_ct_F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_F77" && break
-done
-
- if test "x$ac_ct_F77" = x; then
- F77=""
- 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
- F77=$ac_ct_F77
- fi
-fi
-
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 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
-rm -f a.out
-
-# If we don't use `.F' as extension, the preprocessor is not run on the
-# input file. (Note that this only needs to work for GNU compilers.)
-ac_save_ext=$ac_ext
-ac_ext=F
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
-if test "${ac_cv_f77_compiler_gnu+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-#ifndef __GNUC__
- choke me
-#endif
-
- end
-_ACEOF
-if ac_fn_f77_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_f77_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
-ac_ext=$ac_save_ext
-ac_test_FFLAGS=${FFLAGS+set}
-ac_save_FFLAGS=$FFLAGS
-FFLAGS=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
-if test "${ac_cv_prog_f77_g+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- FFLAGS=-g
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_g=yes
-else
- ac_cv_prog_f77_g=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
-$as_echo "$ac_cv_prog_f77_g" >&6; }
-if test "$ac_test_FFLAGS" = set; then
- FFLAGS=$ac_save_FFLAGS
-elif test $ac_cv_prog_f77_g = yes; then
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-g -O2"
- else
- FFLAGS="-g"
- fi
-else
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-O2"
- else
- FFLAGS=
- fi
-fi
-
-if test $ac_compiler_gnu = yes; then
- G77=yes
-else
- G77=
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $F77" >&5
-$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
-if test "${ac_cv_prog_f77_v+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_v=
-# Try some options frequently used verbose output
-for ac_verb in -v -verbose --verbose -V -\#\#\#; do
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_verb"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
- # look for -l* and *.a constructs in the output
- for ac_arg in $ac_f77_v_output; do
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
- ac_cv_prog_f77_v=$ac_verb
- break 2 ;;
- esac
- done
-done
-if test -z "$ac_cv_prog_f77_v"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $F77" >&5
-$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
-fi
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5
-$as_echo "$as_me: WARNING: compilation failed" >&2;}
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_v" >&5
-$as_echo "$ac_cv_prog_f77_v" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 libraries of $F77" >&5
-$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
-if test "${ac_cv_f77_libs+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test "x$FLIBS" != "x"; then
- ac_cv_f77_libs="$FLIBS" # Let the user override the test.
-else
-
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
-
-ac_cv_f77_libs=
-
-# Save positional arguments (if any)
-ac_save_positional="$@"
-
-set X $ac_f77_v_output
-while test $@%:@ != 1; do
- shift
- ac_arg=$1
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -bI:*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_arg; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
-fi
- ;;
- # Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
- |-LANG:=* | -LIST:* | -LNO:* | -link)
- ;;
- -lkernel32)
- test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- -[LRuYz])
- # These flags, when seen by themselves, take an argument.
- # We remove the space between option and argument and re-iterate
- # unless we find an empty arg or a new option (starting with -)
- case $2 in
- "" | -*);;
- *)
- ac_arg="$ac_arg$2"
- shift; shift
- set X $ac_arg "$@"
- ;;
- esac
- ;;
- -YP,*)
- for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_j" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_arg="$ac_arg $ac_j"
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
-fi
- done
- ;;
- -[lLR]*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -zallextract*| -zdefaultextract)
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- # Ignore everything else.
- esac
-done
-# restore positional arguments
-set X $ac_save_positional; shift
-
-# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
-# then we insist that the "run path" must be an absolute path (i.e. it
-# must begin with a "/").
-case `(uname -sr) 2>/dev/null` in
- "SunOS 5"*)
- ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
- sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
- test "x$ac_ld_run_path" != x &&
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_ld_run_path; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
-fi
- ;;
-esac
-fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_libs" >&5
-$as_echo "$ac_cv_f77_libs" >&6; }
-FLIBS="$ac_cv_f77_libs"
-
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dummy main to link with Fortran 77 libraries" >&5
-$as_echo_n "checking for dummy main to link with Fortran 77 libraries... " >&6; }
-if test "${ac_cv_f77_dummy_main+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_f77_dm_save_LIBS=$LIBS
- LIBS="$LIBS $FLIBS"
- ac_fortran_dm_var=F77_DUMMY_MAIN
- 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
-
- # First, try linking without a dummy main:
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=none
-else
- ac_cv_fortran_dummy_main=unknown
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
- if test $ac_cv_fortran_dummy_main = unknown; then
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@define $ac_fortran_dm_var $ac_func
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=$ac_func; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- fi
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
- ac_cv_f77_dummy_main=$ac_cv_fortran_dummy_main
- rm -rf conftest*
- LIBS=$ac_f77_dm_save_LIBS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_dummy_main" >&5
-$as_echo "$ac_cv_f77_dummy_main" >&6; }
-F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
-if test "$F77_DUMMY_MAIN" != unknown; then :
- if test $F77_DUMMY_MAIN != none; then
-
-cat >>confdefs.h <<_ACEOF
-@%:@define F77_DUMMY_MAIN $F77_DUMMY_MAIN
-_ACEOF
-
- if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
-
-$as_echo "@%:@define FC_DUMMY_MAIN_EQ_F77 1" >>confdefs.h
-
- fi
-fi
-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 $? "linking to Fortran libraries from C fails
-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
-
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 name-mangling scheme" >&5
-$as_echo_n "checking for Fortran 77 name-mangling scheme... " >&6; }
-if test "${ac_cv_f77_mangling+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- subroutine foobar()
- return
- end
- subroutine foo_bar()
- return
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- mv conftest.$ac_objext cfortran_test.$ac_objext
-
- ac_save_LIBS=$LIBS
- LIBS="cfortran_test.$ac_objext $LIBS $FLIBS"
-
- 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_success=no
- for ac_foobar in foobar FOOBAR; do
- for ac_underscore in "" "_"; do
- ac_func="$ac_foobar$ac_underscore"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success=yes; break 2
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success" = "yes"; then
- case $ac_foobar in
- foobar)
- ac_case=lower
- ac_foo_bar=foo_bar
- ;;
- FOOBAR)
- ac_case=upper
- ac_foo_bar=FOO_BAR
- ;;
- 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
- ac_success_extra=no
- for ac_extra in "" "_"; do
- ac_func="$ac_foo_bar$ac_underscore$ac_extra"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success_extra=yes; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success_extra" = "yes"; then
- ac_cv_f77_mangling="$ac_case case"
- if test -z "$ac_underscore"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, underscore"
- fi
- if test -z "$ac_extra"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no extra underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, extra underscore"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
-
- LIBS=$ac_save_LIBS
- rm -rf conftest*
- rm -f cfortran_test*
-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 compile a simple Fortran program
-See \`config.log' for more details" "$LINENO" 5 ; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_mangling" >&5
-$as_echo "$ac_cv_f77_mangling" >&6; }
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-ax_blas_ok=no
-
-
-@%:@ Check whether --with-blas was given.
-if test "${with_blas+set}" = set; then :
- withval=$with_blas;
-fi
-
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="SGEMM" ;;
- lower*) ac_val="sgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-sgemm="$ac_val"
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="DGEMM" ;;
- lower*) ac_val="dgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-dgemm="$ac_val"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in $BLAS_LIBS" >&5
-$as_echo_n "checking for $sgemm in $BLAS_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-else
- BLAS_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $sgemm is being linked in already" >&5
-$as_echo_n "checking if $sgemm is being linked in already... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5
-$as_echo_n "checking for ATL_xerbla in -latlas... " >&6; }
-if test "${ac_cv_lib_atlas_ATL_xerbla+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-latlas $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 ATL_xerbla ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return ATL_xerbla ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_atlas_ATL_xerbla=yes
-else
- ac_cv_lib_atlas_ATL_xerbla=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_atlas_ATL_xerbla" >&5
-$as_echo "$ac_cv_lib_atlas_ATL_xerbla" >&6; }
-if test "x$ac_cv_lib_atlas_ATL_xerbla" = x""yes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lf77blas" >&5
-$as_echo_n "checking for $sgemm in -lf77blas... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lf77blas -latlas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5
-$as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; }
-if test "${ac_cv_lib_cblas_cblas_dgemm+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcblas -lf77blas -latlas $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 cblas_dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return cblas_dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_cblas_cblas_dgemm=yes
-else
- ac_cv_lib_cblas_cblas_dgemm=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_cblas_cblas_dgemm" >&5
-$as_echo "$ac_cv_lib_cblas_cblas_dgemm" >&6; }
-if test "x$ac_cv_lib_cblas_cblas_dgemm" = x""yes; then :
- ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $dgemm in -ldgemm" >&5
-$as_echo_n "checking for $dgemm in -ldgemm... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldgemm -lblas $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 $dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsgemm" >&5
-$as_echo_n "checking for $sgemm in -lsgemm... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgemm -lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_mkl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl" >&5
-$as_echo_n "checking for $sgemm in -lmkl... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lmkl $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lmkl"
-fi
-
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -framework vecLib" >&5
-$as_echo_n "checking for $sgemm in -framework vecLib... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_cxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcxml" >&5
-$as_echo_n "checking for $sgemm in -lcxml... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lcxml"
-fi
-
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_dxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -ldxml" >&5
-$as_echo_n "checking for $sgemm in -ldxml... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-ldxml"
-fi
-
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5
-$as_echo_n "checking for acosp in -lsunmath... " >&6; }
-if test "${ac_cv_lib_sunmath_acosp+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunmath $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 acosp ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return acosp ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_sunmath_acosp=yes
-else
- ac_cv_lib_sunmath_acosp=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_sunmath_acosp" >&5
-$as_echo "$ac_cv_lib_sunmath_acosp" >&6; }
-if test "x$ac_cv_lib_sunmath_acosp" = x""yes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sunperf_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsunperf" >&5
-$as_echo_n "checking for $sgemm in -lsunperf... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunperf -lsunmath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes
-fi
-
-fi
-
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_scs_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lscs" >&5
-$as_echo_n "checking for $sgemm in -lscs... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lscs $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lscs"
-fi
-
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_complib.sgimath_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcomplib.sgimath" >&5
-$as_echo_n "checking for $sgemm in -lcomplib.sgimath... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcomplib.sgimath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"
-fi
-
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_essl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lessl" >&5
-$as_echo_n "checking for $sgemm in -lessl... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lessl -lblas $FLIBS $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"
-fi
-
-fi
-
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lblas"
-fi
-
-fi
-
-
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_BLAS 1" >>confdefs.h
-
- :
-else
- ax_blas_ok=no
-
-fi
-
-
-
-ax_lapack_ok=no
-
-
-@%:@ Check whether --with-lapack was given.
-if test "${with_lapack+set}" = set; then :
- withval=$with_lapack;
-fi
-
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="CHEEV" ;;
- lower*) ac_val="cheev" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-cheev="$ac_val"
-
-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
-
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in $LAPACK_LIBS" >&5
-$as_echo_n "checking for $cheev in $LAPACK_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_lapack_ok=yes
-else
- LAPACK_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_lapack_ok" >&5
-$as_echo "$ax_lapack_ok" >&6; }
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- as_ac_var=`$as_echo "ac_cv_func_$cheev" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$cheev" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
- ax_lapack_ok=yes
-fi
-
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in -l$lapack" >&5
-$as_echo_n "checking for $cheev in -l$lapack... " >&6; }
-if eval "test \"\${$as_ac_Lib+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$lapack $FLIBS $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 $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"
-fi
-
- LIBS="$save_LIBS"
- fi
-done
-
-
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
-
-$as_echo "@%:@define HAVE_LAPACK 1" >>confdefs.h
-
- :
-else
- ax_lapack_ok=no
-
-fi
-
-
-
-
-
-@%:@ Check whether --with-hlib was given.
-if test "${with_hlib+set}" = set; then :
- withval=$with_hlib;
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
-
-else
-
- want_hlib="yes"
-
-fi
-
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- as_fn_error $? "We could not detect lapack. Please install lapack or disable
- HLib." "$LINENO" 5
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package." "$LINENO" 5
- else
-
-
-
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HLib library is available" >&5
-$as_echo_n "checking whether HLib library is available... " >&6; }
-if test "${ax_cv_hlib+set}" = set; 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. */
-@%:@include <HLib/bem2d.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ax_cv_hlib=yes
-else
- ax_cv_hlib=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_hlib" >&5
-$as_echo "$ax_cv_hlib" >&6; }
-
- if test "x$ax_cv_hlib" = "xyes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aca_fill_block in -lhmatrix" >&5
-$as_echo_n "checking for aca_fill_block in -lhmatrix... " >&6; }
-if test "${ac_cv_lib_hmatrix_aca_fill_block+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lhmatrix $LAPACK_LIBS $BLAS_LIBS $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 aca_fill_block ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return aca_fill_block ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_hmatrix_aca_fill_block=yes
-else
- ac_cv_lib_hmatrix_aca_fill_block=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_hmatrix_aca_fill_block" >&5
-$as_echo "$ac_cv_lib_hmatrix_aca_fill_block" >&6; }
-if test "x$ac_cv_lib_hmatrix_aca_fill_block" = x""yes; then :
- HLIB_LIB="-lhmatrix"; link_hlib="yes"; break
-else
- link_hlib="no"
-fi
-
-
- if test "x$link_hlib" = "xyes"; then
-
-$as_echo "@%:@define HAVE_HLIB /**/" >>confdefs.h
-
- else
- as_fn_error $? "Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no." "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-
-
-
-@%:@ Check whether --with-loki was given.
-if test "${with_loki+set}" = set; then :
- withval=$with_loki;
- if test "$withval" = "no"; then
- as_fn_error $? "Sorry, but it is not possible to compile without loki" "$LINENO" 5
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
-
-else
-
- want_loki="yes";
-
-fi
-
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding." "$LINENO" 5
- else
-
-
-
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Loki is usable" >&5
-$as_echo_n "checking whether Loki is usable... " >&6; }
-if test "${ax_cv_loki+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-@%:@include <loki/SmartPtr.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-::Loki::SmartPtr< int > t = new int;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_loki="yes"
-else
- ax_cv_loki="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_loki" >&5
-$as_echo "$ax_cv_loki" >&6; }
-
- if test "$ax_cv_loki" != "yes"; then
- as_fn_error $? "Could not use the loki library. Please make sure
- that it is installed correctly." "$LINENO" 5 ;
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- 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
-{ $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 test "${ac_cv_prog_CPP+set}" = set; 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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 grep that handles long lines and -e" >&5
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if test "${ac_cv_path_GREP+set}" = set; 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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 test "${ac_cv_path_EGREP+set}" = set; 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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 ANSI C header files" >&5
-$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if test "${ac_cv_header_stdbool_h+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- bool e = &s;
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
-# if defined __xlc__ || defined __GNUC__
- /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
- reported by James Lemley on 2005-10-05; see
- http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
- This test is not quite right, since xlc is allowed to
- reject this program, as the initializer for xlcbug is
- not one of the forms that C requires support for.
- However, doing the test right would require a runtime
- test, and that would make cross-compilation harder.
- Let us hope that IBM fixes the xlc bug, and also adds
- support for this kind of constant expression. In the
- meantime, this test will reject xlc, which is OK, since
- our stdbool.h substitute should suffice. We also test
- this with GCC, where it should work, to detect more
- quickly whether someone messes up the test in the
- future. */
- char digs[] = "0123456789";
- int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
-# endif
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = x""yes; then :
-
-cat >>confdefs.h <<_ACEOF
-@%:@define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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
- test "x$cache_file" != "x/dev/null" &&
- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
-$as_echo "$as_me: updating cache $cache_file" >&6;}
- cat confcache >$cache_file
- 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}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIB@&t@OBJS; 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
-LIB@&t@OBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" 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
-
-: ${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.
-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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-@%:@ as_fn_mkdir_p
-@%:@ -------------
-@%:@ Create "@S|@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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.67. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.67,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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=
- trap 'exit_status=$?
- { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$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 -n "$tmp" && test -d "$tmp"
-} ||
-{
- tmp=./conf$$-$RANDOM
- (umask 077 && mkdir "$tmp")
-} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
-
-# 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 2>/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 {' >"$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 >>"\$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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-_ACAWK
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
- for (key in S) S_is_set[key] = 1
- FS = "\a"
-
-}
-{
- 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 < "$tmp/subs1.awk" > "$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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_t=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_t"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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="$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 >"$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 "$tmp/subs.awk" >$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' "$tmp/out"`; test -n "$ac_out"; } &&
- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$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 "$tmp/stdin"
- case $ac_file in
- -) cat "$tmp/out" && rm -f "$tmp/out";;
- *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
- esac \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
- } >"$tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-@%:@! /bin/sh
-@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.67 for Hilbert 3D 0.1.0.
-@%:@
-@%:@ Report bugs to <markus.mayr@tuwien.ac.at>.
-@%:@
-@%:@
-@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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.
-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
-
-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"
- 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 \$(( 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 :
- # 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.
- BASH_ENV=/dev/null
- ENV=/dev/null
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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 @S|@? 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 "@S|@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_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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 @S|@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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIB@&t@OBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-CC
-CFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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
- @<:@@S|@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]
- --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/hilbert3d@:>@
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- CC C compiler command
- CFLAGS C compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.67
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_compile
-
-@%:@ ac_fn_c_try_compile LINENO
-@%:@ --------------------------
-@%:@ Try to compile conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_compile
-
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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 "test \"\${$3+set}\"" = set; then :
- $as_echo_n "(cached) " >&6
-else
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} @%:@ ac_fn_c_check_type
-
-@%:@ ac_fn_c_try_cpp LINENO
-@%:@ ----------------------
-@%:@ Try to preprocess conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_cpp
-
-@%:@ ac_fn_c_try_run LINENO
-@%:@ ----------------------
-@%:@ Try to link conftest.@S|@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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_c_try_run
-
-@%:@ 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 "test \"\${$3+set}\"" = set; 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; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} @%:@ ac_fn_c_check_header_compile
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.67. 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.11'
-
-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 test "${ac_cv_path_install+set}" = set; 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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 test "${ac_cv_prog_STRIP+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_STRIP+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_path_mkdir+set}" = set; 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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 test "${ac_cv_prog_AWK+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; 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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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 test "${ac_cv_prog_CXX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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 test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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 test "${ac_cv_objext+set}" = set; 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 test "${ac_cv_cxx_compiler_gnu+set}" = set; 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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if test "${ac_cv_prog_cxx_g+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-@%:@ 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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 test "${am_cv_CXX_dependencies_compiler_type+set}" = set; 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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 test "${ac_cv_prog_RANLIB+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-DX_INIT_DOXYGEN("Hilbert 3D", Doxyfile, docs/doxygen)
-
-AX_BOOST_BASE(1.38.0)
-AX_BOOST_REGEX
-AX_BOOST_TEST
-AX_HLIB
-AX_LIB_LOKI
-
-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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 test "${ac_cv_prog_ac_ct_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 test "${ac_cv_c_compiler_gnu+set}" = set; 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 test "${ac_cv_prog_cc_g+set}" = set; 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 test "${ac_cv_prog_cc_c89+set}" = set; 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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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 test "${am_cv_CC_dependencies_compiler_type+set}" = set; 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-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 test "${ac_cv_prog_CPP+set}" = set; 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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 grep that handles long lines and -e" >&5
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if test "${ac_cv_path_GREP+set}" = set; 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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 test "${ac_cv_path_EGREP+set}" = set; 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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 ANSI C header files" >&5
-$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if test "${ac_cv_header_stdbool_h+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- bool e = &s;
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
-# if defined __xlc__ || defined __GNUC__
- /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
- reported by James Lemley on 2005-10-05; see
- http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
- This test is not quite right, since xlc is allowed to
- reject this program, as the initializer for xlcbug is
- not one of the forms that C requires support for.
- However, doing the test right would require a runtime
- test, and that would make cross-compilation harder.
- Let us hope that IBM fixes the xlc bug, and also adds
- support for this kind of constant expression. In the
- meantime, this test will reject xlc, which is OK, since
- our stdbool.h substitute should suffice. We also test
- this with GCC, where it should work, to detect more
- quickly whether someone messes up the test in the
- future. */
- char digs[] = "0123456789";
- int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
-# endif
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-int
-main ()
-{
-
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = x""yes; then :
-
-cat >>confdefs.h <<_ACEOF
-@%:@define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "@%:@define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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
- test "x$cache_file" != "x/dev/null" &&
- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
-$as_echo "$as_me: updating cache $cache_file" >&6;}
- cat confcache >$cache_file
- 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}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIB@&t@OBJS; 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
-LIB@&t@OBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: ${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.
-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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-@%:@ as_fn_mkdir_p
-@%:@ -------------
-@%:@ Create "@S|@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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in @%:@(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in @%:@((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.67. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.67,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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=
- trap 'exit_status=$?
- { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$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 -n "$tmp" && test -d "$tmp"
-} ||
-{
- tmp=./conf$$-$RANDOM
- (umask 077 && mkdir "$tmp")
-} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
-
-# 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 2>/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 {' >"$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 >>"\$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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-_ACAWK
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
- for (key in S) S_is_set[key] = 1
- FS = "\a"
-
-}
-{
- 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 < "$tmp/subs1.awk" > "$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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_t=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_t"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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="$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 >"$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 "$tmp/subs.awk" >$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' "$tmp/out"`; test -n "$ac_out"; } &&
- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$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 "$tmp/stdin"
- case $ac_file in
- -) cat "$tmp/out" && rm -f "$tmp/out";;
- *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
- esac \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
- } >"$tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-# This file was generated by Autom4te Sun May 1 09:53:53 UTC 2011.
-# It contains the lists of macros which have been traced.
-# It can be safely removed.
-
-@request = (
- bless( [
- '0',
- 1,
- [
- '/usr/share/autoconf'
- ],
- [
- '/usr/share/autoconf/autoconf/autoconf.m4f',
- '/usr/share/aclocal-1.11/amversion.m4',
- '/usr/share/aclocal-1.11/auxdir.m4',
- '/usr/share/aclocal-1.11/cond.m4',
- '/usr/share/aclocal-1.11/depend.m4',
- '/usr/share/aclocal-1.11/depout.m4',
- '/usr/share/aclocal-1.11/init.m4',
- '/usr/share/aclocal-1.11/install-sh.m4',
- '/usr/share/aclocal-1.11/lead-dot.m4',
- '/usr/share/aclocal-1.11/make.m4',
- '/usr/share/aclocal-1.11/missing.m4',
- '/usr/share/aclocal-1.11/mkdirp.m4',
- '/usr/share/aclocal-1.11/options.m4',
- '/usr/share/aclocal-1.11/runlog.m4',
- '/usr/share/aclocal-1.11/sanity.m4',
- '/usr/share/aclocal-1.11/silent.m4',
- '/usr/share/aclocal-1.11/strip.m4',
- '/usr/share/aclocal-1.11/substnot.m4',
- '/usr/share/aclocal-1.11/tar.m4',
- 'configure.ac'
- ],
- {
- 'm4_pattern_forbid' => 1,
- 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
- '_AM_SET_OPTION' => 1,
- 'AC_DEFUN' => 1,
- 'AM_PROG_MKDIR_P' => 1,
- 'AM_INIT_AUTOMAKE' => 1,
- 'AM_AUTOMAKE_VERSION' => 1,
- 'AM_MISSING_HAS_RUN' => 1,
- 'AM_SUBST_NOTMAKE' => 1,
- 'AM_MISSING_PROG' => 1,
- 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
- 'AC_DEFUN_ONCE' => 1,
- 'AM_PROG_INSTALL_STRIP' => 1,
- '_m4_warn' => 1,
- 'AM_SANITY_CHECK' => 1,
- 'AM_SILENT_RULES' => 1,
- 'include' => 1,
- '_AM_PROG_TAR' => 1,
- 'AM_AUX_DIR_EXPAND' => 1,
- 'AM_DEP_TRACK' => 1,
- '_AM_SET_OPTIONS' => 1,
- '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
- 'AM_RUN_LOG' => 1,
- '_AM_IF_OPTION' => 1,
- '_AM_SUBST_NOTMAKE' => 1,
- 'm4_pattern_allow' => 1,
- '_AM_AUTOCONF_VERSION' => 1,
- '_AM_MANGLE_OPTION' => 1,
- 'AM_CONDITIONAL' => 1,
- 'AM_SET_LEADING_DOT' => 1,
- 'AM_SET_DEPDIR' => 1,
- '_AM_DEPENDENCIES' => 1,
- 'AM_PROG_INSTALL_SH' => 1,
- 'm4_include' => 1,
- '_AC_AM_CONFIG_HEADER_HOOK' => 1,
- 'AU_DEFUN' => 1,
- 'AM_MAKE_INCLUDE' => 1
- }
- ], 'Autom4te::Request' ),
- bless( [
- '1',
- 1,
- [
- '/usr/share/autoconf'
- ],
- [
- '/usr/share/autoconf/autoconf/autoconf.m4f',
- '/usr/share/aclocal-1.11/amversion.m4',
- '/usr/share/aclocal-1.11/auxdir.m4',
- '/usr/share/aclocal-1.11/cond.m4',
- '/usr/share/aclocal-1.11/depend.m4',
- '/usr/share/aclocal-1.11/depout.m4',
- '/usr/share/aclocal-1.11/init.m4',
- '/usr/share/aclocal-1.11/install-sh.m4',
- '/usr/share/aclocal-1.11/lead-dot.m4',
- '/usr/share/aclocal-1.11/make.m4',
- '/usr/share/aclocal-1.11/missing.m4',
- '/usr/share/aclocal-1.11/mkdirp.m4',
- '/usr/share/aclocal-1.11/options.m4',
- '/usr/share/aclocal-1.11/runlog.m4',
- '/usr/share/aclocal-1.11/sanity.m4',
- '/usr/share/aclocal-1.11/silent.m4',
- '/usr/share/aclocal-1.11/strip.m4',
- '/usr/share/aclocal-1.11/substnot.m4',
- '/usr/share/aclocal-1.11/tar.m4',
- 'm4/ax_blas.m4',
- 'm4/ax_boost_base.m4',
- 'm4/ax_boost_regex.m4',
- 'm4/ax_hlib.m4',
- 'm4/ax_lapack.m4',
- 'm4/ax_lib_loki.m4',
- 'm4/ax_prog_doxygen.m4',
- 'configure.ac'
- ],
- {
- 'DX_RTF_FEATURE' => 1,
- 'm4_pattern_forbid' => 1,
- 'AX_LAPACK' => 1,
- 'AC_DEFUN' => 1,
- 'AM_PROG_MKDIR_P' => 1,
- 'DX_FEATURE_chi' => 1,
- 'DX_IF_FEATURE' => 1,
- 'DX_CHM_FEATURE' => 1,
- 'AM_AUTOMAKE_VERSION' => 1,
- 'DX_FEATURE_doc' => 1,
- 'DX_PDF_FEATURE' => 1,
- 'AM_MISSING_HAS_RUN' => 1,
- 'AM_SUBST_NOTMAKE' => 1,
- 'AM_MISSING_PROG' => 1,
- 'AM_PROG_INSTALL_STRIP' => 1,
- '_m4_warn' => 1,
- 'DX_DOT_FEATURE' => 1,
- 'AM_SANITY_CHECK' => 1,
- 'DX_CHI_FEATURE' => 1,
- 'AX_LIB_LOKI' => 1,
- '_AM_PROG_TAR' => 1,
- 'DX_CURRENT_FEATURE' => 1,
- 'DX_CLEAR_DEPEND' => 1,
- 'AM_DEP_TRACK' => 1,
- 'ACX_LAPACK' => 1,
- 'DX_HTML_FEATURE' => 1,
- '_AM_IF_OPTION' => 1,
- '_AM_SUBST_NOTMAKE' => 1,
- 'm4_pattern_allow' => 1,
- '_AM_AUTOCONF_VERSION' => 1,
- 'AM_SET_LEADING_DOT' => 1,
- 'DX_DIRNAME_EXPR' => 1,
- '_AM_DEPENDENCIES' => 1,
- 'AX_HLIB' => 1,
- 'DX_FEATURE_man' => 1,
- 'DX_DOXYGEN_FEATURE' => 1,
- 'AU_DEFUN' => 1,
- 'DX_PS_FEATURE' => 1,
- 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
- 'DX_MAN_FEATURE' => 1,
- '_AM_SET_OPTION' => 1,
- 'AX_BLAS' => 1,
- 'DX_FEATURE_chm' => 1,
- 'AM_INIT_AUTOMAKE' => 1,
- 'DX_FEATURE_rtf' => 1,
- 'DX_INIT_DOXYGEN' => 1,
- 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
- 'AC_DEFUN_ONCE' => 1,
- 'DX_XML_FEATURE' => 1,
- 'AX_BOOST_REGEX' => 1,
- 'DX_TEST_FEATURE' => 1,
- 'DX_ENV_APPEND' => 1,
- 'AM_SILENT_RULES' => 1,
- 'AX_BOOST_BASE' => 1,
- 'DX_CHECK_DEPEND' => 1,
- 'DX_FEATURE_pdf' => 1,
- 'include' => 1,
- 'DX_REQUIRE_PROG' => 1,
- 'DX_ARG_ABLE' => 1,
- 'DX_FEATURE_html' => 1,
- 'AM_AUX_DIR_EXPAND' => 1,
- 'DX_CURRENT_DESCRIPTION' => 1,
- '_AM_SET_OPTIONS' => 1,
- '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
- 'AM_RUN_LOG' => 1,
- '_AM_MANGLE_OPTION' => 1,
- 'AM_CONDITIONAL' => 1,
- 'DX_FEATURE_xml' => 1,
- 'AM_SET_DEPDIR' => 1,
- 'DX_FEATURE_dot' => 1,
- 'm4_include' => 1,
- 'AM_PROG_INSTALL_SH' => 1,
- 'ACX_BLAS' => 1,
- 'DX_FEATURE_ps' => 1,
- '_AC_AM_CONFIG_HEADER_HOOK' => 1,
- 'AM_MAKE_INCLUDE' => 1
- }
- ], 'Autom4te::Request' ),
- bless( [
- '2',
- 1,
- [
- '/usr/share/autoconf'
- ],
- [
- '/usr/share/autoconf/autoconf/autoconf.m4f',
- 'aclocal.m4',
- 'configure.ac'
- ],
- {
- 'AM_PROG_F77_C_O' => 1,
- '_LT_AC_TAGCONFIG' => 1,
- 'AC_INIT' => 1,
- 'm4_pattern_forbid' => 1,
- 'AC_CANONICAL_TARGET' => 1,
- '_AM_COND_IF' => 1,
- 'AC_CONFIG_LIBOBJ_DIR' => 1,
- 'AC_SUBST' => 1,
- 'AC_CANONICAL_HOST' => 1,
- 'AC_FC_SRCEXT' => 1,
- 'AC_PROG_LIBTOOL' => 1,
- 'AM_INIT_AUTOMAKE' => 1,
- 'AC_CONFIG_SUBDIRS' => 1,
- 'AM_PATH_GUILE' => 1,
- 'AM_AUTOMAKE_VERSION' => 1,
- 'LT_CONFIG_LTDL_DIR' => 1,
- 'AC_CONFIG_LINKS' => 1,
- 'AC_REQUIRE_AUX_FILE' => 1,
- 'LT_SUPPORTED_TAG' => 1,
- 'm4_sinclude' => 1,
- 'AM_MAINTAINER_MODE' => 1,
- 'AM_NLS' => 1,
- 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
- '_m4_warn' => 1,
- 'AM_MAKEFILE_INCLUDE' => 1,
- 'AM_PROG_CXX_C_O' => 1,
- '_AM_MAKEFILE_INCLUDE' => 1,
- '_AM_COND_ENDIF' => 1,
- 'AM_ENABLE_MULTILIB' => 1,
- 'AM_SILENT_RULES' => 1,
- 'AM_PROG_MOC' => 1,
- 'AC_CONFIG_FILES' => 1,
- 'include' => 1,
- 'LT_INIT' => 1,
- 'AM_GNU_GETTEXT' => 1,
- 'AM_PROG_AR' => 1,
- 'AC_LIBSOURCE' => 1,
- 'AC_CANONICAL_BUILD' => 1,
- 'AM_PROG_FC_C_O' => 1,
- 'AC_FC_FREEFORM' => 1,
- 'AH_OUTPUT' => 1,
- 'AC_CONFIG_AUX_DIR' => 1,
- '_AM_SUBST_NOTMAKE' => 1,
- 'm4_pattern_allow' => 1,
- 'AM_PROG_CC_C_O' => 1,
- 'sinclude' => 1,
- 'AM_CONDITIONAL' => 1,
- 'AC_CANONICAL_SYSTEM' => 1,
- 'AM_XGETTEXT_OPTION' => 1,
- 'AC_CONFIG_HEADERS' => 1,
- 'AC_DEFINE_TRACE_LITERAL' => 1,
- 'AM_POT_TOOLS' => 1,
- 'm4_include' => 1,
- '_AM_COND_ELSE' => 1,
- 'AC_SUBST_TRACE' => 1
- }
- ], 'Autom4te::Request' )
- );
-
+++ /dev/null
-m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
-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.11.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
- ifelse([$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])])
-m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- 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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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])
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- 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])
-m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != 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)])
-m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- 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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- 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); }])
-m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)])
-m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
-[ --enable-silent-rules less verbose build output (undo: `make V=1')
- --disable-silent-rules verbose build output (undo: `make V=0')])
-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
-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
-AM_BACKSLASH='\'
-AC_SUBST([AM_BACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/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])
-])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
-m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.68])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AM_SANITY_CHECK
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:3: -1- AM_PROG_MKDIR_P
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AMTAR], [tar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([silent-rules])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:6: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:6: -1- AM_SET_DEPDIR
-m4trace:configure.ac:6: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:6: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:6: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:6: -1- AM_DEP_TRACK
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCC], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE__BOOL$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
-m4trace:configure.ac:20: -1- m4_pattern_allow([^AM_CXXFLAGS$])
-m4trace:configure.ac:21: -1- m4_pattern_allow([^AM_LDFLAGS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LIB@&t@OBJS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:24: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+++ /dev/null
-m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
-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.11.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
- ifelse([$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])])
-m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- 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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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])
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- 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])
-m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != 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)])
-m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- 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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- 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); }])
-m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)])
-m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
-[ --enable-silent-rules less verbose build output (undo: `make V=1')
- --disable-silent-rules verbose build output (undo: `make V=0')])
-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
-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
-AM_BACKSLASH='\'
-AC_SUBST([AM_BACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/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])
-])
-m4trace:m4/ax_blas.m4:68: -1- AU_DEFUN([ACX_BLAS], [m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])])
-m4trace:m4/ax_blas.m4:68: -1- AC_DEFUN([ACX_BLAS], [AC_DIAGNOSE([obsolete], [The macro `ACX_BLAS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])])
-m4trace:m4/ax_blas.m4:69: -1- AC_DEFUN([AX_BLAS], [
-AC_PREREQ(2.50)
-AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-ax_blas_ok=no
-
-AC_ARG_WITH(blas,
- [AS_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-AC_F77_FUNC(sgemm)
-AC_F77_FUNC(dgemm)
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_MSG_CHECKING([for $sgemm in $BLAS_LIBS])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes], [BLAS_LIBS=""])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- AC_MSG_CHECKING([if $sgemm is being linked in already])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(atlas, ATL_xerbla,
- [AC_CHECK_LIB(f77blas, $sgemm,
- [AC_CHECK_LIB(cblas, cblas_dgemm,
- [ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"],
- [], [-lf77blas -latlas])],
- [], [-latlas])])
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(dgemm, $dgemm,
- [AC_CHECK_LIB(sgemm, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"],
- [], [-lblas])],
- [], [-lblas])])
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(mkl, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lmkl"])
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- AC_MSG_CHECKING([for $sgemm in -framework vecLib])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(cxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lcxml"])
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(dxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-ldxml"])
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- AC_CHECK_LIB(sunmath, acosp,
- [AC_CHECK_LIB(sunperf, $sgemm,
- [BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes],[],[-lsunmath])])
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(scs, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lscs"])
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(complib.sgimath, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"])
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(essl, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"],
- [], [-lblas $FLIBS])])
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lblas"])
-fi
-
-AC_SUBST(BLAS_LIBS)
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_BLAS,1,[Define if you have a BLAS library.]),[$1])
- :
-else
- ax_blas_ok=no
- $2
-fi
-])
-m4trace:m4/ax_boost_base.m4:37: -1- AC_DEFUN([AX_BOOST_BASE], [
-AC_ARG_WITH([boost],
- AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
- ],
- [want_boost="yes"])
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
- succeeded=no
-
- dnl first we check the system location for boost libraries
- dnl this location ist chosen if boost libraries are installed with the --layout=system option
- dnl or if you install boost with RPM
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
-
-
-
- dnl if we found no boost with system layout we search for boost libraries
- dnl built and installed without the --layout=system option or for a staged(not installed) version
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- AC_MSG_WARN([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
- else
- AC_MSG_WARN([Your boost libraries seems to old (version $_version).])
- fi
- else
- AC_SUBST(BOOST_CPPFLAGS)
- AC_SUBST(BOOST_LDFLAGS)
- AC_SUBST(BOOST_ROOT_PATH)
- AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-])
-m4trace:m4/ax_boost_regex.m4:34: -1- AC_DEFUN([AX_BOOST_REGEX], [
- AC_ARG_WITH([boost-regex],
- AS_HELP_STRING([--with-boost-regex@<:@=special-lib@:>@],
- [use the Regex library from boost - it is possible to specify a certain library for the linker
- e.g. --with-boost-regex=boost_regex-gcc-mt-d-1_33_1 ]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
- ],
- [want_boost="yes"]
- )
-
- if test "x$want_boost" = "xyes"; then
- AC_REQUIRE([AC_PROG_CC])
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- AC_CACHE_CHECK(whether the Boost::Regex library is available,
- ax_cv_boost_regex,
- [AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/regex.hpp>
- ]],
- [[boost::regex r(); return 0;]])],
- ax_cv_boost_regex=yes, ax_cv_boost_regex=no)
- AC_LANG_POP([C++])
- ])
- if test "x$ax_cv_boost_regex" = "xyes"; then
- AC_DEFINE(HAVE_BOOST_REGEX,,[define if the Boost::Regex library is available])
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- AC_CHECK_LIB($ax_lib, main,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
- if test "x$link_regex" != "xyes"; then
- AC_MSG_ERROR(Could not link against $ax_lib !)
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-])
-m4trace:m4/ax_hlib.m4:35: -1- AC_DEFUN([AX_HLIB], [
- AC_REQUIRE([AX_LAPACK])
-
- AC_ARG_WITH([hlib],
- AS_HELP_STRING([--with-hlib@<:@=DIR@:>@],
- [use hlib (default is yes) - it is possible to specify the root directory
- for hlib (optional)]),
- [
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
- ],
- [
- want_hlib="yes"
- ])
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- AC_MSG_ERROR([We could not detect lapack. Please install lapack or disable
- HLib.])
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package.])
- else
- AC_SUBST(HLIB_CPPFLAGS)
- AC_SUBST(HLIB_LDFLAGS)
- AC_SUBST(HLIB_ROOT_PATH)
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CC])
-
- AC_CACHE_CHECK(whether HLib library is available,
- ax_cv_hlib,
- [ AC_LANG_PUSH([C])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[@%:@include <HLib/bem2d.h>]],
- [[del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;]])],
- ax_cv_hlib=yes,
- ax_cv_hlib=no)
- AC_LANG_POP([C])
- ])
-
- if test "x$ax_cv_hlib" = "xyes"; then
- AC_CHECK_LIB(hmatrix, aca_fill_block,
- [HLIB_LIB="-lhmatrix"; AC_SUBST(HLIB_LIB) link_hlib="yes"; break],
- [link_hlib="no"], [$LAPACK_LIBS $BLAS_LIBS])
-
- if test "x$link_hlib" = "xyes"; then
- AC_DEFINE(HAVE_HLIB,,[Define if HLib library is available])
- else
- AC_MSG_ERROR([Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no.])
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-])
-m4trace:m4/ax_lapack.m4:69: -1- AU_DEFUN([ACX_LAPACK], [m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])])
-m4trace:m4/ax_lapack.m4:69: -1- AC_DEFUN([ACX_LAPACK], [AC_DIAGNOSE([obsolete], [The macro `ACX_LAPACK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])])
-m4trace:m4/ax_lapack.m4:70: -1- AC_DEFUN([AX_LAPACK], [
-AC_REQUIRE([AX_BLAS])
-ax_lapack_ok=no
-
-AC_ARG_WITH(lapack,
- [AS_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-AC_F77_FUNC(cheev)
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
- AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
- AC_MSG_RESULT($ax_lapack_ok)
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- AC_CHECK_FUNC($cheev, [ax_lapack_ok=yes])
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_CHECK_LIB($lapack, $cheev,
- [ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
- LIBS="$save_LIBS"
- fi
-done
-
-AC_SUBST(LAPACK_LIBS)
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_LAPACK,1,[Define if you have LAPACK library.]),[$1])
- :
-else
- ax_lapack_ok=no
- $2
-fi
-])
-m4trace:m4/ax_lib_loki.m4:1: -1- AC_DEFUN([AX_LIB_LOKI], [
- AC_ARG_WITH([loki],
- AS_HELP_STRING([--with-loki@<:@=DIR|:>@],
- [specify the root directory for the loki library]),
- [
- if test "$withval" = "no"; then
- AC_MSG_ERROR([Sorry, but it is not possible to compile without loki])
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
- ],
- [
- want_loki="yes";
- ])
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding.])
- else
- AC_SUBST(LOKI_CPPFLAGS)
- AC_SUBST(LOKI_LDFLAGS)
- AC_SUBST(LOKI_ROOT_PATH)
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CXX])
-
- AC_CACHE_CHECK(whether Loki is usable,
- ax_cv_loki,
- [ AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[@%:@include <loki/SmartPtr.h>]],
- [[::Loki::SmartPtr< int > t = new int;]])],
- ax_cv_loki="yes",
- ax_cv_loki="no")
- AC_LANG_POP([C++])
- ])
-
- if test "$ax_cv_loki" != "yes"; then
- AC_MSG_ERROR([Could not use the loki library. Please make sure
- that it is installed correctly.]);
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- fi
- fi
-])
-m4trace:m4/ax_prog_doxygen.m4:264: -1- AC_DEFUN([DX_FEATURE_doc], [ON])
-m4trace:m4/ax_prog_doxygen.m4:265: -1- AC_DEFUN([DX_FEATURE_dot], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:266: -1- AC_DEFUN([DX_FEATURE_man], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:267: -1- AC_DEFUN([DX_FEATURE_html], [ON])
-m4trace:m4/ax_prog_doxygen.m4:268: -1- AC_DEFUN([DX_FEATURE_chm], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:269: -1- AC_DEFUN([DX_FEATURE_chi], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:270: -1- AC_DEFUN([DX_FEATURE_rtf], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:271: -1- AC_DEFUN([DX_FEATURE_xml], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:272: -1- AC_DEFUN([DX_FEATURE_pdf], [ON])
-m4trace:m4/ax_prog_doxygen.m4:273: -1- AC_DEFUN([DX_FEATURE_ps], [ON])
-m4trace:m4/ax_prog_doxygen.m4:282: -1- AC_DEFUN([DX_ENV_APPEND], [AC_SUBST([DX_ENV], ["$DX_ENV $1='$2'"])])
-m4trace:m4/ax_prog_doxygen.m4:287: -1- AC_DEFUN([DX_DIRNAME_EXPR], [[expr ".$1" : '\(\.\)[^/]*$' \| "x$1" : 'x\(.*\)/[^/]*$']])
-m4trace:m4/ax_prog_doxygen.m4:293: -1- AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEATURE_$1, ON, [$2], [$3])])
-m4trace:m4/ax_prog_doxygen.m4:298: -1- AC_DEFUN([DX_REQUIRE_PROG], [
-AC_PATH_TOOL([$1], [$2])
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
- AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
- AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-fi
-])
-m4trace:m4/ax_prog_doxygen.m4:309: -1- AC_DEFUN([DX_TEST_FEATURE], [test "$DX_FLAG_$1" = 1])
-m4trace:m4/ax_prog_doxygen.m4:315: -1- AC_DEFUN([DX_CHECK_DEPEND], [
-test "$DX_FLAG_$1" = "$2" \
-|| AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
- requires, contradicts) doxygen-DX_CURRENT_FEATURE])
-])
-m4trace:m4/ax_prog_doxygen.m4:324: -1- AC_DEFUN([DX_CLEAR_DEPEND], [
-test "$DX_FLAG_$1" = "$2" || AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-])
-m4trace:m4/ax_prog_doxygen.m4:338: -1- AC_DEFUN([DX_ARG_ABLE], [
- AC_DEFUN([DX_CURRENT_FEATURE], [$1])
- AC_DEFUN([DX_CURRENT_DESCRIPTION], [$2])
- AC_ARG_ENABLE(doxygen-$1,
- [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
- [--enable-doxygen-$1]),
- DX_IF_FEATURE([$1], [don't $2], [$2]))],
- [
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- AC_SUBST([DX_FLAG_$1], 1)
- $3
-;; #(
-n|N|no|No|NO)
- AC_SUBST([DX_FLAG_$1], 0)
-;; #(
-*)
- AC_MSG_ERROR([invalid value '$enableval' given to doxygen-$1])
-;;
-esac
-], [
-AC_SUBST([DX_FLAG_$1], [DX_IF_FEATURE([$1], 1, 0)])
-$4
-])
-if DX_TEST_FEATURE([$1]); then
- $5
- :
-fi
-if DX_TEST_FEATURE([$1]); then
- AM_CONDITIONAL(DX_COND_$1, :)
- $6
- :
-else
- AM_CONDITIONAL(DX_COND_$1, false)
- $7
- :
-fi
-])
-m4trace:m4/ax_prog_doxygen.m4:384: -1- AC_DEFUN([DX_DOXYGEN_FEATURE], [AC_DEFUN([DX_FEATURE_doc], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:385: -1- AC_DEFUN([DX_DOT_FEATURE], [AC_DEFUN([DX_FEATURE_dot], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:386: -1- AC_DEFUN([DX_MAN_FEATURE], [AC_DEFUN([DX_FEATURE_man], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:387: -1- AC_DEFUN([DX_HTML_FEATURE], [AC_DEFUN([DX_FEATURE_html], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:388: -1- AC_DEFUN([DX_CHM_FEATURE], [AC_DEFUN([DX_FEATURE_chm], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:389: -1- AC_DEFUN([DX_CHI_FEATURE], [AC_DEFUN([DX_FEATURE_chi], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:390: -1- AC_DEFUN([DX_RTF_FEATURE], [AC_DEFUN([DX_FEATURE_rtf], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:391: -1- AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:392: -1- AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:393: -1- AC_DEFUN([DX_PDF_FEATURE], [AC_DEFUN([DX_FEATURE_pdf], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:394: -1- AC_DEFUN([DX_PS_FEATURE], [AC_DEFUN([DX_FEATURE_ps], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:400: -1- AC_DEFUN([DX_INIT_DOXYGEN], [
-
-# Files:
-AC_SUBST([DX_PROJECT], [$1])
-AC_SUBST([DX_CONFIG], [ifelse([$2], [], Doxyfile, [$2])])
-AC_SUBST([DX_DOCDIR], [ifelse([$3], [], doxygen-doc, [$3])])
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV_APPEND(SRCDIR, $srcdir)
-DX_ENV_APPEND(PROJECT, $DX_PROJECT)
-DX_ENV_APPEND(DOCDIR, $DX_DOCDIR)
-DX_ENV_APPEND(VERSION, $PACKAGE_VERSION)
-
-# Doxygen itself:
-DX_ARG_ABLE(doc, [generate any doxygen documentation],
- [],
- [],
- [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)],
- [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-
-# Dot for graphics:
-DX_ARG_ABLE(dot, [generate graphics for doxygen documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_DOT], dot)],
- [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
- [DX_ENV_APPEND(HAVE_DOT, NO)])
-
-# Man pages generation:
-DX_ARG_ABLE(man, [generate doxygen manual pages],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_MAN, YES)],
- [DX_ENV_APPEND(GENERATE_MAN, NO)])
-
-# RTF file generation:
-DX_ARG_ABLE(rtf, [generate doxygen RTF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_RTF, YES)],
- [DX_ENV_APPEND(GENERATE_RTF, NO)])
-
-# XML file generation:
-DX_ARG_ABLE(xml, [generate doxygen XML documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_XML, YES)],
- [DX_ENV_APPEND(GENERATE_XML, NO)])
-
-# (Compressed) HTML help generation:
-DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_HHC], hhc)],
- [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
- [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-
-# Seperate CHI file generation.
-DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
- [DX_CHECK_DEPEND(chm, 1)],
- [DX_CLEAR_DEPEND(chm, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_CHI, YES)],
- [DX_ENV_APPEND(GENERATE_CHI, NO)])
-
-# Plain HTML pages generation:
-DX_ARG_ABLE(html, [generate doxygen plain HTML documentation],
- [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)],
- [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)],
- [],
- [DX_ENV_APPEND(GENERATE_HTML, YES)],
- [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-
-# PostScript file generation:
-DX_ARG_ABLE(ps, [generate doxygen PostScript documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# PDF file generation:
-DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# LaTeX generation for PS and/or PDF:
-if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
- AM_CONDITIONAL(DX_COND_latex, :)
- DX_ENV_APPEND(GENERATE_LATEX, YES)
-else
- AM_CONDITIONAL(DX_COND_latex, false)
- DX_ENV_APPEND(GENERATE_LATEX, NO)
-fi
-
-# Paper size for PS and/or PDF:
-AC_ARG_VAR(DOXYGEN_PAPER_SIZE,
- [a4wide (default), a4, letter, legal or executive])
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- AC_SUBST(DOXYGEN_PAPER_SIZE, "")
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV_APPEND(PAPER_SIZE, $DOXYGEN_PAPER_SIZE)
-;; #(
-*)
- AC_MSG_ERROR([unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'])
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
-m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.68])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AM_SANITY_CHECK
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:3: -1- AM_PROG_MKDIR_P
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AMTAR], [tar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([silent-rules])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:6: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:6: -1- AM_SET_DEPDIR
-m4trace:configure.ac:6: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:6: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:6: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:6: -1- AM_DEP_TRACK
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:10: -1- DX_INIT_DOXYGEN(["Hilbert 3D"], [Doxyfile], [docs/doxygen])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PROJECT$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_CONFIG$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOCDIR$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([SRCDIR], [$srcdir])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PROJECT], [$DX_PROJECT])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([DOCDIR], [$DX_DOCDIR])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([VERSION], [$PACKAGE_VERSION])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([doc], [generate any doxygen documentation], [], [], [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)], [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [doc])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate any doxygen documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([doc], [--disable-doxygen-doc], [--enable-doxygen-doc])
-m4trace:configure.ac:10: -3- DX_FEATURE_doc
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([doc], [don't generate any doxygen documentation], [generate any doxygen documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_doc
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([doc], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_doc
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([doc])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DOXYGEN], [doxygen])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOXYGEN$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_PERL], [perl])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PERL$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([doc])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PERL_PATH], [$DX_PERL])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([dot], [generate graphics for doxygen documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_DOT], dot)], [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])], [DX_ENV_APPEND(HAVE_DOT, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [dot])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate graphics for doxygen documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([dot], [--disable-doxygen-dot], [--enable-doxygen-dot])
-m4trace:configure.ac:10: -3- DX_FEATURE_dot
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([dot], [don't generate graphics for doxygen documentation], [generate graphics for doxygen documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_dot
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([dot], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_dot
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([dot])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DOT], [dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOT$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([dot])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HAVE_DOT], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([DOT_PATH], [`DX_DIRNAME_EXPR($DX_DOT)`])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_DIRNAME_EXPR([$DX_DOT])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HAVE_DOT], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([man], [generate doxygen manual pages], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_MAN, YES)], [DX_ENV_APPEND(GENERATE_MAN, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [man])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen manual pages])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([man], [--disable-doxygen-man], [--enable-doxygen-man])
-m4trace:configure.ac:10: -3- DX_FEATURE_man
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([man], [don't generate doxygen manual pages], [generate doxygen manual pages])
-m4trace:configure.ac:10: -3- DX_FEATURE_man
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([man], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_man
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([man])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([man])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_MAN], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_MAN], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([rtf], [generate doxygen RTF documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_RTF, YES)], [DX_ENV_APPEND(GENERATE_RTF, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [rtf])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen RTF documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([rtf], [--disable-doxygen-rtf], [--enable-doxygen-rtf])
-m4trace:configure.ac:10: -3- DX_FEATURE_rtf
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([rtf], [don't generate doxygen RTF documentation], [generate doxygen RTF documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_rtf
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([rtf], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_rtf
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([rtf])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([rtf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_RTF], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_RTF], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([xml], [generate doxygen XML documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_XML, YES)], [DX_ENV_APPEND(GENERATE_XML, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [xml])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen XML documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([xml], [--disable-doxygen-xml], [--enable-doxygen-xml])
-m4trace:configure.ac:10: -3- DX_FEATURE_xml
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([xml], [don't generate doxygen XML documentation], [generate doxygen XML documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_xml
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([xml], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_xml
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([xml])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([xml])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_XML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_XML], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([chm], [generate doxygen compressed HTML help documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_HHC], hhc)], [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)], [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [chm])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen compressed HTML help documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chm], [--disable-doxygen-chm], [--enable-doxygen-chm])
-m4trace:configure.ac:10: -3- DX_FEATURE_chm
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chm], [don't generate doxygen compressed HTML help documentation], [generate doxygen compressed HTML help documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_chm
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([chm], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_chm
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_HHC], [hhc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_HHC$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HHC_PATH], [$DX_HHC])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTMLHELP], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTMLHELP], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([chi], [generate doxygen seperate compressed HTML help index file], [DX_CHECK_DEPEND(chm, 1)], [DX_CLEAR_DEPEND(chm, 1)], [], [DX_ENV_APPEND(GENERATE_CHI, YES)], [DX_ENV_APPEND(GENERATE_CHI, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [chi])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen seperate compressed HTML help index file])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chi], [--disable-doxygen-chi], [--enable-doxygen-chi])
-m4trace:configure.ac:10: -3- DX_FEATURE_chi
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chi], [don't generate doxygen seperate compressed HTML help index file], [generate doxygen seperate compressed HTML help index file])
-m4trace:configure.ac:10: -3- DX_FEATURE_chi
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([chm], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([chi], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_chi
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([chm], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chi])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chi])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_CHI], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_CHI], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([html], [generate doxygen plain HTML documentation], [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)], [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)], [], [DX_ENV_APPEND(GENERATE_HTML, YES)], [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [html])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen plain HTML documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([html], [--disable-doxygen-html], [--enable-doxygen-html])
-m4trace:configure.ac:10: -3- DX_FEATURE_html
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([html], [don't generate doxygen plain HTML documentation], [generate doxygen plain HTML documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_html
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([chm], [0])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([html], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_html
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([chm], [0])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([html])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([html])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([ps], [generate doxygen PostScript documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [ps])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen PostScript documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([ps], [--disable-doxygen-ps], [--enable-doxygen-ps])
-m4trace:configure.ac:10: -3- DX_FEATURE_ps
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([ps], [don't generate doxygen PostScript documentation], [generate doxygen PostScript documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_ps
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([ps], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_ps
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_LATEX], [latex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_LATEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_MAKEINDEX], [makeindex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DVIPS], [dvips])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DVIPS$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_EGREP], [egrep])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([pdf], [generate doxygen PDF documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [pdf])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen PDF documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([pdf], [--disable-doxygen-pdf], [--enable-doxygen-pdf])
-m4trace:configure.ac:10: -3- DX_FEATURE_pdf
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([pdf], [don't generate doxygen PDF documentation], [generate doxygen PDF documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_pdf
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([pdf], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_pdf
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_PDFLATEX], [pdflatex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PDFLATEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_MAKEINDEX], [makeindex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_EGREP], [egrep])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_LATEX], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_LATEX], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PAPER_SIZE], [$DOXYGEN_PAPER_SIZE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:12: -1- AX_BOOST_BASE([1.38.0])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_CPPFLAGS$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_LDFLAGS$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_ROOT_PATH$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_BOOST$])
-m4trace:configure.ac:13: -1- AX_BOOST_REGEX
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCC], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_BOOST_REGEX$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:15: -1- AX_HLIB
-m4trace:configure.ac:15: -1- AX_LAPACK
-m4trace:configure.ac:15: -1- AX_BLAS
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^ac_ct_F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FLIBS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77_DUMMY_MAIN$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FC_DUMMY_MAIN_EQ_F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^BLAS_LIBS$])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_BLAS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LAPACK_LIBS$])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_LAPACK$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_CPPFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LDFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_ROOT_PATH$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LIB$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_HLIB$])
-m4trace:configure.ac:16: -1- AX_LIB_LOKI
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_CPPFLAGS$])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_LDFLAGS$])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_ROOT_PATH$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE__BOOL$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
-m4trace:configure.ac:20: -1- m4_pattern_allow([^AM_CXXFLAGS$])
-m4trace:configure.ac:21: -1- m4_pattern_allow([^AM_LDFLAGS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LIB@&t@OBJS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:24: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+++ /dev/null
-m4trace:aclocal.m4:952: -1- m4_include([m4/ax_blas.m4])
-m4trace:aclocal.m4:953: -1- m4_include([m4/ax_boost_base.m4])
-m4trace:aclocal.m4:954: -1- m4_include([m4/ax_boost_regex.m4])
-m4trace:aclocal.m4:955: -1- m4_include([m4/ax_hlib.m4])
-m4trace:aclocal.m4:956: -1- m4_include([m4/ax_lapack.m4])
-m4trace:aclocal.m4:957: -1- m4_include([m4/ax_lib_loki.m4])
-m4trace:aclocal.m4:958: -1- m4_include([m4/ax_prog_doxygen.m4])
-m4trace:configure.ac:1: -1- AC_INIT([Hilbert 3D], [0.1.0], [markus.mayr@tuwien.ac.at], [hilbert3d], [http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
-m4trace:configure.ac:1: -1- AC_SUBST([SHELL])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([SHELL])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
-m4trace:configure.ac:1: -1- AC_SUBST([PATH_SEPARATOR])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_NAME])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_STRING])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([PACKAGE_URL])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- AC_SUBST([exec_prefix], [NONE])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([exec_prefix])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
-m4trace:configure.ac:1: -1- AC_SUBST([prefix], [NONE])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([prefix])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
-m4trace:configure.ac:1: -1- AC_SUBST([program_transform_name], [s,x,x,])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([program_transform_name])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
-m4trace:configure.ac:1: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([bindir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
-m4trace:configure.ac:1: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sbindir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
-m4trace:configure.ac:1: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([libexecdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([datarootdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([datadir], ['${datarootdir}'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([datadir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
-m4trace:configure.ac:1: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sysconfdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([sharedstatedir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
-m4trace:configure.ac:1: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([localstatedir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
-m4trace:configure.ac:1: -1- AC_SUBST([includedir], ['${prefix}/include'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([includedir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
-m4trace:configure.ac:1: -1- AC_SUBST([oldincludedir], ['/usr/include'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([oldincludedir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
-m4trace:configure.ac:1: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
- ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
- ['${datarootdir}/doc/${PACKAGE}'])])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([docdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([infodir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
-m4trace:configure.ac:1: -1- AC_SUBST([htmldir], ['${docdir}'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([htmldir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
-m4trace:configure.ac:1: -1- AC_SUBST([dvidir], ['${docdir}'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([dvidir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
-m4trace:configure.ac:1: -1- AC_SUBST([pdfdir], ['${docdir}'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([pdfdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([psdir], ['${docdir}'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([psdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([libdir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
-m4trace:configure.ac:1: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([localedir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
-m4trace:configure.ac:1: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([mandir])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
-@%:@undef PACKAGE_NAME])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
-@%:@undef PACKAGE_TARNAME])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
-@%:@undef PACKAGE_VERSION])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
-@%:@undef PACKAGE_STRING])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
-@%:@undef PACKAGE_BUGREPORT])
-m4trace:configure.ac:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */
-@%:@undef PACKAGE_URL])
-m4trace:configure.ac:1: -1- AC_SUBST([DEFS])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([DEFS])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
-m4trace:configure.ac:1: -1- AC_SUBST([ECHO_C])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_C])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
-m4trace:configure.ac:1: -1- AC_SUBST([ECHO_N])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_N])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
-m4trace:configure.ac:1: -1- AC_SUBST([ECHO_T])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([ECHO_T])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
-m4trace:configure.ac:1: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:1: -1- AC_SUBST([build_alias])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([build_alias])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
-m4trace:configure.ac:1: -1- AC_SUBST([host_alias])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([host_alias])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
-m4trace:configure.ac:1: -1- AC_SUBST([target_alias])
-m4trace:configure.ac:1: -1- AC_SUBST_TRACE([target_alias])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
-m4trace:configure.ac:3: -1- AC_REQUIRE_AUX_FILE([install-sh])
-m4trace:configure.ac:3: -1- AC_SUBST([INSTALL_PROGRAM])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:3: -1- AC_SUBST([INSTALL_SCRIPT])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:3: -1- AC_SUBST([INSTALL_DATA])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([INSTALL_DATA])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:3: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([am__isrc])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:3: -1- AC_SUBST([CYGPATH_W])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([CYGPATH_W])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([VERSION])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
-@%:@undef PACKAGE])
-m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AH_OUTPUT([VERSION], [/* Version number of package */
-@%:@undef VERSION])
-m4trace:configure.ac:3: -1- AC_REQUIRE_AUX_FILE([missing])
-m4trace:configure.ac:3: -1- AC_SUBST([ACLOCAL])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([ACLOCAL])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:3: -1- AC_SUBST([AUTOCONF])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([AUTOCONF])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:3: -1- AC_SUBST([AUTOMAKE])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([AUTOMAKE])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:3: -1- AC_SUBST([AUTOHEADER])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([AUTOHEADER])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:3: -1- AC_SUBST([MAKEINFO])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([MAKEINFO])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:3: -1- AC_SUBST([install_sh])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([install_sh])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:3: -1- AC_SUBST([STRIP])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([STRIP])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:3: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:3: -1- AC_REQUIRE_AUX_FILE([install-sh])
-m4trace:configure.ac:3: -1- AC_SUBST([MKDIR_P])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([MKDIR_P])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:3: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([mkdir_p])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:3: -1- AC_SUBST([AWK])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([AWK])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:3: -1- AC_SUBST([SET_MAKE])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([SET_MAKE])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:3: -1- AC_SUBST([am__leading_dot])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([am__leading_dot])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:3: -1- AC_SUBST([AMTAR])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([AMTAR])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:3: -1- AC_SUBST([am__tar])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([am__tar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:3: -1- AC_SUBST([am__untar])
-m4trace:configure.ac:3: -1- AC_SUBST_TRACE([am__untar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:4: -1- AC_CONFIG_HEADERS([src/config.h])
-m4trace:configure.ac:6: -1- AC_SUBST([CXX])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CXX])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- AC_SUBST([CXXFLAGS])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CXXFLAGS])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:6: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:6: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:6: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:6: -1- AC_SUBST([CXX])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CXX])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- AC_SUBST([ac_ct_CXX])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ac_ct_CXX])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:6: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([EXEEXT])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:6: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([OBJEXT])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:6: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([DEPDIR])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:6: -1- AC_SUBST([am__include])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__include])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:6: -1- AC_SUBST([am__quote])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__quote])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:6: -1- AC_SUBST([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:6: -1- AC_SUBST([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- AC_SUBST([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CXXDEPMODE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:6: -1- AC_SUBST([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:6: -1- AC_SUBST([am__fastdepCXX_FALSE])
-m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:7: -1- AC_SUBST([RANLIB])
-m4trace:configure.ac:7: -1- AC_SUBST_TRACE([RANLIB])
-m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_PROJECT], ["Hilbert 3D"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_PROJECT])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PROJECT$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_CONFIG], [ifelse([Doxyfile], [], Doxyfile, [Doxyfile])])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_CONFIG])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_CONFIG$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_DOCDIR], [ifelse([docs/doxygen], [], doxygen-doc, [docs/doxygen])])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_DOCDIR])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOCDIR$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV SRCDIR='$srcdir'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV PROJECT='$DX_PROJECT'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV DOCDIR='$DX_DOCDIR'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV VERSION='$PACKAGE_VERSION'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_doc], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_doc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_doc], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_doc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_doc], [DX_IF_FEATURE([doc], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_doc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_DOXYGEN])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_DOXYGEN])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOXYGEN$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_doc], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_doc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_PERL])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_PERL])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PERL$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_doc], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_doc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV PERL_PATH='$DX_PERL'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_dot], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_dot], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_dot], [DX_IF_FEATURE([dot], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_dot], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_DOT])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_DOT])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOT$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_dot], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV HAVE_DOT='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV DOT_PATH='`DX_DIRNAME_EXPR($DX_DOT)`'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV HAVE_DOT='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_man], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_man])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_man], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_man])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_man], [DX_IF_FEATURE([man], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_man])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_man], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_man])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_MAN='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_MAN='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_rtf], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_rtf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_rtf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_rtf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_rtf], [DX_IF_FEATURE([rtf], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_rtf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_rtf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_rtf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_RTF='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_RTF='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_xml], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_xml])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_xml], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_xml])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_xml], [DX_IF_FEATURE([xml], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_xml])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_xml], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_xml])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_XML='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_XML='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chm], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chm])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chm], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chm])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chm], [DX_IF_FEATURE([chm], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chm])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chm], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chm])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_HHC])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_HHC])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_HHC$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chm], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chm])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV HHC_PATH='$DX_HHC'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_HTML='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_HTMLHELP='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_HTMLHELP='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chi], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chi])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chi], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chi])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chi], [DX_IF_FEATURE([chi], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chi])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_chi], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_chi])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_CHI='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_CHI='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_html], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_html])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_html], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_html])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_html], [DX_IF_FEATURE([html], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_html])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_html], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_html])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_html], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_html])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_HTML='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_HTML='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [DX_IF_FEATURE([ps], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_LATEX])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_LATEX])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_LATEX$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_MAKEINDEX])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_MAKEINDEX])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_DVIPS])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_DVIPS])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DVIPS$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_EGREP])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_EGREP])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_ps], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_ps])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [1])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [DX_IF_FEATURE([pdf], 1, 0)])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_PDFLATEX])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_PDFLATEX])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PDFLATEX$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_MAKEINDEX])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_MAKEINDEX])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_EGREP])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_EGREP])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_FLAG_pdf], [0])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_FLAG_pdf])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [:])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_LATEX='YES'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [false])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV GENERATE_LATEX='NO'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AC_SUBST([DOXYGEN_PAPER_SIZE])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DOXYGEN_PAPER_SIZE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DOXYGEN_PAPER_SIZE], [""])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DOXYGEN_PAPER_SIZE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- AC_SUBST([DX_ENV], ["$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"])
-m4trace:configure.ac:10: -1- AC_SUBST_TRACE([DX_ENV])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:12: -1- AC_SUBST([BOOST_CPPFLAGS])
-m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BOOST_CPPFLAGS])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_CPPFLAGS$])
-m4trace:configure.ac:12: -1- AC_SUBST([BOOST_LDFLAGS])
-m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BOOST_LDFLAGS])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_LDFLAGS$])
-m4trace:configure.ac:12: -1- AC_SUBST([BOOST_ROOT_PATH])
-m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BOOST_ROOT_PATH])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_ROOT_PATH$])
-m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BOOST])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_BOOST$])
-m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_BOOST], [/* define if the Boost library is available */
-@%:@undef HAVE_BOOST])
-m4trace:configure.ac:13: -1- AC_SUBST([CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([CFLAGS])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CFLAGS])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:13: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:13: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:13: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:13: -1- AC_SUBST([CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([ac_ct_CC])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([ac_ct_CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:13: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([CCDEPMODE])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCC], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:13: -1- AC_SUBST([am__fastdepCC_TRUE])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:13: -1- AC_SUBST([am__fastdepCC_FALSE])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BOOST_REGEX])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_BOOST_REGEX$])
-m4trace:configure.ac:13: -1- AH_OUTPUT([HAVE_BOOST_REGEX], [/* define if the Boost::Regex library is available */
-@%:@undef HAVE_BOOST_REGEX])
-m4trace:configure.ac:13: -1- AC_SUBST([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- AC_SUBST([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- AC_SUBST([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BOOST_REGEX_LIB])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:15: -1- AC_SUBST([F77])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([F77])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- AC_SUBST([FFLAGS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([FFLAGS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FFLAGS$])
-m4trace:configure.ac:15: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:15: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:15: -1- AC_SUBST([F77])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([F77])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- AC_SUBST([ac_ct_F77])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([ac_ct_F77])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^ac_ct_F77$])
-m4trace:configure.ac:15: -1- AC_SUBST([FLIBS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([FLIBS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FLIBS$])
-m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([F77_DUMMY_MAIN])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77_DUMMY_MAIN$])
-m4trace:configure.ac:15: -1- AH_OUTPUT([F77_DUMMY_MAIN], [/* Define to dummy `main\' function (if any) required to link to the Fortran
- libraries. */
-@%:@undef F77_DUMMY_MAIN])
-m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([FC_DUMMY_MAIN_EQ_F77])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FC_DUMMY_MAIN_EQ_F77$])
-m4trace:configure.ac:15: -1- AH_OUTPUT([FC_DUMMY_MAIN_EQ_F77], [/* Define if F77 and FC dummy `main\' functions are identical. */
-@%:@undef FC_DUMMY_MAIN_EQ_F77])
-m4trace:configure.ac:15: -1- AC_SUBST([BLAS_LIBS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([BLAS_LIBS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^BLAS_LIBS$])
-m4trace:configure.ac:15: -2- AC_DEFINE_TRACE_LITERAL([HAVE_BLAS])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_BLAS$])
-m4trace:configure.ac:15: -2- AH_OUTPUT([HAVE_BLAS], [/* Define if you have a BLAS library. */
-@%:@undef HAVE_BLAS])
-m4trace:configure.ac:15: -1- AC_SUBST([LAPACK_LIBS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([LAPACK_LIBS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LAPACK_LIBS$])
-m4trace:configure.ac:15: -2- AC_DEFINE_TRACE_LITERAL([HAVE_LAPACK])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_LAPACK$])
-m4trace:configure.ac:15: -2- AH_OUTPUT([HAVE_LAPACK], [/* Define if you have LAPACK library. */
-@%:@undef HAVE_LAPACK])
-m4trace:configure.ac:15: -1- AC_SUBST([HLIB_CPPFLAGS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([HLIB_CPPFLAGS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_CPPFLAGS$])
-m4trace:configure.ac:15: -1- AC_SUBST([HLIB_LDFLAGS])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([HLIB_LDFLAGS])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LDFLAGS$])
-m4trace:configure.ac:15: -1- AC_SUBST([HLIB_ROOT_PATH])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([HLIB_ROOT_PATH])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_ROOT_PATH$])
-m4trace:configure.ac:15: -1- AC_SUBST([HLIB_LIB])
-m4trace:configure.ac:15: -1- AC_SUBST_TRACE([HLIB_LIB])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LIB$])
-m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_HLIB])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_HLIB$])
-m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_HLIB], [/* Define if HLib library is available */
-@%:@undef HAVE_HLIB])
-m4trace:configure.ac:16: -1- AC_SUBST([LOKI_CPPFLAGS])
-m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LOKI_CPPFLAGS])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_CPPFLAGS$])
-m4trace:configure.ac:16: -1- AC_SUBST([LOKI_LDFLAGS])
-m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LOKI_LDFLAGS])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_LDFLAGS$])
-m4trace:configure.ac:16: -1- AC_SUBST([LOKI_ROOT_PATH])
-m4trace:configure.ac:16: -1- AC_SUBST_TRACE([LOKI_ROOT_PATH])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_ROOT_PATH$])
-m4trace:configure.ac:18: -1- AC_SUBST([CPP])
-m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CPP])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- AC_SUBST([CPP])
-m4trace:configure.ac:18: -1- AC_SUBST_TRACE([CPP])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- AC_SUBST([GREP])
-m4trace:configure.ac:18: -1- AC_SUBST_TRACE([GREP])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:18: -1- AC_SUBST([EGREP])
-m4trace:configure.ac:18: -1- AC_SUBST_TRACE([EGREP])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:18: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
-@%:@undef STDC_HEADERS])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
-@%:@undef HAVE_SYS_TYPES_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
-@%:@undef HAVE_SYS_STAT_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
-@%:@undef HAVE_STDLIB_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
-@%:@undef HAVE_STRING_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
-@%:@undef HAVE_MEMORY_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
-@%:@undef HAVE_STRINGS_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
-@%:@undef HAVE_INTTYPES_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
-@%:@undef HAVE_STDINT_H])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
-@%:@undef HAVE_UNISTD_H])
-m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([HAVE__BOOL])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE__BOOL$])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE__BOOL], [/* Define to 1 if the system has the type `_Bool\'. */
-@%:@undef HAVE__BOOL])
-m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDBOOL_H])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
-m4trace:configure.ac:18: -1- AH_OUTPUT([HAVE_STDBOOL_H], [/* Define to 1 if stdbool.h conforms to C99. */
-@%:@undef HAVE_STDBOOL_H])
-m4trace:configure.ac:20: -1- AC_SUBST([AM_CXXFLAGS])
-m4trace:configure.ac:20: -1- AC_SUBST_TRACE([AM_CXXFLAGS])
-m4trace:configure.ac:20: -1- m4_pattern_allow([^AM_CXXFLAGS$])
-m4trace:configure.ac:21: -1- AC_SUBST([AM_LDFLAGS])
-m4trace:configure.ac:21: -1- AC_SUBST_TRACE([AM_LDFLAGS])
-m4trace:configure.ac:21: -1- m4_pattern_allow([^AM_LDFLAGS$])
-m4trace:configure.ac:23: -1- AC_CONFIG_FILES([Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile])
-m4trace:configure.ac:24: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LIB@&t@OBJS$])
-m4trace:configure.ac:24: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([LTLIBOBJS])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:24: -1- AC_SUBST([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:24: -1- AC_SUBST([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([top_builddir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([top_build_prefix])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([srcdir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([abs_srcdir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([top_srcdir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([abs_top_srcdir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([builddir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([abs_builddir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([abs_top_builddir])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([INSTALL])
-m4trace:configure.ac:24: -1- AC_SUBST_TRACE([MKDIR_P])
+++ /dev/null
-m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
-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.11.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
- ifelse([$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])])
-m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- 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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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])
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- 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])
-m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != 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)])
-m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- 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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- 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); }])
-m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)])
-m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
-[ --enable-silent-rules less verbose build output (undo: `make V=1')
- --disable-silent-rules verbose build output (undo: `make V=0')])
-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
-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
-AM_BACKSLASH='\'
-AC_SUBST([AM_BACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/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])
-])
-m4trace:m4/ax_blas.m4:68: -1- AU_DEFUN([ACX_BLAS], [m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])])
-m4trace:m4/ax_blas.m4:68: -1- AC_DEFUN([ACX_BLAS], [AC_DIAGNOSE([obsolete], [The macro `ACX_BLAS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])])
-m4trace:m4/ax_blas.m4:69: -1- AC_DEFUN([AX_BLAS], [
-AC_PREREQ(2.50)
-AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-ax_blas_ok=no
-
-AC_ARG_WITH(blas,
- [AS_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-AC_F77_FUNC(sgemm)
-AC_F77_FUNC(dgemm)
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_MSG_CHECKING([for $sgemm in $BLAS_LIBS])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes], [BLAS_LIBS=""])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- AC_MSG_CHECKING([if $sgemm is being linked in already])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(atlas, ATL_xerbla,
- [AC_CHECK_LIB(f77blas, $sgemm,
- [AC_CHECK_LIB(cblas, cblas_dgemm,
- [ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"],
- [], [-lf77blas -latlas])],
- [], [-latlas])])
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(dgemm, $dgemm,
- [AC_CHECK_LIB(sgemm, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"],
- [], [-lblas])],
- [], [-lblas])])
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(mkl, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lmkl"])
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- AC_MSG_CHECKING([for $sgemm in -framework vecLib])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(cxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lcxml"])
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(dxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-ldxml"])
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- AC_CHECK_LIB(sunmath, acosp,
- [AC_CHECK_LIB(sunperf, $sgemm,
- [BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes],[],[-lsunmath])])
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(scs, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lscs"])
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(complib.sgimath, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"])
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(essl, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"],
- [], [-lblas $FLIBS])])
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lblas"])
-fi
-
-AC_SUBST(BLAS_LIBS)
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_BLAS,1,[Define if you have a BLAS library.]),[$1])
- :
-else
- ax_blas_ok=no
- $2
-fi
-])
-m4trace:m4/ax_boost_base.m4:37: -1- AC_DEFUN([AX_BOOST_BASE], [
-AC_ARG_WITH([boost],
- AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
- ],
- [want_boost="yes"])
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
- succeeded=no
-
- dnl first we check the system location for boost libraries
- dnl this location ist chosen if boost libraries are installed with the --layout=system option
- dnl or if you install boost with RPM
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
-
-
-
- dnl if we found no boost with system layout we search for boost libraries
- dnl built and installed without the --layout=system option or for a staged(not installed) version
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- AC_MSG_WARN([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
- else
- AC_MSG_WARN([Your boost libraries seems to old (version $_version).])
- fi
- else
- AC_SUBST(BOOST_CPPFLAGS)
- AC_SUBST(BOOST_LDFLAGS)
- AC_SUBST(BOOST_ROOT_PATH)
- AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-])
-m4trace:m4/ax_boost_regex.m4:34: -1- AC_DEFUN([AX_BOOST_REGEX], [
- AC_ARG_WITH([boost-regex],
- AS_HELP_STRING([--with-boost-regex@<:@=special-lib@:>@],
- [use the Regex library from boost - it is possible to specify a certain library for the linker
- e.g. --with-boost-regex=boost_regex-gcc-mt-d-1_33_1 ]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
- ],
- [want_boost="yes"]
- )
-
- if test "x$want_boost" = "xyes"; then
- AC_REQUIRE([AC_PROG_CC])
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- AC_CACHE_CHECK(whether the Boost::Regex library is available,
- ax_cv_boost_regex,
- [AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[@%:@include <boost/regex.hpp>
- ]],
- [[boost::regex r(); return 0;]]),
- ax_cv_boost_regex=yes, ax_cv_boost_regex=no)
- AC_LANG_POP([C++])
- ])
- if test "x$ax_cv_boost_regex" = "xyes"; then
- AC_DEFINE(HAVE_BOOST_REGEX,,[define if the Boost::Regex library is available])
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- AC_CHECK_LIB($ax_lib, main,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
- if test "x$link_regex" != "xyes"; then
- AC_MSG_ERROR(Could not link against $ax_lib !)
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-])
-m4trace:m4/ax_hlib.m4:35: -1- AC_DEFUN([AX_HLIB], [
- AC_REQUIRE([AX_LAPACK])
-
- AC_ARG_WITH([hlib],
- AS_HELP_STRING([--with-hlib@<:@=DIR@:>@],
- [use hlib (default is yes) - it is possible to specify the root directory
- for hlib (optional)]),
- [
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
- ],
- [
- want_hlib="yes"
- ])
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- AC_MSG_ERROR([We could not detect lapack. Please install lapack or disable
- HLib.])
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package.])
- else
- AC_SUBST(HLIB_CPPFLAGS)
- AC_SUBST(HLIB_LDFLAGS)
- AC_SUBST(HLIB_ROOT_PATH)
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CC])
-
- AC_CACHE_CHECK(whether HLib library is available,
- ax_cv_hlib,
- [ AC_LANG_PUSH([C])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM(
- [[@%:@include <HLib/bem2d.h>]],
- [[del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;]]),
- ax_cv_hlib=yes,
- ax_cv_hlib=no)
- AC_LANG_POP([C])
- ])
-
- if test "x$ax_cv_hlib" = "xyes"; then
- AC_CHECK_LIB(hmatrix, aca_fill_block,
- [HLIB_LIB="-lhmatrix"; AC_SUBST(HLIB_LIB) link_hlib="yes"; break],
- [link_hlib="no"], [$LAPACK_LIBS $BLAS_LIBS])
-
- if test "x$link_hlib" = "xyes"; then
- AC_DEFINE(HAVE_HLIB,,[Define if HLib library is available])
- else
- AC_MSG_ERROR([Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no.])
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-])
-m4trace:m4/ax_lapack.m4:69: -1- AU_DEFUN([ACX_LAPACK], [m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])])
-m4trace:m4/ax_lapack.m4:69: -1- AC_DEFUN([ACX_LAPACK], [AC_DIAGNOSE([obsolete], [The macro `ACX_LAPACK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])])
-m4trace:m4/ax_lapack.m4:70: -1- AC_DEFUN([AX_LAPACK], [
-AC_REQUIRE([AX_BLAS])
-ax_lapack_ok=no
-
-AC_ARG_WITH(lapack,
- [AS_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-AC_F77_FUNC(cheev)
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
- AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
- AC_MSG_RESULT($ax_lapack_ok)
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- AC_CHECK_FUNC($cheev, [ax_lapack_ok=yes])
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_CHECK_LIB($lapack, $cheev,
- [ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
- LIBS="$save_LIBS"
- fi
-done
-
-AC_SUBST(LAPACK_LIBS)
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_LAPACK,1,[Define if you have LAPACK library.]),[$1])
- :
-else
- ax_lapack_ok=no
- $2
-fi
-])
-m4trace:m4/ax_lib_loki.m4:1: -1- AC_DEFUN([AX_LIB_LOKI], [
- AC_ARG_WITH([loki],
- AS_HELP_STRING([--with-loki@<:@=DIR|:>@],
- [specify the root directory for the loki library]),
- [
- if test "$withval" = "no"; then
- AC_MSG_ERROR([Sorry, but it is not possible to compile without loki])
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
- ],
- [
- want_loki="yes";
- ])
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding.])
- else
- AC_SUBST(LOKI_CPPFLAGS)
- AC_SUBST(LOKI_LDFLAGS)
- AC_SUBST(LOKI_ROOT_PATH)
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CXX])
-
- AC_CACHE_CHECK(whether Loki is usable,
- ax_cv_loki,
- [ AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM(
- [[@%:@include <loki/SmartPtr.h>]],
- [[::Loki::SmartPtr< int > t = new int;]]),
- ax_cv_loki="yes",
- ax_cv_loki="no")
- AC_LANG_POP([C++])
- ])
-
- if test "$ax_cv_loki" != "yes"; then
- AC_MSG_ERROR([Could not use the loki library. Please make sure
- that it is installed correctly.]);
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- fi
- fi
-])
-m4trace:m4/ax_prog_doxygen.m4:264: -1- AC_DEFUN([DX_FEATURE_doc], [ON])
-m4trace:m4/ax_prog_doxygen.m4:265: -1- AC_DEFUN([DX_FEATURE_dot], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:266: -1- AC_DEFUN([DX_FEATURE_man], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:267: -1- AC_DEFUN([DX_FEATURE_html], [ON])
-m4trace:m4/ax_prog_doxygen.m4:268: -1- AC_DEFUN([DX_FEATURE_chm], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:269: -1- AC_DEFUN([DX_FEATURE_chi], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:270: -1- AC_DEFUN([DX_FEATURE_rtf], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:271: -1- AC_DEFUN([DX_FEATURE_xml], [OFF])
-m4trace:m4/ax_prog_doxygen.m4:272: -1- AC_DEFUN([DX_FEATURE_pdf], [ON])
-m4trace:m4/ax_prog_doxygen.m4:273: -1- AC_DEFUN([DX_FEATURE_ps], [ON])
-m4trace:m4/ax_prog_doxygen.m4:282: -1- AC_DEFUN([DX_ENV_APPEND], [AC_SUBST([DX_ENV], ["$DX_ENV $1='$2'"])])
-m4trace:m4/ax_prog_doxygen.m4:287: -1- AC_DEFUN([DX_DIRNAME_EXPR], [[expr ".$1" : '\(\.\)[^/]*$' \| "x$1" : 'x\(.*\)/[^/]*$']])
-m4trace:m4/ax_prog_doxygen.m4:293: -1- AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEATURE_$1, ON, [$2], [$3])])
-m4trace:m4/ax_prog_doxygen.m4:298: -1- AC_DEFUN([DX_REQUIRE_PROG], [
-AC_PATH_TOOL([$1], [$2])
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
- AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
- AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-fi
-])
-m4trace:m4/ax_prog_doxygen.m4:309: -1- AC_DEFUN([DX_TEST_FEATURE], [test "$DX_FLAG_$1" = 1])
-m4trace:m4/ax_prog_doxygen.m4:315: -1- AC_DEFUN([DX_CHECK_DEPEND], [
-test "$DX_FLAG_$1" = "$2" \
-|| AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
- requires, contradicts) doxygen-DX_CURRENT_FEATURE])
-])
-m4trace:m4/ax_prog_doxygen.m4:324: -1- AC_DEFUN([DX_CLEAR_DEPEND], [
-test "$DX_FLAG_$1" = "$2" || AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-])
-m4trace:m4/ax_prog_doxygen.m4:338: -1- AC_DEFUN([DX_ARG_ABLE], [
- AC_DEFUN([DX_CURRENT_FEATURE], [$1])
- AC_DEFUN([DX_CURRENT_DESCRIPTION], [$2])
- AC_ARG_ENABLE(doxygen-$1,
- [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
- [--enable-doxygen-$1]),
- DX_IF_FEATURE([$1], [don't $2], [$2]))],
- [
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- AC_SUBST([DX_FLAG_$1], 1)
- $3
-;; #(
-n|N|no|No|NO)
- AC_SUBST([DX_FLAG_$1], 0)
-;; #(
-*)
- AC_MSG_ERROR([invalid value '$enableval' given to doxygen-$1])
-;;
-esac
-], [
-AC_SUBST([DX_FLAG_$1], [DX_IF_FEATURE([$1], 1, 0)])
-$4
-])
-if DX_TEST_FEATURE([$1]); then
- $5
- :
-fi
-if DX_TEST_FEATURE([$1]); then
- AM_CONDITIONAL(DX_COND_$1, :)
- $6
- :
-else
- AM_CONDITIONAL(DX_COND_$1, false)
- $7
- :
-fi
-])
-m4trace:m4/ax_prog_doxygen.m4:384: -1- AC_DEFUN([DX_DOXYGEN_FEATURE], [AC_DEFUN([DX_FEATURE_doc], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:385: -1- AC_DEFUN([DX_DOT_FEATURE], [AC_DEFUN([DX_FEATURE_dot], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:386: -1- AC_DEFUN([DX_MAN_FEATURE], [AC_DEFUN([DX_FEATURE_man], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:387: -1- AC_DEFUN([DX_HTML_FEATURE], [AC_DEFUN([DX_FEATURE_html], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:388: -1- AC_DEFUN([DX_CHM_FEATURE], [AC_DEFUN([DX_FEATURE_chm], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:389: -1- AC_DEFUN([DX_CHI_FEATURE], [AC_DEFUN([DX_FEATURE_chi], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:390: -1- AC_DEFUN([DX_RTF_FEATURE], [AC_DEFUN([DX_FEATURE_rtf], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:391: -1- AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:392: -1- AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:393: -1- AC_DEFUN([DX_PDF_FEATURE], [AC_DEFUN([DX_FEATURE_pdf], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:394: -1- AC_DEFUN([DX_PS_FEATURE], [AC_DEFUN([DX_FEATURE_ps], [$1])])
-m4trace:m4/ax_prog_doxygen.m4:400: -1- AC_DEFUN([DX_INIT_DOXYGEN], [
-
-# Files:
-AC_SUBST([DX_PROJECT], [$1])
-AC_SUBST([DX_CONFIG], [ifelse([$2], [], Doxyfile, [$2])])
-AC_SUBST([DX_DOCDIR], [ifelse([$3], [], doxygen-doc, [$3])])
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV_APPEND(SRCDIR, $srcdir)
-DX_ENV_APPEND(PROJECT, $DX_PROJECT)
-DX_ENV_APPEND(DOCDIR, $DX_DOCDIR)
-DX_ENV_APPEND(VERSION, $PACKAGE_VERSION)
-
-# Doxygen itself:
-DX_ARG_ABLE(doc, [generate any doxygen documentation],
- [],
- [],
- [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)],
- [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-
-# Dot for graphics:
-DX_ARG_ABLE(dot, [generate graphics for doxygen documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_DOT], dot)],
- [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
- [DX_ENV_APPEND(HAVE_DOT, NO)])
-
-# Man pages generation:
-DX_ARG_ABLE(man, [generate doxygen manual pages],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_MAN, YES)],
- [DX_ENV_APPEND(GENERATE_MAN, NO)])
-
-# RTF file generation:
-DX_ARG_ABLE(rtf, [generate doxygen RTF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_RTF, YES)],
- [DX_ENV_APPEND(GENERATE_RTF, NO)])
-
-# XML file generation:
-DX_ARG_ABLE(xml, [generate doxygen XML documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_XML, YES)],
- [DX_ENV_APPEND(GENERATE_XML, NO)])
-
-# (Compressed) HTML help generation:
-DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_HHC], hhc)],
- [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
- [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-
-# Seperate CHI file generation.
-DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
- [DX_CHECK_DEPEND(chm, 1)],
- [DX_CLEAR_DEPEND(chm, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_CHI, YES)],
- [DX_ENV_APPEND(GENERATE_CHI, NO)])
-
-# Plain HTML pages generation:
-DX_ARG_ABLE(html, [generate doxygen plain HTML documentation],
- [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)],
- [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)],
- [],
- [DX_ENV_APPEND(GENERATE_HTML, YES)],
- [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-
-# PostScript file generation:
-DX_ARG_ABLE(ps, [generate doxygen PostScript documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# PDF file generation:
-DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# LaTeX generation for PS and/or PDF:
-if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
- AM_CONDITIONAL(DX_COND_latex, :)
- DX_ENV_APPEND(GENERATE_LATEX, YES)
-else
- AM_CONDITIONAL(DX_COND_latex, false)
- DX_ENV_APPEND(GENERATE_LATEX, NO)
-fi
-
-# Paper size for PS and/or PDF:
-AC_ARG_VAR(DOXYGEN_PAPER_SIZE,
- [a4wide (default), a4, letter, legal or executive])
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- AC_SUBST(DOXYGEN_PAPER_SIZE, "")
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV_APPEND(PAPER_SIZE, $DOXYGEN_PAPER_SIZE)
-;; #(
-*)
- AC_MSG_ERROR([unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'])
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
-m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.67])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AM_SANITY_CHECK
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:3: -1- AM_PROG_MKDIR_P
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AMTAR], [tar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([silent-rules])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:6: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:6: -1- AM_SET_DEPDIR
-m4trace:configure.ac:6: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:6: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:6: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:6: -1- AM_DEP_TRACK
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:10: -1- DX_INIT_DOXYGEN(["Hilbert 3D"], [Doxyfile], [docs/doxygen])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PROJECT$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_CONFIG$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOCDIR$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([SRCDIR], [$srcdir])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PROJECT], [$DX_PROJECT])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([DOCDIR], [$DX_DOCDIR])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([VERSION], [$PACKAGE_VERSION])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([doc], [generate any doxygen documentation], [], [], [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)], [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [doc])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate any doxygen documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([doc], [--disable-doxygen-doc], [--enable-doxygen-doc])
-m4trace:configure.ac:10: -3- DX_FEATURE_doc
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([doc], [don't generate any doxygen documentation], [generate any doxygen documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_doc
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([doc], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_doc
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([doc])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DOXYGEN], [doxygen])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOXYGEN$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_PERL], [perl])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PERL$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_doc$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([doc])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PERL_PATH], [$DX_PERL])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_doc], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_doc_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_doc_FALSE])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([dot], [generate graphics for doxygen documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_DOT], dot)], [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])], [DX_ENV_APPEND(HAVE_DOT, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [dot])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate graphics for doxygen documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([dot], [--disable-doxygen-dot], [--enable-doxygen-dot])
-m4trace:configure.ac:10: -3- DX_FEATURE_dot
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([dot], [don't generate graphics for doxygen documentation], [generate graphics for doxygen documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_dot
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([dot], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_dot
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([dot])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DOT], [dot])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DOT$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_dot$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([dot])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HAVE_DOT], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([DOT_PATH], [`DX_DIRNAME_EXPR($DX_DOT)`])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_DIRNAME_EXPR([$DX_DOT])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_dot], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_dot_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_dot_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HAVE_DOT], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([man], [generate doxygen manual pages], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_MAN, YES)], [DX_ENV_APPEND(GENERATE_MAN, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [man])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen manual pages])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([man], [--disable-doxygen-man], [--enable-doxygen-man])
-m4trace:configure.ac:10: -3- DX_FEATURE_man
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([man], [don't generate doxygen manual pages], [generate doxygen manual pages])
-m4trace:configure.ac:10: -3- DX_FEATURE_man
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([man], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_man
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_man$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([man])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([man])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_MAN], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_man], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_man_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_man_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_MAN], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([rtf], [generate doxygen RTF documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_RTF, YES)], [DX_ENV_APPEND(GENERATE_RTF, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [rtf])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen RTF documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([rtf], [--disable-doxygen-rtf], [--enable-doxygen-rtf])
-m4trace:configure.ac:10: -3- DX_FEATURE_rtf
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([rtf], [don't generate doxygen RTF documentation], [generate doxygen RTF documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_rtf
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([rtf], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_rtf
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_rtf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([rtf])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([rtf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_RTF], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_rtf], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_rtf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_rtf_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_RTF], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([xml], [generate doxygen XML documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [], [DX_ENV_APPEND(GENERATE_XML, YES)], [DX_ENV_APPEND(GENERATE_XML, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [xml])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen XML documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([xml], [--disable-doxygen-xml], [--enable-doxygen-xml])
-m4trace:configure.ac:10: -3- DX_FEATURE_xml
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([xml], [don't generate doxygen XML documentation], [generate doxygen XML documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_xml
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([xml], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_xml
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_xml$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([xml])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([xml])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_XML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_xml], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_xml_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_xml_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_XML], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([chm], [generate doxygen compressed HTML help documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_HHC], hhc)], [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)], [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [chm])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen compressed HTML help documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chm], [--disable-doxygen-chm], [--enable-doxygen-chm])
-m4trace:configure.ac:10: -3- DX_FEATURE_chm
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chm], [don't generate doxygen compressed HTML help documentation], [generate doxygen compressed HTML help documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_chm
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([chm], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_chm
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_HHC], [hhc])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_HHC$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chm$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([HHC_PATH], [$DX_HHC])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTMLHELP], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chm], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chm_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chm_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTMLHELP], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([chi], [generate doxygen seperate compressed HTML help index file], [DX_CHECK_DEPEND(chm, 1)], [DX_CLEAR_DEPEND(chm, 1)], [], [DX_ENV_APPEND(GENERATE_CHI, YES)], [DX_ENV_APPEND(GENERATE_CHI, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [chi])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen seperate compressed HTML help index file])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chi], [--disable-doxygen-chi], [--enable-doxygen-chi])
-m4trace:configure.ac:10: -3- DX_FEATURE_chi
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([chi], [don't generate doxygen seperate compressed HTML help index file], [generate doxygen seperate compressed HTML help index file])
-m4trace:configure.ac:10: -3- DX_FEATURE_chi
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([chm], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([chi], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_chi
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([chm], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_chi$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chi])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chi])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_CHI], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_chi], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_chi_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_chi_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_CHI], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([html], [generate doxygen plain HTML documentation], [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)], [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)], [], [DX_ENV_APPEND(GENERATE_HTML, YES)], [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [html])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen plain HTML documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([html], [--disable-doxygen-html], [--enable-doxygen-html])
-m4trace:configure.ac:10: -3- DX_FEATURE_html
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([html], [don't generate doxygen plain HTML documentation], [generate doxygen plain HTML documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_html
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([chm], [0])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([html], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_html
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([chm], [0])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_html$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([html])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([html])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_html], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_html_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_html_FALSE])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([chm])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_HTML], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([ps], [generate doxygen PostScript documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [ps])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen PostScript documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([ps], [--disable-doxygen-ps], [--enable-doxygen-ps])
-m4trace:configure.ac:10: -3- DX_FEATURE_ps
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([ps], [don't generate doxygen PostScript documentation], [generate doxygen PostScript documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_ps
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([ps], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_ps
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_LATEX], [latex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_LATEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_MAKEINDEX], [makeindex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_DVIPS], [dvips])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_DVIPS$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_EGREP], [egrep])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_ps$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_ps], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_ps_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_ps_FALSE])
-m4trace:configure.ac:10: -1- DX_ARG_ABLE([pdf], [generate doxygen PDF documentation], [DX_CHECK_DEPEND(doc, 1)], [DX_CLEAR_DEPEND(doc, 1)], [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_FEATURE], [pdf])
-m4trace:configure.ac:10: -1- AC_DEFUN([DX_CURRENT_DESCRIPTION], [generate doxygen PDF documentation])
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([pdf], [--disable-doxygen-pdf], [--enable-doxygen-pdf])
-m4trace:configure.ac:10: -3- DX_FEATURE_pdf
-m4trace:configure.ac:10: -2- DX_IF_FEATURE([pdf], [don't generate doxygen PDF documentation], [generate doxygen PDF documentation])
-m4trace:configure.ac:10: -3- DX_FEATURE_pdf
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_CHECK_DEPEND([doc], [1])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_IF_FEATURE([pdf], [1], [0])
-m4trace:configure.ac:10: -2- DX_FEATURE_pdf
-m4trace:configure.ac:10: -1- DX_CLEAR_DEPEND([doc], [1])
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_PDFLATEX], [pdflatex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_PDFLATEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_MAKEINDEX], [makeindex])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_MAKEINDEX$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_REQUIRE_PROG([DX_EGREP], [egrep])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_EGREP$])
-m4trace:configure.ac:10: -1- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -1- DX_CURRENT_DESCRIPTION
-m4trace:configure.ac:10: -2- DX_CURRENT_FEATURE
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_FLAG_pdf$])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_pdf], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_pdf_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_pdf_FALSE])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([ps])
-m4trace:configure.ac:10: -1- DX_TEST_FEATURE([pdf])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [:])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_LATEX], [YES])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- AM_CONDITIONAL([DX_COND_latex], [false])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_TRUE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_COND_latex_FALSE$])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_TRUE])
-m4trace:configure.ac:10: -1- _AM_SUBST_NOTMAKE([DX_COND_latex_FALSE])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([GENERATE_LATEX], [NO])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DOXYGEN_PAPER_SIZE$])
-m4trace:configure.ac:10: -1- DX_ENV_APPEND([PAPER_SIZE], [$DOXYGEN_PAPER_SIZE])
-m4trace:configure.ac:10: -1- m4_pattern_allow([^DX_ENV$])
-m4trace:configure.ac:12: -1- AX_BOOST_BASE([1.38.0])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_CPPFLAGS$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_LDFLAGS$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^BOOST_ROOT_PATH$])
-m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_BOOST$])
-m4trace:configure.ac:13: -1- AX_BOOST_REGEX
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCC], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_BOOST_REGEX$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:13: -1- m4_pattern_allow([^BOOST_REGEX_LIB$])
-m4trace:configure.ac:15: -1- AX_HLIB
-m4trace:configure.ac:15: -1- AX_LAPACK
-m4trace:configure.ac:15: -1- AX_BLAS
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^ac_ct_F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FLIBS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^F77_DUMMY_MAIN$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^FC_DUMMY_MAIN_EQ_F77$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^BLAS_LIBS$])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_BLAS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^LAPACK_LIBS$])
-m4trace:configure.ac:15: -2- m4_pattern_allow([^HAVE_LAPACK$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_CPPFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LDFLAGS$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_ROOT_PATH$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HLIB_LIB$])
-m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_HLIB$])
-m4trace:configure.ac:16: -1- AX_LIB_LOKI
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_CPPFLAGS$])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_LDFLAGS$])
-m4trace:configure.ac:16: -1- m4_pattern_allow([^LOKI_ROOT_PATH$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE__BOOL$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
-m4trace:configure.ac:20: -1- m4_pattern_allow([^AM_CXXFLAGS$])
-m4trace:configure.ac:21: -1- m4_pattern_allow([^AM_LDFLAGS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LIB@&t@OBJS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:24: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+++ /dev/null
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:51: -1- define([m4_define], <define>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:52: -1- define([m4_defn], <defn>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:53: -1- define([m4_undefine], <undefine>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:75: -1- m4_define([m4_copy], [m4_define([$2], m4_defn([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:82: -1- m4_define([m4_rename], [m4_copy([$1], [$2])m4_undefine([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:89: -1- m4_define([m4_rename_m4], [m4_rename([$1], [m4_$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:96: -1- m4_define([m4_copy_unm4], [m4_copy([$1], m4_bpatsubst([$1], [^m4_\(.*\)], [[\1]]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:103: -1- m4_define([m4_ifdef], <ifdef>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:104: -1- m4_define([m4_if], <ifelse>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:106: -1- m4_define([m4_builtin], <builtin>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:107: -1- m4_define([m4_changecom], <changecom>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:108: -1- m4_define([m4_changequote], <changequote>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:111: -1- m4_define([m4_debugfile], <debugfile>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:112: -1- m4_define([m4_debugmode], <debugmode>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:113: -1- m4_define([m4_decr], <decr>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:114: -1- m4_define([m4_divnum], <divnum>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:115: -1- m4_define([m4_dumpdef], <dumpdef>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:116: -1- m4_define([m4_errprint], <errprint>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:117: -1- m4_define([m4_esyscmd], <esyscmd>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:118: -1- m4_define([m4_eval], <eval>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:119: -1- m4_define([m4_format], <format>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:121: -1- m4_define([m4_incr], <incr>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:122: -1- m4_define([m4_index], <index>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:123: -1- m4_define([m4_indir], <indir>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:124: -1- m4_define([m4_len], <len>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:125: -1- m4_define([m4_exit], <m4exit>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:127: -1- m4_define([m4_mkstemp], <mkstemp>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:127: -1- m4_define([m4_maketemp], <mkstemp>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:133: -1- m4_define([m4_bpatsubst], <patsubst>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:134: -1- m4_define([m4_popdef], <popdef>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:135: -1- m4_define([m4_pushdef], <pushdef>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:136: -1- m4_define([m4_bregexp], <regexp>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:137: -1- m4_define([m4_shift], <shift>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:139: -1- m4_define([m4_substr], <substr>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:142: -1- m4_define([m4_syscmd], <syscmd>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:143: -1- m4_define([m4_sysval], <sysval>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:144: -1- m4_define([m4_traceoff], <traceoff>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:145: -1- m4_define([m4_traceon], <traceon>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:146: -1- m4_define([m4_translit], <translit>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:154: -1- m4_define([_m4_defn], <defn>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:160: -1- m4_define([_m4_divert_raw], <divert>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:167: -1- m4_define([_m4_popdef], <popdef>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:174: -1- m4_define([_m4_undefine], <undefine>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:181: -1- m4_define([_m4_undivert], <undivert>)
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:192: -1- m4_define([m4_location], [__file__:__line__])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:199: -1- m4_define([m4_errprintn], [m4_errprint([$1
-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:207: -1- m4_define([m4_warning], [m4_errprintn(m4_location[: warning: $1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:214: -1- m4_define([m4_fatal], [m4_errprintn(m4_location[: error: $1]
-m4_expansion_stack)m4_exit(m4_if([$2],, 1, [$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:223: -1- m4_define([m4_assert], [m4_if(m4_eval([$1]), 0,
- [m4_fatal([assert failed: $1], [$2])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:242: -1- m4_define([_m4_warn], [])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:248: -1- m4_define([m4_warn], [_m4_warn([$1], [$2],
-m4_ifdef([_m4_expansion_stack], [m4_expansion_stack]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:274: -1- m4_define([m4_include_unique], [m4_ifdef([m4_include($1)],
- [m4_warn([syntax], [file `$1' included several times])])dnl
-m4_define([m4_include($1)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:283: -1- m4_define([m4_include], [m4_include_unique([$1])dnl
-m4_builtin([include], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:291: -1- m4_define([m4_sinclude], [m4_include_unique([$1])dnl
-m4_builtin([sinclude], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:329: -1- m4_define([m4_ifblank], [m4_if(m4_translit([[$1]], [ ][ ][
-]), [], [$2], [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:333: -1- m4_define([m4_ifnblank], [m4_if(m4_translit([[$1]], [ ][ ][
-]), [], [$3], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:342: -1- m4_define([m4_ifval], [m4_if([$1], [], [$3], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:349: -1- m4_define([m4_n], [m4_if([$1],
- [], [],
- [$1
-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:360: -1- m4_define([m4_ifvaln], [m4_if([$1],
- [], [m4_n([$3])],
- [m4_n([$2])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:370: -1- m4_define([m4_ifset], [m4_ifdef([$1],
- [m4_ifval(_m4_defn([$1]), [$2], [$3])],
- [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:378: -1- m4_define([m4_ifndef], [m4_ifdef([$1], [$3], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:402: -1- m4_define([m4_case], [m4_if([$#], 0, [],
- [$#], 1, [],
- [$#], 2, [$2],
- [$1], [$2], [$3],
- [$0([$1], m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:427: -1- m4_define([m4_bmatch], [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
- [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
- [$#], 2, [$2],
- [m4_if(m4_bregexp([$1], [$2]), -1, [$0([$1], m4_shift3($@))],
- [$3])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:442: -1- m4_define([m4_argn], [m4_assert([0 < $1])m4_pushdef([_$0], [_m4_popdef([_$0])]m4_dquote([$]m4_incr([$1])))_$0($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:454: -1- m4_define([m4_car], [[$1]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:455: -1- m4_define([m4_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
- [$#], 1, [],
- [m4_dquote(m4_shift($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:467: -1- m4_define([_m4_cdr], [m4_if([$#], 1, [],
- [, m4_dquote(m4_shift($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:504: -1- m4_define([m4_cond], [m4_if([$#], [0], [m4_fatal([$0: cannot be called without arguments])],
- [$#], [1], [$1],
- m4_eval([$# % 3]), [2], [m4_fatal([$0: missing an argument])],
- [_$0($@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:510: -1- m4_define([_m4_cond], [m4_if(($1), [($2)], [$3],
- [$#], [3], [],
- [$#], [4], [$4],
- [$0(m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:541: -1- m4_define([m4_bpatsubsts], [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
- [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
- [$#], 2, [m4_unquote(m4_builtin([patsubst], [[$1]], [$2]))],
- [$#], 3, [m4_unquote(m4_builtin([patsubst], [[$1]], [$2], [$3]))],
- [_$0($@m4_if(m4_eval($# & 1), 0, [,]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:547: -1- m4_define([_m4_bpatsubsts], [m4_if([$#], 2, [$1],
- [$0(m4_builtin([patsubst], [[$1]], [$2], [$3]),
- m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:564: -1- m4_define([m4_copy], [m4_ifdef([$2], [m4_fatal([$0: won't overwrite defined macro: $2])],
- [m4_stack_foreach_sep([$1], [m4_pushdef([$2],], [)])])m4_ifdef([m4_location($1)], [m4_define([m4_location($2)], m4_location)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:576: -1- m4_define([m4_copy_force], [m4_ifdef([$2], [_m4_undefine([$2])])m4_copy($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:579: -1- m4_define([m4_rename_force], [m4_ifdef([$2], [_m4_undefine([$2])])m4_rename($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:586: -1- m4_define([m4_define_default], [m4_ifndef([$1], [m4_define($@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:597: -1- m4_define([m4_default], [m4_if([$1], [], [$2], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:600: -1- m4_define([m4_default_nblank], [m4_ifblank([$1], [$2], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:622: -1- m4_define([m4_default_quoted], [m4_if([$1], [], [[$2]], [[$1]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:625: -1- m4_define([m4_default_nblank_quoted], [m4_ifblank([$1], [[$2]], [[$1]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:641: -1- m4_define([m4_defn], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_defn([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:664: -1- m4_define([m4_dumpdef], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [$#], [1], [m4_ifdef([$1], [m4_errprintn(
- [$1: ]m4_dquote(_m4_defn([$1])))], [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:670: -1- m4_define([_m4_dumpdef], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [$#], [1], [m4_builtin([dumpdef], [$1])],
- [m4_map_args_sep([m4_builtin([dumpdef],], [)], [], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:685: -1- m4_define([m4_dumpdefs], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [$#], [1], [m4_stack_foreach_lifo([$1], [m4_dumpdef([$1])m4_ignore])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:694: -1- m4_define([m4_esyscmd_s], [m4_chomp_all(m4_esyscmd([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:706: -1- m4_define([m4_popdef], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_popdef([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:730: -1- m4_define([m4_shiftn], [m4_assert(0 < $1 && $1 < $#)_$0($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:733: -1- m4_define([_m4_shiftn], [m4_if([$1], 1, [m4_shift(],
- [$0(m4_decr([$1])]), m4_shift(m4_shift($@)))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:741: -1- m4_define([m4_shift2], [m4_shift(m4_shift($@))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:742: -1- m4_define([m4_shift3], [m4_shift(m4_shift(m4_shift($@)))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:751: -1- m4_define([_m4_shift2], [m4_if([$#], [2], [],
- [, m4_shift(m4_shift($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:754: -1- m4_define([_m4_shift3], [m4_if([$#], [3], [],
- [, m4_shift(m4_shift(m4_shift($@)))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:767: -1- m4_define([m4_undefine], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_undefine([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:777: -1- m4_define([_m4_wrap], [m4_ifdef([$0_text],
- [m4_define([$0_text], [$1]_m4_defn([$0_text])[$2])],
- [m4_builtin([m4wrap], [m4_unquote(
- _m4_defn([$0_text])_m4_popdef([$0_text]))])m4_define([$0_text], [$1$2])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:788: -1- m4_define([m4_wrap], [_m4_wrap([], [$1[]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:796: -1- m4_define([m4_wrap_lifo], [_m4_wrap([$1[]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:810: -1- m4_define([m4_apply], [m4_if([$2], [], [$1], [$1($2)])[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:816: -1- m4_define([_m4_apply], [m4_if([$2], [], [], [$1($2)[]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:823: -1- m4_define([m4_count], [$#])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:836: -1- m4_define([m4_curry], [$1(m4_shift($@,)_$0])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:837: -1- m4_define([_m4_curry], [[$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:848: -1- m4_define([m4_do], [m4_if([$#], 0, [],
- [$#], 1, [$1[]],
- [$1[]$0(m4_shift($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:857: -1- m4_define([m4_dquote], [[$@]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:865: -1- m4_define([m4_dquote_elt], [m4_if([$#], [0], [],
- [$#], [1], [[[$1]]],
- [[[$1]],$0(m4_shift($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:875: -1- m4_define([m4_echo], [$@])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:917: -1- m4_define([m4_expand], [m4_pushdef([m4_divert], _m4_defn([_m4_divert_unsafe]))m4_pushdef([m4_divert_push], _m4_defn([_m4_divert_unsafe]))m4_chomp(_$0([$1
-]))_m4_popdef([m4_divert], [m4_divert_push])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:923: -1- m4_define([_m4_expand], [$0_([$1], [(], -=<{($1)}>=-, [}>=-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:925: -1- m4_define([_m4_expand_], [m4_if([$4], [}>=-],
- [m4_changequote([-=<{$2], [)}>=-])$3m4_changequote([, ])],
- [$0([$1], [($2], -=<{($2$1)}>=-, [}>=-])m4_ignore$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:935: -1- m4_define([m4_ignore])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:946: -1- m4_define([m4_make_list], [m4_join([,
-], m4_dquote_elt($@))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:959: -1- m4_define([m4_noquote], [m4_changequote([-=<{(],[)}>=-])$1-=<{()}>=-m4_changequote([,])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:972: -1- m4_define([m4_quote], [[$*]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:982: -1- m4_define([_m4_quote], [m4_if([$#], [0], [], [[$*]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:991: -1- m4_define([m4_reverse], [m4_if([$#], [0], [], [$#], [1], [[$1]],
- [$0(m4_shift($@)), [$1]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1004: -1- m4_define([m4_unquote], [$*])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1022: -1- m4_define([m4_for], [m4_pushdef([$1], m4_eval([$2]))m4_cond([m4_eval(([$3]) > ([$2]))], 1,
- [m4_pushdef([_m4_step], m4_eval(m4_default_quoted([$4],
- 1)))m4_assert(_m4_step > 0)_$0(_m4_defn([$1]),
- m4_eval((([$3]) - ([$2])) / _m4_step * _m4_step + ([$2])), _m4_step,],
- [m4_eval(([$3]) < ([$2]))], 1,
- [m4_pushdef([_m4_step], m4_eval(m4_default_quoted([$4],
- -1)))m4_assert(_m4_step < 0)_$0(_m4_defn([$1]),
- m4_eval((([$2]) - ([$3])) / -(_m4_step) * _m4_step + ([$2])), _m4_step,],
- [m4_pushdef([_m4_step])_$0(_m4_defn([$1]), _m4_defn([$1]), 0,])[m4_define([$1],], [)$5])m4_popdef([_m4_step], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1040: -1- m4_define([_m4_for], [$4[$1]$5[]m4_if([$1], [$2], [],
- [$0(m4_eval([$1 + $3]), [$2], [$3], [$4], [$5])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1154: -1- m4_define([m4_foreach], [m4_if([$2], [], [],
- [m4_pushdef([$1])_$0([m4_define([$1],], [)$3], [],
- $2)m4_popdef([$1])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1166: -1- m4_define([_m4_foreach], [m4_if([$#], [3], [],
- [$1[$4]$2[]$0([$1], [$2], m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1184: -1- m4_define([m4_foreach_w], [m4_pushdef([$1])m4_map_args_w([$2],
- [m4_define([$1],], [)$3])m4_popdef([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1202: -1- m4_define([m4_map], [_m4_foreach([_m4_apply([$1],], [)], [], $2)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1205: -1- m4_define([m4_mapall], [m4_if([$2], [], [],
- [_m4_foreach([m4_apply([$1],], [)], [], $2)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1227: -1- m4_define([m4_map_sep], [m4_pushdef([m4_Sep], [m4_define([m4_Sep], _m4_defn([m4_unquote]))])_m4_foreach([_m4_apply([m4_Sep([$2])[]$1],], [)], [], $3)m4_popdef([m4_Sep])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1231: -1- m4_define([m4_mapall_sep], [m4_if([$3], [], [], [_$0([$1], [$2], $3)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1234: -1- m4_define([_m4_mapall_sep], [m4_apply([$1], [$3])_m4_foreach([m4_apply([$2[]$1],], [)], m4_shift2($@))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1242: -1- m4_define([m4_map_args], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
- [$#], [1], [],
- [$#], [2], [$1([$2])[]],
- [_m4_foreach([$1(], [)], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1263: -1- m4_define([m4_map_args_pair], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
- [$#], [1], [m4_fatal([$0: too few arguments: $#: $1])],
- [$#], [2], [],
- [$#], [3], [m4_default([$2], [$1])([$3])[]],
- [$#], [4], [$1([$3], [$4])[]],
- [$1([$3], [$4])[]$0([$1], [$2], m4_shift(m4_shift3($@)))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1275: -1- m4_define([m4_map_args_sep], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
- [$#], [1], [],
- [$#], [2], [],
- [$#], [3], [],
- [$#], [4], [$1[$4]$2[]],
- [$1[$4]$2[]_m4_foreach([$3[]$1], [$2], m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1298: -1- m4_define([m4_map_args_w], [_$0(_m4_split([ ]m4_flatten([$1])[ ], [[ ]+],
- m4_if(m4_index([$2$3$4], [\]), [-1], [[$3[]$4[]$2]],
- [m4_bpatsubst([[$3[]$4[]$2]], [\\], [\\\\])])),
- m4_len([[]$3[]$4]), m4_len([$4[]$2[]]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1304: -1- m4_define([_m4_map_args_w], [m4_substr([$1], [$2], m4_eval(m4_len([$1]) - [$2] - [$3]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1320: -1- m4_define([m4_stack_foreach], [_m4_stack_reverse([$1], [m4_tmp-$1])_m4_stack_reverse([m4_tmp-$1], [$1], [$2(_m4_defn([m4_tmp-$1]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1324: -1- m4_define([m4_stack_foreach_lifo], [_m4_stack_reverse([$1], [m4_tmp-$1], [$2(_m4_defn([m4_tmp-$1]))])_m4_stack_reverse([m4_tmp-$1], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1337: -1- m4_define([m4_stack_foreach_sep], [_m4_stack_reverse([$1], [m4_tmp-$1])_m4_stack_reverse([m4_tmp-$1], [$1], [$2[]_m4_defn([m4_tmp-$1])$3], [$4[]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1341: -1- m4_define([m4_stack_foreach_sep_lifo], [_m4_stack_reverse([$1], [m4_tmp-$1], [$2[]_m4_defn([m4_tmp-$1])$3], [$4[]])_m4_stack_reverse([m4_tmp-$1], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1358: -1- m4_define([_m4_stack_reverse], [m4_ifdef([$1], [m4_pushdef([$2],
- _m4_defn([$1]))$3[]_m4_popdef([$1])$0([$1], [$2], [$4$3])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1374: -1- m4_define([m4_cleardivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [_m4_divert_raw([-1])m4_undivert($@)_m4_divert_raw(
- _m4_divert(_m4_defn([_m4_divert_diversion]), [-]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1385: -1- m4_define([_m4_divert], [m4_ifdef([_m4_divert($1)],
- [m4_indir([_m4_divert($1)])],
- [m4_if([$2], [], [m4_warn([syntax],
- [prefer named diversions])])$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1392: -1- m4_define([_m4_divert(KILL)], [-1])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1395: -1- m4_define([_m4_divert()], [0])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1402: -1- m4_define([m4_divert_stack], [m4_stack_foreach_sep_lifo([_m4_divert_stack], [], [], [
-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1411: -1- m4_define([m4_divert_stack_push], [m4_pushdef([_m4_divert_stack], m4_location[: $1: $2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1418: -1- m4_define([m4_divert], [m4_popdef([_m4_divert_stack])m4_define([_m4_divert_diversion], [$1])m4_divert_stack_push([$0], [$1])_m4_divert_raw(_m4_divert([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1430: -1- m4_define([m4_divert_push], [m4_divert_stack_push([$0], [$1])m4_pushdef([_m4_divert_diversion], [$1])_m4_divert_raw(_m4_divert([$1], [$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1441: -1- m4_define([m4_divert_pop], [m4_if([$1], [], [],
- [$1], _m4_defn([_m4_divert_diversion]), [],
- [m4_fatal([$0($1): diversion mismatch:
-]m4_divert_stack)])_m4_popdef([_m4_divert_stack], [_m4_divert_diversion])m4_ifdef([_m4_divert_diversion], [],
- [m4_fatal([too many m4_divert_pop])])_m4_divert_raw(_m4_divert(_m4_defn([_m4_divert_diversion]), [-]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1456: -1- m4_define([m4_divert_text], [m4_divert_push([$1])$2
-m4_divert_pop([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1465: -1- m4_define([m4_divert_once], [m4_expand_once([m4_divert_text([$1], [$2])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1474: -1- m4_define([_m4_divert_unsafe], [m4_fatal([$0: cannot change diversion to `$1' inside m4_expand])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1483: -1- m4_define([m4_undivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [$#], [1], [_m4_undivert(_m4_divert([$1]))],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1848: -1- m4_define([m4_expansion_stack], [m4_stack_foreach_sep_lifo([_$0], [_$0_entry(], [)
-])m4_location[: the top level]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1855: -1- m4_define([_m4_expansion_stack_entry], [_m4_defn([m4_location($1)])[: $1 is expanded from...]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1861: -1- m4_define([m4_expansion_stack_push], [m4_pushdef([_m4_expansion_stack], [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1881: -1- m4_define([_m4_divert(GROW)], [10000])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1890: -1- m4_define([_m4_defun_pro], [m4_ifdef([_m4_expansion_stack], [], [_m4_defun_pro_outer([$1])])m4_expansion_stack_push([$1])m4_pushdef([_m4_expanding($1)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1894: -1- m4_define([_m4_defun_pro_outer], [m4_set_delete([_m4_provide])m4_pushdef([_m4_diverting([$1])])m4_pushdef([_m4_diverting], [$1])m4_pushdef([_m4_divert_dump], m4_divnum)m4_divert_push([GROW])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1906: -1- m4_define([_m4_defun_epi], [_m4_popdef([_m4_expanding($1)], [_m4_expansion_stack])m4_ifdef([_m4_expansion_stack], [], [_m4_defun_epi_outer([$1])])m4_provide([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1911: -1- m4_define([_m4_defun_epi_outer], [_m4_popdef([_m4_divert_dump], [_m4_diverting([$1])], [_m4_diverting])m4_divert_pop([GROW])m4_undivert([GROW])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1921: -1- m4_define([_m4_divert_dump])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1929: -1- m4_define([m4_divert_require], [m4_ifdef([_m4_expanding($2)],
- [m4_fatal([$0: circular dependency of $2])])m4_if(_m4_divert_dump, [],
- [m4_fatal([$0($2): cannot be used outside of an m4_defun'd macro])])m4_provide_if([$2], [],
- [_m4_require_call([$2], [$3], _m4_divert([$1], [-]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1955: -1- m4_define([m4_defun], [m4_define([m4_location($1)], m4_location)m4_default([$3], [m4_define])([$1],
- [_m4_defun_pro(]m4_dquote($[0])[)$2[]_m4_defun_epi(]m4_dquote($[0])[)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1975: -1- m4_define([m4_defun_init], [m4_define([$1], [$3])m4_defun([$1],
- [$2[]_m4_popdef(]m4_dquote($[0])[)m4_indir(]m4_dquote($[0])dnl
-[m4_if(]m4_dquote($[#])[, [0], [], ]m4_dquote([,$]@)[))], [m4_pushdef])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1990: -1- m4_define([m4_defun_once], [m4_define([m4_location($1)], m4_location)m4_define([$1], [_m4_defun_once([$1], [$2], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([$1])m4_unquote(], [)_m4_defun_epi([$1])]],
-m4_ifdef([_m4_diverting([$1])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([$1],], [, _m4_divert_dump)]]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1997: -1- m4_define([_m4_defun_once], [m4_pushdef([$1])$3[$2[]m4_provide([$1])]$4])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2005: -1- m4_define([m4_pattern_forbid], [])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2012: -1- m4_define([m4_pattern_allow], [])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2023: -1- m4_define([m4_before], [m4_provide_if([$2],
- [m4_warn([syntax], [$2 was called before $1])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2064: -1- m4_define([m4_require], [m4_ifdef([_m4_expanding($1)],
- [m4_fatal([$0: circular dependency of $1])])m4_if(_m4_divert_dump, [],
- [m4_fatal([$0($1): cannot be used outside of an ]dnl
-m4_if([$0], [m4_require], [[m4_defun]], [[AC_DEFUN]])['d macro])])m4_provide_if([$1], [m4_set_contains([_m4_provide], [$1],
- [_m4_require_check([$1], _m4_defn([m4_provide($1)]), [$0])], [m4_ignore])],
- [_m4_require_call])([$1], [$2], _m4_divert_dump)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2083: -1- m4_define([_m4_require_call], [m4_pushdef([_m4_divert_grow], m4_decr(_m4_divert_grow))m4_pushdef([_m4_diverting([$1])])m4_pushdef([_m4_diverting], [$1])m4_divert_push(_m4_divert_grow, [-])m4_if([$2], [], [$1], [$2])
-m4_provide_if([$1], [m4_set_remove([_m4_provide], [$1])],
- [m4_warn([syntax], [$1 is m4_require'd but not m4_defun'd])])_m4_divert_raw($3)_m4_undivert(_m4_divert_grow)m4_divert_pop(_m4_divert_grow)_m4_popdef([_m4_divert_grow],
-[_m4_diverting([$1])], [_m4_diverting])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2100: -1- m4_define([_m4_require_check], [m4_if(_m4_defn([_m4_diverting]), [$2], [m4_ignore],
- m4_ifdef([_m4_diverting([$2])], [-]), [-], [m4_warn([syntax],
- [$3: `$1' was expanded before it was required])_m4_require_call],
- [m4_ignore])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2110: -1- m4_define([_m4_divert_grow], [10000])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2117: -1- m4_define([m4_expand_once], [m4_provide_if(m4_default_quoted([$2], [$1]),
- [],
- [m4_provide(m4_default_quoted([$2], [$1]))[]$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2125: -1- m4_define([m4_provide], [m4_ifdef([m4_provide($1)], [],
-[m4_set_add([_m4_provide], [$1], [m4_define([m4_provide($1)],
- m4_ifdef([_m4_diverting], [_m4_defn([_m4_diverting])]))])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2137: -1- m4_define([m4_provide_if], [m4_ifdef([m4_provide($1)],
- [$2], [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2151: -1- m4_define([m4_cr_letters], [abcdefghijklmnopqrstuvwxyz])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2152: -1- m4_define([m4_cr_LETTERS], [ABCDEFGHIJKLMNOPQRSTUVWXYZ])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2153: -1- m4_define([m4_cr_Letters], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2161: -1- m4_define([m4_cr_digits], [0123456789])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2166: -1- m4_define([m4_cr_alnum], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2175: -1- m4_define([m4_cr_symbols1], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2179: -1- m4_define([m4_cr_symbols2], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [2])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [3])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [4])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [5])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [6])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [7])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [8])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [9])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [10])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [11])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [12])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [13])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [14])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [15])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [16])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [17])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [18])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [19])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [20])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [21])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [22])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [23])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [24])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [25])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [26])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [27])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [28])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [29])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [30])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [31])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [32])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [33])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [34])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [35])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [36])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [37])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [38])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [39])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [40])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [41])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [42])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [43])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [44])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [45])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [46])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [47])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [48])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [49])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [50])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [51])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [52])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [53])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [54])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [55])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [56])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [57])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [58])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [59])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [60])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [61])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [62])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [63])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [64])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [65])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [66])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [67])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [68])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [69])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [70])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [71])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [72])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [73])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [74])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [75])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [76])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [77])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [78])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [79])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [80])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [81])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [82])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [83])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [84])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [85])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [86])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [87])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [88])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [89])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [90])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [91])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [92])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [93])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [94])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [95])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [96])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [97])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [98])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [99])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [100])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [101])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [102])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [103])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [104])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [105])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [106])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [107])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [108])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [109])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [110])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [111])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [112])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [113])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [114])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [115])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [116])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [117])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [118])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [119])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [120])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [121])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [122])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [123])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [124])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [125])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [126])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [127])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [128])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [129])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [130])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [131])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [132])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [133])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [134])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [135])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [136])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [137])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [138])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [139])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [140])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [141])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [142])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [143])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [144])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [145])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [146])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [147])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [148])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [149])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [150])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [151])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [152])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [153])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [154])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [155])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [156])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [157])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [158])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [159])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [160])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [161])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [162])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [163])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [164])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [165])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [166])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [167])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [168])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [169])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [170])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [171])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [172])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [173])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [174])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [175])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [176])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [177])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [178])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [179])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [180])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [181])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [182])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [183])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [184])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [185])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [186])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [187])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [188])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [189])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [190])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [191])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [192])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [193])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [194])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [195])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [196])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [197])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [198])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [199])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [200])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [201])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [202])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [203])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [204])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [205])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [206])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [207])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [208])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [209])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [210])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [211])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [212])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [213])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [214])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [215])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [216])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [217])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [218])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [219])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [220])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [221])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [222])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [223])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [224])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [225])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [226])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [227])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [228])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [229])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [230])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [231])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [232])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [233])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [234])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [235])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [236])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [237])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [238])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [239])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [240])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [241])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [242])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [243])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [244])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [245])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [246])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [247])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [248])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [249])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [250])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [251])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [252])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [253])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [254])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -6- m4_define([], [255])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [2])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [3])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [4])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [5])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [6])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [7])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [8])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [9])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [10])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [11])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [12])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [13])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [14])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [15])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [16])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [17])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [18])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [19])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [20])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [21])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [22])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [23])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [24])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [25])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [26])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [27])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [28])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [29])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [30])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [31])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [32])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [33])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [34])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [35])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [36])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [37])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [38])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [39])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [40])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [41])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [42])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [43])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [44])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [45])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [46])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [47])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [48])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [49])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [50])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [51])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [52])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [53])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [54])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [55])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [56])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [57])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [58])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [59])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [60])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [61])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [62])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [63])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [64])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [65])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [66])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [67])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [68])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [69])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [70])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [71])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [72])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [73])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [74])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [75])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [76])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [77])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [78])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [79])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [80])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [81])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [82])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [83])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [84])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [85])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [86])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [87])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [88])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [89])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [90])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [91])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [92])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [93])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [94])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [95])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [96])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [97])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [98])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [99])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [100])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [101])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [102])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [103])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [104])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [105])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [106])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [107])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [108])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [109])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [110])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [111])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [112])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [113])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [114])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [115])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [116])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [117])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [118])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [119])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [120])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [121])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [122])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [123])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [124])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [125])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [126])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [127])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [128])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [129])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [130])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [131])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [132])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [133])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [134])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [135])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [136])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [137])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [138])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [139])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [140])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [141])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [142])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [143])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [144])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [145])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [146])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [147])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [148])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [149])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [150])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [151])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [152])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [153])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [154])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [155])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [156])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [157])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [158])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [159])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [160])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [161])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [162])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [163])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [164])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [165])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [166])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [167])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [168])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [169])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [170])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [171])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [172])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [173])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [174])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [175])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [176])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [177])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [178])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [179])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [180])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [181])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [182])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [183])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [184])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [185])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [186])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [187])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [188])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [189])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [190])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [191])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [192])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [193])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [194])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [195])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [196])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [197])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [198])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [199])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [200])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [201])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [202])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [203])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [204])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [205])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [206])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [207])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [208])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [209])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [210])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [211])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [212])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [213])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [214])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [215])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [216])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [217])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [218])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [219])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [220])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [221])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [222])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [223])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [224])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [225])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [226])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [227])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [228])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [229])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [230])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [231])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [232])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [233])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [234])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [235])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [236])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [237])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [238])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [239])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [240])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [241])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [242])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [243])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [244])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [245])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [246])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [247])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [248])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [249])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [250])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [251])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [252])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [253])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [254])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -5- m4_define([i], [255])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2202: -1- m4_define([m4_cr_all], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2210: -1- m4_define([_m4_define_cr_not], [m4_define([m4_cr_not_$1],
- m4_translit(m4_dquote(m4_defn([m4_cr_all])),
- m4_defn([m4_cr_$1])))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2225: -1- m4_define([m4_cr_not_letters], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2226: -1- m4_define([m4_cr_not_LETTERS], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./0123456789:;<=>?@[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2227: -1- m4_define([m4_cr_not_Letters], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./0123456789:;<=>?@[\]^_`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2228: -1- m4_define([m4_cr_not_digits], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2229: -1- m4_define([m4_cr_not_alnum], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./:;<=>?@[\]^_`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2230: -1- m4_define([m4_cr_not_symbols1], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./0123456789:;<=>?@[\]^`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2231: -1- m4_define([m4_cr_not_symbols2], [\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./:;<=>?@[\]^`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2238: -1- m4_define([m4_newline], [
-$1])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2245: -1- m4_define([m4_re_escape], [m4_bpatsubst([$1],
- [[][*+.?\^$]], [\\\&])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2254: -1- m4_define([m4_re_string], [[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2263: -1- m4_define([m4_re_word], [[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2275: -1- m4_define([m4_tolower], [m4_translit([[$1]], [ABCDEFGHIJKLMNOPQRSTUVWXYZ],
- [abcdefghijklmnopqrstuvwxyz])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2278: -1- m4_define([m4_toupper], [m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2311: -1- m4_define([m4_split], [m4_if([$1], [], [],
- [$2], [ ], [m4_if(m4_index([$1], [ ]), [-1], [[[$1]]],
- [_$0([$1], [$2], [, ])])],
- [$2], [], [_$0([$1], [[ ]+], [, ])],
- [_$0([$1], [$2], [, ])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2318: -1- m4_define([_m4_split], [m4_changequote([-=<{(],[)}>=-])[m4_bpatsubst(-=<{(-=<{($1)}>=-)}>=-, -=<{($2)}>=-,
- -=<{(]$3[)}>=-)]m4_changequote([, ])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2337: -1- m4_define([m4_chomp], [m4_format([[%.*s]], m4_index(m4_translit([[$1]], [
-/.], [/ ])[./.], [/.]), [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2341: -1- m4_define([m4_chomp_all], [m4_format([[%.*s]], m4_bregexp(m4_translit([[$1]], [
-/], [/ ]), [/*$]), [$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2358: -1- m4_define([m4_flatten], [m4_if(m4_index([$1], [
-]), [-1], [[$1]],
- [m4_translit(m4_bpatsubst([[[$1]]], [\\
-]), [
-], [ ])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2386: -1- m4_define([m4_strip], [m4_bpatsubsts([$1 ],
- [[ ]+], [ ],
- [^. ?\(.*\) .$], [[[\1]]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2404: -1- m4_define([m4_normalize], [m4_strip(m4_flatten([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2424: -1- m4_define([m4_join], [m4_if([$#], [1], [],
- [$#], [2], [[$2]],
- [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift2($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2428: -1- m4_define([_m4_join], [m4_if([$#$2], [2], [],
- [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift2($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2438: -1- m4_define([m4_joinall], [[$2]_$0([$1], m4_shift($@))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2439: -1- m4_define([_m4_joinall], [m4_if([$#], [2], [], [[$1$3]$0([$1], m4_shift2($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2457: -1- m4_define([m4_combine], [m4_if([$2], [], [], m4_eval([$# > 3]), [1],
-[m4_map_args_sep([m4_map_args_sep(m4_dquote(], [)[[$3]], [], [[$1]],]]m4_dquote(m4_dquote(m4_shift3($@)))[[)], [[$1]], $2)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2518: -1- m4_define([m4_append], [m4_define([$1], m4_ifdef([$1], [_m4_defn([$1])[$3]])[$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2532: -1- m4_define([m4_append_uniq], [m4_ifval([$3], [m4_if(m4_index([$2], [$3]), [-1], [],
- [m4_warn([syntax],
- [$0: `$2' contains `$3'])])])_$0($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2536: -1- m4_define([_m4_append_uniq], [m4_ifdef([$1],
- [m4_if(m4_index([$3]_m4_defn([$1])[$3], [$3$2$3]), [-1],
- [m4_append([$1], [$2], [$3])$4], [$5])],
- [m4_define([$1], [$2])$4])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2548: -1- m4_define([m4_append_uniq_w], [m4_map_args_w([$2], [_m4_append_uniq([$1],], [, [ ])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2567: -1- m4_define([m4_escape], [m4_if(m4_index(m4_translit([$1],
- [[]#,()][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789], [$$$]), [$]),
- [-1], [m4_echo], [_$0])([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2572: -1- m4_define([_m4_escape], [m4_changequote([-=<{(],[)}>=-])m4_bpatsubst(m4_bpatsubst(m4_bpatsubst(m4_bpatsubst(
- -=<{(-=<{(-=<{(-=<{(-=<{($1)}>=-)}>=-)}>=-)}>=-)}>=-,
- -=<{(#)}>=-, -=<{(@%:@)}>=-),
- -=<{(\[)}>=-, -=<{(@<:@)}>=-),
- -=<{(\])}>=-, -=<{(@:>@)}>=-),
- -=<{(\$)}>=-, -=<{(@S|@)}>=-)m4_changequote([,])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2631: -1- m4_define([m4_text_wrap], [_$0(m4_escape([$1]), [$2], m4_default_quoted([$3], [$2]),
- m4_default_quoted([$4], [79]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2635: -1- m4_define([_m4_text_wrap], [m4_pushdef([m4_Indent], m4_qlen([$2]))m4_pushdef([m4_Cursor], m4_qlen([$3]))m4_pushdef([m4_Separator], [m4_define([m4_Separator], [ ])])[$3]m4_cond([m4_Cursor], m4_Indent, [],
- [m4_eval(m4_Cursor > m4_Indent)], [1], [
-[$2]m4_define([m4_Cursor], m4_Indent)],
- [m4_format([%*s], m4_max([0],
- m4_eval(m4_Indent - m4_Cursor)), [])m4_define([m4_Cursor], m4_Indent)])m4_map_args_w([$1], [$0_word(], [, [$2], [$4])])_m4_popdef([m4_Separator], [m4_Cursor], [m4_Indent])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2658: -1- m4_define([_m4_text_wrap_word], [m4_define([m4_Cursor], m4_eval(m4_Cursor + m4_qlen([$1]) + 1))m4_if(m4_eval(m4_Cursor > ([$3])),
- [1], [m4_define([m4_Cursor], m4_eval(m4_Indent + m4_qlen([$1]) + 1))
-[$2]],
- [m4_Separator[]])[$1]])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2676: -1- m4_define([m4_text_box], [m4_pushdef([m4_Border],
- m4_translit(m4_format([[[%*s]]], m4_decr(m4_qlen(_m4_expand([$1
-]))), []), [ ], m4_default_quoted([$2], [-])))[##] _m4_defn([m4_Border]) [##]
-[##] $1 [##]
-[##] _m4_defn([m4_Border]) [##]_m4_popdef([m4_Border])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2700: -1- m4_define([m4_qlen], [m4_ifdef([$0-$1], [_m4_defn([$0-]], [_$0(])[$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2702: -1- m4_define([_m4_qlen], [m4_define([m4_qlen-$1],
-m4_if(m4_index([$1], [@]), [-1], [m4_len([$1])],
- [m4_len(m4_bpatsubst([[$1]],
- [@\(\(<:\|:>\|S|\|%:\|\{:\|:\}\)\(@\)\|&t@\)],
- [\3]))]))_m4_defn([m4_qlen-$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2713: -1- m4_define([m4_copyright_condense], [m4_text_wrap(m4_bpatsubst(m4_flatten([[$1]]),
-[(C)[- ,0-9]*\([1-9][0-9][0-9][0-9]\)], [(C) \1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2727: -1- m4_define([m4_cmp], [m4_eval((([$1]) > ([$2])) - (([$1]) < ([$2])))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2755: -1- m4_define([m4_list_cmp], [_$0_raw(m4_dquote($1), m4_dquote($2))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2758: -1- m4_define([_m4_list_cmp_raw], [m4_if([$1], [$2], [0], [_m4_list_cmp_1([$1], $2)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2761: -1- m4_define([_m4_list_cmp], [m4_if([$1], [], [0m4_ignore], [$2], [0], [m4_unquote], [$2m4_ignore])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2764: -1- m4_define([_m4_list_cmp_1], [_m4_list_cmp_2([$2], [m4_shift2($@)], $1)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2767: -1- m4_define([_m4_list_cmp_2], [_m4_list_cmp([$1$3], m4_cmp([$3+0], [$1+0]))(
- [_m4_list_cmp_1(m4_dquote(m4_shift3($@)), $2)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2782: -1- m4_define([m4_max], [m4_if([$#], [0], [m4_fatal([too few arguments to $0])],
- [$#], [1], [m4_eval([$1])],
- [$#$1], [2$2], [m4_eval([$1])],
- [$#], [2], [_$0($@)],
- [_m4_minmax([_$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2789: -1- m4_define([_m4_max], [m4_eval((([$1]) > ([$2])) * ([$1]) + (([$1]) <= ([$2])) * ([$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2792: -1- m4_define([m4_min], [m4_if([$#], [0], [m4_fatal([too few arguments to $0])],
- [$#], [1], [m4_eval([$1])],
- [$#$1], [2$2], [m4_eval([$1])],
- [$#], [2], [_$0($@)],
- [_m4_minmax([_$0], $@)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2799: -1- m4_define([_m4_min], [m4_eval((([$1]) < ([$2])) * ([$1]) + (([$1]) >= ([$2])) * ([$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2808: -1- m4_define([_m4_minmax], [m4_if([$#], [3], [$1([$2], [$3])],
- [$0([$1], $1([$2], [$3]), m4_shift3($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2816: -1- m4_define([m4_sign], [m4_eval((([$1]) > 0) - (([$1]) < 0))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2847: -1- m4_define([m4_version_unletter], [m4_substr(m4_map_args([.m4_eval], m4_unquote(_$0([$1]))), [3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2849: -1- m4_define([_m4_version_unletter], [m4_bpatsubst(m4_bpatsubst(m4_translit([[[[0,$1]]]], [.-], [,,]),[[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]][+],
- [+1,-1,[0r36:\&]]), [,0], [,[0r10:0]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2864: -1- m4_define([m4_version_compare], [_m4_list_cmp_raw(_m4_version_unletter([$1]), _m4_version_unletter([$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2876: -1- m4_sinclude([m4sugar/version.m4])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2876: -1- m4_define([m4_include(m4sugar/version.m4)])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:6: -1- m4_define([m4_PACKAGE_NAME], [GNU Autoconf])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:7: -1- m4_define([m4_PACKAGE_TARNAME], [autoconf])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:8: -1- m4_define([m4_PACKAGE_VERSION], [2.67])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:9: -1- m4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.67])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:10: -1- m4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:11: -1- m4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])
-m4trace:/usr/share/autoconf/m4sugar/version.m4:12: -1- m4_define([m4_PACKAGE_YEAR], [2010])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2882: -1- m4_define([m4_version_prereq], [m4_if(m4_version_compare([2.67], [$1]),
- [-1],
- [m4_default([$3],
- [m4_fatal([Autoconf version $1 or higher is required],
- [63])])],
- [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2948: -1- m4_define([m4_set_add], [m4_ifdef([_m4_set([$1],$2)],
- [m4_if(m4_indir([_m4_set([$1],$2)]), [0],
- [m4_define([_m4_set([$1],$2)],
- [1])_m4_set_size([$1], [m4_incr])$3], [$4])],
- [m4_define([_m4_set([$1],$2)],
- [1])m4_pushdef([_m4_set([$1])],
- [$2])_m4_set_size([$1], [m4_incr])$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2969: -1- m4_define([m4_set_add_all], [m4_define([_m4_set_size($1)], m4_eval(m4_set_size([$1])
- + m4_len(m4_ifdef([_m4_set_cleanup($1)], [_$0_check], [_$0])([$1], $@))))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2973: -1- m4_define([_m4_set_add_all], [m4_if([$#], [2], [],
- [m4_ifdef([_m4_set([$1],$3)], [],
- [m4_define([_m4_set([$1],$3)], [1])m4_pushdef([_m4_set([$1])],
- [$3])-])$0([$1], m4_shift2($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2979: -1- m4_define([_m4_set_add_all_check], [m4_if([$#], [2], [],
- [m4_set_add([$1], [$3])$0([$1], m4_shift2($@))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2987: -1- m4_define([m4_set_contains], [m4_ifdef([_m4_set_cleanup($1)],
- [m4_if(m4_ifdef([_m4_set([$1],$2)],
- [m4_indir([_m4_set([$1],$2)])], [0]), [1], [$3], [$4])],
- [m4_ifdef([_m4_set([$1],$2)], [$3], [$4])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3006: -1- m4_define([m4_set_contents], [m4_set_map_sep([$1], [], [], [[$2]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3025: -1- m4_define([_m4_set_contents_1], [_m4_stack_reverse([_m4_set([$1])], [_m4_set_($1)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3028: -1- m4_define([_m4_set_contents_1c], [m4_ifdef([_m4_set([$1])],
- [m4_set_contains([$1], _m4_defn([_m4_set([$1])]),
- [m4_pushdef([_m4_set_($1)], _m4_defn([_m4_set([$1])]))],
- [_m4_popdef([_m4_set([$1],]_m4_defn(
- [_m4_set([$1])])[)])])_m4_popdef([_m4_set([$1])])$0([$1])],
- [_m4_popdef([_m4_set_cleanup($1)])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3036: -1- m4_define([_m4_set_contents_2], [_m4_stack_reverse([_m4_set_($1)], [_m4_set([$1])],
- [$2[]_m4_defn([_m4_set_($1)])$3], [$4[]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3046: -1- m4_define([m4_set_delete], [m4_ifdef([_m4_set([$1])],
- [_m4_popdef([_m4_set([$1],]_m4_defn([_m4_set([$1])])[)],
- [_m4_set([$1])])$0([$1])],
- [m4_ifdef([_m4_set_cleanup($1)],
- [_m4_popdef([_m4_set_cleanup($1)])])m4_ifdef(
- [_m4_set_size($1)],
- [_m4_popdef([_m4_set_size($1)])])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3064: -1- m4_define([m4_set_difference], [m4_if([$1], [$2], [], [m4_set_map_sep([$1], [_$0([$2],], [)])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3067: -1- m4_define([_m4_set_difference], [m4_set_contains([$1], [$2], [], [,[$2]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3081: -1- m4_define([m4_set_dump], [m4_ifdef([_m4_set_size($1)],
- [_m4_popdef([_m4_set_size($1)])])m4_ifdef([_m4_set_cleanup($1)],
- [_$0_check], [_$0])([$1], [], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3093: -1- m4_define([_m4_set_dump], [m4_ifdef([_m4_set([$1])],
- [[$2]_m4_defn([_m4_set([$1])])_m4_popdef([_m4_set([$1],]_m4_defn(
- [_m4_set([$1])])[)], [_m4_set([$1])])$0([$1], [$2$3])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3098: -1- m4_define([_m4_set_dump_check], [m4_ifdef([_m4_set([$1])],
- [m4_set_contains([$1], _m4_defn([_m4_set([$1])]),
- [[$2]_m4_defn([_m4_set([$1])])])_m4_popdef(
- [_m4_set([$1],]_m4_defn([_m4_set([$1])])[)],
- [_m4_set([$1])])$0([$1], [$2$3])],
- [_m4_popdef([_m4_set_cleanup($1)])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3109: -1- m4_define([m4_set_empty], [m4_ifdef([_m4_set_size($1)],
- [m4_if(m4_indir([_m4_set_size($1)]), [0], [$2], [$3])], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3121: -1- m4_define([m4_set_foreach], [m4_pushdef([$2])m4_set_map_sep([$1], [m4_define([$2],], [)$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3134: -1- m4_define([m4_set_intersection], [m4_if([$1], [$2], [m4_set_listc([$1])],
- m4_eval(m4_set_size([$2]) < m4_set_size([$1])), [1], [$0([$2], [$1])],
- [m4_set_map_sep([$1], [_$0([$2],], [)])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3139: -1- m4_define([_m4_set_intersection], [m4_set_contains([$1], [$2], [,[$2]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3151: -1- m4_define([m4_set_list], [m4_set_map_sep([$1], [], [], [,])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3154: -1- m4_define([m4_set_listc], [m4_set_map_sep([$1], [,])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3166: -1- m4_define([m4_set_map], [m4_set_map_sep([$1], [$2(], [)])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3173: -1- m4_define([m4_set_map_sep], [m4_ifdef([_m4_set_cleanup($1)], [_m4_set_contents_1c],
- [_m4_set_contents_1])([$1])_m4_set_contents_2($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3187: -1- m4_define([m4_set_remove], [m4_set_contains([$1], [$2], [_m4_set_size([$1],
- [m4_decr])m4_if(_m4_defn([_m4_set([$1])]), [$2],
- [_m4_popdef([_m4_set([$1],$2)], [_m4_set([$1])])],
- [m4_define([_m4_set_cleanup($1)])m4_define(
- [_m4_set([$1],$2)], [0])])$3], [$4])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3198: -1- m4_define([m4_set_size], [m4_ifdef([_m4_set_size($1)], [m4_indir([_m4_set_size($1)])], [0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3206: -1- m4_define([_m4_set_size], [m4_define([_m4_set_size($1)],
- m4_ifdef([_m4_set_size($1)], [$2(m4_indir([_m4_set_size($1)]))],
- [1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3223: -1- m4_define([m4_set_union], [m4_set_listc([$1])m4_if([$1], [$2], [],
- [m4_set_map_sep([$2], [_$0([$1],], [)])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3227: -1- m4_define([_m4_set_union], [m4_ifdef([_m4_set([$1],$2)], [], [,[$2]])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3243: -1- m4_define([m4_file_append], [m4_syscmd([cat >>$1 <<_m4eof
-$2
-_m4eof
-])
-m4_if(m4_sysval, [0], [],
- [m4_fatal([$0: cannot write: $1])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3263: -1- m4_define([m4_init], [# All the M4sugar macros start with `m4_', except `dnl' kept as is
-# for sake of simplicity.
-m4_pattern_forbid([^_?m4_])
-m4_pattern_forbid([^dnl$])
-
-# If __m4_version__ is defined, we assume that we are being run by M4
-# 1.6 or newer, thus $@ recursion is linear, and debugmode(+do)
-# is available for faster checks of dereferencing undefined macros
-# and forcing dumpdef to print to stderr regardless of debugfile.
-# But if it is missing, we assume we are being run by M4 1.4.x, that
-# $@ recursion is quadratic, and that we need foreach-based
-# replacement macros. Also, m4 prior to 1.4.8 loses track of location
-# during m4wrap text; __line__ should never be 0.
-#
-# Use the raw builtin to avoid tripping up include tracing.
-# Meanwhile, avoid m4_copy, since it temporarily undefines m4_defn.
-m4_ifdef([__m4_version__],
-[m4_debugmode([+do])
-m4_define([m4_defn], _m4_defn([_m4_defn]))
-m4_define([m4_dumpdef], _m4_defn([_m4_dumpdef]))
-m4_define([m4_popdef], _m4_defn([_m4_popdef]))
-m4_define([m4_undefine], _m4_defn([_m4_undefine]))],
-[m4_builtin([include], [m4sugar/foreach.m4])
-m4_wrap_lifo([m4_if(__line__, [0], [m4_pushdef([m4_location],
-]]m4_dquote(m4_dquote(m4_dquote(__file__:__line__)))[[)])])])
-
-# Rewrite the first entry of the diversion stack.
-m4_divert([KILL])
-
-# Check the divert push/pop perfect balance.
-# Some users are prone to also use m4_wrap to register last-minute
-# m4_divert_text; so after our diversion cleanups, we restore
-# KILL as the bottom of the diversion stack.
-m4_wrap([m4_popdef([_m4_divert_diversion])m4_ifdef(
- [_m4_divert_diversion], [m4_fatal([$0: unbalanced m4_divert_push:
-]m4_divert_stack)])_m4_popdef([_m4_divert_stack])m4_divert_push([KILL])])
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:63: -1- m4_define([_m4_divert(BINSH)], [0])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:64: -1- m4_define([_m4_divert(HEADER-REVISION)], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:65: -1- m4_define([_m4_divert(HEADER-COMMENT)], [2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:66: -1- m4_define([_m4_divert(HEADER-COPYRIGHT)], [3])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:67: -1- m4_define([_m4_divert(M4SH-SANITIZE)], [4])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:68: -1- m4_define([_m4_divert(M4SH-INIT-FN)], [5])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:69: -1- m4_define([_m4_divert(M4SH-INIT)], [6])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:70: -1- m4_define([_m4_divert(BODY)], [1000])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:93: -1- m4_define([AS_BOURNE_COMPATIBLE], [# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-_$0
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:103: -1- m4_define([_AS_BOURNE_COMPATIBLE], [AS_IF([test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1],
- [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],
- [AS_CASE([`(set -o) 2>/dev/null`], [*posix*], [set -o posix])])
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:119: -1- m4_define([_AS_CLEANUP], [m4_divert_text([M4SH-SANITIZE], [_AS_DETECT_BETTER_SHELL])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:128: -1- m4_define([AS_COPYRIGHT], [m4_divert_text([HEADER-COPYRIGHT],
-[m4_bpatsubst([
-$1], [^], [@%:@ ])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:145: -1- m4_define([_AS_DETECT_EXPAND], [$1="m4_bpatsubst(m4_dquote(AS_ESCAPE(_m4_expand(m4_set_contents([$2], [
-])))), [\\\$LINENO\(.*\)$], [";$1=$$1$LINENO;$1=$$1"\1])"])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:157: -1- m4_define([m4_location(_AS_DETECT_REQUIRED)], [/usr/share/autoconf/m4sugar/m4sh.m4:157])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:157: -1- m4_define([_AS_DETECT_REQUIRED], [_m4_defun_pro([$0])m4_set_add([_AS_DETECT_REQUIRED_BODY], [$1 || AS_EXIT])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:168: -1- m4_define([m4_location(_AS_DETECT_SUGGESTED)], [/usr/share/autoconf/m4sugar/m4sh.m4:168])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:168: -1- m4_define([_AS_DETECT_SUGGESTED], [_m4_defun_pro([$0])m4_set_add([_AS_DETECT_SUGGESTED_BODY], [$1 || AS_EXIT])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:175: -1- m4_define([_AS_DETECT_SUGGESTED_PRUNE], [m4_set_contains([_AS_DETECT_REQUIRED_BODY], [$1],
- [m4_set_remove([_AS_DETECT_SUGGESTED_BODY], [$1])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:195: -1- m4_define([m4_location(_AS_DETECT_BETTER_SHELL)], [/usr/share/autoconf/m4sugar/m4sh.m4:195])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:195: -1- m4_define([_AS_DETECT_BETTER_SHELL], [_m4_defun_pro([$0])m4_set_map([_AS_DETECT_SUGGESTED_BODY], [_AS_DETECT_SUGGESTED_PRUNE])m4_pushdef([AS_EXIT], [exit m4_default(]m4_dquote([$][1])[, 1)])if test "x$CONFIG_SHELL" = x; then
- as_bourne_compatible="AS_ESCAPE(_m4_expand([_AS_BOURNE_COMPATIBLE]))"
- _AS_DETECT_EXPAND([as_required], [_AS_DETECT_REQUIRED_BODY])
- _AS_DETECT_EXPAND([as_suggested], [_AS_DETECT_SUGGESTED_BODY])
- AS_IF([_AS_RUN(["$as_required"])],
- [as_have_required=yes],
- [as_have_required=no])
- AS_IF([test x$as_have_required = xyes && _AS_RUN(["$as_suggested"])],
- [],
- [_AS_PATH_WALK([/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH],
- [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
- AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } &&
- _AS_RUN(["$as_required"], ["$as_shell"])],
- [CONFIG_SHELL=$as_shell as_have_required=yes
- m4_set_empty([_AS_DETECT_SUGGESTED_BODY], [break 2],
- [AS_IF([_AS_RUN(["$as_suggested"], ["$as_shell"])],
- [break 2])])])
- done;;
- esac],
- [AS_IF([{ test -f "$SHELL" || test -f "$SHELL.exe"; } &&
- _AS_RUN(["$as_required"], ["$SHELL"])],
- [CONFIG_SHELL=$SHELL as_have_required=yes])])
-
- AS_IF([test "x$CONFIG_SHELL" != x],
- [# 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.
- BASH_ENV=/dev/null
- ENV=/dev/null
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$[@]"}])
-
-dnl Unfortunately, $as_me isn't available here.
- AS_IF([test x$as_have_required = xno],
- [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("m4_text_wrap([Please tell ]_m4_defn([m4_PACKAGE_BUGREPORT])
-m4_ifset([AC_PACKAGE_BUGREPORT], [m4_if(_m4_defn([m4_PACKAGE_BUGREPORT]),
-_m4_defn([AC_PACKAGE_BUGREPORT]), [], [and _m4_defn([AC_PACKAGE_BUGREPORT])])])
-[about your system, including any error possibly output before this message.
-Then install a modern shell, or manually run the script under such a
-shell if you do have one.], [$[]0: ], [], [62])")
- fi
- AS_EXIT])])
-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
-_m4_popdef([AS_EXIT])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:283: -1- m4_define([m4_location(_AS_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:283])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:283: -1- m4_define([_AS_PREPARE], [_m4_defun_pro([$0])m4_pushdef([AS_REQUIRE])m4_pushdef([AS_REQUIRE_SHELL_FN], _m4_defn([_AS_REQUIRE_SHELL_FN])
-)m4_pushdef([AS_MESSAGE_LOG_FD], [-1])_AS_ERROR_PREPARE
-_m4_popdef([AS_MESSAGE_LOG_FD])_AS_EXIT_PREPARE
-_AS_UNSET_PREPARE
-_AS_VAR_APPEND_PREPARE
-_AS_VAR_ARITH_PREPARE
-
-_AS_EXPR_PREPARE
-_AS_BASENAME_PREPARE
-_AS_DIRNAME_PREPARE
-_AS_ME_PREPARE
-_AS_CR_PREPARE
-_AS_ECHO_N_PREPARE
-_AS_LN_S_PREPARE
-_AS_MKDIR_P_PREPARE
-_AS_TEST_PREPARE
-_AS_TR_CPP_PREPARE
-_AS_TR_SH_PREPARE
-_m4_popdef([AS_REQUIRE], [AS_REQUIRE_SHELL_FN])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:314: -1- m4_define([m4_location(AS_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:314])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:314: -1- m4_define([AS_PREPARE], [_m4_defun_pro([$0])m4_divert_push([KILL])
-m4_append_uniq([_AS_CLEANUP],
- [m4_divert_text([M4SH-INIT-FN], [_AS_ERROR_PREPARE[]])])
-AS_REQUIRE([_AS_EXPR_PREPARE])
-AS_REQUIRE([_AS_BASENAME_PREPARE])
-AS_REQUIRE([_AS_DIRNAME_PREPARE])
-AS_REQUIRE([_AS_ME_PREPARE])
-AS_REQUIRE([_AS_CR_PREPARE])
-AS_REQUIRE([_AS_LINENO_PREPARE])
-AS_REQUIRE([_AS_ECHO_N_PREPARE])
-AS_REQUIRE([_AS_EXIT_PREPARE])
-AS_REQUIRE([_AS_LN_S_PREPARE])
-AS_REQUIRE([_AS_MKDIR_P_PREPARE])
-AS_REQUIRE([_AS_TEST_PREPARE])
-AS_REQUIRE([_AS_TR_CPP_PREPARE])
-AS_REQUIRE([_AS_TR_SH_PREPARE])
-AS_REQUIRE([_AS_UNSET_PREPARE])
-AS_REQUIRE([_AS_VAR_APPEND_PREPARE], [], [M4SH-INIT-FN])
-AS_REQUIRE([_AS_VAR_ARITH_PREPARE], [], [M4SH-INIT-FN])
-m4_divert_pop[][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:346: -1- m4_define([m4_location(AS_REQUIRE)], [/usr/share/autoconf/m4sugar/m4sh.m4:346])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:346: -1- m4_define([AS_REQUIRE], [_m4_defun_pro([$0])m4_define([_m4_divert_desired], [m4_default_quoted([$3], [M4SH-INIT])])m4_if(m4_eval(_m4_divert_dump - 0 <= _m4_divert(_m4_divert_desired, [-])),
- 1, [m4_require(],
- [m4_divert_require(_m4_divert_desired,]) [$1], [$2])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:355: -1- m4_define([_AS_REQUIRE_SHELL_FN], [
-m4_n([$2])$1 ()
-{
-$3
-} @%:@ $1[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:369: -1- m4_define([AS_REQUIRE_SHELL_FN], [m4_provide_if([AS_SHELL_FN_$1], [],
-[AS_REQUIRE([AS_SHELL_FN_$1],
-[m4_provide([AS_SHELL_FN_$1])_$0($@)],
-m4_default_quoted([$4], [M4SH-INIT-FN]))])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:381: -1- m4_define([_AS_RUN], [m4_ifval([$2], [{ $as_echo "$as_bourne_compatible"$1 | as_run=a $2; }],
- [(eval $1)]) 2>/dev/null])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:390: -1- m4_define([_AS_SHELL_FN_WORK], [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.; }
-AS_IF([( set x; as_fn_ret_success y && test x = "[$]1" )], [],
- [exitcode=1; echo positional parameters were not saved.])
-test x$exitcode = x0[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:412: -1- m4_define([m4_location(_AS_SHELL_SANITIZE)], [/usr/share/autoconf/m4sugar/m4sh.m4:412])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:412: -1- m4_define([_AS_SHELL_SANITIZE], [_m4_defun_pro([$0])m4_pushdef([AS_EXIT], [exit m4_default(]m4_dquote([$][1])[, 1)])m4_text_box([M4sh Initialization.])
-
-AS_BOURNE_COMPATIBLE
-_AS_ECHO_PREPARE
-_AS_PATH_SEPARATOR_PREPARE
-
-# 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.
-case $[0] in @%:@((
- *[[\\/]]* ) as_myself=$[0] ;;
- *) _AS_PATH_WALK([],
- [test -r "$as_dir/$[0]" && as_myself=$as_dir/$[0] && break])
- ;;
-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
- AS_EXIT
-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
-_m4_popdef([AS_EXIT])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:471: -1- m4_define([AS_SHELL_SANITIZE], [_AS_SHELL_SANITIZE
-m4_provide_if([AS_INIT], [],
-[m4_provide([AS_INIT])
-_AS_DETECT_REQUIRED([_AS_SHELL_FN_WORK])
-_AS_DETECT_BETTER_SHELL
-_AS_UNSET_PREPARE
-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:500: -1- m4_define([_AS_CASE], [ [@%:@(]
- $1[)] :
- $2 ;;])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:504: -1- m4_define([_AS_CASE_DEFAULT], [ [@%:@(]
- *[)] :
- $1 ;;])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:509: -1- m4_define([m4_location(AS_CASE)], [/usr/share/autoconf/m4sugar/m4sh.m4:509])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:509: -1- m4_define([AS_CASE], [_m4_defun_pro([$0])case $1 in[]m4_map_args_pair([_$0], [_$0_DEFAULT],
- m4_shift($@m4_if(m4_eval([$# & 1]), [1], [,])))
-esac[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:527: -1- m4_define([m4_location(_AS_EXIT_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:527])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:527: -1- m4_define([_AS_EXIT_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([as_fn_set_status],
- [AS_FUNCTION_DESCRIBE([as_fn_set_status], [STATUS],
- [Set $? to STATUS, without forking.])], [ return $[]1])AS_REQUIRE_SHELL_FN([as_fn_exit],
- [AS_FUNCTION_DESCRIBE([as_fn_exit], [STATUS],
- [Exit the shell with STATUS, even in a "trap 0" or "set -e" context.])],
-[ set +e
- as_fn_set_status $[1]
- exit $[1]])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:544: -1- m4_define([m4_location(AS_EXIT)], [/usr/share/autoconf/m4sugar/m4sh.m4:544])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:544: -1- m4_define([AS_EXIT], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXIT_PREPARE])[]as_fn_exit m4_ifval([$1], [$1], [$][?])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:566: -1- m4_define([m4_location(AS_FOR)], [/usr/share/autoconf/m4sugar/m4sh.m4:566])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:566: -1- m4_define([AS_FOR], [_m4_defun_pro([$0])m4_pushdef([$1], m4_if([$3], [], [[$$2]], m4_translit([$3], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789][%+=:,./-]), [], [[$3]], [[$$2]]))for $2[]m4_ifval([$3], [ in $3])
-do :
- $4
-done[]_m4_popdef([$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:588: -1- m4_define([_AS_IF], [elif $1; then :
- $2
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:592: -1- m4_define([_AS_IF_ELSE], [m4_ifnblank([$1],
-[else
- $1
-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:598: -1- m4_define([m4_location(AS_IF)], [/usr/share/autoconf/m4sugar/m4sh.m4:598])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:598: -1- m4_define([AS_IF], [_m4_defun_pro([$0])if $1; then :
- $2
-m4_map_args_pair([_$0], [_$0_ELSE], m4_shift2($@))fi[][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:608: -1- m4_define([m4_location(AS_SET_STATUS)], [/usr/share/autoconf/m4sugar/m4sh.m4:608])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:608: -1- m4_define([AS_SET_STATUS], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXIT_PREPARE])[]as_fn_set_status $1[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:616: -1- m4_define([m4_location(_AS_UNSET_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:616])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:616: -1- m4_define([_AS_UNSET_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([as_fn_unset], [VAR], [Portably unset VAR.])
-as_fn_unset ()
-{
- AS_UNSET([$[1]])
-}
-as_unset=as_fn_unset[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:630: -1- m4_define([m4_location(AS_UNSET)], [/usr/share/autoconf/m4sugar/m4sh.m4:630])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:630: -1- m4_define([AS_UNSET], [_m4_defun_pro([$0]){ AS_LITERAL_WORD_IF([$1], [], [eval ])$1=; unset $1;}[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:648: -1- m4_define([AS_MESSAGE_FD], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:657: -1- m4_define([AS_MESSAGE_LOG_FD])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:665: -1- m4_define([AS_ORIGINAL_STDIN_FD], [0])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:679: -1- m4_define([AS_ESCAPE], [_$0([$1], m4_if([$2], [], [[`], [\"$]], [m4_substr([$2], [0], [1]), [$2]]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:691: -1- m4_define([_AS_ESCAPE], [m4_if(m4_index(m4_translit([[$1]], [$3], [$2$2$2$2]), [$2]), [-1],
- [$0_], [m4_bpatsubst])([$1], [[$2$3]], [\\\&])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:694: -1- m4_define([_AS_ESCAPE_], [$1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:716: -1- m4_define([_AS_QUOTE], [m4_cond([m4_index([$1], [\])], [-1], [_AS_QUOTE_MODERN],
- [m4_eval(m4_index(m4_translit([[$1]], [$], [\]), [\\]) >= 0)],
-[1], [_AS_QUOTE_MODERN],
- [m4_eval(m4_index(m4_translit([[$1]], ["], [`]), [\`]) >= 0)],dnl"
-[1], [_AS_QUOTE_OLD],
- [_AS_QUOTE_MODERN])([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:724: -1- m4_define([_AS_QUOTE_MODERN], [_AS_ESCAPE([$1], [`], [""])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:727: -1- m4_define([_AS_QUOTE_OLD], [m4_warn([obsolete],
- [back quotes and double quotes must not be escaped in: $1])$1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:735: -1- m4_define([_AS_ECHO_UNQUOTED], [AS_ECHO(["$1"]) >&m4_default([$2], [AS_MESSAGE_FD])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:742: -1- m4_define([_AS_ECHO], [_AS_ECHO_UNQUOTED([_AS_QUOTE([$1])], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:749: -1- m4_define([_AS_ECHO_LOG], [_AS_ECHO([$as_me:${as_lineno-$LINENO}: $1], AS_MESSAGE_LOG_FD)])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:749: -1- m4_define([m4_location(_AS_ECHO_LOG)], [/usr/share/autoconf/m4sugar/m4sh.m4:749])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:766: -1- m4_define([m4_location(_AS_ECHO_N_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:766])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:766: -1- m4_define([_AS_ECHO_N_PREPARE], [_m4_defun_pro([$0])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
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:785: -1- m4_define([_AS_ECHO_N], [AS_ECHO_N(["_AS_QUOTE([$1])"]) >&m4_default([$2], [AS_MESSAGE_FD])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:793: -1- m4_define([AS_MESSAGE], [m4_ifval(AS_MESSAGE_LOG_FD,
- [{ _AS_ECHO_LOG([$1])
-_AS_ECHO([$as_me: $1], [$2]);}],
- [_AS_ECHO([$as_me: $1], [$2])])[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:793: -1- m4_define([m4_location(AS_MESSAGE)], [/usr/share/autoconf/m4sugar/m4sh.m4:793])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:804: -1- m4_define([AS_WARN], [AS_MESSAGE([WARNING: $1], [2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:817: -1- m4_define([_AS_ERROR_PREPARE], [AS_REQUIRE_SHELL_FN([as_fn_error],
- [AS_FUNCTION_DESCRIBE([as_fn_error], [STATUS ERROR]m4_ifval(AS_MESSAGE_LOG_FD,
- [[ [[LINENO LOG_FD]]]]),
- [Output "`basename @S|@0`: error: ERROR" to stderr.]
-m4_ifval(AS_MESSAGE_LOG_FD,
- [[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_status=$[1]; test $as_status -eq 0 && as_status=1
-m4_ifval(AS_MESSAGE_LOG_FD,
-[m4_pushdef([AS_MESSAGE_LOG_FD], [$[4]])dnl
- if test "$[4]"; then
- AS_LINENO_PUSH([$[3]])
- _AS_ECHO_LOG([error: $[2]])
- fi
-m4_define([AS_MESSAGE_LOG_FD])], [m4_pushdef([AS_MESSAGE_LOG_FD])])dnl
- AS_MESSAGE([error: $[2]], [2])
-_m4_popdef([AS_MESSAGE_LOG_FD])dnl
- AS_EXIT([$as_status])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:842: -1- m4_define([AS_ERROR], [as_fn_error m4_default([$2], [$?]) "_AS_QUOTE([$1])"m4_ifval(AS_MESSAGE_LOG_FD,
- [ "$LINENO" AS_MESSAGE_LOG_FD ])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:842: -1- m4_define([m4_location(AS_ERROR)], [/usr/share/autoconf/m4sugar/m4sh.m4:842])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:853: -1- m4_define([m4_location(AS_LINENO_PUSH)], [/usr/share/autoconf/m4sugar/m4sh.m4:853])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:853: -1- m4_define([AS_LINENO_PUSH], [_m4_defun_pro([$0])as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:861: -1- m4_define([m4_location(AS_LINENO_POP)], [/usr/share/autoconf/m4sugar/m4sh.m4:861])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:861: -1- m4_define([AS_LINENO_POP], [_m4_defun_pro([$0])eval $as_lineno_stack; test "x$as_lineno_stack" = x && AS_UNSET([as_lineno])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:878: -1- m4_define([m4_location(_AS_BASENAME_EXPR)], [/usr/share/autoconf/m4sugar/m4sh.m4:878])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:878: -1- m4_define([_AS_BASENAME_EXPR], [_m4_defun_pro([$0])$as_expr X/[]$1 : '.*/\([[^/][^/]*]\)/*$' \| \
- X[]$1 : 'X\(//\)$' \| \
- X[]$1 : 'X\(/\)' \| .[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:883: -1- m4_define([m4_location(_AS_BASENAME_SED)], [/usr/share/autoconf/m4sugar/m4sh.m4:883])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:883: -1- m4_define([_AS_BASENAME_SED], [_m4_defun_pro([$0])AS_ECHO([X/[]$1]) |
- sed ['/^.*\/\([^/][^/]*\)\/*$/{
- s//\1/
- q
- }
- /^X\/\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\/\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:899: -1- m4_define([AS_BASENAME], [$as_basename -- $1 ||
-_AS_BASENAME_EXPR([$1]) 2>/dev/null ||
-_AS_BASENAME_SED([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:899: -1- m4_define([m4_location(AS_BASENAME)], [/usr/share/autoconf/m4sugar/m4sh.m4:899])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:911: -1- m4_define([m4_location(_AS_BASENAME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:911])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:911: -1- m4_define([_AS_BASENAME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXPR_PREPARE])if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
- as_basename=basename
-else
- as_basename=false
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:932: -1- m4_define([_AS_DIRNAME_EXPR], [$as_expr X[]$1 : 'X\(.*[[^/]]\)//*[[^/][^/]]*/*$' \| \
- X[]$1 : 'X\(//\)[[^/]]' \| \
- X[]$1 : 'X\(//\)$' \| \
- X[]$1 : 'X\(/\)' \| .])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:932: -1- m4_define([m4_location(_AS_DIRNAME_EXPR)], [/usr/share/autoconf/m4sugar/m4sh.m4:932])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:939: -1- m4_define([m4_location(_AS_DIRNAME_SED)], [/usr/share/autoconf/m4sugar/m4sh.m4:939])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:939: -1- m4_define([_AS_DIRNAME_SED], [_m4_defun_pro([$0])AS_ECHO([X[]$1]) |
- sed ['/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:959: -1- m4_define([AS_DIRNAME], [$as_dirname -- $1 ||
-_AS_DIRNAME_EXPR([$1]) 2>/dev/null ||
-_AS_DIRNAME_SED([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:959: -1- m4_define([m4_location(AS_DIRNAME)], [/usr/share/autoconf/m4sugar/m4sh.m4:959])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:968: -1- m4_define([m4_location(_AS_DIRNAME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:968])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:968: -1- m4_define([_AS_DIRNAME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXPR_PREPARE])if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
- as_dirname=dirname
-else
- as_dirname=false
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:983: -1- m4_define([AS_ECHO], [$as_echo $1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:983: -1- m4_define([m4_location(AS_ECHO)], [/usr/share/autoconf/m4sugar/m4sh.m4:983])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:991: -1- m4_define([AS_ECHO_N], [$as_echo_n $1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:991: -1- m4_define([m4_location(AS_ECHO_N)], [/usr/share/autoconf/m4sugar/m4sh.m4:991])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1001: -1- m4_define([m4_location(_AS_ECHO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1001])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1001: -1- m4_define([_AS_ECHO_PREPARE], [_m4_defun_pro([$0])[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
-][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1045: -1- m4_define([AS_TEST_X], [$as_test_x $1[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1045: -1- m4_define([m4_location(AS_TEST_X)], [/usr/share/autoconf/m4sugar/m4sh.m4:1045])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1053: -1- m4_define([AS_EXECUTABLE_P], [{ test -f $1 && AS_TEST_X([$1]); }])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1053: -1- m4_define([m4_location(AS_EXECUTABLE_P)], [/usr/share/autoconf/m4sugar/m4sh.m4:1053])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1063: -1- m4_define([m4_location(_AS_EXPR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1063])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1063: -1- m4_define([_AS_EXPR_PREPARE], [_m4_defun_pro([$0])if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
-else
- as_expr=false
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1076: -1- m4_define([m4_location(AS_ME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1076])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1076: -1- m4_define([AS_ME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1077: -1- m4_define([m4_location(_AS_ME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1077])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1077: -1- m4_define([_AS_ME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_BASENAME_PREPARE])as_me=`AS_BASENAME("$[0]")`
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1101: -1- m4_define([_AS_LINENO_WORKS], [ 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'"'])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1121: -1- m4_define([m4_location(AS_LINENO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1121])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1121: -1- m4_define([AS_LINENO_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1122: -1- m4_define([m4_location(_AS_LINENO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1122])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1122: -1- m4_define([_AS_LINENO_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])AS_REQUIRE([_AS_ME_PREPARE])_AS_DETECT_SUGGESTED([_AS_LINENO_WORKS])m4_pushdef([AS_MESSAGE_LOG_FD])m4_pushdef([AS_ERROR],
- [{ AS_MESSAGE(]m4_dquote([error: $][1])[, [2]); AS_EXIT([1]); }])_AS_LINENO_WORKS || {
- # 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_ERROR([cannot create $as_me.lineno; rerun with a POSIX shell])
-
- # 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
-}
-_m4_popdef([AS_MESSAGE_LOG_FD], [AS_ERROR])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1174: -1- m4_define([m4_location(_AS_LN_S_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1174])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1174: -1- m4_define([_AS_LN_S_PREPARE], [_m4_defun_pro([$0])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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1208: -1- m4_define([AS_LN_S], [$as_ln_s $1 $2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1208: -1- m4_define([m4_location(AS_LN_S)], [/usr/share/autoconf/m4sugar/m4sh.m4:1208])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1218: -1- m4_define([_AS_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")`
- test -d "$as_dir" && break
- done
- test -z "$as_dirs" || eval "mkdir $as_dirs"
- } || test -d "$as_dir" || AS_ERROR([cannot create directory $as_dir])
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1240: -1- m4_define([AS_MKDIR_P], [as_dir=$1; as_fn_mkdir_p])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1240: -1- m4_define([m4_location(AS_MKDIR_P)], [/usr/share/autoconf/m4sugar/m4sh.m4:1240])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1247: -1- m4_define([m4_location(_AS_MKDIR_P_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1247])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1247: -1- m4_define([_AS_MKDIR_P_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([as_fn_mkdir_p],
- [AS_FUNCTION_DESCRIBE([as_fn_mkdir_p], [],
- [Create "$as_dir" as a directory, including parents if necessary.])],
-[
- _AS_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
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1266: -1- m4_define([m4_location(_AS_PATH_SEPARATOR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1266])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1266: -1- m4_define([_AS_PATH_SEPARATOR_PREPARE], [_m4_defun_pro([$0])# 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
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1290: -1- m4_define([_AS_PATH_WALK], [as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-m4_ifvaln([$3], [as_found=false])dnl
-m4_bmatch([$1], [[:;]],
-[as_dummy="$1"
-for as_dir in $as_dummy],
-[for as_dir in m4_default([$1], [$PATH])])
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- m4_ifvaln([$3], [as_found=:])dnl
- $2
- m4_ifvaln([$3], [as_found=false])dnl
-done
-m4_ifvaln([$3], [$as_found || { $3; }])dnl
-IFS=$as_save_IFS
-])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1290: -1- m4_define([m4_location(_AS_PATH_WALK)], [/usr/share/autoconf/m4sugar/m4sh.m4:1290])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1314: -1- m4_define([AS_SET_CATFILE], [case $2 in @%:@((
-.) AS_VAR_SET([$1], [$3]);;
-*)
- case $3 in @%:@(((
- .) AS_VAR_SET([$1], [$2]);;
- [[\\/]]* | ?:[[\\/]]* ) AS_VAR_SET([$1], [$3]);;
- *) AS_VAR_SET([$1], [$2/$3]);;
- esac;;
-esac[]])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1338: -1- m4_define([m4_location(_AS_TEST_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1338])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1338: -1- m4_define([_AS_TEST_PREPARE], [_m4_defun_pro([$0])if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$[]1"; then
- test -d "$[]1/.";
- else
- case $[]1 in @%:@(
- -*)set "./$[]1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$[]1" 2>/dev/null` in @%:@((
- ???[[sx]]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-dnl as_executable_p is present for backward compatibility with Libtool
-dnl 1.5.22, but it should go away at some point.
-as_executable_p=$as_test_x
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1379: -1- m4_define([AS_BOX], [_$0(m4_expand([$1]), [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1382: -1- m4_define([_AS_BOX], [m4_if(m4_index(m4_translit([[$1]], [`\"], [$$$]), [$]),
- [-1], [$0_LITERAL], [$0_INDIR])($@)])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1389: -1- m4_define([_AS_BOX_LITERAL], [AS_ECHO(["_AS_ESCAPE(m4_expand([m4_text_box($@)]), [`], [\"$])"])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1395: -1- m4_define([_AS_BOX_INDIR], [sed 'h;s/./m4_default([$2], [-])/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
-@%:@@%:@ $1 @%:@@%:@
-_ASBOX])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1405: -1- m4_define([_AS_CLEAN_DIR], [if test -d $1; then
- find $1 -type d ! -perm -700 -exec chmod u+rwx {} \;
- rm -fr $1/* $1/.[[!.]] $1/.??*
-fi])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1422: -1- m4_define([AS_FUNCTION_DESCRIBE], [@%:@ $1[]m4_ifval([$2], [ $2])
-@%:@ m4_translit(m4_format([%*s],
- m4_decr(m4_qlen(_m4_expand([$1[]m4_ifval([$2], [ $2])
-]))), []), [ ], [-])
-m4_text_wrap([$3], [@%:@ ], [], [$4])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1484: -1- m4_define([AS_HELP_STRING], [m4_text_wrap([$2], m4_cond([[$3]], [], [ ],
- [m4_eval([$3]+0)], [0], [[$3]],
- [m4_format([[%*s]], [$3], [])]),
- m4_expand([ $1 ]), [$4])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1508: -1- m4_define([AS_IDENTIFIER_IF], [m4_if(_$0(m4_if(m4_index([$1], [@]), [-1],
- [[$1]], [m4_bpatsubst([[$1]], [@&t@])])), [-], [$2], [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1512: -1- m4_define([_AS_IDENTIFIER_IF], [m4_cond([[$1]], [], [],
- [m4_eval(m4_len(m4_translit([[$1]], ][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]][)) > 0)], [1], [],
- [m4_len(m4_translit(m4_format([[%.1s]], [$1]), ][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]][))], [0], [-])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1571: -1- m4_define([AS_LITERAL_IF], [_$0(m4_expand([$1]), [ ][
-])([$4], [$3], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1575: -1- m4_define([_AS_LITERAL_IF], [m4_if(m4_index([$1], [@S|@]), [-1], [$0_(m4_translit([$1],
- [-:%/@{}[]#(),.$2]][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]][,
- [+++++$$`````]))], [$0_NO])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1580: -1- m4_define([_AS_LITERAL_IF_], [m4_if(m4_translit([$1], [+]), [], [$0YES],
- m4_translit([$1], [$]), [], [m4_default], [$0NO])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1584: -1- m4_define([_AS_LITERAL_IF_YES], [$3])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1585: -1- m4_define([_AS_LITERAL_IF_NO], [$2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1592: -1- m4_define([AS_LITERAL_WORD_IF], [_AS_LITERAL_IF(m4_expand([$1]))([$4], [$3], [$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1600: -1- m4_define([AS_LITERAL_HEREDOC_IF], [_$0(m4_expand([$1]))([$2], [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1603: -1- m4_define([_AS_LITERAL_HEREDOC_IF], [m4_if(m4_index([$1], [@S|@]), [-1],
- [m4_if(m4_index(m4_translit([[$1]], [\`], [$]), [$]), [-1],
- [$0_YES], [$0_NO])],
- [$0_NO])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1609: -1- m4_define([_AS_LITERAL_HEREDOC_IF_YES], [$1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1610: -1- m4_define([_AS_LITERAL_HEREDOC_IF_NO], [$2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1617: -1- m4_define([AS_TMPDIR], [# Create a (secure) tmp directory for tmp files.
-m4_if([$2], [], [: ${TMPDIR=/tmp}])
-{
- tmp=`(umask 077 && mktemp -d "m4_default([$2], [$TMPDIR])/$1XXXXXX") 2>/dev/null` &&
- test -n "$tmp" && test -d "$tmp"
-} ||
-{
- tmp=m4_default([$2], [$TMPDIR])/$1$$-$RANDOM
- (umask 077 && mkdir "$tmp")
-} || AS_ERROR([cannot create a temporary directory in m4_default([$2],
- [$TMPDIR])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1634: -1- m4_define([AS_UNAME], [{
-cat <<_ASUNAME
-m4_text_box([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_PATH_WALK([$PATH], [AS_ECHO(["PATH: $as_dir"])])
-}])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1665: -1- m4_define([m4_location(_AS_VERSION_COMPARE_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1665])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1665: -1- m4_define([_AS_VERSION_COMPARE_PREPARE], [_m4_defun_pro([$0])[as_awk_strverscmp='
- # Use only awk features that work with 7th edition Unix awk (1978).
- # My, what an old awk you have, Mr. Solaris!
- END {
- while (length(v1) && length(v2)) {
- # Set d1 to be the next thing to compare from v1, and likewise for d2.
- # Normally this is a single character, but if v1 and v2 contain digits,
- # compare them as integers and fractions as strverscmp does.
- if (v1 ~ /^[0-9]/ && v2 ~ /^[0-9]/) {
- # Split v1 and v2 into their leading digit string components d1 and d2,
- # and advance v1 and v2 past the leading digit strings.
- for (len1 = 1; substr(v1, len1 + 1) ~ /^[0-9]/; len1++) continue
- for (len2 = 1; substr(v2, len2 + 1) ~ /^[0-9]/; len2++) continue
- d1 = substr(v1, 1, len1); v1 = substr(v1, len1 + 1)
- d2 = substr(v2, 1, len2); v2 = substr(v2, len2 + 1)
- if (d1 ~ /^0/) {
- if (d2 ~ /^0/) {
- # Compare two fractions.
- while (d1 ~ /^0/ && d2 ~ /^0/) {
- d1 = substr(d1, 2); len1--
- d2 = substr(d2, 2); len2--
- }
- if (len1 != len2 && ! (len1 && len2 && substr(d1, 1, 1) == substr(d2, 1, 1))) {
- # The two components differ in length, and the common prefix
- # contains only leading zeros. Consider the longer to be less.
- d1 = -len1
- d2 = -len2
- } else {
- # Otherwise, compare as strings.
- d1 = "x" d1
- d2 = "x" d2
- }
- } else {
- # A fraction is less than an integer.
- exit 1
- }
- } else {
- if (d2 ~ /^0/) {
- # An integer is greater than a fraction.
- exit 2
- } else {
- # Compare two integers.
- d1 += 0
- d2 += 0
- }
- }
- } else {
- # The normal case, without worrying about digits.
- d1 = substr(v1, 1, 1); v1 = substr(v1, 2)
- d2 = substr(v2, 1, 1); v2 = substr(v2, 2)
- }
- if (d1 < d2) exit 1
- if (d1 > d2) exit 2
- }
- # Beware Solaris /usr/xgp4/bin/awk (at least through Solaris 10),
- # which mishandles some comparisons of empty strings to integers.
- if (length(v2)) exit 1
- if (length(v1)) exit 2
- }
-'][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1735: -1- m4_define([AS_VERSION_COMPARE], [as_arg_v1=$1
-as_arg_v2=$2
-awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
-AS_CASE([$?],
- [1], [$3],
- [0], [$4],
- [2], [$5])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1735: -1- m4_define([m4_location(AS_VERSION_COMPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1735])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1761: -1- m4_define([m4_location(_AS_CR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1761])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1761: -1- m4_define([_AS_CR_PREPARE], [_m4_defun_pro([$0])# 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
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1773: -1- m4_define([m4_location(_AS_TR_SH_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1773])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1773: -1- m4_define([_AS_TR_SH_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[[^_$as_cr_alnum]]%_%g'"
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1794: -1- m4_define([AS_TR_SH], [_$0(m4_expand([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1794: -1- m4_define([m4_location(AS_TR_SH)], [/usr/share/autoconf/m4sugar/m4sh.m4:1794])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1798: -1- m4_define([_AS_TR_SH], [_AS_LITERAL_IF([$1], [*][ ][
-])([], [$0_INDIR], [$0_LITERAL])([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [3])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [4])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [5])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [6])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [7])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [8])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [9])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [10])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [11])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [12])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [13])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [14])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [15])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [16])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [17])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [18])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [19])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [20])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [21])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [22])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [23])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [24])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [25])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [26])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [27])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [28])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [29])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [30])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [31])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [32])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [33])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [34])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [35])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [36])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [37])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [38])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [39])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [40])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [41])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [42])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [43])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [44])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [45])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [46])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [47])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [48])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [49])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [50])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [51])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [52])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [53])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [54])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [55])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [56])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [57])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [58])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [59])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [60])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [61])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [62])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [63])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [64])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [65])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [66])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [67])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [68])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [69])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [70])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [71])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [72])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [73])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [74])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [75])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [76])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [77])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [78])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [79])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [80])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [81])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [82])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [83])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [84])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [85])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [86])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [87])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [88])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [89])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [90])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [91])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [92])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [93])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [94])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [95])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [96])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [97])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [98])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [99])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [100])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [101])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [102])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [103])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [104])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [105])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [106])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [107])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [108])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [109])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [110])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [111])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [112])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [113])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [114])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [115])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [116])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [117])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [118])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [119])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [120])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [121])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [122])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [123])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [124])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [125])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [126])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [127])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [128])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [129])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [130])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [131])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [132])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [133])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [134])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [135])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [136])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [137])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [138])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [139])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [140])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [141])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [142])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [143])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [144])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [145])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [146])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [147])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [148])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [149])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [150])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [151])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [152])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [153])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [154])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [155])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [156])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [157])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [158])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [159])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [160])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [161])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [162])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [163])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [164])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [165])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [166])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [167])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [168])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [169])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [170])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [171])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [172])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [173])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [174])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [175])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [176])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [177])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [178])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [179])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [180])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [181])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [182])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [183])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [184])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [185])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [186])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [187])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [188])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [189])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [190])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [191])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [192])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [193])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [194])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [195])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [196])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [197])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [198])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [199])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [200])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [201])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [202])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [203])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [204])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [205])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [206])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [207])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [208])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [209])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [210])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [211])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [212])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [213])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [214])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [215])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [216])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [217])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [218])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [219])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [220])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [221])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [222])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [223])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [224])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [225])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [226])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [227])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [228])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [229])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [230])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [231])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [232])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [233])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [234])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [235])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [236])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [237])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [238])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [239])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [240])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [241])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [242])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [243])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [244])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [245])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [246])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [247])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [248])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [249])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [250])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [251])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [252])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [253])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [254])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -3- m4_define([], [255])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1802: -1- m4_define([_AS_TR_SH_LITERAL], [m4_translit([[$1]],
- [*+[]][\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./:;<=>?@[\]^`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-],
- [pp[]][_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1807: -1- m4_define([_AS_TR_SH_INDIR], [`AS_ECHO(["_AS_ESCAPE([[$1]], [`], [\])"]) | $as_tr_sh`])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1813: -1- m4_define([m4_location(_AS_TR_CPP_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1813])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1813: -1- m4_define([_AS_TR_CPP_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])# 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'"
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1827: -1- m4_define([AS_TR_CPP], [_$0(m4_expand([$1]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1827: -1- m4_define([m4_location(AS_TR_CPP)], [/usr/share/autoconf/m4sugar/m4sh.m4:1827])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1831: -1- m4_define([_AS_TR_CPP], [_AS_LITERAL_IF([$1], [*][ ][
-])([], [$0_INDIR], [$0_LITERAL])([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [1])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [3])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [4])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [5])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [6])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [7])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [8])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [9])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [10])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [11])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [12])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [13])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [14])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [15])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [16])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [17])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [18])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [19])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [20])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [21])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [22])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [23])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [24])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [25])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [26])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [27])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [28])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [29])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [30])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [31])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [32])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [33])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [34])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [35])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [36])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [37])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [38])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [39])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [40])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [41])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [42])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [43])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [44])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [45])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [46])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [47])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [48])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [49])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [50])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [51])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [52])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [53])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [54])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [55])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [56])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [57])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [58])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [59])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [60])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [61])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [62])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [63])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [64])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [65])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [66])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [67])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [68])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [69])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [70])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [71])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [72])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [73])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [74])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [75])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [76])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [77])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [78])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [79])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [80])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [81])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [82])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [83])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [84])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [85])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [86])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [87])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [88])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [89])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [90])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [91])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [92])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [93])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [94])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [95])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [96])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [97])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [98])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [99])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [100])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [101])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [102])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [103])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [104])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [105])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [106])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [107])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [108])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [109])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [110])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [111])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [112])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [113])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [114])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [115])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [116])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [117])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [118])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [119])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [120])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [121])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [122])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [123])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [124])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [125])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [126])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [127])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [128])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [129])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [130])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [131])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [132])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [133])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [134])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [135])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [136])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [137])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [138])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [139])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [140])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [141])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [142])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [143])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [144])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [145])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [146])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [147])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [148])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [149])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [150])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [151])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [152])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [153])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [154])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [155])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [156])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [157])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [158])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [159])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [160])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [161])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [162])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [163])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [164])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [165])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [166])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [167])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [168])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [169])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [170])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [171])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [172])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [173])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [174])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [175])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [176])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [177])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [178])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [179])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [180])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [181])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [182])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [183])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [184])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [185])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [186])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [187])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [188])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [189])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [190])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [191])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [192])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [193])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [194])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [195])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [196])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [197])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [198])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [199])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [200])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [201])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [202])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [203])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [204])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [205])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [206])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [207])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [208])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [209])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [210])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [211])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [212])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [213])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [214])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [215])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [216])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [217])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [218])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [219])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [220])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [221])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [222])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [223])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [224])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [225])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [226])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [227])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [228])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [229])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [230])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [231])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [232])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [233])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [234])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [235])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [236])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [237])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [238])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [239])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [240])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [241])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [242])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [243])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [244])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [245])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [246])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [247])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [248])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [249])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [250])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [251])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [252])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [253])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [254])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1838: -3- m4_define([], [255])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1835: -1- m4_define([_AS_TR_CPP_LITERAL], [m4_translit([[$1]],
- [*[]][abcdefghijklmnopqrstuvwxyz\ 1\ 2\ 3\ 4\ 5\ 6\a\b
-\v\f\r\ e\ f\10\11\12\13\14\15\16\17\18\19\1a\e\1c\1d\1e\1f !"#*%&'()$+,./:;<=>?@[\]^`{|}~\7f\80\81\82\83\84\85\86\87\88\89\8a\8b\8c\8d\8e\8f\90\91\92\93\94\95\96\97\98\99\9a\9b\9c\9d\9e\9f ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-],
- [P[]][ABCDEFGHIJKLMNOPQRSTUVWXYZ_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1840: -1- m4_define([_AS_TR_CPP_INDIR], [`AS_ECHO(["_AS_ESCAPE([[$1]], [`], [\])"]) | $as_tr_cpp`])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1846: -1- m4_define([m4_location(_AS_TR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1846])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1846: -1- m4_define([_AS_TR_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_TR_SH_PREPARE])AS_REQUIRE([_AS_TR_CPP_PREPARE])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1874: -1- m4_define([m4_location(_AS_VAR_APPEND_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1874])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1874: -1- m4_define([_AS_VAR_APPEND_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([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.])
-AS_IF([_AS_RUN(["AS_ESCAPE(m4_quote(_AS_VAR_APPEND_WORKS))"])],
-[eval 'as_fn_append ()
- {
- eval $[]1+=\$[]2
- }'],
-[as_fn_append ()
- {
- eval $[]1=\$$[]1\$[]2
- }]) # as_fn_append
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1894: -1- m4_define([_AS_VAR_APPEND_WORKS], [as_var=1; as_var+=2; test x$as_var = x12])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1907: -1- m4_define([AS_VAR_APPEND], [as_fn_append $1 $2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1907: -1- m4_define([m4_location(AS_VAR_APPEND)], [/usr/share/autoconf/m4sugar/m4sh.m4:1907])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1916: -1- m4_define([m4_location(_AS_VAR_ARITH_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1916])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1916: -1- m4_define([_AS_VAR_ARITH_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([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.])
-AS_IF([_AS_RUN(["AS_ESCAPE(m4_quote(_AS_VAR_ARITH_WORKS))"])],
-[eval 'as_fn_arith ()
- {
- as_val=$(( $[]* ))
- }'],
-[as_fn_arith ()
- {
- as_val=`expr "$[]@" || test $? -eq 1`
- }]) # as_fn_arith
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1935: -1- m4_define([_AS_VAR_ARITH_WORKS], [test $(( 1 + 1 )) = 2])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1949: -1- m4_define([AS_VAR_ARITH], [as_fn_arith $2 && AS_VAR_SET([$1], [$as_val])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1949: -1- m4_define([m4_location(AS_VAR_ARITH)], [/usr/share/autoconf/m4sugar/m4sh.m4:1949])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1959: -1- m4_define([AS_VAR_COPY], [AS_LITERAL_WORD_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1970: -1- m4_define([AS_VAR_GET], [AS_LITERAL_WORD_IF([$1],
- [$$1],
- [`eval 'as_val=${'_AS_ESCAPE([[$1]], [`], [\])'};AS_ECHO(["$as_val"])'`])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1980: -1- m4_define([AS_VAR_IF], [AS_LITERAL_WORD_IF([$1],
- [AS_IF([test "x$$1" = x""$2]],
- [AS_VAR_COPY([as_val], [$1])
- AS_IF([test "x$as_val" = x""$2]],
- [AS_IF([eval test \"x\$"$1"\" = x"_AS_ESCAPE([$2], [`], [\"$])"]]),
-[$3], [$4])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2017: -1- m4_define([AS_VAR_POPDEF], [m4_popdef([$1])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2032: -1- m4_define([AS_VAR_PUSHDEF], [_$0([$1], m4_expand([$2]))])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2032: -1- m4_define([m4_location(AS_VAR_PUSHDEF)], [/usr/share/autoconf/m4sugar/m4sh.m4:2032])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2036: -1- m4_define([_AS_VAR_PUSHDEF], [_AS_LITERAL_IF([$2], [ ][
-])([], [as_$1=_AS_TR_SH_INDIR([$2])
-m4_pushdef([$1], [$as_[$1]])],
-[m4_pushdef([$1], [_AS_TR_SH_LITERAL([$2])])])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2048: -1- m4_define([AS_VAR_SET], [AS_LITERAL_WORD_IF([$1],
- [$1=$2],
- [eval "$1=_AS_ESCAPE([$2], [`], [\"$])"])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2058: -1- m4_define([AS_VAR_SET_IF], [AS_IF([AS_VAR_TEST_SET([$1])], [$2], [$3])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2066: -1- m4_define([AS_VAR_TEST_SET], [AS_LITERAL_WORD_IF([$1],
- [test "${$1+set}" = set],
- [{ as_var=$1; eval "test \"\${$as_var+set}\" = set"; }],
- [eval "test \"\${$1+set}\"" = set])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2087: -1- m4_define([m4_location(AS_INIT_GENERATED)], [/usr/share/autoconf/m4sugar/m4sh.m4:2087])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2087: -1- m4_define([AS_INIT_GENERATED], [_m4_defun_pro([$0])m4_require([AS_PREPARE])m4_pushdef([AS_MESSAGE_LOG_FD])as_write_fail=0
-cat >$1 <<_ASEOF || as_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-$2
-SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$1 <<\_ASEOF || as_write_fail=1
-_AS_SHELL_SANITIZE
-_AS_PREPARE
-m4_if(AS_MESSAGE_FD, [1], [], [exec AS_MESSAGE_FD>&1
-])m4_text_box([Main body of $1 script.])
-_ASEOF
-test $as_write_fail = 0 && chmod +x $1[]dnl
-_m4_popdef([AS_MESSAGE_LOG_FD])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2112: -1- m4_define([AS_INIT], [# Wrap our cleanup prior to m4sugar's cleanup.
-m4_wrap([_AS_CLEANUP])
-m4_init
-m4_provide([AS_INIT])
-
-# Forbidden tokens and exceptions.
-m4_pattern_forbid([^_?AS_])
-
-# Bangshe and minimal initialization.
-m4_divert_text([BINSH], [@%:@! /bin/sh])
-m4_divert_text([HEADER-COMMENT],
- [@%:@ Generated from __file__ by m4_PACKAGE_STRING.])
-m4_divert_text([M4SH-SANITIZE], [_AS_SHELL_SANITIZE])
-m4_divert_text([M4SH-INIT-FN], [m4_text_box([M4sh Shell Functions.])])
-
-# Let's go!
-m4_divert([BODY])dnl
-m4_text_box([Main body of script.])
-_AS_DETECT_REQUIRED([_AS_SHELL_FN_WORK])dnl
-AS_REQUIRE([_AS_UNSET_PREPARE], [], [M4SH-INIT-FN])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:34: -1- m4_include([autoconf/autoupdate.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:34: -1- m4_define([m4_include(autoconf/autoupdate.m4)])
-m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:43: -1- m4_define([AU_DEFINE], [])
-m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:57: -1- m4_define([AU_DEFUN], [# This is what autoupdate's m4 run will expand. It fires
-# the warning (with _au_warn_XXX), outputs it into the
-# updated configure.ac (with AC_DIAGNOSE), and then outputs
-# the replacement expansion.
-AU_DEFINE([$1],
-[m4_ifval([$3], [_au_warn_$1([$3])AC_DIAGNOSE([obsolete], [$3])d[]nl
-])dnl
-$2])
-
-# This is an auxiliary macro that is also run when
-# autoupdate runs m4. It simply calls m4_warning, but
-# we need a wrapper so that each warning is emitted only
-# once. We break the quoting in m4_warning's argument in
-# order to expand this macro's arguments, not AU_DEFUN's.
-AU_DEFINE([_au_warn_$1],
-[m4_warning($][@)dnl
-m4_define([_au_warn_$1], [])])
-
-# Finally, this is the expansion that is picked up by
-# autoconf. It tells the user to run autoupdate, and
-# then outputs the replacement expansion. We do not care
-# about autoupdate's warning because that contains
-# information on what to do *after* running autoupdate.
-AC_DEFUN([$1],
- [AC_DIAGNOSE([obsolete], [The macro `$1' is obsolete.
-You should run autoupdate.])dnl
-$2])])
-m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:102: -1- m4_define([AU_ALIAS], [AU_DEFUN([$1], _AU_ALIAS_BODY([$], [$2]))])
-m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:108: -1- m4_define([_AU_ALIAS_BODY], [[m4_if($1#, 0, [$2], [$2($1@)])]])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:35: -1- m4_include([autoconf/autoscan.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:35: -1- m4_define([m4_include(autoconf/autoscan.m4)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:33: -1- m4_define([AN_OUTPUT], [])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:45: -1- m4_define([AN_FUNCTION], [AN_OUTPUT([function], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:46: -1- m4_define([AN_HEADER], [AN_OUTPUT([header], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:47: -1- m4_define([AN_IDENTIFIER], [AN_OUTPUT([identifier], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:48: -1- m4_define([AN_LIBRARY], [AN_OUTPUT([library], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:49: -1- m4_define([AN_MAKEVAR], [AN_OUTPUT([makevar], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoscan.m4:50: -1- m4_define([AN_PROGRAM], [AN_OUTPUT([program], $@)])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:36: -1- m4_include([autoconf/general.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:36: -1- m4_define([m4_include(autoconf/general.m4)])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3: -1- m4_define([_AC_COPYRIGHT_YEARS], [
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:117: -1- m4_define([_m4_divert(DEFAULTS)], [10])
-m4trace:/usr/share/autoconf/autoconf/general.m4:118: -1- m4_define([_m4_divert(PARSE_ARGS)], [20])
-m4trace:/usr/share/autoconf/autoconf/general.m4:120: -1- m4_define([_m4_divert(HELP_BEGIN)], [100])
-m4trace:/usr/share/autoconf/autoconf/general.m4:121: -1- m4_define([_m4_divert(HELP_CANON)], [101])
-m4trace:/usr/share/autoconf/autoconf/general.m4:122: -1- m4_define([_m4_divert(HELP_ENABLE)], [102])
-m4trace:/usr/share/autoconf/autoconf/general.m4:123: -1- m4_define([_m4_divert(HELP_WITH)], [103])
-m4trace:/usr/share/autoconf/autoconf/general.m4:124: -1- m4_define([_m4_divert(HELP_VAR)], [104])
-m4trace:/usr/share/autoconf/autoconf/general.m4:125: -1- m4_define([_m4_divert(HELP_VAR_END)], [105])
-m4trace:/usr/share/autoconf/autoconf/general.m4:126: -1- m4_define([_m4_divert(HELP_END)], [106])
-m4trace:/usr/share/autoconf/autoconf/general.m4:128: -1- m4_define([_m4_divert(VERSION_BEGIN)], [200])
-m4trace:/usr/share/autoconf/autoconf/general.m4:129: -1- m4_define([_m4_divert(VERSION_FSF)], [201])
-m4trace:/usr/share/autoconf/autoconf/general.m4:130: -1- m4_define([_m4_divert(VERSION_USER)], [202])
-m4trace:/usr/share/autoconf/autoconf/general.m4:131: -1- m4_define([_m4_divert(VERSION_END)], [203])
-m4trace:/usr/share/autoconf/autoconf/general.m4:133: -1- m4_define([_m4_divert(SHELL_FN)], [250])
-m4trace:/usr/share/autoconf/autoconf/general.m4:135: -1- m4_define([_m4_divert(INIT_PREPARE)], [300])
-m4trace:/usr/share/autoconf/autoconf/general.m4:169: -1- m4_define([AC_OBSOLETE], [AC_DIAGNOSE([obsolete], [$1 is obsolete$2])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:183: -1- m4_define([m4_location(AC_REQUIRE_SHELL_FN)], [/usr/share/autoconf/autoconf/general.m4:183])
-m4trace:/usr/share/autoconf/autoconf/general.m4:183: -1- m4_define([AC_REQUIRE_SHELL_FN], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([$1], [$2], [$3], m4_default_quoted([$4], [SHELL_FN]))[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:195: -1- AU_DEFINE([AC_FOREACH], [m4_ifval([], [_au_warn_AC_FOREACH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-[m4_foreach_w($@)]])
-m4trace:/usr/share/autoconf/autoconf/general.m4:195: -1- AU_DEFINE([_au_warn_AC_FOREACH], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FOREACH], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:195: -1- m4_define([m4_location(AC_FOREACH)], [/usr/share/autoconf/autoconf/general.m4:195])
-m4trace:/usr/share/autoconf/autoconf/general.m4:195: -1- m4_define([AC_FOREACH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FOREACH' is obsolete.
-You should run autoupdate.])dnl
-[m4_foreach_w($@)][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:196: -1- m4_define([m4_location(AC_FOREACH)], [/usr/share/autoconf/autoconf/general.m4:196])
-m4trace:/usr/share/autoconf/autoconf/general.m4:196: -1- m4_define([AC_FOREACH], [_m4_defun_pro([$0])m4_foreach_w($@)dnl
-AC_DIAGNOSE([obsolete], [The macro `AC_FOREACH' is obsolete.
-You should run autoupdate.])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:209: -1- AU_DEFINE([AC_HELP_STRING], [m4_ifval([], [_au_warn_AC_HELP_STRING([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AS_HELP_STRING], [AS_HELP_STRING($@)])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:209: -1- AU_DEFINE([_au_warn_AC_HELP_STRING], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HELP_STRING], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:209: -1- m4_define([m4_location(AC_HELP_STRING)], [/usr/share/autoconf/autoconf/general.m4:209])
-m4trace:/usr/share/autoconf/autoconf/general.m4:209: -1- m4_define([AC_HELP_STRING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AS_HELP_STRING], [AS_HELP_STRING($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:232: -1- m4_define([_AC_INIT_LITERAL], [m4_if(m4_index(m4_translit([[$1]], [
-""], ['']), ['])AS_LITERAL_HEREDOC_IF([$1], [-]), [-1-], [],
- [m4_warn([syntax], [AC_INIT: not a literal: $1])])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:239: -1- m4_define([_AC_INIT_PACKAGE], [_AC_INIT_LITERAL([$1])
-_AC_INIT_LITERAL([$2])
-AS_LITERAL_IF([$3], [], [m4_warn([syntax], [AC_INIT: not a literal: $3])])
-m4_ifndef([AC_PACKAGE_NAME],
- [m4_define([AC_PACKAGE_NAME], [$1])])
-m4_ifndef([AC_PACKAGE_TARNAME],
- [m4_define([AC_PACKAGE_TARNAME],
- m4_default([$4],
- [m4_bpatsubst(m4_tolower(m4_bpatsubst([[$1]],
- [GNU ])),
- [[^_abcdefghijklmnopqrstuvwxyz0123456789]],
- [-])]))])
-m4_ifndef([AC_PACKAGE_VERSION],
- [m4_define([AC_PACKAGE_VERSION], [$2])])
-m4_ifndef([AC_PACKAGE_STRING],
- [m4_define([AC_PACKAGE_STRING], [$1 $2])])
-m4_ifndef([AC_PACKAGE_BUGREPORT],
- [m4_define([AC_PACKAGE_BUGREPORT], [$3])])
-m4_ifndef([AC_PACKAGE_URL],
- [m4_define([AC_PACKAGE_URL],
- m4_if([$5], [], [m4_if(m4_index([$1], [GNU ]), [0],
- [[http://www.gnu.org/software/]m4_defn([AC_PACKAGE_TARNAME])[/]])],
- [[$5]]))])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:273: -1- m4_define([AC_COPYRIGHT], [AS_COPYRIGHT([$1])[]m4_divert_text(m4_default_quoted([$2], [VERSION_USER]),
-[m4_default([$3], [m4_newline])([$1])])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:283: -1- m4_define([AC_REVISION], [m4_divert_text([HEADER-REVISION],
- [@%:@ From __file__ m4_translit([$1], [$""]).])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:307: -1- AU_DEFINE([AC_PREREQ], [m4_ifval([], [_au_warn_AC_PREREQ([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_version_prereq([$1])[]dnl
-[AC_PREREQ(][[2.67]][)]])
-m4trace:/usr/share/autoconf/autoconf/general.m4:307: -1- AU_DEFINE([_au_warn_AC_PREREQ], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PREREQ], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:307: -1- m4_define([m4_location(AC_PREREQ)], [/usr/share/autoconf/autoconf/general.m4:307])
-m4trace:/usr/share/autoconf/autoconf/general.m4:307: -1- m4_define([AC_PREREQ], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PREREQ' is obsolete.
-You should run autoupdate.])dnl
-m4_version_prereq([$1])[]dnl
-[AC_PREREQ(][[2.67]][)][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:341: -1- m4_define([_AC_INIT_NOTICE], [m4_cleardivert([HEADER-COMMENT])m4_divert_text([HEADER-COMMENT],
-[@%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by m4_PACKAGE_STRING[]dnl
-m4_ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).])
-
-m4_ifset([AC_PACKAGE_BUGREPORT],
- [m4_divert_text([HEADER-COMMENT],
- [@%:@
-@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:359: -1- m4_define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT(m4_defn([_AC_COPYRIGHT_YEARS]), [VERSION_FSF], [
-m4_copyright_condense])dnl
-AC_COPYRIGHT(
-[This configure script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it.],
- [VERSION_FSF], [m4_echo])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:382: -1- m4_define([AS_MESSAGE_FD], [6])
-m4trace:/usr/share/autoconf/autoconf/general.m4:383: -1- m4_define([AS_ORIGINAL_STDIN_FD], [7])
-m4trace:/usr/share/autoconf/autoconf/general.m4:385: -1- AU_DEFINE([AC_FD_CC], [m4_ifval([], [_au_warn_AC_FD_CC([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AS_MESSAGE_LOG_FD], [AS_MESSAGE_LOG_FD($@)])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:385: -1- AU_DEFINE([_au_warn_AC_FD_CC], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FD_CC], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:385: -1- m4_define([m4_location(AC_FD_CC)], [/usr/share/autoconf/autoconf/general.m4:385])
-m4trace:/usr/share/autoconf/autoconf/general.m4:385: -1- m4_define([AC_FD_CC], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FD_CC' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AS_MESSAGE_LOG_FD], [AS_MESSAGE_LOG_FD($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:386: -1- AU_DEFINE([AC_FD_MSG], [m4_ifval([], [_au_warn_AC_FD_MSG([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AS_MESSAGE_FD], [AS_MESSAGE_FD($@)])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:386: -1- AU_DEFINE([_au_warn_AC_FD_MSG], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FD_MSG], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:386: -1- m4_define([m4_location(AC_FD_MSG)], [/usr/share/autoconf/autoconf/general.m4:386])
-m4trace:/usr/share/autoconf/autoconf/general.m4:386: -1- m4_define([AC_FD_MSG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FD_MSG' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AS_MESSAGE_FD], [AS_MESSAGE_FD($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:393: -1- m4_define([_AC_INIT_DEFAULTS], [m4_divert_push([DEFAULTS])dnl
-
-test -n "$DJDIR" || exec AS_ORIGINAL_STDIN_FD<&0 </dev/null
-exec AS_MESSAGE_FD>&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=.
-LIB@&t@OBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-AC_SUBST([SHELL])dnl
-AC_SUBST([PATH_SEPARATOR])dnl
-
-# Identity of this package.
-AC_SUBST([PACKAGE_NAME],
- [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])dnl
-AC_SUBST([PACKAGE_TARNAME],
- [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])dnl
-AC_SUBST([PACKAGE_VERSION],
- [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])dnl
-AC_SUBST([PACKAGE_STRING],
- [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])dnl
-AC_SUBST([PACKAGE_BUGREPORT],
- [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])dnl
-AC_SUBST([PACKAGE_URL],
- [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])])dnl
-
-m4_divert_pop([DEFAULTS])dnl
-m4_wrap_lifo([m4_divert_text([DEFAULTS],
-[ac_subst_vars='m4_set_dump([_AC_SUBST_VARS], m4_newline)'
-ac_subst_files='m4_ifdef([_AC_SUBST_FILES], [m4_defn([_AC_SUBST_FILES])])'
-ac_user_opts='
-enable_option_checking
-m4_ifdef([_AC_USER_OPTS], [m4_defn([_AC_USER_OPTS])
-])'
-m4_ifdef([_AC_PRECIOUS_VARS],
- [_AC_ARG_VAR_STORE[]dnl
- _AC_ARG_VAR_VALIDATE[]dnl
- ac_precious_vars='m4_defn([_AC_PRECIOUS_VARS])'])
-m4_ifdef([_AC_LIST_SUBDIRS],
- [ac_subdirs_all='m4_defn([_AC_LIST_SUBDIRS])'])dnl
-])])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:452: -1- m4_define([m4_location(AC_PREFIX_DEFAULT)], [/usr/share/autoconf/autoconf/general.m4:452])
-m4trace:/usr/share/autoconf/autoconf/general.m4:452: -1- m4_define([AC_PREFIX_DEFAULT], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_default_prefix=$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:465: -1- m4_define([m4_location(AC_PREFIX_PROGRAM)], [/usr/share/autoconf/autoconf/general.m4:465])
-m4trace:/usr/share/autoconf/autoconf/general.m4:465: -1- m4_define([AC_PREFIX_PROGRAM], [_m4_defun_pro([$0])if test "x$prefix" = xNONE; then
-dnl We reimplement AC_MSG_CHECKING (mostly) to avoid the ... in the middle.
- _AS_ECHO_N([checking for prefix by ])
- AC_PATH_PROG(ac_prefix_program, [$1])
- if test -n "$ac_prefix_program"; then
- prefix=`AS_DIRNAME(["$ac_prefix_program"])`
- prefix=`AS_DIRNAME(["$prefix"])`
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:483: -1- m4_define([m4_location(AC_CONFIG_SRCDIR)], [/usr/share/autoconf/autoconf/general.m4:483])
-m4trace:/usr/share/autoconf/autoconf/general.m4:483: -1- m4_define([AC_CONFIG_SRCDIR], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_unique_file="$1"])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:493: -1- m4_define([m4_location(_AC_INIT_DIRCHECK)], [/usr/share/autoconf/autoconf/general.m4:493])
-m4trace:/usr/share/autoconf/autoconf/general.m4:493: -1- m4_define([_AC_INIT_DIRCHECK], [_m4_defun_pro([$0])m4_divert_push([PARSE_ARGS])dnl
-
-ac_pwd=`pwd` && test -n "$ac_pwd" &&
-ac_ls_di=`ls -di .` &&
-ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
- AC_MSG_ERROR([working directory cannot be determined])
-test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
- AC_MSG_ERROR([pwd does not report name of working directory])
-
-m4_divert_pop([PARSE_ARGS])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:512: -1- m4_define([m4_location(_AC_INIT_SRCDIR)], [/usr/share/autoconf/autoconf/general.m4:512])
-m4trace:/usr/share/autoconf/autoconf/general.m4:512: -1- m4_define([_AC_INIT_SRCDIR], [_m4_defun_pro([$0])AC_REQUIRE([_AC_INIT_DIRCHECK])dnl
-m4_divert_push([PARSE_ARGS])dnl
-
-# 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"])`
- 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 .."
- AC_MSG_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" || AC_MSG_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
-m4_divert_pop([PARSE_ARGS])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:552: -1- m4_define([_AC_INIT_PARSE_ARGS], [m4_divert_push([PARSE_ARGS])dnl
-
-# 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
-AC_SUBST(exec_prefix, NONE)dnl
-no_create=
-no_recursion=
-AC_SUBST(prefix, NONE)dnl
-program_prefix=NONE
-program_suffix=NONE
-AC_SUBST(program_transform_name, [s,x,x,])dnl
-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.)
-AC_SUBST([bindir], ['${exec_prefix}/bin'])dnl
-AC_SUBST([sbindir], ['${exec_prefix}/sbin'])dnl
-AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])dnl
-AC_SUBST([datarootdir], ['${prefix}/share'])dnl
-AC_SUBST([datadir], ['${datarootdir}'])dnl
-AC_SUBST([sysconfdir], ['${prefix}/etc'])dnl
-AC_SUBST([sharedstatedir], ['${prefix}/com'])dnl
-AC_SUBST([localstatedir], ['${prefix}/var'])dnl
-AC_SUBST([includedir], ['${prefix}/include'])dnl
-AC_SUBST([oldincludedir], ['/usr/include'])dnl
-AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
- ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
- ['${datarootdir}/doc/${PACKAGE}'])])dnl
-AC_SUBST([infodir], ['${datarootdir}/info'])dnl
-AC_SUBST([htmldir], ['${docdir}'])dnl
-AC_SUBST([dvidir], ['${docdir}'])dnl
-AC_SUBST([pdfdir], ['${docdir}'])dnl
-AC_SUBST([psdir], ['${docdir}'])dnl
-AC_SUBST([libdir], ['${exec_prefix}/lib'])dnl
-AC_SUBST([localedir], ['${datarootdir}/locale'])dnl
-AC_SUBST([mandir], ['${datarootdir}/man'])dnl
-
-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 ;;
-
- _AC_INIT_PARSE_ENABLE([disable])
-
- -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 ;;
-
- _AC_INIT_PARSE_ENABLE([enable])
-
- -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 ;;
-
- -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=: ;;
-
- _AC_INIT_PARSE_ENABLE([with])
-
- _AC_INIT_PARSE_ENABLE([without])
-
- --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 ;;
-
- -*) AC_MSG_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]]* )
- AC_MSG_ERROR([invalid variable name: `$ac_envvar']) ;;
- esac
- eval $ac_envvar=\$ac_optarg
- export $ac_envvar ;;
-
- *)
- # FIXME: should be removed in autoconf 3.0.
- AC_MSG_WARN([you should use --build, --host, --target])
- expr "x$ac_option" : "[.*[^-._$as_cr_alnum]]" >/dev/null &&
- AC_MSG_WARN([invalid host type: $ac_option])
- : ${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'`
- AC_MSG_ERROR([missing argument to $ac_option])
-fi
-
-if test -n "$ac_unrecognized_opts"; then
- case $enable_option_checking in
- no) ;;
- fatal) AC_MSG_ERROR([unrecognized options: $ac_unrecognized_opts]) ;;
- *) AC_MSG_WARN( [unrecognized options: $ac_unrecognized_opts]) ;;
- 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
-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
- AC_MSG_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
- AC_MSG_WARN([if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used])
- 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 AS_MESSAGE_FD>/dev/null
-
-m4_divert_pop([PARSE_ARGS])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:974: -1- m4_define([_AC_INIT_PARSE_ENABLE], [m4_bmatch([$1], [^with],
- [_AC_INIT_PARSE_ENABLE2([$1], [with])],
- [_AC_INIT_PARSE_ENABLE2([$1], [enable])])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:990: -1- m4_define([_AC_INIT_PARSE_ENABLE2], [-$1-* | --$1-*)
- ac_useropt=`expr "x$ac_option" : 'x-*$1-\(m4_if([$1], [$2], [[[^=]]], [.])*\)'`
- # Reject names that are not valid shell variable names.
- expr "x$ac_useropt" : "[.*[^-+._$as_cr_alnum]]" >/dev/null &&
- AC_MSG_ERROR(
- [invalid ]m4_if([$2], [with], [package], [feature])[ name: $ac_useropt])
- ac_useropt_orig=$ac_useropt
- ac_useropt=`AS_ECHO(["$ac_useropt"]) | sed 's/[[-+.]]/_/g'`
- case $ac_user_opts in
- *"
-"$2_$ac_useropt"
-"*) ;;
- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--$1-$ac_useropt_orig"
- ac_unrecognized_sep=', ';;
- esac
- eval $2_$ac_useropt=m4_if([$1], [$2], [\$ac_optarg], [no]) ;;dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1013: -1- m4_define([_AC_INIT_HELP], [m4_divert_push([HELP_BEGIN])dnl
-
-#
-# 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 m4_ifset([AC_PACKAGE_STRING],
- [AC_PACKAGE_STRING],
- [this package]) to adapt to many kinds of systems.
-
-Usage: $[0] [[OPTION]]... [[VAR=VALUE]]...
-
-[To assign environment variables (e.g., CC, CFLAGS...), specify them as
-VAR=VALUE. See below for descriptions of some of the useful variables.
-
-Defaults for the options are specified in brackets.
-
-Configuration:
- -h, --help display this help and exit
- --help=short display options specific to this package
- --help=recursive display the short help of all the included packages
- -V, --version display version information and exit
- -q, --quiet, --silent do not print \`checking ...' messages
- --cache-file=FILE cache test results in FILE [disabled]
- -C, --config-cache alias for \`--cache-file=config.cache'
- -n, --no-create do not create output files
- --srcdir=DIR find the sources in DIR [configure dir or \`..']
-
-Installation directories:
-]AS_HELP_STRING([--prefix=PREFIX],
- [install architecture-independent files in PREFIX [$ac_default_prefix]])
-AS_HELP_STRING([--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]
- --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]
-]AS_HELP_STRING([--docdir=DIR],
- [documentation root ]@<:@DATAROOTDIR/doc/m4_ifset([AC_PACKAGE_TARNAME],
- [AC_PACKAGE_TARNAME], [PACKAGE])@:>@)[
- --htmldir=DIR html documentation [DOCDIR]
- --dvidir=DIR dvi documentation [DOCDIR]
- --pdfdir=DIR pdf documentation [DOCDIR]
- --psdir=DIR ps documentation [DOCDIR]
-_ACEOF
-
- cat <<\_ACEOF]
-m4_divert_pop([HELP_BEGIN])dnl
-dnl The order of the diversions here is
-dnl - HELP_BEGIN
-dnl which may be extended by extra generic options such as with X or
-dnl AC_ARG_PROGRAM. Displayed only in long --help.
-dnl
-dnl - HELP_CANON
-dnl Support for cross compilation (--build, --host and --target).
-dnl Display only in long --help.
-dnl
-dnl - HELP_ENABLE
-dnl which starts with the trailer of the HELP_BEGIN, HELP_CANON section,
-dnl then implements the header of the non generic options.
-dnl
-dnl - HELP_WITH
-dnl
-dnl - HELP_VAR
-dnl
-dnl - HELP_VAR_END
-dnl
-dnl - HELP_END
-dnl initialized below, in which we dump the trailer (handling of the
-dnl recursion for instance).
-m4_divert_push([HELP_ENABLE])dnl
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
-m4_ifset([AC_PACKAGE_STRING],
-[ case $ac_init_help in
- short | recursive ) echo "Configuration of AC_PACKAGE_STRING:";;
- esac])
- cat <<\_ACEOF
-m4_divert_pop([HELP_ENABLE])dnl
-m4_divert_push([HELP_END])dnl
-
-Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
- [the package provider]).dnl
-m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
-AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
-m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
-General help using GNU software: <http://www.gnu.org/gethelp/>.])])
-_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_SRCDIRS(["$ac_dir"])
- 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
- AC_MSG_WARN([no configuration information is in $ac_dir])
- fi || ac_status=$?
- cd "$ac_pwd" || { ac_status=$?; break; }
- done
-fi
-
-test -n "$ac_init_help" && exit $ac_status
-m4_divert_pop([HELP_END])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1159: -1- m4_define([_AC_INIT_VERSION], [m4_divert_text([VERSION_BEGIN],
-[if $ac_init_version; then
- cat <<\_ACEOF
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])configure[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-generated by m4_PACKAGE_STRING])
-m4_divert_text([VERSION_END],
-[_ACEOF
- exit
-fi])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1176: -1- m4_define([_AC_INIT_CONFIG_LOG], [m4_divert_text([INIT_PREPARE],
-[m4_define([AS_MESSAGE_LOG_FD], 5)dnl
-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 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
-$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which was
-generated by m4_PACKAGE_STRING. Invocation command line was
-
- $ $[0] $[@]
-
-_ACEOF
-exec AS_MESSAGE_LOG_FD>>config.log
-AS_UNAME >&AS_MESSAGE_LOG_FD
-
-cat >&AS_MESSAGE_LOG_FD <<_ACEOF
-
-
-m4_text_box([Core tests.])
-
-_ACEOF
-])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1210: -1- m4_define([_AC_INIT_PREPARE], [m4_divert_push([INIT_PREPARE])dnl
-
-# 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_VAR_APPEND([ac_configure_args0], [" '$ac_arg'"]) ;;
- 2)
- AS_VAR_APPEND([ac_configure_args1], [" '$ac_arg'"])
-dnl If trying to remove duplicates, be sure to (i) keep the *last*
-dnl value (e.g. --prefix=1 --prefix=2 --prefix=1 might keep 2 only),
-dnl and (ii) not to strip long options (--prefix foo --prefix bar might
-dnl give --prefix foo bar).
- if test $ac_must_keep_next = true; then
- ac_must_keep_next=false # Got value, back to normal.
- else
- case $ac_arg in
-dnl Use broad patterns, as arguments that would have already made configure
-dnl exit don't matter.
- *=* | --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_VAR_APPEND([ac_configure_args], [" '$ac_arg'"])
- ;;
- esac
- done
-done
-AS_UNSET(ac_configure_args0)
-AS_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_BOX([Cache variables.])
- echo
- m4_bpatsubsts(m4_defn([_AC_CACHE_DUMP]),
- [^ *\(#.*\)?
-], [],
- ['], ['\\''])
- echo
-
- AS_BOX([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_BOX([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_BOX([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"])
- } >&AS_MESSAGE_LOG_FD
- 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_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
-
-dnl AIX cpp loses on an empty file, NextStep 3.3 (patch 3) loses on a file
-dnl containing less than 14 bytes (including the newline).
-AS_ECHO(["/* confdefs.h */"]) > confdefs.h
-
-# Predefined preprocessor variables.
-AC_DEFINE_UNQUOTED([PACKAGE_NAME], ["$PACKAGE_NAME"],
- [Define to the full name of this package.])dnl
-AC_DEFINE_UNQUOTED([PACKAGE_TARNAME], ["$PACKAGE_TARNAME"],
- [Define to the one symbol short name of this package.])dnl
-AC_DEFINE_UNQUOTED([PACKAGE_VERSION], ["$PACKAGE_VERSION"],
- [Define to the version of this package.])dnl
-AC_DEFINE_UNQUOTED([PACKAGE_STRING], ["$PACKAGE_STRING"],
- [Define to the full name and version of this package.])dnl
-AC_DEFINE_UNQUOTED([PACKAGE_BUGREPORT], ["$PACKAGE_BUGREPORT"],
- [Define to the address where bug reports for this package
- should be sent.])dnl
-AC_DEFINE_UNQUOTED([PACKAGE_URL], ["$PACKAGE_URL"],
- [Define to the home page for this package.])
-
-# Let the site file select an alternate cache file if it wants to.
-AC_SITE_LOAD
-AC_CACHE_LOAD
-m4_divert_pop([INIT_PREPARE])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1362: -1- AU_DEFINE([AC_INIT], [m4_ifval([], [_au_warn_AC_INIT([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_ifval([$2], [[AC_INIT($@)]],
- [m4_ifval([$1],
-[[AC_INIT]
-AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1362: -1- AU_DEFINE([_au_warn_AC_INIT], [m4_warning($@)dnl
-m4_define([_au_warn_AC_INIT], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1362: -1- m4_define([m4_location(AC_INIT)], [/usr/share/autoconf/autoconf/general.m4:1362])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1362: -1- m4_define([AC_INIT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INIT' is obsolete.
-You should run autoupdate.])dnl
-m4_ifval([$2], [[AC_INIT($@)]],
- [m4_ifval([$1],
-[[AC_INIT]
-AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1383: -1- m4_define([AC_INIT], [# Forbidden tokens and exceptions.
-m4_pattern_forbid([^_?A[CHUM]_])
-m4_pattern_forbid([_AC_])
-m4_pattern_forbid([^LIBOBJS$],
- [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-# Actually reserved by M4sh.
-m4_pattern_allow([^AS_FLAGS$])
-AS_INIT[]dnl
-AS_PREPARE[]dnl
-m4_divert_push([KILL])
-m4_ifval([$2], [_AC_INIT_PACKAGE($@)])
-_AC_INIT_DEFAULTS
-_AC_INIT_PARSE_ARGS
-_AC_INIT_DIRCHECK
-_AC_INIT_SRCDIR
-_AC_INIT_HELP
-_AC_INIT_VERSION
-_AC_INIT_CONFIG_LOG
-_AC_INIT_PREPARE
-_AC_INIT_NOTICE
-_AC_INIT_COPYRIGHT
-m4_divert_text([SHELL_FN], [
-m4_text_box([Autoconf initialization.])])
-m4_divert_pop
-m4_ifval([$2], , [m4_ifval([$1], [AC_CONFIG_SRCDIR([$1])])])dnl
-dnl
-dnl Substitute for predefined variables.
-AC_SUBST([DEFS])dnl
-AC_SUBST([ECHO_C])dnl
-AC_SUBST([ECHO_N])dnl
-AC_SUBST([ECHO_T])dnl
-AC_SUBST([LIBS])dnl
-_AC_ARG_VAR_PRECIOUS([build_alias])AC_SUBST([build_alias])dnl
-_AC_ARG_VAR_PRECIOUS([host_alias])AC_SUBST([host_alias])dnl
-_AC_ARG_VAR_PRECIOUS([target_alias])AC_SUBST([target_alias])dnl
-dnl
-AC_LANG_PUSH(C)
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1434: -1- m4_define([m4_location(AC_PRESERVE_HELP_ORDER)], [/usr/share/autoconf/autoconf/general.m4:1434])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1434: -1- m4_define([AC_PRESERVE_HELP_ORDER], [_m4_defun_pro([$0])m4_divert_once([HELP_ENABLE], [[
-Optional Features and Packages:
- --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]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)]])
-m4_define([_m4_divert(HELP_ENABLE)], _m4_divert(HELP_WITH))
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1450: -1- m4_define([_AC_ENABLE_IF], [@%:@ Check whether --$1-$2 was given.
-_AC_ENABLE_IF_ACTION([$1], m4_translit([$2], [-+.], [___]), [$3], [$4])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1455: -1- m4_define([_AC_ENABLE_IF_ACTION], [m4_append_uniq([_AC_USER_OPTS], [$1_$2], [
-])dnl
-AS_IF([test "${$1_$2+set}" = set], [$1val=$$1_$2; $3], [$4])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1463: -1- m4_define([m4_location(AC_ARG_ENABLE)], [/usr/share/autoconf/autoconf/general.m4:1463])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1463: -1- m4_define([AC_ARG_ENABLE], [_m4_defun_pro([$0])AC_PROVIDE_IFELSE([AC_PRESERVE_HELP_ORDER],
-[],
-[m4_divert_once([HELP_ENABLE], [[
-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]]])])dnl
-m4_divert_once([HELP_ENABLE], [$2])dnl
-_AC_ENABLE_IF([enable], [$1], [$3], [$4])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1476: -1- AU_DEFINE([AC_ENABLE], [m4_ifval([], [_au_warn_AC_ENABLE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_ARG_ENABLE([$1], [ --enable-$1], [$2], [$3])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1476: -1- AU_DEFINE([_au_warn_AC_ENABLE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ENABLE], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1476: -1- m4_define([m4_location(AC_ENABLE)], [/usr/share/autoconf/autoconf/general.m4:1476])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1476: -1- m4_define([AC_ENABLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE' is obsolete.
-You should run autoupdate.])dnl
-AC_ARG_ENABLE([$1], [ --enable-$1], [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1482: -1- m4_define([m4_location(AC_ARG_WITH)], [/usr/share/autoconf/autoconf/general.m4:1482])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1482: -1- m4_define([AC_ARG_WITH], [_m4_defun_pro([$0])AC_PROVIDE_IFELSE([AC_PRESERVE_HELP_ORDER],
-[],
-[m4_divert_once([HELP_WITH], [[
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)]])])
-m4_divert_once([HELP_WITH], [$2])dnl
-_AC_ENABLE_IF([with], [$1], [$3], [$4])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1493: -1- AU_DEFINE([AC_WITH], [m4_ifval([], [_au_warn_AC_WITH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_ARG_WITH([$1], [ --with-$1], [$2], [$3])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1493: -1- AU_DEFINE([_au_warn_AC_WITH], [m4_warning($@)dnl
-m4_define([_au_warn_AC_WITH], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1493: -1- m4_define([m4_location(AC_WITH)], [/usr/share/autoconf/autoconf/general.m4:1493])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1493: -1- m4_define([AC_WITH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WITH' is obsolete.
-You should run autoupdate.])dnl
-AC_ARG_WITH([$1], [ --with-$1], [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1498: -1- m4_define([m4_location(AC_DISABLE_OPTION_CHECKING)], [/usr/share/autoconf/autoconf/general.m4:1498])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1498: -1- m4_define([AC_DISABLE_OPTION_CHECKING], [_m4_defun_pro([$0])m4_divert_once([DEFAULTS], [enable_option_checking=no])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1512: -1- m4_define([m4_location(AC_ARG_VAR)], [/usr/share/autoconf/autoconf/general.m4:1512])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1512: -1- m4_define([AC_ARG_VAR], [_m4_defun_pro([$0])m4_divert_once([HELP_VAR], [[
-Some influential environment variables:]])dnl
-m4_divert_once([HELP_VAR_END], [[
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.]])dnl
-m4_expand_once([m4_divert_text([HELP_VAR],
- [AS_HELP_STRING([$1], [$2], [ ])])],
- [$0($1)])dnl
-AC_SUBST([$1])dnl
-_AC_ARG_VAR_PRECIOUS([$1])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1529: -1- m4_define([_AC_ARG_VAR_PRECIOUS], [m4_append_uniq([_AC_PRECIOUS_VARS], [$1], [
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1547: -1- m4_define([_AC_ARG_VAR_STORE], [m4_divert_text([PARSE_ARGS],
-[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])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1571: -1- m4_define([_AC_ARG_VAR_VALIDATE], [m4_divert_text([INIT_PREPARE],
-[# 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_MESSAGE([error: `$ac_var' was set to `$ac_old_val' in the previous run], 2)
- ac_cache_corrupted=: ;;
- ,set)
- AS_MESSAGE([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_MESSAGE([error: `$ac_var' has changed since the previous run:], 2)
- ac_cache_corrupted=:
- else
- AS_MESSAGE([warning: ignoring whitespace changes in `$ac_var' since the previous run:], 2)
- eval $ac_var=\$ac_old_val
- fi
- AS_MESSAGE([ former value: `$ac_old_val'], 2)
- AS_MESSAGE([ 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_VAR_APPEND([ac_configure_args], [" '$ac_arg'"]) ;;
- esac
- fi
-done
-if $ac_cache_corrupted; then
- AS_MESSAGE([error: in `$ac_pwd':], 2)
- AS_MESSAGE([error: changes in the environment can compromise the build], 2)
- AS_ERROR([run `make distclean' and/or `rm $cache_file' and start over])
-fi])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1637: -1- m4_define([m4_location(AC_ARG_PROGRAM)], [/usr/share/autoconf/autoconf/general.m4:1637])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1637: -1- m4_define([AC_ARG_PROGRAM], [_m4_defun_once([AC_ARG_PROGRAM], [dnl Document the options.
-m4_divert_push([HELP_BEGIN])dnl
-
-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
-m4_divert_pop([HELP_BEGIN])dnl
-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"`
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_ARG_PROGRAM])m4_unquote(], [)_m4_defun_epi([AC_ARG_PROGRAM])]],
-m4_ifdef([_m4_diverting([AC_ARG_PROGRAM])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_ARG_PROGRAM],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1671: -1- m4_define([m4_location(AC_CONFIG_AUX_DIR)], [/usr/share/autoconf/autoconf/general.m4:1671])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1671: -1- m4_define([AC_CONFIG_AUX_DIR], [_m4_defun_pro([$0])AC_CONFIG_AUX_DIRS($1 "$srcdir"/$1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1679: -1- m4_define([m4_location(AC_CONFIG_AUX_DIR_DEFAULT)], [/usr/share/autoconf/autoconf/general.m4:1679])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1679: -1- m4_define([AC_CONFIG_AUX_DIR_DEFAULT], [_m4_defun_pro([$0])AC_CONFIG_AUX_DIRS("$srcdir" "$srcdir/.." "$srcdir/../..")[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1689: -1- m4_define([m4_location(AC_CONFIG_AUX_DIRS)], [/usr/share/autoconf/autoconf/general.m4:1689])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1689: -1- m4_define([AC_CONFIG_AUX_DIRS], [_m4_defun_pro([$0])ac_aux_dir=
-for ac_dir in $1; 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
- AC_MSG_ERROR([cannot find install-sh, install.sh, or shtool in $1])
-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.
-
-AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1732: -1- m4_define([m4_location(AC_CONFIG_MACRO_DIR)], [/usr/share/autoconf/autoconf/general.m4:1732])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1732: -1- m4_define([AC_CONFIG_MACRO_DIR], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1744: -1- m4_define([AC_REQUIRE_AUX_FILE], [AS_LITERAL_WORD_IF([$1], [],
- [m4_fatal([$0: requires a literal argument])])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1766: -1- m4_define([_AC_CANONICAL_SPLIT], [case $ac_cv_$1 in
-*-*-*) ;;
-*) AC_MSG_ERROR([invalid value of canonical $1]);;
-esac
-AC_SUBST([$1], [$ac_cv_$1])dnl
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_$1
-shift
-AC_SUBST([$1_cpu], [$[1]])dnl
-AC_SUBST([$1_vendor], [$[2]])dnl
-shift; shift
-[# Remember, the first character of IFS is used to create $]*,
-# except with old shells:
-$1_os=$[*]
-IFS=$ac_save_IFS
-case $$1_os in *\ *) $1_os=`echo "$$1_os" | sed 's/ /-/g'`;; esac
-AC_SUBST([$1_os])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1789: -1- m4_define([m4_location(AC_CANONICAL_BUILD)], [/usr/share/autoconf/autoconf/general.m4:1789])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1789: -1- m4_define([AC_CANONICAL_BUILD], [_m4_defun_once([AC_CANONICAL_BUILD], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_REQUIRE_AUX_FILE([config.sub])dnl
-AC_REQUIRE_AUX_FILE([config.guess])dnl
-m4_divert_once([HELP_CANON],
-[[
-System types:
- --build=BUILD configure for building on BUILD [guessed]]])dnl
-# Make sure we can run config.sub.
-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
- AC_MSG_ERROR([cannot run $SHELL $ac_aux_dir/config.sub])
-
-AC_CACHE_CHECK([build system type], [ac_cv_build],
-[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 &&
- AC_MSG_ERROR([cannot guess build type; you must specify one])
-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
- AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $ac_build_alias failed])
-])
-_AC_CANONICAL_SPLIT(build)
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_CANONICAL_BUILD])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_BUILD])]],
-m4_ifdef([_m4_diverting([AC_CANONICAL_BUILD])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_CANONICAL_BUILD],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1816: -1- m4_define([m4_location(AC_CANONICAL_HOST)], [/usr/share/autoconf/autoconf/general.m4:1816])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1816: -1- m4_define([AC_CANONICAL_HOST], [_m4_defun_once([AC_CANONICAL_HOST], [AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_divert_once([HELP_CANON],
-[[ --host=HOST cross-compile to build programs to run on HOST [BUILD]]])dnl
-AC_CACHE_CHECK([host system type], [ac_cv_host],
-[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` ||
- AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $host_alias failed])
-fi
-])
-_AC_CANONICAL_SPLIT([host])
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_CANONICAL_HOST])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_HOST])]],
-m4_ifdef([_m4_diverting([AC_CANONICAL_HOST])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_CANONICAL_HOST],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1834: -1- m4_define([m4_location(AC_CANONICAL_TARGET)], [/usr/share/autoconf/autoconf/general.m4:1834])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1834: -1- m4_define([AC_CANONICAL_TARGET], [_m4_defun_once([AC_CANONICAL_TARGET], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_BEFORE([$0], [AC_ARG_PROGRAM])dnl
-m4_divert_once([HELP_CANON],
-[[ --target=TARGET configure for building compilers for TARGET [HOST]]])dnl
-AC_CACHE_CHECK([target system type], [ac_cv_target],
-[if test "x$target_alias" = x; then
- ac_cv_target=$ac_cv_host
-else
- ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
- AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $target_alias failed])
-fi
-])
-_AC_CANONICAL_SPLIT([target])
-
-# The aliases save the names the user supplied, while $host etc.
-# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-[]dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_CANONICAL_TARGET])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_TARGET])]],
-m4_ifdef([_m4_diverting([AC_CANONICAL_TARGET])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_CANONICAL_TARGET],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1858: -1- AU_DEFINE([AC_CANONICAL_SYSTEM], [m4_ifval([], [_au_warn_AC_CANONICAL_SYSTEM([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CANONICAL_TARGET], [AC_CANONICAL_TARGET($@)])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1858: -1- AU_DEFINE([_au_warn_AC_CANONICAL_SYSTEM], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CANONICAL_SYSTEM], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1858: -1- m4_define([m4_location(AC_CANONICAL_SYSTEM)], [/usr/share/autoconf/autoconf/general.m4:1858])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1858: -1- m4_define([AC_CANONICAL_SYSTEM], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CANONICAL_TARGET], [AC_CANONICAL_TARGET($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1866: -1- AU_DEFINE([AC_VALIDATE_CACHED_SYSTEM_TUPLE], [m4_ifval([], [_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1866: -1- AU_DEFINE([_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1866: -1- m4_define([m4_location(AC_VALIDATE_CACHED_SYSTEM_TUPLE)], [/usr/share/autoconf/autoconf/general.m4:1866])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1866: -1- m4_define([AC_VALIDATE_CACHED_SYSTEM_TUPLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VALIDATE_CACHED_SYSTEM_TUPLE' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1877: -1- m4_define([AC_SITE_LOAD], [# 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
- AC_MSG_NOTICE([loading site script $ac_site_file])
- sed 's/^/| /' "$ac_site_file" >&AS_MESSAGE_LOG_FD
- . "$ac_site_file" \
- || AC_MSG_FAILURE([failed to load site script $ac_site_file])
- fi
-done
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1910: -1- m4_define([AC_CACHE_LOAD], [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
- AC_MSG_NOTICE([loading cache $cache_file])
- case $cache_file in
- [[\\/]]* | ?:[[\\/]]* ) . "$cache_file";;
- *) . "./$cache_file";;
- esac
- fi
-else
- AC_MSG_NOTICE([creating cache $cache_file])
- >$cache_file
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1931: -1- m4_define([_AC_CACHE_DUMP], [# 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_*) AC_MSG_WARN([cache variable $ac_var contains a newline]) ;;
- esac
- case $ac_var in #(
- _ | IFS | as_nl) ;; #(
- BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
- *) AS_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
-)dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:1976: -1- m4_define([AC_CACHE_SAVE], [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
-
-_AC_CACHE_DUMP() |
- 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
- test "x$cache_file" != "x/dev/null" &&
- AC_MSG_NOTICE([updating cache $cache_file])
- cat confcache >$cache_file
- else
- AC_MSG_NOTICE([not updating unwritable cache $cache_file])
- fi
-fi
-rm -f confcache[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2019: -1- m4_define([m4_location(AC_CACHE_VAL)], [/usr/share/autoconf/autoconf/general.m4:2019])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2019: -1- m4_define([AC_CACHE_VAL], [_m4_defun_pro([$0])AS_LITERAL_WORD_IF([$1], [m4_if(m4_index(m4_quote($1), [_cv_]), [-1],
- [AC_DIAGNOSE([syntax],
-[$0($1, ...): suspicious cache-id, must contain _cv_ to be cached])])])dnl
-m4_if(m4_index([$2], [AC_DEFINE]), [-1], [],
- [AC_DIAGNOSE([syntax],
-[$0($1, ...): suspicious presence of an AC_DEFINE in the second argument, ]dnl
-[where no actions should be taken])])dnl
-m4_if(m4_index([$2], [AC_SUBST]), [-1], [],
- [AC_DIAGNOSE([syntax],
-[$0($1, ...): suspicious presence of an AC_SUBST in the second argument, ]dnl
-[where no actions should be taken])])dnl
-AS_VAR_SET_IF([$1],
- [_AS_ECHO_N([(cached) ])],
- [$2])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2040: -1- m4_define([m4_location(AC_CACHE_CHECK)], [/usr/share/autoconf/autoconf/general.m4:2040])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2040: -1- m4_define([AC_CACHE_CHECK], [_m4_defun_pro([$0])AC_MSG_CHECKING([$1])
-AC_CACHE_VAL([$2], [$3])dnl
-AS_LITERAL_WORD_IF([$2],
- [AC_MSG_RESULT([$$2])],
- [AS_VAR_COPY([ac_res], [$2])
- AC_MSG_RESULT([$ac_res])])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2052: -1- m4_define([m4_location(_AC_CACHE_CHECK_INT)], [/usr/share/autoconf/autoconf/general.m4:2052])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2052: -1- m4_define([_AC_CACHE_CHECK_INT], [_m4_defun_pro([$0])AC_CACHE_CHECK([$1], [$2],
- [AC_COMPUTE_INT([$2], [$3], [$4], [$5])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2067: -1- m4_define([AC_DEFINE_TRACE_LITERAL], [m4_pattern_allow([^$1$])dnl
-AS_IDENTIFIER_IF([$1], [],
- [m4_warn([syntax], [AC_DEFINE: not an identifier: $1])])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2078: -1- m4_define([AC_DEFINE_TRACE], [AS_LITERAL_WORD_IF([$1], [AC_DEFINE_TRACE_LITERAL(_m4_expand([$1]))])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2087: -1- m4_define([AC_DEFINE], [_AC_DEFINE_Q([_$0], $@)])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2093: -1- m4_define([_AC_DEFINE], [AS_ECHO(["AS_ESCAPE([[$1]])"]) >>confdefs.h])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2101: -1- m4_define([AC_DEFINE_UNQUOTED], [_AC_DEFINE_Q([_$0], $@)])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2109: -1- m4_define([_AC_DEFINE_UNQUOTED], [m4_if(m4_bregexp([$1], [\\\|`\|\$(\|\${\|@]), [-1],
- [AS_ECHO(["AS_ESCAPE([$1], [""])"]) >>confdefs.h],
- [cat >>confdefs.h <<_ACEOF
-[$1]
-_ACEOF])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2130: -1- m4_define([_AC_DEFINE_Q], [m4_pushdef([AC_name], m4_format([[[%.*s]]], m4_index([$2(], [(]), [$2]))AC_DEFINE_TRACE(AC_name)m4_cond([m4_index([$3], [
-])], [-1], [],
- [m4_bregexp([[$3]], [[^\\]
-], [-])], [], [],
- [m4_warn([syntax], [AC_DEFINE]m4_if([$1], [_AC_DEFINE], [],
- [[_UNQUOTED]])[: `$3' is not a valid preprocessor define value])])m4_ifval([$4], [AH_TEMPLATE(AC_name, [$4])
-])_m4_popdef([AC_name])$1(m4_expand([[@%:@define] $2 ]m4_if([$#], 2, 1,
- [$3], [], [/**/], [[$3]])))
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2155: -1- m4_define([AC_SUBST_TRACE])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2164: -1- m4_define([AC_SUBST], [AS_IDENTIFIER_IF([$1], [],
- [m4_fatal([$0: `$1' is not a valid shell variable name])])AC_SUBST_TRACE([$1])m4_pattern_allow([^$1$])m4_ifvaln([$2], [$1=$2])[]m4_set_add([_AC_SUBST_VARS], [$1])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2176: -1- m4_define([AC_SUBST_FILE], [m4_pattern_allow([^$1$])dnl
-m4_append_uniq([_AC_SUBST_FILES], [$1], [
-])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2195: -1- m4_define([AC_DIAGNOSE], [m4_warn($@)])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2196: -1- m4_define([AC_FATAL], [m4_fatal($@)])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2203: -1- m4_define([AC_WARNING], [AC_DIAGNOSE([syntax], [$1])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2216: -1- m4_define([AC_MSG_CHECKING], [{ _AS_ECHO_LOG([checking $1])
-_AS_ECHO_N([checking $1... ]); }dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2224: -1- m4_define([AC_MSG_RESULT], [{ _AS_ECHO_LOG([result: $1])
-_AS_ECHO([$1]); }dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2236: -1- m4_define([m4_location(AC_MSG_NOTICE)], [/usr/share/autoconf/autoconf/general.m4:2236])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2237: -1- m4_define([m4_location(AC_MSG_ERROR)], [/usr/share/autoconf/autoconf/general.m4:2237])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2238: -1- m4_define([AC_MSG_FAILURE], [{ AS_MESSAGE([error: in `$ac_pwd':], 2)
-AC_MSG_ERROR([$1
-See `config.log' for more details], [$2]); }])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2246: -1- m4_define([_AC_MSG_LOG_CONFTEST], [AS_ECHO(["$as_me: failed program was:"]) >&AS_MESSAGE_LOG_FD
-sed 's/^/| /' conftest.$ac_ext >&AS_MESSAGE_LOG_FD
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2254: -1- AU_DEFINE([AC_CHECKING], [m4_ifval([], [_au_warn_AC_CHECKING([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AS_MESSAGE([checking $1...])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2254: -1- AU_DEFINE([_au_warn_AC_CHECKING], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CHECKING], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2254: -1- m4_define([m4_location(AC_CHECKING)], [/usr/share/autoconf/autoconf/general.m4:2254])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2254: -1- m4_define([AC_CHECKING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHECKING' is obsolete.
-You should run autoupdate.])dnl
-AS_MESSAGE([checking $1...])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2261: -1- AU_DEFINE([AC_MSG_RESULT_UNQUOTED], [m4_ifval([], [_au_warn_AC_MSG_RESULT_UNQUOTED([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-_AS_ECHO_UNQUOTED([$as_me:${as_lineno-$LINENO}: result: $1], AS_MESSAGE_LOG_FD)
-_AS_ECHO_UNQUOTED([$1])[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2261: -1- AU_DEFINE([_au_warn_AC_MSG_RESULT_UNQUOTED], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MSG_RESULT_UNQUOTED], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2261: -1- m4_define([m4_location(AC_MSG_RESULT_UNQUOTED)], [/usr/share/autoconf/autoconf/general.m4:2261])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2261: -1- m4_define([AC_MSG_RESULT_UNQUOTED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MSG_RESULT_UNQUOTED' is obsolete.
-You should run autoupdate.])dnl
-_AS_ECHO_UNQUOTED([$as_me:${as_lineno-$LINENO}: result: $1], AS_MESSAGE_LOG_FD)
-_AS_ECHO_UNQUOTED([$1])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2269: -1- AU_DEFINE([AC_VERBOSE], [m4_ifval([], [_au_warn_AC_VERBOSE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_MSG_RESULT], [AC_MSG_RESULT($@)])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2269: -1- AU_DEFINE([_au_warn_AC_VERBOSE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_VERBOSE], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2269: -1- m4_define([m4_location(AC_VERBOSE)], [/usr/share/autoconf/autoconf/general.m4:2269])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2269: -1- m4_define([AC_VERBOSE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VERBOSE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_MSG_RESULT], [AC_MSG_RESULT($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2286: -1- m4_define([m4_location(_AC_RUN_LOG)], [/usr/share/autoconf/autoconf/general.m4:2286])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2286: -1- m4_define([_AC_RUN_LOG], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
- ($1) 2>&AS_MESSAGE_LOG_FD
- ac_status=$?
- _AS_ECHO_LOG([\$? = $ac_status])
- test $ac_status = 0; }[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2303: -1- m4_define([m4_location(_AC_RUN_LOG_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2303])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2303: -1- m4_define([_AC_RUN_LOG_STDERR], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
- ($1) 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- grep -v '^ *+' conftest.err >conftest.er1
- cat conftest.er1 >&AS_MESSAGE_LOG_FD
- mv -f conftest.er1 conftest.err
- fi
- _AS_ECHO_LOG([\$? = $ac_status])
- test $ac_status = 0; }[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2320: -1- m4_define([m4_location(_AC_RUN_LOG_LIMIT)], [/usr/share/autoconf/autoconf/general.m4:2320])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2320: -1- m4_define([_AC_RUN_LOG_LIMIT], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
- ($1) 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- sed 'm4_default([$3], [10])a\
-... rest of stderr output deleted ...
- m4_default([$3], [10])q' conftest.err >conftest.er1
- cat conftest.er1 >&AS_MESSAGE_LOG_FD
- fi
- rm -f conftest.er1 conftest.err
- _AS_ECHO_LOG([\$? = $ac_status])
- test $ac_status = 0; }[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2338: -1- m4_define([m4_location(_AC_DO_ECHO)], [/usr/share/autoconf/autoconf/general.m4:2338])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2338: -1- m4_define([_AC_DO_ECHO], [_m4_defun_pro([$0])m4_if([$1], [$ac_try], [], [ac_try="$1"
-])[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"])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2365: -1- m4_define([m4_location(_AC_DO)], [/usr/share/autoconf/autoconf/general.m4:2365])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2365: -1- m4_define([_AC_DO], [_m4_defun_pro([$0])_AC_RUN_LOG([eval "$1"],
- [_AC_DO_ECHO([$1])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2373: -1- m4_define([m4_location(_AC_DO_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2373])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2373: -1- m4_define([_AC_DO_STDERR], [_m4_defun_pro([$0])_AC_RUN_LOG_STDERR([eval "$1"],
- [_AC_DO_ECHO([$1])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2383: -1- m4_define([m4_location(_AC_DO_VAR)], [/usr/share/autoconf/autoconf/general.m4:2383])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2383: -1- m4_define([_AC_DO_VAR], [_m4_defun_pro([$0])_AC_DO([$$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2391: -1- m4_define([m4_location(_AC_DO_TOKENS)], [/usr/share/autoconf/autoconf/general.m4:2391])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2391: -1- m4_define([_AC_DO_TOKENS], [_m4_defun_pro([$0]){ ac_try='$1'
- _AC_DO([$ac_try]); }[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2400: -1- m4_define([m4_location(_AC_DO_LIMIT)], [/usr/share/autoconf/autoconf/general.m4:2400])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2400: -1- m4_define([_AC_DO_LIMIT], [_m4_defun_pro([$0])_AC_RUN_LOG_LIMIT([eval "$1"],
- [_AC_DO_ECHO([$1])], [$2])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2410: -1- m4_define([m4_location(_AC_EVAL)], [/usr/share/autoconf/autoconf/general.m4:2410])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2410: -1- m4_define([_AC_EVAL], [_m4_defun_pro([$0])_AC_RUN_LOG([eval $1],
- [eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$1\""])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2420: -1- m4_define([m4_location(_AC_EVAL_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2420])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2420: -1- m4_define([_AC_EVAL_STDERR], [_m4_defun_pro([$0])_AC_RUN_LOG_STDERR([eval $1],
- [eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$1\""])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2440: -1- m4_define([m4_location(AC_TRY_EVAL)], [/usr/share/autoconf/autoconf/general.m4:2440])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2440: -1- m4_define([AC_TRY_EVAL], [_m4_defun_pro([$0])_AC_EVAL([$$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2449: -1- m4_define([m4_location(AC_TRY_COMMAND)], [/usr/share/autoconf/autoconf/general.m4:2449])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2449: -1- m4_define([AC_TRY_COMMAND], [_m4_defun_pro([$0]){ ac_try='$1'
- _AC_EVAL([$ac_try]); }[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2456: -1- m4_define([m4_location(AC_RUN_LOG)], [/usr/share/autoconf/autoconf/general.m4:2456])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2456: -1- m4_define([AC_RUN_LOG], [_m4_defun_pro([$0])_AC_RUN_LOG([$1],
- [AS_ECHO(["$as_me:${as_lineno-$LINENO}: AS_ESCAPE([$1])"])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2471: -1- m4_define([_AC_PREPROC_IFELSE_BODY], [ AS_LINENO_PUSH([$[]1])
- AS_IF([_AC_DO_STDERR([$ac_cpp conftest.$ac_ext]) > conftest.i && {
- test -z "$ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
- test ! -s conftest.err
- }],
- [ac_retval=0],
- [_AC_MSG_LOG_CONFTEST
- ac_retval=1])
- AS_LINENO_POP
- AS_SET_STATUS([$ac_retval])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2491: -1- m4_define([m4_location(_AC_PREPROC_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2491])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2491: -1- m4_define([_AC_PREPROC_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_cpp],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_cpp], [LINENO],
- [Try to preprocess conftest.$ac_ext, and return whether this succeeded.])],
- [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_cpp "$LINENO"], [$2], [$3])
-rm -f conftest.err conftest.i[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2506: -1- m4_define([m4_location(AC_PREPROC_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2506])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2506: -1- m4_define([AC_PREPROC_IFELSE], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE()dnl
-_AC_PREPROC_IFELSE($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2517: -1- AU_DEFINE([AC_TRY_CPP], [m4_ifval([], [_au_warn_AC_TRY_CPP([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_PREPROC_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2517: -1- AU_DEFINE([_au_warn_AC_TRY_CPP], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TRY_CPP], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2517: -1- m4_define([m4_location(AC_TRY_CPP)], [/usr/share/autoconf/autoconf/general.m4:2517])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2517: -1- m4_define([AC_TRY_CPP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_CPP' is obsolete.
-You should run autoupdate.])dnl
-AC_PREPROC_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2526: -1- m4_define([m4_location(AC_EGREP_CPP)], [/usr/share/autoconf/autoconf/general.m4:2526])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2526: -1- m4_define([AC_EGREP_CPP], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE()dnl
-AC_REQUIRE([AC_PROG_EGREP])dnl
-AC_LANG_CONFTEST([AC_LANG_SOURCE([[$2]])])
-AS_IF([dnl eval is necessary to expand ac_cpp.
-dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
-(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
-dnl Quote $1 to prevent m4 from eating character classes
- $EGREP "[$1]" >/dev/null 2>&1],
- [$3],
- [$4])
-rm -f conftest*
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2544: -1- m4_define([m4_location(AC_EGREP_HEADER)], [/usr/share/autoconf/autoconf/general.m4:2544])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2544: -1- m4_define([AC_EGREP_HEADER], [_m4_defun_pro([$0])AC_EGREP_CPP([$1],
-[#include <$2>
-], [$3], [$4])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2559: -1- m4_define([_AC_COMPILE_IFELSE_BODY], [ AS_LINENO_PUSH([$[]1])
- rm -f conftest.$ac_objext
- AS_IF([_AC_DO_STDERR($ac_compile) && {
- test -z "$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest.$ac_objext],
- [ac_retval=0],
- [_AC_MSG_LOG_CONFTEST
- ac_retval=1])
- AS_LINENO_POP
- AS_SET_STATUS([$ac_retval])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2578: -1- m4_define([m4_location(_AC_COMPILE_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2578])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2578: -1- m4_define([_AC_COMPILE_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_compile],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_compile], [LINENO],
- [Try to compile conftest.$ac_ext, and return whether this succeeded.])],
- [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_compile "$LINENO"], [$2], [$3])
-rm -f core conftest.err conftest.$ac_objext[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2594: -1- m4_define([m4_location(AC_COMPILE_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2594])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2594: -1- m4_define([AC_COMPILE_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
-_AC_COMPILE_IFELSE($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2602: -1- AU_DEFINE([AC_TRY_COMPILE], [m4_ifval([], [_au_warn_AC_TRY_COMPILE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2602: -1- AU_DEFINE([_au_warn_AC_TRY_COMPILE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TRY_COMPILE], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2602: -1- m4_define([m4_location(AC_TRY_COMPILE)], [/usr/share/autoconf/autoconf/general.m4:2602])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2602: -1- m4_define([AC_TRY_COMPILE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
-You should run autoupdate.])dnl
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2615: -1- m4_define([_AC_LINK_IFELSE_BODY], [ AS_LINENO_PUSH([$[]1])
- rm -f conftest.$ac_objext conftest$ac_exeext
- AS_IF([_AC_DO_STDERR($ac_link) && {
- test -z "$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest$ac_exeext && {
- test "$cross_compiling" = yes ||
- AS_TEST_X([conftest$ac_exeext])
- }],
- [ac_retval=0],
- [_AC_MSG_LOG_CONFTEST
- ac_retval=1])
- # 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
- AS_LINENO_POP
- AS_SET_STATUS([$ac_retval])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2649: -1- m4_define([m4_location(_AC_LINK_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2649])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2649: -1- m4_define([_AC_LINK_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_link],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_link], [LINENO],
- [Try to link conftest.$ac_ext, and return whether this succeeded.])],
- [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_link "$LINENO"], [$2], [$3])
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2666: -1- m4_define([m4_location(AC_LINK_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2666])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2666: -1- m4_define([AC_LINK_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
-_AC_LINK_IFELSE($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2675: -1- AU_DEFINE([AC_TRY_LINK], [m4_ifval([], [_au_warn_AC_TRY_LINK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2675: -1- AU_DEFINE([_au_warn_AC_TRY_LINK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TRY_LINK], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2675: -1- m4_define([m4_location(AC_TRY_LINK)], [/usr/share/autoconf/autoconf/general.m4:2675])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2675: -1- m4_define([AC_TRY_LINK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_LINK' is obsolete.
-You should run autoupdate.])dnl
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2682: -1- AU_DEFINE([AC_COMPILE_CHECK], [m4_ifval([], [_au_warn_AC_COMPILE_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_ifvaln([$1], [AC_MSG_CHECKING([for $1])])dnl
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[$2]], [[$3]])], [$4], [$5])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2682: -1- AU_DEFINE([_au_warn_AC_COMPILE_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_COMPILE_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2682: -1- m4_define([m4_location(AC_COMPILE_CHECK)], [/usr/share/autoconf/autoconf/general.m4:2682])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2682: -1- m4_define([AC_COMPILE_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_COMPILE_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_ifvaln([$1], [AC_MSG_CHECKING([for $1])])dnl
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[$2]], [[$3]])], [$4], [$5])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2697: -1- m4_define([_AC_RUN_IFELSE_BODY], [ AS_LINENO_PUSH([$[]1])
- AS_IF([_AC_DO_VAR(ac_link) && _AC_DO_TOKENS(./conftest$ac_exeext)],
- [ac_retval=0],
- [AS_ECHO(["$as_me: program exited with status $ac_status"]) >&AS_MESSAGE_LOG_FD
- _AC_MSG_LOG_CONFTEST
- ac_retval=$ac_status])
- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- AS_LINENO_POP
- AS_SET_STATUS([$ac_retval])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2717: -1- m4_define([m4_location(_AC_RUN_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2717])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2717: -1- m4_define([_AC_RUN_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_run],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_run], [LINENO],
- [Try to link conftest.$ac_ext, and return whether this succeeded.
- Assumes that executables *can* be run.])],
- [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_run "$LINENO"], [$2], [$3])
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2736: -1- m4_define([m4_location(AC_RUN_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2736])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2736: -1- m4_define([AC_RUN_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
-m4_ifval([$4], [],
- [AC_DIAGNOSE([cross],
- [$0 called without default to allow cross compiling])])dnl
-AS_IF([test "$cross_compiling" = yes],
- [m4_default([$4],
- [AC_MSG_FAILURE([cannot run test program while cross compiling])])],
- [_AC_RUN_IFELSE($@)])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2752: -1- AU_DEFINE([AC_TRY_RUN], [m4_ifval([], [_au_warn_AC_TRY_RUN([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_RUN_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3], [$4])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2752: -1- AU_DEFINE([_au_warn_AC_TRY_RUN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TRY_RUN], [])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2752: -1- m4_define([m4_location(AC_TRY_RUN)], [/usr/share/autoconf/autoconf/general.m4:2752])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2752: -1- m4_define([AC_TRY_RUN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_RUN' is obsolete.
-You should run autoupdate.])dnl
-AC_RUN_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3], [$4])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2765: -1- m4_define([m4_location(AC_CHECK_FILE)], [/usr/share/autoconf/autoconf/general.m4:2765])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2765: -1- m4_define([AC_CHECK_FILE], [_m4_defun_pro([$0])AC_DIAGNOSE([cross],
- [cannot check for file existence when cross compiling])dnl
-AS_VAR_PUSHDEF([ac_File], [ac_cv_file_$1])dnl
-AC_CACHE_CHECK([for $1], [ac_File],
-[test "$cross_compiling" = yes &&
- AC_MSG_ERROR([cannot check for file existence when cross compiling])
-if test -r "$1"; then
- AS_VAR_SET([ac_File], [yes])
-else
- AS_VAR_SET([ac_File], [no])
-fi])
-AS_VAR_IF([ac_File], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_File])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2786: -1- m4_define([_AC_CHECK_FILES], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
- [Define to 1 if you have the file `$1'.])]])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2796: -1- m4_define([m4_location(AC_CHECK_FILES)], [/usr/share/autoconf/autoconf/general.m4:2796])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2796: -1- m4_define([AC_CHECK_FILES], [_m4_defun_pro([$0])m4_map_args_w([$1], [AC_CHECK_FILE(_$0(], [)[$2], [$3])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2808: -1- m4_define([_AC_CHECK_DECL_BODY], [ AS_LINENO_PUSH([$[]1])
- [as_decl_name=`echo $][2|sed 's/ *(.*//'`]
- [as_decl_use=`echo $][2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`]
- AC_CACHE_CHECK([whether $as_decl_name is declared], [$[]3],
- [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]4],
-[@%:@ifndef $[]as_decl_name
-@%:@ifdef __cplusplus
- (void) $[]as_decl_use;
-@%:@else
- (void) $[]as_decl_name;
-@%:@endif
-@%:@endif
-])],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [no])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2832: -1- m4_define([m4_location(AC_CHECK_DECL)], [/usr/share/autoconf/autoconf/general.m4:2832])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2832: -1- m4_define([AC_CHECK_DECL], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_decl],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_decl],
- [LINENO SYMBOL VAR INCLUDES],
- [Tests whether SYMBOL is declared in INCLUDES, setting cache variable
- VAR accordingly.])],
- [_$0_BODY])AS_VAR_PUSHDEF([ac_Symbol], [ac_cv_have_decl_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_decl "$LINENO" "$1" "ac_Symbol" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
-AS_VAR_IF([ac_Symbol], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Symbol])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2853: -1- m4_define([_AC_CHECK_DECLS], [AC_CHECK_DECL([$1], [ac_have_decl=1], [ac_have_decl=0], [$4])AC_DEFINE_UNQUOTED(AS_TR_CPP(m4_bpatsubst(HAVE_DECL_[$1],[ *(.*])),
- [$ac_have_decl],
- [Define to 1 if you have the declaration of `$1',
- and to 0 if you don't.])m4_ifvaln([$2$3], [AS_IF([test $ac_have_decl = 1], [$2], [$3])])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2868: -1- m4_define([m4_location(AC_CHECK_DECLS)], [/usr/share/autoconf/autoconf/general.m4:2868])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2868: -1- m4_define([AC_CHECK_DECLS], [_m4_defun_pro([$0])m4_map_args_sep([_$0(], [, [$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2875: -1- m4_define([_AC_CHECK_DECL_ONCE], [AC_DEFUN([_AC_Check_Decl_$1], [_AC_CHECK_DECLS([$1])])AC_REQUIRE([_AC_Check_Decl_$1])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2882: -1- m4_define([m4_location(AC_CHECK_DECLS_ONCE)], [/usr/share/autoconf/autoconf/general.m4:2882])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2882: -1- m4_define([AC_CHECK_DECLS_ONCE], [_m4_defun_pro([$0])m4_map_args_sep([_AC_CHECK_DECL_ONCE(], [)], [], $1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2895: -1- m4_define([m4_location(AC_CONFIG_LIBOBJ_DIR)], [/usr/share/autoconf/autoconf/general.m4:2895])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2895: -1- m4_define([AC_CONFIG_LIBOBJ_DIR], [_m4_defun_once([AC_CONFIG_LIBOBJ_DIR], [m4_divert_text([DEFAULTS], [ac_config_libobj_dir=$1])], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_CONFIG_LIBOBJ_DIR])m4_unquote(], [)_m4_defun_epi([AC_CONFIG_LIBOBJ_DIR])]],
-m4_ifdef([_m4_diverting([AC_CONFIG_LIBOBJ_DIR])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_CONFIG_LIBOBJ_DIR],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2902: -1- m4_define([AC_LIBSOURCE], [])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2908: -1- m4_define([m4_location(AC_LIBSOURCES)], [/usr/share/autoconf/autoconf/general.m4:2908])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2908: -1- m4_define([AC_LIBSOURCES], [_m4_defun_pro([$0])m4_map_args([AC_LIBSOURCE], $1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2915: -1- m4_define([_AC_LIBOBJ], [AS_LITERAL_WORD_IF([$1],
- [AC_LIBSOURCE([$1.c])],
- [$2])dnl
-case " $LIB@&t@OBJS " in
- *" $1.$ac_objext "* ) ;;
- *) AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $1.$ac_objext"]) ;;
-esac
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2929: -1- m4_define([m4_location(AC_LIBOBJ)], [/usr/share/autoconf/autoconf/general.m4:2929])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2929: -1- m4_define([AC_LIBOBJ], [_m4_defun_pro([$0])_AC_LIBOBJ([$1],
- [AC_DIAGNOSE(syntax,
- [$0($1): you should use literals])])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2941: -1- m4_define([m4_location(_AC_LIBOBJS_NORMALIZE)], [/usr/share/autoconf/autoconf/general.m4:2941])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2941: -1- m4_define([_AC_LIBOBJS_NORMALIZE], [_m4_defun_pro([$0])ac_libobjs=
-ac_ltlibobjs=
-m4_ifndef([AM_C_PROTOTYPES], [U=
-])dnl
-for ac_i in : $LIB@&t@OBJS; 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_VAR_APPEND([ac_libobjs], [" \${LIBOBJDIR}$ac_i\$U.$ac_objext"])
- AS_VAR_APPEND([ac_ltlibobjs], [" \${LIBOBJDIR}$ac_i"'$U.lo'])
-done
-AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
-AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:2970: -1- m4_define([_AC_COMPUTE_INT_COMPILE], [# Depending upon the size, compute the lo and hi bounds.
-_AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) >= 0])],
- [ac_lo=0 ac_mid=0
- while :; do
- _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) <= $ac_mid])],
- [ac_hi=$ac_mid; break],
- [AS_VAR_ARITH([ac_lo], [$ac_mid + 1])
- if test $ac_lo -le $ac_mid; then
- ac_lo= ac_hi=
- break
- fi
- AS_VAR_ARITH([ac_mid], [2 '*' $ac_mid + 1])])
- done],
-[AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) < 0])],
- [ac_hi=-1 ac_mid=-1
- while :; do
- _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) >= $ac_mid])],
- [ac_lo=$ac_mid; break],
- [AS_VAR_ARITH([ac_hi], ['(' $ac_mid ')' - 1])
- if test $ac_mid -le $ac_hi; then
- ac_lo= ac_hi=
- break
- fi
- AS_VAR_ARITH([ac_mid], [2 '*' $ac_mid])])
- done],
- [ac_lo= ac_hi=])])
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
- AS_VAR_ARITH([ac_mid], ['(' $ac_hi - $ac_lo ')' / 2 + $ac_lo])
- _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) <= $ac_mid])],
- [ac_hi=$ac_mid],
- [AS_VAR_ARITH([ac_lo], ['(' $ac_mid ')' + 1])])
-done
-case $ac_lo in @%:@((
-?*) AS_VAR_SET([$2], [$ac_lo]); $4 ;;
-'') $5 ;;
-esac[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3018: -1- m4_define([_AC_COMPUTE_INT_RUN], [_AC_RUN_IFELSE([AC_LANG_INT_SAVE([$3], [$1])],
- [echo >>conftest.val; read $2 <conftest.val; $4], [$5])
-rm -f conftest.val
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3028: -1- m4_define([_AC_COMPUTE_INT_BODY], [ AS_LINENO_PUSH([$[]1])
- if test "$cross_compiling" = yes; then
- _AC_COMPUTE_INT_COMPILE([$[]2], [$[]3], [$[]4],
- [ac_retval=0], [ac_retval=1])
- else
- _AC_COMPUTE_INT_RUN([$[]2], [$[]3], [$[]4],
- [ac_retval=0], [ac_retval=1])
- fi
- AS_LINENO_POP
- AS_SET_STATUS([$ac_retval])
-])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3048: -1- m4_define([m4_location(AC_COMPUTE_INT)], [/usr/share/autoconf/autoconf/general.m4:3048])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3048: -1- m4_define([AC_COMPUTE_INT], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_compute_int],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_compute_int],
- [LINENO EXPR VAR INCLUDES],
- [Tries to find the compile-time value of EXPR in a program that includes
- INCLUDES, setting VAR accordingly. Returns whether the value could
- be computed])],
- [_$0_BODY])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_compute_int "$LINENO" "$2" "$1" ]dnl
- ["AS_ESCAPE([$3], [""])"],
- [], [$4])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3066: -1- m4_define([m4_location(_AC_COMPUTE_INT)], [/usr/share/autoconf/autoconf/general.m4:3066])
-m4trace:/usr/share/autoconf/autoconf/general.m4:3066: -1- m4_define([_AC_COMPUTE_INT], [_m4_defun_pro([$0])AC_COMPUTE_INT([$2], [$1], [$3], [$4])
-AC_DIAGNOSE([obsolete],
-[The macro `_AC_COMPUTE_INT' is obsolete and will be deleted in a
-future version or Autoconf. Hence, it is suggested that you use
-instead the public AC_COMPUTE_INT macro. Note that the arguments are
-slightly different between the two.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:37: -1- m4_include([autoconf/status.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:37: -1- m4_define([m4_include(autoconf/status.m4)])
-m4trace:/usr/share/autoconf/autoconf/status.m4:84: -1- m4_define([_AC_SRCDIRS], [ac_builddir=.
-
-case $1 in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
- ac_dir_suffix=/`AS_ECHO([$1]) | 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
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:124: -1- m4_define([m4_location(_AC_HAVE_TOP_BUILD_PREFIX)], [/usr/share/autoconf/autoconf/status.m4:124])
-m4trace:/usr/share/autoconf/autoconf/status.m4:124: -1- m4_define([_AC_HAVE_TOP_BUILD_PREFIX], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:139: -1- m4_define([_AC_CONFIG_COMMANDS_INIT], [m4_ifval([$1],
- [m4_append([_AC_OUTPUT_COMMANDS_INIT],
- [$1
-])])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:151: -1- m4_define([AC_FILE_DEPENDENCY_TRACE], [])
-m4trace:/usr/share/autoconf/autoconf/status.m4:158: -1- m4_define([_AC_FILE_DEPENDENCY_TRACE_COLON], [AC_FILE_DEPENDENCY_TRACE(m4_translit([$1], [:], [,]))])
-m4trace:/usr/share/autoconf/autoconf/status.m4:169: -1- m4_define([_AC_CONFIG_DEPENDENCY], [_AC_FILE_DEPENDENCY_TRACE_COLON([$2]_AC_CONFIG_DEPENDENCY_DEFAULT($@))dnl
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:186: -1- m4_define([_AC_CONFIG_DEPENDENCY_DEFAULT], [m4_if(m4_index([$2], [:]), [-1],
- [m4_if([$1], [LINKS],
- [AS_LITERAL_IF([$2],
- [m4_fatal([Invalid AC_CONFIG_LINKS tag: `$2'])])],
- [:$2.in])])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:200: -1- m4_define([_AC_CONFIG_UNIQUE], [m4_ifdef([_AC_SEEN_TAG($2)],
- [m4_fatal([`$2' is already registered with AC_CONFIG_]m4_defn(
- [_AC_SEEN_TAG($2)]).)],
- [m4_define([_AC_SEEN_TAG($2)], [$1])])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:218: -1- m4_define([_AC_CONFIG_FOOS], [m4_map_args_w([$2], [_AC_CONFIG_REGISTER([$1],], [, [$3])])m4_define([_AC_SEEN_CONFIG(ANY)])m4_define([_AC_SEEN_CONFIG($1)])_AC_CONFIG_COMMANDS_INIT([$4])ac_config_[]m4_tolower([$1])="$ac_config_[]m4_tolower([$1]) m4_if([$1], [COMMANDS], [$2], [m4_normalize([$2])])"
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:232: -1- m4_define([_AC_CONFIG_COMPUTE_DEST], [m4_format([[%.*s]], m4_index([$1:], [:]), [$1])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:239: -1- m4_define([_AC_CONFIG_REGISTER], [m4_if([$1], [COMMANDS],
- [],
- [_AC_CONFIG_DEPENDENCY([$1], [$2])])_AC_CONFIG_REGISTER_DEST([$1], [$2],
- _AC_CONFIG_COMPUTE_DEST([$2]), [$3])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:258: -1- m4_define([_AC_CONFIG_REGISTER_DEST], [_AC_CONFIG_UNIQUE([$1], [$3])m4_if([$1 $3], [LINKS .],
- [m4_fatal([invalid destination of a config link: `.'])],
- [$1], [HEADERS],
- [m4_define_default([AH_HEADER], [$3])])m4_append([_AC_LIST_TAGS],
-[ "$3") CONFIG_$1="$CONFIG_$1 $2" ;;
-])m4_ifval([$4],
-[m4_append([_AC_LIST_TAG_COMMANDS],
-[ "$3":]m4_format([[%.1s]], [$1])[) $4 ;;
-])])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:290: -1- m4_define([m4_location(AC_CONFIG_FILES)], [/usr/share/autoconf/autoconf/status.m4:290])
-m4trace:/usr/share/autoconf/autoconf/status.m4:290: -1- m4_define([AC_CONFIG_FILES], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([FILES], $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:299: -1- m4_define([_AC_SED_CMD_LIMIT], [99])
-m4trace:/usr/share/autoconf/autoconf/status.m4:310: -1- m4_define([_AC_AWK_LITERAL_LIMIT], [148])
-m4trace:/usr/share/autoconf/autoconf/status.m4:328: -1- m4_define([_AC_OUTPUT_FILES_PREPARE], [# 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
-
-dnl For AC_SUBST_FILE, check for usable getline support in awk,
-dnl at config.status execution time.
-dnl Otherwise, do the interpolation in sh, which is slower.
-dnl Without any AC_SUBST_FILE, omit all related code.
-dnl Note the expansion is double-quoted for readability.
-m4_ifdef([_AC_SUBST_FILES],
-[[if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
- ac_cs_awk_getline=:
- ac_cs_awk_pipe_init=
- ac_cs_awk_read_file='
- while ((getline aline < (F[key])) > 0)
- print(aline)
- close(F[key])'
- ac_cs_awk_pipe_fini=
-else
- ac_cs_awk_getline=false
- ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
- ac_cs_awk_read_file='
- print "|#_!!_#|"
- print "cat " F[key] " &&"
- '$ac_cs_awk_pipe_init
- # The final `:' finishes the AND list.
- ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
-fi]])
-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 2>/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
-dnl
-dnl Define the pipe that does the substitution.
-m4_ifdef([_AC_SUBST_FILES],
-[m4_define([_AC_SUBST_CMDS], [|
-if $ac_cs_awk_getline; then
- $AWK -f "$tmp/subs.awk"
-else
- $AWK -f "$tmp/subs.awk" | $SHELL
-fi])],
-[m4_define([_AC_SUBST_CMDS],
-[| $AWK -f "$tmp/subs.awk"])])dnl
-
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
-_ACEOF
-
-m4_ifdef([_AC_SUBST_FILES],
-[# Create commands to substitute file output variables.
-{
- echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
- echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
- echo "$ac_subst_files" | sed 's/.*/F@<:@"&"@:>@="$&"/' &&
- echo "_ACAWK" &&
- echo "_ACEOF"
-} >conf$$files.sh &&
-. ./conf$$files.sh ||
- AC_MSG_ERROR([could not make $CONFIG_STATUS])
-rm -f conf$$files.sh
-])dnl
-
-{
- echo "cat >conf$$subs.awk <<_ACEOF" &&
- echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
- echo "_ACEOF"
-} >conf$$subs.sh ||
- AC_MSG_ERROR([could not make $CONFIG_STATUS])
-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 ||
- AC_MSG_ERROR([could not make $CONFIG_STATUS])
-
-dnl Do not use grep on conf$$subs.awk, since AIX grep has a line length limit.
- 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
- AC_MSG_ERROR([could not make $CONFIG_STATUS])
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-rm -f conf$$subs.sh
-
-dnl Initialize an awk array of substitutions, keyed by variable name.
-dnl
-dnl The initial line contains the variable name VAR, then a `!'.
-dnl Construct `S["VAR"]=' from it.
-dnl The rest of the line, and potentially further lines, contain the
-dnl substituted value; the last of those ends with $ac_delim. We split
-dnl the output both along those substituted newlines and at intervals of
-dnl length _AC_AWK_LITERAL_LIMIT. The latter is done to comply with awk
-dnl string literal limitations, the former for simplicity in doing so.
-dnl
-dnl We deal with one input line at a time to avoid sed pattern space
-dnl limitations. We kill the delimiter $ac_delim before splitting the
-dnl string (otherwise we risk splitting the delimiter). And we do the
-dnl splitting before the quoting of awk special characters (otherwise we
-dnl risk splitting an escape sequence).
-dnl
-dnl Output as separate string literals, joined with backslash-newline.
-dnl Eliminate the newline after `=' in a second script, for readability.
-dnl
-dnl Notes to the main part of the awk script:
-dnl - the unusual FS value helps prevent running into the limit of 99 fields,
-dnl - we avoid sub/gsub because of the \& quoting issues, see
-dnl http://www.gnu.org/software/gawk/manual/html_node/Gory-Details.html
-dnl - Writing `$ 0' prevents expansion by both the shell and m4 here.
-dnl
-dnl m4-double-quote most of the scripting for readability.
-[cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-cat >>"\$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/\(.\{]_AC_AWK_LITERAL_LIMIT[\}\)..*/\1/
-t more1
-s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
-p
-n
-b repl
-:more1
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{]_AC_AWK_LITERAL_LIMIT[\}//
-t nl
-:delim
-h
-s/\(.\{]_AC_AWK_LITERAL_LIMIT[\}\)..*/\1/
-t more2
-s/["\\]/\\&/g; s/^/"/; s/$/"/
-p
-b
-:more2
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{]_AC_AWK_LITERAL_LIMIT[\}//
-t delim
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-_ACAWK
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
- for (key in S) S_is_set[key] = 1
- FS = "\a"
-]m4_ifdef([_AC_SUBST_FILES],
-[ \$ac_cs_awk_pipe_init])[
-}
-{
- 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
- }
-]m4_ifdef([_AC_SUBST_FILES],
-[[ if (nfields == 3 && !substed) {
- key = field[2]
- if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
- \$ac_cs_awk_read_file
- next
- }
- }]])[
- print line
-}
-]dnl end of double-quoted part
-m4_ifdef([_AC_SUBST_FILES],
-[\$ac_cs_awk_pipe_fini])
-_ACAWK
-_ACEOF
-dnl See if CR is the EOL marker. If not, remove any EOL-related
-dnl ^M bytes and escape any remaining ones. If so, just use mv.
-dnl In case you're wondering how ^M bytes can make it into subs1.awk,
-dnl [from Ralf Wildenhues] one way is if you have e.g.,
-dnl AC_SUBST([variable_that_contains_cr], ["
-dnl "])
-dnl The original aim was that users should be able to substitute any
-dnl characters they like (except for \0). And the above is not so
-dnl unlikely if the configure script itself happens to be converted
-dnl to w32 text mode.
-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 < "$tmp/subs1.awk" > "$tmp/subs.awk" \
- || AC_MSG_ERROR([could not setup config files machinery])
-_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"
-
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:587: -1- m4_define([_AC_OUTPUT_FILE_ADJUST_DIR], [s&@$1@&$ac_$1&;t t[]AC_SUBST_TRACE([$1])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:599: -1- m4_define([_AC_OUTPUT_FILE], [
- #
- # CONFIG_FILE
- #
-
-AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
-[ case $INSTALL in
- [[\\/$]]* | ?:[[\\/]]* ) ac_INSTALL=$INSTALL ;;
- *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
- esac
-])dnl
-AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P],
-[ ac_MKDIR_P=$MKDIR_P
- case $MKDIR_P in
- [[\\/$]]* | ?:[[\\/]]* ) ;;
- */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
- esac
-])dnl
-_ACEOF
-
-m4_ifndef([AC_DATAROOTDIR_CHECKED],
-[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=
-m4_define([_AC_datarootdir_vars],
- [datadir, docdir, infodir, localedir, mandir])]dnl
-[m4_define([_AC_datarootdir_subst], [ s&@$][1@&$$][1&g])]dnl
-[ac_sed_dataroot='
-/datarootdir/ {
- p
- q
-}
-m4_map_args_sep([/@], [@/p], [
-], _AC_datarootdir_vars)'
-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@[]m4_join([@*|*@], _AC_datarootdir_vars)@*)
- AC_MSG_WARN([$ac_file_inputs seems to ignore the --datarootdir setting])
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- ac_datarootdir_hack='
-m4_map_args_sep([_AC_datarootdir_subst(], [)], [
-], _AC_datarootdir_vars)
- s&\\\${datarootdir}&$datarootdir&g' ;;
-esac
-_ACEOF
-])dnl
-
-# 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]
-dnl configure_input is a somewhat special, so we don't call AC_SUBST_TRACE.
-dnl Note if you change the s||| delimiter here, don't forget to adjust
-dnl ac_sed_conf_input accordingly. Using & is a bad idea if & appears in
-dnl the replacement string.
-s|@configure_input@|$ac_sed_conf_input|;t t
-dnl During the transition period, this is a special case:
-s&@top_builddir@&$ac_top_builddir_sub&;t t[]AC_SUBST_TRACE([top_builddir])
-dnl For this substitution see the witness macro _AC_HAVE_TOP_BUILD_PREFIX above.
-s&@top_build_prefix@&$ac_top_build_prefix&;t t[]AC_SUBST_TRACE([top_build_prefix])
-m4_map_args_sep([$0_ADJUST_DIR(], [)], [
-], [srcdir], [abs_srcdir], [top_srcdir], [abs_top_srcdir],
- [builddir], [abs_builddir],
- [abs_top_builddir]AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
- [, [INSTALL]])AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P], [, [MKDIR_P]]))
-m4_ifndef([AC_DATAROOTDIR_CHECKED], [$ac_datarootdir_hack
-])dnl
-"
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" m4_defn([_AC_SUBST_CMDS]) >$tmp/out \
- || AC_MSG_ERROR([could not create $ac_file])
-
-m4_ifndef([AC_DATAROOTDIR_CHECKED],
-[test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
- { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
- { ac_out=`sed -n '/^[[ ]]*datarootdir[[ ]]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
- AC_MSG_WARN([$ac_file contains a reference to the variable `datarootdir'
-which seems to be undefined. Please make sure it is defined])
-])dnl
-
- rm -f "$tmp/stdin"
- case $ac_file in
- -) cat "$tmp/out" && rm -f "$tmp/out";;
- *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
- esac \
- || AC_MSG_ERROR([could not create $ac_file])
-dnl This would break Makefile dependencies:
-dnl if diff "$ac_file" "$tmp/out" >/dev/null 2>&1; then
-dnl echo "$ac_file is unchanged"
-dnl else
-dnl rm -f "$ac_file"; mv "$tmp/out" "$ac_file"
-dnl fi
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:714: -1- m4_define([m4_location(AC_CONFIG_HEADERS)], [/usr/share/autoconf/autoconf/status.m4:714])
-m4trace:/usr/share/autoconf/autoconf/status.m4:714: -1- m4_define([AC_CONFIG_HEADERS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([HEADERS], $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:720: -1- m4_define([m4_location(AC_CONFIG_HEADER)], [/usr/share/autoconf/autoconf/status.m4:720])
-m4trace:/usr/share/autoconf/autoconf/status.m4:720: -1- m4_define([AC_CONFIG_HEADER], [_m4_defun_pro([$0])AC_CONFIG_HEADERS([$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:733: -1- m4_define([_AC_OUTPUT_HEADERS_PREPARE], [# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-dnl This `||' list is finished at the end of _AC_OUTPUT_HEADERS_PREPARE.
-cat >"$tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_t=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_t"; then
- break
- elif $ac_last_try; then
- AC_MSG_ERROR([could not make $CONFIG_HEADERS])
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-dnl
-dnl Structure of the sed script that reads confdefs.h:
-dnl rset: main loop, searches for `#define' lines
-dnl def: deal with a `#define' line
-dnl bsnl: deal with a `#define' line that ends with backslash-newline
-dnl cont: handle a continuation line
-dnl bsnlc: handle a continuation line that ends with backslash-newline
-dnl
-dnl Each sub part escapes the awk special characters and outputs a statement
-dnl inserting the macro value into the array D, keyed by name. If the macro
-dnl uses parameters, they are added in the array P, keyed by name.
-dnl
-dnl Long values are split into several string literals with help of ac_delim.
-dnl Assume nobody uses macro names of nearly 150 bytes length.
-dnl
-dnl The initial replace for `#define' lines inserts a leading space
-dnl in order to ease later matching; otherwise, output lines may be
-dnl repeatedly matched.
-dnl
-dnl m4-double-quote most of this for [, ], define, and substr:
-[
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{]_AC_AWK_LITERAL_LIMIT[\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{]_AC_AWK_LITERAL_LIMIT[\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-]dnl End of double-quoted section
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-dnl finish `||' list indicating write error:
- AC_MSG_ERROR([could not setup config headers machinery])
-fi # test -n "$CONFIG_HEADERS"
-
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:878: -1- m4_define([_AC_OUTPUT_HEADER], [
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- AS_ECHO(["/* $configure_input */"]) \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
- } >"$tmp/config.h" \
- || AC_MSG_ERROR([could not create $ac_file])
- if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
- AC_MSG_NOTICE([$ac_file is unchanged])
- else
- rm -f "$ac_file"
- mv "$tmp/config.h" "$ac_file" \
- || AC_MSG_ERROR([could not create $ac_file])
- fi
- else
- AS_ECHO(["/* $configure_input */"]) \
- && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
- || AC_MSG_ERROR([could not create -])
- fi
-dnl If running for Automake, be ready to perform additional
-dnl commands to set up the timestamp files.
-m4_ifdef([_AC_AM_CONFIG_HEADER_HOOK],
- [_AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:922: -1- m4_define([m4_location(AC_CONFIG_LINKS)], [/usr/share/autoconf/autoconf/status.m4:922])
-m4trace:/usr/share/autoconf/autoconf/status.m4:922: -1- m4_define([AC_CONFIG_LINKS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([LINKS], $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:939: -1- AU_DEFINE([AC_LINK_FILES], [m4_ifval([It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
-to AC_CONFIG_LINKS. `autoupdate' provides a functional but inelegant
-update, you should probably tune the result yourself.], [_au_warn_AC_LINK_FILES([It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
-to AC_CONFIG_LINKS. `autoupdate' provides a functional but inelegant
-update, you should probably tune the result yourself.])AC_DIAGNOSE([obsolete], [It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
-to AC_CONFIG_LINKS. `autoupdate' provides a functional but inelegant
-update, you should probably tune the result yourself.])d[]nl
-])dnl
-m4_if($#, 2, ,
- [m4_fatal([$0: incorrect number of arguments])])dnl
-m4_define_default([_AC_LINK_FILES_CNT], 0)dnl
-m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl
-ac_sources="$1"
-ac_dests="$2"
-while test -n "$ac_sources"; do
- set $ac_dests; ac_dest=$[1]; shift; ac_dests=$[*]
- set $ac_sources; ac_source=$[1]; shift; ac_sources=$[*]
- [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"
-done
-AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:939: -1- AU_DEFINE([_au_warn_AC_LINK_FILES], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LINK_FILES], [])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:939: -1- m4_define([m4_location(AC_LINK_FILES)], [/usr/share/autoconf/autoconf/status.m4:939])
-m4trace:/usr/share/autoconf/autoconf/status.m4:939: -1- m4_define([AC_LINK_FILES], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LINK_FILES' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 2, ,
- [m4_fatal([$0: incorrect number of arguments])])dnl
-m4_define_default([_AC_LINK_FILES_CNT], 0)dnl
-m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl
-ac_sources="$1"
-ac_dests="$2"
-while test -n "$ac_sources"; do
- set $ac_dests; ac_dest=$[1]; shift; ac_dests=$[*]
- set $ac_sources; ac_source=$[1]; shift; ac_sources=$[*]
- [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"
-done
-AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:963: -1- m4_define([_AC_OUTPUT_LINK], [
- #
- # CONFIG_LINK
- #
-
- if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
- :
- else
- # Prefer the file from the source tree if names are identical.
- if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
- ac_source=$srcdir/$ac_source
- fi
-
- AC_MSG_NOTICE([linking $ac_source to $ac_file])
-
- if test ! -r "$ac_source"; then
- AC_MSG_ERROR([$ac_source: file not found])
- fi
- rm -f "$ac_file"
-
- # Try a relative symlink, then a hard link, then a copy.
- case $ac_source in
- [[\\/$]]* | ?:[[\\/]]* ) ac_rel_source=$ac_source ;;
- *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
- esac
- ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
- ln "$ac_source" "$ac_file" 2>/dev/null ||
- cp -p "$ac_source" "$ac_file" ||
- AC_MSG_ERROR([cannot link or copy $ac_source to $ac_file])
- fi
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1010: -1- m4_define([m4_location(AC_CONFIG_COMMANDS)], [/usr/share/autoconf/autoconf/status.m4:1010])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1010: -1- m4_define([AC_CONFIG_COMMANDS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([COMMANDS], $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1027: -1- AU_DEFINE([AC_OUTPUT_COMMANDS], [m4_ifval([], [_au_warn_AC_OUTPUT_COMMANDS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_define_default([_AC_OUTPUT_COMMANDS_CNT], 0)dnl
-m4_define([_AC_OUTPUT_COMMANDS_CNT], m4_incr(_AC_OUTPUT_COMMANDS_CNT))dnl
-dnl Double quoted since that was the case in the original macro.
-AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1027: -1- AU_DEFINE([_au_warn_AC_OUTPUT_COMMANDS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_OUTPUT_COMMANDS], [])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1027: -1- m4_define([m4_location(AC_OUTPUT_COMMANDS)], [/usr/share/autoconf/autoconf/status.m4:1027])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1027: -1- m4_define([AC_OUTPUT_COMMANDS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
-You should run autoupdate.])dnl
-m4_define_default([_AC_OUTPUT_COMMANDS_CNT], 0)dnl
-m4_define([_AC_OUTPUT_COMMANDS_CNT], m4_incr(_AC_OUTPUT_COMMANDS_CNT))dnl
-dnl Double quoted since that was the case in the original macro.
-AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1040: -1- m4_define([_AC_OUTPUT_COMMAND], [ AC_MSG_NOTICE([executing $ac_file commands])
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1054: -1- m4_define([m4_location(AC_CONFIG_COMMANDS_PRE)], [/usr/share/autoconf/autoconf/status.m4:1054])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1054: -1- m4_define([AC_CONFIG_COMMANDS_PRE], [_m4_defun_pro([$0])m4_append([AC_OUTPUT_COMMANDS_PRE], [$1
-])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1064: -1- m4_define([AC_OUTPUT_COMMANDS_PRE], [_AC_LIBOBJS_NORMALIZE
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1072: -1- m4_define([m4_location(AC_CONFIG_COMMANDS_POST)], [/usr/share/autoconf/autoconf/status.m4:1072])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1072: -1- m4_define([AC_CONFIG_COMMANDS_POST], [_m4_defun_pro([$0])m4_append([AC_OUTPUT_COMMANDS_POST], [$1
-])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1077: -1- m4_define([AC_OUTPUT_COMMANDS_POST])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1098: -1- m4_define([m4_location(AC_CONFIG_SUBDIRS)], [/usr/share/autoconf/autoconf/status.m4:1098])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1098: -1- m4_define([AC_CONFIG_SUBDIRS], [_m4_defun_pro([$0])AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])AC_REQUIRE([AC_DISABLE_OPTION_CHECKING])m4_map_args_w([$1], [_AC_CONFIG_UNIQUE([SUBDIRS],
- _AC_CONFIG_COMPUTE_DEST(], [))])m4_append([_AC_LIST_SUBDIRS], [$1], [
-])AS_LITERAL_IF([$1], [],
- [AC_DIAGNOSE([syntax], [$0: you should use literals])])AC_SUBST([subdirs], ["$subdirs m4_normalize([$1])"])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1114: -1- m4_define([_AC_OUTPUT_SUBDIRS], [
-#
-# CONFIG_SUBDIRS section.
-#
-if test "$no_recursion" != yes; then
-
- # Remove --cache-file, --srcdir, and --disable-option-checking arguments
- # so they do not pile up.
- ac_sub_configure_args=
- ac_prev=
- eval "set x $ac_configure_args"
- shift
- for ac_arg
- do
- if test -n "$ac_prev"; then
- ac_prev=
- continue
- fi
- case $ac_arg in
- -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=*)
- ;;
- --config-cache | -C)
- ;;
- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
- ac_prev=srcdir ;;
- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- ;;
- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
- ac_prev=prefix ;;
- -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- ;;
- --disable-option-checking)
- ;;
- *)
- case $ac_arg in
- *\'*) ac_arg=`AS_ECHO(["$ac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- AS_VAR_APPEND([ac_sub_configure_args], [" '$ac_arg'"]) ;;
- esac
- done
-
- # Always prepend --prefix to ensure using the same prefix
- # in subdir configurations.
- ac_arg="--prefix=$prefix"
- case $ac_arg in
- *\'*) ac_arg=`AS_ECHO(["$ac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-
- # Pass --silent
- if test "$silent" = yes; then
- ac_sub_configure_args="--silent $ac_sub_configure_args"
- fi
-
- # Always prepend --disable-option-checking to silence warnings, since
- # different subdirs can have different --enable and --with options.
- ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
-
- ac_popdir=`pwd`
- for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
-
- # Do not complain, so a configure script can configure whichever
- # parts of a large source tree are present.
- test -d "$srcdir/$ac_dir" || continue
-
- ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
- _AS_ECHO_LOG([$ac_msg])
- _AS_ECHO([$ac_msg])
- AS_MKDIR_P(["$ac_dir"])
- _AC_SRCDIRS(["$ac_dir"])
-
- cd "$ac_dir"
-
- # Check for guested configure; otherwise get Cygnus style configure.
- if test -f "$ac_srcdir/configure.gnu"; then
- ac_sub_configure=$ac_srcdir/configure.gnu
- elif test -f "$ac_srcdir/configure"; then
- ac_sub_configure=$ac_srcdir/configure
- elif test -f "$ac_srcdir/configure.in"; then
- # This should be Cygnus configure.
- ac_sub_configure=$ac_aux_dir/configure
- else
- AC_MSG_WARN([no configuration information is in $ac_dir])
- ac_sub_configure=
- fi
-
- # The recursion is here.
- if test -n "$ac_sub_configure"; then
- # Make the cache file name correct relative to the subdirectory.
- case $cache_file in
- [[\\/]]* | ?:[[\\/]]* ) ac_sub_cache_file=$cache_file ;;
- *) # Relative name.
- ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
- esac
-
- AC_MSG_NOTICE([running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir])
- # The eval makes quoting arguments work.
- eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
- --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
- AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
- fi
-
- cd "$ac_popdir"
- done
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1240: -1- AU_DEFINE([AC_OUTPUT], [m4_ifval([], [_au_warn_AC_OUTPUT([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_ifvaln([$1],
- [AC_CONFIG_FILES([$1])])dnl
-m4_ifvaln([$2$3],
- [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
-[AC_OUTPUT]])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1240: -1- AU_DEFINE([_au_warn_AC_OUTPUT], [m4_warning($@)dnl
-m4_define([_au_warn_AC_OUTPUT], [])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1240: -1- m4_define([m4_location(AC_OUTPUT)], [/usr/share/autoconf/autoconf/status.m4:1240])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1240: -1- m4_define([AC_OUTPUT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OUTPUT' is obsolete.
-You should run autoupdate.])dnl
-m4_ifvaln([$1],
- [AC_CONFIG_FILES([$1])])dnl
-m4_ifvaln([$2$3],
- [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
-[AC_OUTPUT][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1253: -1- m4_define([AC_OUTPUT], [dnl Dispatch the extra arguments to their native macros.
-m4_ifvaln([$1],
- [AC_CONFIG_FILES([$1])])dnl
-m4_ifvaln([$2$3],
- [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
-m4_ifval([$1$2$3],
- [AC_DIAGNOSE([obsolete],
- [$0 should be used without arguments.
-You should run autoupdate.])])dnl
-AC_CACHE_SAVE
-
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
-# Let make expand exec_prefix.
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [DEFS=-DHAVE_CONFIG_H], [AC_OUTPUT_MAKE_DEFS()])
-
-dnl Commands to run before creating config.status.
-AC_OUTPUT_COMMANDS_PRE()dnl
-
-: ${CONFIG_STATUS=./config.status}
-ac_write_fail=0
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-_AC_OUTPUT_CONFIG_STATUS()dnl
-ac_clean_files=$ac_clean_files_save
-
-test $ac_write_fail = 0 ||
- AC_MSG_ERROR([write failure creating $CONFIG_STATUS])
-
-dnl Commands to run after config.status was created
-AC_OUTPUT_COMMANDS_POST()dnl
-
-# 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 AS_MESSAGE_LOG_FD>/dev/null
- $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
- exec AS_MESSAGE_LOG_FD>>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_EXIT([1])
-fi
-dnl config.status should not do recursion.
-AC_PROVIDE_IFELSE([AC_CONFIG_SUBDIRS], [_AC_OUTPUT_SUBDIRS()])dnl
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
- AC_MSG_WARN([unrecognized options: $ac_unrecognized_opts])
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1320: -1- m4_define([_AC_OUTPUT_CONFIG_STATUS], [AC_MSG_NOTICE([creating $CONFIG_STATUS])
-dnl AS_MESSAGE_LOG_FD is not available yet:
-m4_pushdef([AS_MESSAGE_LOG_FD])AS_INIT_GENERATED([$CONFIG_STATUS],
-[# 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
-]) || 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 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
-$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which was
-generated by m4_PACKAGE_STRING. 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
-
-dnl remove any newlines from these variables.
-m4_ifdef([_AC_SEEN_CONFIG(FILES)],
-[case $ac_config_files in *"
-"*) set x $ac_config_files; shift; ac_config_files=$[*];;
-esac
-])
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
-[case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$[*];;
-esac
-])
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-m4_ifdef([_AC_SEEN_CONFIG(FILES)],
-[config_files="$ac_config_files"
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
-[config_headers="$ac_config_headers"
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
-[config_links="$ac_config_links"
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
-[config_commands="$ac_config_commands"
-])dnl
-
-_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
-m4_ifdef([_AC_SEEN_CONFIG(FILES)],
- [AS_HELP_STRING([[ --file=FILE[:TEMPLATE]]],
- [instantiate the configuration file FILE], [ ])
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
- [AS_HELP_STRING([[ --header=FILE[:TEMPLATE]]],
- [instantiate the configuration header FILE], [ ])
-])dnl
-
-m4_ifdef([_AC_SEEN_CONFIG(FILES)],
-[Configuration files:
-$config_files
-
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
-[Configuration headers:
-$config_headers
-
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
-[Configuration links:
-$config_links
-
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
-[Configuration commands:
-$config_commands
-
-])dnl
-Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
- [the package provider]).dnl
-m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
-AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
-m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
-General help using GNU software: <http://www.gnu.org/gethelp/>.])])"
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`AS_ECHO(["$ac_configure_args"]) | sed 's/^ //; s/[[\\""\`\$]]/\\\\&/g'`"
-ac_cs_version="\\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.status[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) m4_PACKAGE_YEAR 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'
-AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
-[INSTALL='$INSTALL'
-])dnl
-AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P],
-[MKDIR_P='$MKDIR_P'
-])dnl
-AC_PROVIDE_IFELSE([AC_PROG_AWK],
-[AWK='$AWK'
-])dnl
-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=: ;;
-m4_ifdef([_AC_SEEN_CONFIG(FILES)], [dnl
- --file | --fil | --fi | --f )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`AS_ECHO(["$ac_optarg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
- '') AC_MSG_ERROR([missing file argument]) ;;
- esac
- AS_VAR_APPEND([CONFIG_FILES], [" '$ac_optarg'"])
- ac_need_defaults=false;;
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [dnl
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`AS_ECHO(["$ac_optarg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- AS_VAR_APPEND([CONFIG_HEADERS], [" '$ac_optarg'"])
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- AC_MSG_ERROR([ambiguous option: `$[1]'
-Try `$[0] --help' for more information.]);;
-], [ --he | --h |])dnl
- --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.
- -*) AC_MSG_ERROR([unrecognized option: `$[1]'
-Try `$[0] --help' for more information.]) ;;
-
- *) AS_VAR_APPEND([ac_config_targets], [" $[1]"])
- ac_need_defaults=false ;;
-
- esac
- shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
- exec AS_MESSAGE_FD>/dev/null
- ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-dnl Check this before opening the log, to avoid a bug on MinGW,
-dnl which prohibits the recursive instance from truncating an open log.
-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 \$[*]"]) >&AS_MESSAGE_FD
- CONFIG_SHELL='$SHELL'
- export CONFIG_SHELL
- exec "\$[@]"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-dnl Open the log:
-m4_popdef([AS_MESSAGE_LOG_FD])dnl
-exec AS_MESSAGE_LOG_FD>>config.log
-{
- echo
- AS_BOX([Running $as_me.])
- AS_ECHO(["$ac_log"])
-} >&AS_MESSAGE_LOG_FD
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-m4_ifdef([_AC_OUTPUT_COMMANDS_INIT],
-[#
-# INIT-COMMANDS
-#
-_AC_OUTPUT_COMMANDS_INIT
-])dnl
-_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
-m4_ifdef([_AC_LIST_TAGS], [_AC_LIST_TAGS])
- *) AC_MSG_ERROR([invalid argument: `$ac_config_target']);;
- esac
-done
-
-m4_ifdef([_AC_SEEN_CONFIG(ANY)], [_AC_OUTPUT_MAIN_LOOP])[]dnl
-
-AS_EXIT(0)
-_ACEOF
-])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1600: -1- m4_define([m4_location(_AC_OUTPUT_MAIN_LOOP)], [/usr/share/autoconf/autoconf/status.m4:1600])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1600: -1- m4_define([_AC_OUTPUT_MAIN_LOOP], [_m4_defun_pro([$0])
-# 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
-m4_ifdef([_AC_SEEN_CONFIG(FILES)],
-[ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
-[ test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
-[ test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
-])dnl
-m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
-[ test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-])dnl
-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=
- trap 'exit_status=$?
- { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-' 0
- trap 'AS_EXIT([1])' 1 2 13 15
-}
-dnl The comment above AS_TMPDIR says at most 4 chars are allowed.
-AS_TMPDIR([conf], [.])
-
-m4_ifdef([_AC_SEEN_CONFIG(FILES)], [_AC_OUTPUT_FILES_PREPARE])[]dnl
-m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [_AC_OUTPUT_HEADERS_PREPARE])[]dnl
-
-eval set X "dnl
- m4_ifdef([_AC_SEEN_CONFIG(FILES)], [:F $CONFIG_FILES])[]dnl
- m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [:H $CONFIG_HEADERS])[]dnl
- m4_ifdef([_AC_SEEN_CONFIG(LINKS)], [:L $CONFIG_LINKS])[]dnl
- m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)], [:C $CONFIG_COMMANDS])[]dnl
-"
-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*:*) AC_MSG_ERROR([invalid tag `$ac_tag']);;
- :[[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="$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 ||
- AC_MSG_ERROR([cannot find input file: `$ac_f'], [1]);;
- esac
- case $ac_f in *\'*) ac_f=`AS_ECHO(["$ac_f"]) | sed "s/'/'\\\\\\\\''/g"`;; esac
- AS_VAR_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"
- AC_MSG_NOTICE([creating $ac_file])
- 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 >"$tmp/stdin" \
- || AC_MSG_ERROR([could not create $ac_file]) ;;
- esac
- ;;
- esac
-
- ac_dir=`AS_DIRNAME(["$ac_file"])`
- AS_MKDIR_P(["$ac_dir"])
- _AC_SRCDIRS(["$ac_dir"])
-
- case $ac_mode in
- m4_ifdef([_AC_SEEN_CONFIG(FILES)], [:F)_AC_OUTPUT_FILE ;;])
- m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [:H)_AC_OUTPUT_HEADER ;;])
- m4_ifdef([_AC_SEEN_CONFIG(LINKS)], [:L)_AC_OUTPUT_LINK ;;])
- m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)], [:C)_AC_OUTPUT_COMMAND ;;])
- esac
-
-dnl Some shells don't like empty case/esac
-m4_ifdef([_AC_LIST_TAG_COMMANDS], [
- case $ac_file$ac_mode in
-_AC_LIST_TAG_COMMANDS
- esac
-])dnl
-done # for ac_tag
-
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/status.m4:1741: -1- m4_define([AC_OUTPUT_MAKE_DEFS], [[# 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`
-]])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:38: -1- m4_include([autoconf/autoheader.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:38: -1- m4_define([m4_include(autoconf/autoheader.m4)])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:36: -1- m4_define([AH_OUTPUT], [])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:47: -1- m4_define([AH_VERBATIM], [AS_LITERAL_WORD_IF([$1],
- [AH_OUTPUT(_m4_expand([$1]), AS_ESCAPE([[$2]], [\']))])])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:56: -1- m4_define([AH_TEMPLATE], [AH_VERBATIM([$1],
- m4_text_wrap([$2 */], [ ], [/* ])[
-@%:@undef ]_m4_expand([$1]))])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:65: -1- m4_define([AH_TOP], [m4_define([_AH_COUNTER], m4_incr(_AH_COUNTER))dnl
-AH_VERBATIM([0000]_AH_COUNTER, [$1])])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:73: -1- m4_define([AH_BOTTOM], [m4_define([_AH_COUNTER], m4_incr(_AH_COUNTER))dnl
-AH_VERBATIM([zzzz]_AH_COUNTER, [$1])])
-m4trace:/usr/share/autoconf/autoconf/autoheader.m4:78: -1- m4_define([_AH_COUNTER], [0])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:39: -1- m4_include([autoconf/autotest.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:39: -1- m4_define([m4_include(autoconf/autotest.m4)])
-m4trace:/usr/share/autoconf/autoconf/autotest.m4:42: -1- m4_define([m4_location(AC_CONFIG_TESTDIR)], [/usr/share/autoconf/autoconf/autotest.m4:42])
-m4trace:/usr/share/autoconf/autoconf/autotest.m4:42: -1- m4_define([AC_CONFIG_TESTDIR], [_m4_defun_pro([$0])AC_CONFIG_COMMANDS([$1/atconfig],
-[cat >$1/atconfig <<ATEOF
-@%:@ Configurable variable values for building test suites.
-@%:@ Generated by $[0].
-@%:@ Copyright (C) m4_PACKAGE_YEAR Free Software Foundation, Inc.
-
-# The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
-at_testdir='$1'
-abs_builddir='$ac_abs_builddir'
-at_srcdir='$ac_srcdir'
-abs_srcdir='$ac_abs_srcdir'
-at_top_srcdir='$ac_top_srcdir'
-abs_top_srcdir='$ac_abs_top_srcdir'
-at_top_build_prefix='$ac_top_build_prefix'
-abs_top_builddir='$ac_abs_top_builddir'
-
-# Backward compatibility with Autotest <= 2.59b:
-at_top_builddir=\$at_top_build_prefix
-
-AUTOTEST_PATH='m4_default([$2], [$1])'
-
-SHELL=\${CONFIG_SHELL-'$SHELL'}
-m4_provide_if([AC_ERLANG_PATH_ERL], [
-ERL='$ERL'
-])dnl
-m4_provide_if([AC_ERLANG_PATH_ERLC], [
-ERLC='$ERLC'
-ERLCFLAGS='$ERLCFLAGS'
-])dnl
-ATEOF
-],
-[m4_provide_if([AC_ERLANG_PATH_ERL], [ERL="$ERL"
-])m4_provide_if([AC_ERLANG_PATH_ERLC], [ERLC="$ERLC"
-ERLCFLAGS="$ERLCFLAGS"
-])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:40: -1- m4_include([autoconf/programs.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:40: -1- m4_define([m4_include(autoconf/programs.m4)])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:42: -1- m4_define([m4_location(_AC_CHECK_PROG)], [/usr/share/autoconf/autoconf/programs.m4:42])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:42: -1- m4_define([_AC_CHECK_PROG], [_m4_defun_pro([$0])# Extract the first word of "$2", so it can be a program name with args.
-set dummy $2; ac_word=$[2]
-AC_MSG_CHECKING([for $ac_word])
-AC_CACHE_VAL(ac_cv_prog_$1,
-[if test -n "$$1"; then
- ac_cv_prog_$1="$$1" # Let the user override the test.
-else
-m4_ifvaln([$6],
-[ ac_prog_rejected=no])dnl
-_AS_PATH_WALK([$5],
-[for ac_exec_ext in '' $ac_executable_extensions; do
- if AS_EXECUTABLE_P(["$as_dir/$ac_word$ac_exec_ext"]); then
-m4_ifvaln([$6],
-[ if test "$as_dir/$ac_word$ac_exec_ext" = "$6"; then
- ac_prog_rejected=yes
- continue
- fi])dnl
- ac_cv_prog_$1="$3"
- _AS_ECHO_LOG([found $as_dir/$ac_word$ac_exec_ext])
- break 2
- fi
-done])
-m4_ifvaln([$6],
-[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_$1
- 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 $1 to just the basename; use the full file name.
- shift
- ac_cv_prog_$1="$as_dir/$ac_word${1+' '}$[@]"
-m4_if([$2], [$4],
-[ else
- # Default is a loser.
- AC_MSG_ERROR([$1=$6 unacceptable, but no other $4 found in dnl
-m4_default([$5], [\$PATH])])
-])dnl
- fi
-fi])dnl
-dnl If no 4th arg is given, leave the cache variable unset,
-dnl so AC_CHECK_PROGS will keep looking.
-m4_ifvaln([$4],
-[ test -z "$ac_cv_prog_$1" && ac_cv_prog_$1="$4"])dnl
-fi])dnl
-$1=$ac_cv_prog_$1
-if test -n "$$1"; then
- AC_MSG_RESULT([$$1])
-else
- AC_MSG_RESULT([no])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:102: -1- m4_define([m4_location(AC_CHECK_PROG)], [/usr/share/autoconf/autoconf/programs.m4:102])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:102: -1- m4_define([AC_CHECK_PROG], [_m4_defun_pro([$0])_AC_CHECK_PROG($@)
-AC_SUBST([$1])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:111: -1- m4_define([m4_location(AC_CHECK_PROGS)], [/usr/share/autoconf/autoconf/programs.m4:111])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:111: -1- m4_define([AC_CHECK_PROGS], [_m4_defun_pro([$0])for ac_prog in $2
-do
- AC_CHECK_PROG([$1], [$ac_prog], [$ac_prog], , [$4])
- test -n "$$1" && break
-done
-m4_ifvaln([$3], [test -n "$$1" || $1="$3"])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:122: -1- m4_define([m4_location(_AC_PATH_PROG)], [/usr/share/autoconf/autoconf/programs.m4:122])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:122: -1- m4_define([_AC_PATH_PROG], [_m4_defun_pro([$0])# Extract the first word of "$2", so it can be a program name with args.
-set dummy $2; ac_word=$[2]
-AC_MSG_CHECKING([for $ac_word])
-AC_CACHE_VAL([ac_cv_path_$1],
-[case $$1 in
- [[\\/]]* | ?:[[\\/]]*)
- ac_cv_path_$1="$$1" # Let the user override the test with a path.
- ;;
- *)
- _AS_PATH_WALK([$4],
-[for ac_exec_ext in '' $ac_executable_extensions; do
- if AS_EXECUTABLE_P(["$as_dir/$ac_word$ac_exec_ext"]); then
- ac_cv_path_$1="$as_dir/$ac_word$ac_exec_ext"
- _AS_ECHO_LOG([found $as_dir/$ac_word$ac_exec_ext])
- break 2
- fi
-done])
-dnl If no 3rd arg is given, leave the cache variable unset,
-dnl so AC_PATH_PROGS will keep looking.
-m4_ifvaln([$3],
-[ test -z "$ac_cv_path_$1" && ac_cv_path_$1="$3"])dnl
- ;;
-esac])dnl
-$1=$ac_cv_path_$1
-if test -n "$$1"; then
- AC_MSG_RESULT([$$1])
-else
- AC_MSG_RESULT([no])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:157: -1- m4_define([m4_location(AC_PATH_PROG)], [/usr/share/autoconf/autoconf/programs.m4:157])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:157: -1- m4_define([AC_PATH_PROG], [_m4_defun_pro([$0])_AC_PATH_PROG($@)
-AC_SUBST([$1])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:166: -1- m4_define([m4_location(AC_PATH_PROGS)], [/usr/share/autoconf/autoconf/programs.m4:166])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:166: -1- m4_define([AC_PATH_PROGS], [_m4_defun_pro([$0])for ac_prog in $2
-do
- AC_PATH_PROG([$1], [$ac_prog], , [$4])
- test -n "$$1" && break
-done
-m4_ifvaln([$3], [test -n "$$1" || $1="$3"])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:185: -1- AU_DEFINE([AC_CHECK_TOOL_PREFIX], [m4_ifval([], [_au_warn_AC_CHECK_TOOL_PREFIX([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:185: -1- AU_DEFINE([_au_warn_AC_CHECK_TOOL_PREFIX], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CHECK_TOOL_PREFIX], [])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:185: -1- m4_define([m4_location(AC_CHECK_TOOL_PREFIX)], [/usr/share/autoconf/autoconf/programs.m4:185])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:185: -1- m4_define([AC_CHECK_TOOL_PREFIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_TOOL_PREFIX' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:190: -1- m4_define([m4_location(_AC_TOOL_WARN)], [/usr/share/autoconf/autoconf/programs.m4:190])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:190: -1- m4_define([_AC_TOOL_WARN], [_m4_defun_pro([$0])case $cross_compiling:$ac_tool_warned in
-yes:)
-AC_MSG_WARN([using cross tools not prefixed with host triplet])
-ac_tool_warned=yes ;;
-esac[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:200: -1- m4_define([m4_location(AC_PATH_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:200])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:200: -1- m4_define([AC_PATH_TOOL], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
- AC_PATH_PROG([$1], [${ac_tool_prefix}$2], , [$4])
-fi
-if test -z "$ac_cv_path_$1"; then
- ac_pt_$1=$$1
- _AC_PATH_PROG([ac_pt_$1], [$2], [], [$4])
- if test "x$ac_pt_$1" = x; then
- $1="$3"
- else
- _AC_TOOL_WARN
- $1=$ac_pt_$1
- fi
-else
- $1="$ac_cv_path_$1"
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:222: -1- m4_define([m4_location(AC_CHECK_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:222])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:222: -1- m4_define([AC_CHECK_TOOL], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
- AC_CHECK_PROG([$1], [${ac_tool_prefix}$2], [${ac_tool_prefix}$2], , [$4])
-fi
-if test -z "$ac_cv_prog_$1"; then
- ac_ct_$1=$$1
- _AC_CHECK_PROG([ac_ct_$1], [$2], [$2], [], [$4])
- if test "x$ac_ct_$1" = x; then
- $1="$3"
- else
- _AC_TOOL_WARN
- $1=$ac_ct_$1
- fi
-else
- $1="$ac_cv_prog_$1"
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:247: -1- m4_define([m4_location(AC_CHECK_TOOLS)], [/usr/share/autoconf/autoconf/programs.m4:247])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:247: -1- m4_define([AC_CHECK_TOOLS], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
- for ac_prog in $2
- do
- AC_CHECK_PROG([$1],
- [$ac_tool_prefix$ac_prog], [$ac_tool_prefix$ac_prog],,
- [$4])
- test -n "$$1" && break
- done
-fi
-if test -z "$$1"; then
- ac_ct_$1=$$1
- AC_CHECK_PROGS([ac_ct_$1], [$2], [], [$4])
- if test "x$ac_ct_$1" = x; then
- $1="$3"
- else
- _AC_TOOL_WARN
- $1=$ac_ct_$1
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:273: -1- m4_define([m4_location(AC_PATH_TARGET_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:273])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:273: -1- m4_define([AC_PATH_TARGET_TOOL], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
-AC_PATH_PROG([$1], [$target_alias-$2], , [$4])
-if test -z "$ac_cv_path_$1"; then
- if test "$build" = "$target"; then
- ac_pt_$1=$$1
- _AC_PATH_PROG([ac_pt_$1], [$2], [$3], [$4])
- $1=$ac_pt_$1
- else
- $1="$3"
- fi
-else
- $1="$ac_cv_path_$1"
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:293: -1- m4_define([m4_location(AC_CHECK_TARGET_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:293])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:293: -1- m4_define([AC_CHECK_TARGET_TOOL], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
-AC_CHECK_PROG([$1], [$target_alias-$2], [$target_alias-$2], , [$4])
-if test -z "$ac_cv_prog_$1"; then
- if test "$build" = "$target"; then
- ac_ct_$1=$$1
- _AC_CHECK_PROG([ac_ct_$1], [$2], [$2], [$3], [$4])
- $1=$ac_ct_$1
- else
- $1="$3"
- fi
-else
- $1="$ac_cv_prog_$1"
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:316: -1- m4_define([m4_location(AC_CHECK_TARGET_TOOLS)], [/usr/share/autoconf/autoconf/programs.m4:316])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:316: -1- m4_define([AC_CHECK_TARGET_TOOLS], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
-for ac_prog in $2
-do
- AC_CHECK_PROG([$1],
- [$target_alias-$ac_prog], [$target_alias-$ac_prog],,
- [$4])
- test -n "$$1" && break
-done
-if test -z "$$1"; then
- if test "$build" = "$target"; then
- ac_ct_$1=$$1
- AC_CHECK_PROGS([ac_ct_$1], [$2], [$3], [$4])
- $1=$ac_ct_$1
- else
- $1="$3"
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:351: -1- m4_define([m4_location(AC_PROG_AWK)], [/usr/share/autoconf/autoconf/programs.m4:351])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:351: -1- m4_define([AC_PROG_AWK], [_m4_defun_pro([$0])AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:357: -1- m4_define([m4_location(AC_PROG_EGREP)], [/usr/share/autoconf/autoconf/programs.m4:357])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:357: -1- m4_define([AC_PROG_EGREP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_GREP])dnl
-AC_CACHE_CHECK([for egrep], ac_cv_path_EGREP,
- [if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
- then ac_cv_path_EGREP="$GREP -E"
- else
- _AC_PROG_GREP(EGREP, egrep, ['EGREP$'])
- fi])
- EGREP="$ac_cv_path_EGREP"
- AC_SUBST([EGREP])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:372: -1- m4_define([m4_location(AC_PROG_FGREP)], [/usr/share/autoconf/autoconf/programs.m4:372])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:372: -1- m4_define([AC_PROG_FGREP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_GREP])dnl
-AC_CACHE_CHECK([for fgrep], ac_cv_path_FGREP,
- [if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
- then ac_cv_path_FGREP="$GREP -F"
- else
- _AC_PROG_GREP(FGREP, fgrep, [FGREP])
- fi])
- FGREP="$ac_cv_path_FGREP"
- AC_SUBST([FGREP])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:390: -1- m4_define([m4_location(AC_PROG_GREP)], [/usr/share/autoconf/autoconf/programs.m4:390])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:390: -1- m4_define([AC_PROG_GREP], [_m4_defun_pro([$0])AC_CACHE_CHECK([for grep that handles long lines and -e], ac_cv_path_GREP,
- [_$0(GREP, [grep ggrep], [-e 'GREP$' -e '-(cannot match)-'])])
- GREP="$ac_cv_path_GREP"
- AC_SUBST([GREP])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:403: -1- m4_define([_AC_PROG_GREP], [_AC_PATH_PROGS_FEATURE_CHECK([$1], [$2],
- [_AC_FEATURE_CHECK_LENGTH([ac_path_$1], [ac_cv_path_$1],
- ["$ac_path_$1" $3], [$1])], [],
- [$PATH$PATH_SEPARATOR/usr/xpg4/bin])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:421: -1- m4_define([_AC_PATH_PROGS_FEATURE_CHECK], [if test -z "$$1"; then
- ac_path_$1_found=false
- # Loop through the user's path and test for each of PROGNAME-LIST
- _AS_PATH_WALK([$5],
- [for ac_prog in $2; do
- for ac_exec_ext in '' $ac_executable_extensions; do
- ac_path_$1="$as_dir/$ac_prog$ac_exec_ext"
- AS_EXECUTABLE_P(["$ac_path_$1"]) || continue
-$3
- $ac_path_$1_found && break 3
- done
- done])dnl
- if test -z "$ac_cv_path_$1"; then
- m4_default([$4],
- [AC_MSG_ERROR([no acceptable m4_bpatsubst([$2], [ .*]) could be dnl
-found in m4_default([$5], [\$PATH])])])
- fi
-else
- ac_cv_path_$1=$$1
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:463: -1- m4_define([AC_PATH_PROGS_FEATURE_CHECK], [_$0([$1], [$2], [$3], m4_default([$4], [:]), [$5])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:478: -1- m4_define([_AC_FEATURE_CHECK_LENGTH], [# Check for GNU $1 and select it if it is found.
- _AC_PATH_PROG_FLAVOR_GNU([$$1],
- [$2="$$1" $1_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(['$4']) >> "conftest.nl"
- $3 < "conftest.nl" >"conftest.out" 2>/dev/null || break
- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- AS_VAR_ARITH([ac_count], [$ac_count + 1])
- if test $ac_count -gt ${$1_max-0}; then
- # Best one so far, save it but keep looking for a better one
- $2="$$1"
-dnl # Using $1_max so that each tool feature checked gets its
-dnl # own variable. Don't reset it otherwise the implied search
-dnl # for best performing tool in a list breaks down.
- $1_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])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:510: -1- m4_define([_AC_PATH_PROG_FLAVOR_GNU], [# Check for GNU $1
-case `"$1" --version 2>&1` in
-*GNU*)
- $2;;
-m4_ifval([$3],
-[*)
- $3;;
-])esac
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:526: -1- m4_define([m4_location(AC_PROG_INSTALL)], [/usr/share/autoconf/autoconf/programs.m4:526])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:526: -1- m4_define([AC_PROG_INSTALL], [_m4_defun_once([AC_PROG_INSTALL], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_REQUIRE_AUX_FILE([install-sh])dnl
-# 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.
-AC_MSG_CHECKING([for a BSD-compatible install])
-if test -z "$INSTALL"; then
-AC_CACHE_VAL(ac_cv_path_install,
-[_AS_PATH_WALK([$PATH],
-[[# Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in @%:@((
- ./ | .// | /[cC]/* | \
- /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
- ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
- /usr/ucb/* ) ;;
- *)]
- # OSF1 and SCO ODT 3.0 have their own names for install.
- # Don't use installbsd from OSF since it installs stuff as root
- # by default.
- for ac_prog in ginstall scoinst install; do
- for ac_exec_ext in '' $ac_executable_extensions; do
- if AS_EXECUTABLE_P(["$as_dir/$ac_prog$ac_exec_ext"]); then
- if test $ac_prog = install &&
- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
- # AIX install. It has an incompatible calling convention.
- :
- elif test $ac_prog = install &&
- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
- # program-specific install script used by HP pwplus--don't use.
- :
- else
- 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
-])
-rm -rf conftest.one conftest.two conftest.dir
-])dnl
- 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
-dnl Do special magic for INSTALL instead of AC_SUBST, to get
-dnl relative names right.
-AC_MSG_RESULT([$INSTALL])
-
-# 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}'
-AC_SUBST(INSTALL_PROGRAM)dnl
-
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-AC_SUBST(INSTALL_SCRIPT)dnl
-
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-AC_SUBST(INSTALL_DATA)dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_PROG_INSTALL])m4_unquote(], [)_m4_defun_epi([AC_PROG_INSTALL])]],
-m4_ifdef([_m4_diverting([AC_PROG_INSTALL])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_PROG_INSTALL],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:664: -1- m4_define([m4_location(AC_PROG_MKDIR_P)], [/usr/share/autoconf/autoconf/programs.m4:664])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:664: -1- m4_define([AC_PROG_MKDIR_P], [_m4_defun_once([AC_PROG_MKDIR_P], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_REQUIRE_AUX_FILE([install-sh])dnl
-AC_MSG_CHECKING([for a thread-safe mkdir -p])
-if test -z "$MKDIR_P"; then
- AC_CACHE_VAL([ac_cv_path_mkdir],
- [_AS_PATH_WALK([$PATH$PATH_SEPARATOR/opt/sfw/bin],
- [for ac_prog in mkdir gmkdir; do
- for ac_exec_ext in '' $ac_executable_extensions; do
- AS_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])])
- 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
-dnl status.m4 does special magic for MKDIR_P instead of AC_SUBST,
-dnl to get relative names right. However, also AC_SUBST here so
-dnl that Automake versions before 1.10 will pick it up (they do not
-dnl trace AC_SUBST_TRACE).
-dnl FIXME: Remove this once we drop support for Automake < 1.10.
-AC_SUBST([MKDIR_P])dnl
-AC_MSG_RESULT([$MKDIR_P])
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_PROG_MKDIR_P])m4_unquote(], [)_m4_defun_epi([AC_PROG_MKDIR_P])]],
-m4_ifdef([_m4_diverting([AC_PROG_MKDIR_P])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_PROG_MKDIR_P],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:711: -1- m4_define([m4_location(AC_PROG_LEX)], [/usr/share/autoconf/autoconf/programs.m4:711])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:711: -1- m4_define([AC_PROG_LEX], [_m4_defun_once([AC_PROG_LEX], [AC_CHECK_PROGS(LEX, flex lex, :)
-if test "x$LEX" != "x:"; then
- _AC_PROG_LEX_YYTEXT_DECL
-fi], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_PROG_LEX])m4_unquote(], [)_m4_defun_epi([AC_PROG_LEX])]],
-m4_ifdef([_m4_diverting([AC_PROG_LEX])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_PROG_LEX],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:722: -1- m4_define([_AC_PROG_LEX_YYTEXT_DECL], [cat >conftest.l <<_ACEOF[
-%%
-a { ECHO; }
-b { REJECT; }
-c { yymore (); }
-d { yyless (1); }
-e { yyless (input () != 0); }
-f { unput (yytext[0]); }
-. { BEGIN INITIAL; }
-%%
-#ifdef YYTEXT_POINTER
-extern char *yytext;
-#endif
-int
-main (void)
-{
- return ! yylex () + ! yywrap ();
-}
-]_ACEOF
-_AC_DO_VAR(LEX conftest.l)
-AC_CACHE_CHECK([lex output file root], [ac_cv_prog_lex_root], [
-if test -f lex.yy.c; then
- ac_cv_prog_lex_root=lex.yy
-elif test -f lexyy.c; then
- ac_cv_prog_lex_root=lexyy
-else
- AC_MSG_ERROR([cannot find output from $LEX; giving up])
-fi])
-AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])dnl
-
-if test -z "${LEXLIB+set}"; then
- AC_CACHE_CHECK([lex library], [ac_cv_lib_lex], [
- ac_save_LIBS=$LIBS
- ac_cv_lib_lex='none needed'
- for ac_lib in '' -lfl -ll; do
- LIBS="$ac_lib $ac_save_LIBS"
- AC_LINK_IFELSE([`cat $LEX_OUTPUT_ROOT.c`], [ac_cv_lib_lex=$ac_lib])
- test "$ac_cv_lib_lex" != 'none needed' && break
- done
- LIBS=$ac_save_LIBS
- ])
- test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
-fi
-AC_SUBST(LEXLIB)
-
-AC_CACHE_CHECK(whether yytext is a pointer, ac_cv_prog_lex_yytext_pointer,
-[# POSIX says lex can declare yytext either as a pointer or an array; the
-# default is implementation-dependent. Figure out which it is, since
-# not all implementations provide the %pointer and %array declarations.
-ac_cv_prog_lex_yytext_pointer=no
-ac_save_LIBS=$LIBS
-LIBS="$LEXLIB $ac_save_LIBS"
-AC_LINK_IFELSE(
- [#define YYTEXT_POINTER 1
-`cat $LEX_OUTPUT_ROOT.c`],
- [ac_cv_prog_lex_yytext_pointer=yes])
-LIBS=$ac_save_LIBS
-])
-dnl
-if test $ac_cv_prog_lex_yytext_pointer = yes; then
- AC_DEFINE(YYTEXT_POINTER, 1,
- [Define to 1 if `lex' declares `yytext' as a `char *' by default,
- not a `char[]'.])
-fi
-rm -f conftest.l $LEX_OUTPUT_ROOT.c
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- AU_DEFINE([AC_DECL_YYTEXT], [m4_ifval([], [_au_warn_AC_DECL_YYTEXT([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_PROG_LEX])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- AU_DEFINE([_au_warn_AC_DECL_YYTEXT], [m4_warning($@)dnl
-m4_define([_au_warn_AC_DECL_YYTEXT], [])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- m4_define([m4_location(AC_DECL_YYTEXT)], [/usr/share/autoconf/autoconf/programs.m4:792])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- m4_define([AC_DECL_YYTEXT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DECL_YYTEXT' is obsolete.
-You should run autoupdate.])dnl
-AC_PROG_LEX[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:799: -1- m4_define([m4_location(AC_PROG_LN_S)], [/usr/share/autoconf/autoconf/programs.m4:799])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:799: -1- m4_define([AC_PROG_LN_S], [_m4_defun_pro([$0])AC_MSG_CHECKING([whether ln -s works])
-AC_SUBST([LN_S], [$as_ln_s])dnl
-if test "$LN_S" = "ln -s"; then
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no, using $LN_S])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:818: -1- m4_define([m4_location(AC_PROG_MAKE_SET)], [/usr/share/autoconf/autoconf/programs.m4:818])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:818: -1- m4_define([AC_PROG_MAKE_SET], [_m4_defun_pro([$0])AC_MSG_CHECKING([whether ${MAKE-make} sets \$(MAKE)])
-set x ${MAKE-make}
-ac_make=`AS_ECHO(["$[2]"]) | sed 's/+/p/g; s/[[^a-zA-Z0-9_]]/_/g'`
-AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
-[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])dnl
-if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
- AC_MSG_RESULT([yes])
- SET_MAKE=
-else
- AC_MSG_RESULT([no])
- SET_MAKE="MAKE=${MAKE-make}"
-fi
-AC_SUBST([SET_MAKE])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:851: -1- m4_define([m4_location(AC_PROG_RANLIB)], [/usr/share/autoconf/autoconf/programs.m4:851])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:851: -1- m4_define([AC_PROG_RANLIB], [_m4_defun_pro([$0])AC_CHECK_TOOL(RANLIB, ranlib, :)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- AU_DEFINE([AC_RSH], [m4_ifval([$0 is no longer supported. Remove this warning when you
-adjust the code.], [_au_warn_AC_RSH([$0 is no longer supported. Remove this warning when you
-adjust the code.])AC_DIAGNOSE([obsolete], [$0 is no longer supported. Remove this warning when you
-adjust the code.])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- AU_DEFINE([_au_warn_AC_RSH], [m4_warning($@)dnl
-m4_define([_au_warn_AC_RSH], [])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- m4_define([m4_location(AC_RSH)], [/usr/share/autoconf/autoconf/programs.m4:858])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- m4_define([AC_RSH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RSH' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:867: -1- m4_define([m4_location(AC_PROG_SED)], [/usr/share/autoconf/autoconf/programs.m4:867])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:867: -1- m4_define([AC_PROG_SED], [_m4_defun_pro([$0])AC_CACHE_CHECK([for a sed that does not truncate output], ac_cv_path_SED,
- [dnl ac_script should not contain more than 99 commands (for HP-UX sed),
- dnl but more than about 7000 bytes, to catch a limit in Solaris 8 /usr/ucb/sed.
- 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
- AS_UNSET([ac_script])
- _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed],
- [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
- ["$ac_path_SED" -f conftest.sed])])])
- SED="$ac_cv_path_SED"
- AC_SUBST([SED])dnl
- rm -f conftest.sed
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:894: -1- m4_define([m4_location(AC_PROG_YACC)], [/usr/share/autoconf/autoconf/programs.m4:894])
-m4trace:/usr/share/autoconf/autoconf/programs.m4:894: -1- m4_define([AC_PROG_YACC], [_m4_defun_pro([$0])AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)dnl
-AC_ARG_VAR(YACC,
-[The `Yet Another C Compiler' implementation to use. Defaults to the first
-program found out of: `bison -y', `byacc', `yacc'.])dnl
-AC_ARG_VAR(YFLAGS,
-[The list of arguments that will be passed by default to $YACC. This script
-will default YFLAGS to the empty string to avoid a default value of `-d' given
-by some make applications.])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:41: -1- m4_include([autoconf/lang.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:41: -1- m4_define([m4_include(autoconf/lang.m4)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:56: -1- m4_define([AC_LANG_CASE], [m4_case(_AC_LANG, $@)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:64: -1- m4_define([_AC_LANG_DISPATCH], [m4_ifdef([$1($2)],
- [m4_indir([$1($2)], m4_shift2($@))],
- [m4_fatal([$1: unknown language: $2])])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:82: -1- m4_define([m4_location(_AC_LANG_SET)], [/usr/share/autoconf/autoconf/lang.m4:82])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:82: -1- m4_define([_AC_LANG_SET], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([AC_LANG], [$2])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:89: -1- m4_define([m4_location(AC_LANG)], [/usr/share/autoconf/autoconf/lang.m4:89])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:89: -1- m4_define([AC_LANG], [_m4_defun_pro([$0])_AC_LANG_SET(m4_ifdef([_AC_LANG], [m4_defn([_AC_LANG])]),
- [$1])dnl
-m4_define([_AC_LANG], [$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:98: -1- m4_define([m4_location(AC_LANG_PUSH)], [/usr/share/autoconf/autoconf/lang.m4:98])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:98: -1- m4_define([AC_LANG_PUSH], [_m4_defun_pro([$0])_AC_LANG_SET(m4_ifdef([_AC_LANG], [m4_defn([_AC_LANG])]),
- [$1])dnl
-m4_pushdef([_AC_LANG], [$1])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:108: -1- m4_define([m4_location(AC_LANG_POP)], [/usr/share/autoconf/autoconf/lang.m4:108])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:108: -1- m4_define([AC_LANG_POP], [_m4_defun_pro([$0])m4_ifval([$1],
- [m4_if([$1], m4_defn([_AC_LANG]), [],
- [m4_fatal([$0($1): unexpected current language: ]m4_defn([_AC_LANG]))])])dnl
-m4_pushdef([$0 OLD], m4_defn([_AC_LANG]))dnl
-m4_popdef([_AC_LANG])dnl
-_AC_LANG_SET(m4_defn([$0 OLD]), m4_defn([_AC_LANG]))dnl
-m4_popdef([$0 OLD])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:122: -1- AU_DEFINE([AC_LANG_SAVE], [m4_ifval([Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
-you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [_au_warn_AC_LANG_SAVE([Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
-you should use `AC_LANG_PUSH' and `AC_LANG_POP'.])AC_DIAGNOSE([obsolete], [Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
-you should use `AC_LANG_PUSH' and `AC_LANG_POP'.])d[]nl
-])dnl
-[AC_LANG_SAVE]])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:122: -1- AU_DEFINE([_au_warn_AC_LANG_SAVE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_SAVE], [])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:122: -1- m4_define([m4_location(AC_LANG_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:122])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:122: -1- m4_define([AC_LANG_SAVE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
-You should run autoupdate.])dnl
-[AC_LANG_SAVE][]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:126: -1- m4_define([m4_location(AC_LANG_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:126])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:126: -1- m4_define([AC_LANG_SAVE], [_m4_defun_pro([$0])m4_pushdef([_AC_LANG], _AC_LANG)dnl
-AC_DIAGNOSE([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
-You should run autoupdate.])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:135: -1- AU_DEFINE([AC_LANG_RESTORE], [m4_ifval([], [_au_warn_AC_LANG_RESTORE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG_POP($@)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:135: -1- AU_DEFINE([_au_warn_AC_LANG_RESTORE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_RESTORE], [])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:135: -1- m4_define([m4_location(AC_LANG_RESTORE)], [/usr/share/autoconf/autoconf/lang.m4:135])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:135: -1- m4_define([AC_LANG_RESTORE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG_POP($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:142: -1- m4_define([m4_location(_AC_LANG_ABBREV)], [/usr/share/autoconf/autoconf/lang.m4:142])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:142: -1- m4_define([_AC_LANG_ABBREV], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:150: -1- m4_define([m4_location(_AC_LANG_PREFIX)], [/usr/share/autoconf/autoconf/lang.m4:150])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:150: -1- m4_define([_AC_LANG_PREFIX], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:157: -1- m4_define([m4_location(AC_LANG_ASSERT)], [/usr/share/autoconf/autoconf/lang.m4:157])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:157: -1- m4_define([AC_LANG_ASSERT], [_m4_defun_pro([$0])m4_if(_AC_LANG, $1, [],
- [m4_fatal([$0: current language is not $1: ] _AC_LANG)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:170: -1- m4_define([AC_LANG_DEFINE], [m4_define([AC_LANG($1)], [$6])
-m4_define([_AC_LANG_ABBREV($1)], [$2])
-m4_define([_AC_LANG_PREFIX($1)], [$3])
-m4_define([_AC_CC($1)], [$4])
-m4_copy([AC_LANG_CONFTEST($5)], [AC_LANG_CONFTEST($1)])
-m4_copy([AC_LANG_SOURCE($5)], [AC_LANG_SOURCE($1)])
-m4_copy([_AC_LANG_NULL_PROGRAM($5)], [_AC_LANG_NULL_PROGRAM($1)])
-m4_ifval([$5],
-[m4_copy([AC_LANG_PROGRAM($5)], [AC_LANG_PROGRAM($1)])]
-[m4_copy([AC_LANG_CALL($5)], [AC_LANG_CALL($1)])]
-[m4_copy([AC_LANG_FUNC_LINK_TRY($5)], [AC_LANG_FUNC_LINK_TRY($1)])]
-[m4_copy([AC_LANG_BOOL_COMPILE_TRY($5)], [AC_LANG_BOOL_COMPILE_TRY($1)])]
-[m4_copy([AC_LANG_INT_SAVE($5)], [AC_LANG_INT_SAVE($1)])]
-[m4_copy([_AC_LANG_IO_PROGRAM($5)], [_AC_LANG_IO_PROGRAM($1)])])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:194: -1- m4_define([m4_location(AC_LANG_CONFTEST)], [/usr/share/autoconf/autoconf/lang.m4:194])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:194: -1- m4_define([AC_LANG_CONFTEST], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:201: -1- m4_define([AC_LANG_CONFTEST()], [cat > conftest.$ac_ext <<_ACEOF
-$1
-_ACEOF])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:211: -1- m4_define([m4_location(AC_LANG_SOURCE)], [/usr/share/autoconf/autoconf/lang.m4:211])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:211: -1- m4_define([AC_LANG_SOURCE], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:218: -1- m4_define([AC_LANG_SOURCE()], [$1])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:228: -1- m4_define([m4_location(AC_LANG_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:228])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:228: -1- m4_define([AC_LANG_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:235: -1- m4_define([_AC_LANG_NULL_PROGRAM()], [AC_LANG_PROGRAM([], [])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:243: -1- m4_define([m4_location(_AC_LANG_NULL_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:243])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:243: -1- m4_define([_AC_LANG_NULL_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:252: -1- m4_define([m4_location(_AC_LANG_IO_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:252])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:252: -1- m4_define([_AC_LANG_IO_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:259: -1- m4_define([m4_location(AC_LANG_CALL)], [/usr/share/autoconf/autoconf/lang.m4:259])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:259: -1- m4_define([AC_LANG_CALL], [_m4_defun_pro([$0])m4_ifval([$2], [], [m4_warn([syntax], [$0: no function given])])dnl
-_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:267: -1- m4_define([m4_location(AC_LANG_FUNC_LINK_TRY)], [/usr/share/autoconf/autoconf/lang.m4:267])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:267: -1- m4_define([AC_LANG_FUNC_LINK_TRY], [_m4_defun_pro([$0])m4_ifval([$1], [], [m4_warn([syntax], [$0: no function given])])dnl
-_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:276: -1- m4_define([m4_location(AC_LANG_BOOL_COMPILE_TRY)], [/usr/share/autoconf/autoconf/lang.m4:276])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:276: -1- m4_define([AC_LANG_BOOL_COMPILE_TRY], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:284: -1- m4_define([m4_location(AC_LANG_INT_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:284])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:284: -1- m4_define([AC_LANG_INT_SAVE], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:291: -1- m4_define([_AC_CC], [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:307: -1- m4_define([AC_LANG_COMPILER], [AC_BEFORE([AC_LANG_COMPILER(]_AC_LANG[)],
- [AC_LANG_PREPROC(]_AC_LANG[)])dnl
-_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:316: -1- m4_define([m4_location(AC_LANG_COMPILER_REQUIRE)], [/usr/share/autoconf/autoconf/lang.m4:316])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:316: -1- m4_define([AC_LANG_COMPILER_REQUIRE], [_m4_defun_pro([$0])m4_require([AC_LANG_COMPILER(]_AC_LANG[)],
- [AC_LANG_COMPILER])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:332: -1- m4_define([_AC_LANG_COMPILER_GNU], [AC_CACHE_CHECK([whether we are using the GNU _AC_LANG compiler],
- [ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu],
-[_AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[#ifndef __GNUC__
- choke me
-#endif
-]])],
- [ac_compiler_gnu=yes],
- [ac_compiler_gnu=no])
-ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu=$ac_compiler_gnu
-])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:351: -1- m4_define([AC_LANG_PREPROC], [AC_LANG_COMPILER_REQUIRE()dnl
-_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:359: -1- m4_define([m4_location(AC_LANG_PREPROC_REQUIRE)], [/usr/share/autoconf/autoconf/lang.m4:359])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:359: -1- m4_define([AC_LANG_PREPROC_REQUIRE], [_m4_defun_pro([$0])m4_require([AC_LANG_PREPROC(]_AC_LANG[)],
- [AC_LANG_PREPROC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:368: -1- m4_define([m4_location(AC_REQUIRE_CPP)], [/usr/share/autoconf/autoconf/lang.m4:368])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:368: -1- m4_define([AC_REQUIRE_CPP], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:393: -1- m4_define([m4_location(AC_NO_EXECUTABLES)], [/usr/share/autoconf/autoconf/lang.m4:393])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:393: -1- m4_define([AC_NO_EXECUTABLES], [_m4_defun_once([AC_NO_EXECUTABLES], [m4_divert_push([KILL])
-m4_divert_text([DEFAULTS], [ac_no_link=no])
-
-AC_BEFORE([$0], [_AC_COMPILER_EXEEXT])
-AC_BEFORE([$0], [AC_LINK_IFELSE])
-
-m4_define([_AC_COMPILER_EXEEXT],
-[AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
-if _AC_DO_VAR(ac_link); then
- ac_no_link=no
- ]m4_defn([_AC_COMPILER_EXEEXT])[
-else
- rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.o conftest.obj conftest.dSYM
- ac_no_link=yes
- # Setting cross_compile will disable run tests; it will
- # also disable AC_CHECK_FILE but that's generally
- # correct if we can't link.
- cross_compiling=yes
- EXEEXT=
- _AC_COMPILER_EXEEXT_CROSS
-fi
-])
-
-m4_define([AC_LINK_IFELSE],
-[if test x$ac_no_link = xyes; then
- AC_MSG_ERROR([link tests are not allowed after AC@&t@_NO_EXECUTABLES])
-fi
-]m4_defn([AC_LINK_IFELSE]))
-
-m4_divert_pop()dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_NO_EXECUTABLES])m4_unquote(], [)_m4_defun_epi([AC_NO_EXECUTABLES])]],
-m4_ifdef([_m4_diverting([AC_NO_EXECUTABLES])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_NO_EXECUTABLES],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:461: -1- m4_define([_AC_COMPILER_OBJEXT_REJECT], [*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:469: -1- m4_define([_AC_COMPILER_EXEEXT_REJECT], [_AC_COMPILER_OBJEXT_REJECT | *.o | *.obj])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:477: -1- m4_define([m4_location(AC_EXEEXT)], [/usr/share/autoconf/autoconf/lang.m4:477])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:477: -1- m4_define([AC_EXEEXT], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:478: -1- m4_define([m4_location(AC_OBJEXT)], [/usr/share/autoconf/autoconf/lang.m4:478])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:478: -1- m4_define([AC_OBJEXT], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:506: -1- m4_define([_AC_COMPILER_EXEEXT_DEFAULT], [# 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.
-AC_MSG_CHECKING([whether the _AC_LANG compiler works])
-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_COMPILER_EXEEXT_REJECT ) ;;
- * ) ac_rmfiles="$ac_rmfiles $ac_file";;
- esac
-done
-rm -f $ac_rmfiles
-
-AS_IF([_AC_DO_VAR(ac_link_default)],
-[# 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_COMPILER_EXEEXT_REJECT )
- ;;
- [[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=
-],
- [ac_file=''])
-AS_IF([test -z "$ac_file"],
-[AC_MSG_RESULT([no])
-_AC_MSG_LOG_CONFTEST
-AC_MSG_FAILURE([_AC_LANG compiler cannot create executables], 77)],
-[AC_MSG_RESULT([yes])])
-AC_MSG_CHECKING([for _AC_LANG compiler default output file name])
-AC_MSG_RESULT([$ac_file])
-ac_exeext=$ac_cv_exeext
-])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:582: -1- m4_define([_AC_COMPILER_EXEEXT_CROSS], [# Check that the compiler produces executables we can run. If not, either
-# the compiler is broken, or we cross compile.
-AC_MSG_CHECKING([whether we are cross compiling])
-if test "$cross_compiling" != yes; then
- _AC_DO_VAR(ac_link)
- if _AC_DO_TOKENS([./conftest$ac_cv_exeext]); then
- cross_compiling=no
- else
- if test "$cross_compiling" = maybe; then
- cross_compiling=yes
- else
- AC_MSG_FAILURE([cannot run _AC_LANG compiled programs.
-If you meant to cross compile, use `--host'.])
- fi
- fi
-fi
-AC_MSG_RESULT([$cross_compiling])
-])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:607: -1- m4_define([_AC_COMPILER_EXEEXT_O], [AC_MSG_CHECKING([for suffix of executables])
-AS_IF([_AC_DO_VAR(ac_link)],
-[# 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_COMPILER_EXEEXT_REJECT ) ;;
- *.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
- break;;
- * ) break;;
- esac
-done],
- [AC_MSG_FAILURE([cannot compute suffix of executables: cannot compile and link])])
-rm -f conftest conftest$ac_cv_exeext
-AC_MSG_RESULT([$ac_cv_exeext])
-])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:646: -1- m4_define([_AC_COMPILER_EXEEXT], [AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
-_AC_COMPILER_EXEEXT_DEFAULT
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
-ac_clean_files=$ac_clean_files_save
-_AC_COMPILER_EXEEXT_O
-rm -f conftest.$ac_ext
-AC_SUBST([EXEEXT], [$ac_cv_exeext])dnl
-ac_exeext=$EXEEXT
-AC_LANG_CONFTEST([_AC_LANG_IO_PROGRAM])
-ac_clean_files="$ac_clean_files conftest.out"
-_AC_COMPILER_EXEEXT_CROSS
-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
-ac_clean_files=$ac_clean_files_save
-])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:675: -1- m4_define([_AC_COMPILER_OBJEXT], [AC_CACHE_CHECK([for suffix of object files], ac_cv_objext,
-[AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
-rm -f conftest.o conftest.obj
-AS_IF([_AC_DO_VAR(ac_compile)],
-[for ac_file in conftest.o conftest.obj conftest.*; do
- test -f "$ac_file" || continue;
- case $ac_file in
- _AC_COMPILER_OBJEXT_REJECT ) ;;
- *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
- break;;
- esac
-done],
- [_AC_MSG_LOG_CONFTEST
-AC_MSG_FAILURE([cannot compute suffix of object files: cannot compile])])
-rm -f conftest.$ac_cv_objext conftest.$ac_ext])
-AC_SUBST([OBJEXT], [$ac_cv_objext])dnl
-ac_objext=$OBJEXT
-])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:706: -1- m4_define([m4_location(AC_LANG_WERROR)], [/usr/share/autoconf/autoconf/lang.m4:706])
-m4trace:/usr/share/autoconf/autoconf/lang.m4:706: -1- m4_define([AC_LANG_WERROR], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_[]_AC_LANG_ABBREV[]_werror_flag=])
-ac_[]_AC_LANG_ABBREV[]_werror_flag=yes[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:42: -1- m4_include([autoconf/c.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:42: -1- m4_define([m4_include(autoconf/c.m4)])
-m4trace:/usr/share/autoconf/autoconf/c.m4:62: -1- m4_define([AC_LANG(C)], [ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:62: -1- m4_define([_AC_LANG_ABBREV(C)], [c])
-m4trace:/usr/share/autoconf/autoconf/c.m4:62: -1- m4_define([_AC_LANG_PREFIX(C)], [C])
-m4trace:/usr/share/autoconf/autoconf/c.m4:62: -1- m4_define([_AC_CC(C)], [CC])
-m4trace:/usr/share/autoconf/autoconf/c.m4:73: -1- AU_DEFINE([AC_LANG_C], [m4_ifval([], [_au_warn_AC_LANG_C([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG(C)])
-m4trace:/usr/share/autoconf/autoconf/c.m4:73: -1- AU_DEFINE([_au_warn_AC_LANG_C], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_C], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:73: -1- m4_define([m4_location(AC_LANG_C)], [/usr/share/autoconf/autoconf/c.m4:73])
-m4trace:/usr/share/autoconf/autoconf/c.m4:73: -1- m4_define([AC_LANG_C], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_C' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG(C)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:87: -1- m4_define([AC_LANG_CONFTEST(C)], [cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$1
-_ACEOF])
-m4trace:/usr/share/autoconf/autoconf/c.m4:96: -1- m4_define([AC_LANG_PROGRAM(C)], [$1
-m4_ifdef([_AC_LANG_PROGRAM_C_F77_HOOKS], [_AC_LANG_PROGRAM_C_F77_HOOKS])[]dnl
-m4_ifdef([_AC_LANG_PROGRAM_C_FC_HOOKS], [_AC_LANG_PROGRAM_C_FC_HOOKS])[]dnl
-int
-main ()
-{
-dnl Do *not* indent the following line: there may be CPP directives.
-dnl Don't move the `;' right after for the same reason.
-$2
- ;
- return 0;
-}])
-m4trace:/usr/share/autoconf/autoconf/c.m4:115: -1- m4_define([_AC_LANG_IO_PROGRAM(C)], [AC_LANG_PROGRAM([@%:@include <stdio.h>],
-[FILE *f = fopen ("conftest.out", "w");
- return ferror (f) || fclose (f) != 0;
-])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:125: -1- m4_define([AC_LANG_CALL(C)], [AC_LANG_PROGRAM([$1
-m4_if([$2], [main], ,
-[/* 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 ();])], [return $2 ();])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:151: -1- m4_define([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_PROGRAM(
-[/* Define $1 to an innocuous variant, in case <limits.h> declares $1.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $1 innocuous_$1
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $1 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $1
-
-/* 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 $1 ();
-/* 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_$1 || defined __stub___$1
-choke me
-#endif
-], [return $1 ();])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:192: -1- m4_define([AC_LANG_BOOL_COMPILE_TRY(C)], [AC_LANG_PROGRAM([$1], [static int test_array @<:@1 - 2 * !($2)@:>@;
-test_array @<:@0@:>@ = 0
-])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:202: -1- m4_define([AC_LANG_INT_SAVE(C)], [AC_LANG_PROGRAM([$1
-static long int longval () { return $2; }
-static unsigned long int ulongval () { return $2; }
-@%:@include <stdio.h>
-@%:@include <stdlib.h>],
-[
- FILE *f = fopen ("conftest.val", "w");
- if (! f)
- return 1;
- if (($2) < 0)
- {
- long int i = longval ();
- if (i != ($2))
- return 1;
- fprintf (f, "%ld", i);
- }
- else
- {
- unsigned long int i = ulongval ();
- if (i != ($2))
- return 1;
- fprintf (f, "%lu", i);
- }
- /* Do not output a trailing newline, as this causes \r\n confusion
- on some platforms. */
- return ferror (f) || fclose (f) != 0;
-])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([AC_LANG(C++)], [ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_LANG_ABBREV(C++)], [cxx])
-m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_LANG_PREFIX(C++)], [CXX])
-m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_CC(C++)], [CXX])
-m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- AU_DEFINE([AC_LANG_CPLUSPLUS], [m4_ifval([], [_au_warn_AC_LANG_CPLUSPLUS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG(C++)])
-m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- AU_DEFINE([_au_warn_AC_LANG_CPLUSPLUS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_CPLUSPLUS], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- m4_define([m4_location(AC_LANG_CPLUSPLUS)], [/usr/share/autoconf/autoconf/c.m4:252])
-m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- m4_define([AC_LANG_CPLUSPLUS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG(C++)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([AC_LANG(Objective C)], [ac_ext=m
-ac_cpp='$OBJCPP $CPPFLAGS'
-ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_objc_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_LANG_ABBREV(Objective C)], [objc])
-m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC])
-m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_CC(Objective C)], [OBJC])
-m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- AU_DEFINE([AC_LANG_OBJC], [m4_ifval([], [_au_warn_AC_LANG_OBJC([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG(Objective C)])
-m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- AU_DEFINE([_au_warn_AC_LANG_OBJC], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_OBJC], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- m4_define([m4_location(AC_LANG_OBJC)], [/usr/share/autoconf/autoconf/c.m4:274])
-m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- m4_define([AC_LANG_OBJC], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_OBJC' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG(Objective C)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([AC_LANG(Objective C++)], [ac_ext=mm
-ac_cpp='$OBJCXXCPP $CPPFLAGS'
-ac_compile='$OBJCXX -c $OBJCXXFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$OBJCXX -o conftest$ac_exeext $OBJCXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_objcxx_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_LANG_ABBREV(Objective C++)], [objcxx])
-m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_LANG_PREFIX(Objective C++)], [OBJCXX])
-m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_CC(Objective C++)], [OBJCXX])
-m4trace:/usr/share/autoconf/autoconf/c.m4:308: -1- m4_define([m4_location(_AC_ARG_VAR_CPPFLAGS)], [/usr/share/autoconf/autoconf/c.m4:308])
-m4trace:/usr/share/autoconf/autoconf/c.m4:308: -1- m4_define([_AC_ARG_VAR_CPPFLAGS], [_m4_defun_pro([$0])AC_ARG_VAR([CPPFLAGS],
- [(Objective) C/C++ preprocessor flags, e.g. -I<include dir>
- if you have headers in a nonstandard directory <include dir>])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:318: -1- m4_define([m4_location(_AC_ARG_VAR_LDFLAGS)], [/usr/share/autoconf/autoconf/c.m4:318])
-m4trace:/usr/share/autoconf/autoconf/c.m4:318: -1- m4_define([_AC_ARG_VAR_LDFLAGS], [_m4_defun_pro([$0])AC_ARG_VAR([LDFLAGS],
- [linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:328: -1- m4_define([m4_location(_AC_ARG_VAR_LIBS)], [/usr/share/autoconf/autoconf/c.m4:328])
-m4trace:/usr/share/autoconf/autoconf/c.m4:328: -1- m4_define([_AC_ARG_VAR_LIBS], [_m4_defun_pro([$0])AC_ARG_VAR([LIBS],
- [libraries to pass to the linker, e.g. -l<library>])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:336: -1- m4_define([m4_location(AC_LANG_PREPROC(C))], [/usr/share/autoconf/autoconf/c.m4:336])
-m4trace:/usr/share/autoconf/autoconf/c.m4:336: -1- m4_define([AC_LANG_PREPROC(C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CPP])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:345: -1- m4_define([m4_location(_AC_PROG_PREPROC_WORKS_IFELSE)], [/usr/share/autoconf/autoconf/c.m4:345])
-m4trace:/usr/share/autoconf/autoconf/c.m4:345: -1- m4_define([_AC_PROG_PREPROC_WORKS_IFELSE], [_m4_defun_pro([$0])ac_preproc_ok=false
-for ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag in '' yes
-do
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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.
- _AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@ifdef __STDC__
-@%:@ include <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
- Syntax error]])],
- [],
- [# Broken: fails on valid input.
-continue])
-
- # OK, works on sane cases. Now check whether nonexistent headers
- # can be detected and how.
- _AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@include <ac_nonexistent.h>]])],
- [# Broken: success on invalid input.
-continue],
- [# Passes both tests.
-ac_preproc_ok=:
-break])
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-AS_IF([$ac_preproc_ok], [$1], [$2])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:388: -1- m4_define([m4_location(AC_PROG_CPP)], [/usr/share/autoconf/autoconf/c.m4:388])
-m4trace:/usr/share/autoconf/autoconf/c.m4:388: -1- m4_define([AC_PROG_CPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
-AC_ARG_VAR([CPP], [C preprocessor])dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-AC_LANG_PUSH(C)dnl
-AC_MSG_CHECKING([how to run the C preprocessor])
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
- CPP=
-fi
-if test -z "$CPP"; then
- AC_CACHE_VAL([ac_cv_prog_CPP],
- [dnl
- # Double quotes because CPP needs to be expanded
- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
- do
- _AC_PROG_PREPROC_WORKS_IFELSE([break])
- done
- ac_cv_prog_CPP=$CPP
- ])dnl
- CPP=$ac_cv_prog_CPP
-else
- ac_cv_prog_CPP=$CPP
-fi
-AC_MSG_RESULT([$CPP])
-_AC_PROG_PREPROC_WORKS_IFELSE([],
- [AC_MSG_FAILURE([C preprocessor "$CPP" fails sanity check])])
-AC_SUBST(CPP)dnl
-AC_LANG_POP(C)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:422: -1- m4_define([m4_location(AC_PROG_CPP_WERROR)], [/usr/share/autoconf/autoconf/c.m4:422])
-m4trace:/usr/share/autoconf/autoconf/c.m4:422: -1- m4_define([AC_PROG_CPP_WERROR], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CPP])dnl
-ac_c_preproc_warn_flag=yes[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:429: -1- m4_define([m4_location(AC_LANG_COMPILER(C))], [/usr/share/autoconf/autoconf/c.m4:429])
-m4trace:/usr/share/autoconf/autoconf/c.m4:429: -1- m4_define([AC_LANG_COMPILER(C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- AU_DEFINE([ac_cv_prog_gcc], [m4_ifval([], [_au_warn_ac_cv_prog_gcc([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-ac_cv_c_compiler_gnu])
-m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- AU_DEFINE([_au_warn_ac_cv_prog_gcc], [m4_warning($@)dnl
-m4_define([_au_warn_ac_cv_prog_gcc], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- m4_define([m4_location(ac_cv_prog_gcc)], [/usr/share/autoconf/autoconf/c.m4:436])
-m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- m4_define([ac_cv_prog_gcc], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_gcc' is obsolete.
-You should run autoupdate.])dnl
-ac_cv_c_compiler_gnu[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:448: -1- m4_define([m4_location(AC_PROG_CC)], [/usr/share/autoconf/autoconf/c.m4:448])
-m4trace:/usr/share/autoconf/autoconf/c.m4:448: -1- m4_define([AC_PROG_CC], [_m4_defun_pro([$0])AC_LANG_PUSH(C)dnl
-AC_ARG_VAR([CC], [C compiler command])dnl
-AC_ARG_VAR([CFLAGS], [C compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-m4_ifval([$1],
- [AC_CHECK_TOOLS(CC, [$1])],
-[AC_CHECK_TOOL(CC, gcc)
-if test -z "$CC"; then
- dnl Here we want:
- dnl AC_CHECK_TOOL(CC, cc)
- dnl but without the check for a tool without the prefix.
- dnl Until the check is removed from there, copy the code:
- if test -n "$ac_tool_prefix"; then
- AC_CHECK_PROG(CC, [${ac_tool_prefix}cc], [${ac_tool_prefix}cc])
- fi
-fi
-if test -z "$CC"; then
- AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
-fi
-if test -z "$CC"; then
- AC_CHECK_TOOLS(CC, cl.exe)
-fi
-])
-
-test -z "$CC" && AC_MSG_FAILURE([no acceptable C compiler found in \$PATH])
-
-# Provide some information about the compiler.
-_AS_ECHO_LOG([checking for _AC_LANG compiler version])
-set X $ac_compile
-ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
- _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
-done
-
-m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
-m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
-_AC_LANG_COMPILER_GNU
-if test $ac_compiler_gnu = yes; then
- GCC=yes
-else
- GCC=
-fi
-_AC_PROG_CC_G
-_AC_PROG_CC_C89
-AC_LANG_POP(C)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:505: -1- m4_define([_AC_PROG_CC_G], [ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-AC_CACHE_CHECK(whether $CC accepts -g, ac_cv_prog_cc_g,
- [ac_save_c_werror_flag=$ac_c_werror_flag
- ac_c_werror_flag=yes
- ac_cv_prog_cc_g=no
- CFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_cc_g=yes],
- [CFLAGS=""
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [],
- [ac_c_werror_flag=$ac_save_c_werror_flag
- CFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_cc_g=yes])])])
- ac_c_werror_flag=$ac_save_c_werror_flag])
-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[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:543: -1- m4_define([m4_location(AC_PROG_GCC_TRADITIONAL)], [/usr/share/autoconf/autoconf/c.m4:543])
-m4trace:/usr/share/autoconf/autoconf/c.m4:543: -1- m4_define([AC_PROG_GCC_TRADITIONAL], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
-if test $ac_cv_c_compiler_gnu = yes; then
- AC_CACHE_CHECK(whether $CC needs -traditional,
- ac_cv_prog_gcc_traditional,
-[ ac_pattern="Autoconf.*'x'"
- AC_EGREP_CPP($ac_pattern, [#include <sgtty.h>
-Autoconf TIOCGETP],
- ac_cv_prog_gcc_traditional=yes, ac_cv_prog_gcc_traditional=no)
-
- if test $ac_cv_prog_gcc_traditional = no; then
- AC_EGREP_CPP($ac_pattern, [#include <termio.h>
-Autoconf TCGETA],
- ac_cv_prog_gcc_traditional=yes)
- fi])
- if test $ac_cv_prog_gcc_traditional = yes; then
- CC="$CC -traditional"
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:567: -1- m4_define([m4_location(AC_PROG_CC_C_O)], [/usr/share/autoconf/autoconf/c.m4:567])
-m4trace:/usr/share/autoconf/autoconf/c.m4:567: -1- m4_define([AC_PROG_CC_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
-if test "x$CC" != xcc; then
- AC_MSG_CHECKING([whether $CC and cc understand -c and -o together])
-else
- AC_MSG_CHECKING([whether cc understands -c and -o together])
-fi
-set dummy $CC; ac_cc=`AS_ECHO(["$[2]"]) |
- sed 's/[[^a-zA-Z0-9_]]/_/g;s/^[[0-9]]/_/'`
-AC_CACHE_VAL(ac_cv_prog_cc_${ac_cc}_c_o,
-[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
-# Make sure it works both with $CC and with simple cc.
-# We do the test twice because some compilers refuse to overwrite an
-# existing .o file with -o, though they will create one.
-ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
-rm -f conftest2.*
-if _AC_DO_VAR(ac_try) &&
- test -f conftest2.$ac_objext && _AC_DO_VAR(ac_try);
-then
- eval ac_cv_prog_cc_${ac_cc}_c_o=yes
- if test "x$CC" != xcc; then
- # Test first that cc exists at all.
- if _AC_DO_TOKENS(cc -c conftest.$ac_ext >&AS_MESSAGE_LOG_FD); then
- ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
- rm -f conftest2.*
- if _AC_DO_VAR(ac_try) &&
- test -f conftest2.$ac_objext && _AC_DO_VAR(ac_try);
- then
- # cc works too.
- :
- else
- # cc exists but doesn't like -o.
- eval ac_cv_prog_cc_${ac_cc}_c_o=no
- fi
- fi
- fi
-else
- eval ac_cv_prog_cc_${ac_cc}_c_o=no
-fi
-rm -f core conftest*
-])dnl
-if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
- AC_DEFINE(NO_MINUS_C_MINUS_O, 1,
- [Define to 1 if your C compiler doesn't accept -c and -o together.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:627: -1- m4_define([m4_location(AC_LANG_PREPROC(C++))], [/usr/share/autoconf/autoconf/c.m4:627])
-m4trace:/usr/share/autoconf/autoconf/c.m4:627: -1- m4_define([AC_LANG_PREPROC(C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXXCPP])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:636: -1- m4_define([m4_location(AC_PROG_CXXCPP)], [/usr/share/autoconf/autoconf/c.m4:636])
-m4trace:/usr/share/autoconf/autoconf/c.m4:636: -1- m4_define([AC_PROG_CXXCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])dnl
-AC_ARG_VAR([CXXCPP], [C++ preprocessor])dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-AC_LANG_PUSH(C++)dnl
-AC_MSG_CHECKING([how to run the C++ preprocessor])
-if test -z "$CXXCPP"; then
- AC_CACHE_VAL(ac_cv_prog_CXXCPP,
- [dnl
- # Double quotes because CXXCPP needs to be expanded
- for CXXCPP in "$CXX -E" "/lib/cpp"
- do
- _AC_PROG_PREPROC_WORKS_IFELSE([break])
- done
- ac_cv_prog_CXXCPP=$CXXCPP
- ])dnl
- CXXCPP=$ac_cv_prog_CXXCPP
-else
- ac_cv_prog_CXXCPP=$CXXCPP
-fi
-AC_MSG_RESULT([$CXXCPP])
-_AC_PROG_PREPROC_WORKS_IFELSE([],
- [AC_MSG_FAILURE([C++ preprocessor "$CXXCPP" fails sanity check])])
-AC_SUBST(CXXCPP)dnl
-AC_LANG_POP(C++)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:667: -1- m4_define([m4_location(AC_LANG_COMPILER(C++))], [/usr/share/autoconf/autoconf/c.m4:667])
-m4trace:/usr/share/autoconf/autoconf/c.m4:667: -1- m4_define([AC_LANG_COMPILER(C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- AU_DEFINE([ac_cv_prog_gxx], [m4_ifval([], [_au_warn_ac_cv_prog_gxx([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-ac_cv_cxx_compiler_gnu])
-m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- AU_DEFINE([_au_warn_ac_cv_prog_gxx], [m4_warning($@)dnl
-m4_define([_au_warn_ac_cv_prog_gxx], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- m4_define([m4_location(ac_cv_prog_gxx)], [/usr/share/autoconf/autoconf/c.m4:674])
-m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- m4_define([ac_cv_prog_gxx], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_gxx' is obsolete.
-You should run autoupdate.])dnl
-ac_cv_cxx_compiler_gnu[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:694: -1- m4_define([m4_location(AC_PROG_CXX)], [/usr/share/autoconf/autoconf/c.m4:694])
-m4trace:/usr/share/autoconf/autoconf/c.m4:694: -1- m4_define([AC_PROG_CXX], [_m4_defun_pro([$0])AC_LANG_PUSH(C++)dnl
-AC_ARG_VAR([CXX], [C++ compiler command])dnl
-AC_ARG_VAR([CXXFLAGS], [C++ compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-_AC_ARG_VAR_PRECIOUS([CCC])dnl
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- AC_CHECK_TOOLS(CXX,
- [m4_default([$1],
- [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC])],
- g++)
- fi
-fi
-# Provide some information about the compiler.
-_AS_ECHO_LOG([checking for _AC_LANG compiler version])
-set X $ac_compile
-ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
- _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
-done
-
-m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
-m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
-_AC_LANG_COMPILER_GNU
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-_AC_PROG_CXX_G
-AC_LANG_POP(C++)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:739: -1- m4_define([_AC_PROG_CXX_G], [ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-AC_CACHE_CHECK(whether $CXX accepts -g, ac_cv_prog_cxx_g,
- [ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_cxx_g=yes],
- [CXXFLAGS=""
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [],
- [ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_cxx_g=yes])])])
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag])
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:779: -1- m4_define([m4_location(AC_PROG_CXX_C_O)], [/usr/share/autoconf/autoconf/c.m4:779])
-m4trace:/usr/share/autoconf/autoconf/c.m4:779: -1- m4_define([AC_PROG_CXX_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])dnl
-AC_LANG_PUSH([C++])dnl
-AC_CACHE_CHECK([whether $CXX understands -c and -o together],
- [ac_cv_prog_cxx_c_o],
-[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
-# We test twice because some compilers refuse to overwrite an existing
-# `.o' file with `-o', although they will create one.
-ac_try='$CXX $CXXFLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
-rm -f conftest2.*
-if _AC_DO_VAR(ac_try) &&
- test -f conftest2.$ac_objext &&
- _AC_DO_VAR(ac_try); then
- ac_cv_prog_cxx_c_o=yes
-else
- ac_cv_prog_cxx_c_o=no
-fi
-rm -f conftest*])
-if test $ac_cv_prog_cxx_c_o = no; then
- AC_DEFINE(CXX_NO_MINUS_C_MINUS_O, 1,
- [Define to 1 if your C++ compiler doesn't accept
- -c and -o together.])
-fi
-AC_LANG_POP([C++])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:815: -1- m4_define([m4_location(AC_LANG_PREPROC(Objective C))], [/usr/share/autoconf/autoconf/c.m4:815])
-m4trace:/usr/share/autoconf/autoconf/c.m4:815: -1- m4_define([AC_LANG_PREPROC(Objective C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCPP])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:822: -1- m4_define([m4_location(AC_PROG_OBJCPP)], [/usr/share/autoconf/autoconf/c.m4:822])
-m4trace:/usr/share/autoconf/autoconf/c.m4:822: -1- m4_define([AC_PROG_OBJCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJC])dnl
-AC_ARG_VAR([OBJCPP], [Objective C preprocessor])dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-AC_LANG_PUSH(Objective C)dnl
-AC_MSG_CHECKING([how to run the Objective C preprocessor])
-if test -z "$OBJCPP"; then
- AC_CACHE_VAL(ac_cv_prog_OBJCPP,
- [dnl
- # Double quotes because OBJCPP needs to be expanded
- for OBJCPP in "$OBJC -E" "/lib/cpp"
- do
- _AC_PROG_PREPROC_WORKS_IFELSE([break])
- done
- ac_cv_prog_OBJCPP=$OBJCPP
- ])dnl
- OBJCPP=$ac_cv_prog_OBJCPP
-else
- ac_cv_prog_OBJCPP=$OBJCPP
-fi
-AC_MSG_RESULT([$OBJCPP])
-_AC_PROG_PREPROC_WORKS_IFELSE([],
- [AC_MSG_FAILURE([Objective C preprocessor "$OBJCPP" fails sanity check])])
-AC_SUBST(OBJCPP)dnl
-AC_LANG_POP(Objective C)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:853: -1- m4_define([m4_location(AC_LANG_COMPILER(Objective C))], [/usr/share/autoconf/autoconf/c.m4:853])
-m4trace:/usr/share/autoconf/autoconf/c.m4:853: -1- m4_define([AC_LANG_COMPILER(Objective C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:871: -1- m4_define([m4_location(AC_PROG_OBJC)], [/usr/share/autoconf/autoconf/c.m4:871])
-m4trace:/usr/share/autoconf/autoconf/c.m4:871: -1- m4_define([AC_PROG_OBJC], [_m4_defun_pro([$0])AC_LANG_PUSH(Objective C)dnl
-AC_ARG_VAR([OBJC], [Objective C compiler command])dnl
-AC_ARG_VAR([OBJCFLAGS], [Objective C compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-_AC_ARG_VAR_PRECIOUS([OBJC])dnl
-AC_CHECK_TOOLS(OBJC,
- [m4_default([$1], [gcc objcc objc cc CC])],
- gcc)
-# Provide some information about the compiler.
-_AS_ECHO_LOG([checking for _AC_LANG compiler version])
-set X $ac_compile
-ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
- _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
-done
-
-m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
-m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
-_AC_LANG_COMPILER_GNU
-if test $ac_compiler_gnu = yes; then
- GOBJC=yes
-else
- GOBJC=
-fi
-_AC_PROG_OBJC_G
-AC_LANG_POP(Objective C)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:909: -1- m4_define([_AC_PROG_OBJC_G], [ac_test_OBJCFLAGS=${OBJCFLAGS+set}
-ac_save_OBJCFLAGS=$OBJCFLAGS
-AC_CACHE_CHECK(whether $OBJC accepts -g, ac_cv_prog_objc_g,
- [ac_save_objc_werror_flag=$ac_objc_werror_flag
- ac_objc_werror_flag=yes
- ac_cv_prog_objc_g=no
- OBJCFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_objc_g=yes],
- [OBJCFLAGS=""
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [],
- [ac_objc_werror_flag=$ac_save_objc_werror_flag
- OBJCFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_objc_g=yes])])])
- ac_objc_werror_flag=$ac_save_objc_werror_flag])
-if test "$ac_test_OBJCFLAGS" = set; then
- OBJCFLAGS=$ac_save_OBJCFLAGS
-elif test $ac_cv_prog_objc_g = yes; then
- if test "$GOBJC" = yes; then
- OBJCFLAGS="-g -O2"
- else
- OBJCFLAGS="-g"
- fi
-else
- if test "$GOBJC" = yes; then
- OBJCFLAGS="-O2"
- else
- OBJCFLAGS=
- fi
-fi[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:954: -1- m4_define([m4_location(AC_LANG_PREPROC(Objective C++))], [/usr/share/autoconf/autoconf/c.m4:954])
-m4trace:/usr/share/autoconf/autoconf/c.m4:954: -1- m4_define([AC_LANG_PREPROC(Objective C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXXCPP])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:961: -1- m4_define([m4_location(AC_PROG_OBJCXXCPP)], [/usr/share/autoconf/autoconf/c.m4:961])
-m4trace:/usr/share/autoconf/autoconf/c.m4:961: -1- m4_define([AC_PROG_OBJCXXCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXX])dnl
-AC_ARG_VAR([OBJCXXCPP], [Objective C++ preprocessor])dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-AC_LANG_PUSH(Objective C++)dnl
-AC_MSG_CHECKING([how to run the Objective C++ preprocessor])
-if test -z "$OBJCXXCPP"; then
- AC_CACHE_VAL(ac_cv_prog_OBJCXXCPP,
- [dnl
- # Double quotes because OBJCXXCPP needs to be expanded
- for OBJCXXCPP in "$OBJCXX -E" "/lib/cpp"
- do
- _AC_PROG_PREPROC_WORKS_IFELSE([break])
- done
- ac_cv_prog_OBJCXXCPP=$OBJCXXCPP
- ])dnl
- OBJCXXCPP=$ac_cv_prog_OBJCXXCPP
-else
- ac_cv_prog_OBJCXXCPP=$OBJCXXCPP
-fi
-AC_MSG_RESULT([$OBJCXXCPP])
-_AC_PROG_PREPROC_WORKS_IFELSE([],
- [AC_MSG_FAILURE([Objective C++ preprocessor "$OBJCXXCPP" fails sanity check])])
-AC_SUBST(OBJCXXCPP)dnl
-AC_LANG_POP(Objective C++)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:992: -1- m4_define([m4_location(AC_LANG_COMPILER(Objective C++))], [/usr/share/autoconf/autoconf/c.m4:992])
-m4trace:/usr/share/autoconf/autoconf/c.m4:992: -1- m4_define([AC_LANG_COMPILER(Objective C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXX])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1010: -1- m4_define([m4_location(AC_PROG_OBJCXX)], [/usr/share/autoconf/autoconf/c.m4:1010])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1010: -1- m4_define([AC_PROG_OBJCXX], [_m4_defun_pro([$0])AC_LANG_PUSH(Objective C++)dnl
-AC_ARG_VAR([OBJCXX], [Objective C++ compiler command])dnl
-AC_ARG_VAR([OBJCXXFLAGS], [Objective C++ compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_ARG_VAR_CPPFLAGS()dnl
-_AC_ARG_VAR_PRECIOUS([OBJCXX])dnl
-AC_CHECK_TOOLS(OBJCXX,
- [m4_default([$1], [g++ objc++ objcxx c++ CXX])],
- g++)
-# Provide some information about the compiler.
-_AS_ECHO_LOG([checking for _AC_LANG compiler version])
-set X $ac_compile
-ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
- _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
-done
-
-m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
-m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
-_AC_LANG_COMPILER_GNU
-if test $ac_compiler_gnu = yes; then
- GOBJCXX=yes
-else
- GOBJCXX=
-fi
-_AC_PROG_OBJCXX_G
-AC_LANG_POP(Objective C++)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1048: -1- m4_define([_AC_PROG_OBJCXX_G], [ac_test_OBJCXXFLAGS=${OBJCXXFLAGS+set}
-ac_save_OBJCXXFLAGS=$OBJCXXFLAGS
-AC_CACHE_CHECK(whether $OBJCXX accepts -g, ac_cv_prog_objcxx_g,
- [ac_save_objcxx_werror_flag=$ac_objcxx_werror_flag
- ac_objcxx_werror_flag=yes
- ac_cv_prog_objcxx_g=no
- OBJCXXFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_objcxx_g=yes],
- [OBJCXXFLAGS=""
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [],
- [ac_objcxx_werror_flag=$ac_save_objcxx_werror_flag
- OBJCXXFLAGS="-g"
- _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
- [ac_cv_prog_objcxx_g=yes])])])
- ac_objcxx_werror_flag=$ac_save_objcx_werror_flag])
-if test "$ac_test_OBJCXXFLAGS" = set; then
- OBJCXXFLAGS=$ac_save_OBJCXXFLAGS
-elif test $ac_cv_prog_objcxx_g = yes; then
- if test "$GOBJCXX" = yes; then
- OBJCXXFLAGS="-g -O2"
- else
- OBJCXXFLAGS="-g"
- fi
-else
- if test "$GOBJCXX" = yes; then
- OBJCXXFLAGS="-O2"
- else
- OBJCXXFLAGS=
- fi
-fi[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1101: -1- m4_define([m4_location(_AC_PROG_CC_C89)], [/usr/share/autoconf/autoconf/c.m4:1101])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1101: -1- m4_define([_AC_PROG_CC_C89], [_m4_defun_pro([$0])_AC_C_STD_TRY([c89],
-[[#include <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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;]],
-[[return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];]],
-dnl Don't try gcc -ansi; that turns off useful extensions and
-dnl breaks some systems' header files.
-dnl AIX circa 2003 -qlanglvl=extc89
-dnl old AIX -qlanglvl=ansi
-dnl Ultrix, OSF/1, Tru64 -std
-dnl HP-UX 10.20 and later -Ae
-dnl HP-UX older versions -Aa -D_HPUX_SOURCE
-dnl SVR4 -Xc -D__EXTENSIONS__
-[-qlanglvl=extc89 -qlanglvl=ansi -std \
- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"], [$1], [$2])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1168: -1- m4_define([m4_location(_AC_C_STD_TRY)], [/usr/share/autoconf/autoconf/c.m4:1168])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1168: -1- m4_define([_AC_C_STD_TRY], [_m4_defun_pro([$0])AC_MSG_CHECKING([for $CC option to accept ISO ]m4_translit($1, [c], [C]))
-AC_CACHE_VAL(ac_cv_prog_cc_$1,
-[ac_cv_prog_cc_$1=no
-ac_save_CC=$CC
-AC_LANG_CONFTEST([AC_LANG_PROGRAM([$2], [$3])])
-for ac_arg in '' $4
-do
- CC="$ac_save_CC $ac_arg"
- _AC_COMPILE_IFELSE([], [ac_cv_prog_cc_$1=$ac_arg])
- test "x$ac_cv_prog_cc_$1" != "xno" && break
-done
-rm -f conftest.$ac_ext
-CC=$ac_save_CC
-])# AC_CACHE_VAL
-case "x$ac_cv_prog_cc_$1" in
- x)
- AC_MSG_RESULT([none needed]) ;;
- xno)
- AC_MSG_RESULT([unsupported]) ;;
- *)
- CC="$CC $ac_cv_prog_cc_$1"
- AC_MSG_RESULT([$ac_cv_prog_cc_$1]) ;;
-esac
-AS_IF([test "x$ac_cv_prog_cc_$1" != xno], [$5], [$6])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1206: -1- m4_define([m4_location(_AC_PROG_CC_C99)], [/usr/share/autoconf/autoconf/c.m4:1206])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1206: -1- m4_define([_AC_PROG_CC_C99], [_m4_defun_pro([$0])_AC_C_STD_TRY([c99],
-[[#include <stdarg.h>
-#include <stdbool.h>
-#include <stdlib.h>
-#include <wchar.h>
-#include <stdio.h>
-
-// Check varargs macros. These examples are taken from C99 6.10.3.5.
-#define debug(...) fprintf (stderr, __VA_ARGS__)
-#define showlist(...) puts (#__VA_ARGS__)
-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
-static void
-test_varargs_macros (void)
-{
- int x = 1234;
- int y = 5678;
- debug ("Flag");
- debug ("X = %d\n", x);
- showlist (The first, second, and third items.);
- report (x>y, "x is %d but y is %d", x, y);
-}
-
-// Check long long types.
-#define BIG64 18446744073709551615ull
-#define BIG32 4294967295ul
-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
-#if !BIG_OK
- your preprocessor is broken;
-#endif
-#if BIG_OK
-#else
- your preprocessor is broken;
-#endif
-static long long int bignum = -9223372036854775807LL;
-static unsigned long long int ubignum = BIG64;
-
-struct incomplete_array
-{
- int datasize;
- double data[];
-};
-
-struct named_init {
- int number;
- const wchar_t *name;
- double average;
-};
-
-typedef const char *ccp;
-
-static inline int
-test_restrict (ccp restrict text)
-{
- // See if C++-style comments work.
- // Iterate through items via the restricted pointer.
- // Also check for declarations in for loops.
- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
- continue;
- return 0;
-}
-
-// Check varargs and va_copy.
-static void
-test_varargs (const char *format, ...)
-{
- va_list args;
- va_start (args, format);
- va_list args_copy;
- va_copy (args_copy, args);
-
- const char *str;
- int number;
- float fnumber;
-
- while (*format)
- {
- switch (*format++)
- {
- case 's': // string
- str = va_arg (args_copy, const char *);
- break;
- case 'd': // int
- number = va_arg (args_copy, int);
- break;
- case 'f': // float
- fnumber = va_arg (args_copy, double);
- break;
- default:
- break;
- }
- }
- va_end (args_copy);
- va_end (args);
-}
-]],
-[[
- // Check bool.
- _Bool success = false;
-
- // Check restrict.
- if (test_restrict ("String literal") == 0)
- success = true;
- char *restrict newvar = "Another string";
-
- // Check varargs.
- test_varargs ("s, d' f .", "string", 65, 34.234);
- test_varargs_macros ();
-
- // Check flexible array members.
- struct incomplete_array *ia =
- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
- ia->datasize = 10;
- for (int i = 0; i < ia->datasize; ++i)
- ia->data[i] = i * 1.234;
-
- // Check named initializers.
- struct named_init ni = {
- .number = 34,
- .name = L"Test wide string",
- .average = 543.34343,
- };
-
- ni.number = 58;
-
- int dynamic_array[ni.number];
- dynamic_array[ni.number - 1] = 543;
-
- // work around unused variable warnings
- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
- || dynamic_array[ni.number - 1] != 543);
-]],
-dnl Try
-dnl GCC -std=gnu99 (unused restrictive modes: -std=c99 -std=iso9899:1999)
-dnl AIX -qlanglvl=extc99 (unused restrictive mode: -qlanglvl=stdc99)
-dnl HP cc -AC99
-dnl Intel ICC -std=c99, -c99 (deprecated)
-dnl IRIX -c99
-dnl Solaris -xc99=all (Forte Developer 7 C mishandles -xc99 on Solaris 9,
-dnl as it incorrectly assumes C99 semantics for library functions)
-dnl Tru64 -c99
-dnl with extended modes being tried first.
-[[-std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99]], [$1], [$2])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1354: -1- m4_define([m4_location(AC_PROG_CC_C89)], [/usr/share/autoconf/autoconf/c.m4:1354])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1354: -1- m4_define([AC_PROG_CC_C89], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
- _AC_PROG_CC_C89
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1362: -1- m4_define([m4_location(AC_PROG_CC_C99)], [/usr/share/autoconf/autoconf/c.m4:1362])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1362: -1- m4_define([AC_PROG_CC_C99], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
- _AC_PROG_CC_C99
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1370: -1- m4_define([m4_location(AC_PROG_CC_STDC)], [/usr/share/autoconf/autoconf/c.m4:1370])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1370: -1- m4_define([AC_PROG_CC_STDC], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
- AS_CASE([$ac_cv_prog_cc_stdc],
- [no], [ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no],
- [_AC_PROG_CC_C99([ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99],
- [_AC_PROG_CC_C89([ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89],
- [ac_cv_prog_cc_stdc=no])])])
- AC_MSG_CHECKING([for $CC option to accept ISO Standard C])
- AC_CACHE_VAL([ac_cv_prog_cc_stdc], [])
- AS_CASE([$ac_cv_prog_cc_stdc],
- [no], [AC_MSG_RESULT([unsupported])],
- [''], [AC_MSG_RESULT([none needed])],
- [AC_MSG_RESULT([$ac_cv_prog_cc_stdc])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1388: -1- m4_define([m4_location(AC_C_BACKSLASH_A)], [/usr/share/autoconf/autoconf/c.m4:1388])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1388: -1- m4_define([AC_C_BACKSLASH_A], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([whether backslash-a works in strings], ac_cv_c_backslash_a,
- [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
- [[
-#if '\a' == 'a'
- syntax error;
-#endif
- char buf['\a' == 'a' ? -1 : 1];
- buf[0] = '\a';
- return buf[0] != "\a"[0];
- ]])],
- [ac_cv_c_backslash_a=yes],
- [ac_cv_c_backslash_a=no])])
- if test $ac_cv_c_backslash_a = yes; then
- AC_DEFINE(HAVE_C_BACKSLASH_A, 1,
- [Define if backslash-a works in C strings.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1412: -1- AU_DEFINE([AC_C_CROSS], [m4_ifval([], [_au_warn_AC_C_CROSS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1412: -1- AU_DEFINE([_au_warn_AC_C_CROSS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_C_CROSS], [])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1412: -1- m4_define([m4_location(AC_C_CROSS)], [/usr/share/autoconf/autoconf/c.m4:1412])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1412: -1- m4_define([AC_C_CROSS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_C_CROSS' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1417: -1- m4_define([m4_location(AC_C_CHAR_UNSIGNED)], [/usr/share/autoconf/autoconf/c.m4:1417])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1417: -1- m4_define([AC_C_CHAR_UNSIGNED], [_m4_defun_pro([$0])AH_VERBATIM([__CHAR_UNSIGNED__],
-[/* Define to 1 if type `char' is unsigned and you are not using gcc. */
-#ifndef __CHAR_UNSIGNED__
-# undef __CHAR_UNSIGNED__
-#endif])dnl
-AC_CACHE_CHECK(whether char is unsigned, ac_cv_c_char_unsigned,
-[AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([AC_INCLUDES_DEFAULT([])],
- [((char) -1) < 0])],
- ac_cv_c_char_unsigned=no, ac_cv_c_char_unsigned=yes)])
-if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
- AC_DEFINE(__CHAR_UNSIGNED__)
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1436: -1- m4_define([m4_location(AC_C_BIGENDIAN)], [/usr/share/autoconf/autoconf/c.m4:1436])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1436: -1- m4_define([AC_C_BIGENDIAN], [_m4_defun_pro([$0])AH_VERBATIM([WORDS_BIGENDIAN],
-[/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-# undef WORDS_BIGENDIAN
-# endif
-#endif])dnl
- AC_CACHE_CHECK([whether byte ordering is bigendian], [ac_cv_c_bigendian],
- [ac_cv_c_bigendian=unknown
- # See if we're dealing with a universal compiler.
- AC_COMPILE_IFELSE(
- [AC_LANG_SOURCE(
- [[#ifndef __APPLE_CC__
- not a universal capable compiler
- #endif
- typedef int dummy;
- ]])],
- [
- # Check for potential -arch flags. It is not universal unless
- # there are at least two -arch flags with different values.
- ac_arch=
- ac_prev=
- for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
- if test -n "$ac_prev"; then
- case $ac_word in
- i?86 | x86_64 | ppc | ppc64)
- if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
- ac_arch=$ac_word
- else
- ac_cv_c_bigendian=universal
- break
- fi
- ;;
- esac
- ac_prev=
- elif test "x$ac_word" = "x-arch"; then
- ac_prev=arch
- fi
- done])
- if test $ac_cv_c_bigendian = unknown; then
- # See if sys/param.h defines the BYTE_ORDER macro.
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <sys/types.h>
- #include <sys/param.h>
- ]],
- [[#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
- && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
- && LITTLE_ENDIAN)
- bogus endian macros
- #endif
- ]])],
- [# It does; now see whether it defined to BIG_ENDIAN or not.
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <sys/types.h>
- #include <sys/param.h>
- ]],
- [[#if BYTE_ORDER != BIG_ENDIAN
- not big endian
- #endif
- ]])],
- [ac_cv_c_bigendian=yes],
- [ac_cv_c_bigendian=no])])
- fi
- if test $ac_cv_c_bigendian = unknown; then
- # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <limits.h>
- ]],
- [[#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
- bogus endian macros
- #endif
- ]])],
- [# It does; now see whether it defined to _BIG_ENDIAN or not.
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <limits.h>
- ]],
- [[#ifndef _BIG_ENDIAN
- not big endian
- #endif
- ]])],
- [ac_cv_c_bigendian=yes],
- [ac_cv_c_bigendian=no])])
- fi
- if test $ac_cv_c_bigendian = unknown; then
- # Compile a test program.
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [[
- /* Are we little or big endian? From Harbison&Steele. */
- union
- {
- long int l;
- char c[sizeof (long int)];
- } u;
- u.l = 1;
- return u.c[sizeof (long int) - 1] == 1;
- ]])],
- [ac_cv_c_bigendian=no],
- [ac_cv_c_bigendian=yes],
- [# Try to guess by grepping values from an object file.
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[short int ascii_mm[] =
- { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
- short int ascii_ii[] =
- { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
- int use_ascii (int i) {
- return ascii_mm[i] + ascii_ii[i];
- }
- short int ebcdic_ii[] =
- { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
- short int ebcdic_mm[] =
- { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
- int use_ebcdic (int i) {
- return ebcdic_mm[i] + ebcdic_ii[i];
- }
- extern int foo;
- ]],
- [[return use_ascii (foo) == use_ebcdic (foo);]])],
- [if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
- ac_cv_c_bigendian=yes
- fi
- if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
- if test "$ac_cv_c_bigendian" = unknown; then
- ac_cv_c_bigendian=no
- else
- # finding both strings is unlikely to happen, but who knows?
- ac_cv_c_bigendian=unknown
- fi
- fi])])
- fi])
- case $ac_cv_c_bigendian in #(
- yes)
- m4_default([$1],
- [AC_DEFINE([WORDS_BIGENDIAN], 1)]);; #(
- no)
- $2 ;; #(
- universal)
-dnl Note that AC_APPLE_UNIVERSAL_BUILD sorts less than WORDS_BIGENDIAN;
-dnl this is a necessity for proper config header operation. Warn if
-dnl the user did not specify a config header but is relying on the
-dnl default behavior for universal builds.
- m4_default([$4],
- [AC_CONFIG_COMMANDS_PRE([m4_ifset([AH_HEADER], [],
- [AC_DIAGNOSE([obsolete],
- [AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS])])])dnl
- AC_DEFINE([AC_APPLE_UNIVERSAL_BUILD],1,
- [Define if building universal (internal helper macro)])])
- ;; #(
- *)
- m4_default([$3],
- [AC_MSG_ERROR([unknown endianness
- presetting ac_cv_c_bigendian=no (or yes) will help])]) ;;
- esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1613: -1- m4_define([m4_location(AC_C_INLINE)], [/usr/share/autoconf/autoconf/c.m4:1613])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1613: -1- m4_define([AC_C_INLINE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for inline], ac_cv_c_inline,
-[ac_cv_c_inline=no
-for ac_kw in inline __inline__ __inline; do
- AC_COMPILE_IFELSE([AC_LANG_SOURCE(
-[#ifndef __cplusplus
-typedef int foo_t;
-static $ac_kw foo_t static_foo () {return 0; }
-$ac_kw foo_t foo () {return 0; }
-#endif
-])],
- [ac_cv_c_inline=$ac_kw])
- test "$ac_cv_c_inline" != no && break
-done
-])
-AH_VERBATIM([inline],
-[/* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef __cplusplus
-#undef inline
-#endif])
-case $ac_cv_c_inline in
- inline | yes) ;;
- *)
- case $ac_cv_c_inline in
- no) ac_val=;;
- *) ac_val=$ac_cv_c_inline;;
- esac
- cat >>confdefs.h <<_ACEOF
-#ifndef __cplusplus
-#define inline $ac_val
-#endif
-_ACEOF
- ;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1653: -1- m4_define([m4_location(AC_C_CONST)], [/usr/share/autoconf/autoconf/c.m4:1653])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1653: -1- m4_define([AC_C_CONST], [_m4_defun_pro([$0])AC_CACHE_CHECK([for an ANSI C-conforming const], ac_cv_c_const,
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
-[[/* FIXME: Include the comments suggested by Paul. */
-#ifndef __cplusplus
- /* Ultrix mips cc rejects this. */
- typedef int charset[2];
- const charset cs;
- /* SunOS 4.1.1 cc rejects this. */
- char const *const *pcpcc;
- char **ppc;
- /* NEC SVR4.0.2 mips cc rejects this. */
- struct point {int x, y;};
- static struct point const zero = {0,0};
- /* AIX XL C 1.02.0.0 rejects this.
- It does not let you subtract one const X* pointer from another in
- an arm of an if-expression whose if-part is not a constant
- expression */
- const char *g = "string";
- pcpcc = &g + (g ? g-g : 0);
- /* HPUX 7.0 cc rejects these. */
- ++pcpcc;
- ppc = (char**) pcpcc;
- pcpcc = (char const *const *) ppc;
- { /* SCO 3.2v4 cc rejects this. */
- char *t;
- char const *s = 0 ? (char *) 0 : (char const *) 0;
-
- *t++ = 0;
- if (s) return 0;
- }
- { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
- int x[] = {25, 17};
- const int *foo = &x[0];
- ++foo;
- }
- { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
- typedef const int *iptr;
- iptr p = 0;
- ++p;
- }
- { /* AIX XL C 1.02.0.0 rejects this saying
- "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
- struct s { int j; const int *ap[3]; };
- struct s *b; b->j = 5;
- }
- { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
- const int foo = 10;
- if (!foo) return 0;
- }
- return !cs[0] && !zero.x;
-#endif
-]])],
- [ac_cv_c_const=yes],
- [ac_cv_c_const=no])])
-if test $ac_cv_c_const = no; then
- AC_DEFINE(const,,
- [Define to empty if `const' does not conform to ANSI C.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1730: -1- m4_define([m4_location(AC_C_RESTRICT)], [/usr/share/autoconf/autoconf/c.m4:1730])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1730: -1- m4_define([AC_C_RESTRICT], [_m4_defun_pro([$0])AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict,
- [ac_cv_c_restrict=no
- # The order here caters to the fact that C++ does not require restrict.
- for ac_kw in __restrict __restrict__ _Restrict restrict; do
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[typedef int * int_ptr;
- int foo (int_ptr $ac_kw ip) {
- return ip[0];
- }]],
- [[int s[1];
- int * $ac_kw t = s;
- t[0] = 0;
- return foo(t)]])],
- [ac_cv_c_restrict=$ac_kw])
- test "$ac_cv_c_restrict" != no && break
- done
- ])
- AH_VERBATIM([restrict],
-[/* Define to the equivalent of the C99 'restrict' keyword, or to
- nothing if this is not supported. Do not define if restrict is
- supported directly. */
-#undef restrict
-/* Work around a bug in Sun C++: it does not support _Restrict or
- __restrict__, even though the corresponding Sun C compiler ends up with
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
- previous line. Perhaps some future version of Sun C++ will work with
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
-#if defined __SUNPRO_CC && !defined __RESTRICT
-# define _Restrict
-# define __restrict__
-#endif])
- case $ac_cv_c_restrict in
- restrict) ;;
- no) AC_DEFINE([restrict], []) ;;
- *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;;
- esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1778: -1- m4_define([m4_location(AC_C_VOLATILE)], [/usr/share/autoconf/autoconf/c.m4:1778])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1778: -1- m4_define([AC_C_VOLATILE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for working volatile], ac_cv_c_volatile,
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
-volatile int x;
-int * volatile y = (int *) 0;
-return !x && !y;])],
- [ac_cv_c_volatile=yes],
- [ac_cv_c_volatile=no])])
-if test $ac_cv_c_volatile = no; then
- AC_DEFINE(volatile,,
- [Define to empty if the keyword `volatile' does not work.
- Warning: valid code using `volatile' can become incorrect
- without. Disable with care.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1799: -1- m4_define([m4_location(AC_C_STRINGIZE)], [/usr/share/autoconf/autoconf/c.m4:1799])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1799: -1- m4_define([AC_C_STRINGIZE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for preprocessor stringizing operator],
- [ac_cv_c_stringize],
-[AC_EGREP_CPP([@%:@teststring],
- [@%:@define x(y) #y
-
-char *s = x(teststring);],
- [ac_cv_c_stringize=no],
- [ac_cv_c_stringize=yes])])
-if test $ac_cv_c_stringize = yes; then
- AC_DEFINE(HAVE_STRINGIZE, 1,
- [Define to 1 if cpp supports the ANSI @%:@ stringizing operator.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1819: -1- m4_define([m4_location(AC_C_PROTOTYPES)], [/usr/share/autoconf/autoconf/c.m4:1819])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1819: -1- m4_define([AC_C_PROTOTYPES], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
-AC_MSG_CHECKING([for function prototypes])
-if test "$ac_cv_prog_cc_c89" != no; then
- AC_MSG_RESULT([yes])
- AC_DEFINE(PROTOTYPES, 1,
- [Define to 1 if the C compiler supports function prototypes.])
- AC_DEFINE(__PROTOTYPES, 1,
- [Define like PROTOTYPES; this can be used by system headers.])
-else
- AC_MSG_RESULT([no])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1837: -1- m4_define([m4_location(AC_C_FLEXIBLE_ARRAY_MEMBER)], [/usr/share/autoconf/autoconf/c.m4:1837])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1837: -1- m4_define([AC_C_FLEXIBLE_ARRAY_MEMBER], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for flexible array members],
- ac_cv_c_flexmember,
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <stdlib.h>
- #include <stdio.h>
- #include <stddef.h>
- struct s { int n; double d[]; };]],
- [[int m = getchar ();
- struct s *p = malloc (offsetof (struct s, d)
- + m * sizeof (double));
- p->d[0] = 0.0;
- return p->d != (double *) NULL;]])],
- [ac_cv_c_flexmember=yes],
- [ac_cv_c_flexmember=no])])
- if test $ac_cv_c_flexmember = yes; then
- AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], [],
- [Define to nothing if C supports flexible array members, and to
- 1 if it does not. That way, with a declaration like `struct s
- { int n; double d@<:@FLEXIBLE_ARRAY_MEMBER@:>@; };', the struct hack
- can be used with pre-C99 compilers.
- When computing the size of such an object, don't use 'sizeof (struct s)'
- as it overestimates the size. Use 'offsetof (struct s, d)' instead.
- Don't use 'offsetof (struct s, d@<:@0@:>@)', as this doesn't work with
- MSVC and with C++ compilers.])
- else
- AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], 1)
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1873: -1- m4_define([m4_location(AC_C_VARARRAYS)], [/usr/share/autoconf/autoconf/c.m4:1873])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1873: -1- m4_define([AC_C_VARARRAYS], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for variable-length arrays],
- ac_cv_c_vararrays,
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([],
- [[static int x; char a[++x]; a[sizeof a - 1] = 0; return a[0];]])],
- [ac_cv_c_vararrays=yes],
- [ac_cv_c_vararrays=no])])
- if test $ac_cv_c_vararrays = yes; then
- AC_DEFINE([HAVE_C_VARARRAYS], 1,
- [Define to 1 if C supports variable-length arrays.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1894: -1- m4_define([m4_location(AC_C_TYPEOF)], [/usr/share/autoconf/autoconf/c.m4:1894])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1894: -1- m4_define([AC_C_TYPEOF], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for typeof syntax and keyword spelling], ac_cv_c_typeof,
- [ac_cv_c_typeof=no
- for ac_kw in typeof __typeof__ no; do
- test $ac_kw = no && break
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
- [[
- int value;
- typedef struct {
- char a [1
- + ! (($ac_kw (value))
- (($ac_kw (value)) 0 < ($ac_kw (value)) -1
- ? ($ac_kw (value)) - 1
- : ~ (~ ($ac_kw (value)) 0
- << sizeof ($ac_kw (value)))))]; }
- ac__typeof_type_;
- return
- (! ((void) ((ac__typeof_type_ *) 0), 0));
- ]])],
- [ac_cv_c_typeof=$ac_kw])
- test $ac_cv_c_typeof != no && break
- done])
- if test $ac_cv_c_typeof != no; then
- AC_DEFINE([HAVE_TYPEOF], 1,
- [Define to 1 if typeof works with your compiler.])
- if test $ac_cv_c_typeof != typeof; then
- AC_DEFINE_UNQUOTED([typeof], [$ac_cv_c_typeof],
- [Define to __typeof__ if your compiler spells it that way.])
- fi
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1932: -1- m4_define([m4_location(_AC_LANG_OPENMP)], [/usr/share/autoconf/autoconf/c.m4:1932])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1932: -1- m4_define([_AC_LANG_OPENMP], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1937: -1- m4_define([_AC_LANG_OPENMP(C)], [
-#ifndef _OPENMP
- choke me
-#endif
-#include <omp.h>
-int main () { return omp_get_num_threads (); }
-])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1952: -1- m4_define([_AC_LANG_OPENMP(Fortran 77)], [AC_LANG_FUNC_LINK_TRY([omp_get_num_threads])])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1970: -1- m4_define([m4_location(AC_OPENMP)], [/usr/share/autoconf/autoconf/c.m4:1970])
-m4trace:/usr/share/autoconf/autoconf/c.m4:1970: -1- m4_define([AC_OPENMP], [_m4_defun_pro([$0])
- OPENMP_[]_AC_LANG_PREFIX[]FLAGS=
- AC_ARG_ENABLE([openmp],
- [AS_HELP_STRING([--disable-openmp], [do not use OpenMP])])
- if test "$enable_openmp" != no; then
- AC_CACHE_CHECK([for $[]_AC_CC[] option to support OpenMP],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp],
- [AC_LINK_IFELSE([_AC_LANG_OPENMP],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp='none needed'],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp='unsupported'
- dnl Try these flags:
- dnl GCC >= 4.2 -fopenmp
- dnl SunPRO C -xopenmp
- dnl Intel C -openmp
- dnl SGI C, PGI C -mp
- dnl Tru64 Compaq C -omp
- dnl IBM C (AIX, Linux) -qsmp=omp
- dnl If in this loop a compiler is passed an option that it doesn't
- dnl understand or that it misinterprets, the AC_LINK_IFELSE test
- dnl will fail (since we know that it failed without the option),
- dnl therefore the loop will continue searching for an option, and
- dnl no output file called 'penmp' or 'mp' is created.
- for ac_option in -fopenmp -xopenmp -openmp -mp -omp -qsmp=omp; do
- ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
- _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $ac_option"
- AC_LINK_IFELSE([_AC_LANG_OPENMP],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp=$ac_option])
- _AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
- if test "$ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp" != unsupported; then
- break
- fi
- done])])
- case $ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp in #(
- "none needed" | unsupported)
- ;; #(
- *)
- OPENMP_[]_AC_LANG_PREFIX[]FLAGS=$ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp ;;
- esac
- fi
- AC_SUBST([OPENMP_]_AC_LANG_PREFIX[FLAGS])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:43: -1- m4_include([autoconf/erlang.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:43: -1- m4_define([m4_include(autoconf/erlang.m4)])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:49: -1- m4_define([m4_location(AC_ERLANG_PATH_ERLC)], [/usr/share/autoconf/autoconf/erlang.m4:49])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:49: -1- m4_define([AC_ERLANG_PATH_ERLC], [_m4_defun_pro([$0])AC_ARG_VAR([ERLC], [Erlang/OTP compiler command [autodetected]])dnl
-if test -n "$ERLC"; then
- AC_MSG_CHECKING([for erlc])
- AC_MSG_RESULT([$ERLC])
-else
- AC_PATH_TOOL(ERLC, erlc, [$1], [$2])
-fi
-AC_ARG_VAR([ERLCFLAGS], [Erlang/OTP compiler flags [none]])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:63: -1- m4_define([m4_location(AC_ERLANG_NEED_ERLC)], [/usr/share/autoconf/autoconf/erlang.m4:63])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:63: -1- m4_define([AC_ERLANG_NEED_ERLC], [_m4_defun_pro([$0])AC_ERLANG_PATH_ERLC([not found], [$1])
-if test "$ERLC" = "not found"; then
- AC_MSG_ERROR([Erlang/OTP compiler (erlc) not found but required])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:73: -1- m4_define([m4_location(AC_ERLANG_PATH_ERL)], [/usr/share/autoconf/autoconf/erlang.m4:73])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:73: -1- m4_define([AC_ERLANG_PATH_ERL], [_m4_defun_pro([$0])AC_ARG_VAR([ERL], [Erlang/OTP interpreter command [autodetected]])dnl
-if test -n "$ERL"; then
- AC_MSG_CHECKING([for erl])
- AC_MSG_RESULT([$ERL])
-else
- AC_PATH_TOOL(ERL, erl, [$1], [$2])[]dnl
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:86: -1- m4_define([m4_location(AC_ERLANG_NEED_ERL)], [/usr/share/autoconf/autoconf/erlang.m4:86])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:86: -1- m4_define([AC_ERLANG_NEED_ERL], [_m4_defun_pro([$0])AC_ERLANG_PATH_ERL([not found], [$1])
-if test "$ERL" = "not found"; then
- AC_MSG_ERROR([Erlang/OTP interpreter (erl) not found but required])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([AC_LANG(Erlang)], [ac_ext=erl
-ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD && echo "[#]!/bin/sh" > conftest$ac_exeext && AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext && chmod +x conftest$ac_exeext'
-])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_LANG_ABBREV(Erlang)], [erl])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_LANG_PREFIX(Erlang)], [ERL])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_CC(Erlang)], [ERLC])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- AU_DEFINE([AC_LANG_ERLANG], [m4_ifval([], [_au_warn_AC_LANG_ERLANG([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG(Erlang)])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- AU_DEFINE([_au_warn_AC_LANG_ERLANG], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_ERLANG], [])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- m4_define([m4_location(AC_LANG_ERLANG)], [/usr/share/autoconf/autoconf/erlang.m4:112])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- m4_define([AC_LANG_ERLANG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_ERLANG' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG(Erlang)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:123: -1- m4_define([AC_LANG_PROGRAM(Erlang)], [[-module(conftest).
--export([start/0]).]
-$1
-start() ->
-$2
-.
-])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:136: -1- m4_define([_AC_LANG_NULL_PROGRAM(Erlang)], [AC_LANG_PROGRAM([], [halt(0)])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:143: -1- m4_define([_AC_LANG_IO_PROGRAM(Erlang)], [AC_LANG_PROGRAM([], [dnl
- ReturnValue = case file:write_file("conftest.out", "") of
- {error, _} -> 1;
- ok -> 0
- end,
- halt(ReturnValue)])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:160: -1- m4_define([m4_location(AC_LANG_PREPROC(Erlang))], [/usr/share/autoconf/autoconf/erlang.m4:160])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:160: -1- m4_define([AC_LANG_PREPROC(Erlang)], [_m4_defun_pro([$0])m4_warn([syntax],
- [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:167: -1- m4_define([m4_location(AC_LANG_COMPILER(Erlang))], [/usr/share/autoconf/autoconf/erlang.m4:167])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:167: -1- m4_define([AC_LANG_COMPILER(Erlang)], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_PATH_ERLC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:175: -1- m4_define([m4_location(AC_ERLANG_CHECK_LIB)], [/usr/share/autoconf/autoconf/erlang.m4:175])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:175: -1- m4_define([AC_ERLANG_CHECK_LIB], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_PATH_ERLC])[]dnl
-AC_REQUIRE([AC_ERLANG_PATH_ERL])[]dnl
-AC_CACHE_CHECK([for Erlang/OTP '$1' library subdirectory],
- [ac_cv_erlang_lib_dir_$1],
- [AC_LANG_PUSH(Erlang)[]dnl
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([], [dnl
- ReturnValue = case code:lib_dir("[$1]") of
- {error, bad_name} ->
- file:write_file("conftest.out", "not found\n"),
- 1;
- LibDir ->
- file:write_file("conftest.out", LibDir),
- 0
- end,
- halt(ReturnValue)])],
- [ac_cv_erlang_lib_dir_$1=`cat conftest.out`
- rm -f conftest.out],
- [if test ! -f conftest.out; then
- AC_MSG_FAILURE([test Erlang program execution failed])
- else
- ac_cv_erlang_lib_dir_$1="not found"
- rm -f conftest.out
- fi])
- AC_LANG_POP(Erlang)[]dnl
- ])
-AC_CACHE_CHECK([for Erlang/OTP '$1' library version],
- [ac_cv_erlang_lib_ver_$1],
- [AS_IF([test "$ac_cv_erlang_lib_dir_$1" = "not found"],
- [ac_cv_erlang_lib_ver_$1="not found"],
- [ac_cv_erlang_lib_ver_$1=`AS_ECHO(["$ac_cv_erlang_lib_dir_$1"]) | sed -n -e 's,^.*-\([[^/-]]*\)$,\1,p'`])[]dnl
- ])
-AC_SUBST([ERLANG_LIB_DIR_$1], [$ac_cv_erlang_lib_dir_$1])
-AC_SUBST([ERLANG_LIB_VER_$1], [$ac_cv_erlang_lib_ver_$1])
-AS_IF([test "$ac_cv_erlang_lib_dir_$1" = "not found"], [$3], [$2])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:217: -1- m4_define([m4_location(AC_ERLANG_SUBST_ROOT_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:217])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:217: -1- m4_define([AC_ERLANG_SUBST_ROOT_DIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
-AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
-AC_CACHE_CHECK([for Erlang/OTP root directory],
- [ac_cv_erlang_root_dir],
- [AC_LANG_PUSH(Erlang)[]dnl
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([], [dnl
- RootDir = code:root_dir(),
- file:write_file("conftest.out", RootDir),
- ReturnValue = 0,
- halt(ReturnValue)])],
- [ac_cv_erlang_root_dir=`cat conftest.out`
- rm -f conftest.out],
- [rm -f conftest.out
- AC_MSG_FAILURE([test Erlang program execution failed])])
- AC_LANG_POP(Erlang)[]dnl
- ])
-AC_SUBST([ERLANG_ROOT_DIR], [$ac_cv_erlang_root_dir])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:241: -1- m4_define([m4_location(AC_ERLANG_SUBST_LIB_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:241])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:241: -1- m4_define([AC_ERLANG_SUBST_LIB_DIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
-AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
-AC_CACHE_CHECK([for Erlang/OTP library base directory],
- [ac_cv_erlang_lib_dir],
- [AC_LANG_PUSH(Erlang)[]dnl
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([], [dnl
- LibDir = code:lib_dir(),
- file:write_file("conftest.out", LibDir),
- ReturnValue = 0,
- halt(ReturnValue)])],
- [ac_cv_erlang_lib_dir=`cat conftest.out`
- rm -f conftest.out],
- [rm -f conftest.out
- AC_MSG_FAILURE([test Erlang program execution failed])])
- AC_LANG_POP(Erlang)[]dnl
- ])
-AC_SUBST([ERLANG_LIB_DIR], [$ac_cv_erlang_lib_dir])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:268: -1- m4_define([m4_location(AC_ERLANG_SUBST_INSTALL_LIB_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:268])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:268: -1- m4_define([AC_ERLANG_SUBST_INSTALL_LIB_DIR], [_m4_defun_pro([$0])AC_MSG_CHECKING([for Erlang/OTP library installation base directory])
-AC_ARG_VAR([ERLANG_INSTALL_LIB_DIR],
- [Erlang/OTP library installation base directory [LIBDIR/erlang/lib]])
-if test -n "$ERLANG_INSTALL_LIB_DIR"; then
- AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR])
-else
- AC_SUBST([ERLANG_INSTALL_LIB_DIR], ['${libdir}/erlang/lib'])
- AC_MSG_RESULT([$libdir/erlang/lib])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:283: -1- m4_define([m4_location(AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR)], [/usr/share/autoconf/autoconf/erlang.m4:283])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:283: -1- m4_define([AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_SUBST_INSTALL_LIB_DIR])[]dnl
-AC_MSG_CHECKING([for Erlang/OTP '$1' library installation subdirectory])
-AC_ARG_VAR([ERLANG_INSTALL_LIB_DIR_$1],
- [Erlang/OTP '$1' library installation subdirectory
- [ERLANG_INSTALL_LIB_DIR/$1-$2]])
-if test -n "$ERLANG_INSTALL_LIB_DIR_$1"; then
- AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR_$1])
-else
- AC_SUBST([ERLANG_INSTALL_LIB_DIR_$1], ['${ERLANG_INSTALL_LIB_DIR}/$1-$2'])
- AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR/$1-$2])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:301: -1- m4_define([m4_location(AC_ERLANG_SUBST_ERTS_VER)], [/usr/share/autoconf/autoconf/erlang.m4:301])
-m4trace:/usr/share/autoconf/autoconf/erlang.m4:301: -1- m4_define([AC_ERLANG_SUBST_ERTS_VER], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
-AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
-AC_CACHE_CHECK([for Erlang/OTP ERTS version],
- [ac_cv_erlang_erts_ver],
- [AC_LANG_PUSH([Erlang])[]dnl
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([], [dnl
- Version = erlang:system_info(version),
- file:write_file("conftest.out", Version),
- ReturnValue = 0,
- halt(ReturnValue)])],
- [ac_cv_erlang_erts_ver=`cat conftest.out`
- rm -f conftest.out],
- [rm -f conftest.out
- AC_MSG_FAILURE([test Erlang program execution failed])])
- AC_LANG_POP([Erlang])[]dnl
- ])
-AC_SUBST([ERLANG_ERTS_VER], [$ac_cv_erlang_erts_ver])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:44: -1- m4_include([autoconf/fortran.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:44: -1- m4_define([m4_include(autoconf/fortran.m4)])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:80: -1- m4_define([m4_location(_AC_LIST_MEMBER_IF)], [/usr/share/autoconf/autoconf/fortran.m4:80])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:80: -1- m4_define([_AC_LIST_MEMBER_IF], [_m4_defun_pro([$0])m4_if([$1], , [m4_fatal([$0: missing argument 1])],
- [$2], , [m4_fatal([$0: missing argument 2])]) ac_exists=false
- for ac_i in $2; do
- if test x"$1" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- AS_IF([test x"$ac_exists" = xtrue], [$3], [$4])[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:124: -1- m4_define([m4_location(_AC_LINKER_OPTION)], [/usr/share/autoconf/autoconf/fortran.m4:124])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:124: -1- m4_define([_AC_LINKER_OPTION], [_m4_defun_pro([$0])if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $1; do
- $2="[$]$2 -Xlinker $ac_link_opt"
- done
-else
- $2="[$]$2 $1"
-fi[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:143: -1- m4_define([AC_LANG(Fortran 77)], [ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:143: -1- m4_define([_AC_LANG_ABBREV(Fortran 77)], [f77])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:143: -1- m4_define([_AC_LANG_PREFIX(Fortran 77)], [F])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:143: -1- m4_define([_AC_CC(Fortran 77)], [F77])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:153: -1- AU_DEFINE([AC_LANG_FORTRAN77], [m4_ifval([], [_au_warn_AC_LANG_FORTRAN77([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_LANG(Fortran 77)])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:153: -1- AU_DEFINE([_au_warn_AC_LANG_FORTRAN77], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LANG_FORTRAN77], [])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:153: -1- m4_define([m4_location(AC_LANG_FORTRAN77)], [/usr/share/autoconf/autoconf/fortran.m4:153])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:153: -1- m4_define([AC_LANG_FORTRAN77], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_FORTRAN77' is obsolete.
-You should run autoupdate.])dnl
-AC_LANG(Fortran 77)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:159: -1- m4_define([m4_location(_AC_FORTRAN_ASSERT)], [/usr/share/autoconf/autoconf/fortran.m4:159])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:159: -1- m4_define([_AC_FORTRAN_ASSERT], [_m4_defun_pro([$0])m4_if(_AC_LANG, [Fortran], [],
- [m4_if(_AC_LANG, [Fortran 77], [],
- [m4_fatal([$0: current language is not Fortran: ] _AC_LANG)])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:168: -1- m4_define([m4_location(_AC_FC)], [/usr/share/autoconf/autoconf/fortran.m4:168])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:168: -1- m4_define([_AC_FC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_LANG_CASE([Fortran 77], [F77],
- [Fortran], [FC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:183: -1- m4_define([AC_LANG_PROGRAM(Fortran 77)], [m4_ifval([$1],
- [m4_warn([syntax], [$0: ignoring PROLOGUE: $1])])dnl
- program main
-$2
- end])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:194: -1- m4_define([_AC_LANG_IO_PROGRAM(Fortran 77)], [AC_LANG_PROGRAM([],
-[dnl
- open(unit=9,file='conftest.out')
- close(unit=9)
-])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:205: -1- m4_define([AC_LANG_CALL(Fortran 77)], [AC_LANG_PROGRAM([$1],
-[ call $2])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:212: -1- m4_define([AC_LANG_FUNC_LINK_TRY(Fortran 77)], [AC_LANG_PROGRAM([],
-[ call $1])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:223: -1- m4_define([AC_LANG(Fortran)], [ac_ext=${ac_fc_srcext-f}
-ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
-ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
-ac_compiler_gnu=$ac_cv_fc_compiler_gnu
-])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:223: -1- m4_define([_AC_LANG_ABBREV(Fortran)], [fc])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:223: -1- m4_define([_AC_LANG_PREFIX(Fortran)], [FC])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:223: -1- m4_define([_AC_CC(Fortran)], [FC])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:239: -1- m4_define([m4_location(AC_LANG_PREPROC(Fortran 77))], [/usr/share/autoconf/autoconf/fortran.m4:239])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:239: -1- m4_define([AC_LANG_PREPROC(Fortran 77)], [_m4_defun_pro([$0])m4_warn([syntax],
- [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:246: -1- m4_define([m4_location(AC_LANG_PREPROC(Fortran))], [/usr/share/autoconf/autoconf/fortran.m4:246])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:246: -1- m4_define([AC_LANG_PREPROC(Fortran)], [_m4_defun_pro([$0])m4_warn([syntax],
- [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:255: -1- m4_define([m4_location(AC_LANG_COMPILER(Fortran 77))], [/usr/share/autoconf/autoconf/fortran.m4:255])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:255: -1- m4_define([AC_LANG_COMPILER(Fortran 77)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:262: -1- m4_define([m4_location(AC_LANG_COMPILER(Fortran))], [/usr/share/autoconf/autoconf/fortran.m4:262])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:262: -1- m4_define([AC_LANG_COMPILER(Fortran)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:269: -1- AU_DEFINE([ac_cv_prog_g77], [m4_ifval([], [_au_warn_ac_cv_prog_g77([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-ac_cv_f77_compiler_gnu])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:269: -1- AU_DEFINE([_au_warn_ac_cv_prog_g77], [m4_warning($@)dnl
-m4_define([_au_warn_ac_cv_prog_g77], [])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:269: -1- m4_define([m4_location(ac_cv_prog_g77)], [/usr/share/autoconf/autoconf/fortran.m4:269])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:269: -1- m4_define([ac_cv_prog_g77], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_g77' is obsolete.
-You should run autoupdate.])dnl
-ac_cv_f77_compiler_gnu[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:279: -1- m4_define([m4_location(_AC_FC_DIALECT_YEAR)], [/usr/share/autoconf/autoconf/fortran.m4:279])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:279: -1- m4_define([_AC_FC_DIALECT_YEAR], [_m4_defun_pro([$0])m4_case(m4_bpatsubsts(m4_tolower([$1]), [fortran],[], [ *],[]),
- [77],[1977], [1977],[1977],
- [90],[1990], [1990],[1990],
- [95],[1995], [1995],[1995],
- [2000],[2000],
- [],[],
- [m4_fatal([unknown Fortran dialect])])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:320: -1- m4_define([_AC_F95_FC], [gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:321: -1- m4_define([_AC_F90_FC], [xlf90 f90 pgf90 pghpf epcf90])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:322: -1- m4_define([_AC_F77_FC], [g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:323: -1- m4_define([m4_location(_AC_PROG_FC)], [/usr/share/autoconf/autoconf/fortran.m4:323])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:323: -1- m4_define([_AC_PROG_FC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_CHECK_TOOLS([]_AC_FC[],
- m4_default([$2],
- m4_case(_AC_FC_DIALECT_YEAR([$1]),
- [1995], [_AC_F95_FC],
- [1990], [_AC_F90_FC _AC_F95_FC],
- [1977], [_AC_F77_FC _AC_F90_FC _AC_F95_FC],
- [_AC_F95_FC _AC_F90_FC _AC_F77_FC])))
-
-# Provide some information about the compiler.
-_AS_ECHO_LOG([checking for _AC_LANG compiler version])
-set X $ac_compile
-ac_compiler=$[2]
-for ac_option in --version -v -V -qversion; do
- _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
-done
-rm -f a.out
-
-m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
-m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
-# If we don't use `.F' as extension, the preprocessor is not run on the
-# input file. (Note that this only needs to work for GNU compilers.)
-ac_save_ext=$ac_ext
-ac_ext=F
-_AC_LANG_COMPILER_GNU
-ac_ext=$ac_save_ext
-_AC_PROG_FC_G
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:358: -1- m4_define([m4_location(AC_PROG_F77)], [/usr/share/autoconf/autoconf/fortran.m4:358])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:358: -1- m4_define([AC_PROG_F77], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran 77)dnl
-AC_ARG_VAR([F77], [Fortran 77 compiler command])dnl
-AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_PROG_FC([Fortran 77], [$1])
-if test $ac_compiler_gnu = yes; then
- G77=yes
-else
- G77=
-fi
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:378: -1- m4_define([m4_location(AC_PROG_FC)], [/usr/share/autoconf/autoconf/fortran.m4:378])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:378: -1- m4_define([AC_PROG_FC], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran)dnl
-AC_ARG_VAR([FC], [Fortran compiler command])dnl
-AC_ARG_VAR([FCFLAGS], [Fortran compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-_AC_ARG_VAR_LIBS()dnl
-_AC_PROG_FC([$2], [$1])
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:394: -1- m4_define([_AC_PROG_FC_G], [_AC_FORTRAN_ASSERT()dnl
-ac_test_[]_AC_LANG_PREFIX[]FLAGS=${[]_AC_LANG_PREFIX[]FLAGS+set}
-ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
-_AC_LANG_PREFIX[]FLAGS=
-AC_CACHE_CHECK(whether $[]_AC_FC[] accepts -g, ac_cv_prog_[]_AC_LANG_ABBREV[]_g,
-[_AC_LANG_PREFIX[]FLAGS=-g
-_AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
-[ac_cv_prog_[]_AC_LANG_ABBREV[]_g=yes],
-[ac_cv_prog_[]_AC_LANG_ABBREV[]_g=no])
-])
-if test "$ac_test_[]_AC_LANG_PREFIX[]FLAGS" = set; then
- _AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
-elif test $ac_cv_prog_[]_AC_LANG_ABBREV[]_g = yes; then
- if test "x$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu" = xyes; then
- _AC_LANG_PREFIX[]FLAGS="-g -O2"
- else
- _AC_LANG_PREFIX[]FLAGS="-g"
- fi
-else
- if test "x$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu" = xyes; then
- _AC_LANG_PREFIX[]FLAGS="-O2"
- else
- _AC_LANG_PREFIX[]FLAGS=
- fi
-fi[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:433: -1- m4_define([m4_location(_AC_PROG_FC_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:433])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:433: -1- m4_define([_AC_PROG_FC_C_O], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_CACHE_CHECK([whether $[]_AC_FC[] understands -c and -o together],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o],
-[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
-# We test twice because some compilers refuse to overwrite an existing
-# `.o' file with `-o', although they will create one.
-ac_try='$[]_AC_FC[] $[]_AC_LANG_PREFIX[]FLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
-rm -f conftest2.*
-if _AC_DO_VAR(ac_try) &&
- test -f conftest2.$ac_objext &&
- _AC_DO_VAR(ac_try); then
- ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o=yes
-else
- ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o=no
-fi
-rm -f conftest*])
-if test $ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o = no; then
- AC_DEFINE([]_AC_FC[]_NO_MINUS_C_MINUS_O, 1,
- [Define to 1 if your Fortran compiler doesn't accept
- -c and -o together.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:460: -1- m4_define([m4_location(AC_PROG_F77_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:460])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:460: -1- m4_define([AC_PROG_F77_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_PROG_FC_C_O
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:470: -1- m4_define([m4_location(AC_PROG_FC_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:470])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:470: -1- m4_define([AC_PROG_FC_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_PROG_FC_C_O
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:492: -1- m4_define([m4_location(_AC_PROG_FC_V_OUTPUT)], [/usr/share/autoconf/autoconf/fortran.m4:492])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:492: -1- m4_define([_AC_PROG_FC_V_OUTPUT], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
-_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS m4_default([$1], [$ac_cv_prog_[]_AC_LANG_ABBREV[]_v])"
-eval "set x $ac_link"
-shift
-_AS_ECHO_LOG([$[*]])
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_[]_AC_LANG_ABBREV[]_v_output=`eval $ac_link AS_MESSAGE_LOG_FD>&1 2>&1 |
- grep -v 'Driving:' | grep -v "^[[_$as_cr_Letters]][[_$as_cr_alnum]]*="`
-AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) >&AS_MESSAGE_LOG_FD
-_AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_[]_AC_LANG_ABBREV[]_v_output="`echo $ac_[]_AC_LANG_ABBREV[]_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[[^ ]]*\).*|\1|;s|: */| -L/|g'` $ac_[]_AC_LANG_ABBREV[]_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_[]_AC_LANG_ABBREV[]_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/"-mGLOB[[^"]]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed "\
- s/-cmdline *'[[^']]*'/ /g; s/-cmdline *\"[[^\"]]*\"/ /g
- s/-ignore *'[[^']]*'/ /g; s/-ignore *\"[[^\"]]*\"/ /g
- s/-def *'[[^']]*'/ /g; s/-def *\"[[^\"]]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/"//g'` ;;
-esac
-
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:558: -1- m4_define([m4_location(_AC_PROG_FC_V)], [/usr/share/autoconf/autoconf/fortran.m4:558])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:558: -1- m4_define([_AC_PROG_FC_V], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_CACHE_CHECK([how to get verbose linking output from $[]_AC_FC[]],
- [ac_cv_prog_[]_AC_LANG_ABBREV[]_v],
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
-[ac_cv_prog_[]_AC_LANG_ABBREV[]_v=
-# Try some options frequently used verbose output
-for ac_verb in -v -verbose --verbose -V -\#\#\#; do
- _AC_PROG_FC_V_OUTPUT($ac_verb)
- # look for -l* and *.a constructs in the output
- for ac_arg in $ac_[]_AC_LANG_ABBREV[]_v_output; do
- case $ac_arg in
- [[\\/]]*.a | ?:[[\\/]]*.a | -[[lLRu]]*)
- ac_cv_prog_[]_AC_LANG_ABBREV[]_v=$ac_verb
- break 2 ;;
- esac
- done
-done
-if test -z "$ac_cv_prog_[]_AC_LANG_ABBREV[]_v"; then
- AC_MSG_WARN([cannot determine how to obtain linking information from $[]_AC_FC[]])
-fi],
- [AC_MSG_WARN([compilation failed])])
-])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:611: -1- m4_define([m4_location(_AC_FC_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:611])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:611: -1- m4_define([_AC_FC_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-_AC_PROG_FC_V
-AC_CACHE_CHECK([for _AC_LANG libraries of $[]_AC_FC[]], ac_cv_[]_AC_LANG_ABBREV[]_libs,
-[if test "x$[]_AC_LANG_PREFIX[]LIBS" != "x"; then
- ac_cv_[]_AC_LANG_ABBREV[]_libs="$[]_AC_LANG_PREFIX[]LIBS" # Let the user override the test.
-else
-
-_AC_PROG_FC_V_OUTPUT
-
-ac_cv_[]_AC_LANG_ABBREV[]_libs=
-
-# Save positional arguments (if any)
-ac_save_positional="$[@]"
-
-set X $ac_[]_AC_LANG_ABBREV[]_v_output
-while test $[@%:@] != 1; do
- shift
- ac_arg=$[1]
- case $ac_arg in
- [[\\/]]*.a | ?:[[\\/]]*.a)
- _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
- ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")
- ;;
- -bI:*)
- _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
- [_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
- ;;
- # Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
- |-LANG:=* | -LIST:* | -LNO:* | -link)
- ;;
- -lkernel32)
- test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
- ;;
- -[[LRuYz]])
- # These flags, when seen by themselves, take an argument.
- # We remove the space between option and argument and re-iterate
- # unless we find an empty arg or a new option (starting with -)
- case $[2] in
- "" | -*);;
- *)
- ac_arg="$ac_arg$[2]"
- shift; shift
- set X $ac_arg "$[@]"
- ;;
- esac
- ;;
- -YP,*)
- for ac_j in `AS_ECHO(["$ac_arg"]) | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
- _AC_LIST_MEMBER_IF($ac_j, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
- [ac_arg="$ac_arg $ac_j"
- ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_j"])
- done
- ;;
- -[[lLR]]*)
- _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
- ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")
- ;;
- -zallextract*| -zdefaultextract)
- ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
- ;;
- # Ignore everything else.
- esac
-done
-# restore positional arguments
-set X $ac_save_positional; shift
-
-# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
-# then we insist that the "run path" must be an absolute path (i.e. it
-# must begin with a "/").
-case `(uname -sr) 2>/dev/null` in
- "SunOS 5"*)
- ac_ld_run_path=`AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) |
- sed -n 's,^.*LD_RUN_PATH *= *\(/[[^ ]]*\).*$,-R\1,p'`
- test "x$ac_ld_run_path" != x &&
- _AC_LINKER_OPTION([$ac_ld_run_path], ac_cv_[]_AC_LANG_ABBREV[]_libs)
- ;;
-esac
-fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
-])
-[]_AC_LANG_PREFIX[]LIBS="$ac_cv_[]_AC_LANG_ABBREV[]_libs"
-AC_SUBST([]_AC_LANG_PREFIX[]LIBS)
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:699: -1- m4_define([m4_location(AC_F77_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:699])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:699: -1- m4_define([AC_F77_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_FC_LIBRARY_LDFLAGS
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:709: -1- m4_define([m4_location(AC_FC_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:709])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:709: -1- m4_define([AC_FC_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_FC_LIBRARY_LDFLAGS
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:751: -1- m4_define([m4_location(_AC_FC_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:751])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:751: -1- m4_define([_AC_FC_DUMMY_MAIN], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-m4_define(_AC_LANG_PROGRAM_C_[]_AC_FC[]_HOOKS,
-[#ifdef ]_AC_FC[_DUMMY_MAIN
-]AC_LANG_CASE([Fortran], [#ifndef FC_DUMMY_MAIN_EQ_F77])
-[# ifdef __cplusplus
- extern "C"
-# endif
- int ]_AC_FC[_DUMMY_MAIN() { return 1; }
-]AC_LANG_CASE([Fortran], [#endif])
-[#endif
-])
-AC_CACHE_CHECK([for dummy main to link with _AC_LANG libraries],
- ac_cv_[]_AC_LANG_ABBREV[]_dummy_main,
-[ac_[]_AC_LANG_ABBREV[]_dm_save_LIBS=$LIBS
- LIBS="$LIBS $[]_AC_LANG_PREFIX[]LIBS"
- ac_fortran_dm_var=[]_AC_FC[]_DUMMY_MAIN
- AC_LANG_PUSH(C)dnl
-
- # First, try linking without a dummy main:
- AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])],
- [ac_cv_fortran_dummy_main=none],
- [ac_cv_fortran_dummy_main=unknown])
-
- if test $ac_cv_fortran_dummy_main = unknown; then
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@define $ac_fortran_dm_var $ac_func]])],
- [ac_cv_fortran_dummy_main=$ac_func; break])
- done
- fi
- AC_LANG_POP(C)dnl
- ac_cv_[]_AC_LANG_ABBREV[]_dummy_main=$ac_cv_fortran_dummy_main
- rm -rf conftest*
- LIBS=$ac_[]_AC_LANG_ABBREV[]_dm_save_LIBS
-])
-[]_AC_FC[]_DUMMY_MAIN=$ac_cv_[]_AC_LANG_ABBREV[]_dummy_main
-AS_IF([test "$[]_AC_FC[]_DUMMY_MAIN" != unknown],
- [m4_default([$1],
-[if test $[]_AC_FC[]_DUMMY_MAIN != none; then
- AC_DEFINE_UNQUOTED([]_AC_FC[]_DUMMY_MAIN, $[]_AC_FC[]_DUMMY_MAIN,
- [Define to dummy `main' function (if any) required to
- link to the Fortran libraries.])
- if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
- AC_DEFINE([FC_DUMMY_MAIN_EQ_F77], 1,
- [Define if F77 and FC dummy `main' functions are identical.])
- fi
-fi])],
- [m4_default([$2],
- [AC_MSG_FAILURE([linking to Fortran libraries from C fails])])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:805: -1- m4_define([m4_location(AC_F77_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:805])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:805: -1- m4_define([AC_F77_DUMMY_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_FC_DUMMY_MAIN($@)
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:815: -1- m4_define([m4_location(AC_FC_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:815])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:815: -1- m4_define([AC_FC_DUMMY_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_FC_DUMMY_MAIN($@)
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:831: -1- m4_define([m4_location(_AC_FC_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:831])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:831: -1- m4_define([_AC_FC_MAIN], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_CACHE_CHECK([for alternate main to link with _AC_LANG libraries],
- ac_cv_[]_AC_LANG_ABBREV[]_main,
-[ac_[]_AC_LANG_ABBREV[]_m_save_LIBS=$LIBS
- LIBS="$LIBS $[]_AC_LANG_PREFIX[]LIBS"
- ac_fortran_dm_var=[]_AC_FC[]_DUMMY_MAIN
- AC_LANG_PUSH(C)dnl
- ac_cv_fortran_main="main" # default entry point name
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@ifdef FC_DUMMY_MAIN_EQ_F77
-@%:@ undef F77_DUMMY_MAIN
-@%:@ undef FC_DUMMY_MAIN
-@%:@else
-@%:@ undef $ac_fortran_dm_var
-@%:@endif
-@%:@define main $ac_func])],
- [ac_cv_fortran_main=$ac_func; break])
- done
- AC_LANG_POP(C)dnl
- ac_cv_[]_AC_LANG_ABBREV[]_main=$ac_cv_fortran_main
- rm -rf conftest*
- LIBS=$ac_[]_AC_LANG_ABBREV[]_m_save_LIBS
-])
-AC_DEFINE_UNQUOTED([]_AC_FC[]_MAIN, $ac_cv_[]_AC_LANG_ABBREV[]_main,
- [Define to alternate name for `main' routine that is
- called from a `main' in the Fortran libraries.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:863: -1- m4_define([m4_location(AC_F77_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:863])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:863: -1- m4_define([AC_F77_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_FC_MAIN
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:873: -1- m4_define([m4_location(AC_FC_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:873])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:873: -1- m4_define([AC_FC_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_FC_MAIN
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:896: -1- m4_define([m4_location(__AC_FC_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:896])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:896: -1- m4_define([__AC_FC_NAME_MANGLING], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AC_CACHE_CHECK([for _AC_LANG name-mangling scheme],
- ac_cv_[]_AC_LANG_ABBREV[]_mangling,
-[AC_COMPILE_IFELSE(
-[ subroutine foobar()
- return
- end
- subroutine foo_bar()
- return
- end],
-[mv conftest.$ac_objext cfortran_test.$ac_objext
-
- ac_save_LIBS=$LIBS
- LIBS="cfortran_test.$ac_objext $LIBS $[]_AC_LANG_PREFIX[]LIBS"
-
- AC_LANG_PUSH(C)dnl
- ac_success=no
- for ac_foobar in foobar FOOBAR; do
- for ac_underscore in "" "_"; do
- ac_func="$ac_foobar$ac_underscore"
- AC_LINK_IFELSE([AC_LANG_CALL([], [$ac_func])],
- [ac_success=yes; break 2])
- done
- done
- AC_LANG_POP(C)dnl
-
- if test "$ac_success" = "yes"; then
- case $ac_foobar in
- foobar)
- ac_case=lower
- ac_foo_bar=foo_bar
- ;;
- FOOBAR)
- ac_case=upper
- ac_foo_bar=FOO_BAR
- ;;
- esac
-
- AC_LANG_PUSH(C)dnl
- ac_success_extra=no
- for ac_extra in "" "_"; do
- ac_func="$ac_foo_bar$ac_underscore$ac_extra"
- AC_LINK_IFELSE([AC_LANG_CALL([], [$ac_func])],
- [ac_success_extra=yes; break])
- done
- AC_LANG_POP(C)dnl
-
- if test "$ac_success_extra" = "yes"; then
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_case case"
- if test -z "$ac_underscore"; then
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, no underscore"
- else
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, underscore"
- fi
- if test -z "$ac_extra"; then
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, no extra underscore"
- else
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, extra underscore"
- fi
- else
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="unknown"
- fi
- else
- ac_cv_[]_AC_LANG_ABBREV[]_mangling="unknown"
- fi
-
- LIBS=$ac_save_LIBS
- rm -rf conftest*
- rm -f cfortran_test*],
- [AC_MSG_FAILURE([cannot compile a simple Fortran program])])
-])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:971: -1- AU_DEFINE([AC_F77_NAME_MANGLING], [m4_ifval([], [_au_warn_AC_F77_NAME_MANGLING([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:971: -1- AU_DEFINE([_au_warn_AC_F77_NAME_MANGLING], [m4_warning($@)dnl
-m4_define([_au_warn_AC_F77_NAME_MANGLING], [])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:971: -1- m4_define([m4_location(AC_F77_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:971])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:971: -1- m4_define([AC_F77_NAME_MANGLING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_F77_NAME_MANGLING' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:976: -1- m4_define([m4_location(_AC_F77_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:976])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:976: -1- m4_define([_AC_F77_NAME_MANGLING], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
-AC_REQUIRE([AC_F77_DUMMY_MAIN])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-__AC_FC_NAME_MANGLING
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:987: -1- m4_define([m4_location(_AC_FC_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:987])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:987: -1- m4_define([_AC_FC_NAME_MANGLING], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
-AC_REQUIRE([AC_FC_DUMMY_MAIN])dnl
-AC_LANG_PUSH(Fortran)dnl
-__AC_FC_NAME_MANGLING
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1002: -1- m4_define([m4_location(_AC_FC_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1002])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1002: -1- m4_define([_AC_FC_WRAPPERS], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-AH_TEMPLATE(_AC_FC[_FUNC],
- [Define to a macro mangling the given C identifier (in lower and upper
- case), which must not contain underscores, for linking with Fortran.])dnl
-AH_TEMPLATE(_AC_FC[_FUNC_],
- [As ]_AC_FC[_FUNC, but for C identifiers containing underscores.])dnl
-case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in
- "lower case, no underscore, no extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [name])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name]) ;;
- "lower case, no underscore, extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [name])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] _]) ;;
- "lower case, underscore, no extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [name [##] _])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] _]) ;;
- "lower case, underscore, extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [name [##] _])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] __]) ;;
- "upper case, no underscore, no extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [NAME])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME]) ;;
- "upper case, no underscore, extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [NAME])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] _]) ;;
- "upper case, underscore, no extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [NAME [##] _])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] _]) ;;
- "upper case, underscore, extra underscore")
- AC_DEFINE(_AC_FC[_FUNC(name,NAME)], [NAME [##] _])
- AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] __]) ;;
- *)
- AC_MSG_WARN([unknown Fortran name-mangling scheme])
- ;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1043: -1- m4_define([m4_location(AC_F77_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1043])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1043: -1- m4_define([AC_F77_WRAPPERS], [_m4_defun_pro([$0])AC_REQUIRE([_AC_F77_NAME_MANGLING])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_FC_WRAPPERS
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1053: -1- m4_define([m4_location(AC_FC_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1053])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1053: -1- m4_define([AC_FC_WRAPPERS], [_m4_defun_pro([$0])AC_REQUIRE([_AC_FC_NAME_MANGLING])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_FC_WRAPPERS
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1066: -1- m4_define([m4_location(_AC_FC_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1066])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1066: -1- m4_define([_AC_FC_FUNC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
-case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in
- upper*) ac_val="m4_toupper([$1])" ;;
- lower*) ac_val="m4_tolower([$1])" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-m4_if(m4_index([$1],[_]),-1,[],
-[case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in *," extra underscore"*) ac_val="$ac_val"_ ;; esac
-])
-m4_default([$2],[$1])="$ac_val"
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1083: -1- m4_define([m4_location(AC_F77_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1083])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1083: -1- m4_define([AC_F77_FUNC], [_m4_defun_pro([$0])AC_REQUIRE([_AC_F77_NAME_MANGLING])dnl
-AC_LANG_PUSH(Fortran 77)dnl
-_AC_FC_FUNC([$1],[$2])
-AC_LANG_POP(Fortran 77)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1093: -1- m4_define([m4_location(AC_FC_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1093])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1093: -1- m4_define([AC_FC_FUNC], [_m4_defun_pro([$0])AC_REQUIRE([_AC_FC_NAME_MANGLING])dnl
-AC_LANG_PUSH(Fortran)dnl
-_AC_FC_FUNC([$1],[$2])
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1124: -1- m4_define([m4_location(AC_FC_SRCEXT)], [/usr/share/autoconf/autoconf/fortran.m4:1124])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1124: -1- m4_define([AC_FC_SRCEXT], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran)dnl
-AC_CACHE_CHECK([for Fortran flag to compile .$1 files],
- ac_cv_fc_srcext_$1,
-[ac_ext=$1
-ac_fcflags_srcext_save=$ac_fcflags_srcext
-ac_fcflags_srcext=
-ac_cv_fc_srcext_$1=unknown
-for ac_flag in none -qsuffix=f=$1 -Tf; do
- test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_fc_srcext_$1=$ac_flag; break])
-done
-rm -f conftest.$ac_objext conftest.$1
-ac_fcflags_srcext=$ac_fcflags_srcext_save
-])
-if test "x$ac_cv_fc_srcext_$1" = xunknown; then
- m4_default([$3],[AC_MSG_ERROR([Fortran could not compile .$1 files])])
-else
- ac_fc_srcext=$1
- if test "x$ac_cv_fc_srcext_$1" = xnone; then
- ac_fcflags_srcext=""
- FCFLAGS_[]$1[]=""
- else
- ac_fcflags_srcext=$ac_cv_fc_srcext_$1
- FCFLAGS_[]$1[]=$ac_cv_fc_srcext_$1
- fi
- AC_SUBST(FCFLAGS_[]$1)
- $2
-fi
-AC_LANG_POP(Fortran)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1178: -1- m4_define([m4_location(AC_FC_FREEFORM)], [/usr/share/autoconf/autoconf/fortran.m4:1178])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1178: -1- m4_define([AC_FC_FREEFORM], [_m4_defun_once([AC_FC_FREEFORM], [AC_LANG_PUSH([Fortran])dnl
-AC_CACHE_CHECK([for Fortran flag needed to accept free-form source],
- [ac_cv_fc_freeform],
-[ac_cv_fc_freeform=unknown
-ac_fc_freeform_FCFLAGS_save=$FCFLAGS
-for ac_flag in none -ffree-form -FR -free -qfree -Mfree -Mfreeform \
- -freeform "-f free" +source=free -nfix
-do
- test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_freeform_FCFLAGS_save $ac_flag"
-dnl Use @&t@ below to ensure that editors don't turn 8+ spaces into tab.
- AC_COMPILE_IFELSE([
- program freeform
- ! FIXME: how to best confuse non-freeform compilers?
- print *, 'Hello ', &
- @&t@ 'world.'
- end],
- [ac_cv_fc_freeform=$ac_flag; break])
-done
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-FCFLAGS=$ac_fc_freeform_FCFLAGS_save
-])
-if test "x$ac_cv_fc_freeform" = xunknown; then
- m4_default([$2],
- [AC_MSG_ERROR([Fortran does not accept free-form source], 77)])
-else
- if test "x$ac_cv_fc_freeform" != xnone; then
- FCFLAGS="$FCFLAGS $ac_cv_fc_freeform"
- fi
- $1
-fi
-AC_LANG_POP([Fortran])dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_FC_FREEFORM])m4_unquote(], [)_m4_defun_epi([AC_FC_FREEFORM])]],
-m4_ifdef([_m4_diverting([AC_FC_FREEFORM])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_FC_FREEFORM],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1234: -1- m4_define([m4_location(AC_FC_FIXEDFORM)], [/usr/share/autoconf/autoconf/fortran.m4:1234])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1234: -1- m4_define([AC_FC_FIXEDFORM], [_m4_defun_once([AC_FC_FIXEDFORM], [AC_LANG_PUSH([Fortran])dnl
-AC_CACHE_CHECK([for Fortran flag needed to accept fixed-form source],
- [ac_cv_fc_fixedform],
-[ac_cv_fc_fixedform=unknown
-ac_fc_fixedform_FCFLAGS_save=$FCFLAGS
-for ac_flag in none -ffixed-form -fixed -qfixed -Mfixed -fixedform "-f fixed" \
- +source=fixed -fix
-do
- test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_fixedform_FCFLAGS_save $ac_flag"
- AC_COMPILE_IFELSE([
-C This comment should confuse free-form compilers.
- program main
- end],
- [ac_cv_fc_fixedform=$ac_flag; break])
-done
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-FCFLAGS=$ac_fc_fixedform_FCFLAGS_save
-])
-if test "x$ac_cv_fc_fixedform" = xunknown; then
- m4_default([$2],
- [AC_MSG_ERROR([Fortran does not accept fixed-form source], 77)])
-else
- if test "x$ac_cv_fc_fixedform" != xnone; then
- FCFLAGS="$FCFLAGS $ac_cv_fc_fixedform"
- fi
- $1
-fi
-AC_LANG_POP([Fortran])dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_FC_FIXEDFORM])m4_unquote(], [)_m4_defun_epi([AC_FC_FIXEDFORM])]],
-m4_ifdef([_m4_diverting([AC_FC_FIXEDFORM])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_FC_FIXEDFORM],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1296: -1- m4_define([m4_location(AC_FC_LINE_LENGTH)], [/usr/share/autoconf/autoconf/fortran.m4:1296])
-m4trace:/usr/share/autoconf/autoconf/fortran.m4:1296: -1- m4_define([AC_FC_LINE_LENGTH], [_m4_defun_once([AC_FC_LINE_LENGTH], [AC_LANG_PUSH([Fortran])dnl
-m4_case(m4_default([$1], [132]),
- [unlimited], [ac_fc_line_len_string=unlimited
- ac_fc_line_len=0
- ac_fc_line_length_test='
- subroutine longer_than_132(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,'\
-'arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19)'],
- [132], [ac_fc_line_len=132
- ac_fc_line_length_test='
- subroutine longer_than_80(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,'\
-'arg10)'],
- [80], [ac_fc_line_len=80
- ac_fc_line_length_test='
- subroutine longer_than_72(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9)'],
- [m4_warning([Invalid length argument `$1'])])
-: ${ac_fc_line_len_string=$ac_fc_line_len}
-AC_CACHE_CHECK(
-[for Fortran flag needed to accept $ac_fc_line_len_string column source lines],
- [ac_cv_fc_line_length],
-[ac_cv_fc_line_length=unknown
-ac_fc_line_length_FCFLAGS_save=$FCFLAGS
-for ac_flag in none \
- -ffree-line-length-none -ffixed-line-length-none \
- -ffree-line-length-$ac_fc_line_len \
- -ffixed-line-length-$ac_fc_line_len \
- -qfixed=$ac_fc_line_len -Mextend \
- -$ac_fc_line_len -extend_source \
- "-W $ac_fc_line_len" +extend_source -wide -e
-do
- test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_line_length_FCFLAGS_save $ac_flag"
- AC_COMPILE_IFELSE([$ac_fc_line_length_test
- end subroutine],
- [ac_cv_fc_line_length=$ac_flag; break])
-done
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-FCFLAGS=$ac_fc_line_length_FCFLAGS_save
-])
-if test "x$ac_cv_fc_line_length" = xunknown; then
- m4_default([$3],
- [AC_MSG_ERROR([Fortran does not accept long source lines], 77)])
-else
- if test "x$ac_cv_fc_line_length" != xnone; then
- FCFLAGS="$FCFLAGS $ac_cv_fc_line_length"
- fi
- $2
-fi
-AC_LANG_POP([Fortran])dnl
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_FC_LINE_LENGTH])m4_unquote(], [)_m4_defun_epi([AC_FC_LINE_LENGTH])]],
-m4_ifdef([_m4_diverting([AC_FC_LINE_LENGTH])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_FC_LINE_LENGTH],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:45: -1- m4_include([autoconf/functions.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:45: -1- m4_define([m4_include(autoconf/functions.m4)])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:45: -1- m4_define([_AC_CHECK_FUNC_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for $[]2], [$[]3],
- [AC_LINK_IFELSE([AC_LANG_FUNC_LINK_TRY($[]2)],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [no])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:60: -1- m4_define([m4_location(AC_CHECK_FUNC)], [/usr/share/autoconf/autoconf/functions.m4:60])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:60: -1- m4_define([AC_CHECK_FUNC], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_func],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_func],
- [LINENO FUNC VAR],
- [Tests whether FUNC exists, setting the cache variable VAR accordingly])],
- [_$0_BODY])AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_func "$LINENO" "$1" "ac_var"
-AS_VAR_IF([ac_var], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_var])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:75: -1- m4_define([_AH_CHECK_FUNC], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
- [Define to 1 if you have the `$1' function.])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:87: -1- m4_define([m4_location(AC_CHECK_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:87])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:87: -1- m4_define([AC_CHECK_FUNCS], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AH_CHECK_FUNC(], [)])AS_FOR([AC_func], [ac_func], [$1],
-[AC_CHECK_FUNC(AC_func,
- [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_]AC_func)) $2],
- [$3])dnl])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:99: -1- m4_define([_AC_CHECK_FUNC_ONCE], [_AH_CHECK_FUNC([$1])AC_DEFUN([_AC_Func_$1],
- [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_list], [" $1"])])
-_AC_FUNCS_EXPANSION])AC_REQUIRE([_AC_Func_$1])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:108: -1- m4_define([m4_location(AC_CHECK_FUNCS_ONCE)], [/usr/share/autoconf/autoconf/functions.m4:108])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:108: -1- m4_define([AC_CHECK_FUNCS_ONCE], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AC_CHECK_FUNC_ONCE(], [)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:111: -1- m4_define([_AC_FUNCS_EXPANSION], [
- m4_divert_text([DEFAULTS], [ac_func_list=])
- AC_CHECK_FUNCS([$ac_func_list])
- m4_define([_AC_FUNCS_EXPANSION], [])
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:123: -1- m4_define([_AC_REPLACE_FUNC], [AC_CHECK_FUNC([$1],
- [_AH_CHECK_FUNC([$1])AC_DEFINE(AS_TR_CPP([HAVE_$1]))],
- [AC_LIBOBJ([$1])])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:133: -1- m4_define([m4_location(AC_REPLACE_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:133])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:133: -1- m4_define([AC_REPLACE_FUNCS], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AC_REPLACE_FUNC(], [)
-])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:143: -1- m4_define([m4_location(AC_TRY_LINK_FUNC)], [/usr/share/autoconf/autoconf/functions.m4:143])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:143: -1- m4_define([AC_TRY_LINK_FUNC], [_m4_defun_pro([$0])AC_LINK_IFELSE([AC_LANG_CALL([], [$1])], [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- AU_DEFINE([AC_FUNC_CHECK], [m4_ifval([], [_au_warn_AC_FUNC_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_FUNC], [AC_CHECK_FUNC($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- AU_DEFINE([_au_warn_AC_FUNC_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FUNC_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- m4_define([m4_location(AC_FUNC_CHECK)], [/usr/share/autoconf/autoconf/functions.m4:149])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- m4_define([AC_FUNC_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FUNC_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_FUNC], [AC_CHECK_FUNC($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:154: -1- AU_DEFINE([AC_HAVE_FUNCS], [m4_ifval([], [_au_warn_AC_HAVE_FUNCS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_FUNCS], [AC_CHECK_FUNCS($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:154: -1- AU_DEFINE([_au_warn_AC_HAVE_FUNCS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HAVE_FUNCS], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:154: -1- m4_define([m4_location(AC_HAVE_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:154])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:154: -1- m4_define([AC_HAVE_FUNCS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_FUNCS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_FUNCS], [AC_CHECK_FUNCS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:288: -1- m4_define([_AC_LIBOBJ_ALLOCA], [# The SVR3 libPW and SVR4 libucb both contain incompatible functions
-# that cause trouble. Some versions do not even contain alloca or
-# contain a buggy version. If you still want to use their alloca,
-# use ar to extract alloca.o from them instead of compiling alloca.c.
-AC_LIBSOURCES(alloca.c)
-AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])dnl
-AC_DEFINE(C_ALLOCA, 1, [Define to 1 if using `alloca.c'.])
-
-AC_CACHE_CHECK(whether `alloca.c' needs Cray hooks, ac_cv_os_cray,
-[AC_EGREP_CPP(webecray,
-[#if defined CRAY && ! defined CRAY2
-webecray
-#else
-wenotbecray
-#endif
-], ac_cv_os_cray=yes, ac_cv_os_cray=no)])
-if test $ac_cv_os_cray = yes; then
- for ac_func in _getb67 GETB67 getb67; do
- AC_CHECK_FUNC($ac_func,
- [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func,
- [Define to one of `_getb67', `GETB67',
- `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for
- `alloca.c' support on those systems.])
- break])
- done
-fi
-
-AC_CACHE_CHECK([stack direction for C alloca],
- [ac_cv_c_stack_direction],
-[AC_RUN_IFELSE([AC_LANG_SOURCE(
-[AC_INCLUDES_DEFAULT
-int
-find_stack_direction ()
-{
- static char *addr = 0;
- auto char dummy;
- if (addr == 0)
- {
- addr = &dummy;
- return find_stack_direction ();
- }
- else
- return (&dummy > addr) ? 1 : -1;
-}
-
-int
-main ()
-{
- return find_stack_direction () < 0;
-}])],
- [ac_cv_c_stack_direction=1],
- [ac_cv_c_stack_direction=-1],
- [ac_cv_c_stack_direction=0])])
-AH_VERBATIM([STACK_DIRECTION],
-[/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at runtime.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
-@%:@undef STACK_DIRECTION])dnl
-AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction)
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:359: -1- m4_define([m4_location(AC_FUNC_ALLOCA)], [/usr/share/autoconf/autoconf/functions.m4:359])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:359: -1- m4_define([AC_FUNC_ALLOCA], [_m4_defun_pro([$0])# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
-# for constant arguments. Useless!
-AC_CACHE_CHECK([for working alloca.h], ac_cv_working_alloca_h,
-[AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([[@%:@include <alloca.h>]],
- [[char *p = (char *) alloca (2 * sizeof (int));
- if (p) return 0;]])],
- [ac_cv_working_alloca_h=yes],
- [ac_cv_working_alloca_h=no])])
-if test $ac_cv_working_alloca_h = yes; then
- AC_DEFINE(HAVE_ALLOCA_H, 1,
- [Define to 1 if you have <alloca.h> and it should be used
- (not on Ultrix).])
-fi
-
-AC_CACHE_CHECK([for alloca], ac_cv_func_alloca_works,
-[AC_LINK_IFELSE([AC_LANG_PROGRAM(
-[[#ifdef __GNUC__
-# define alloca __builtin_alloca
-#else
-# ifdef _MSC_VER
-# include <malloc.h>
-# define alloca _alloca
-# else
-# ifdef HAVE_ALLOCA_H
-# include <alloca.h>
-# else
-# ifdef _AIX
- #pragma alloca
-# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-# endif
-# endif
-# endif
-# endif
-#endif
-]], [[char *p = (char *) alloca (1);
- if (p) return 0;]])],
- [ac_cv_func_alloca_works=yes],
- [ac_cv_func_alloca_works=no])])
-
-if test $ac_cv_func_alloca_works = yes; then
- AC_DEFINE(HAVE_ALLOCA, 1,
- [Define to 1 if you have `alloca', as a function or macro.])
-else
- _AC_LIBOBJ_ALLOCA
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:413: -1- AU_DEFINE([AC_ALLOCA], [m4_ifval([], [_au_warn_AC_ALLOCA([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_ALLOCA], [AC_FUNC_ALLOCA($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:413: -1- AU_DEFINE([_au_warn_AC_ALLOCA], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ALLOCA], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:413: -1- m4_define([m4_location(AC_ALLOCA)], [/usr/share/autoconf/autoconf/functions.m4:413])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:413: -1- m4_define([AC_ALLOCA], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ALLOCA' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_ALLOCA], [AC_FUNC_ALLOCA($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:420: -1- m4_define([m4_location(AC_FUNC_CHOWN)], [/usr/share/autoconf/autoconf/functions.m4:420])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:420: -1- m4_define([AC_FUNC_CHOWN], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_UID_T])dnl
-AC_CHECK_HEADERS(unistd.h)
-AC_CACHE_CHECK([for working chown], ac_cv_func_chown_works,
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
-#include <fcntl.h>
-],
-[[ char *f = "conftest.chown";
- struct stat before, after;
-
- if (creat (f, 0600) < 0)
- return 1;
- if (stat (f, &before) < 0)
- return 1;
- if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
- return 1;
- if (stat (f, &after) < 0)
- return 1;
- return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
-]])],
- [ac_cv_func_chown_works=yes],
- [ac_cv_func_chown_works=no],
- [ac_cv_func_chown_works=no])
-rm -f conftest.chown
-])
-if test $ac_cv_func_chown_works = yes; then
- AC_DEFINE(HAVE_CHOWN, 1,
- [Define to 1 if your system has a working `chown' function.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:456: -1- m4_define([m4_location(AC_FUNC_CLOSEDIR_VOID)], [/usr/share/autoconf/autoconf/functions.m4:456])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:456: -1- m4_define([AC_FUNC_CLOSEDIR_VOID], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_DIRENT])dnl
-AC_CACHE_CHECK([whether closedir returns void],
- [ac_cv_func_closedir_void],
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
-#include <$ac_header_dirent>
-#ifndef __cplusplus
-int closedir ();
-#endif
-],
- [[return closedir (opendir (".")) != 0;]])],
- [ac_cv_func_closedir_void=no],
- [ac_cv_func_closedir_void=yes],
- [ac_cv_func_closedir_void=yes])])
-if test $ac_cv_func_closedir_void = yes; then
- AC_DEFINE(CLOSEDIR_VOID, 1,
- [Define to 1 if the `closedir' function returns void instead
- of `int'.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:482: -1- m4_define([m4_location(AC_FUNC_ERROR_AT_LINE)], [/usr/share/autoconf/autoconf/functions.m4:482])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:482: -1- m4_define([AC_FUNC_ERROR_AT_LINE], [_m4_defun_pro([$0])AC_LIBSOURCES([error.h, error.c])dnl
-AC_CACHE_CHECK([for error_at_line], ac_cv_lib_error_at_line,
-[AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <error.h>],
- [error_at_line (0, 0, "", 0, "an error occurred");])],
- [ac_cv_lib_error_at_line=yes],
- [ac_cv_lib_error_at_line=no])])
-if test $ac_cv_lib_error_at_line = no; then
- AC_LIBOBJ(error)
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:497: -1- AU_DEFINE([AM_FUNC_ERROR_AT_LINE], [m4_ifval([], [_au_warn_AM_FUNC_ERROR_AT_LINE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:497: -1- AU_DEFINE([_au_warn_AM_FUNC_ERROR_AT_LINE], [m4_warning($@)dnl
-m4_define([_au_warn_AM_FUNC_ERROR_AT_LINE], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:497: -1- m4_define([m4_location(AM_FUNC_ERROR_AT_LINE)], [/usr/share/autoconf/autoconf/functions.m4:497])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:497: -1- m4_define([AM_FUNC_ERROR_AT_LINE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_ERROR_AT_LINE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:504: -1- m4_define([m4_location(_AC_FUNC_FNMATCH_IF)], [/usr/share/autoconf/autoconf/functions.m4:504])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:504: -1- m4_define([_AC_FUNC_FNMATCH_IF], [_m4_defun_pro([$0])AC_CACHE_CHECK(
- [for working $1 fnmatch],
- [$2],
- [# Some versions of Solaris, SCO, and the GNU C Library
- # have a broken or incompatible fnmatch.
- # So we run a test program. If we are cross-compiling, take no chance.
- # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM(
- [#include <fnmatch.h>
-# define y(a, b, c) (fnmatch (a, b, c) == 0)
-# define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
- ],
- [return
- (!(y ("a*", "abc", 0)
- && n ("d*/*1", "d/s/1", FNM_PATHNAME)
- && y ("a\\\\bc", "abc", 0)
- && n ("a\\\\bc", "abc", FNM_NOESCAPE)
- && y ("*x", ".x", 0)
- && n ("*x", ".x", FNM_PERIOD)
- && m4_if([$1], [GNU],
- [y ("xxXX", "xXxX", FNM_CASEFOLD)
- && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)
- && n ("d*/*1", "d/s/1", FNM_FILE_NAME)
- && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
- && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
- && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)],
- 1)));])],
- [$2=yes],
- [$2=no],
- [$2=cross])])
-AS_IF([test $$2 = yes], [$3], [$4])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:542: -1- m4_define([m4_location(AC_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:542])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:542: -1- m4_define([AC_FUNC_FNMATCH], [_m4_defun_pro([$0])_AC_FUNC_FNMATCH_IF([POSIX], [ac_cv_func_fnmatch_works],
- [AC_DEFINE([HAVE_FNMATCH], 1,
- [Define to 1 if your system has a working POSIX `fnmatch'
- function.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:553: -1- m4_define([m4_location(_AC_LIBOBJ_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:553])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:553: -1- m4_define([_AC_LIBOBJ_FNMATCH], [_m4_defun_pro([$0])AC_REQUIRE([AC_C_CONST])dnl
-AC_REQUIRE([AC_FUNC_ALLOCA])dnl
-AC_REQUIRE([AC_TYPE_MBSTATE_T])dnl
-AC_CHECK_DECLS([getenv])
-AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmempcpy])
-AC_CHECK_HEADERS([wchar.h wctype.h])
-AC_LIBOBJ([fnmatch])
-AC_CONFIG_LINKS([$ac_config_libobj_dir/fnmatch.h:$ac_config_libobj_dir/fnmatch_.h])
-AC_DEFINE(fnmatch, rpl_fnmatch,
- [Define to rpl_fnmatch if the replacement function should be used.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:569: -1- m4_define([m4_location(AC_REPLACE_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:569])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:569: -1- m4_define([AC_REPLACE_FNMATCH], [_m4_defun_pro([$0])_AC_FUNC_FNMATCH_IF([POSIX], [ac_cv_func_fnmatch_works],
- [rm -f "$ac_config_libobj_dir/fnmatch.h"],
- [_AC_LIBOBJ_FNMATCH])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:578: -1- m4_define([m4_location(AC_FUNC_FNMATCH_GNU)], [/usr/share/autoconf/autoconf/functions.m4:578])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:578: -1- m4_define([AC_FUNC_FNMATCH_GNU], [_m4_defun_pro([$0])AC_REQUIRE([AC_GNU_SOURCE])
-_AC_FUNC_FNMATCH_IF([GNU], [ac_cv_func_fnmatch_gnu],
- [rm -f "$ac_config_libobj_dir/fnmatch.h"],
- [_AC_LIBOBJ_FNMATCH])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:589: -1- AU_DEFINE([AM_FUNC_FNMATCH], [m4_ifval([], [_au_warn_AM_FUNC_FNMATCH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:589: -1- AU_DEFINE([_au_warn_AM_FUNC_FNMATCH], [m4_warning($@)dnl
-m4_define([_au_warn_AM_FUNC_FNMATCH], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:589: -1- m4_define([m4_location(AM_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:589])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:589: -1- m4_define([AM_FUNC_FNMATCH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_FNMATCH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:590: -1- AU_DEFINE([fp_FUNC_FNMATCH], [m4_ifval([], [_au_warn_fp_FUNC_FNMATCH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:590: -1- AU_DEFINE([_au_warn_fp_FUNC_FNMATCH], [m4_warning($@)dnl
-m4_define([_au_warn_fp_FUNC_FNMATCH], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:590: -1- m4_define([m4_location(fp_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:590])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:590: -1- m4_define([fp_FUNC_FNMATCH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `fp_FUNC_FNMATCH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:597: -1- m4_define([m4_location(AC_FUNC_FSEEKO)], [/usr/share/autoconf/autoconf/functions.m4:597])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:597: -1- m4_define([AC_FUNC_FSEEKO], [_m4_defun_pro([$0])_AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, 1,
- [ac_cv_sys_largefile_source],
- [Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).],
- [[#include <sys/types.h> /* for off_t */
- #include <stdio.h>]],
- [[int (*fp) (FILE *, off_t, int) = fseeko;
- return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);]])
-
-# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
-# in glibc 2.1.3, but that breaks too many other things.
-# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
-if test $ac_cv_sys_largefile_source != unknown; then
- AC_DEFINE(HAVE_FSEEKO, 1,
- [Define to 1 if fseeko (and presumably ftello) exists and is declared.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:621: -1- m4_define([m4_location(AC_FUNC_GETGROUPS)], [/usr/share/autoconf/autoconf/functions.m4:621])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:621: -1- m4_define([AC_FUNC_GETGROUPS], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_GETGROUPS])dnl
-AC_REQUIRE([AC_TYPE_SIZE_T])dnl
-AC_CHECK_FUNC(getgroups)
-
-# If we don't yet have getgroups, see if it's in -lbsd.
-# This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
-ac_save_LIBS=$LIBS
-if test $ac_cv_func_getgroups = no; then
- AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
-fi
-
-# Run the program to test the functionality of the system-supplied
-# getgroups function only if there is such a function.
-if test $ac_cv_func_getgroups = yes; then
- AC_CACHE_CHECK([for working getgroups], ac_cv_func_getgroups_works,
- [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [[/* On Ultrix 4.3, getgroups (0, 0) always fails. */
- return getgroups (0, 0) == -1;]])],
- [ac_cv_func_getgroups_works=yes],
- [ac_cv_func_getgroups_works=no],
- [ac_cv_func_getgroups_works=no])
- ])
-else
- ac_cv_func_getgroups_works=no
-fi
-if test $ac_cv_func_getgroups_works = yes; then
- AC_DEFINE(HAVE_GETGROUPS, 1,
- [Define to 1 if your system has a working `getgroups' function.])
-fi
-LIBS=$ac_save_LIBS
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:658: -1- m4_define([_AC_LIBOBJ_GETLOADAVG], [AC_LIBOBJ(getloadavg)
-AC_DEFINE(C_GETLOADAVG, 1, [Define to 1 if using `getloadavg.c'.])
-# Figure out what our getloadavg.c needs.
-ac_have_func=no
-AC_CHECK_HEADER(sys/dg_sys_info.h,
-[ac_have_func=yes
- AC_DEFINE(DGUX, 1, [Define to 1 for DGUX with <sys/dg_sys_info.h>.])
- AC_CHECK_LIB(dgc, dg_sys_info)])
-
-AC_CHECK_HEADER(locale.h)
-AC_CHECK_FUNCS(setlocale)
-
-# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
-# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
-# Irix 4.0.5F has the header but not the library.
-if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
- ac_have_func=yes
- AC_DEFINE(SVR4, 1, [Define to 1 on System V Release 4.])
-fi
-
-if test $ac_have_func = no; then
- AC_CHECK_HEADER(inq_stats/cpustats.h,
- [ac_have_func=yes
- AC_DEFINE(UMAX, 1, [Define to 1 for Encore UMAX.])
- AC_DEFINE(UMAX4_3, 1,
- [Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h>
- instead of <sys/cpustats.h>.])])
-fi
-
-if test $ac_have_func = no; then
- AC_CHECK_HEADER(sys/cpustats.h,
- [ac_have_func=yes; AC_DEFINE(UMAX)])
-fi
-
-if test $ac_have_func = no; then
- AC_CHECK_HEADERS(mach/mach.h)
-fi
-
-AC_CHECK_HEADERS(nlist.h,
-[AC_CHECK_MEMBERS([struct nlist.n_un.n_name],
- [AC_DEFINE(NLIST_NAME_UNION, 1,
- [Define to 1 if your `struct nlist' has an
- `n_un' member. Obsolete, depend on
- `HAVE_STRUCT_NLIST_N_UN_N_NAME])], [],
- [@%:@include <nlist.h>])
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:710: -1- m4_define([m4_location(AC_FUNC_GETLOADAVG)], [/usr/share/autoconf/autoconf/functions.m4:710])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:710: -1- m4_define([AC_FUNC_GETLOADAVG], [_m4_defun_pro([$0])ac_have_func=no # yes means we've found a way to get the load average.
-
-# Make sure getloadavg.c is where it belongs, at configure-time.
-test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
- AC_MSG_ERROR([$srcdir/$ac_config_libobj_dir/getloadavg.c is missing])
-
-ac_save_LIBS=$LIBS
-
-# Check for getloadavg, but be sure not to touch the cache variable.
-(AC_CHECK_FUNC(getloadavg, exit 0, exit 1)) && ac_have_func=yes
-
-# On HPUX9, an unprivileged user can get load averages through this function.
-AC_CHECK_FUNCS(pstat_getdynamic)
-
-# Solaris has libkstat which does not require root.
-AC_CHECK_LIB(kstat, kstat_open)
-test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
-
-# Some systems with -lutil have (and need) -lkvm as well, some do not.
-# On Solaris, -lkvm requires nlist from -lelf, so check that first
-# to get the right answer into the cache.
-# For kstat on solaris, we need libelf to force the definition of SVR4 below.
-if test $ac_have_func = no; then
- AC_CHECK_LIB(elf, elf_begin, LIBS="-lelf $LIBS")
-fi
-if test $ac_have_func = no; then
- AC_CHECK_LIB(kvm, kvm_open, LIBS="-lkvm $LIBS")
- # Check for the 4.4BSD definition of getloadavg.
- AC_CHECK_LIB(util, getloadavg,
- [LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes])
-fi
-
-if test $ac_have_func = no; then
- # There is a commonly available library for RS/6000 AIX.
- # Since it is not a standard part of AIX, it might be installed locally.
- ac_getloadavg_LIBS=$LIBS
- LIBS="-L/usr/local/lib $LIBS"
- AC_CHECK_LIB(getloadavg, getloadavg,
- [LIBS="-lgetloadavg $LIBS"], [LIBS=$ac_getloadavg_LIBS])
-fi
-
-# Make sure it is really in the library, if we think we found it,
-# otherwise set up the replacement function.
-AC_CHECK_FUNCS(getloadavg, [],
- [_AC_LIBOBJ_GETLOADAVG])
-
-# Some definitions of getloadavg require that the program be installed setgid.
-AC_CACHE_CHECK(whether getloadavg requires setgid,
- ac_cv_func_getloadavg_setgid,
-[AC_EGREP_CPP([Yowza Am I SETGID yet],
-[#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
-#ifdef LDAV_PRIVILEGED
-Yowza Am I SETGID yet
-@%:@endif],
- ac_cv_func_getloadavg_setgid=yes,
- ac_cv_func_getloadavg_setgid=no)])
-if test $ac_cv_func_getloadavg_setgid = yes; then
- NEED_SETGID=true
- AC_DEFINE(GETLOADAVG_PRIVILEGED, 1,
- [Define to 1 if the `getloadavg' function needs to be run setuid
- or setgid.])
-else
- NEED_SETGID=false
-fi
-AC_SUBST(NEED_SETGID)dnl
-
-if test $ac_cv_func_getloadavg_setgid = yes; then
- AC_CACHE_CHECK(group of /dev/kmem, ac_cv_group_kmem,
-[ # On Solaris, /dev/kmem is a symlink. Get info on the real file.
- ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
- # If we got an error (system does not support symlinks), try without -L.
- test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
- ac_cv_group_kmem=`AS_ECHO(["$ac_ls_output"]) \
- | sed -ne ['s/[ ][ ]*/ /g;
- s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
- / /s/.* //;p;']`
-])
- AC_SUBST(KMEM_GROUP, $ac_cv_group_kmem)dnl
-fi
-if test "x$ac_save_LIBS" = x; then
- GETLOADAVG_LIBS=$LIBS
-else
- GETLOADAVG_LIBS=`AS_ECHO(["$LIBS"]) | sed "s|$ac_save_LIBS||"`
-fi
-LIBS=$ac_save_LIBS
-
-AC_SUBST(GETLOADAVG_LIBS)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:803: -1- AU_DEFINE([AC_GETLOADAVG], [m4_ifval([], [_au_warn_AC_GETLOADAVG([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_GETLOADAVG], [AC_FUNC_GETLOADAVG($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:803: -1- AU_DEFINE([_au_warn_AC_GETLOADAVG], [m4_warning($@)dnl
-m4_define([_au_warn_AC_GETLOADAVG], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:803: -1- m4_define([m4_location(AC_GETLOADAVG)], [/usr/share/autoconf/autoconf/functions.m4:803])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:803: -1- m4_define([AC_GETLOADAVG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GETLOADAVG' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_GETLOADAVG], [AC_FUNC_GETLOADAVG($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:809: -1- m4_define([m4_location(AC_FUNC_GETMNTENT)], [/usr/share/autoconf/autoconf/functions.m4:809])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:809: -1- m4_define([AC_FUNC_GETMNTENT], [_m4_defun_pro([$0])# getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
-# -lseq on Dynix/PTX, -lgen on Unixware.
-AC_SEARCH_LIBS(getmntent, [sun seq gen],
- [ac_cv_func_getmntent=yes
- AC_DEFINE([HAVE_GETMNTENT], 1,
- [Define to 1 if you have the `getmntent' function.])],
- [ac_cv_func_getmntent=no])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:823: -1- m4_define([m4_location(AC_FUNC_GETPGRP)], [/usr/share/autoconf/autoconf/functions.m4:823])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:823: -1- m4_define([AC_FUNC_GETPGRP], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether getpgrp requires zero arguments,
- ac_cv_func_getpgrp_void,
-[# Use it with a single arg.
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [getpgrp (0);])],
- [ac_cv_func_getpgrp_void=no],
- [ac_cv_func_getpgrp_void=yes])
-])
-if test $ac_cv_func_getpgrp_void = yes; then
- AC_DEFINE(GETPGRP_VOID, 1,
- [Define to 1 if the `getpgrp' function requires zero arguments.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:844: -1- m4_define([m4_location(AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)], [/usr/share/autoconf/autoconf/functions.m4:844])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:844: -1- m4_define([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK], [_m4_defun_pro([$0])AC_CACHE_CHECK(
- [whether lstat correctly handles trailing slash],
- [ac_cv_func_lstat_dereferences_slashed_symlink],
-[rm -f conftest.sym conftest.file
-echo >conftest.file
-if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
- AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [struct stat sbuf;
- /* Linux will dereference the symlink and fail, as required by POSIX.
- That is better in the sense that it means we will not
- have to compile and use the lstat wrapper. */
- return lstat ("conftest.sym/", &sbuf) == 0;])],
- [ac_cv_func_lstat_dereferences_slashed_symlink=yes],
- [ac_cv_func_lstat_dereferences_slashed_symlink=no],
- [ac_cv_func_lstat_dereferences_slashed_symlink=no])
-else
- # If the `ln -s' command failed, then we probably don't even
- # have an lstat function.
- ac_cv_func_lstat_dereferences_slashed_symlink=no
-fi
-rm -f conftest.sym conftest.file
-])
-
-test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
- AC_DEFINE_UNQUOTED([LSTAT_FOLLOWS_SLASHED_SYMLINK], [1],
- [Define to 1 if `lstat' dereferences a symlink specified
- with a trailing slash.])
-
-if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
- AC_LIBOBJ([lstat])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:882: -1- m4_define([m4_location(_AC_FUNC_MALLOC_IF)], [/usr/share/autoconf/autoconf/functions.m4:882])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:882: -1- m4_define([_AC_FUNC_MALLOC_IF], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_STDC])dnl
-AC_CHECK_HEADERS(stdlib.h)
-AC_CACHE_CHECK([for GNU libc compatible malloc], ac_cv_func_malloc_0_nonnull,
-[AC_RUN_IFELSE(
-[AC_LANG_PROGRAM(
-[[#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-]],
- [return ! malloc (0);])],
- [ac_cv_func_malloc_0_nonnull=yes],
- [ac_cv_func_malloc_0_nonnull=no],
- [ac_cv_func_malloc_0_nonnull=no])])
-AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:907: -1- m4_define([m4_location(AC_FUNC_MALLOC)], [/usr/share/autoconf/autoconf/functions.m4:907])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:907: -1- m4_define([AC_FUNC_MALLOC], [_m4_defun_pro([$0])_AC_FUNC_MALLOC_IF(
- [AC_DEFINE([HAVE_MALLOC], 1,
- [Define to 1 if your system has a GNU libc compatible `malloc'
- function, and to 0 otherwise.])],
- [AC_DEFINE([HAVE_MALLOC], 0)
- AC_LIBOBJ(malloc)
- AC_DEFINE([malloc], [rpl_malloc],
- [Define to rpl_malloc if the replacement function should be used.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:922: -1- m4_define([m4_location(AC_FUNC_MBRTOWC)], [/usr/share/autoconf/autoconf/functions.m4:922])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:922: -1- m4_define([AC_FUNC_MBRTOWC], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared],
- ac_cv_func_mbrtowc,
- [AC_LINK_IFELSE(
- [AC_LANG_PROGRAM(
- [[@%:@include <wchar.h>]],
- [[wchar_t wc;
- char const s[] = "";
- size_t n = 1;
- mbstate_t state;
- return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));]])],
- ac_cv_func_mbrtowc=yes,
- ac_cv_func_mbrtowc=no)])
- if test $ac_cv_func_mbrtowc = yes; then
- AC_DEFINE([HAVE_MBRTOWC], 1,
- [Define to 1 if mbrtowc and mbstate_t are properly declared.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:945: -1- m4_define([m4_location(AC_FUNC_MEMCMP)], [/usr/share/autoconf/autoconf/functions.m4:945])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:945: -1- m4_define([AC_FUNC_MEMCMP], [_m4_defun_pro([$0])AC_CACHE_CHECK([for working memcmp], ac_cv_func_memcmp_working,
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [[
- /* Some versions of memcmp are not 8-bit clean. */
- char c0 = '\100', c1 = '\200', c2 = '\201';
- if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
- return 1;
-
- /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
- or more and with at least one buffer not starting on a 4-byte boundary.
- William Lewis provided this test program. */
- {
- char foo[21];
- char bar[21];
- int i;
- for (i = 0; i < 4; i++)
- {
- char *a = foo + i;
- char *b = bar + i;
- strcpy (a, "--------01111111");
- strcpy (b, "--------10000000");
- if (memcmp (a, b, 16) >= 0)
- return 1;
- }
- return 0;
- }
-]])],
- [ac_cv_func_memcmp_working=yes],
- [ac_cv_func_memcmp_working=no],
- [ac_cv_func_memcmp_working=no])])
-test $ac_cv_func_memcmp_working = no && AC_LIBOBJ([memcmp])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:982: -1- m4_define([m4_location(AC_FUNC_MKTIME)], [/usr/share/autoconf/autoconf/functions.m4:982])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:982: -1- m4_define([AC_FUNC_MKTIME], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_TIME])dnl
-AC_CHECK_HEADERS_ONCE(sys/time.h unistd.h)
-AC_CHECK_FUNCS_ONCE(alarm)
-AC_CACHE_CHECK([for working mktime], ac_cv_func_working_mktime,
-[AC_RUN_IFELSE([AC_LANG_SOURCE(
-[[/* Test program from Paul Eggert and Tony Leneis. */
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# ifdef HAVE_SYS_TIME_H
-# include <sys/time.h>
-# else
-# include <time.h>
-# endif
-#endif
-
-#include <limits.h>
-#include <stdlib.h>
-
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-
-#ifndef HAVE_ALARM
-# define alarm(X) /* empty */
-#endif
-
-/* Work around redefinition to rpl_putenv by other config tests. */
-#undef putenv
-
-static time_t time_t_max;
-static time_t time_t_min;
-
-/* Values we'll use to set the TZ environment variable. */
-static const char *tz_strings[] = {
- (const char *) 0, "TZ=GMT0", "TZ=JST-9",
- "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
-};
-#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
-
-/* Return 0 if mktime fails to convert a date in the spring-forward gap.
- Based on a problem report from Andreas Jaeger. */
-static int
-spring_forward_gap ()
-{
- /* glibc (up to about 1998-10-07) failed this test. */
- struct tm tm;
-
- /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
- instead of "TZ=America/Vancouver" in order to detect the bug even
- on systems that don't support the Olson extension, or don't have the
- full zoneinfo tables installed. */
- putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
-
- tm.tm_year = 98;
- tm.tm_mon = 3;
- tm.tm_mday = 5;
- tm.tm_hour = 2;
- tm.tm_min = 0;
- tm.tm_sec = 0;
- tm.tm_isdst = -1;
- return mktime (&tm) != (time_t) -1;
-}
-
-static int
-mktime_test1 (time_t now)
-{
- struct tm *lt;
- return ! (lt = localtime (&now)) || mktime (lt) == now;
-}
-
-static int
-mktime_test (time_t now)
-{
- return (mktime_test1 (now)
- && mktime_test1 ((time_t) (time_t_max - now))
- && mktime_test1 ((time_t) (time_t_min + now)));
-}
-
-static int
-irix_6_4_bug ()
-{
- /* Based on code from Ariel Faigon. */
- struct tm tm;
- tm.tm_year = 96;
- tm.tm_mon = 3;
- tm.tm_mday = 0;
- tm.tm_hour = 0;
- tm.tm_min = 0;
- tm.tm_sec = 0;
- tm.tm_isdst = -1;
- mktime (&tm);
- return tm.tm_mon == 2 && tm.tm_mday == 31;
-}
-
-static int
-bigtime_test (int j)
-{
- struct tm tm;
- time_t now;
- tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
- now = mktime (&tm);
- if (now != (time_t) -1)
- {
- struct tm *lt = localtime (&now);
- if (! (lt
- && lt->tm_year == tm.tm_year
- && lt->tm_mon == tm.tm_mon
- && lt->tm_mday == tm.tm_mday
- && lt->tm_hour == tm.tm_hour
- && lt->tm_min == tm.tm_min
- && lt->tm_sec == tm.tm_sec
- && lt->tm_yday == tm.tm_yday
- && lt->tm_wday == tm.tm_wday
- && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
- == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
- return 0;
- }
- return 1;
-}
-
-static int
-year_2050_test ()
-{
- /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
- ignoring leap seconds. */
- unsigned long int answer = 2527315200UL;
-
- struct tm tm;
- time_t t;
- tm.tm_year = 2050 - 1900;
- tm.tm_mon = 2 - 1;
- tm.tm_mday = 1;
- tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
- tm.tm_isdst = -1;
-
- /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
- instead of "TZ=America/Vancouver" in order to detect the bug even
- on systems that don't support the Olson extension, or don't have the
- full zoneinfo tables installed. */
- putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
-
- t = mktime (&tm);
-
- /* Check that the result is either a failure, or close enough
- to the correct answer that we can assume the discrepancy is
- due to leap seconds. */
- return (t == (time_t) -1
- || (0 < t && answer - 120 <= t && t <= answer + 120));
-}
-
-int
-main ()
-{
- time_t t, delta;
- int i, j;
-
- /* This test makes some buggy mktime implementations loop.
- Give up after 60 seconds; a mktime slower than that
- isn't worth using anyway. */
- alarm (60);
-
- for (;;)
- {
- t = (time_t_max << 1) + 1;
- if (t <= time_t_max)
- break;
- time_t_max = t;
- }
- time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
-
- delta = time_t_max / 997; /* a suitable prime number */
- for (i = 0; i < N_STRINGS; i++)
- {
- if (tz_strings[i])
- putenv ((char*) tz_strings[i]);
-
- for (t = 0; t <= time_t_max - delta; t += delta)
- if (! mktime_test (t))
- return 1;
- if (! (mktime_test ((time_t) 1)
- && mktime_test ((time_t) (60 * 60))
- && mktime_test ((time_t) (60 * 60 * 24))))
- return 1;
-
- for (j = 1; ; j <<= 1)
- if (! bigtime_test (j))
- return 1;
- else if (INT_MAX / 2 < j)
- break;
- if (! bigtime_test (INT_MAX))
- return 1;
- }
- return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
-}]])],
- [ac_cv_func_working_mktime=yes],
- [ac_cv_func_working_mktime=no],
- [ac_cv_func_working_mktime=no])])
-if test $ac_cv_func_working_mktime = no; then
- AC_LIBOBJ([mktime])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1190: -1- AU_DEFINE([AM_FUNC_MKTIME], [m4_ifval([], [_au_warn_AM_FUNC_MKTIME([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_MKTIME], [AC_FUNC_MKTIME($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1190: -1- AU_DEFINE([_au_warn_AM_FUNC_MKTIME], [m4_warning($@)dnl
-m4_define([_au_warn_AM_FUNC_MKTIME], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1190: -1- m4_define([m4_location(AM_FUNC_MKTIME)], [/usr/share/autoconf/autoconf/functions.m4:1190])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1190: -1- m4_define([AM_FUNC_MKTIME], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_MKTIME' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_MKTIME], [AC_FUNC_MKTIME($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1196: -1- m4_define([m4_location(AC_FUNC_MMAP)], [/usr/share/autoconf/autoconf/functions.m4:1196])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1196: -1- m4_define([AC_FUNC_MMAP], [_m4_defun_pro([$0])AC_CHECK_HEADERS_ONCE([stdlib.h unistd.h sys/param.h])
-AC_CHECK_FUNCS([getpagesize])
-AC_CACHE_CHECK([for working mmap], [ac_cv_func_mmap_fixed_mapped],
-[AC_RUN_IFELSE([AC_LANG_SOURCE([AC_INCLUDES_DEFAULT]
-[[/* malloc might have been renamed as rpl_malloc. */
-#undef malloc
-
-/* Thanks to Mike Haertel and Jim Avera for this test.
- Here is a matrix of mmap possibilities:
- mmap private not fixed
- mmap private fixed at somewhere currently unmapped
- mmap private fixed at somewhere already mapped
- mmap shared not fixed
- mmap shared fixed at somewhere currently unmapped
- mmap shared fixed at somewhere already mapped
- For private mappings, we should verify that changes cannot be read()
- back from the file, nor mmap's back from the file at a different
- address. (There have been systems where private was not correctly
- implemented like the infamous i386 svr4.0, and systems where the
- VM page cache was not coherent with the file system buffer cache
- like early versions of FreeBSD and possibly contemporary NetBSD.)
- For shared mappings, we should conversely verify that changes get
- propagated back to all the places they're supposed to be.
-
- Grep wants private fixed already mapped.
- The main things grep needs to know about mmap are:
- * does it exist and is it safe to write into the mmap'd area
- * how to use it (BSD variants) */
-
-#include <fcntl.h>
-#include <sys/mman.h>
-
-#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
-char *malloc ();
-#endif
-
-/* This mess was copied from the GNU getpagesize.h. */
-#ifndef HAVE_GETPAGESIZE
-# ifdef _SC_PAGESIZE
-# define getpagesize() sysconf(_SC_PAGESIZE)
-# else /* no _SC_PAGESIZE */
-# ifdef HAVE_SYS_PARAM_H
-# include <sys/param.h>
-# ifdef EXEC_PAGESIZE
-# define getpagesize() EXEC_PAGESIZE
-# else /* no EXEC_PAGESIZE */
-# ifdef NBPG
-# define getpagesize() NBPG * CLSIZE
-# ifndef CLSIZE
-# define CLSIZE 1
-# endif /* no CLSIZE */
-# else /* no NBPG */
-# ifdef NBPC
-# define getpagesize() NBPC
-# else /* no NBPC */
-# ifdef PAGESIZE
-# define getpagesize() PAGESIZE
-# endif /* PAGESIZE */
-# endif /* no NBPC */
-# endif /* no NBPG */
-# endif /* no EXEC_PAGESIZE */
-# else /* no HAVE_SYS_PARAM_H */
-# define getpagesize() 8192 /* punt totally */
-# endif /* no HAVE_SYS_PARAM_H */
-# endif /* no _SC_PAGESIZE */
-
-#endif /* no HAVE_GETPAGESIZE */
-
-int
-main ()
-{
- char *data, *data2, *data3;
- const char *cdata2;
- int i, pagesize;
- int fd, fd2;
-
- pagesize = getpagesize ();
-
- /* First, make a file with some known garbage in it. */
- data = (char *) malloc (pagesize);
- if (!data)
- return 1;
- for (i = 0; i < pagesize; ++i)
- *(data + i) = rand ();
- umask (0);
- fd = creat ("conftest.mmap", 0600);
- if (fd < 0)
- return 2;
- if (write (fd, data, pagesize) != pagesize)
- return 3;
- close (fd);
-
- /* Next, check that the tail of a page is zero-filled. File must have
- non-zero length, otherwise we risk SIGBUS for entire page. */
- fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
- if (fd2 < 0)
- return 4;
- cdata2 = "";
- if (write (fd2, cdata2, 1) != 1)
- return 5;
- data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
- if (data2 == MAP_FAILED)
- return 6;
- for (i = 0; i < pagesize; ++i)
- if (*(data2 + i))
- return 7;
- close (fd2);
- if (munmap (data2, pagesize))
- return 8;
-
- /* Next, try to mmap the file at a fixed address which already has
- something else allocated at it. If we can, also make sure that
- we see the same garbage. */
- fd = open ("conftest.mmap", O_RDWR);
- if (fd < 0)
- return 9;
- if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
- MAP_PRIVATE | MAP_FIXED, fd, 0L))
- return 10;
- for (i = 0; i < pagesize; ++i)
- if (*(data + i) != *(data2 + i))
- return 11;
-
- /* Finally, make sure that changes to the mapped area do not
- percolate back to the file as seen by read(). (This is a bug on
- some variants of i386 svr4.0.) */
- for (i = 0; i < pagesize; ++i)
- *(data2 + i) = *(data2 + i) + 1;
- data3 = (char *) malloc (pagesize);
- if (!data3)
- return 12;
- if (read (fd, data3, pagesize) != pagesize)
- return 13;
- for (i = 0; i < pagesize; ++i)
- if (*(data + i) != *(data3 + i))
- return 14;
- close (fd);
- return 0;
-}]])],
- [ac_cv_func_mmap_fixed_mapped=yes],
- [ac_cv_func_mmap_fixed_mapped=no],
- [ac_cv_func_mmap_fixed_mapped=no])])
-if test $ac_cv_func_mmap_fixed_mapped = yes; then
- AC_DEFINE([HAVE_MMAP], [1],
- [Define to 1 if you have a working `mmap' system call.])
-fi
-rm -f conftest.mmap conftest.txt
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1349: -1- AU_DEFINE([AC_MMAP], [m4_ifval([], [_au_warn_AC_MMAP([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_MMAP], [AC_FUNC_MMAP($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1349: -1- AU_DEFINE([_au_warn_AC_MMAP], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MMAP], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1349: -1- m4_define([m4_location(AC_MMAP)], [/usr/share/autoconf/autoconf/functions.m4:1349])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1349: -1- m4_define([AC_MMAP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MMAP' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_MMAP], [AC_FUNC_MMAP($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1357: -1- m4_define([m4_location(AC_FUNC_OBSTACK)], [/usr/share/autoconf/autoconf/functions.m4:1357])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1357: -1- m4_define([AC_FUNC_OBSTACK], [_m4_defun_pro([$0])AC_LIBSOURCES([obstack.h, obstack.c])dnl
-AC_CACHE_CHECK([for obstacks], ac_cv_func_obstack,
-[AC_LINK_IFELSE(
- [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
- [@%:@include "obstack.h"]],
- [[struct obstack mem;
- @%:@define obstack_chunk_alloc malloc
- @%:@define obstack_chunk_free free
- obstack_init (&mem);
- obstack_free (&mem, 0);]])],
- [ac_cv_func_obstack=yes],
- [ac_cv_func_obstack=no])])
-if test $ac_cv_func_obstack = yes; then
- AC_DEFINE(HAVE_OBSTACK, 1, [Define to 1 if libc includes obstacks.])
-else
- AC_LIBOBJ(obstack)
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1380: -1- AU_DEFINE([AM_FUNC_OBSTACK], [m4_ifval([], [_au_warn_AM_FUNC_OBSTACK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_OBSTACK], [AC_FUNC_OBSTACK($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1380: -1- AU_DEFINE([_au_warn_AM_FUNC_OBSTACK], [m4_warning($@)dnl
-m4_define([_au_warn_AM_FUNC_OBSTACK], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1380: -1- m4_define([m4_location(AM_FUNC_OBSTACK)], [/usr/share/autoconf/autoconf/functions.m4:1380])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1380: -1- m4_define([AM_FUNC_OBSTACK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_OBSTACK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_OBSTACK], [AC_FUNC_OBSTACK($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1387: -1- m4_define([m4_location(_AC_FUNC_REALLOC_IF)], [/usr/share/autoconf/autoconf/functions.m4:1387])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1387: -1- m4_define([_AC_FUNC_REALLOC_IF], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_STDC])dnl
-AC_CHECK_HEADERS(stdlib.h)
-AC_CACHE_CHECK([for GNU libc compatible realloc], ac_cv_func_realloc_0_nonnull,
-[AC_RUN_IFELSE(
-[AC_LANG_PROGRAM(
-[[#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *realloc ();
-#endif
-]],
- [return ! realloc (0, 0);])],
- [ac_cv_func_realloc_0_nonnull=yes],
- [ac_cv_func_realloc_0_nonnull=no],
- [ac_cv_func_realloc_0_nonnull=no])])
-AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1412: -1- m4_define([m4_location(AC_FUNC_REALLOC)], [/usr/share/autoconf/autoconf/functions.m4:1412])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1412: -1- m4_define([AC_FUNC_REALLOC], [_m4_defun_pro([$0])_AC_FUNC_REALLOC_IF(
- [AC_DEFINE([HAVE_REALLOC], 1,
- [Define to 1 if your system has a GNU libc compatible `realloc'
- function, and to 0 otherwise.])],
- [AC_DEFINE([HAVE_REALLOC], 0)
- AC_LIBOBJ([realloc])
- AC_DEFINE([realloc], [rpl_realloc],
- [Define to rpl_realloc if the replacement function should be used.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1429: -1- m4_define([m4_location(AC_FUNC_SELECT_ARGTYPES)], [/usr/share/autoconf/autoconf/functions.m4:1429])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1429: -1- m4_define([AC_FUNC_SELECT_ARGTYPES], [_m4_defun_pro([$0])AC_CHECK_HEADERS(sys/select.h sys/socket.h)
-AC_CACHE_CHECK([types of arguments for select],
-[ac_cv_func_select_args],
-[for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
- for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
- for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
-[AC_INCLUDES_DEFAULT
-#ifdef HAVE_SYS_SELECT_H
-# include <sys/select.h>
-#endif
-#ifdef HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
-],
- [extern int select ($ac_arg1,
- $ac_arg234, $ac_arg234, $ac_arg234,
- $ac_arg5);])],
- [ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3])
- done
- done
-done
-# Provide a safe default value.
-: ${ac_cv_func_select_args='int,int *,struct timeval *'}
-])
-ac_save_IFS=$IFS; IFS=','
-set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
-IFS=$ac_save_IFS
-shift
-AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG1, $[1],
- [Define to the type of arg 1 for `select'.])
-AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG234, ($[2]),
- [Define to the type of args 2, 3 and 4 for `select'.])
-AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG5, ($[3]),
- [Define to the type of arg 5 for `select'.])
-rm -f conftest*
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1472: -1- m4_define([m4_location(AC_FUNC_SETPGRP)], [/usr/share/autoconf/autoconf/functions.m4:1472])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1472: -1- m4_define([AC_FUNC_SETPGRP], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether setpgrp takes no argument, ac_cv_func_setpgrp_void,
-[AC_RUN_IFELSE(
-[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
-[/* If this system has a BSD-style setpgrp which takes arguments,
- setpgrp(1, 1) will fail with ESRCH and return -1, in that case
- exit successfully. */
- return setpgrp (1,1) != -1;])],
- [ac_cv_func_setpgrp_void=no],
- [ac_cv_func_setpgrp_void=yes],
- [AC_MSG_ERROR([cannot check setpgrp when cross compiling])])])
-if test $ac_cv_func_setpgrp_void = yes; then
- AC_DEFINE(SETPGRP_VOID, 1,
- [Define to 1 if the `setpgrp' function takes no argument.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1499: -1- m4_define([_AC_FUNC_STAT], [AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])dnl
-AC_CACHE_CHECK([whether $1 accepts an empty string],
- [ac_cv_func_$1_empty_string_bug],
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
-[[struct stat sbuf;
- return $1 ("", &sbuf) == 0;]])],
- [ac_cv_func_$1_empty_string_bug=no],
- [ac_cv_func_$1_empty_string_bug=yes],
- [ac_cv_func_$1_empty_string_bug=yes])])
-if test $ac_cv_func_$1_empty_string_bug = yes; then
- AC_LIBOBJ([$1])
- AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1_EMPTY_STRING_BUG]), 1,
- [Define to 1 if `$1' has the bug that it succeeds when
- given the zero-length file name argument.])
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1520: -1- m4_define([m4_location(AC_FUNC_STAT)], [/usr/share/autoconf/autoconf/functions.m4:1520])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1520: -1- m4_define([AC_FUNC_STAT], [_m4_defun_pro([$0])_AC_FUNC_STAT(stat)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1521: -1- m4_define([m4_location(AC_FUNC_LSTAT)], [/usr/share/autoconf/autoconf/functions.m4:1521])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1521: -1- m4_define([AC_FUNC_LSTAT], [_m4_defun_pro([$0])_AC_FUNC_STAT(lstat)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1526: -1- m4_define([_AC_LIBOBJ_STRTOD], [AC_LIBOBJ(strtod)
-AC_CHECK_FUNC(pow)
-if test $ac_cv_func_pow = no; then
- AC_CHECK_LIB(m, pow,
- [POW_LIB=-lm],
- [AC_MSG_WARN([cannot find library containing definition of pow])])
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1540: -1- m4_define([m4_location(AC_FUNC_STRTOD)], [/usr/share/autoconf/autoconf/functions.m4:1540])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1540: -1- m4_define([AC_FUNC_STRTOD], [_m4_defun_pro([$0])AC_SUBST(POW_LIB)dnl
-AC_CACHE_CHECK(for working strtod, ac_cv_func_strtod,
-[AC_RUN_IFELSE([AC_LANG_SOURCE([[
-]AC_INCLUDES_DEFAULT[
-#ifndef strtod
-double strtod ();
-#endif
-int
-main()
-{
- {
- /* Some versions of Linux strtod mis-parse strings with leading '+'. */
- char *string = " +69";
- char *term;
- double value;
- value = strtod (string, &term);
- if (value != 69 || term != (string + 4))
- return 1;
- }
-
- {
- /* Under Solaris 2.4, strtod returns the wrong value for the
- terminating character under some conditions. */
- char *string = "NaN";
- char *term;
- strtod (string, &term);
- if (term != string && *(term - 1) == 0)
- return 1;
- }
- return 0;
-}
-]])],
- ac_cv_func_strtod=yes,
- ac_cv_func_strtod=no,
- ac_cv_func_strtod=no)])
-if test $ac_cv_func_strtod = no; then
- _AC_LIBOBJ_STRTOD
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1584: -1- m4_define([m4_location(AC_FUNC_STRTOLD)], [/usr/share/autoconf/autoconf/functions.m4:1584])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1584: -1- m4_define([AC_FUNC_STRTOLD], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([whether strtold conforms to C99],
- [ac_cv_func_strtold],
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[/* On HP-UX before 11.23, strtold returns a struct instead of
- long double. Reject implementations like that, by requiring
- compatibility with the C99 prototype. */
-# include <stdlib.h>
- static long double (*p) (char const *, char **) = strtold;
- static long double
- test (char const *nptr, char **endptr)
- {
- long double r;
- r = strtold (nptr, endptr);
- return r;
- }]],
- [[return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;]])],
- [ac_cv_func_strtold=yes],
- [ac_cv_func_strtold=no])])
- if test $ac_cv_func_strtold = yes; then
- AC_DEFINE([HAVE_STRTOLD], 1,
- [Define to 1 if strtold exists and conforms to C99.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1614: -1- AU_DEFINE([AM_FUNC_STRTOD], [m4_ifval([], [_au_warn_AM_FUNC_STRTOD([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_STRTOD], [AC_FUNC_STRTOD($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1614: -1- AU_DEFINE([_au_warn_AM_FUNC_STRTOD], [m4_warning($@)dnl
-m4_define([_au_warn_AM_FUNC_STRTOD], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1614: -1- m4_define([m4_location(AM_FUNC_STRTOD)], [/usr/share/autoconf/autoconf/functions.m4:1614])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1614: -1- m4_define([AM_FUNC_STRTOD], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_STRTOD' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_STRTOD], [AC_FUNC_STRTOD($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1620: -1- m4_define([m4_location(AC_FUNC_STRERROR_R)], [/usr/share/autoconf/autoconf/functions.m4:1620])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1620: -1- m4_define([AC_FUNC_STRERROR_R], [_m4_defun_pro([$0])AC_CHECK_DECLS([strerror_r])
-AC_CHECK_FUNCS([strerror_r])
-AC_CACHE_CHECK([whether strerror_r returns char *],
- ac_cv_func_strerror_r_char_p,
- [
- ac_cv_func_strerror_r_char_p=no
- if test $ac_cv_have_decl_strerror_r = yes; then
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [[
- char buf[100];
- char x = *strerror_r (0, buf, sizeof buf);
- char *p = strerror_r (0, buf, sizeof buf);
- return !p || x;
- ]])],
- ac_cv_func_strerror_r_char_p=yes)
- else
- # strerror_r is not declared. Choose between
- # systems that have relatively inaccessible declarations for the
- # function. BeOS and DEC UNIX 4.0 fall in this category, but the
- # former has a strerror_r that returns char*, while the latter
- # has a strerror_r that returns `int'.
- # This test should segfault on the DEC system.
- AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
- extern char *strerror_r ();],
- [[char buf[100];
- char x = *strerror_r (0, buf, sizeof buf);
- return ! isalpha (x);]])],
- ac_cv_func_strerror_r_char_p=yes, , :)
- fi
- ])
-if test $ac_cv_func_strerror_r_char_p = yes; then
- AC_DEFINE([STRERROR_R_CHAR_P], 1,
- [Define to 1 if strerror_r returns char *.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1660: -1- m4_define([m4_location(AC_FUNC_STRFTIME)], [/usr/share/autoconf/autoconf/functions.m4:1660])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1660: -1- m4_define([AC_FUNC_STRFTIME], [_m4_defun_pro([$0])AC_CHECK_FUNCS(strftime, [],
-[# strftime is in -lintl on SCO UNIX.
-AC_CHECK_LIB(intl, strftime,
- [AC_DEFINE(HAVE_STRFTIME)
-LIBS="-lintl $LIBS"])])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1672: -1- m4_define([m4_location(AC_FUNC_STRNLEN)], [/usr/share/autoconf/autoconf/functions.m4:1672])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1672: -1- m4_define([AC_FUNC_STRNLEN], [_m4_defun_pro([$0])AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])dnl
-AC_CACHE_CHECK([for working strnlen], ac_cv_func_strnlen_working,
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [[
-#define S "foobar"
-#define S_LEN (sizeof S - 1)
-
- /* At least one implementation is buggy: that of AIX 4.3 would
- give strnlen (S, 1) == 3. */
-
- int i;
- for (i = 0; i < S_LEN + 1; ++i)
- {
- int expected = i <= S_LEN ? i : S_LEN;
- if (strnlen (S, i) != expected)
- return 1;
- }
- return 0;
-]])],
- [ac_cv_func_strnlen_working=yes],
- [ac_cv_func_strnlen_working=no],
- [ac_cv_func_strnlen_working=no])])
-test $ac_cv_func_strnlen_working = no && AC_LIBOBJ([strnlen])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1700: -1- m4_define([m4_location(AC_FUNC_SETVBUF_REVERSED)], [/usr/share/autoconf/autoconf/functions.m4:1700])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1700: -1- m4_define([AC_FUNC_SETVBUF_REVERSED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
-[The macro `$0' is obsolete. Remove it and all references to SETVBUF_REVERSED.])dnl
-AC_CACHE_VAL([ac_cv_func_setvbuf_reversed], [ac_cv_func_setvbuf_reversed=no])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1709: -1- AU_DEFINE([AC_SETVBUF_REVERSED], [m4_ifval([], [_au_warn_AC_SETVBUF_REVERSED([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_SETVBUF_REVERSED], [AC_FUNC_SETVBUF_REVERSED($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1709: -1- AU_DEFINE([_au_warn_AC_SETVBUF_REVERSED], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SETVBUF_REVERSED], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1709: -1- m4_define([m4_location(AC_SETVBUF_REVERSED)], [/usr/share/autoconf/autoconf/functions.m4:1709])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1709: -1- m4_define([AC_SETVBUF_REVERSED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SETVBUF_REVERSED' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_SETVBUF_REVERSED], [AC_FUNC_SETVBUF_REVERSED($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1715: -1- m4_define([m4_location(AC_FUNC_STRCOLL)], [/usr/share/autoconf/autoconf/functions.m4:1715])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1715: -1- m4_define([AC_FUNC_STRCOLL], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works,
-[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [[return (strcoll ("abc", "def") >= 0 ||
- strcoll ("ABC", "DEF") >= 0 ||
- strcoll ("123", "456") >= 0)]])],
- ac_cv_func_strcoll_works=yes,
- ac_cv_func_strcoll_works=no,
- ac_cv_func_strcoll_works=no)])
-if test $ac_cv_func_strcoll_works = yes; then
- AC_DEFINE(HAVE_STRCOLL, 1,
- [Define to 1 if you have the `strcoll' function and it is properly
- defined.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1734: -1- AU_DEFINE([AC_STRCOLL], [m4_ifval([], [_au_warn_AC_STRCOLL([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_STRCOLL], [AC_FUNC_STRCOLL($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1734: -1- AU_DEFINE([_au_warn_AC_STRCOLL], [m4_warning($@)dnl
-m4_define([_au_warn_AC_STRCOLL], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1734: -1- m4_define([m4_location(AC_STRCOLL)], [/usr/share/autoconf/autoconf/functions.m4:1734])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1734: -1- m4_define([AC_STRCOLL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRCOLL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_STRCOLL], [AC_FUNC_STRCOLL($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1739: -1- m4_define([m4_location(AC_FUNC_UTIME_NULL)], [/usr/share/autoconf/autoconf/functions.m4:1739])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1739: -1- m4_define([AC_FUNC_UTIME_NULL], [_m4_defun_pro([$0])AC_CHECK_HEADERS_ONCE(utime.h)
-AC_CACHE_CHECK(whether utime accepts a null argument, ac_cv_func_utime_null,
-[rm -f conftest.data; >conftest.data
-# Sequent interprets utime(file, 0) to mean use start of epoch. Wrong.
-AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
- #ifdef HAVE_UTIME_H
- # include <utime.h>
- #endif],
-[[struct stat s, t;
- return ! (stat ("conftest.data", &s) == 0
- && utime ("conftest.data", 0) == 0
- && stat ("conftest.data", &t) == 0
- && t.st_mtime >= s.st_mtime
- && t.st_mtime - s.st_mtime < 120);]])],
- ac_cv_func_utime_null=yes,
- ac_cv_func_utime_null=no,
- ac_cv_func_utime_null='guessing yes')])
-if test "x$ac_cv_func_utime_null" != xno; then
- ac_cv_func_utime_null=yes
- AC_DEFINE(HAVE_UTIME_NULL, 1,
- [Define to 1 if `utime(file, NULL)' sets file's timestamp to the
- present.])
-fi
-rm -f conftest.data
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1769: -1- AU_DEFINE([AC_UTIME_NULL], [m4_ifval([], [_au_warn_AC_UTIME_NULL([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_UTIME_NULL], [AC_FUNC_UTIME_NULL($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1769: -1- AU_DEFINE([_au_warn_AC_UTIME_NULL], [m4_warning($@)dnl
-m4_define([_au_warn_AC_UTIME_NULL], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1769: -1- m4_define([m4_location(AC_UTIME_NULL)], [/usr/share/autoconf/autoconf/functions.m4:1769])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1769: -1- m4_define([AC_UTIME_NULL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UTIME_NULL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_UTIME_NULL], [AC_FUNC_UTIME_NULL($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1776: -1- m4_define([m4_location(AC_FUNC_FORK)], [/usr/share/autoconf/autoconf/functions.m4:1776])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1776: -1- m4_define([AC_FUNC_FORK], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_PID_T])dnl
-AC_CHECK_HEADERS(vfork.h)
-AC_CHECK_FUNCS(fork vfork)
-if test "x$ac_cv_func_fork" = xyes; then
- _AC_FUNC_FORK
-else
- ac_cv_func_fork_works=$ac_cv_func_fork
-fi
-if test "x$ac_cv_func_fork_works" = xcross; then
- case $host in
- *-*-amigaos* | *-*-msdosdjgpp*)
- # Override, as these systems have only a dummy fork() stub
- ac_cv_func_fork_works=no
- ;;
- *)
- ac_cv_func_fork_works=yes
- ;;
- esac
- AC_MSG_WARN([result $ac_cv_func_fork_works guessed because of cross compilation])
-fi
-ac_cv_func_vfork_works=$ac_cv_func_vfork
-if test "x$ac_cv_func_vfork" = xyes; then
- _AC_FUNC_VFORK
-fi;
-if test "x$ac_cv_func_fork_works" = xcross; then
- ac_cv_func_vfork_works=$ac_cv_func_vfork
- AC_MSG_WARN([result $ac_cv_func_vfork_works guessed because of cross compilation])
-fi
-
-if test "x$ac_cv_func_vfork_works" = xyes; then
- AC_DEFINE(HAVE_WORKING_VFORK, 1, [Define to 1 if `vfork' works.])
-else
- AC_DEFINE(vfork, fork, [Define as `fork' if `vfork' does not work.])
-fi
-if test "x$ac_cv_func_fork_works" = xyes; then
- AC_DEFINE(HAVE_WORKING_FORK, 1, [Define to 1 if `fork' works.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1819: -1- m4_define([m4_location(_AC_FUNC_FORK)], [/usr/share/autoconf/autoconf/functions.m4:1819])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1819: -1- m4_define([_AC_FUNC_FORK], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working fork, ac_cv_func_fork_works,
- [AC_RUN_IFELSE(
- [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
- [
- /* By Ruediger Kuhlmann. */
- return fork () < 0;
- ])],
- [ac_cv_func_fork_works=yes],
- [ac_cv_func_fork_works=no],
- [ac_cv_func_fork_works=cross])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1835: -1- m4_define([m4_location(_AC_FUNC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1835])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1835: -1- m4_define([_AC_FUNC_VFORK], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working vfork, ac_cv_func_vfork_works,
-[AC_RUN_IFELSE([AC_LANG_SOURCE([[/* Thanks to Paul Eggert for this test. */
-]AC_INCLUDES_DEFAULT[
-#include <sys/wait.h>
-#ifdef HAVE_VFORK_H
-# include <vfork.h>
-#endif
-/* On some sparc systems, changes by the child to local and incoming
- argument registers are propagated back to the parent. The compiler
- is told about this with #include <vfork.h>, but some compilers
- (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
- static variable whose address is put into a register that is
- clobbered by the vfork. */
-static void
-#ifdef __cplusplus
-sparc_address_test (int arg)
-# else
-sparc_address_test (arg) int arg;
-#endif
-{
- static pid_t child;
- if (!child) {
- child = vfork ();
- if (child < 0) {
- perror ("vfork");
- _exit(2);
- }
- if (!child) {
- arg = getpid();
- write(-1, "", 0);
- _exit (arg);
- }
- }
-}
-
-int
-main ()
-{
- pid_t parent = getpid ();
- pid_t child;
-
- sparc_address_test (0);
-
- child = vfork ();
-
- if (child == 0) {
- /* Here is another test for sparc vfork register problems. This
- test uses lots of local variables, at least as many local
- variables as main has allocated so far including compiler
- temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
- 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
- reuse the register of parent for one of the local variables,
- since it will think that parent can't possibly be used any more
- in this routine. Assigning to the local variable will thus
- munge parent in the parent process. */
- pid_t
- p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
- p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
- /* Convince the compiler that p..p7 are live; otherwise, it might
- use the same hardware register for all 8 local variables. */
- if (p != p1 || p != p2 || p != p3 || p != p4
- || p != p5 || p != p6 || p != p7)
- _exit(1);
-
- /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
- from child file descriptors. If the child closes a descriptor
- before it execs or exits, this munges the parent's descriptor
- as well. Test for this by closing stdout in the child. */
- _exit(close(fileno(stdout)) != 0);
- } else {
- int status;
- struct stat st;
-
- while (wait(&status) != child)
- ;
- return (
- /* Was there some problem with vforking? */
- child < 0
-
- /* Did the child fail? (This shouldn't happen.) */
- || status
-
- /* Did the vfork/compiler bug occur? */
- || parent != getpid()
-
- /* Did the file descriptor bug occur? */
- || fstat(fileno(stdout), &st) != 0
- );
- }
-}]])],
- [ac_cv_func_vfork_works=yes],
- [ac_cv_func_vfork_works=no],
- [ac_cv_func_vfork_works=cross])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1934: -1- AU_DEFINE([AC_FUNC_VFORK], [m4_ifval([], [_au_warn_AC_FUNC_VFORK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1934: -1- AU_DEFINE([_au_warn_AC_FUNC_VFORK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FUNC_VFORK], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1934: -1- m4_define([m4_location(AC_FUNC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1934])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1934: -1- m4_define([AC_FUNC_VFORK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FUNC_VFORK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1938: -1- AU_DEFINE([AC_VFORK], [m4_ifval([], [_au_warn_AC_VFORK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1938: -1- AU_DEFINE([_au_warn_AC_VFORK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_VFORK], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1938: -1- m4_define([m4_location(AC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1938])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1938: -1- m4_define([AC_VFORK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VFORK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1945: -1- m4_define([m4_location(AC_FUNC_VPRINTF)], [/usr/share/autoconf/autoconf/functions.m4:1945])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1945: -1- m4_define([AC_FUNC_VPRINTF], [_m4_defun_pro([$0])AC_CHECK_FUNCS(vprintf, []
-[AC_CHECK_FUNC(_doprnt,
- [AC_DEFINE(HAVE_DOPRNT, 1,
- [Define to 1 if you don't have `vprintf' but do have
- `_doprnt.'])])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1956: -1- AU_DEFINE([AC_VPRINTF], [m4_ifval([], [_au_warn_AC_VPRINTF([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_VPRINTF], [AC_FUNC_VPRINTF($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1956: -1- AU_DEFINE([_au_warn_AC_VPRINTF], [m4_warning($@)dnl
-m4_define([_au_warn_AC_VPRINTF], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1956: -1- m4_define([m4_location(AC_VPRINTF)], [/usr/share/autoconf/autoconf/functions.m4:1956])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1956: -1- m4_define([AC_VPRINTF], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VPRINTF' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_VPRINTF], [AC_FUNC_VPRINTF($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1965: -1- m4_define([m4_location(AC_FUNC_WAIT3)], [/usr/share/autoconf/autoconf/functions.m4:1965])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:1965: -1- m4_define([AC_FUNC_WAIT3], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
-[$0: `wait3' has been removed from POSIX.
-Remove this `AC_FUNC_WAIT3' and adjust your code to use `waitpid' instead.])dnl
-AC_CACHE_CHECK([for wait3 that fills in rusage],
- [ac_cv_func_wait3_rusage],
-[AC_RUN_IFELSE([AC_LANG_SOURCE(
-[AC_INCLUDES_DEFAULT[
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/wait.h>
-/* HP-UX has wait3 but does not fill in rusage at all. */
-int
-main ()
-{
- struct rusage r;
- int i;
- /* Use a field that we can force nonzero --
- voluntary context switches.
- For systems like NeXT and OSF/1 that don't set it,
- also use the system CPU time. And page faults (I/O) for Linux. */
- r.ru_nvcsw = 0;
- r.ru_stime.tv_sec = 0;
- r.ru_stime.tv_usec = 0;
- r.ru_majflt = r.ru_minflt = 0;
- switch (fork ())
- {
- case 0: /* Child. */
- sleep(1); /* Give up the CPU. */
- _exit(0);
- break;
- case -1: /* What can we do? */
- _exit(0);
- break;
- default: /* Parent. */
- wait3(&i, 0, &r);
- /* Avoid "text file busy" from rm on fast HP-UX machines. */
- sleep(2);
- return (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
- && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
- }
-}]])],
- [ac_cv_func_wait3_rusage=yes],
- [ac_cv_func_wait3_rusage=no],
- [ac_cv_func_wait3_rusage=no])])
-if test $ac_cv_func_wait3_rusage = yes; then
- AC_DEFINE(HAVE_WAIT3, 1,
- [Define to 1 if you have the `wait3' system call.
- Deprecated, you should no longer depend upon `wait3'.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:2020: -1- AU_DEFINE([AC_WAIT3], [m4_ifval([], [_au_warn_AC_WAIT3([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_FUNC_WAIT3], [AC_FUNC_WAIT3($@)])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:2020: -1- AU_DEFINE([_au_warn_AC_WAIT3], [m4_warning($@)dnl
-m4_define([_au_warn_AC_WAIT3], [])])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:2020: -1- m4_define([m4_location(AC_WAIT3)], [/usr/share/autoconf/autoconf/functions.m4:2020])
-m4trace:/usr/share/autoconf/autoconf/functions.m4:2020: -1- m4_define([AC_WAIT3], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WAIT3' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_FUNC_WAIT3], [AC_FUNC_WAIT3($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:46: -1- m4_include([autoconf/headers.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:46: -1- m4_define([m4_include(autoconf/headers.m4)])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:67: -1- m4_define([m4_location(AC_CHECK_HEADER)], [/usr/share/autoconf/autoconf/headers.m4:67])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:67: -1- m4_define([AC_CHECK_HEADER], [_m4_defun_pro([$0])m4_indir(m4_case([$4],
- [], [[_AC_CHECK_HEADER_MONGREL]],
- [-], [[_AC_CHECK_HEADER_PREPROC]],
- [[_AC_CHECK_HEADER_COMPILE]]), $@)
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:78: -1- m4_define([_AC_CHECK_HEADER_MONGREL_BODY], [ AS_LINENO_PUSH([$[]1])
- AS_VAR_SET_IF([$[]3],
- [AC_CACHE_CHECK([for $[]2], [$[]3], [])],
- [# Is the header compilable?
-AC_MSG_CHECKING([$[]2 usability])
-AC_COMPILE_IFELSE([AC_LANG_SOURCE([$[]4
-@%:@include <$[]2>])],
- [ac_header_compiler=yes],
- [ac_header_compiler=no])
-AC_MSG_RESULT([$ac_header_compiler])
-
-# Is the header present?
-AC_MSG_CHECKING([$[]2 presence])
-AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <$[]2>])],
- [ac_header_preproc=yes],
- [ac_header_preproc=no])
-AC_MSG_RESULT([$ac_header_preproc])
-
-# So? What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag in #((
- yes:no: )
- AC_MSG_WARN([$[]2: accepted by the compiler, rejected by the preprocessor!])
- AC_MSG_WARN([$[]2: proceeding with the compiler's result])
- ;;
- no:yes:* )
- AC_MSG_WARN([$[]2: present but cannot be compiled])
- AC_MSG_WARN([$[]2: check for missing prerequisite headers?])
- AC_MSG_WARN([$[]2: see the Autoconf documentation])
- AC_MSG_WARN([$[]2: section "Present But Cannot Be Compiled"])
- AC_MSG_WARN([$[]2: proceeding with the compiler's result])
-m4_ifset([AC_PACKAGE_BUGREPORT],
-[m4_n([( AS_BOX([Report this to ]AC_PACKAGE_BUGREPORT)
- ) | sed "s/^/$as_me: WARNING: /" >&2])])dnl
- ;;
-esac
- AC_CACHE_CHECK([for $[]2], [$[]3],
- [AS_VAR_SET([$[]3], [$ac_header_compiler])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:129: -1- m4_define([m4_location(_AC_CHECK_HEADER_MONGREL)], [/usr/share/autoconf/autoconf/headers.m4:129])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:129: -1- m4_define([_AC_CHECK_HEADER_MONGREL], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_mongrel],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_header_mongrel],
- [LINENO HEADER VAR INCLUDES],
- [Tests whether HEADER exists, giving a warning if it cannot be compiled
- using the include files in INCLUDES and setting the cache variable VAR
- accordingly.])],
- [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_mongrel "$LINENO" "$1" "ac_Header" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
-AS_VAR_IF([ac_Header], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Header])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:147: -1- m4_define([_AC_CHECK_HEADER_COMPILE_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for $[]2], [$[]3],
- [AC_COMPILE_IFELSE([AC_LANG_SOURCE([$[]4
-@%:@include <$[]2>])],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [no])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:162: -1- m4_define([m4_location(_AC_CHECK_HEADER_COMPILE)], [/usr/share/autoconf/autoconf/headers.m4:162])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:162: -1- m4_define([_AC_CHECK_HEADER_COMPILE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_compile],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_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.])],
- [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_compile "$LINENO" "$1" "ac_Header" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
-AS_VAR_IF([ac_Header], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Header])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:178: -1- m4_define([_AC_CHECK_HEADER_PREPROC_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for $[]2], [$[]3],
- [AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <$[]2>])],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [no])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:193: -1- m4_define([m4_location(_AC_CHECK_HEADER_PREPROC)], [/usr/share/autoconf/autoconf/headers.m4:193])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:193: -1- m4_define([_AC_CHECK_HEADER_PREPROC], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_preproc],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_header_preproc],
- [LINENO HEADER VAR],
- [Tests whether HEADER is present, setting the cache variable VAR accordingly.])],
- [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_preproc "$LINENO" "$1" "ac_Header"
-AS_VAR_IF([ac_Header], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Header])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:215: -1- m4_define([m4_location(_AC_CHECK_HEADER_OLD)], [/usr/share/autoconf/autoconf/headers.m4:215])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:215: -1- m4_define([_AC_CHECK_HEADER_OLD], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `$0' is obsolete.
-You should use AC_CHECK_HEADER with a fourth argument.])_AC_CHECK_HEADER_PREPROC($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:220: -1- m4_define([m4_location(_AC_CHECK_HEADER_NEW)], [/usr/share/autoconf/autoconf/headers.m4:220])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:220: -1- m4_define([_AC_CHECK_HEADER_NEW], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `$0' is obsolete.
-You should use AC_CHECK_HEADER with a fourth argument.])_AC_CHECK_HEADER_COMPILE($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:229: -1- m4_define([_AH_CHECK_HEADER], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
- [Define to 1 if you have the <$1> header file.])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:236: -1- m4_define([AH_CHECK_HEADERS], [m4_foreach_w([AC_Header], [$1], [_AH_CHECK_HEADER(m4_defn([AC_Header]))])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:249: -1- m4_define([m4_location(AC_CHECK_HEADERS)], [/usr/share/autoconf/autoconf/headers.m4:249])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:249: -1- m4_define([AC_CHECK_HEADERS], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AH_CHECK_HEADER(], [)])AS_FOR([AC_header], [ac_header], [$1],
-[AC_CHECK_HEADER(AC_header,
- [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_]AC_header)) $2],
- [$3], [$4])dnl])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:261: -1- m4_define([_AC_CHECK_HEADER_ONCE], [_AH_CHECK_HEADER([$1])AC_DEFUN([_AC_Header_]m4_translit([[$1]],
- [./-], [___]),
- [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" $1"])])
-_AC_HEADERS_EXPANSION])AC_REQUIRE([_AC_Header_]m4_translit([[$1]],
- [./-], [___]))])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:273: -1- m4_define([m4_location(AC_CHECK_HEADERS_ONCE)], [/usr/share/autoconf/autoconf/headers.m4:273])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:273: -1- m4_define([AC_CHECK_HEADERS_ONCE], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AC_CHECK_HEADER_ONCE(], [)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:276: -1- m4_define([_AC_HEADERS_EXPANSION], [
- m4_divert_text([DEFAULTS], [ac_header_list=])
- AC_CHECK_HEADERS([$ac_header_list], [], [], [AC_INCLUDES_DEFAULT])
- m4_define([_AC_HEADERS_EXPANSION], [])
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:297: -1- m4_define([m4_location(_AC_INCLUDES_DEFAULT_REQUIREMENTS)], [/usr/share/autoconf/autoconf/headers.m4:297])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:297: -1- m4_define([_AC_INCLUDES_DEFAULT_REQUIREMENTS], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS],
-[# Factoring default headers for most tests.
-dnl If ever you change this variable, please keep autoconf.texi in sync.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-])dnl
-AC_REQUIRE([AC_HEADER_STDC])dnl
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
- inttypes.h stdint.h unistd.h],
- [], [], $ac_includes_default)
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:353: -1- m4_define([m4_location(AC_INCLUDES_DEFAULT)], [/usr/share/autoconf/autoconf/headers.m4:353])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:353: -1- m4_define([AC_INCLUDES_DEFAULT], [_m4_defun_pro([$0])m4_ifval([$1], [$1
-],
- [AC_REQUIRE([_AC_INCLUDES_DEFAULT_REQUIREMENTS])dnl
-$ac_includes_default])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:437: -1- m4_define([m4_location(AC_HEADER_ASSERT)], [/usr/share/autoconf/autoconf/headers.m4:437])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:437: -1- m4_define([AC_HEADER_ASSERT], [_m4_defun_once([AC_HEADER_ASSERT], [
- AC_MSG_CHECKING([whether to enable assertions])
- AC_ARG_ENABLE([assert],
- [AS_HELP_STRING([--disable-assert], [turn off assertions])],
- [ac_enable_assert=$enableval
- AS_IF(dnl
- [test "x$enableval" = xno],
- [AC_DEFINE([NDEBUG], [1],
- [Define to 1 if assertions should be disabled.])],
- [test "x$enableval" != xyes],
- [AC_MSG_WARN([invalid argument supplied to --enable-assert])
- ac_enable_assert=yes])],
- [ac_enable_assert=yes])
- AC_MSG_RESULT([$ac_enable_assert])
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_HEADER_ASSERT])m4_unquote(], [)_m4_defun_epi([AC_HEADER_ASSERT])]],
-m4_ifdef([_m4_diverting([AC_HEADER_ASSERT])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_HEADER_ASSERT],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:460: -1- m4_define([_AC_CHECK_HEADER_DIRENT], [AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_dirent_$1])dnl
-AC_CACHE_CHECK([for $1 that defines DIR], [ac_Header],
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
-#include <$1>
-],
- [if ((DIR *) 0)
-return 0;])],
- [AS_VAR_SET([ac_Header], [yes])],
- [AS_VAR_SET([ac_Header], [no])])])
-AS_VAR_IF([ac_Header], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Header])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:478: -1- m4_define([_AH_CHECK_HEADER_DIRENT], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
- [Define to 1 if you have the <$1> header file, and it defines `DIR'.])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:485: -1- m4_define([m4_location(AC_HEADER_DIRENT)], [/usr/share/autoconf/autoconf/headers.m4:485])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:485: -1- m4_define([AC_HEADER_DIRENT], [_m4_defun_pro([$0])m4_map_args([_AH_CHECK_HEADER_DIRENT], [dirent.h], [sys/ndir.h],
- [sys/dir.h], [ndir.h])ac_header_dirent=no
-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
- _AC_CHECK_HEADER_DIRENT($ac_hdr,
- [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_$ac_hdr), 1)
-ac_header_dirent=$ac_hdr; break])
-done
-# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
-if test $ac_header_dirent = dirent.h; then
- AC_SEARCH_LIBS(opendir, dir)
-else
- AC_SEARCH_LIBS(opendir, x)
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:509: -1- m4_define([m4_location(AC_HEADER_MAJOR)], [/usr/share/autoconf/autoconf/headers.m4:509])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:509: -1- m4_define([AC_HEADER_MAJOR], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether sys/types.h defines makedev,
- ac_cv_header_sys_types_h_makedev,
-[AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <sys/types.h>]],
- [[return makedev(0, 0);]])],
- [ac_cv_header_sys_types_h_makedev=yes],
- [ac_cv_header_sys_types_h_makedev=no])
-])
-
-if test $ac_cv_header_sys_types_h_makedev = no; then
-AC_CHECK_HEADER(sys/mkdev.h,
- [AC_DEFINE(MAJOR_IN_MKDEV, 1,
- [Define to 1 if `major', `minor', and `makedev' are
- declared in <mkdev.h>.])])
-
- if test $ac_cv_header_sys_mkdev_h = no; then
- AC_CHECK_HEADER(sys/sysmacros.h,
- [AC_DEFINE(MAJOR_IN_SYSMACROS, 1,
- [Define to 1 if `major', `minor', and `makedev'
- are declared in <sysmacros.h>.])])
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:543: -1- m4_define([m4_location(AC_HEADER_RESOLV)], [/usr/share/autoconf/autoconf/headers.m4:543])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:543: -1- m4_define([AC_HEADER_RESOLV], [_m4_defun_pro([$0])AC_CHECK_HEADERS(sys/types.h netinet/in.h arpa/nameser.h netdb.h resolv.h,
- [], [],
-[[#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_NETINET_IN_H
-# include <netinet/in.h> /* inet_ functions / structs */
-#endif
-#ifdef HAVE_ARPA_NAMESER_H
-# include <arpa/nameser.h> /* DNS HEADER struct */
-#endif
-#ifdef HAVE_NETDB_H
-# include <netdb.h>
-#endif]])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:564: -1- m4_define([m4_location(AC_HEADER_STAT)], [/usr/share/autoconf/autoconf/headers.m4:564])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:564: -1- m4_define([AC_HEADER_STAT], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether stat file-mode macros are broken,
- ac_cv_header_stat_broken,
-[AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <sys/types.h>
-#include <sys/stat.h>
-
-#if defined S_ISBLK && defined S_IFDIR
-extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
-#endif
-
-#if defined S_ISBLK && defined S_IFCHR
-extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
-#endif
-
-#if defined S_ISLNK && defined S_IFREG
-extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
-#endif
-
-#if defined S_ISSOCK && defined S_IFREG
-extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
-#endif
-]])], ac_cv_header_stat_broken=no, ac_cv_header_stat_broken=yes)])
-if test $ac_cv_header_stat_broken = yes; then
- AC_DEFINE(STAT_MACROS_BROKEN, 1,
- [Define to 1 if the `S_IS*' macros in <sys/stat.h> do not
- work properly.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:600: -1- m4_define([m4_location(AC_HEADER_STDBOOL)], [/usr/share/autoconf/autoconf/headers.m4:600])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:600: -1- m4_define([AC_HEADER_STDBOOL], [_m4_defun_pro([$0])AC_CACHE_CHECK([for stdbool.h that conforms to C99],
- [ac_cv_header_stdbool_h],
- [AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- bool e = &s;
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
-# if defined __xlc__ || defined __GNUC__
- /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
- reported by James Lemley on 2005-10-05; see
- http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
- This test is not quite right, since xlc is allowed to
- reject this program, as the initializer for xlcbug is
- not one of the forms that C requires support for.
- However, doing the test right would require a runtime
- test, and that would make cross-compilation harder.
- Let us hope that IBM fixes the xlc bug, and also adds
- support for this kind of constant expression. In the
- meantime, this test will reject xlc, which is OK, since
- our stdbool.h substitute should suffice. We also test
- this with GCC, where it should work, to detect more
- quickly whether someone messes up the test in the
- future. */
- char digs[] = "0123456789";
- int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
-# endif
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
- ]],
- [[
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
- ]])],
- [ac_cv_header_stdbool_h=yes],
- [ac_cv_header_stdbool_h=no])])
-AC_CHECK_TYPES([_Bool])
-if test $ac_cv_header_stdbool_h = yes; then
- AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:686: -1- m4_define([m4_location(AC_HEADER_STDC)], [/usr/share/autoconf/autoconf/headers.m4:686])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:686: -1- m4_define([AC_HEADER_STDC], [_m4_defun_pro([$0])AC_CACHE_CHECK(for ANSI C header files, ac_cv_header_stdc,
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-]])],
- [ac_cv_header_stdc=yes],
- [ac_cv_header_stdc=no])
-
-if test $ac_cv_header_stdc = yes; then
- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- AC_EGREP_HEADER(memchr, string.h, , ac_cv_header_stdc=no)
-fi
-
-if test $ac_cv_header_stdc = yes; then
- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- AC_EGREP_HEADER(free, stdlib.h, , ac_cv_header_stdc=no)
-fi
-
-if test $ac_cv_header_stdc = yes; then
- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- AC_RUN_IFELSE([AC_LANG_SOURCE(
-[[#include <ctype.h>
-#include <stdlib.h>
-#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;
-}]])], , ac_cv_header_stdc=no, :)
-fi])
-if test $ac_cv_header_stdc = yes; then
- AC_DEFINE(STDC_HEADERS, 1,
- [Define to 1 if you have the ANSI C header files.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:743: -1- m4_define([m4_location(AC_HEADER_SYS_WAIT)], [/usr/share/autoconf/autoconf/headers.m4:743])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:743: -1- m4_define([AC_HEADER_SYS_WAIT], [_m4_defun_pro([$0])AC_CACHE_CHECK([for sys/wait.h that is POSIX.1 compatible],
- ac_cv_header_sys_wait_h,
-[AC_COMPILE_IFELSE(
-[AC_LANG_PROGRAM([#include <sys/types.h>
-#include <sys/wait.h>
-#ifndef WEXITSTATUS
-# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
-#endif
-#ifndef WIFEXITED
-# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
-#endif
-],
-[ int s;
- wait (&s);
- s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;])],
- [ac_cv_header_sys_wait_h=yes],
- [ac_cv_header_sys_wait_h=no])])
-if test $ac_cv_header_sys_wait_h = yes; then
- AC_DEFINE(HAVE_SYS_WAIT_H, 1,
- [Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:770: -1- m4_define([m4_location(AC_HEADER_TIME)], [/usr/share/autoconf/autoconf/headers.m4:770])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:770: -1- m4_define([AC_HEADER_TIME], [_m4_defun_pro([$0])AC_CACHE_CHECK([whether time.h and sys/time.h may both be included],
- ac_cv_header_time,
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
-#include <sys/time.h>
-#include <time.h>
-],
-[if ((struct tm *) 0)
-return 0;])],
- [ac_cv_header_time=yes],
- [ac_cv_header_time=no])])
-if test $ac_cv_header_time = yes; then
- AC_DEFINE(TIME_WITH_SYS_TIME, 1,
- [Define to 1 if you can safely include both <sys/time.h>
- and <time.h>.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:791: -1- m4_define([_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H], [AC_CACHE_CHECK([whether termios.h defines TIOCGWINSZ],
- ac_cv_sys_tiocgwinsz_in_termios_h,
-[AC_EGREP_CPP([yes],
- [#include <sys/types.h>
-#include <termios.h>
-#ifdef TIOCGWINSZ
- yes
-#endif
-],
- ac_cv_sys_tiocgwinsz_in_termios_h=yes,
- ac_cv_sys_tiocgwinsz_in_termios_h=no)])
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:808: -1- m4_define([_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL], [AC_CACHE_CHECK([whether sys/ioctl.h defines TIOCGWINSZ],
- ac_cv_sys_tiocgwinsz_in_sys_ioctl_h,
-[AC_EGREP_CPP([yes],
- [#include <sys/types.h>
-#include <sys/ioctl.h>
-#ifdef TIOCGWINSZ
- yes
-#endif
-],
- ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes,
- ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no)])
-])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:828: -1- m4_define([m4_location(AC_HEADER_TIOCGWINSZ)], [/usr/share/autoconf/autoconf/headers.m4:828])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:828: -1- m4_define([AC_HEADER_TIOCGWINSZ], [_m4_defun_pro([$0])_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H
-if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
- _AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL
- if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
- AC_DEFINE(GWINSZ_IN_SYS_IOCTL,1,
- [Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>.])
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:842: -1- AU_DEFINE([AC_UNISTD_H], [m4_ifval([], [_au_warn_AC_UNISTD_H([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_CHECK_HEADERS(unistd.h)])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:842: -1- AU_DEFINE([_au_warn_AC_UNISTD_H], [m4_warning($@)dnl
-m4_define([_au_warn_AC_UNISTD_H], [])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:842: -1- m4_define([m4_location(AC_UNISTD_H)], [/usr/share/autoconf/autoconf/headers.m4:842])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:842: -1- m4_define([AC_UNISTD_H], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UNISTD_H' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_HEADERS(unistd.h)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:849: -1- AU_DEFINE([AC_USG], [m4_ifval([Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
-when you adjust your code to use HAVE_STRING_H.], [_au_warn_AC_USG([Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
-when you adjust your code to use HAVE_STRING_H.])AC_DIAGNOSE([obsolete], [Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
-when you adjust your code to use HAVE_STRING_H.])d[]nl
-])dnl
-AC_MSG_CHECKING([for BSD string and memory functions])
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <strings.h>]],
- [[rindex(0, 0); bzero(0, 0);]])],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- AC_DEFINE(USG, 1,
- [Define to 1 if you do not have <strings.h>, index,
- bzero, etc... This symbol is obsolete, you should
- not depend upon it.])])
-AC_CHECK_HEADERS(string.h)])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:849: -1- AU_DEFINE([_au_warn_AC_USG], [m4_warning($@)dnl
-m4_define([_au_warn_AC_USG], [])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:849: -1- m4_define([m4_location(AC_USG)], [/usr/share/autoconf/autoconf/headers.m4:849])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:849: -1- m4_define([AC_USG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_USG' is obsolete.
-You should run autoupdate.])dnl
-AC_MSG_CHECKING([for BSD string and memory functions])
-AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <strings.h>]],
- [[rindex(0, 0); bzero(0, 0);]])],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- AC_DEFINE(USG, 1,
- [Define to 1 if you do not have <strings.h>, index,
- bzero, etc... This symbol is obsolete, you should
- not depend upon it.])])
-AC_CHECK_HEADERS(string.h)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:877: -1- AU_DEFINE([AC_MEMORY_H], [m4_ifval([Remove this warning and
-`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
-use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.], [_au_warn_AC_MEMORY_H([Remove this warning and
-`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
-use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])AC_DIAGNOSE([obsolete], [Remove this warning and
-`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
-use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])d[]nl
-])dnl
-AC_CHECK_HEADER(memory.h,
- [AC_DEFINE([NEED_MEMORY_H], 1,
- [Same as `HAVE_MEMORY_H', don't depend on me.])])
-AC_CHECK_HEADERS(string.h memory.h)])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:877: -1- AU_DEFINE([_au_warn_AC_MEMORY_H], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MEMORY_H], [])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:877: -1- m4_define([m4_location(AC_MEMORY_H)], [/usr/share/autoconf/autoconf/headers.m4:877])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:877: -1- m4_define([AC_MEMORY_H], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MEMORY_H' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_HEADER(memory.h,
- [AC_DEFINE([NEED_MEMORY_H], 1,
- [Same as `HAVE_MEMORY_H', don't depend on me.])])
-AC_CHECK_HEADERS(string.h memory.h)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:892: -1- AU_DEFINE([AC_DIR_HEADER], [m4_ifval([Remove this warning and the four `AC_DEFINE' when you
-adjust your code to use `AC_HEADER_DIRENT'.], [_au_warn_AC_DIR_HEADER([Remove this warning and the four `AC_DEFINE' when you
-adjust your code to use `AC_HEADER_DIRENT'.])AC_DIAGNOSE([obsolete], [Remove this warning and the four `AC_DEFINE' when you
-adjust your code to use `AC_HEADER_DIRENT'.])d[]nl
-])dnl
-AC_HEADER_DIRENT
-AC_FUNC_CLOSEDIR_VOID
-test ac_cv_header_dirent_dirent_h &&
- AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
-test ac_cv_header_dirent_sys_ndir_h &&
- AC_DEFINE([SYSNDIR], 1, [Same as `HAVE_SYS_NDIR_H', don't depend on me.])
-test ac_cv_header_dirent_sys_dir_h &&
- AC_DEFINE([SYSDIR], 1, [Same as `HAVE_SYS_DIR_H', don't depend on me.])
-test ac_cv_header_dirent_ndir_h &&
- AC_DEFINE([NDIR], 1, [Same as `HAVE_NDIR_H', don't depend on me.])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:892: -1- AU_DEFINE([_au_warn_AC_DIR_HEADER], [m4_warning($@)dnl
-m4_define([_au_warn_AC_DIR_HEADER], [])])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:892: -1- m4_define([m4_location(AC_DIR_HEADER)], [/usr/share/autoconf/autoconf/headers.m4:892])
-m4trace:/usr/share/autoconf/autoconf/headers.m4:892: -1- m4_define([AC_DIR_HEADER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DIR_HEADER' is obsolete.
-You should run autoupdate.])dnl
-AC_HEADER_DIRENT
-AC_FUNC_CLOSEDIR_VOID
-test ac_cv_header_dirent_dirent_h &&
- AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
-test ac_cv_header_dirent_sys_ndir_h &&
- AC_DEFINE([SYSNDIR], 1, [Same as `HAVE_SYS_NDIR_H', don't depend on me.])
-test ac_cv_header_dirent_sys_dir_h &&
- AC_DEFINE([SYSDIR], 1, [Same as `HAVE_SYS_DIR_H', don't depend on me.])
-test ac_cv_header_dirent_ndir_h &&
- AC_DEFINE([NDIR], 1, [Same as `HAVE_NDIR_H', don't depend on me.])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:47: -1- m4_include([autoconf/types.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:47: -1- m4_define([m4_include(autoconf/types.m4)])
-m4trace:/usr/share/autoconf/autoconf/types.m4:124: -1- m4_define([_AC_CHECK_TYPE_NEW_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for $[]2], [$[]3],
- [AS_VAR_SET([$[]3], [no])
- AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([$[]4],
- [if (sizeof ($[]2))
- return 0;])],
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([$[]4],
- [if (sizeof (($[]2)))
- return 0;])],
- [],
- [AS_VAR_SET([$[]3], [yes])])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:147: -1- m4_define([m4_location(_AC_CHECK_TYPE_NEW)], [/usr/share/autoconf/autoconf/types.m4:147])
-m4trace:/usr/share/autoconf/autoconf/types.m4:147: -1- m4_define([_AC_CHECK_TYPE_NEW], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_type],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_type],
- [LINENO TYPE VAR INCLUDES],
- [Tests whether TYPE exists after having included INCLUDES, setting
- cache variable VAR accordingly.])],
- [$0_BODY])AS_VAR_PUSHDEF([ac_Type], [ac_cv_type_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_type "$LINENO" "$1" "ac_Type" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
-AS_VAR_IF([ac_Type], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Type])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:166: -1- m4_define([_AC_CHECK_TYPES], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
- [Define to 1 if the system has the type `$1'.])]])
-m4trace:/usr/share/autoconf/autoconf/types.m4:177: -1- m4_define([m4_location(AC_CHECK_TYPES)], [/usr/share/autoconf/autoconf/types.m4:177])
-m4trace:/usr/share/autoconf/autoconf/types.m4:177: -1- m4_define([AC_CHECK_TYPES], [_m4_defun_pro([$0])m4_map_args_sep([_AC_CHECK_TYPE_NEW(_$0(], [)[
-$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:187: -1- m4_define([_AC_CHECK_TYPE_OLD], [_AC_CHECK_TYPE_NEW([$1],,
- [AC_DEFINE_UNQUOTED([$1], [$2],
- [Define to `$2' if <sys/types.h> does not define.])])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:202: -1- m4_define([_AC_CHECK_TYPE_REPLACEMENT_TYPE_P], [m4_bmatch([$1],
- [^\(_Bool\|bool\|char\|double\|float\|int\|long\|short\|\(un\)?signed\|[_a-zA-Z][_a-zA-Z0-9]*_t\)[][_a-zA-Z0-9() *]*$],
- 1, 0)dnl
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:212: -1- m4_define([_AC_CHECK_TYPE_MAYBE_TYPE_P], [m4_bmatch([$1], [^[_a-zA-Z0-9 ]+\([_a-zA-Z0-9() *]\|\[\|\]\)*$],
- 1, 0)dnl
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:231: -1- m4_define([m4_location(AC_CHECK_TYPE)], [/usr/share/autoconf/autoconf/types.m4:231])
-m4trace:/usr/share/autoconf/autoconf/types.m4:231: -1- m4_define([AC_CHECK_TYPE], [_m4_defun_pro([$0])m4_cond([$#], [3],
- [_AC_CHECK_TYPE_NEW],
- [$#], [4],
- [_AC_CHECK_TYPE_NEW],
- [_AC_CHECK_TYPE_REPLACEMENT_TYPE_P([$2])], [1],
- [_AC_CHECK_TYPE_OLD],
- [_AC_CHECK_TYPE_MAYBE_TYPE_P([$2])], [1],
- [AC_DIAGNOSE([syntax],
- [$0: assuming `$2' is not a type])_AC_CHECK_TYPE_NEW],
- [_AC_CHECK_TYPE_NEW])($@)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:258: -1- m4_define([m4_location(AC_TYPE_GETGROUPS)], [/usr/share/autoconf/autoconf/types.m4:258])
-m4trace:/usr/share/autoconf/autoconf/types.m4:258: -1- m4_define([AC_TYPE_GETGROUPS], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_UID_T])dnl
-AC_CACHE_CHECK(type of array argument to getgroups, ac_cv_type_getgroups,
-[AC_RUN_IFELSE([AC_LANG_SOURCE(
-[[/* Thanks to Mike Rendell for this test. */
-]AC_INCLUDES_DEFAULT[
-#define NGID 256
-#undef MAX
-#define MAX(x, y) ((x) > (y) ? (x) : (y))
-
-int
-main ()
-{
- gid_t gidset[NGID];
- int i, n;
- union { gid_t gval; long int lval; } val;
-
- val.lval = -1;
- for (i = 0; i < NGID; i++)
- gidset[i] = val.gval;
- n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
- gidset);
- /* Exit non-zero if getgroups seems to require an array of ints. This
- happens when gid_t is short int but getgroups modifies an array
- of ints. */
- return n > 0 && gidset[n] != val.gval;
-}]])],
- [ac_cv_type_getgroups=gid_t],
- [ac_cv_type_getgroups=int],
- [ac_cv_type_getgroups=cross])
-if test $ac_cv_type_getgroups = cross; then
- dnl When we can't run the test program (we are cross compiling), presume
- dnl that <unistd.h> has either an accurate prototype for getgroups or none.
- dnl Old systems without prototypes probably use int.
- AC_EGREP_HEADER([getgroups.*int.*gid_t], unistd.h,
- ac_cv_type_getgroups=gid_t, ac_cv_type_getgroups=int)
-fi])
-AC_DEFINE_UNQUOTED(GETGROUPS_T, $ac_cv_type_getgroups,
- [Define to the type of elements in the array set by
- `getgroups'. Usually this is either `int' or `gid_t'.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:303: -1- AU_DEFINE([AM_TYPE_PTRDIFF_T], [m4_ifval([], [_au_warn_AM_TYPE_PTRDIFF_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_CHECK_TYPES(ptrdiff_t)])
-m4trace:/usr/share/autoconf/autoconf/types.m4:303: -1- AU_DEFINE([_au_warn_AM_TYPE_PTRDIFF_T], [m4_warning($@)dnl
-m4_define([_au_warn_AM_TYPE_PTRDIFF_T], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:303: -1- m4_define([m4_location(AM_TYPE_PTRDIFF_T)], [/usr/share/autoconf/autoconf/types.m4:303])
-m4trace:/usr/share/autoconf/autoconf/types.m4:303: -1- m4_define([AM_TYPE_PTRDIFF_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_TYPE_PTRDIFF_T' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_TYPES(ptrdiff_t)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:309: -1- m4_define([m4_location(AC_TYPE_INTMAX_T)], [/usr/share/autoconf/autoconf/types.m4:309])
-m4trace:/usr/share/autoconf/autoconf/types.m4:309: -1- m4_define([AC_TYPE_INTMAX_T], [_m4_defun_pro([$0])
- AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
- AC_CHECK_TYPE([intmax_t],
- [AC_DEFINE([HAVE_INTMAX_T], 1,
- [Define to 1 if the system has the type `intmax_t'.])],
- [test $ac_cv_type_long_long_int = yes \
- && ac_type='long long int' \
- || ac_type='long int'
- AC_DEFINE_UNQUOTED([intmax_t], [$ac_type],
- [Define to the widest signed integer type
- if <stdint.h> and <inttypes.h> do not define.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:326: -1- m4_define([m4_location(AC_TYPE_UINTMAX_T)], [/usr/share/autoconf/autoconf/types.m4:326])
-m4trace:/usr/share/autoconf/autoconf/types.m4:326: -1- m4_define([AC_TYPE_UINTMAX_T], [_m4_defun_pro([$0])
- AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
- AC_CHECK_TYPE([uintmax_t],
- [AC_DEFINE([HAVE_UINTMAX_T], 1,
- [Define to 1 if the system has the type `uintmax_t'.])],
- [test $ac_cv_type_unsigned_long_long_int = yes \
- && ac_type='unsigned long long int' \
- || ac_type='unsigned long int'
- AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
- [Define to the widest unsigned integer type
- if <stdint.h> and <inttypes.h> do not define.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:343: -1- m4_define([m4_location(AC_TYPE_INTPTR_T)], [/usr/share/autoconf/autoconf/types.m4:343])
-m4trace:/usr/share/autoconf/autoconf/types.m4:343: -1- m4_define([AC_TYPE_INTPTR_T], [_m4_defun_pro([$0])
- AC_CHECK_TYPE([intptr_t],
- [AC_DEFINE([HAVE_INTPTR_T], 1,
- [Define to 1 if the system has the type `intptr_t'.])],
- [for ac_type in 'int' 'long int' 'long long int'; do
- AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [AC_INCLUDES_DEFAULT],
- [[sizeof (void *) <= sizeof ($ac_type)]])],
- [AC_DEFINE_UNQUOTED([intptr_t], [$ac_type],
- [Define to the type of a signed integer type wide enough to
- hold a pointer, if such a type exists, and if the system
- does not define it.])
- ac_type=])
- test -z "$ac_type" && break
- done])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:365: -1- m4_define([m4_location(AC_TYPE_UINTPTR_T)], [/usr/share/autoconf/autoconf/types.m4:365])
-m4trace:/usr/share/autoconf/autoconf/types.m4:365: -1- m4_define([AC_TYPE_UINTPTR_T], [_m4_defun_pro([$0])
- AC_CHECK_TYPE([uintptr_t],
- [AC_DEFINE([HAVE_UINTPTR_T], 1,
- [Define to 1 if the system has the type `uintptr_t'.])],
- [for ac_type in 'unsigned int' 'unsigned long int' \
- 'unsigned long long int'; do
- AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [AC_INCLUDES_DEFAULT],
- [[sizeof (void *) <= sizeof ($ac_type)]])],
- [AC_DEFINE_UNQUOTED([uintptr_t], [$ac_type],
- [Define to the type of an unsigned integer type wide enough to
- hold a pointer, if such a type exists, and if the system
- does not define it.])
- ac_type=])
- test -z "$ac_type" && break
- done])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:388: -1- m4_define([m4_location(AC_TYPE_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/types.m4:388])
-m4trace:/usr/share/autoconf/autoconf/types.m4:388: -1- m4_define([AC_TYPE_LONG_DOUBLE], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for long double], [ac_cv_type_long_double],
- [if test "$GCC" = yes; then
- ac_cv_type_long_double=yes
- else
- AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [[/* The Stardent Vistra knows sizeof (long double), but does
- not support it. */
- long double foo = 0.0L;]],
- [[/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
- sizeof (double) <= sizeof (long double)]])],
- [ac_cv_type_long_double=yes],
- [ac_cv_type_long_double=no])
- fi])
- if test $ac_cv_type_long_double = yes; then
- AC_DEFINE([HAVE_LONG_DOUBLE], 1,
- [Define to 1 if the system has the type `long double'.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:413: -1- m4_define([m4_location(AC_TYPE_LONG_DOUBLE_WIDER)], [/usr/share/autoconf/autoconf/types.m4:413])
-m4trace:/usr/share/autoconf/autoconf/types.m4:413: -1- m4_define([AC_TYPE_LONG_DOUBLE_WIDER], [_m4_defun_pro([$0])
- AC_CACHE_CHECK(
- [for long double with more range or precision than double],
- [ac_cv_type_long_double_wider],
- [AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [[#include <float.h>
- long double const a[] =
- {
- 0.0L, DBL_MIN, DBL_MAX, DBL_EPSILON,
- LDBL_MIN, LDBL_MAX, LDBL_EPSILON
- };
- long double
- f (long double x)
- {
- return ((x + (unsigned long int) 10) * (-1 / x) + a[0]
- + (x ? f (x) : 'c'));
- }
- ]],
- [[(0 < ((DBL_MAX_EXP < LDBL_MAX_EXP)
- + (DBL_MANT_DIG < LDBL_MANT_DIG)
- - (LDBL_MAX_EXP < DBL_MAX_EXP)
- - (LDBL_MANT_DIG < DBL_MANT_DIG)))
- && (int) LDBL_EPSILON == 0
- ]])],
- ac_cv_type_long_double_wider=yes,
- ac_cv_type_long_double_wider=no)])
- if test $ac_cv_type_long_double_wider = yes; then
- AC_DEFINE([HAVE_LONG_DOUBLE_WIDER], 1,
- [Define to 1 if the type `long double' works and has more range or
- precision than `double'.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:451: -1- AU_DEFINE([AC_C_LONG_DOUBLE], [m4_ifval([The macro `AC_C_LONG_DOUBLE' is obsolete.
-You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
-], [_au_warn_AC_C_LONG_DOUBLE([The macro `AC_C_LONG_DOUBLE' is obsolete.
-You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
-])AC_DIAGNOSE([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete.
-You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
-])d[]nl
-])dnl
-
- AC_TYPE_LONG_DOUBLE_WIDER
- ac_cv_c_long_double=$ac_cv_type_long_double_wider
- if test $ac_cv_c_long_double = yes; then
- AC_DEFINE([HAVE_LONG_DOUBLE], 1,
- [Define to 1 if the type `long double' works and has more range or
- precision than `double'.])
- fi
- ])
-m4trace:/usr/share/autoconf/autoconf/types.m4:451: -1- AU_DEFINE([_au_warn_AC_C_LONG_DOUBLE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_C_LONG_DOUBLE], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:451: -1- m4_define([m4_location(AC_C_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/types.m4:451])
-m4trace:/usr/share/autoconf/autoconf/types.m4:451: -1- m4_define([AC_C_LONG_DOUBLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete.
-You should run autoupdate.])dnl
-
- AC_TYPE_LONG_DOUBLE_WIDER
- ac_cv_c_long_double=$ac_cv_type_long_double_wider
- if test $ac_cv_c_long_double = yes; then
- AC_DEFINE([HAVE_LONG_DOUBLE], 1,
- [Define to 1 if the type `long double' works and has more range or
- precision than `double'.])
- fi
- []_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:473: -1- m4_define([m4_location(_AC_TYPE_LONG_LONG_SNIPPET)], [/usr/share/autoconf/autoconf/types.m4:473])
-m4trace:/usr/share/autoconf/autoconf/types.m4:473: -1- m4_define([_AC_TYPE_LONG_LONG_SNIPPET], [_m4_defun_pro([$0])
- AC_LANG_PROGRAM(
- [[/* For now, do not test the preprocessor; as of 2007 there are too many
- implementations with broken preprocessors. Perhaps this can
- be revisited in 2012. In the meantime, code should not expect
- #if to work with literals wider than 32 bits. */
- /* Test literals. */
- long long int ll = 9223372036854775807ll;
- long long int nll = -9223372036854775807LL;
- unsigned long long int ull = 18446744073709551615ULL;
- /* Test constant expressions. */
- typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
- ? 1 : -1)];
- typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
- ? 1 : -1)];
- int i = 63;]],
- [[/* Test availability of runtime routines for shift and division. */
- long long int llmax = 9223372036854775807ll;
- unsigned long long int ullmax = 18446744073709551615ull;
- return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
- | (llmax / ll) | (llmax % ll)
- | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
- | (ullmax / ull) | (ullmax % ull));]])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:502: -1- m4_define([m4_location(AC_TYPE_LONG_LONG_INT)], [/usr/share/autoconf/autoconf/types.m4:502])
-m4trace:/usr/share/autoconf/autoconf/types.m4:502: -1- m4_define([AC_TYPE_LONG_LONG_INT], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
- [AC_LINK_IFELSE(
- [_AC_TYPE_LONG_LONG_SNIPPET],
- [dnl This catches a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
- dnl If cross compiling, assume the bug isn't important, since
- dnl nobody cross compiles for this platform as far as we know.
- AC_RUN_IFELSE(
- [AC_LANG_PROGRAM(
- [[@%:@include <limits.h>
- @%:@ifndef LLONG_MAX
- @%:@ define HALF \
- (1LL << (sizeof (long long int) * CHAR_BIT - 2))
- @%:@ define LLONG_MAX (HALF - 1 + HALF)
- @%:@endif]],
- [[long long int n = 1;
- int i;
- for (i = 0; ; i++)
- {
- long long int m = n << i;
- if (m >> i != n)
- return 1;
- if (LLONG_MAX / 2 < m)
- break;
- }
- return 0;]])],
- [ac_cv_type_long_long_int=yes],
- [ac_cv_type_long_long_int=no],
- [ac_cv_type_long_long_int=yes])],
- [ac_cv_type_long_long_int=no])])
- if test $ac_cv_type_long_long_int = yes; then
- AC_DEFINE([HAVE_LONG_LONG_INT], 1,
- [Define to 1 if the system has the type `long long int'.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:542: -1- m4_define([m4_location(AC_TYPE_UNSIGNED_LONG_LONG_INT)], [/usr/share/autoconf/autoconf/types.m4:542])
-m4trace:/usr/share/autoconf/autoconf/types.m4:542: -1- m4_define([AC_TYPE_UNSIGNED_LONG_LONG_INT], [_m4_defun_pro([$0])
- AC_CACHE_CHECK([for unsigned long long int],
- [ac_cv_type_unsigned_long_long_int],
- [AC_LINK_IFELSE(
- [_AC_TYPE_LONG_LONG_SNIPPET],
- [ac_cv_type_unsigned_long_long_int=yes],
- [ac_cv_type_unsigned_long_long_int=no])])
- if test $ac_cv_type_unsigned_long_long_int = yes; then
- AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], 1,
- [Define to 1 if the system has the type `unsigned long long int'.])
- fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:559: -1- m4_define([m4_location(AC_TYPE_MBSTATE_T)], [/usr/share/autoconf/autoconf/types.m4:559])
-m4trace:/usr/share/autoconf/autoconf/types.m4:559: -1- m4_define([AC_TYPE_MBSTATE_T], [_m4_defun_pro([$0])AC_CACHE_CHECK([for mbstate_t], ac_cv_type_mbstate_t,
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [AC_INCLUDES_DEFAULT
-# include <wchar.h>],
- [mbstate_t x; return sizeof x;])],
- [ac_cv_type_mbstate_t=yes],
- [ac_cv_type_mbstate_t=no])])
- if test $ac_cv_type_mbstate_t = yes; then
- AC_DEFINE([HAVE_MBSTATE_T], 1,
- [Define to 1 if <wchar.h> declares mbstate_t.])
- else
- AC_DEFINE([mbstate_t], int,
- [Define to a type if <wchar.h> does not define.])
- fi[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:582: -1- m4_define([m4_location(AC_TYPE_UID_T)], [/usr/share/autoconf/autoconf/types.m4:582])
-m4trace:/usr/share/autoconf/autoconf/types.m4:582: -1- m4_define([AC_TYPE_UID_T], [_m4_defun_pro([$0])AC_CACHE_CHECK(for uid_t in sys/types.h, ac_cv_type_uid_t,
-[AC_EGREP_HEADER(uid_t, sys/types.h,
- ac_cv_type_uid_t=yes, ac_cv_type_uid_t=no)])
-if test $ac_cv_type_uid_t = no; then
- AC_DEFINE(uid_t, int, [Define to `int' if <sys/types.h> doesn't define.])
- AC_DEFINE(gid_t, int, [Define to `int' if <sys/types.h> doesn't define.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:594: -1- m4_define([m4_location(AC_TYPE_SIZE_T)], [/usr/share/autoconf/autoconf/types.m4:594])
-m4trace:/usr/share/autoconf/autoconf/types.m4:594: -1- m4_define([AC_TYPE_SIZE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(size_t, unsigned int)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:597: -1- m4_define([m4_location(AC_TYPE_SSIZE_T)], [/usr/share/autoconf/autoconf/types.m4:597])
-m4trace:/usr/share/autoconf/autoconf/types.m4:597: -1- m4_define([AC_TYPE_SSIZE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(ssize_t, int)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:600: -1- m4_define([m4_location(AC_TYPE_PID_T)], [/usr/share/autoconf/autoconf/types.m4:600])
-m4trace:/usr/share/autoconf/autoconf/types.m4:600: -1- m4_define([AC_TYPE_PID_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(pid_t, int)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:603: -1- m4_define([m4_location(AC_TYPE_OFF_T)], [/usr/share/autoconf/autoconf/types.m4:603])
-m4trace:/usr/share/autoconf/autoconf/types.m4:603: -1- m4_define([AC_TYPE_OFF_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(off_t, long int)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:606: -1- m4_define([m4_location(AC_TYPE_MODE_T)], [/usr/share/autoconf/autoconf/types.m4:606])
-m4trace:/usr/share/autoconf/autoconf/types.m4:606: -1- m4_define([AC_TYPE_MODE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(mode_t, int)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:616: -1- m4_define([m4_location(AC_TYPE_INT8_T)], [/usr/share/autoconf/autoconf/types.m4:616])
-m4trace:/usr/share/autoconf/autoconf/types.m4:616: -1- m4_define([AC_TYPE_INT8_T], [_m4_defun_pro([$0])_AC_TYPE_INT(8)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:617: -1- m4_define([m4_location(AC_TYPE_INT16_T)], [/usr/share/autoconf/autoconf/types.m4:617])
-m4trace:/usr/share/autoconf/autoconf/types.m4:617: -1- m4_define([AC_TYPE_INT16_T], [_m4_defun_pro([$0])_AC_TYPE_INT(16)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:618: -1- m4_define([m4_location(AC_TYPE_INT32_T)], [/usr/share/autoconf/autoconf/types.m4:618])
-m4trace:/usr/share/autoconf/autoconf/types.m4:618: -1- m4_define([AC_TYPE_INT32_T], [_m4_defun_pro([$0])_AC_TYPE_INT(32)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:619: -1- m4_define([m4_location(AC_TYPE_INT64_T)], [/usr/share/autoconf/autoconf/types.m4:619])
-m4trace:/usr/share/autoconf/autoconf/types.m4:619: -1- m4_define([AC_TYPE_INT64_T], [_m4_defun_pro([$0])_AC_TYPE_INT(64)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:620: -1- m4_define([m4_location(AC_TYPE_UINT8_T)], [/usr/share/autoconf/autoconf/types.m4:620])
-m4trace:/usr/share/autoconf/autoconf/types.m4:620: -1- m4_define([AC_TYPE_UINT8_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(8)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:621: -1- m4_define([m4_location(AC_TYPE_UINT16_T)], [/usr/share/autoconf/autoconf/types.m4:621])
-m4trace:/usr/share/autoconf/autoconf/types.m4:621: -1- m4_define([AC_TYPE_UINT16_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(16)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:622: -1- m4_define([m4_location(AC_TYPE_UINT32_T)], [/usr/share/autoconf/autoconf/types.m4:622])
-m4trace:/usr/share/autoconf/autoconf/types.m4:622: -1- m4_define([AC_TYPE_UINT32_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(32)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:623: -1- m4_define([m4_location(AC_TYPE_UINT64_T)], [/usr/share/autoconf/autoconf/types.m4:623])
-m4trace:/usr/share/autoconf/autoconf/types.m4:623: -1- m4_define([AC_TYPE_UINT64_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(64)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:628: -1- m4_define([_AC_TYPE_INT_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for int$[]2_t], [$[]3],
- [AS_VAR_SET([$[]3], [no])
- # Order is important - never check a type that is potentially smaller
- # than half of the expected target width.
- for ac_type in int$[]2_t 'int' 'long int' \
- 'long long int' 'short int' 'signed char'; do
- AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [AC_INCLUDES_DEFAULT
- enum { N = $[]2 / 2 - 1 };],
- [0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)])],
- [AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [AC_INCLUDES_DEFAULT
- enum { N = $[]2 / 2 - 1 };],
- [($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
- < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2)])],
- [],
- [AS_CASE([$ac_type], [int$[]2_t],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [$ac_type])])])])
- AS_VAR_IF([$[]3], [no], [], [break])
- done])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:663: -1- m4_define([m4_location(_AC_TYPE_INT)], [/usr/share/autoconf/autoconf/types.m4:663])
-m4trace:/usr/share/autoconf/autoconf/types.m4:663: -1- m4_define([_AC_TYPE_INT], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_c_find_intX_t],
- [AS_FUNCTION_DESCRIBE([ac_fn_c_find_intX_t], [LINENO BITS VAR],
- [Finds a signed integer type with width BITS, setting cache variable VAR
- accordingly.])],
- [$0_BODY])ac_fn_c_find_intX_t "$LINENO" "$1" "ac_cv_c_int$1_t"
-case $ac_cv_c_int$1_t in #(
- no|yes) ;; #(
- *)
- AC_DEFINE_UNQUOTED([int$1_t], [$ac_cv_c_int$1_t],
- [Define to the type of a signed integer type of width exactly $1 bits
- if such a type exists and the standard includes do not define it.]);;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:682: -1- m4_define([_AC_TYPE_UNSIGNED_INT_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for uint$[]2_t], $[]3,
- [AS_VAR_SET([$[]3], [no])
- # Order is important - never check a type that is potentially smaller
- # than half of the expected target width.
- for ac_type in uint$[]2_t 'unsigned int' 'unsigned long int' \
- 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
- AC_COMPILE_IFELSE(
- [AC_LANG_BOOL_COMPILE_TRY(
- [AC_INCLUDES_DEFAULT],
- [(($ac_type) -1 >> ($[]2 / 2 - 1)) >> ($[]2 / 2 - 1) == 3])],
- [AS_CASE([$ac_type], [uint$[]2_t],
- [AS_VAR_SET([$[]3], [yes])],
- [AS_VAR_SET([$[]3], [$ac_type])])])
- AS_VAR_IF([$[]3], [no], [], [break])
- done])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:710: -1- m4_define([m4_location(_AC_TYPE_UNSIGNED_INT)], [/usr/share/autoconf/autoconf/types.m4:710])
-m4trace:/usr/share/autoconf/autoconf/types.m4:710: -1- m4_define([_AC_TYPE_UNSIGNED_INT], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_c_find_uintX_t],
- [AS_FUNCTION_DESCRIBE([ac_fn_c_find_uintX_t], [LINENO BITS VAR],
- [Finds an unsigned integer type with width BITS, setting cache variable VAR
- accordingly.])],
- [$0_BODY])ac_fn_c_find_uintX_t "$LINENO" "$1" "ac_cv_c_uint$1_t"
-case $ac_cv_c_uint$1_t in #(
- no|yes) ;; #(
- *)
- m4_bmatch([$1], [^\(8\|32\|64\)$],
- [AC_DEFINE([_UINT$1_T], 1,
- [Define for Solaris 2.5.1 so the uint$1_t typedef from
- <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used.
- If the typedef were allowed, the #define below would cause a
- syntax error.])])
- AC_DEFINE_UNQUOTED([uint$1_t], [$ac_cv_c_uint$1_t],
- [Define to the type of an unsigned integer type of width exactly $1 bits
- if such a type exists and the standard includes do not define it.]);;
- esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:738: -1- AU_DEFINE([AC_TYPE_SIGNAL], [m4_ifval([your code may safely assume C89 semantics that RETSIGTYPE is void.
-Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.], [_au_warn_AC_TYPE_SIGNAL([your code may safely assume C89 semantics that RETSIGTYPE is void.
-Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code may safely assume C89 semantics that RETSIGTYPE is void.
-Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.])d[]nl
-])dnl
-AC_CACHE_CHECK([return type of signal handlers], ac_cv_type_signal,
-[AC_COMPILE_IFELSE(
-[AC_LANG_PROGRAM([#include <sys/types.h>
-#include <signal.h>
-],
- [return *(signal (0, 0)) (0) == 1;])],
- [ac_cv_type_signal=int],
- [ac_cv_type_signal=void])])
-AC_DEFINE_UNQUOTED(RETSIGTYPE, $ac_cv_type_signal,
- [Define as the return type of signal handlers
- (`int' or `void').])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:738: -1- AU_DEFINE([_au_warn_AC_TYPE_SIGNAL], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TYPE_SIGNAL], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:738: -1- m4_define([m4_location(AC_TYPE_SIGNAL)], [/usr/share/autoconf/autoconf/types.m4:738])
-m4trace:/usr/share/autoconf/autoconf/types.m4:738: -1- m4_define([AC_TYPE_SIGNAL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
-You should run autoupdate.])dnl
-AC_CACHE_CHECK([return type of signal handlers], ac_cv_type_signal,
-[AC_COMPILE_IFELSE(
-[AC_LANG_PROGRAM([#include <sys/types.h>
-#include <signal.h>
-],
- [return *(signal (0, 0)) (0) == 1;])],
- [ac_cv_type_signal=int],
- [ac_cv_type_signal=void])])
-AC_DEFINE_UNQUOTED(RETSIGTYPE, $ac_cv_type_signal,
- [Define as the return type of signal handlers
- (`int' or `void').])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:765: -1- m4_define([m4_location(AC_CHECK_SIZEOF)], [/usr/share/autoconf/autoconf/types.m4:765])
-m4trace:/usr/share/autoconf/autoconf/types.m4:765: -1- m4_define([AC_CHECK_SIZEOF], [_m4_defun_pro([$0])AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
- [m4_fatal([$0: requires literal arguments])])# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-_AC_CACHE_CHECK_INT([size of $1], [AS_TR_SH([ac_cv_sizeof_$1])],
- [(long int) (sizeof ($1))],
- [AC_INCLUDES_DEFAULT([$3])],
- [if test "$AS_TR_SH([ac_cv_type_$1])" = yes; then
- AC_MSG_FAILURE([cannot compute sizeof ($1)], 77)
- else
- AS_TR_SH([ac_cv_sizeof_$1])=0
- fi])
-
-AC_DEFINE_UNQUOTED(AS_TR_CPP(sizeof_$1), $AS_TR_SH([ac_cv_sizeof_$1]),
- [The size of `$1', as computed by sizeof.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:792: -1- m4_define([m4_location(AC_CHECK_ALIGNOF)], [/usr/share/autoconf/autoconf/types.m4:792])
-m4trace:/usr/share/autoconf/autoconf/types.m4:792: -1- m4_define([AC_CHECK_ALIGNOF], [_m4_defun_pro([$0])m4_if(m4_index(m4_translit([[$1]], [`\"], [$]), [$]), [-1], [],
- [m4_fatal([$0: requires literal arguments])])_$0([$1], [$2], m4_translit([[$1]], [{;}], [___]))[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:797: -1- m4_define([_AC_CHECK_ALIGNOF], [# The cast to long int works around a bug in the HP C Compiler,
-# see AC_CHECK_SIZEOF for more information.
-_AC_CACHE_CHECK_INT([alignment of $1], [AS_TR_SH([ac_cv_alignof_$3])],
- [(long int) offsetof (ac__type_alignof_, y)],
- [AC_INCLUDES_DEFAULT([$2])
-#ifndef offsetof
-# define offsetof(type, member) ((char *) &((type *) 0)->member - (char *) 0)
-#endif
-typedef struct { char x; $1 y; } ac__type_alignof_;],
- [if test "$AS_TR_SH([ac_cv_type_$3])" = yes; then
- AC_MSG_FAILURE([cannot compute alignment of $1], 77)
- else
- AS_TR_SH([ac_cv_alignof_$3])=0
- fi])
-
-AC_DEFINE_UNQUOTED(AS_TR_CPP(alignof_$3), $AS_TR_SH([ac_cv_alignof_$3]),
- [The normal alignment of `$1', in bytes.])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:821: -1- AU_DEFINE([AC_INT_16_BITS], [m4_ifval([your code should no longer depend upon `INT_16_BITS', but upon
-`SIZEOF_INT == 2'. Remove this warning and the `AC_DEFINE' when you
-adjust the code.], [_au_warn_AC_INT_16_BITS([your code should no longer depend upon `INT_16_BITS', but upon
-`SIZEOF_INT == 2'. Remove this warning and the `AC_DEFINE' when you
-adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `INT_16_BITS', but upon
-`SIZEOF_INT == 2'. Remove this warning and the `AC_DEFINE' when you
-adjust the code.])d[]nl
-])dnl
-AC_CHECK_SIZEOF([int])
-test $ac_cv_sizeof_int = 2 &&
- AC_DEFINE(INT_16_BITS, 1,
- [Define to 1 if `sizeof (int)' = 2. Obsolete, use `SIZEOF_INT'.])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:821: -1- AU_DEFINE([_au_warn_AC_INT_16_BITS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_INT_16_BITS], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:821: -1- m4_define([m4_location(AC_INT_16_BITS)], [/usr/share/autoconf/autoconf/types.m4:821])
-m4trace:/usr/share/autoconf/autoconf/types.m4:821: -1- m4_define([AC_INT_16_BITS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INT_16_BITS' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_SIZEOF([int])
-test $ac_cv_sizeof_int = 2 &&
- AC_DEFINE(INT_16_BITS, 1,
- [Define to 1 if `sizeof (int)' = 2. Obsolete, use `SIZEOF_INT'.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:833: -1- AU_DEFINE([AC_LONG_64_BITS], [m4_ifval([your code should no longer depend upon `LONG_64_BITS', but upon
-`SIZEOF_LONG_INT == 8'. Remove this warning and the `AC_DEFINE' when
-you adjust the code.], [_au_warn_AC_LONG_64_BITS([your code should no longer depend upon `LONG_64_BITS', but upon
-`SIZEOF_LONG_INT == 8'. Remove this warning and the `AC_DEFINE' when
-you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `LONG_64_BITS', but upon
-`SIZEOF_LONG_INT == 8'. Remove this warning and the `AC_DEFINE' when
-you adjust the code.])d[]nl
-])dnl
-AC_CHECK_SIZEOF([long int])
-test $ac_cv_sizeof_long_int = 8 &&
- AC_DEFINE(LONG_64_BITS, 1,
- [Define to 1 if `sizeof (long int)' = 8. Obsolete, use
- `SIZEOF_LONG_INT'.])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:833: -1- AU_DEFINE([_au_warn_AC_LONG_64_BITS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LONG_64_BITS], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:833: -1- m4_define([m4_location(AC_LONG_64_BITS)], [/usr/share/autoconf/autoconf/types.m4:833])
-m4trace:/usr/share/autoconf/autoconf/types.m4:833: -1- m4_define([AC_LONG_64_BITS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_64_BITS' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_SIZEOF([long int])
-test $ac_cv_sizeof_long_int = 8 &&
- AC_DEFINE(LONG_64_BITS, 1,
- [Define to 1 if `sizeof (long int)' = 8. Obsolete, use
- `SIZEOF_LONG_INT'.])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:857: -1- m4_define([_AC_CHECK_MEMBER_BODY], [ AS_LINENO_PUSH([$[]1])
- AC_CACHE_CHECK([for $[]2.$[]3], [$[]4],
- [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]5],
-[static $[]2 ac_aggr;
-if (ac_aggr.$[]3)
-return 0;])],
- [AS_VAR_SET([$[]4], [yes])],
- [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]5],
-[static $[]2 ac_aggr;
-if (sizeof ac_aggr.$[]3)
-return 0;])],
- [AS_VAR_SET([$[]4], [yes])],
- [AS_VAR_SET([$[]4], [no])])])])
- AS_LINENO_POP
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:880: -1- m4_define([m4_location(AC_CHECK_MEMBER)], [/usr/share/autoconf/autoconf/types.m4:880])
-m4trace:/usr/share/autoconf/autoconf/types.m4:880: -1- m4_define([AC_CHECK_MEMBER], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_member],
- [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_member],
- [LINENO AGGR MEMBER VAR INCLUDES],
- [Tries to find if the field MEMBER exists in type AGGR, after including
- INCLUDES, setting cache variable VAR accordingly.])],
- [_$0_BODY])AS_LITERAL_IF([$1], [], [m4_fatal([$0: requires literal arguments])])m4_if(m4_index([$1], [.]), [-1],
- [m4_fatal([$0: Did not see any dot in `$1'])])AS_VAR_PUSHDEF([ac_Member], [ac_cv_member_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_member "$LINENO" m4_bpatsubst([$1], [^\([^.]*\)\.\(.*\)], ["\1" "\2"]) "ac_Member" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
-AS_VAR_IF([ac_Member], [yes], [$2], [$3])
-AS_VAR_POPDEF([ac_Member])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:903: -1- m4_define([_AC_CHECK_MEMBERS], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
- [Define to 1 if `]m4_bpatsubst([$1],
- [^\([^.]*\)\.\(.*\)], [[\2' is a member of `\1]])['.])]])
-m4trace:/usr/share/autoconf/autoconf/types.m4:913: -1- m4_define([m4_location(AC_CHECK_MEMBERS)], [/usr/share/autoconf/autoconf/types.m4:913])
-m4trace:/usr/share/autoconf/autoconf/types.m4:913: -1- m4_define([AC_CHECK_MEMBERS], [_m4_defun_pro([$0])m4_map_args_sep([AC_CHECK_MEMBER(_$0(], [)[
-$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:931: -1- m4_define([m4_location(_AC_STRUCT_DIRENT)], [/usr/share/autoconf/autoconf/types.m4:931])
-m4trace:/usr/share/autoconf/autoconf/types.m4:931: -1- m4_define([_AC_STRUCT_DIRENT], [_m4_defun_pro([$0])
- AC_REQUIRE([AC_HEADER_DIRENT])
- AC_CHECK_MEMBERS([struct dirent.$1], [], [],
- [[
-#include <sys/types.h>
-#ifdef HAVE_DIRENT_H
-# include <dirent.h>
-#else
-# define dirent direct
-# ifdef HAVE_SYS_NDIR_H
-# include <sys/ndir.h>
-# endif
-# ifdef HAVE_SYS_DIR_H
-# include <sys/dir.h>
-# endif
-# ifdef HAVE_NDIR_H
-# include <ndir.h>
-# endif
-#endif
- ]])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:956: -1- m4_define([m4_location(AC_STRUCT_DIRENT_D_INO)], [/usr/share/autoconf/autoconf/types.m4:956])
-m4trace:/usr/share/autoconf/autoconf/types.m4:956: -1- m4_define([AC_STRUCT_DIRENT_D_INO], [_m4_defun_pro([$0])_AC_STRUCT_DIRENT([d_ino])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:960: -1- m4_define([m4_location(AC_STRUCT_DIRENT_D_TYPE)], [/usr/share/autoconf/autoconf/types.m4:960])
-m4trace:/usr/share/autoconf/autoconf/types.m4:960: -1- m4_define([AC_STRUCT_DIRENT_D_TYPE], [_m4_defun_pro([$0])_AC_STRUCT_DIRENT([d_type])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:965: -1- AU_DEFINE([AC_STRUCT_ST_BLKSIZE], [m4_ifval([your code should no longer depend upon `HAVE_ST_BLKSIZE', but
-`HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.], [_au_warn_AC_STRUCT_ST_BLKSIZE([your code should no longer depend upon `HAVE_ST_BLKSIZE', but
-`HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `HAVE_ST_BLKSIZE', but
-`HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.])d[]nl
-])dnl
-AC_CHECK_MEMBERS([struct stat.st_blksize],
- [AC_DEFINE(HAVE_ST_BLKSIZE, 1,
- [Define to 1 if your `struct stat' has
- `st_blksize'. Deprecated, use
- `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:965: -1- AU_DEFINE([_au_warn_AC_STRUCT_ST_BLKSIZE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_STRUCT_ST_BLKSIZE], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:965: -1- m4_define([m4_location(AC_STRUCT_ST_BLKSIZE)], [/usr/share/autoconf/autoconf/types.m4:965])
-m4trace:/usr/share/autoconf/autoconf/types.m4:965: -1- m4_define([AC_STRUCT_ST_BLKSIZE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRUCT_ST_BLKSIZE' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_MEMBERS([struct stat.st_blksize],
- [AC_DEFINE(HAVE_ST_BLKSIZE, 1,
- [Define to 1 if your `struct stat' has
- `st_blksize'. Deprecated, use
- `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:991: -1- m4_define([m4_location(AC_STRUCT_ST_BLOCKS)], [/usr/share/autoconf/autoconf/types.m4:991])
-m4trace:/usr/share/autoconf/autoconf/types.m4:991: -1- m4_define([AC_STRUCT_ST_BLOCKS], [_m4_defun_pro([$0])AC_CHECK_MEMBERS([struct stat.st_blocks],
- [AC_DEFINE(HAVE_ST_BLOCKS, 1,
- [Define to 1 if your `struct stat' has
- `st_blocks'. Deprecated, use
- `HAVE_STRUCT_STAT_ST_BLOCKS' instead.])],
- [AC_LIBOBJ([fileblocks])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1003: -1- AU_DEFINE([AC_STRUCT_ST_RDEV], [m4_ifval([your code should no longer depend upon `HAVE_ST_RDEV', but
-`HAVE_STRUCT_STAT_ST_RDEV'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.], [_au_warn_AC_STRUCT_ST_RDEV([your code should no longer depend upon `HAVE_ST_RDEV', but
-`HAVE_STRUCT_STAT_ST_RDEV'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `HAVE_ST_RDEV', but
-`HAVE_STRUCT_STAT_ST_RDEV'. Remove this warning and
-the `AC_DEFINE' when you adjust the code.])d[]nl
-])dnl
-AC_CHECK_MEMBERS([struct stat.st_rdev],
- [AC_DEFINE(HAVE_ST_RDEV, 1,
- [Define to 1 if your `struct stat' has `st_rdev'.
- Deprecated, use `HAVE_STRUCT_STAT_ST_RDEV'
- instead.])])
-])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1003: -1- AU_DEFINE([_au_warn_AC_STRUCT_ST_RDEV], [m4_warning($@)dnl
-m4_define([_au_warn_AC_STRUCT_ST_RDEV], [])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1003: -1- m4_define([m4_location(AC_STRUCT_ST_RDEV)], [/usr/share/autoconf/autoconf/types.m4:1003])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1003: -1- m4_define([AC_STRUCT_ST_RDEV], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRUCT_ST_RDEV' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_MEMBERS([struct stat.st_rdev],
- [AC_DEFINE(HAVE_ST_RDEV, 1,
- [Define to 1 if your `struct stat' has `st_rdev'.
- Deprecated, use `HAVE_STRUCT_STAT_ST_RDEV'
- instead.])])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1018: -1- m4_define([m4_location(AC_STRUCT_TM)], [/usr/share/autoconf/autoconf/types.m4:1018])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1018: -1- m4_define([AC_STRUCT_TM], [_m4_defun_pro([$0])AC_CACHE_CHECK([whether struct tm is in sys/time.h or time.h],
- ac_cv_struct_tm,
-[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
-#include <time.h>
-],
- [struct tm tm;
- int *p = &tm.tm_sec;
- return !p;])],
- [ac_cv_struct_tm=time.h],
- [ac_cv_struct_tm=sys/time.h])])
-if test $ac_cv_struct_tm = sys/time.h; then
- AC_DEFINE(TM_IN_SYS_TIME, 1,
- [Define to 1 if your <sys/time.h> declares `struct tm'.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1042: -1- m4_define([m4_location(AC_STRUCT_TIMEZONE)], [/usr/share/autoconf/autoconf/types.m4:1042])
-m4trace:/usr/share/autoconf/autoconf/types.m4:1042: -1- m4_define([AC_STRUCT_TIMEZONE], [_m4_defun_pro([$0])AC_REQUIRE([AC_STRUCT_TM])dnl
-AC_CHECK_MEMBERS([struct tm.tm_zone],,,[#include <sys/types.h>
-#include <$ac_cv_struct_tm>
-])
-if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
- AC_DEFINE(HAVE_TM_ZONE, 1,
- [Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
- `HAVE_STRUCT_TM_TM_ZONE' instead.])
-else
- AC_CHECK_DECLS([tzname], , , [#include <time.h>])
- AC_CACHE_CHECK(for tzname, ac_cv_var_tzname,
-[AC_LINK_IFELSE([AC_LANG_PROGRAM(
-[[#include <time.h>
-#if !HAVE_DECL_TZNAME
-extern char *tzname[];
-#endif
-]],
-[[return tzname[0][0];]])],
- [ac_cv_var_tzname=yes],
- [ac_cv_var_tzname=no])])
- if test $ac_cv_var_tzname = yes; then
- AC_DEFINE(HAVE_TZNAME, 1,
- [Define to 1 if you don't have `tm_zone' but do have the external
- array `tzname'.])
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:48: -1- m4_include([autoconf/libs.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:48: -1- m4_define([m4_include(autoconf/libs.m4)])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:48: -1- m4_define([m4_location(AC_SEARCH_LIBS)], [/usr/share/autoconf/autoconf/libs.m4:48])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:48: -1- m4_define([AC_SEARCH_LIBS], [_m4_defun_pro([$0])AS_VAR_PUSHDEF([ac_Search], [ac_cv_search_$1])dnl
-AC_CACHE_CHECK([for library containing $1], [ac_Search],
-[ac_func_search_save_LIBS=$LIBS
-AC_LANG_CONFTEST([AC_LANG_CALL([], [$1])])
-for ac_lib in '' $2; do
- if test -z "$ac_lib"; then
- ac_res="none required"
- else
- ac_res=-l$ac_lib
- LIBS="-l$ac_lib $5 $ac_func_search_save_LIBS"
- fi
- AC_LINK_IFELSE([], [AS_VAR_SET([ac_Search], [$ac_res])])
- AS_VAR_SET_IF([ac_Search], [break])
-done
-AS_VAR_SET_IF([ac_Search], , [AS_VAR_SET([ac_Search], [no])])
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS])
-AS_VAR_COPY([ac_res], [ac_Search])
-AS_IF([test "$ac_res" != no],
- [test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- $3],
- [$4])
-AS_VAR_POPDEF([ac_Search])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:100: -1- m4_define([m4_location(AC_CHECK_LIB)], [/usr/share/autoconf/autoconf/libs.m4:100])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:100: -1- m4_define([AC_CHECK_LIB], [_m4_defun_pro([$0])m4_ifval([$3], , [AH_CHECK_LIB([$1])])dnl
-AS_LITERAL_WORD_IF([$1],
- [AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1_$2])],
- [AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1''_$2])])dnl
-AC_CACHE_CHECK([for $2 in -l$1], [ac_Lib],
-[ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$1 $5 $LIBS"
-AC_LINK_IFELSE([AC_LANG_CALL([], [$2])],
- [AS_VAR_SET([ac_Lib], [yes])],
- [AS_VAR_SET([ac_Lib], [no])])
-LIBS=$ac_check_lib_save_LIBS])
-AS_VAR_IF([ac_Lib], [yes],
- [m4_default([$3], [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_LIB$1))
- LIBS="-l$1 $LIBS"
-])],
- [$4])
-AS_VAR_POPDEF([ac_Lib])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:123: -1- m4_define([AH_CHECK_LIB], [AH_TEMPLATE(AS_TR_CPP([HAVE_LIB$1]),
- [Define to 1 if you have the `$1' library (-l$1).])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:138: -1- AU_DEFINE([AC_HAVE_LIBRARY], [m4_ifval([], [_au_warn_AC_HAVE_LIBRARY([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_pushdef([AC_Lib_Name],
- m4_bpatsubst(m4_bpatsubst([[$1]],
- [lib\([^\.]*\)\.a], [\1]),
- [-l], []))dnl
-AC_CHECK_LIB(AC_Lib_Name, main, [$2], [$3], [$4])dnl
-ac_cv_lib_[]AC_Lib_Name()=ac_cv_lib_[]AC_Lib_Name()_main
-m4_popdef([AC_Lib_Name])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:138: -1- AU_DEFINE([_au_warn_AC_HAVE_LIBRARY], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HAVE_LIBRARY], [])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:138: -1- m4_define([m4_location(AC_HAVE_LIBRARY)], [/usr/share/autoconf/autoconf/libs.m4:138])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:138: -1- m4_define([AC_HAVE_LIBRARY], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_LIBRARY' is obsolete.
-You should run autoupdate.])dnl
-m4_pushdef([AC_Lib_Name],
- m4_bpatsubst(m4_bpatsubst([[$1]],
- [lib\([^\.]*\)\.a], [\1]),
- [-l], []))dnl
-AC_CHECK_LIB(AC_Lib_Name, main, [$2], [$3], [$4])dnl
-ac_cv_lib_[]AC_Lib_Name()=ac_cv_lib_[]AC_Lib_Name()_main
-m4_popdef([AC_Lib_Name])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:166: -1- m4_define([_AC_PATH_X_XMKMF], [AC_ARG_VAR(XMKMF, [Path to xmkmf, Makefile generator for X Window System])dnl
-rm -f -r conftest.dir
-if mkdir conftest.dir; then
- cd conftest.dir
- cat >Imakefile <<'_ACEOF'
-incroot:
- @echo incroot='${INCROOT}'
-usrlibdir:
- @echo usrlibdir='${USRLIBDIR}'
-libdir:
- @echo libdir='${LIBDIR}'
-_ACEOF
- if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
- # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
- for ac_var in incroot usrlibdir libdir; do
- eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
- done
- # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
- for ac_extension in a so sl dylib la dll; do
- if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
- test -f "$ac_im_libdir/libX11.$ac_extension"; then
- ac_im_usrlibdir=$ac_im_libdir; break
- fi
- done
- # Screen out bogus values from the imake configuration. They are
- # bogus both because they are the default anyway, and because
- # using them would break gcc on systems where it needs fixed includes.
- case $ac_im_incroot in
- /usr/include) ac_x_includes= ;;
- *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
- esac
- case $ac_im_usrlibdir in
- /usr/lib | /usr/lib64 | /lib | /lib64) ;;
- *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
- esac
- fi
- cd ..
- rm -f -r conftest.dir
-fi
-])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:213: -1- m4_define([_AC_PATH_X_DIRECT], [# Standard set of common directories for X headers.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-ac_x_header_dirs='
-/usr/X11/include
-/usr/X11R7/include
-/usr/X11R6/include
-/usr/X11R5/include
-/usr/X11R4/include
-
-/usr/include/X11
-/usr/include/X11R7
-/usr/include/X11R6
-/usr/include/X11R5
-/usr/include/X11R4
-
-/usr/local/X11/include
-/usr/local/X11R7/include
-/usr/local/X11R6/include
-/usr/local/X11R5/include
-/usr/local/X11R4/include
-
-/usr/local/include/X11
-/usr/local/include/X11R7
-/usr/local/include/X11R6
-/usr/local/include/X11R5
-/usr/local/include/X11R4
-
-/usr/X386/include
-/usr/x386/include
-/usr/XFree86/include/X11
-
-/usr/include
-/usr/local/include
-/usr/unsupported/include
-/usr/athena/include
-/usr/local/x11r5/include
-/usr/lpp/Xamples/include
-
-/usr/openwin/include
-/usr/openwin/share/include'
-
-if test "$ac_x_includes" = no; then
- # Guess where to find include files, by looking for Xlib.h.
- # First, try using that file with no special directory specified.
- AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Xlib.h>])],
-[# We can compile using X headers with no special include directory.
-ac_x_includes=],
-[for ac_dir in $ac_x_header_dirs; do
- if test -r "$ac_dir/X11/Xlib.h"; then
- ac_x_includes=$ac_dir
- break
- fi
-done])
-fi # $ac_x_includes = no
-
-if test "$ac_x_libraries" = no; then
- # Check for the libraries.
- # See if we find them without any special options.
- # Don't add to $LIBS permanently.
- ac_save_LIBS=$LIBS
- LIBS="-lX11 $LIBS"
- AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
- [XrmInitialize ()])],
- [LIBS=$ac_save_LIBS
-# We can link X programs with no special library path.
-ac_x_libraries=],
- [LIBS=$ac_save_LIBS
-for ac_dir in `AS_ECHO(["$ac_x_includes $ac_x_header_dirs"]) | sed s/include/lib/g`
-do
- # Don't even attempt the hair of trying to link an X program!
- for ac_extension in a so sl dylib la dll; do
- if test -r "$ac_dir/libX11.$ac_extension"; then
- ac_x_libraries=$ac_dir
- break 2
- fi
- done
-done])
-fi # $ac_x_libraries = no
-])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:298: -1- m4_define([m4_location(_AC_PATH_X)], [/usr/share/autoconf/autoconf/libs.m4:298])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:298: -1- m4_define([_AC_PATH_X], [_m4_defun_pro([$0])AC_CACHE_VAL(ac_cv_have_x,
-[# One or both of the vars are not set, and there is no cached value.
-ac_x_includes=no ac_x_libraries=no
-_AC_PATH_X_XMKMF
-_AC_PATH_X_DIRECT
-case $ac_x_includes,$ac_x_libraries in #(
- no,* | *,no | *\'*)
- # Didn't find X, or a directory has "'" in its name.
- ac_cv_have_x="have_x=no";; #(
- *)
- # Record where we found X for the cache.
- ac_cv_have_x="have_x=yes\
- ac_x_includes='$ac_x_includes'\
- ac_x_libraries='$ac_x_libraries'"
-esac])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:324: -1- m4_define([m4_location(AC_PATH_X)], [/usr/share/autoconf/autoconf/libs.m4:324])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:324: -1- m4_define([AC_PATH_X], [_m4_defun_pro([$0])dnl Document the X abnormal options inherited from history.
-m4_divert_once([HELP_BEGIN], [
-X features:
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR])dnl
-AC_MSG_CHECKING([for X])
-
-AC_ARG_WITH(x, [ --with-x use the X Window System])
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
- # The user explicitly disabled X.
- have_x=disabled
-else
- case $x_includes,$x_libraries in #(
- *\'*) AC_MSG_ERROR([cannot use X directory names containing ']);; #(
- *,NONE | NONE,*) _AC_PATH_X;; #(
- *) have_x=yes;;
- esac
- eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
- AC_MSG_RESULT([$have_x])
- no_x=yes
-else
- # If each of the values was on the command line, it overrides each guess.
- test "x$x_includes" = xNONE && x_includes=$ac_x_includes
- test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
- # Update the cache value to reflect the command line values.
- ac_cv_have_x="have_x=yes\
- ac_x_includes='$x_includes'\
- ac_x_libraries='$x_libraries'"
- AC_MSG_RESULT([libraries $x_libraries, headers $x_includes])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:366: -1- m4_define([m4_location(AC_PATH_XTRA)], [/usr/share/autoconf/autoconf/libs.m4:366])
-m4trace:/usr/share/autoconf/autoconf/libs.m4:366: -1- m4_define([AC_PATH_XTRA], [_m4_defun_pro([$0])AC_REQUIRE([AC_PATH_X])dnl
-if test "$no_x" = yes; then
- # Not all programs may use this symbol, but it does not hurt to define it.
- AC_DEFINE([X_DISPLAY_MISSING], 1,
- [Define to 1 if the X Window System is missing or not being used.])
- X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
-else
- if test -n "$x_includes"; then
- X_CFLAGS="$X_CFLAGS -I$x_includes"
- fi
-
- # It would also be nice to do this for all -L options, not just this one.
- if test -n "$x_libraries"; then
- X_LIBS="$X_LIBS -L$x_libraries"
- # For Solaris; some versions of Sun CC require a space after -R and
- # others require no space. Words are not sufficient . . . .
- AC_MSG_CHECKING([whether -R must be followed by a space])
- ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
- ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag=$ac_[]_AC_LANG_ABBREV[]_werror_flag
- ac_[]_AC_LANG_ABBREV[]_werror_flag=yes
- AC_LINK_IFELSE([AC_LANG_PROGRAM()],
- [AC_MSG_RESULT([no])
- X_LIBS="$X_LIBS -R$x_libraries"],
- [LIBS="$ac_xsave_LIBS -R $x_libraries"
- AC_LINK_IFELSE([AC_LANG_PROGRAM()],
- [AC_MSG_RESULT([yes])
- X_LIBS="$X_LIBS -R $x_libraries"],
- [AC_MSG_RESULT([neither works])])])
- ac_[]_AC_LANG_ABBREV[]_werror_flag=$ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag
- LIBS=$ac_xsave_LIBS
- fi
-
- # Check for system-dependent libraries X programs must link with.
- # Do this before checking for the system-independent R6 libraries
- # (-lICE), since we may need -lsocket or whatever for X linking.
-
- if test "$ISC" = yes; then
- X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
- else
- # Martyn Johnson says this is needed for Ultrix, if the X
- # libraries were built with DECnet support. And Karl Berry says
- # the Alpha needs dnet_stub (dnet does not exist).
- ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
- AC_LINK_IFELSE([AC_LANG_CALL([], [XOpenDisplay])],
- [],
- [AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
- if test $ac_cv_lib_dnet_dnet_ntoa = no; then
- AC_CHECK_LIB(dnet_stub, dnet_ntoa,
- [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
- fi])
- LIBS="$ac_xsave_LIBS"
-
- # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
- # to get the SysV transport functions.
- # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
- # needs -lnsl.
- # The nsl library prevents programs from opening the X display
- # on Irix 5.2, according to T.E. Dickey.
- # The functions gethostbyname, getservbyname, and inet_addr are
- # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
- AC_CHECK_FUNC(gethostbyname)
- if test $ac_cv_func_gethostbyname = no; then
- AC_CHECK_LIB(nsl, gethostbyname, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
- if test $ac_cv_lib_nsl_gethostbyname = no; then
- AC_CHECK_LIB(bsd, gethostbyname, X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd")
- fi
- fi
-
- # lieder@skyler.mavd.honeywell.com says without -lsocket,
- # socket/setsockopt and other routines are undefined under SCO ODT
- # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
- # on later versions), says Simon Leinen: it contains gethostby*
- # variants that don't use the name server (or something). -lsocket
- # must be given before -lnsl if both are needed. We assume that
- # if connect needs -lnsl, so does gethostbyname.
- AC_CHECK_FUNC(connect)
- if test $ac_cv_func_connect = no; then
- AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
- $X_EXTRA_LIBS)
- fi
-
- # Guillermo Gomez says -lposix is necessary on A/UX.
- AC_CHECK_FUNC(remove)
- if test $ac_cv_func_remove = no; then
- AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
- fi
-
- # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
- AC_CHECK_FUNC(shmat)
- if test $ac_cv_func_shmat = no; then
- AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc")
- fi
- fi
-
- # Check for libraries that X11R6 Xt/Xaw programs need.
- ac_save_LDFLAGS=$LDFLAGS
- test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
- # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
- # check for ICE first), but we must link in the order -lSM -lICE or
- # we get undefined symbols. So assume we have SM if we have ICE.
- # These have to be linked with before -lX11, unlike the other
- # libraries we check for below, so use a different variable.
- # John Interrante, Karl Berry
- AC_CHECK_LIB(ICE, IceConnectionNumber,
- [X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"], , $X_EXTRA_LIBS)
- LDFLAGS=$ac_save_LDFLAGS
-
-fi
-AC_SUBST(X_CFLAGS)dnl
-AC_SUBST(X_PRE_LIBS)dnl
-AC_SUBST(X_LIBS)dnl
-AC_SUBST(X_EXTRA_LIBS)dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:49: -1- m4_include([autoconf/specific.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:49: -1- m4_define([m4_include(autoconf/specific.m4)])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:41: -1- AU_DEFINE([AC_DECL_SYS_SIGLIST], [m4_ifval([], [_au_warn_AC_DECL_SYS_SIGLIST([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_CHECK_DECLS([sys_siglist],,,
-[#include <signal.h>
-/* NetBSD declares sys_siglist in unistd.h. */
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-])
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:41: -1- AU_DEFINE([_au_warn_AC_DECL_SYS_SIGLIST], [m4_warning($@)dnl
-m4_define([_au_warn_AC_DECL_SYS_SIGLIST], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:41: -1- m4_define([m4_location(AC_DECL_SYS_SIGLIST)], [/usr/share/autoconf/autoconf/specific.m4:41])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:41: -1- m4_define([AC_DECL_SYS_SIGLIST], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DECL_SYS_SIGLIST' is obsolete.
-You should run autoupdate.])dnl
-AC_CHECK_DECLS([sys_siglist],,,
-[#include <signal.h>
-/* NetBSD declares sys_siglist in unistd.h. */
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
-])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:61: -1- m4_define([m4_location(AC_SYS_INTERPRETER)], [/usr/share/autoconf/autoconf/specific.m4:61])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:61: -1- m4_define([AC_SYS_INTERPRETER], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether @%:@! works in shell scripts, ac_cv_sys_interpreter,
-[echo '#! /bin/cat
-exit 69
-' >conftest
-chmod u+x conftest
-(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1)
-if test $? -ne 69; then
- ac_cv_sys_interpreter=yes
-else
- ac_cv_sys_interpreter=no
-fi
-rm -f conftest])
-interpval=$ac_cv_sys_interpreter
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:78: -1- AU_DEFINE([AC_HAVE_POUNDBANG], [m4_ifval([Remove this warning when you adjust your code to use
-`AC_SYS_INTERPRETER'.], [_au_warn_AC_HAVE_POUNDBANG([Remove this warning when you adjust your code to use
-`AC_SYS_INTERPRETER'.])AC_DIAGNOSE([obsolete], [Remove this warning when you adjust your code to use
-`AC_SYS_INTERPRETER'.])d[]nl
-])dnl
-AC_SYS_INTERPRETER])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:78: -1- AU_DEFINE([_au_warn_AC_HAVE_POUNDBANG], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HAVE_POUNDBANG], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:78: -1- m4_define([m4_location(AC_HAVE_POUNDBANG)], [/usr/share/autoconf/autoconf/specific.m4:78])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:78: -1- m4_define([AC_HAVE_POUNDBANG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_POUNDBANG' is obsolete.
-You should run autoupdate.])dnl
-AC_SYS_INTERPRETER[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:84: -1- AU_DEFINE([AC_ARG_ARRAY], [m4_ifval([$0 is no longer implemented: don't do unportable things
-with arguments. Remove this warning when you adjust your code.], [_au_warn_AC_ARG_ARRAY([$0 is no longer implemented: don't do unportable things
-with arguments. Remove this warning when you adjust your code.])AC_DIAGNOSE([obsolete], [$0 is no longer implemented: don't do unportable things
-with arguments. Remove this warning when you adjust your code.])d[]nl
-])dnl
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:84: -1- AU_DEFINE([_au_warn_AC_ARG_ARRAY], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ARG_ARRAY], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:84: -1- m4_define([m4_location(AC_ARG_ARRAY)], [/usr/share/autoconf/autoconf/specific.m4:84])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:84: -1- m4_define([AC_ARG_ARRAY], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ARG_ARRAY' is obsolete.
-You should run autoupdate.])dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:91: -1- m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [@%:@include <sys/types.h>
- /* Check that off_t can represent 2**63 - 1 correctly.
- We can't simply define LARGE_OFF_T to be 9223372036854775807,
- since some C++ compilers masquerading as C compilers
- incorrectly reject 9223372036854775807. */
-@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
- int off_t_is_large[[(LARGE_OFF_T % 2147483629 == 721
- && LARGE_OFF_T % 2147483647 == 1)
- ? 1 : -1]];[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:109: -1- m4_define([_AC_SYS_LARGEFILE_MACRO_VALUE], [AC_CACHE_CHECK([for $1 value needed for large files], [$3],
-[while :; do
- m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])(
- [AC_LANG_PROGRAM([$5], [$6])],
- [$3=no; break])
- m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])(
- [AC_LANG_PROGRAM([@%:@define $1 $2
-$5], [$6])],
- [$3=$2; break])
- $3=unknown
- break
-done])
-case $$3 in #(
- no | unknown) ;;
- *) AC_DEFINE_UNQUOTED([$1], [$$3], [$4]);;
-esac
-rm -rf conftest*[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:136: -1- m4_define([m4_location(AC_SYS_LARGEFILE)], [/usr/share/autoconf/autoconf/specific.m4:136])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:136: -1- m4_define([AC_SYS_LARGEFILE], [_m4_defun_pro([$0])AC_ARG_ENABLE(largefile,
- [ --disable-largefile omit support for large files])
-if test "$enable_largefile" != no; then
-
- AC_CACHE_CHECK([for special C compiler options needed for large files],
- ac_cv_sys_largefile_CC,
- [ac_cv_sys_largefile_CC=no
- if test "$GCC" != yes; then
- ac_save_CC=$CC
- while :; do
- # IRIX 6.2 and later do not support large files by default,
- # so use the C compiler's -n32 option if that helps.
- AC_LANG_CONFTEST([AC_LANG_PROGRAM([_AC_SYS_LARGEFILE_TEST_INCLUDES])])
- AC_COMPILE_IFELSE([], [break])
- CC="$CC -n32"
- AC_COMPILE_IFELSE([], [ac_cv_sys_largefile_CC=' -n32'; break])
- break
- done
- CC=$ac_save_CC
- rm -f conftest.$ac_ext
- fi])
- if test "$ac_cv_sys_largefile_CC" != no; then
- CC=$CC$ac_cv_sys_largefile_CC
- fi
-
- _AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64,
- ac_cv_sys_file_offset_bits,
- [Number of bits in a file offset, on hosts where this is settable.],
- [_AC_SYS_LARGEFILE_TEST_INCLUDES])
- if test $ac_cv_sys_file_offset_bits = unknown; then
- _AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1,
- ac_cv_sys_large_files,
- [Define for large files, on AIX-style hosts.],
- [_AC_SYS_LARGEFILE_TEST_INCLUDES])
- fi
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:189: -1- m4_define([m4_location(AC_SYS_LONG_FILE_NAMES)], [/usr/share/autoconf/autoconf/specific.m4:189])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:189: -1- m4_define([AC_SYS_LONG_FILE_NAMES], [_m4_defun_pro([$0])AC_CACHE_CHECK(for long file names, ac_cv_sys_long_file_names,
-[ac_cv_sys_long_file_names=yes
-# Test for long file names in all the places we know might matter:
-# . the current directory, where building will happen
-# $prefix/lib where we will be installing things
-# $exec_prefix/lib likewise
-# $TMPDIR if set, where it might want to write temporary files
-# /tmp where it might want to write temporary files
-# /var/tmp likewise
-# /usr/tmp likewise
-for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
- # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
- # in the usual case where exec_prefix is '${prefix}'.
- case $ac_dir in #(
- . | /* | ?:[[\\/]]*) ;; #(
- *) continue;;
- esac
- test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
- ac_xdir=$ac_dir/cf$$
- (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
- ac_tf1=$ac_xdir/conftest9012345
- ac_tf2=$ac_xdir/conftest9012346
- touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
- ac_cv_sys_long_file_names=no
- rm -f -r "$ac_xdir" 2>/dev/null
- test $ac_cv_sys_long_file_names = no && break
-done])
-if test $ac_cv_sys_long_file_names = yes; then
- AC_DEFINE(HAVE_LONG_FILE_NAMES, 1,
- [Define to 1 if you support file names longer than 14 characters.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:228: -1- m4_define([m4_location(AC_SYS_RESTARTABLE_SYSCALLS)], [/usr/share/autoconf/autoconf/specific.m4:228])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:228: -1- m4_define([AC_SYS_RESTARTABLE_SYSCALLS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
-[$0: AC_SYS_RESTARTABLE_SYSCALLS is useful only when supporting very
-old systems that lack `sigaction' and `SA_RESTART'. Don't bother with
-this macro unless you need to support very old systems like 4.2BSD and
-SVR3.])dnl
-AC_REQUIRE([AC_HEADER_SYS_WAIT])dnl
-AC_CACHE_CHECK(for restartable system calls, ac_cv_sys_restartable_syscalls,
-[AC_RUN_IFELSE([AC_LANG_SOURCE(
-[/* Exit 0 (true) if wait returns something other than -1,
- i.e. the pid of the child, which means that wait was restarted
- after getting the signal. */
-
-AC_INCLUDES_DEFAULT
-#include <signal.h>
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
-
-/* Some platforms explicitly require an extern "C" signal handler
- when using C++. */
-#ifdef __cplusplus
-extern "C" void ucatch (int dummy) { }
-#else
-void ucatch (dummy) int dummy; { }
-#endif
-
-int
-main ()
-{
- int i = fork (), status;
-
- if (i == 0)
- {
- sleep (3);
- kill (getppid (), SIGINT);
- sleep (3);
- return 0;
- }
-
- signal (SIGINT, ucatch);
-
- status = wait (&i);
- if (status == -1)
- wait (&i);
-
- return status == -1;
-}])],
- [ac_cv_sys_restartable_syscalls=yes],
- [ac_cv_sys_restartable_syscalls=no])])
-if test $ac_cv_sys_restartable_syscalls = yes; then
- AC_DEFINE(HAVE_RESTARTABLE_SYSCALLS, 1,
- [Define to 1 if system calls automatically restart after
- interruption by a signal.])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:288: -1- m4_define([m4_location(AC_SYS_POSIX_TERMIOS)], [/usr/share/autoconf/autoconf/specific.m4:288])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:288: -1- m4_define([AC_SYS_POSIX_TERMIOS], [_m4_defun_pro([$0])AC_CACHE_CHECK([POSIX termios], ac_cv_sys_posix_termios,
-[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
-#include <unistd.h>
-#include <termios.h>
-]],
- [/* SunOS 4.0.3 has termios.h but not the library calls. */
- tcgetattr(0, 0);])],
- ac_cv_sys_posix_termios=yes,
- ac_cv_sys_posix_termios=no)])
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:310: -1- AU_DEFINE([AC_GNU_SOURCE], [m4_ifval([], [_au_warn_AC_GNU_SOURCE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_USE_SYSTEM_EXTENSIONS])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:310: -1- AU_DEFINE([_au_warn_AC_GNU_SOURCE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_GNU_SOURCE], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:310: -1- m4_define([m4_location(AC_GNU_SOURCE)], [/usr/share/autoconf/autoconf/specific.m4:310])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:310: -1- m4_define([AC_GNU_SOURCE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GNU_SOURCE' is obsolete.
-You should run autoupdate.])dnl
-AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:317: -1- AU_DEFINE([AC_CYGWIN], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *cygwin*], [_au_warn_AC_CYGWIN([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *cygwin*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *cygwin*])d[]nl
-])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *cygwin* ) CYGWIN=yes;;
- * ) CYGWIN=no;;
-esac
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:317: -1- AU_DEFINE([_au_warn_AC_CYGWIN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CYGWIN], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:317: -1- m4_define([m4_location(AC_CYGWIN)], [/usr/share/autoconf/autoconf/specific.m4:317])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:317: -1- m4_define([AC_CYGWIN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CYGWIN' is obsolete.
-You should run autoupdate.])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *cygwin* ) CYGWIN=yes;;
- * ) CYGWIN=no;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:331: -1- AU_DEFINE([AC_EMXOS2], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *emx*], [_au_warn_AC_EMXOS2([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *emx*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *emx*])d[]nl
-])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *emx* ) EMXOS2=yes;;
- * ) EMXOS2=no;;
-esac
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:331: -1- AU_DEFINE([_au_warn_AC_EMXOS2], [m4_warning($@)dnl
-m4_define([_au_warn_AC_EMXOS2], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:331: -1- m4_define([m4_location(AC_EMXOS2)], [/usr/share/autoconf/autoconf/specific.m4:331])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:331: -1- m4_define([AC_EMXOS2], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_EMXOS2' is obsolete.
-You should run autoupdate.])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *emx* ) EMXOS2=yes;;
- * ) EMXOS2=no;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:345: -1- AU_DEFINE([AC_MINGW32], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *mingw32*], [_au_warn_AC_MINGW32([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *mingw32*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
-matches *mingw32*])d[]nl
-])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *mingw32* ) MINGW32=yes;;
- * ) MINGW32=no;;
-esac
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:345: -1- AU_DEFINE([_au_warn_AC_MINGW32], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MINGW32], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:345: -1- m4_define([m4_location(AC_MINGW32)], [/usr/share/autoconf/autoconf/specific.m4:345])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:345: -1- m4_define([AC_MINGW32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINGW32' is obsolete.
-You should run autoupdate.])dnl
-AC_CANONICAL_HOST
-case $host_os in
- *mingw32* ) MINGW32=yes;;
- * ) MINGW32=no;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:364: -1- m4_define([m4_location(AC_USE_SYSTEM_EXTENSIONS)], [/usr/share/autoconf/autoconf/specific.m4:364])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:364: -1- m4_define([AC_USE_SYSTEM_EXTENSIONS], [_m4_defun_once([AC_USE_SYSTEM_EXTENSIONS], [AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl
-AC_BEFORE([$0], [AC_RUN_IFELSE])dnl
-
- AC_CHECK_HEADER([minix/config.h], [MINIX=yes], [MINIX=])
- if test "$MINIX" = yes; then
- AC_DEFINE([_POSIX_SOURCE], [1],
- [Define to 1 if you need to in order for `stat' and other
- things to work.])
- AC_DEFINE([_POSIX_1_SOURCE], [2],
- [Define to 2 if the system does not provide POSIX.1 features
- except with this defined.])
- AC_DEFINE([_MINIX], [1],
- [Define to 1 if on MINIX.])
- fi
-
-dnl Use a different key than __EXTENSIONS__, as that name broke existing
-dnl configure.ac when using autoheader 2.62.
- AH_VERBATIM([USE_SYSTEM_EXTENSIONS],
-[/* Enable extensions on AIX 3, Interix. */
-#ifndef _ALL_SOURCE
-# undef _ALL_SOURCE
-#endif
-/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# undef _GNU_SOURCE
-#endif
-/* Enable threading extensions on Solaris. */
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# undef _POSIX_PTHREAD_SEMANTICS
-#endif
-/* Enable extensions on HP NonStop. */
-#ifndef _TANDEM_SOURCE
-# undef _TANDEM_SOURCE
-#endif
-/* Enable general extensions on Solaris. */
-#ifndef __EXTENSIONS__
-# undef __EXTENSIONS__
-#endif
-])
- AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__],
- [ac_cv_safe_to_define___extensions__],
- [AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM([
-# define __EXTENSIONS__ 1
- AC_INCLUDES_DEFAULT])],
- [ac_cv_safe_to_define___extensions__=yes],
- [ac_cv_safe_to_define___extensions__=no])])
- test $ac_cv_safe_to_define___extensions__ = yes &&
- AC_DEFINE([__EXTENSIONS__])
- AC_DEFINE([_ALL_SOURCE])
- AC_DEFINE([_GNU_SOURCE])
- AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
- AC_DEFINE([_TANDEM_SOURCE])
-], m4_if(_m4_divert_dump, [],
- [[_m4_defun_pro([AC_USE_SYSTEM_EXTENSIONS])m4_unquote(], [)_m4_defun_epi([AC_USE_SYSTEM_EXTENSIONS])]],
-m4_ifdef([_m4_diverting([AC_USE_SYSTEM_EXTENSIONS])], [-]), [-], [[m4_unquote(], [)]],
- [[_m4_require_call([AC_USE_SYSTEM_EXTENSIONS],], [, _m4_divert_dump)]]))])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:432: -1- AU_DEFINE([AC_AIX], [m4_ifval([], [_au_warn_AC_AIX([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_USE_SYSTEM_EXTENSIONS])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:432: -1- AU_DEFINE([_au_warn_AC_AIX], [m4_warning($@)dnl
-m4_define([_au_warn_AC_AIX], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:432: -1- m4_define([m4_location(AC_AIX)], [/usr/share/autoconf/autoconf/specific.m4:432])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:432: -1- m4_define([AC_AIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_AIX' is obsolete.
-You should run autoupdate.])dnl
-AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:437: -1- AU_DEFINE([AC_MINIX], [m4_ifval([], [_au_warn_AC_MINIX([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_USE_SYSTEM_EXTENSIONS])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:437: -1- AU_DEFINE([_au_warn_AC_MINIX], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MINIX], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:437: -1- m4_define([m4_location(AC_MINIX)], [/usr/share/autoconf/autoconf/specific.m4:437])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:437: -1- m4_define([AC_MINIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINIX' is obsolete.
-You should run autoupdate.])dnl
-AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:442: -1- AU_DEFINE([AC_ISC_POSIX], [m4_ifval([], [_au_warn_AC_ISC_POSIX([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_SEARCH_LIBS([strerror], [cposix])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:442: -1- AU_DEFINE([_au_warn_AC_ISC_POSIX], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ISC_POSIX], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:442: -1- m4_define([m4_location(AC_ISC_POSIX)], [/usr/share/autoconf/autoconf/specific.m4:442])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:442: -1- m4_define([AC_ISC_POSIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ISC_POSIX' is obsolete.
-You should run autoupdate.])dnl
-AC_SEARCH_LIBS([strerror], [cposix])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:447: -1- AU_DEFINE([AC_XENIX_DIR], [m4_ifval([You shouldn't need to depend upon XENIX. Remove the
-`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
-of the test is useless.], [_au_warn_AC_XENIX_DIR([You shouldn't need to depend upon XENIX. Remove the
-`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
-of the test is useless.])AC_DIAGNOSE([obsolete], [You shouldn't need to depend upon XENIX. Remove the
-`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
-of the test is useless.])d[]nl
-])dnl
-AC_MSG_CHECKING([for Xenix])
-AC_EGREP_CPP([yes],
-[#if defined M_XENIX && ! defined M_UNIX
- yes
-@%:@endif],
- [AC_MSG_RESULT([yes]); XENIX=yes],
- [AC_MSG_RESULT([no]); XENIX=])
-
-AC_HEADER_DIRENT[]dnl
-])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:447: -1- AU_DEFINE([_au_warn_AC_XENIX_DIR], [m4_warning($@)dnl
-m4_define([_au_warn_AC_XENIX_DIR], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:447: -1- m4_define([m4_location(AC_XENIX_DIR)], [/usr/share/autoconf/autoconf/specific.m4:447])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:447: -1- m4_define([AC_XENIX_DIR], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_XENIX_DIR' is obsolete.
-You should run autoupdate.])dnl
-AC_MSG_CHECKING([for Xenix])
-AC_EGREP_CPP([yes],
-[#if defined M_XENIX && ! defined M_UNIX
- yes
-@%:@endif],
- [AC_MSG_RESULT([yes]); XENIX=yes],
- [AC_MSG_RESULT([no]); XENIX=])
-
-AC_HEADER_DIRENT[]dnl
-[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:465: -1- AU_DEFINE([AC_DYNIX_SEQ], [m4_ifval([], [_au_warn_AC_DYNIX_SEQ([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_FUNC_GETMNTENT])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:465: -1- AU_DEFINE([_au_warn_AC_DYNIX_SEQ], [m4_warning($@)dnl
-m4_define([_au_warn_AC_DYNIX_SEQ], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:465: -1- m4_define([m4_location(AC_DYNIX_SEQ)], [/usr/share/autoconf/autoconf/specific.m4:465])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:465: -1- m4_define([AC_DYNIX_SEQ], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DYNIX_SEQ' is obsolete.
-You should run autoupdate.])dnl
-AC_FUNC_GETMNTENT[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:470: -1- AU_DEFINE([AC_IRIX_SUN], [m4_ifval([], [_au_warn_AC_IRIX_SUN([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_FUNC_GETMNTENT
-AC_CHECK_LIB([sun], [getpwnam])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:470: -1- AU_DEFINE([_au_warn_AC_IRIX_SUN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_IRIX_SUN], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:470: -1- m4_define([m4_location(AC_IRIX_SUN)], [/usr/share/autoconf/autoconf/specific.m4:470])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:470: -1- m4_define([AC_IRIX_SUN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_IRIX_SUN' is obsolete.
-You should run autoupdate.])dnl
-AC_FUNC_GETMNTENT
-AC_CHECK_LIB([sun], [getpwnam])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:477: -1- AU_DEFINE([AC_SCO_INTL], [m4_ifval([], [_au_warn_AC_SCO_INTL([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-AC_FUNC_STRFTIME])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:477: -1- AU_DEFINE([_au_warn_AC_SCO_INTL], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SCO_INTL], [])])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:477: -1- m4_define([m4_location(AC_SCO_INTL)], [/usr/share/autoconf/autoconf/specific.m4:477])
-m4trace:/usr/share/autoconf/autoconf/specific.m4:477: -1- m4_define([AC_SCO_INTL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SCO_INTL' is obsolete.
-You should run autoupdate.])dnl
-AC_FUNC_STRFTIME[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:50: -1- m4_include([autoconf/oldnames.m4])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:50: -1- m4_define([m4_include(autoconf/oldnames.m4)])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- AU_DEFINE([AC_WARN], [m4_ifval([], [_au_warn_AC_WARN([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_MSG_WARN], [AC_MSG_WARN($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- AU_DEFINE([_au_warn_AC_WARN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_WARN], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- m4_define([m4_location(AC_WARN)], [/usr/share/autoconf/autoconf/oldnames.m4:33])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- m4_define([AC_WARN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WARN' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_MSG_WARN], [AC_MSG_WARN($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- AU_DEFINE([AC_ERROR], [m4_ifval([], [_au_warn_AC_ERROR([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_MSG_ERROR], [AC_MSG_ERROR($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- AU_DEFINE([_au_warn_AC_ERROR], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ERROR], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- m4_define([m4_location(AC_ERROR)], [/usr/share/autoconf/autoconf/oldnames.m4:34])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- m4_define([AC_ERROR], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ERROR' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_MSG_ERROR], [AC_MSG_ERROR($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- AU_DEFINE([AC_HAVE_HEADERS], [m4_ifval([], [_au_warn_AC_HAVE_HEADERS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_HEADERS], [AC_CHECK_HEADERS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- AU_DEFINE([_au_warn_AC_HAVE_HEADERS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HAVE_HEADERS], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- m4_define([m4_location(AC_HAVE_HEADERS)], [/usr/share/autoconf/autoconf/oldnames.m4:35])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- m4_define([AC_HAVE_HEADERS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_HEADERS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_HEADERS], [AC_CHECK_HEADERS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- AU_DEFINE([AC_HEADER_CHECK], [m4_ifval([], [_au_warn_AC_HEADER_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_HEADER], [AC_CHECK_HEADER($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- AU_DEFINE([_au_warn_AC_HEADER_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HEADER_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- m4_define([m4_location(AC_HEADER_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:36])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- m4_define([AC_HEADER_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HEADER_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_HEADER], [AC_CHECK_HEADER($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- AU_DEFINE([AC_HEADER_EGREP], [m4_ifval([], [_au_warn_AC_HEADER_EGREP([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_EGREP_HEADER], [AC_EGREP_HEADER($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- AU_DEFINE([_au_warn_AC_HEADER_EGREP], [m4_warning($@)dnl
-m4_define([_au_warn_AC_HEADER_EGREP], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- m4_define([m4_location(AC_HEADER_EGREP)], [/usr/share/autoconf/autoconf/oldnames.m4:37])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- m4_define([AC_HEADER_EGREP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HEADER_EGREP' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_EGREP_HEADER], [AC_EGREP_HEADER($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- AU_DEFINE([AC_PREFIX], [m4_ifval([], [_au_warn_AC_PREFIX([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PREFIX_PROGRAM], [AC_PREFIX_PROGRAM($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- AU_DEFINE([_au_warn_AC_PREFIX], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PREFIX], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- m4_define([m4_location(AC_PREFIX)], [/usr/share/autoconf/autoconf/oldnames.m4:38])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- m4_define([AC_PREFIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PREFIX' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PREFIX_PROGRAM], [AC_PREFIX_PROGRAM($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- AU_DEFINE([AC_PROGRAMS_CHECK], [m4_ifval([], [_au_warn_AC_PROGRAMS_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_PROGS], [AC_CHECK_PROGS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- AU_DEFINE([_au_warn_AC_PROGRAMS_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PROGRAMS_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- m4_define([m4_location(AC_PROGRAMS_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:39])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- m4_define([AC_PROGRAMS_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAMS_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_PROGS], [AC_CHECK_PROGS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- AU_DEFINE([AC_PROGRAMS_PATH], [m4_ifval([], [_au_warn_AC_PROGRAMS_PATH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PATH_PROGS], [AC_PATH_PROGS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- AU_DEFINE([_au_warn_AC_PROGRAMS_PATH], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PROGRAMS_PATH], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- m4_define([m4_location(AC_PROGRAMS_PATH)], [/usr/share/autoconf/autoconf/oldnames.m4:40])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- m4_define([AC_PROGRAMS_PATH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAMS_PATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PATH_PROGS], [AC_PATH_PROGS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- AU_DEFINE([AC_PROGRAM_CHECK], [m4_ifval([], [_au_warn_AC_PROGRAM_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_PROG], [AC_CHECK_PROG($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- AU_DEFINE([_au_warn_AC_PROGRAM_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PROGRAM_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- m4_define([m4_location(AC_PROGRAM_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:41])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- m4_define([AC_PROGRAM_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_PROG], [AC_CHECK_PROG($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- AU_DEFINE([AC_PROGRAM_EGREP], [m4_ifval([], [_au_warn_AC_PROGRAM_EGREP([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_EGREP_CPP], [AC_EGREP_CPP($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- AU_DEFINE([_au_warn_AC_PROGRAM_EGREP], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PROGRAM_EGREP], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- m4_define([m4_location(AC_PROGRAM_EGREP)], [/usr/share/autoconf/autoconf/oldnames.m4:42])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- m4_define([AC_PROGRAM_EGREP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_EGREP' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_EGREP_CPP], [AC_EGREP_CPP($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- AU_DEFINE([AC_PROGRAM_PATH], [m4_ifval([], [_au_warn_AC_PROGRAM_PATH([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PATH_PROG], [AC_PATH_PROG($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- AU_DEFINE([_au_warn_AC_PROGRAM_PATH], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PROGRAM_PATH], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- m4_define([m4_location(AC_PROGRAM_PATH)], [/usr/share/autoconf/autoconf/oldnames.m4:43])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- m4_define([AC_PROGRAM_PATH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_PATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PATH_PROG], [AC_PATH_PROG($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- AU_DEFINE([AC_SIZEOF_TYPE], [m4_ifval([], [_au_warn_AC_SIZEOF_TYPE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CHECK_SIZEOF], [AC_CHECK_SIZEOF($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- AU_DEFINE([_au_warn_AC_SIZEOF_TYPE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SIZEOF_TYPE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- m4_define([m4_location(AC_SIZEOF_TYPE)], [/usr/share/autoconf/autoconf/oldnames.m4:44])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- m4_define([AC_SIZEOF_TYPE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SIZEOF_TYPE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CHECK_SIZEOF], [AC_CHECK_SIZEOF($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- AU_DEFINE([AC_TEST_CPP], [m4_ifval([], [_au_warn_AC_TEST_CPP([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TRY_CPP], [AC_TRY_CPP($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- AU_DEFINE([_au_warn_AC_TEST_CPP], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TEST_CPP], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- m4_define([m4_location(AC_TEST_CPP)], [/usr/share/autoconf/autoconf/oldnames.m4:45])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- m4_define([AC_TEST_CPP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TEST_CPP' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TRY_CPP], [AC_TRY_CPP($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- AU_DEFINE([AC_TEST_PROGRAM], [m4_ifval([], [_au_warn_AC_TEST_PROGRAM([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TRY_RUN], [AC_TRY_RUN($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- AU_DEFINE([_au_warn_AC_TEST_PROGRAM], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TEST_PROGRAM], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- m4_define([m4_location(AC_TEST_PROGRAM)], [/usr/share/autoconf/autoconf/oldnames.m4:46])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- m4_define([AC_TEST_PROGRAM], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TEST_PROGRAM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TRY_RUN], [AC_TRY_RUN($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- AU_DEFINE([AC_CHAR_UNSIGNED], [m4_ifval([], [_au_warn_AC_CHAR_UNSIGNED([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_CHAR_UNSIGNED], [AC_C_CHAR_UNSIGNED($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- AU_DEFINE([_au_warn_AC_CHAR_UNSIGNED], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CHAR_UNSIGNED], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- m4_define([m4_location(AC_CHAR_UNSIGNED)], [/usr/share/autoconf/autoconf/oldnames.m4:54])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- m4_define([AC_CHAR_UNSIGNED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHAR_UNSIGNED' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_CHAR_UNSIGNED], [AC_C_CHAR_UNSIGNED($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- AU_DEFINE([AC_CONST], [m4_ifval([], [_au_warn_AC_CONST([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_CONST], [AC_C_CONST($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- AU_DEFINE([_au_warn_AC_CONST], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CONST], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- m4_define([m4_location(AC_CONST)], [/usr/share/autoconf/autoconf/oldnames.m4:55])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- m4_define([AC_CONST], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CONST' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_CONST], [AC_C_CONST($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- AU_DEFINE([AC_CROSS_CHECK], [m4_ifval([], [_au_warn_AC_CROSS_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_CROSS], [AC_C_CROSS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- AU_DEFINE([_au_warn_AC_CROSS_CHECK], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CROSS_CHECK], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- m4_define([m4_location(AC_CROSS_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:56])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- m4_define([AC_CROSS_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CROSS_CHECK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_CROSS], [AC_C_CROSS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- AU_DEFINE([AC_FIND_X], [m4_ifval([], [_au_warn_AC_FIND_X([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PATH_X], [AC_PATH_X($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- AU_DEFINE([_au_warn_AC_FIND_X], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FIND_X], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- m4_define([m4_location(AC_FIND_X)], [/usr/share/autoconf/autoconf/oldnames.m4:57])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- m4_define([AC_FIND_X], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FIND_X' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PATH_X], [AC_PATH_X($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- AU_DEFINE([AC_FIND_XTRA], [m4_ifval([], [_au_warn_AC_FIND_XTRA([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PATH_XTRA], [AC_PATH_XTRA($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- AU_DEFINE([_au_warn_AC_FIND_XTRA], [m4_warning($@)dnl
-m4_define([_au_warn_AC_FIND_XTRA], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- m4_define([m4_location(AC_FIND_XTRA)], [/usr/share/autoconf/autoconf/oldnames.m4:58])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- m4_define([AC_FIND_XTRA], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FIND_XTRA' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PATH_XTRA], [AC_PATH_XTRA($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- AU_DEFINE([AC_GCC_TRADITIONAL], [m4_ifval([], [_au_warn_AC_GCC_TRADITIONAL([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PROG_GCC_TRADITIONAL], [AC_PROG_GCC_TRADITIONAL($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- AU_DEFINE([_au_warn_AC_GCC_TRADITIONAL], [m4_warning($@)dnl
-m4_define([_au_warn_AC_GCC_TRADITIONAL], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- m4_define([m4_location(AC_GCC_TRADITIONAL)], [/usr/share/autoconf/autoconf/oldnames.m4:59])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- m4_define([AC_GCC_TRADITIONAL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GCC_TRADITIONAL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_GCC_TRADITIONAL], [AC_PROG_GCC_TRADITIONAL($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- AU_DEFINE([AC_GETGROUPS_T], [m4_ifval([], [_au_warn_AC_GETGROUPS_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_GETGROUPS], [AC_TYPE_GETGROUPS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- AU_DEFINE([_au_warn_AC_GETGROUPS_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_GETGROUPS_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- m4_define([m4_location(AC_GETGROUPS_T)], [/usr/share/autoconf/autoconf/oldnames.m4:60])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- m4_define([AC_GETGROUPS_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GETGROUPS_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_GETGROUPS], [AC_TYPE_GETGROUPS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- AU_DEFINE([AC_INLINE], [m4_ifval([], [_au_warn_AC_INLINE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_INLINE], [AC_C_INLINE($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- AU_DEFINE([_au_warn_AC_INLINE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_INLINE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- m4_define([m4_location(AC_INLINE)], [/usr/share/autoconf/autoconf/oldnames.m4:61])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- m4_define([AC_INLINE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INLINE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_INLINE], [AC_C_INLINE($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- AU_DEFINE([AC_LN_S], [m4_ifval([], [_au_warn_AC_LN_S([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PROG_LN_S], [AC_PROG_LN_S($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- AU_DEFINE([_au_warn_AC_LN_S], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LN_S], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- m4_define([m4_location(AC_LN_S)], [/usr/share/autoconf/autoconf/oldnames.m4:62])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- m4_define([AC_LN_S], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LN_S' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_LN_S], [AC_PROG_LN_S($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- AU_DEFINE([AC_LONG_DOUBLE], [m4_ifval([], [_au_warn_AC_LONG_DOUBLE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_LONG_DOUBLE], [AC_C_LONG_DOUBLE($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- AU_DEFINE([_au_warn_AC_LONG_DOUBLE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LONG_DOUBLE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- m4_define([m4_location(AC_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/oldnames.m4:63])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- m4_define([AC_LONG_DOUBLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_DOUBLE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_LONG_DOUBLE], [AC_C_LONG_DOUBLE($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- AU_DEFINE([AC_LONG_FILE_NAMES], [m4_ifval([], [_au_warn_AC_LONG_FILE_NAMES([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_SYS_LONG_FILE_NAMES], [AC_SYS_LONG_FILE_NAMES($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- AU_DEFINE([_au_warn_AC_LONG_FILE_NAMES], [m4_warning($@)dnl
-m4_define([_au_warn_AC_LONG_FILE_NAMES], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- m4_define([m4_location(AC_LONG_FILE_NAMES)], [/usr/share/autoconf/autoconf/oldnames.m4:64])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- m4_define([AC_LONG_FILE_NAMES], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_FILE_NAMES' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_SYS_LONG_FILE_NAMES], [AC_SYS_LONG_FILE_NAMES($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- AU_DEFINE([AC_MAJOR_HEADER], [m4_ifval([], [_au_warn_AC_MAJOR_HEADER([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_HEADER_MAJOR], [AC_HEADER_MAJOR($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- AU_DEFINE([_au_warn_AC_MAJOR_HEADER], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MAJOR_HEADER], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- m4_define([m4_location(AC_MAJOR_HEADER)], [/usr/share/autoconf/autoconf/oldnames.m4:65])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- m4_define([AC_MAJOR_HEADER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MAJOR_HEADER' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_HEADER_MAJOR], [AC_HEADER_MAJOR($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- AU_DEFINE([AC_MINUS_C_MINUS_O], [m4_ifval([], [_au_warn_AC_MINUS_C_MINUS_O([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PROG_CC_C_O], [AC_PROG_CC_C_O($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- AU_DEFINE([_au_warn_AC_MINUS_C_MINUS_O], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MINUS_C_MINUS_O], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- m4_define([m4_location(AC_MINUS_C_MINUS_O)], [/usr/share/autoconf/autoconf/oldnames.m4:66])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- m4_define([AC_MINUS_C_MINUS_O], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINUS_C_MINUS_O' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_CC_C_O], [AC_PROG_CC_C_O($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- AU_DEFINE([AC_MODE_T], [m4_ifval([], [_au_warn_AC_MODE_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_MODE_T], [AC_TYPE_MODE_T($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- AU_DEFINE([_au_warn_AC_MODE_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_MODE_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- m4_define([m4_location(AC_MODE_T)], [/usr/share/autoconf/autoconf/oldnames.m4:67])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- m4_define([AC_MODE_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MODE_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_MODE_T], [AC_TYPE_MODE_T($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- AU_DEFINE([AC_OFF_T], [m4_ifval([], [_au_warn_AC_OFF_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_OFF_T], [AC_TYPE_OFF_T($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- AU_DEFINE([_au_warn_AC_OFF_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_OFF_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- m4_define([m4_location(AC_OFF_T)], [/usr/share/autoconf/autoconf/oldnames.m4:68])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- m4_define([AC_OFF_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OFF_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_OFF_T], [AC_TYPE_OFF_T($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- AU_DEFINE([AC_PID_T], [m4_ifval([], [_au_warn_AC_PID_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_PID_T], [AC_TYPE_PID_T($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- AU_DEFINE([_au_warn_AC_PID_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_PID_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- m4_define([m4_location(AC_PID_T)], [/usr/share/autoconf/autoconf/oldnames.m4:69])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- m4_define([AC_PID_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PID_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_PID_T], [AC_TYPE_PID_T($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- AU_DEFINE([AC_RESTARTABLE_SYSCALLS], [m4_ifval([], [_au_warn_AC_RESTARTABLE_SYSCALLS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_SYS_RESTARTABLE_SYSCALLS], [AC_SYS_RESTARTABLE_SYSCALLS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- AU_DEFINE([_au_warn_AC_RESTARTABLE_SYSCALLS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_RESTARTABLE_SYSCALLS], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- m4_define([m4_location(AC_RESTARTABLE_SYSCALLS)], [/usr/share/autoconf/autoconf/oldnames.m4:70])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- m4_define([AC_RESTARTABLE_SYSCALLS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RESTARTABLE_SYSCALLS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_SYS_RESTARTABLE_SYSCALLS], [AC_SYS_RESTARTABLE_SYSCALLS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- AU_DEFINE([AC_RETSIGTYPE], [m4_ifval([], [_au_warn_AC_RETSIGTYPE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_SIGNAL], [AC_TYPE_SIGNAL($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- AU_DEFINE([_au_warn_AC_RETSIGTYPE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_RETSIGTYPE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- m4_define([m4_location(AC_RETSIGTYPE)], [/usr/share/autoconf/autoconf/oldnames.m4:71])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- m4_define([AC_RETSIGTYPE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RETSIGTYPE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_SIGNAL], [AC_TYPE_SIGNAL($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- AU_DEFINE([AC_SET_MAKE], [m4_ifval([], [_au_warn_AC_SET_MAKE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PROG_MAKE_SET], [AC_PROG_MAKE_SET($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- AU_DEFINE([_au_warn_AC_SET_MAKE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SET_MAKE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- m4_define([m4_location(AC_SET_MAKE)], [/usr/share/autoconf/autoconf/oldnames.m4:72])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- m4_define([AC_SET_MAKE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SET_MAKE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_MAKE_SET], [AC_PROG_MAKE_SET($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- AU_DEFINE([AC_SIZE_T], [m4_ifval([], [_au_warn_AC_SIZE_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_SIZE_T], [AC_TYPE_SIZE_T($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- AU_DEFINE([_au_warn_AC_SIZE_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SIZE_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- m4_define([m4_location(AC_SIZE_T)], [/usr/share/autoconf/autoconf/oldnames.m4:73])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- m4_define([AC_SIZE_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SIZE_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_SIZE_T], [AC_TYPE_SIZE_T($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- AU_DEFINE([AC_STAT_MACROS_BROKEN], [m4_ifval([], [_au_warn_AC_STAT_MACROS_BROKEN([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_HEADER_STAT], [AC_HEADER_STAT($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- AU_DEFINE([_au_warn_AC_STAT_MACROS_BROKEN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_STAT_MACROS_BROKEN], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- m4_define([m4_location(AC_STAT_MACROS_BROKEN)], [/usr/share/autoconf/autoconf/oldnames.m4:74])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- m4_define([AC_STAT_MACROS_BROKEN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STAT_MACROS_BROKEN' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_HEADER_STAT], [AC_HEADER_STAT($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- AU_DEFINE([AC_STDC_HEADERS], [m4_ifval([], [_au_warn_AC_STDC_HEADERS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_HEADER_STDC], [AC_HEADER_STDC($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- AU_DEFINE([_au_warn_AC_STDC_HEADERS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_STDC_HEADERS], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- m4_define([m4_location(AC_STDC_HEADERS)], [/usr/share/autoconf/autoconf/oldnames.m4:75])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- m4_define([AC_STDC_HEADERS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STDC_HEADERS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_HEADER_STDC], [AC_HEADER_STDC($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- AU_DEFINE([AC_ST_BLKSIZE], [m4_ifval([], [_au_warn_AC_ST_BLKSIZE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_STRUCT_ST_BLKSIZE], [AC_STRUCT_ST_BLKSIZE($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- AU_DEFINE([_au_warn_AC_ST_BLKSIZE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ST_BLKSIZE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- m4_define([m4_location(AC_ST_BLKSIZE)], [/usr/share/autoconf/autoconf/oldnames.m4:76])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- m4_define([AC_ST_BLKSIZE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_BLKSIZE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_STRUCT_ST_BLKSIZE], [AC_STRUCT_ST_BLKSIZE($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- AU_DEFINE([AC_ST_BLOCKS], [m4_ifval([], [_au_warn_AC_ST_BLOCKS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_STRUCT_ST_BLOCKS], [AC_STRUCT_ST_BLOCKS($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- AU_DEFINE([_au_warn_AC_ST_BLOCKS], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ST_BLOCKS], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- m4_define([m4_location(AC_ST_BLOCKS)], [/usr/share/autoconf/autoconf/oldnames.m4:77])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- m4_define([AC_ST_BLOCKS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_BLOCKS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_STRUCT_ST_BLOCKS], [AC_STRUCT_ST_BLOCKS($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- AU_DEFINE([AC_ST_RDEV], [m4_ifval([], [_au_warn_AC_ST_RDEV([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_STRUCT_ST_RDEV], [AC_STRUCT_ST_RDEV($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- AU_DEFINE([_au_warn_AC_ST_RDEV], [m4_warning($@)dnl
-m4_define([_au_warn_AC_ST_RDEV], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- m4_define([m4_location(AC_ST_RDEV)], [/usr/share/autoconf/autoconf/oldnames.m4:78])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- m4_define([AC_ST_RDEV], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_RDEV' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_STRUCT_ST_RDEV], [AC_STRUCT_ST_RDEV($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- AU_DEFINE([AC_SYS_SIGLIST_DECLARED], [m4_ifval([], [_au_warn_AC_SYS_SIGLIST_DECLARED([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_DECL_SYS_SIGLIST], [AC_DECL_SYS_SIGLIST($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- AU_DEFINE([_au_warn_AC_SYS_SIGLIST_DECLARED], [m4_warning($@)dnl
-m4_define([_au_warn_AC_SYS_SIGLIST_DECLARED], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- m4_define([m4_location(AC_SYS_SIGLIST_DECLARED)], [/usr/share/autoconf/autoconf/oldnames.m4:79])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- m4_define([AC_SYS_SIGLIST_DECLARED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SYS_SIGLIST_DECLARED' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_DECL_SYS_SIGLIST], [AC_DECL_SYS_SIGLIST($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- AU_DEFINE([AC_TIMEZONE], [m4_ifval([], [_au_warn_AC_TIMEZONE([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_STRUCT_TIMEZONE], [AC_STRUCT_TIMEZONE($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- AU_DEFINE([_au_warn_AC_TIMEZONE], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TIMEZONE], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- m4_define([m4_location(AC_TIMEZONE)], [/usr/share/autoconf/autoconf/oldnames.m4:80])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- m4_define([AC_TIMEZONE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TIMEZONE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_STRUCT_TIMEZONE], [AC_STRUCT_TIMEZONE($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- AU_DEFINE([AC_TIME_WITH_SYS_TIME], [m4_ifval([], [_au_warn_AC_TIME_WITH_SYS_TIME([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_HEADER_TIME], [AC_HEADER_TIME($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- AU_DEFINE([_au_warn_AC_TIME_WITH_SYS_TIME], [m4_warning($@)dnl
-m4_define([_au_warn_AC_TIME_WITH_SYS_TIME], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- m4_define([m4_location(AC_TIME_WITH_SYS_TIME)], [/usr/share/autoconf/autoconf/oldnames.m4:81])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- m4_define([AC_TIME_WITH_SYS_TIME], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TIME_WITH_SYS_TIME' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_HEADER_TIME], [AC_HEADER_TIME($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- AU_DEFINE([AC_UID_T], [m4_ifval([], [_au_warn_AC_UID_T([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_TYPE_UID_T], [AC_TYPE_UID_T($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- AU_DEFINE([_au_warn_AC_UID_T], [m4_warning($@)dnl
-m4_define([_au_warn_AC_UID_T], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- m4_define([m4_location(AC_UID_T)], [/usr/share/autoconf/autoconf/oldnames.m4:82])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- m4_define([AC_UID_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UID_T' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_TYPE_UID_T], [AC_TYPE_UID_T($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- AU_DEFINE([AC_WORDS_BIGENDIAN], [m4_ifval([], [_au_warn_AC_WORDS_BIGENDIAN([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_C_BIGENDIAN], [AC_C_BIGENDIAN($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- AU_DEFINE([_au_warn_AC_WORDS_BIGENDIAN], [m4_warning($@)dnl
-m4_define([_au_warn_AC_WORDS_BIGENDIAN], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- m4_define([m4_location(AC_WORDS_BIGENDIAN)], [/usr/share/autoconf/autoconf/oldnames.m4:83])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- m4_define([AC_WORDS_BIGENDIAN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WORDS_BIGENDIAN' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_C_BIGENDIAN], [AC_C_BIGENDIAN($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- AU_DEFINE([AC_YYTEXT_POINTER], [m4_ifval([], [_au_warn_AC_YYTEXT_POINTER([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_DECL_YYTEXT], [AC_DECL_YYTEXT($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- AU_DEFINE([_au_warn_AC_YYTEXT_POINTER], [m4_warning($@)dnl
-m4_define([_au_warn_AC_YYTEXT_POINTER], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- m4_define([m4_location(AC_YYTEXT_POINTER)], [/usr/share/autoconf/autoconf/oldnames.m4:84])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- m4_define([AC_YYTEXT_POINTER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_YYTEXT_POINTER' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_DECL_YYTEXT], [AC_DECL_YYTEXT($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- AU_DEFINE([AM_CYGWIN32], [m4_ifval([], [_au_warn_AM_CYGWIN32([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CYGWIN32], [AC_CYGWIN32($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- AU_DEFINE([_au_warn_AM_CYGWIN32], [m4_warning($@)dnl
-m4_define([_au_warn_AM_CYGWIN32], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- m4_define([m4_location(AM_CYGWIN32)], [/usr/share/autoconf/autoconf/oldnames.m4:85])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- m4_define([AM_CYGWIN32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_CYGWIN32' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CYGWIN32], [AC_CYGWIN32($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- AU_DEFINE([AC_CYGWIN32], [m4_ifval([], [_au_warn_AC_CYGWIN32([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_CYGWIN], [AC_CYGWIN($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- AU_DEFINE([_au_warn_AC_CYGWIN32], [m4_warning($@)dnl
-m4_define([_au_warn_AC_CYGWIN32], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- m4_define([m4_location(AC_CYGWIN32)], [/usr/share/autoconf/autoconf/oldnames.m4:86])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- m4_define([AC_CYGWIN32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CYGWIN32' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_CYGWIN], [AC_CYGWIN($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- AU_DEFINE([AM_EXEEXT], [m4_ifval([], [_au_warn_AM_EXEEXT([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_EXEEXT], [AC_EXEEXT($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- AU_DEFINE([_au_warn_AM_EXEEXT], [m4_warning($@)dnl
-m4_define([_au_warn_AM_EXEEXT], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- m4_define([m4_location(AM_EXEEXT)], [/usr/share/autoconf/autoconf/oldnames.m4:87])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- m4_define([AM_EXEEXT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_EXEEXT' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_EXEEXT], [AC_EXEEXT($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- AU_DEFINE([AM_MINGW32], [m4_ifval([], [_au_warn_AM_MINGW32([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_MINGW32], [AC_MINGW32($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- AU_DEFINE([_au_warn_AM_MINGW32], [m4_warning($@)dnl
-m4_define([_au_warn_AM_MINGW32], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- m4_define([m4_location(AM_MINGW32)], [/usr/share/autoconf/autoconf/oldnames.m4:91])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- m4_define([AM_MINGW32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_MINGW32' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_MINGW32], [AC_MINGW32($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- AU_DEFINE([AM_PROG_INSTALL], [m4_ifval([], [_au_warn_AM_PROG_INSTALL([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AC_PROG_INSTALL], [AC_PROG_INSTALL($@)])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- AU_DEFINE([_au_warn_AM_PROG_INSTALL], [m4_warning($@)dnl
-m4_define([_au_warn_AM_PROG_INSTALL], [])])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- m4_define([m4_location(AM_PROG_INSTALL)], [/usr/share/autoconf/autoconf/oldnames.m4:92])
-m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- m4_define([AM_PROG_INSTALL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_PROG_INSTALL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_INSTALL], [AC_PROG_INSTALL($@)])[]_m4_defun_epi([$0])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:65: -1- m4_define([builtin], <builtin>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:66: -1- m4_define([changequote], <changequote>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:67: -1- m4_define([decr], <decr>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:68: -1- m4_define([define], <define>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:69: -1- m4_define([defn], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_defn([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:70: -1- m4_define([divert], [m4_popdef([_m4_divert_stack])m4_define([_m4_divert_diversion], [$1])m4_divert_stack_push([$0], [$1])_m4_divert_raw(_m4_divert([$1]))])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:71: -1- m4_define([divnum], <divnum>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:72: -1- m4_define([errprint], <errprint>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:73: -1- m4_define([esyscmd], <esyscmd>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:74: -1- m4_define([ifdef], <ifdef>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:75: -1- m4_define([ifelse], <ifelse>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:76: -1- m4_define([incr], <incr>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:77: -1- m4_define([index], <index>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:78: -1- m4_define([indir], <indir>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:79: -1- m4_define([len], <len>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:80: -1- m4_define([patsubst], <patsubst>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:81: -1- m4_define([popdef], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_popdef([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:82: -1- m4_define([pushdef], <pushdef>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:83: -1- m4_define([regexp], <regexp>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:84: -1- m4_define([sinclude], [m4_include_unique([$1])dnl
-m4_builtin([sinclude], [$1])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:85: -1- m4_define([syscmd], <syscmd>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:86: -1- m4_define([sysval], <sysval>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:87: -1- m4_define([traceoff], <traceoff>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:88: -1- m4_define([traceon], <traceon>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:89: -1- m4_define([translit], <translit>)
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:90: -1- m4_define([undefine], [m4_if([$#], [0], [[$0]],
- [$#], [1], [m4_ifdef([$1], [_m4_undefine([$1])],
- [m4_fatal([$0: undefined macro: $1])])],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:91: -1- m4_define([undivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
- [$#], [1], [_m4_undivert(_m4_divert([$1]))],
- [m4_map_args([$0], $@)])])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:96: -1- m4_define([m4_patsubst], [m4_expand_once([m4_warn([syntax],
- [do not use m4_patsubst: use patsubst or m4_bpatsubst])])dnl
-patsubst($@)])
-m4trace:/usr/share/autoconf/autoconf/autoconf.m4:101: -1- m4_define([m4_regexp], [m4_expand_once([m4_warn([syntax],
- [do not use m4_regexp: use regexp or m4_bregexp])])dnl
-regexp($@)])
-m4trace:aclocal.m4:33: -1- m4_define([m4_location(AM_AUTOMAKE_VERSION)], [aclocal.m4:33])
-m4trace:aclocal.m4:33: -1- m4_define([AM_AUTOMAKE_VERSION], [_m4_defun_pro([$0])am__api_version='1.11'
-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.11.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:46: -1- m4_define([_AM_AUTOCONF_VERSION], [])
-m4trace:aclocal.m4:52: -1- m4_define([m4_location(AM_SET_CURRENT_AUTOMAKE_VERSION)], [aclocal.m4:52])
-m4trace:aclocal.m4:52: -1- m4_define([AM_SET_CURRENT_AUTOMAKE_VERSION], [_m4_defun_pro([$0])AM_AUTOMAKE_VERSION([1.11.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:104: -1- m4_define([m4_location(AM_AUX_DIR_EXPAND)], [aclocal.m4:104])
-m4trace:aclocal.m4:104: -1- m4_define([AM_AUX_DIR_EXPAND], [_m4_defun_pro([$0])dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:125: -1- m4_define([m4_location(AM_CONDITIONAL)], [aclocal.m4:125])
-m4trace:aclocal.m4:125: -1- m4_define([AM_CONDITIONAL], [_m4_defun_pro([$0])AC_PREREQ(2.52)dnl
- ifelse([$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])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:173: -1- m4_define([m4_location(_AM_DEPENDENCIES)], [aclocal.m4:173])
-m4trace:aclocal.m4:173: -1- m4_define([_AM_DEPENDENCIES], [_m4_defun_pro([$0])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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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])
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:308: -1- m4_define([m4_location(AM_SET_DEPDIR)], [aclocal.m4:308])
-m4trace:aclocal.m4:308: -1- m4_define([AM_SET_DEPDIR], [_m4_defun_pro([$0])AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:316: -1- m4_define([m4_location(AM_DEP_TRACK)], [aclocal.m4:316])
-m4trace:aclocal.m4:316: -1- m4_define([AM_DEP_TRACK], [_m4_defun_pro([$0])AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:342: -1- m4_define([m4_location(_AM_OUTPUT_DEPENDENCY_COMMANDS)], [aclocal.m4:342])
-m4trace:aclocal.m4:342: -1- m4_define([_AM_OUTPUT_DEPENDENCY_COMMANDS], [_m4_defun_pro([$0]){
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:403: -1- m4_define([m4_location(AM_OUTPUT_DEPENDENCY_COMMANDS)], [aclocal.m4:403])
-m4trace:aclocal.m4:403: -1- m4_define([AM_OUTPUT_DEPENDENCY_COMMANDS], [_m4_defun_pro([$0])AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:434: -1- m4_define([m4_location(AM_INIT_AUTOMAKE)], [aclocal.m4:434])
-m4trace:aclocal.m4:434: -1- m4_define([AM_INIT_AUTOMAKE], [_m4_defun_pro([$0])AC_PREREQ([2.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:523: -1- m4_define([_AC_COMPILER_EXEEXT], [AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
-_AC_COMPILER_EXEEXT_DEFAULT
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
-ac_clean_files=$ac_clean_files_save
-_AC_COMPILER_EXEEXT_O
-rm -f conftest.$ac_ext
-AC_SUBST([EXEEXT], [$ac_cv_exeext])dnl
-ac_exeext=$EXEEXT
-AC_LANG_CONFTEST([_AC_LANG_IO_PROGRAM])
-ac_clean_files="$ac_clean_files conftest.out"
-_AC_COMPILER_EXEEXT_CROSS
-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
-ac_clean_files=$ac_clean_files_save
-m4_provide([_AM_COMPILER_EXEEXT])])
-m4trace:aclocal.m4:534: -1- m4_define([m4_location(_AC_AM_CONFIG_HEADER_HOOK)], [aclocal.m4:534])
-m4trace:aclocal.m4:534: -1- m4_define([_AC_AM_CONFIG_HEADER_HOOK], [_m4_defun_pro([$0])# 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[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:557: -1- m4_define([m4_location(AM_PROG_INSTALL_SH)], [aclocal.m4:557])
-m4trace:aclocal.m4:557: -1- m4_define([AM_PROG_INSTALL_SH], [_m4_defun_pro([$0])AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != 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)[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:579: -1- m4_define([m4_location(AM_SET_LEADING_DOT)], [aclocal.m4:579])
-m4trace:aclocal.m4:579: -1- m4_define([AM_SET_LEADING_DOT], [_m4_defun_pro([$0])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])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:603: -1- m4_define([m4_location(AM_MAKE_INCLUDE)], [aclocal.m4:603])
-m4trace:aclocal.m4:603: -1- m4_define([AM_MAKE_INCLUDE], [_m4_defun_pro([$0])am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:655: -1- m4_define([m4_location(AM_MISSING_PROG)], [aclocal.m4:655])
-m4trace:aclocal.m4:655: -1- m4_define([AM_MISSING_PROG], [_m4_defun_pro([$0])AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:665: -1- m4_define([m4_location(AM_MISSING_HAS_RUN)], [aclocal.m4:665])
-m4trace:aclocal.m4:665: -1- m4_define([AM_MISSING_HAS_RUN], [_m4_defun_pro([$0])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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:694: -1- m4_define([m4_location(AM_PROG_MKDIR_P)], [aclocal.m4:694])
-m4trace:aclocal.m4:694: -1- m4_define([AM_PROG_MKDIR_P], [_m4_defun_pro([$0])AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:723: -1- m4_define([m4_location(_AM_MANGLE_OPTION)], [aclocal.m4:723])
-m4trace:aclocal.m4:723: -1- m4_define([_AM_MANGLE_OPTION], [_m4_defun_pro([$0])[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:729: -1- m4_define([m4_location(_AM_SET_OPTION)], [aclocal.m4:729])
-m4trace:aclocal.m4:729: -1- m4_define([_AM_SET_OPTION], [_m4_defun_pro([$0])m4_define(_AM_MANGLE_OPTION([$1]), 1)[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:735: -1- m4_define([m4_location(_AM_SET_OPTIONS)], [aclocal.m4:735])
-m4trace:aclocal.m4:735: -1- m4_define([_AM_SET_OPTIONS], [_m4_defun_pro([$0])m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:741: -1- m4_define([m4_location(_AM_IF_OPTION)], [aclocal.m4:741])
-m4trace:aclocal.m4:741: -1- m4_define([_AM_IF_OPTION], [_m4_defun_pro([$0])m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:757: -1- m4_define([m4_location(AM_SANITY_CHECK)], [aclocal.m4:757])
-m4trace:aclocal.m4:757: -1- m4_define([AM_SANITY_CHECK], [_m4_defun_pro([$0])AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:824: -1- m4_define([m4_location(AM_PROG_INSTALL_STRIP)], [aclocal.m4:824])
-m4trace:aclocal.m4:824: -1- m4_define([AM_PROG_INSTALL_STRIP], [_m4_defun_pro([$0])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])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:849: -1- m4_define([m4_location(_AM_SUBST_NOTMAKE)], [aclocal.m4:849])
-m4trace:aclocal.m4:849: -1- m4_define([_AM_SUBST_NOTMAKE], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:854: -1- m4_define([m4_location(AM_SUBST_NOTMAKE)], [aclocal.m4:854])
-m4trace:aclocal.m4:854: -1- m4_define([AM_SUBST_NOTMAKE], [_m4_defun_pro([$0])_AM_SUBST_NOTMAKE($@)[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:879: -1- m4_define([m4_location(_AM_PROG_TAR)], [aclocal.m4:879])
-m4trace:aclocal.m4:879: -1- m4_define([_AM_PROG_TAR], [_m4_defun_pro([$0])# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/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])
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:952: -1- m4_include([m4/ax_blas.m4])
-m4trace:aclocal.m4:952: -1- m4_define([m4_include(m4/ax_blas.m4)])
-m4trace:m4/ax_blas.m4:68: -1- AU_DEFINE([ACX_BLAS], [m4_ifval([], [_au_warn_ACX_BLAS([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])])
-m4trace:m4/ax_blas.m4:68: -1- AU_DEFINE([_au_warn_ACX_BLAS], [m4_warning($@)dnl
-m4_define([_au_warn_ACX_BLAS], [])])
-m4trace:m4/ax_blas.m4:68: -1- m4_define([m4_location(ACX_BLAS)], [m4/ax_blas.m4:68])
-m4trace:m4/ax_blas.m4:68: -1- m4_define([ACX_BLAS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ACX_BLAS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_BLAS], [AX_BLAS($@)])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_blas.m4:69: -1- m4_define([m4_location(AX_BLAS)], [m4/ax_blas.m4:69])
-m4trace:m4/ax_blas.m4:69: -1- m4_define([AX_BLAS], [_m4_defun_pro([$0])
-AC_PREREQ(2.50)
-AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-ax_blas_ok=no
-
-AC_ARG_WITH(blas,
- [AS_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-AC_F77_FUNC(sgemm)
-AC_F77_FUNC(dgemm)
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_MSG_CHECKING([for $sgemm in $BLAS_LIBS])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes], [BLAS_LIBS=""])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- AC_MSG_CHECKING([if $sgemm is being linked in already])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(atlas, ATL_xerbla,
- [AC_CHECK_LIB(f77blas, $sgemm,
- [AC_CHECK_LIB(cblas, cblas_dgemm,
- [ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"],
- [], [-lf77blas -latlas])],
- [], [-latlas])])
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(dgemm, $dgemm,
- [AC_CHECK_LIB(sgemm, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"],
- [], [-lblas])],
- [], [-lblas])])
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(mkl, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lmkl"])
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- AC_MSG_CHECKING([for $sgemm in -framework vecLib])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(cxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lcxml"])
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(dxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-ldxml"])
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- AC_CHECK_LIB(sunmath, acosp,
- [AC_CHECK_LIB(sunperf, $sgemm,
- [BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes],[],[-lsunmath])])
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(scs, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lscs"])
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(complib.sgimath, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"])
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(essl, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"],
- [], [-lblas $FLIBS])])
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lblas"])
-fi
-
-AC_SUBST(BLAS_LIBS)
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_BLAS,1,[Define if you have a BLAS library.]),[$1])
- :
-else
- ax_blas_ok=no
- $2
-fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:953: -1- m4_include([m4/ax_boost_base.m4])
-m4trace:aclocal.m4:953: -1- m4_define([m4_include(m4/ax_boost_base.m4)])
-m4trace:m4/ax_boost_base.m4:37: -1- m4_define([m4_location(AX_BOOST_BASE)], [m4/ax_boost_base.m4:37])
-m4trace:m4/ax_boost_base.m4:37: -1- m4_define([AX_BOOST_BASE], [_m4_defun_pro([$0])
-AC_ARG_WITH([boost],
- AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
- ],
- [want_boost="yes"])
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
- succeeded=no
-
- dnl first we check the system location for boost libraries
- dnl this location ist chosen if boost libraries are installed with the --layout=system option
- dnl or if you install boost with RPM
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
-
-
-
- dnl if we found no boost with system layout we search for boost libraries
- dnl built and installed without the --layout=system option or for a staged(not installed) version
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- AC_MSG_WARN([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
- else
- AC_MSG_WARN([Your boost libraries seems to old (version $_version).])
- fi
- else
- AC_SUBST(BOOST_CPPFLAGS)
- AC_SUBST(BOOST_LDFLAGS)
- AC_SUBST(BOOST_ROOT_PATH)
- AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:954: -1- m4_include([m4/ax_boost_regex.m4])
-m4trace:aclocal.m4:954: -1- m4_define([m4_include(m4/ax_boost_regex.m4)])
-m4trace:m4/ax_boost_regex.m4:34: -1- m4_define([m4_location(AX_BOOST_REGEX)], [m4/ax_boost_regex.m4:34])
-m4trace:m4/ax_boost_regex.m4:34: -1- m4_define([AX_BOOST_REGEX], [_m4_defun_pro([$0])
- AC_ARG_WITH([boost-regex],
- AS_HELP_STRING([--with-boost-regex@<:@=special-lib@:>@],
- [use the Regex library from boost - it is possible to specify a certain library for the linker
- e.g. --with-boost-regex=boost_regex-gcc-mt-d-1_33_1 ]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
- ],
- [want_boost="yes"]
- )
-
- if test "x$want_boost" = "xyes"; then
- AC_REQUIRE([AC_PROG_CC])
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- AC_CACHE_CHECK(whether the Boost::Regex library is available,
- ax_cv_boost_regex,
- [AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[@%:@include <boost/regex.hpp>
- ]],
- [[boost::regex r(); return 0;]]),
- ax_cv_boost_regex=yes, ax_cv_boost_regex=no)
- AC_LANG_POP([C++])
- ])
- if test "x$ax_cv_boost_regex" = "xyes"; then
- AC_DEFINE(HAVE_BOOST_REGEX,,[define if the Boost::Regex library is available])
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- AC_CHECK_LIB($ax_lib, main,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
- if test "x$link_regex" != "xyes"; then
- AC_MSG_ERROR(Could not link against $ax_lib !)
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:955: -1- m4_include([m4/ax_hlib.m4])
-m4trace:aclocal.m4:955: -1- m4_define([m4_include(m4/ax_hlib.m4)])
-m4trace:m4/ax_hlib.m4:35: -1- m4_define([m4_location(AX_HLIB)], [m4/ax_hlib.m4:35])
-m4trace:m4/ax_hlib.m4:35: -1- m4_define([AX_HLIB], [_m4_defun_pro([$0])
- AC_REQUIRE([AX_LAPACK])
-
- AC_ARG_WITH([hlib],
- AS_HELP_STRING([--with-hlib@<:@=DIR@:>@],
- [use hlib (default is yes) - it is possible to specify the root directory
- for hlib (optional)]),
- [
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
- ],
- [
- want_hlib="yes"
- ])
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- AC_MSG_ERROR([We could not detect lapack. Please install lapack or disable
- HLib.])
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package.])
- else
- AC_SUBST(HLIB_CPPFLAGS)
- AC_SUBST(HLIB_LDFLAGS)
- AC_SUBST(HLIB_ROOT_PATH)
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CC])
-
- AC_CACHE_CHECK(whether HLib library is available,
- ax_cv_hlib,
- [ AC_LANG_PUSH([C])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM(
- [[@%:@include <HLib/bem2d.h>]],
- [[del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;]]),
- ax_cv_hlib=yes,
- ax_cv_hlib=no)
- AC_LANG_POP([C])
- ])
-
- if test "x$ax_cv_hlib" = "xyes"; then
- AC_CHECK_LIB(hmatrix, newaca_fill_block,
- [HLIB_LIB="-lhmatrix"; AC_SUBST(HLIB_LIB) link_hlib="yes"; break],
- [link_hlib="no"], [$LAPACK_LIBS $BLAS_LIBS])
-
- if test "x$link_hlib" = "xyes"; then
- AC_DEFINE(HAVE_HLIB,,[Define if HLib library is available])
- else
- AC_MSG_ERROR([Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no.])
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:956: -1- m4_include([m4/ax_lapack.m4])
-m4trace:aclocal.m4:956: -1- m4_define([m4_include(m4/ax_lapack.m4)])
-m4trace:m4/ax_lapack.m4:69: -1- AU_DEFINE([ACX_LAPACK], [m4_ifval([], [_au_warn_ACX_LAPACK([])AC_DIAGNOSE([obsolete], [])d[]nl
-])dnl
-m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])])
-m4trace:m4/ax_lapack.m4:69: -1- AU_DEFINE([_au_warn_ACX_LAPACK], [m4_warning($@)dnl
-m4_define([_au_warn_ACX_LAPACK], [])])
-m4trace:m4/ax_lapack.m4:69: -1- m4_define([m4_location(ACX_LAPACK)], [m4/ax_lapack.m4:69])
-m4trace:m4/ax_lapack.m4:69: -1- m4_define([ACX_LAPACK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ACX_LAPACK' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AX_LAPACK], [AX_LAPACK($@)])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_lapack.m4:70: -1- m4_define([m4_location(AX_LAPACK)], [m4/ax_lapack.m4:70])
-m4trace:m4/ax_lapack.m4:70: -1- m4_define([AX_LAPACK], [_m4_defun_pro([$0])
-AC_REQUIRE([AX_BLAS])
-ax_lapack_ok=no
-
-AC_ARG_WITH(lapack,
- [AS_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-AC_F77_FUNC(cheev)
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
- AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
- AC_MSG_RESULT($ax_lapack_ok)
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- AC_CHECK_FUNC($cheev, [ax_lapack_ok=yes])
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_CHECK_LIB($lapack, $cheev,
- [ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
- LIBS="$save_LIBS"
- fi
-done
-
-AC_SUBST(LAPACK_LIBS)
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_LAPACK,1,[Define if you have LAPACK library.]),[$1])
- :
-else
- ax_lapack_ok=no
- $2
-fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:957: -1- m4_include([m4/ax_lib_loki.m4])
-m4trace:aclocal.m4:957: -1- m4_define([m4_include(m4/ax_lib_loki.m4)])
-m4trace:m4/ax_lib_loki.m4:1: -1- m4_define([m4_location(AX_LIB_LOKI)], [m4/ax_lib_loki.m4:1])
-m4trace:m4/ax_lib_loki.m4:1: -1- m4_define([AX_LIB_LOKI], [_m4_defun_pro([$0])
- AC_ARG_WITH([loki],
- AS_HELP_STRING([--with-loki@<:@=DIR|:>@],
- [specify the root directory for the loki library]),
- [
- if test "$withval" = "no"; then
- AC_MSG_ERROR([Sorry, but it is not possible to compile without loki])
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
- ],
- [
- want_loki="yes";
- ])
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding.])
- else
- AC_SUBST(LOKI_CPPFLAGS)
- AC_SUBST(LOKI_LDFLAGS)
- AC_SUBST(LOKI_ROOT_PATH)
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CXX])
-
- AC_CACHE_CHECK(whether Loki is usable,
- ax_cv_loki,
- [ AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM(
- [[@%:@include <loki/SmartPtr.h>]],
- [[::Loki::SmartPtr< int > t = new int;]]),
- ax_cv_loki="yes",
- ax_cv_loki="no")
- AC_LANG_POP([C++])
- ])
-
- if test "$ax_cv_loki" != "yes"; then
- AC_MSG_ERROR([Could not use the loki library. Please make sure
- that it is installed correctly.]);
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- fi
- fi
-[]_m4_defun_epi([$0])])
-m4trace:aclocal.m4:958: -1- m4_include([m4/ax_prog_doxygen.m4])
-m4trace:aclocal.m4:958: -1- m4_define([m4_include(m4/ax_prog_doxygen.m4)])
-m4trace:m4/ax_prog_doxygen.m4:264: -1- m4_define([m4_location(DX_FEATURE_doc)], [m4/ax_prog_doxygen.m4:264])
-m4trace:m4/ax_prog_doxygen.m4:264: -1- m4_define([DX_FEATURE_doc], [_m4_defun_pro([$0])ON[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:265: -1- m4_define([m4_location(DX_FEATURE_dot)], [m4/ax_prog_doxygen.m4:265])
-m4trace:m4/ax_prog_doxygen.m4:265: -1- m4_define([DX_FEATURE_dot], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:266: -1- m4_define([m4_location(DX_FEATURE_man)], [m4/ax_prog_doxygen.m4:266])
-m4trace:m4/ax_prog_doxygen.m4:266: -1- m4_define([DX_FEATURE_man], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:267: -1- m4_define([m4_location(DX_FEATURE_html)], [m4/ax_prog_doxygen.m4:267])
-m4trace:m4/ax_prog_doxygen.m4:267: -1- m4_define([DX_FEATURE_html], [_m4_defun_pro([$0])ON[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:268: -1- m4_define([m4_location(DX_FEATURE_chm)], [m4/ax_prog_doxygen.m4:268])
-m4trace:m4/ax_prog_doxygen.m4:268: -1- m4_define([DX_FEATURE_chm], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:269: -1- m4_define([m4_location(DX_FEATURE_chi)], [m4/ax_prog_doxygen.m4:269])
-m4trace:m4/ax_prog_doxygen.m4:269: -1- m4_define([DX_FEATURE_chi], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:270: -1- m4_define([m4_location(DX_FEATURE_rtf)], [m4/ax_prog_doxygen.m4:270])
-m4trace:m4/ax_prog_doxygen.m4:270: -1- m4_define([DX_FEATURE_rtf], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:271: -1- m4_define([m4_location(DX_FEATURE_xml)], [m4/ax_prog_doxygen.m4:271])
-m4trace:m4/ax_prog_doxygen.m4:271: -1- m4_define([DX_FEATURE_xml], [_m4_defun_pro([$0])OFF[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:272: -1- m4_define([m4_location(DX_FEATURE_pdf)], [m4/ax_prog_doxygen.m4:272])
-m4trace:m4/ax_prog_doxygen.m4:272: -1- m4_define([DX_FEATURE_pdf], [_m4_defun_pro([$0])ON[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:273: -1- m4_define([m4_location(DX_FEATURE_ps)], [m4/ax_prog_doxygen.m4:273])
-m4trace:m4/ax_prog_doxygen.m4:273: -1- m4_define([DX_FEATURE_ps], [_m4_defun_pro([$0])ON[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:282: -1- m4_define([m4_location(DX_ENV_APPEND)], [m4/ax_prog_doxygen.m4:282])
-m4trace:m4/ax_prog_doxygen.m4:282: -1- m4_define([DX_ENV_APPEND], [_m4_defun_pro([$0])AC_SUBST([DX_ENV], ["$DX_ENV $1='$2'"])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:287: -1- m4_define([m4_location(DX_DIRNAME_EXPR)], [m4/ax_prog_doxygen.m4:287])
-m4trace:m4/ax_prog_doxygen.m4:287: -1- m4_define([DX_DIRNAME_EXPR], [_m4_defun_pro([$0])[expr ".$1" : '\(\.\)[^/]*$' \| "x$1" : 'x\(.*\)/[^/]*$'][]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:293: -1- m4_define([m4_location(DX_IF_FEATURE)], [m4/ax_prog_doxygen.m4:293])
-m4trace:m4/ax_prog_doxygen.m4:293: -1- m4_define([DX_IF_FEATURE], [_m4_defun_pro([$0])ifelse(DX_FEATURE_$1, ON, [$2], [$3])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:298: -1- m4_define([m4_location(DX_REQUIRE_PROG)], [m4/ax_prog_doxygen.m4:298])
-m4trace:m4/ax_prog_doxygen.m4:298: -1- m4_define([DX_REQUIRE_PROG], [_m4_defun_pro([$0])
-AC_PATH_TOOL([$1], [$2])
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
- AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
- AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-fi
-[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:309: -1- m4_define([m4_location(DX_TEST_FEATURE)], [m4/ax_prog_doxygen.m4:309])
-m4trace:m4/ax_prog_doxygen.m4:309: -1- m4_define([DX_TEST_FEATURE], [_m4_defun_pro([$0])test "$DX_FLAG_$1" = 1[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:315: -1- m4_define([m4_location(DX_CHECK_DEPEND)], [m4/ax_prog_doxygen.m4:315])
-m4trace:m4/ax_prog_doxygen.m4:315: -1- m4_define([DX_CHECK_DEPEND], [_m4_defun_pro([$0])
-test "$DX_FLAG_$1" = "$2" \
-|| AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
- requires, contradicts) doxygen-DX_CURRENT_FEATURE])
-[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:324: -1- m4_define([m4_location(DX_CLEAR_DEPEND)], [m4/ax_prog_doxygen.m4:324])
-m4trace:m4/ax_prog_doxygen.m4:324: -1- m4_define([DX_CLEAR_DEPEND], [_m4_defun_pro([$0])
-test "$DX_FLAG_$1" = "$2" || AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:338: -1- m4_define([m4_location(DX_ARG_ABLE)], [m4/ax_prog_doxygen.m4:338])
-m4trace:m4/ax_prog_doxygen.m4:338: -1- m4_define([DX_ARG_ABLE], [_m4_defun_pro([$0])
- AC_DEFUN([DX_CURRENT_FEATURE], [$1])
- AC_DEFUN([DX_CURRENT_DESCRIPTION], [$2])
- AC_ARG_ENABLE(doxygen-$1,
- [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
- [--enable-doxygen-$1]),
- DX_IF_FEATURE([$1], [don't $2], [$2]))],
- [
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- AC_SUBST([DX_FLAG_$1], 1)
- $3
-;; #(
-n|N|no|No|NO)
- AC_SUBST([DX_FLAG_$1], 0)
-;; #(
-*)
- AC_MSG_ERROR([invalid value '$enableval' given to doxygen-$1])
-;;
-esac
-], [
-AC_SUBST([DX_FLAG_$1], [DX_IF_FEATURE([$1], 1, 0)])
-$4
-])
-if DX_TEST_FEATURE([$1]); then
- $5
- :
-fi
-if DX_TEST_FEATURE([$1]); then
- AM_CONDITIONAL(DX_COND_$1, :)
- $6
- :
-else
- AM_CONDITIONAL(DX_COND_$1, false)
- $7
- :
-fi
-[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:384: -1- m4_define([m4_location(DX_DOXYGEN_FEATURE)], [m4/ax_prog_doxygen.m4:384])
-m4trace:m4/ax_prog_doxygen.m4:384: -1- m4_define([DX_DOXYGEN_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_doc], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:385: -1- m4_define([m4_location(DX_DOT_FEATURE)], [m4/ax_prog_doxygen.m4:385])
-m4trace:m4/ax_prog_doxygen.m4:385: -1- m4_define([DX_DOT_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_dot], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:386: -1- m4_define([m4_location(DX_MAN_FEATURE)], [m4/ax_prog_doxygen.m4:386])
-m4trace:m4/ax_prog_doxygen.m4:386: -1- m4_define([DX_MAN_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_man], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:387: -1- m4_define([m4_location(DX_HTML_FEATURE)], [m4/ax_prog_doxygen.m4:387])
-m4trace:m4/ax_prog_doxygen.m4:387: -1- m4_define([DX_HTML_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_html], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:388: -1- m4_define([m4_location(DX_CHM_FEATURE)], [m4/ax_prog_doxygen.m4:388])
-m4trace:m4/ax_prog_doxygen.m4:388: -1- m4_define([DX_CHM_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_chm], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:389: -1- m4_define([m4_location(DX_CHI_FEATURE)], [m4/ax_prog_doxygen.m4:389])
-m4trace:m4/ax_prog_doxygen.m4:389: -1- m4_define([DX_CHI_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_chi], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:390: -1- m4_define([m4_location(DX_RTF_FEATURE)], [m4/ax_prog_doxygen.m4:390])
-m4trace:m4/ax_prog_doxygen.m4:390: -1- m4_define([DX_RTF_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_rtf], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:391: -1- m4_define([m4_location(DX_XML_FEATURE)], [m4/ax_prog_doxygen.m4:391])
-m4trace:m4/ax_prog_doxygen.m4:391: -1- m4_define([DX_XML_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_xml], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:392: -1- m4_define([m4_location(DX_XML_FEATURE)], [m4/ax_prog_doxygen.m4:392])
-m4trace:m4/ax_prog_doxygen.m4:392: -1- m4_define([DX_XML_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_xml], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:393: -1- m4_define([m4_location(DX_PDF_FEATURE)], [m4/ax_prog_doxygen.m4:393])
-m4trace:m4/ax_prog_doxygen.m4:393: -1- m4_define([DX_PDF_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_pdf], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:394: -1- m4_define([m4_location(DX_PS_FEATURE)], [m4/ax_prog_doxygen.m4:394])
-m4trace:m4/ax_prog_doxygen.m4:394: -1- m4_define([DX_PS_FEATURE], [_m4_defun_pro([$0])AC_DEFUN([DX_FEATURE_ps], [$1])[]_m4_defun_epi([$0])])
-m4trace:m4/ax_prog_doxygen.m4:400: -1- m4_define([m4_location(DX_INIT_DOXYGEN)], [m4/ax_prog_doxygen.m4:400])
-m4trace:m4/ax_prog_doxygen.m4:400: -1- m4_define([DX_INIT_DOXYGEN], [_m4_defun_pro([$0])
-
-# Files:
-AC_SUBST([DX_PROJECT], [$1])
-AC_SUBST([DX_CONFIG], [ifelse([$2], [], Doxyfile, [$2])])
-AC_SUBST([DX_DOCDIR], [ifelse([$3], [], doxygen-doc, [$3])])
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV_APPEND(SRCDIR, $srcdir)
-DX_ENV_APPEND(PROJECT, $DX_PROJECT)
-DX_ENV_APPEND(DOCDIR, $DX_DOCDIR)
-DX_ENV_APPEND(VERSION, $PACKAGE_VERSION)
-
-# Doxygen itself:
-DX_ARG_ABLE(doc, [generate any doxygen documentation],
- [],
- [],
- [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)],
- [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-
-# Dot for graphics:
-DX_ARG_ABLE(dot, [generate graphics for doxygen documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_DOT], dot)],
- [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
- [DX_ENV_APPEND(HAVE_DOT, NO)])
-
-# Man pages generation:
-DX_ARG_ABLE(man, [generate doxygen manual pages],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_MAN, YES)],
- [DX_ENV_APPEND(GENERATE_MAN, NO)])
-
-# RTF file generation:
-DX_ARG_ABLE(rtf, [generate doxygen RTF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_RTF, YES)],
- [DX_ENV_APPEND(GENERATE_RTF, NO)])
-
-# XML file generation:
-DX_ARG_ABLE(xml, [generate doxygen XML documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_XML, YES)],
- [DX_ENV_APPEND(GENERATE_XML, NO)])
-
-# (Compressed) HTML help generation:
-DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_HHC], hhc)],
- [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
- [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-
-# Seperate CHI file generation.
-DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
- [DX_CHECK_DEPEND(chm, 1)],
- [DX_CLEAR_DEPEND(chm, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_CHI, YES)],
- [DX_ENV_APPEND(GENERATE_CHI, NO)])
-
-# Plain HTML pages generation:
-DX_ARG_ABLE(html, [generate doxygen plain HTML documentation],
- [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)],
- [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)],
- [],
- [DX_ENV_APPEND(GENERATE_HTML, YES)],
- [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-
-# PostScript file generation:
-DX_ARG_ABLE(ps, [generate doxygen PostScript documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# PDF file generation:
-DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# LaTeX generation for PS and/or PDF:
-if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
- AM_CONDITIONAL(DX_COND_latex, :)
- DX_ENV_APPEND(GENERATE_LATEX, YES)
-else
- AM_CONDITIONAL(DX_COND_latex, false)
- DX_ENV_APPEND(GENERATE_LATEX, NO)
-fi
-
-# Paper size for PS and/or PDF:
-AC_ARG_VAR(DOXYGEN_PAPER_SIZE,
- [a4wide (default), a4, letter, legal or executive])
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- AC_SUBST(DOXYGEN_PAPER_SIZE, "")
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV_APPEND(PAPER_SIZE, $DOXYGEN_PAPER_SIZE)
-;; #(
-*)
- AC_MSG_ERROR([unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'])
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-[]_m4_defun_epi([$0])])
+++ /dev/null
-m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
-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.11.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
- ifelse([$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])])
-m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- 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
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" 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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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])
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
-])
-m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])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],
-[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], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [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([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. 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)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl 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
-])
-m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- 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])
-m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != 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)])
-m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- 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 --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
-dnl while keeping a definition of mkdir_p for backward compatibility.
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
-dnl adjustment using top_builddir (which is defined more often than
-dnl MKDIR_P).
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
-case $mkdir_p in
- [[\\/$]]* | ?:[[\\/]]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-])
-m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- 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); }])
-m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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)])
-m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
-[ --enable-silent-rules less verbose build output (undo: `make V=1')
- --disable-silent-rules verbose build output (undo: `make V=0')])
-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
-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
-AM_BACKSLASH='\'
-AC_SUBST([AM_BACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
-])
-m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- 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])])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
-m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-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 <conftest.tar])
- grep GrepMe conftest.dir/file >/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])
-])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^AS_FLAGS$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?m4_])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^dnl$])
-m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?AS_])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^SHELL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^exec_prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^prefix$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^program_transform_name$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^bindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sbindir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libexecdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datarootdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^datadir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sysconfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^sharedstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localstatedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^includedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^oldincludedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^docdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^infodir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^htmldir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^dvidir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^pdfdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^psdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^libdir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^localedir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^mandir$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^PACKAGE_URL$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^DEFS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_C$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_N$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^ECHO_T$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$])
-m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:3: -1- AM_INIT_AUTOMAKE([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:3: -1- AM_AUTOMAKE_VERSION([1.11.1])
-m4trace:configure.ac:3: -1- _AM_AUTOCONF_VERSION([2.67])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:3: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:3: -1- _AM_SET_OPTIONS([])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:3: -1- AM_SANITY_CHECK
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:3: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:3: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:3: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:3: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:3: -1- AM_PROG_MKDIR_P
-m4trace:configure.ac:3: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:3: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:3: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:3: -1- AM_MISSING_PROG([AMTAR], [tar])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:3: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:3: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
-m4trace:configure.ac:3: -2- _AM_MANGLE_OPTION([silent-rules])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:6: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:6: -1- AM_SET_DEPDIR
-m4trace:configure.ac:6: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:6: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:6: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:6: -1- AM_DEP_TRACK
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:6: -1- AM_CONDITIONAL([am__fastdepCXX], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:6: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:18: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:18: -1- AM_CONDITIONAL([am__fastdepCC], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:18: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE__BOOL$])
-m4trace:configure.ac:18: -1- m4_pattern_allow([^HAVE_STDBOOL_H$])
-m4trace:configure.ac:20: -1- m4_pattern_allow([^AM_CXXFLAGS$])
-m4trace:configure.ac:21: -1- m4_pattern_allow([^AM_LDFLAGS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LIB@&t@OBJS$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:24: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:24: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:24: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:24: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+++ /dev/null
-#! /bin/bash
-# Generated by configure.
-# 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-/bin/bash}
-export SHELL
-## -------------------- ##
-## 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in #(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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. ##
-## ----------------------------------- ##
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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`
-"
-
-# Files that config.status was made for.
-config_files=" Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-config_headers=" src/config.h"
-config_commands=" depfiles"
-
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-ac_cs_config="'--with-boost-regex=mt'"
-ac_cs_version="\
-Hilbert 3D config.status 0.1.0
-configured by ./configure, generated by GNU Autoconf 2.68,
- with options \"$ac_cs_config\"
-
-Copyright (C) 2010 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='/home/treecity/workspace/bacc/src/bem3d'
-srcdir='.'
-INSTALL='/usr/bin/install -c'
-MKDIR_P='/bin/mkdir -p'
-AWK='mawk'
-test -n "$AWK" || AWK=awk
-# 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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
-
-if $ac_cs_recheck; then
- set X '/bin/bash' './configure' '--with-boost-regex=mt' $ac_configure_extra_args --no-create --no-recursion
- shift
- $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
- CONFIG_SHELL='/bin/bash'
- export CONFIG_SHELL
- exec "$@"
-fi
-
-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
-
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="" ac_aux_dir="."
-
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
- case $ac_config_target in
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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 2>/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" &&
-cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
-S["am__EXEEXT_FALSE"]=""
-S["am__EXEEXT_TRUE"]="#"
-S["LTLIBOBJS"]=""
-S["LIBOBJS"]=""
-S["AM_LDFLAGS"]=""
-S["AM_CXXFLAGS"]=""
-S["EGREP"]="/bin/grep -E"
-S["GREP"]="/bin/grep"
-S["CPP"]="gcc -E"
-S["LOKI_ROOT_PATH"]="/usr/local"
-S["LOKI_LDFLAGS"]="-L/usr/local/lib"
-S["LOKI_CPPFLAGS"]="-I/usr/local/include"
-S["HLIB_LIB"]="-lhmatrix"
-S["HLIB_ROOT_PATH"]="/usr/local"
-S["HLIB_LDFLAGS"]="-L/usr/local/lib"
-S["HLIB_CPPFLAGS"]="-I/usr/local/include"
-S["LAPACK_LIBS"]="-llapack"
-S["BLAS_LIBS"]="-lblas"
-S["FLIBS"]=" -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../."\
-"./../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortr"\
-"an -lm -lquadmath"
-S["ac_ct_F77"]="gfortran"
-S["FFLAGS"]="-g -O2"
-S["F77"]="gfortran"
-S["BOOST_REGEX_LIB"]="-lboost_regex-mt"
-S["am__fastdepCC_FALSE"]="#"
-S["am__fastdepCC_TRUE"]=""
-S["CCDEPMODE"]="depmode=gcc3"
-S["ac_ct_CC"]="gcc"
-S["CFLAGS"]=" -I/usr/local/include"
-S["CC"]="gcc"
-S["BOOST_ROOT_PATH"]="/usr"
-S["BOOST_LDFLAGS"]="-L/usr/lib"
-S["BOOST_CPPFLAGS"]="-I/usr/include"
-S["DOXYGEN_PAPER_SIZE"]=""
-S["DX_COND_latex_FALSE"]="#"
-S["DX_COND_latex_TRUE"]=""
-S["DX_COND_pdf_FALSE"]="#"
-S["DX_COND_pdf_TRUE"]=""
-S["DX_PDFLATEX"]="/usr/bin/pdflatex"
-S["DX_FLAG_pdf"]="1"
-S["DX_COND_ps_FALSE"]="#"
-S["DX_COND_ps_TRUE"]=""
-S["DX_EGREP"]="/bin/egrep"
-S["DX_DVIPS"]="/usr/bin/dvips"
-S["DX_MAKEINDEX"]="/usr/bin/makeindex"
-S["DX_LATEX"]="/usr/bin/latex"
-S["DX_FLAG_ps"]="1"
-S["DX_COND_html_FALSE"]="#"
-S["DX_COND_html_TRUE"]=""
-S["DX_FLAG_html"]="1"
-S["DX_COND_chi_FALSE"]=""
-S["DX_COND_chi_TRUE"]="#"
-S["DX_FLAG_chi"]="0"
-S["DX_COND_chm_FALSE"]=""
-S["DX_COND_chm_TRUE"]="#"
-S["DX_HHC"]=""
-S["DX_FLAG_chm"]="0"
-S["DX_COND_xml_FALSE"]=""
-S["DX_COND_xml_TRUE"]="#"
-S["DX_FLAG_xml"]="0"
-S["DX_COND_rtf_FALSE"]=""
-S["DX_COND_rtf_TRUE"]="#"
-S["DX_FLAG_rtf"]="0"
-S["DX_COND_man_FALSE"]=""
-S["DX_COND_man_TRUE"]="#"
-S["DX_FLAG_man"]="0"
-S["DX_COND_dot_FALSE"]=""
-S["DX_COND_dot_TRUE"]="#"
-S["DX_DOT"]=""
-S["DX_FLAG_dot"]="0"
-S["DX_COND_doc_FALSE"]="#"
-S["DX_COND_doc_TRUE"]=""
-S["DX_PERL"]="/usr/bin/perl"
-S["DX_DOXYGEN"]="/usr/bin/doxygen"
-S["DX_FLAG_doc"]="1"
-S["DX_ENV"]=" SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' G"\
-"ENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'"
-S["DX_DOCDIR"]="docs/doxygen"
-S["DX_CONFIG"]="Doxyfile"
-S["DX_PROJECT"]="Hilbert 3D"
-S["RANLIB"]="ranlib"
-S["am__fastdepCXX_FALSE"]="#"
-S["am__fastdepCXX_TRUE"]=""
-S["CXXDEPMODE"]="depmode=gcc3"
-S["AMDEPBACKSLASH"]="\\"
-S["AMDEP_FALSE"]="#"
-S["AMDEP_TRUE"]=""
-S["am__quote"]=""
-S["am__include"]="include"
-S["DEPDIR"]=".deps"
-S["OBJEXT"]="o"
-S["EXEEXT"]=""
-S["ac_ct_CXX"]="g++"
-S["CPPFLAGS"]=""
-S["LDFLAGS"]=""
-S["CXXFLAGS"]="-g -O2"
-S["CXX"]="g++"
-S["am__untar"]="${AMTAR} xf -"
-S["am__tar"]="${AMTAR} chof - \"$$tardir\""
-S["AMTAR"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar"
-S["am__leading_dot"]="."
-S["SET_MAKE"]=""
-S["AWK"]="mawk"
-S["mkdir_p"]="/bin/mkdir -p"
-S["MKDIR_P"]="/bin/mkdir -p"
-S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
-S["STRIP"]=""
-S["install_sh"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh"
-S["MAKEINFO"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo"
-S["AUTOHEADER"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader"
-S["AUTOMAKE"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11"
-S["AUTOCONF"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf"
-S["ACLOCAL"]="${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11"
-S["VERSION"]="0.1.0"
-S["PACKAGE"]="hilbert3d"
-S["CYGPATH_W"]="echo"
-S["am__isrc"]=""
-S["INSTALL_DATA"]="${INSTALL} -m 644"
-S["INSTALL_SCRIPT"]="${INSTALL}"
-S["INSTALL_PROGRAM"]="${INSTALL}"
-S["target_alias"]=""
-S["host_alias"]=""
-S["build_alias"]=""
-S["LIBS"]=""
-S["ECHO_T"]=""
-S["ECHO_N"]="-n"
-S["ECHO_C"]=""
-S["DEFS"]="-DHAVE_CONFIG_H"
-S["mandir"]="${datarootdir}/man"
-S["localedir"]="${datarootdir}/locale"
-S["libdir"]="${exec_prefix}/lib"
-S["psdir"]="${docdir}"
-S["pdfdir"]="${docdir}"
-S["dvidir"]="${docdir}"
-S["htmldir"]="${docdir}"
-S["infodir"]="${datarootdir}/info"
-S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
-S["oldincludedir"]="/usr/include"
-S["includedir"]="${prefix}/include"
-S["localstatedir"]="${prefix}/var"
-S["sharedstatedir"]="${prefix}/com"
-S["sysconfdir"]="${prefix}/etc"
-S["datadir"]="${datarootdir}"
-S["datarootdir"]="${prefix}/share"
-S["libexecdir"]="${exec_prefix}/libexec"
-S["sbindir"]="${exec_prefix}/sbin"
-S["bindir"]="${exec_prefix}/bin"
-S["program_transform_name"]="s,x,x,"
-S["prefix"]="/usr/local"
-S["exec_prefix"]="${prefix}"
-S["PACKAGE_URL"]="http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git"
-S["PACKAGE_BUGREPORT"]="markus.mayr@tuwien.ac.at"
-S["PACKAGE_STRING"]="Hilbert 3D 0.1.0"
-S["PACKAGE_VERSION"]="0.1.0"
-S["PACKAGE_TARNAME"]="hilbert3d"
-S["PACKAGE_NAME"]="Hilbert 3D"
-S["PATH_SEPARATOR"]=":"
-S["SHELL"]="/bin/bash"
-_ACAWK
-cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
- for (key in S) S_is_set[key] = 1
- FS = "\a"
-
-}
-{
- 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
-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
-fi # test -n "$CONFIG_FILES"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-D["PACKAGE_NAME"]=" \"Hilbert 3D\""
-D["PACKAGE_TARNAME"]=" \"hilbert3d\""
-D["PACKAGE_VERSION"]=" \"0.1.0\""
-D["PACKAGE_STRING"]=" \"Hilbert 3D 0.1.0\""
-D["PACKAGE_BUGREPORT"]=" \"markus.mayr@tuwien.ac.at\""
-D["PACKAGE_URL"]=" \"http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git\""
-D["PACKAGE"]=" \"hilbert3d\""
-D["VERSION"]=" \"0.1.0\""
-D["HAVE_BOOST"]=" /**/"
-D["HAVE_BOOST_REGEX"]=" /**/"
-D["HAVE_BLAS"]=" 1"
-D["HAVE_LAPACK"]=" 1"
-D["HAVE_HLIB"]=" /**/"
-D["STDC_HEADERS"]=" 1"
-D["HAVE_SYS_TYPES_H"]=" 1"
-D["HAVE_SYS_STAT_H"]=" 1"
-D["HAVE_STDLIB_H"]=" 1"
-D["HAVE_STRING_H"]=" 1"
-D["HAVE_MEMORY_H"]=" 1"
-D["HAVE_STRINGS_H"]=" 1"
-D["HAVE_INTTYPES_H"]=" 1"
-D["HAVE_STDINT_H"]=" 1"
-D["HAVE_UNISTD_H"]=" 1"
-D["HAVE__BOOL"]=" 1"
-D["HAVE_STDBOOL_H"]=" 1"
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
- line = $ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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
-# 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;}
- ac_datarootdir_hack='
- s&@datadir@&${datarootdir}&g
- s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
- s&@infodir@&${datarootdir}/info&g
- s&@localedir@&${datarootdir}/locale&g
- s&@mandir@&${datarootdir}/man&g
- s&\${datarootdir}&${prefix}/share&g' ;;
-esac
-ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
-h
-s///
-s/^/:/
-s/[ ]*$/:/
-s/:\$(srcdir):/:/g
-s/:\${srcdir}:/:/g
-s/:@srcdir@:/:/g
-s/^:*//
-s/:*$//
-x
-s/\(=[ ]*\).*/\1/
-G
-s/\n//
-s/^[^=]*=[ ]*$//
-}
-
-: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
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
- } >"$ac_tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$ac_tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- esac
-done # for ac_tag
-
-
-as_fn_exit 0
+++ /dev/null
-#! /bin/sh
-# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for Hilbert 3D 0.1.0.
-#
-# Report bugs to <markus.mayr@tuwien.ac.at>.
-#
-#
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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
-
-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"
- 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 \$(( 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 :
- # 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
- export CONFIG_SHELL
- 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+"$@"}
-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
-$0: markus.mayr@tuwien.ac.at about your system, including
-$0: any error possibly output before this message. Then
-$0: install a modern shell, or manually run the script
-$0: under such a 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_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; }
-
- # 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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in #(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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'"
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&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='Hilbert 3D'
-PACKAGE_TARNAME='hilbert3d'
-PACKAGE_VERSION='0.1.0'
-PACKAGE_STRING='Hilbert 3D 0.1.0'
-PACKAGE_BUGREPORT='markus.mayr@tuwien.ac.at'
-PACKAGE_URL='http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git'
-
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIBOBJS
-AM_LDFLAGS
-AM_CXXFLAGS
-EGREP
-GREP
-CPP
-LOKI_ROOT_PATH
-LOKI_LDFLAGS
-LOKI_CPPFLAGS
-HLIB_LIB
-HLIB_ROOT_PATH
-HLIB_LDFLAGS
-HLIB_CPPFLAGS
-LAPACK_LIBS
-BLAS_LIBS
-FLIBS
-ac_ct_F77
-FFLAGS
-F77
-BOOST_REGEX_LIB
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-BOOST_ROOT_PATH
-BOOST_LDFLAGS
-BOOST_CPPFLAGS
-DOXYGEN_PAPER_SIZE
-DX_COND_latex_FALSE
-DX_COND_latex_TRUE
-DX_COND_pdf_FALSE
-DX_COND_pdf_TRUE
-DX_PDFLATEX
-DX_FLAG_pdf
-DX_COND_ps_FALSE
-DX_COND_ps_TRUE
-DX_EGREP
-DX_DVIPS
-DX_MAKEINDEX
-DX_LATEX
-DX_FLAG_ps
-DX_COND_html_FALSE
-DX_COND_html_TRUE
-DX_FLAG_html
-DX_COND_chi_FALSE
-DX_COND_chi_TRUE
-DX_FLAG_chi
-DX_COND_chm_FALSE
-DX_COND_chm_TRUE
-DX_HHC
-DX_FLAG_chm
-DX_COND_xml_FALSE
-DX_COND_xml_TRUE
-DX_FLAG_xml
-DX_COND_rtf_FALSE
-DX_COND_rtf_TRUE
-DX_FLAG_rtf
-DX_COND_man_FALSE
-DX_COND_man_TRUE
-DX_FLAG_man
-DX_COND_dot_FALSE
-DX_COND_dot_TRUE
-DX_DOT
-DX_FLAG_dot
-DX_COND_doc_FALSE
-DX_COND_doc_TRUE
-DX_PERL
-DX_DOXYGEN
-DX_FLAG_doc
-DX_ENV
-DX_DOCDIR
-DX_CONFIG
-DX_PROJECT
-RANLIB
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CXX
-CPPFLAGS
-LDFLAGS
-CXXFLAGS
-CXX
-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
-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'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_dependency_tracking
-enable_doxygen_doc
-enable_doxygen_dot
-enable_doxygen_man
-enable_doxygen_rtf
-enable_doxygen_xml
-enable_doxygen_chm
-enable_doxygen_chi
-enable_doxygen_html
-enable_doxygen_ps
-enable_doxygen_pdf
-with_boost
-with_boost_regex
-with_blas
-with_lapack
-with_hlib
-with_loki
-'
- ac_precious_vars='build_alias
-host_alias
-target_alias
-CXX
-CXXFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CCC
-DOXYGEN_PAPER_SIZE
-CC
-CFLAGS
-F77
-FFLAGS
-CPP'
-
-
-# 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'
-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 ;;
-
- -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
-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
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used" >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-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 Hilbert 3D 0.1.0 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]
- --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/hilbert3d]
- --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
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of Hilbert 3D 0.1.0:";;
- 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]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
- --disable-doxygen-doc don't generate any doxygen documentation
- --enable-doxygen-dot generate graphics for doxygen documentation
- --enable-doxygen-man generate doxygen manual pages
- --enable-doxygen-rtf generate doxygen RTF documentation
- --enable-doxygen-xml generate doxygen XML documentation
- --enable-doxygen-chm generate doxygen compressed HTML help documentation
- --enable-doxygen-chi generate doxygen seperate compressed HTML help index
- file
- --disable-doxygen-html don't generate doxygen plain HTML documentation
- --disable-doxygen-ps don't generate doxygen PostScript documentation
- --disable-doxygen-pdf don't generate doxygen PDF documentation
-
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-boost[=DIR] use boost (default is yes) - it is possible to
- specify the root directory for boost (optional)
- --with-boost-regex[=special-lib]
- use the Regex library from boost - it is possible to
- specify a certain library for the linker e.g.
- --with-boost-regex=boost_regex-gcc-mt-d-1_33_1
- --with-blas=<lib> use BLAS library <lib>
- --with-lapack=<lib> use LAPACK library <lib>
- --with-hlib[=DIR] use hlib (default is yes) - it is possible to
- specify the root directory for hlib (optional)
- --with-loki[=DIR|:>@ specify the root directory for the loki library
-
-Some influential environment variables:
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
- you have headers in a nonstandard directory <include dir>
- DOXYGEN_PAPER_SIZE
- a4wide (default), a4, letter, legal or executive
- CC C compiler command
- CFLAGS C compiler flags
- F77 Fortran 77 compiler command
- FFLAGS Fortran 77 compiler flags
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>.
-_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
-Hilbert 3D configure 0.1.0
-generated by GNU Autoconf 2.68
-
-Copyright (C) 2010 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_cxx_try_compile LINENO
-# ----------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- 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_cxx_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_cxx_try_compile
-
-# 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 ||
- $as_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_f77_try_compile LINENO
-# ----------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_f77_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_f77_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_f77_try_compile
-
-# ac_fn_c_check_func LINENO FUNC VAR
-# ----------------------------------
-# Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $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 <limits.h> declares $2.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#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
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#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
-
-# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-# -------------------------------------------
-# Tests whether TYPE exists after having included INCLUDES, setting cache
-# variable VAR accordingly.
-ac_fn_c_check_type ()
-{
- 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
- eval "$3=no"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof ($2))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-if (sizeof (($2)))
- return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
- eval "$3=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
-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_type
-
-# 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_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
-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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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.11'
-
-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 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# 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 (
- 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
- rm -f conftest.file
- 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
-
- 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; }
-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 --run true"; then
- am_missing_run="$MISSING --run "
-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}" != 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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; }
-
-mkdir_p="$MKDIR_P"
-case $mkdir_p in
- [\\/$]* | ?:[\\/]*) ;;
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
-esac
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-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='hilbert3d'
- VERSION='0.1.0'
-
-
-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"}
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-
-ac_config_headers="$ac_config_headers src/config.h"
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
- if test -n "$CCC"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- 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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$CXX"; then
- ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_CXX="$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
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CXX" && break
- done
-fi
-if test -z "$CXX"; then
- ac_ct_CXX=$CXX
- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-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_CXX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_CXX"; then
- ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_CXX="$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_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_CXX" && break
-done
-
- if test "x$ac_ct_CXX" = x; then
- CXX="g++"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $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
- CXX=$ac_ct_CXX
- fi
-fi
-
- fi
-fi
-# 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 <stdio.h>
-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_cxx_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_cxx_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_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
- GXX=yes
-else
- GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if ${ac_cv_prog_cxx_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_save_cxx_werror_flag=$ac_cxx_werror_flag
- ac_cxx_werror_flag=yes
- ac_cv_prog_cxx_g=no
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-else
- CXXFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
- CXXFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$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_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
- CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
- if test "$GXX" = yes; then
- CXXFLAGS="-g -O2"
- else
- CXXFLAGS="-g"
- fi
-else
- if test "$GXX" = yes; then
- CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-fi
-ac_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"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-# 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='\'
-fi
- if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-depcc="$CXX" 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_CXX_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'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CXX_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch 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
- ;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
- none) break ;;
- esac
- if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CXX_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
- am__fastdepCXX_TRUE=
- am__fastdepCXX_FALSE='#'
-else
- am__fastdepCXX_TRUE='#'
- am__fastdepCXX_FALSE=
-fi
-
-
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-
-
-
-
-# Files:
-DX_PROJECT="Hilbert 3D"
-
-DX_CONFIG=Doxyfile
-
-DX_DOCDIR=docs/doxygen
-
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV="$DX_ENV SRCDIR='$srcdir'"
-
-DX_ENV="$DX_ENV PROJECT='$DX_PROJECT'"
-
-DX_ENV="$DX_ENV DOCDIR='$DX_DOCDIR'"
-
-DX_ENV="$DX_ENV VERSION='$PACKAGE_VERSION'"
-
-
-# Doxygen itself:
-
-
-
- # Check whether --enable-doxygen-doc was given.
-if test "${enable_doxygen_doc+set}" = set; then :
- enableval=$enable_doxygen_doc;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_doc=1
-
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_doc=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-doc" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_doc=1
-
-
-
-fi
-
-if test "$DX_FLAG_doc" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}doxygen", so it can be a program name with args.
-set dummy ${ac_tool_prefix}doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOXYGEN="$DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOXYGEN="$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
-DX_DOXYGEN=$ac_cv_path_DX_DOXYGEN
-if test -n "$DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOXYGEN" >&5
-$as_echo "$DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOXYGEN"; then
- ac_pt_DX_DOXYGEN=$DX_DOXYGEN
- # Extract the first word of "doxygen", so it can be a program name with args.
-set dummy doxygen; 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_DX_DOXYGEN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOXYGEN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOXYGEN="$ac_pt_DX_DOXYGEN" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOXYGEN="$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_DX_DOXYGEN=$ac_cv_path_ac_pt_DX_DOXYGEN
-if test -n "$ac_pt_DX_DOXYGEN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOXYGEN" >&5
-$as_echo "$ac_pt_DX_DOXYGEN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOXYGEN" = x; then
- DX_DOXYGEN=""
- 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
- DX_DOXYGEN=$ac_pt_DX_DOXYGEN
- fi
-else
- DX_DOXYGEN="$ac_cv_path_DX_DOXYGEN"
-fi
-
-if test "$DX_FLAG_doc$DX_DOXYGEN" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: doxygen not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: doxygen not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}perl", so it can be a program name with args.
-set dummy ${ac_tool_prefix}perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PERL="$DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PERL="$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
-DX_PERL=$ac_cv_path_DX_PERL
-if test -n "$DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PERL" >&5
-$as_echo "$DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PERL"; then
- ac_pt_DX_PERL=$DX_PERL
- # Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; 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_DX_PERL+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PERL in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PERL="$ac_pt_DX_PERL" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PERL="$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_DX_PERL=$ac_cv_path_ac_pt_DX_PERL
-if test -n "$ac_pt_DX_PERL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PERL" >&5
-$as_echo "$ac_pt_DX_PERL" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PERL" = x; then
- DX_PERL=""
- 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
- DX_PERL=$ac_pt_DX_PERL
- fi
-else
- DX_PERL="$ac_cv_path_DX_PERL"
-fi
-
-if test "$DX_FLAG_doc$DX_PERL" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: perl not found - will not generate any doxygen documentation" >&5
-$as_echo "$as_me: WARNING: perl not found - will not generate any doxygen documentation" >&2;}
- DX_FLAG_doc=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_doc" = 1; then
- if :; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
- DX_ENV="$DX_ENV PERL_PATH='$DX_PERL'"
-
- :
-else
- if false; then
- DX_COND_doc_TRUE=
- DX_COND_doc_FALSE='#'
-else
- DX_COND_doc_TRUE='#'
- DX_COND_doc_FALSE=
-fi
-
-
- :
-fi
-
-
-# Dot for graphics:
-
-
-
- # Check whether --enable-doxygen-dot was given.
-if test "${enable_doxygen_dot+set}" = set; then :
- enableval=$enable_doxygen_dot;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_dot=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-dot requires doxygen-dot" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_dot=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-dot" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_dot=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_dot=0
-
-
-
-fi
-
-if test "$DX_FLAG_dot" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dot", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DOT="$DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DOT="$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
-DX_DOT=$ac_cv_path_DX_DOT
-if test -n "$DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DOT" >&5
-$as_echo "$DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DOT"; then
- ac_pt_DX_DOT=$DX_DOT
- # Extract the first word of "dot", so it can be a program name with args.
-set dummy dot; 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_DX_DOT+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DOT in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DOT="$ac_pt_DX_DOT" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DOT="$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_DX_DOT=$ac_cv_path_ac_pt_DX_DOT
-if test -n "$ac_pt_DX_DOT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DOT" >&5
-$as_echo "$ac_pt_DX_DOT" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DOT" = x; then
- DX_DOT=""
- 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
- DX_DOT=$ac_pt_DX_DOT
- fi
-else
- DX_DOT="$ac_cv_path_DX_DOT"
-fi
-
-if test "$DX_FLAG_dot$DX_DOT" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dot not found - will not generate graphics for doxygen documentation" >&5
-$as_echo "$as_me: WARNING: dot not found - will not generate graphics for doxygen documentation" >&2;}
- DX_FLAG_dot=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_dot" = 1; then
- if :; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='YES'"
-
- DX_ENV="$DX_ENV DOT_PATH='`expr ".$DX_DOT" : '\(\.\)[^/]*$' \| "x$DX_DOT" : 'x\(.*\)/[^/]*$'`'"
-
- :
-else
- if false; then
- DX_COND_dot_TRUE=
- DX_COND_dot_FALSE='#'
-else
- DX_COND_dot_TRUE='#'
- DX_COND_dot_FALSE=
-fi
-
- DX_ENV="$DX_ENV HAVE_DOT='NO'"
-
- :
-fi
-
-
-# Man pages generation:
-
-
-
- # Check whether --enable-doxygen-man was given.
-if test "${enable_doxygen_man+set}" = set; then :
- enableval=$enable_doxygen_man;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_man=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-man requires doxygen-man" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_man=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-man" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_man=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_man=0
-
-
-
-fi
-
-if test "$DX_FLAG_man" = 1; then
-
- :
-fi
-if test "$DX_FLAG_man" = 1; then
- if :; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='YES'"
-
- :
-else
- if false; then
- DX_COND_man_TRUE=
- DX_COND_man_FALSE='#'
-else
- DX_COND_man_TRUE='#'
- DX_COND_man_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_MAN='NO'"
-
- :
-fi
-
-
-# RTF file generation:
-
-
-
- # Check whether --enable-doxygen-rtf was given.
-if test "${enable_doxygen_rtf+set}" = set; then :
- enableval=$enable_doxygen_rtf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_rtf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-rtf requires doxygen-rtf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_rtf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-rtf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_rtf=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_rtf=0
-
-
-
-fi
-
-if test "$DX_FLAG_rtf" = 1; then
-
- :
-fi
-if test "$DX_FLAG_rtf" = 1; then
- if :; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='YES'"
-
- :
-else
- if false; then
- DX_COND_rtf_TRUE=
- DX_COND_rtf_FALSE='#'
-else
- DX_COND_rtf_TRUE='#'
- DX_COND_rtf_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_RTF='NO'"
-
- :
-fi
-
-
-# XML file generation:
-
-
-
- # Check whether --enable-doxygen-xml was given.
-if test "${enable_doxygen_xml+set}" = set; then :
- enableval=$enable_doxygen_xml;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_xml=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-xml requires doxygen-xml" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_xml=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-xml" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_xml=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_xml=0
-
-
-
-fi
-
-if test "$DX_FLAG_xml" = 1; then
-
- :
-fi
-if test "$DX_FLAG_xml" = 1; then
- if :; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='YES'"
-
- :
-else
- if false; then
- DX_COND_xml_TRUE=
- DX_COND_xml_FALSE='#'
-else
- DX_COND_xml_TRUE='#'
- DX_COND_xml_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_XML='NO'"
-
- :
-fi
-
-
-# (Compressed) HTML help generation:
-
-
-
- # Check whether --enable-doxygen-chm was given.
-if test "${enable_doxygen_chm+set}" = set; then :
- enableval=$enable_doxygen_chm;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chm=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-chm requires doxygen-chm" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chm=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chm" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chm=0
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_chm=0
-
-
-
-fi
-
-if test "$DX_FLAG_chm" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}hhc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_HHC="$DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_HHC="$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
-DX_HHC=$ac_cv_path_DX_HHC
-if test -n "$DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_HHC" >&5
-$as_echo "$DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_HHC"; then
- ac_pt_DX_HHC=$DX_HHC
- # Extract the first word of "hhc", so it can be a program name with args.
-set dummy hhc; 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_DX_HHC+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_HHC in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_HHC="$ac_pt_DX_HHC" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_HHC="$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_DX_HHC=$ac_cv_path_ac_pt_DX_HHC
-if test -n "$ac_pt_DX_HHC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_HHC" >&5
-$as_echo "$ac_pt_DX_HHC" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_HHC" = x; then
- DX_HHC=""
- 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
- DX_HHC=$ac_pt_DX_HHC
- fi
-else
- DX_HHC="$ac_cv_path_DX_HHC"
-fi
-
-if test "$DX_FLAG_chm$DX_HHC" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&5
-$as_echo "$as_me: WARNING: hhc not found - will not generate doxygen compressed HTML help documentation" >&2;}
- DX_FLAG_chm=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_chm" = 1; then
- if :; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV HHC_PATH='$DX_HHC'"
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='YES'"
-
- :
-else
- if false; then
- DX_COND_chm_TRUE=
- DX_COND_chm_FALSE='#'
-else
- DX_COND_chm_TRUE='#'
- DX_COND_chm_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTMLHELP='NO'"
-
- :
-fi
-
-
-# Seperate CHI file generation.
-
-
-
- # Check whether --enable-doxygen-chi was given.
-if test "${enable_doxygen_chi+set}" = set; then :
- enableval=$enable_doxygen_chi;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_chi=1
-
-
-test "$DX_FLAG_chm" = "1" \
-|| as_fn_error $? "doxygen-chi requires doxygen-chi" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_chi=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-chi" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_chi=0
-
-
-test "$DX_FLAG_chm" = "1" || DX_FLAG_chi=0
-
-
-
-fi
-
-if test "$DX_FLAG_chi" = 1; then
-
- :
-fi
-if test "$DX_FLAG_chi" = 1; then
- if :; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='YES'"
-
- :
-else
- if false; then
- DX_COND_chi_TRUE=
- DX_COND_chi_FALSE='#'
-else
- DX_COND_chi_TRUE='#'
- DX_COND_chi_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_CHI='NO'"
-
- :
-fi
-
-
-# Plain HTML pages generation:
-
-
-
- # Check whether --enable-doxygen-html was given.
-if test "${enable_doxygen_html+set}" = set; then :
- enableval=$enable_doxygen_html;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-html requires doxygen-html" "$LINENO" 5
-
-test "$DX_FLAG_chm" = "0" \
-|| as_fn_error $? "doxygen-html contradicts doxygen-html" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_html=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-html" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_html=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_html=0
-
-
-test "$DX_FLAG_chm" = "0" || DX_FLAG_html=0
-
-
-
-fi
-
-if test "$DX_FLAG_html" = 1; then
-
- :
-fi
-if test "$DX_FLAG_html" = 1; then
- if :; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_HTML='YES'"
-
- :
-else
- if false; then
- DX_COND_html_TRUE=
- DX_COND_html_FALSE='#'
-else
- DX_COND_html_TRUE='#'
- DX_COND_html_FALSE=
-fi
-
- test "$DX_FLAG_chm" = 1 || DX_ENV="$DX_ENV GENERATE_HTML='NO'"
-
- :
-fi
-
-
-# PostScript file generation:
-
-
-
- # Check whether --enable-doxygen-ps was given.
-if test "${enable_doxygen_ps+set}" = set; then :
- enableval=$enable_doxygen_ps;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-ps requires doxygen-ps" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_ps=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-ps" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_ps=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_ps=0
-
-
-
-fi
-
-if test "$DX_FLAG_ps" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}latex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_LATEX="$DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_LATEX="$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
-DX_LATEX=$ac_cv_path_DX_LATEX
-if test -n "$DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LATEX" >&5
-$as_echo "$DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_LATEX"; then
- ac_pt_DX_LATEX=$DX_LATEX
- # Extract the first word of "latex", so it can be a program name with args.
-set dummy latex; 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_DX_LATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_LATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_LATEX="$ac_pt_DX_LATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_LATEX="$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_DX_LATEX=$ac_cv_path_ac_pt_DX_LATEX
-if test -n "$ac_pt_DX_LATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_LATEX" >&5
-$as_echo "$ac_pt_DX_LATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_LATEX" = x; then
- DX_LATEX=""
- 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
- DX_LATEX=$ac_pt_DX_LATEX
- fi
-else
- DX_LATEX="$ac_cv_path_DX_LATEX"
-fi
-
-if test "$DX_FLAG_ps$DX_LATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: latex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: latex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_ps$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}dvips", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_DVIPS="$DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_DVIPS="$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
-DX_DVIPS=$ac_cv_path_DX_DVIPS
-if test -n "$DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_DVIPS" >&5
-$as_echo "$DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_DVIPS"; then
- ac_pt_DX_DVIPS=$DX_DVIPS
- # Extract the first word of "dvips", so it can be a program name with args.
-set dummy dvips; 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_DX_DVIPS+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_DVIPS in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_DVIPS="$ac_pt_DX_DVIPS" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_DVIPS="$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_DX_DVIPS=$ac_cv_path_ac_pt_DX_DVIPS
-if test -n "$ac_pt_DX_DVIPS"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_DVIPS" >&5
-$as_echo "$ac_pt_DX_DVIPS" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_DVIPS" = x; then
- DX_DVIPS=""
- 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
- DX_DVIPS=$ac_pt_DX_DVIPS
- fi
-else
- DX_DVIPS="$ac_cv_path_DX_DVIPS"
-fi
-
-if test "$DX_FLAG_ps$DX_DVIPS" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: dvips not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_ps$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PostScript documentation" >&2;}
- DX_FLAG_ps=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_ps" = 1; then
- if :; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_ps_TRUE=
- DX_COND_ps_FALSE='#'
-else
- DX_COND_ps_TRUE='#'
- DX_COND_ps_FALSE=
-fi
-
-
- :
-fi
-
-
-# PDF file generation:
-
-
-
- # Check whether --enable-doxygen-pdf was given.
-if test "${enable_doxygen_pdf+set}" = set; then :
- enableval=$enable_doxygen_pdf;
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" \
-|| as_fn_error $? "doxygen-pdf requires doxygen-pdf" "$LINENO" 5
-
-;; #(
-n|N|no|No|NO)
- DX_FLAG_pdf=0
-
-;; #(
-*)
- as_fn_error $? "invalid value '$enableval' given to doxygen-pdf" "$LINENO" 5
-;;
-esac
-
-else
-
-DX_FLAG_pdf=1
-
-
-test "$DX_FLAG_doc" = "1" || DX_FLAG_pdf=0
-
-
-
-fi
-
-if test "$DX_FLAG_pdf" = 1; then
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}pdflatex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_PDFLATEX="$DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_PDFLATEX="$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
-DX_PDFLATEX=$ac_cv_path_DX_PDFLATEX
-if test -n "$DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_PDFLATEX" >&5
-$as_echo "$DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_PDFLATEX"; then
- ac_pt_DX_PDFLATEX=$DX_PDFLATEX
- # Extract the first word of "pdflatex", so it can be a program name with args.
-set dummy pdflatex; 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_DX_PDFLATEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_PDFLATEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_PDFLATEX="$ac_pt_DX_PDFLATEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_PDFLATEX="$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_DX_PDFLATEX=$ac_cv_path_ac_pt_DX_PDFLATEX
-if test -n "$ac_pt_DX_PDFLATEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_PDFLATEX" >&5
-$as_echo "$ac_pt_DX_PDFLATEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_PDFLATEX" = x; then
- DX_PDFLATEX=""
- 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
- DX_PDFLATEX=$ac_pt_DX_PDFLATEX
- fi
-else
- DX_PDFLATEX="$ac_cv_path_DX_PDFLATEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_PDFLATEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: pdflatex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}makeindex", so it can be a program name with args.
-set dummy ${ac_tool_prefix}makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_MAKEINDEX="$DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_MAKEINDEX="$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
-DX_MAKEINDEX=$ac_cv_path_DX_MAKEINDEX
-if test -n "$DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_MAKEINDEX" >&5
-$as_echo "$DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_MAKEINDEX"; then
- ac_pt_DX_MAKEINDEX=$DX_MAKEINDEX
- # Extract the first word of "makeindex", so it can be a program name with args.
-set dummy makeindex; 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_DX_MAKEINDEX+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_MAKEINDEX in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_MAKEINDEX="$ac_pt_DX_MAKEINDEX" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_MAKEINDEX="$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_DX_MAKEINDEX=$ac_cv_path_ac_pt_DX_MAKEINDEX
-if test -n "$ac_pt_DX_MAKEINDEX"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_MAKEINDEX" >&5
-$as_echo "$ac_pt_DX_MAKEINDEX" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_MAKEINDEX" = x; then
- DX_MAKEINDEX=""
- 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
- DX_MAKEINDEX=$ac_pt_DX_MAKEINDEX
- fi
-else
- DX_MAKEINDEX="$ac_cv_path_DX_MAKEINDEX"
-fi
-
-if test "$DX_FLAG_pdf$DX_MAKEINDEX" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: makeindex not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}egrep", so it can be a program name with args.
-set dummy ${ac_tool_prefix}egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DX_EGREP="$DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DX_EGREP="$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
-DX_EGREP=$ac_cv_path_DX_EGREP
-if test -n "$DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_EGREP" >&5
-$as_echo "$DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_DX_EGREP"; then
- ac_pt_DX_EGREP=$DX_EGREP
- # Extract the first word of "egrep", so it can be a program name with args.
-set dummy egrep; 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_DX_EGREP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $ac_pt_DX_EGREP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_ac_pt_DX_EGREP="$ac_pt_DX_EGREP" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_ac_pt_DX_EGREP="$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_DX_EGREP=$ac_cv_path_ac_pt_DX_EGREP
-if test -n "$ac_pt_DX_EGREP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_DX_EGREP" >&5
-$as_echo "$ac_pt_DX_EGREP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_pt_DX_EGREP" = x; then
- DX_EGREP=""
- 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
- DX_EGREP=$ac_pt_DX_EGREP
- fi
-else
- DX_EGREP="$ac_cv_path_DX_EGREP"
-fi
-
-if test "$DX_FLAG_pdf$DX_EGREP" = 1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: egrep not found - will not generate doxygen PDF documentation" >&5
-$as_echo "$as_me: WARNING: egrep not found - will not generate doxygen PDF documentation" >&2;}
- DX_FLAG_pdf=0
-
-fi
-
- :
-fi
-if test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-else
- if false; then
- DX_COND_pdf_TRUE=
- DX_COND_pdf_FALSE='#'
-else
- DX_COND_pdf_TRUE='#'
- DX_COND_pdf_FALSE=
-fi
-
-
- :
-fi
-
-
-# LaTeX generation for PS and/or PDF:
-if test "$DX_FLAG_ps" = 1 || test "$DX_FLAG_pdf" = 1; then
- if :; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='YES'"
-
-else
- if false; then
- DX_COND_latex_TRUE=
- DX_COND_latex_FALSE='#'
-else
- DX_COND_latex_TRUE='#'
- DX_COND_latex_FALSE=
-fi
-
- DX_ENV="$DX_ENV GENERATE_LATEX='NO'"
-
-fi
-
-# Paper size for PS and/or PDF:
-
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- DOXYGEN_PAPER_SIZE=""
-
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV="$DX_ENV PAPER_SIZE='$DOXYGEN_PAPER_SIZE'"
-
-;; #(
-*)
- as_fn_error $? "unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'" "$LINENO" 5
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-
-
-
-
-
-# Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
- withval=$with_boost;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
-
-else
- want_boost="yes"
-fi
-
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=1.38.0
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
- succeeded=no
-
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- #include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
- #include <boost/version.hpp>
-
-int
-main ()
-{
-
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- succeeded=yes
- found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: WARNING: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&2;}
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: WARNING: Your boost libraries seems to old (version $_version)." >&2;}
- fi
- else
-
-
-
-
-$as_echo "#define HAVE_BOOST /**/" >>confdefs.h
-
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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
-
-{ $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 <stdarg.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-/* 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
-
-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'.
- 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 8's {/usr,}/bin/sh.
- touch 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
- ;;
- 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
-
-
-
-
-
-# Check whether --with-boost-regex was given.
-if test "${with_boost_regex+set}" = set; then :
- withval=$with_boost_regex;
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
-
-else
- want_boost="yes"
-
-fi
-
-
- if test "x$want_boost" = "xyes"; then
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5
-$as_echo_n "checking whether the Boost::Regex library is available... " >&6; }
-if ${ax_cv_boost_regex+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <boost/regex.hpp>
-
-int
-main ()
-{
-boost::regex r(); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_boost_regex=yes
-else
- ax_cv_boost_regex=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_regex" >&5
-$as_echo "$ax_cv_boost_regex" >&6; }
- if test "x$ax_cv_boost_regex" = "xyes"; then
-
-$as_echo "#define HAVE_BOOST_REGEX /**/" >>confdefs.h
-
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
-$as_echo_n "checking for exit in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char exit ();
-int
-main ()
-{
-return exit ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
-$as_echo_n "checking for main in -l$ax_lib... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$ax_lib $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-
-int
-main ()
-{
-return main ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BOOST_REGEX_LIB="-l$ax_lib"; link_regex="yes"; break
-else
- link_regex="no"
-fi
-
- done
- fi
- if test "x$link_regex" != "xyes"; then
- as_fn_error $? "Could not link against $ax_lib !" "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-
-AX_BOOST_TEST
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-if test -n "$ac_tool_prefix"; then
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
- 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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$F77"; then
- ac_cv_prog_F77="$F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_F77="$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
-F77=$ac_cv_prog_F77
-if test -n "$F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
-$as_echo "$F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$F77" && break
- done
-fi
-if test -z "$F77"; then
- ac_ct_F77=$F77
- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
-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_F77+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_F77"; then
- ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_F77="$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_F77=$ac_cv_prog_ac_ct_F77
-if test -n "$ac_ct_F77"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
-$as_echo "$ac_ct_F77" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$ac_ct_F77" && break
-done
-
- if test "x$ac_ct_F77" = x; then
- F77=""
- 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
- F77=$ac_ct_F77
- fi
-fi
-
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 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
-rm -f a.out
-
-# If we don't use `.F' as extension, the preprocessor is not run on the
-# input file. (Note that this only needs to work for GNU compilers.)
-ac_save_ext=$ac_ext
-ac_ext=F
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
-if ${ac_cv_f77_compiler_gnu+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-#ifndef __GNUC__
- choke me
-#endif
-
- end
-_ACEOF
-if ac_fn_f77_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_f77_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
-ac_ext=$ac_save_ext
-ac_test_FFLAGS=${FFLAGS+set}
-ac_save_FFLAGS=$FFLAGS
-FFLAGS=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
-if ${ac_cv_prog_f77_g+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- FFLAGS=-g
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_g=yes
-else
- ac_cv_prog_f77_g=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
-$as_echo "$ac_cv_prog_f77_g" >&6; }
-if test "$ac_test_FFLAGS" = set; then
- FFLAGS=$ac_save_FFLAGS
-elif test $ac_cv_prog_f77_g = yes; then
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-g -O2"
- else
- FFLAGS="-g"
- fi
-else
- if test "x$ac_cv_f77_compiler_gnu" = xyes; then
- FFLAGS="-O2"
- else
- FFLAGS=
- fi
-fi
-
-if test $ac_compiler_gnu = yes; then
- G77=yes
-else
- G77=
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $F77" >&5
-$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
-if ${ac_cv_prog_f77_v+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- ac_cv_prog_f77_v=
-# Try some options frequently used verbose output
-for ac_verb in -v -verbose --verbose -V -\#\#\#; do
- cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_verb"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
- # look for -l* and *.a constructs in the output
- for ac_arg in $ac_f77_v_output; do
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
- ac_cv_prog_f77_v=$ac_verb
- break 2 ;;
- esac
- done
-done
-if test -z "$ac_cv_prog_f77_v"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $F77" >&5
-$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
-fi
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5
-$as_echo "$as_me: WARNING: compilation failed" >&2;}
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_v" >&5
-$as_echo "$ac_cv_prog_f77_v" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 libraries of $F77" >&5
-$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
-if ${ac_cv_f77_libs+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- if test "x$FLIBS" != "x"; then
- ac_cv_f77_libs="$FLIBS" # Let the user override the test.
-else
-
-cat > conftest.$ac_ext <<_ACEOF
- program main
-
- end
-_ACEOF
-
-# Compile and link our simple test program by passing a flag (argument
-# 1 to this macro) to the Fortran compiler in order to get
-# "verbose" output that we can then parse for the Fortran linker
-# flags.
-ac_save_FFLAGS=$FFLAGS
-FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
-eval "set x $ac_link"
-shift
-$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5
-# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
-# LIBRARY_PATH; skip all such settings.
-ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
- sed '/^Driving:/d; /^Configured with:/d;
- '"/^[_$as_cr_Letters][_$as_cr_alnum]*=/d"`
-$as_echo "$ac_f77_v_output" >&5
-FFLAGS=$ac_save_FFLAGS
-
-rm -rf conftest*
-
-# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
-# /foo, /bar, and /baz are search directories for the Fortran linker.
-# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
-ac_f77_v_output="`echo $ac_f77_v_output |
- grep 'LPATH is:' |
- sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
-
-# FIXME: we keep getting bitten by quoted arguments; a more general fix
-# that detects unbalanced quotes in FLIBS should be implemented
-# and (ugh) tested at some point.
-case $ac_f77_v_output in
- # If we are using xlf then replace all the commas with spaces.
- *xlfentry*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
- # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
- # $LIBS confuse us, and the libraries appear later in the output anyway).
- *mGLOB_options_string*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
-
- # Portland Group compiler has singly- or doubly-quoted -cmdline argument
- # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
- # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
- *-cmdline\ * | *-ignore\ * | *-def\ *)
- ac_f77_v_output=`echo $ac_f77_v_output | sed "\
- s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g
- s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g
- s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;;
-
- # If we are using Cray Fortran then delete quotes.
- *cft90*)
- ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
-esac
-
-
-
-ac_cv_f77_libs=
-
-# Save positional arguments (if any)
-ac_save_positional="$@"
-
-set X $ac_f77_v_output
-while test $# != 1; do
- shift
- ac_arg=$1
- case $ac_arg in
- [\\/]*.a | ?:[\\/]*.a)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -bI:*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_arg; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
-fi
- ;;
- # Ignore these flags.
- -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
- |-LANG:=* | -LIST:* | -LNO:* | -link)
- ;;
- -lkernel32)
- test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- -[LRuYz])
- # These flags, when seen by themselves, take an argument.
- # We remove the space between option and argument and re-iterate
- # unless we find an empty arg or a new option (starting with -)
- case $2 in
- "" | -*);;
- *)
- ac_arg="$ac_arg$2"
- shift; shift
- set X $ac_arg "$@"
- ;;
- esac
- ;;
- -YP,*)
- for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_j" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_arg="$ac_arg $ac_j"
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
-fi
- done
- ;;
- -[lLR]*)
- ac_exists=false
- for ac_i in $ac_cv_f77_libs; do
- if test x"$ac_arg" = x"$ac_i"; then
- ac_exists=true
- break
- fi
- done
-
- if test x"$ac_exists" = xtrue; then :
-
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
-fi
- ;;
- -zallextract*| -zdefaultextract)
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
- ;;
- # Ignore everything else.
- esac
-done
-# restore positional arguments
-set X $ac_save_positional; shift
-
-# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
-# then we insist that the "run path" must be an absolute path (i.e. it
-# must begin with a "/").
-case `(uname -sr) 2>/dev/null` in
- "SunOS 5"*)
- ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
- sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
- test "x$ac_ld_run_path" != x &&
- if test "$ac_compiler_gnu" = yes; then
- for ac_link_opt in $ac_ld_run_path; do
- ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
- done
-else
- ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
-fi
- ;;
-esac
-fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_libs" >&5
-$as_echo "$ac_cv_f77_libs" >&6; }
-FLIBS="$ac_cv_f77_libs"
-
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dummy main to link with Fortran 77 libraries" >&5
-$as_echo_n "checking for dummy main to link with Fortran 77 libraries... " >&6; }
-if ${ac_cv_f77_dummy_main+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_f77_dm_save_LIBS=$LIBS
- LIBS="$LIBS $FLIBS"
- ac_fortran_dm_var=F77_DUMMY_MAIN
- 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
-
- # First, try linking without a dummy main:
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=none
-else
- ac_cv_fortran_dummy_main=unknown
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
- if test $ac_cv_fortran_dummy_main = unknown; then
- for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#define $ac_fortran_dm_var $ac_func
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_fortran_dummy_main=$ac_func; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- fi
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
- ac_cv_f77_dummy_main=$ac_cv_fortran_dummy_main
- rm -rf conftest*
- LIBS=$ac_f77_dm_save_LIBS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_dummy_main" >&5
-$as_echo "$ac_cv_f77_dummy_main" >&6; }
-F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
-if test "$F77_DUMMY_MAIN" != unknown; then :
- if test $F77_DUMMY_MAIN != none; then
-
-cat >>confdefs.h <<_ACEOF
-#define F77_DUMMY_MAIN $F77_DUMMY_MAIN
-_ACEOF
-
- if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
-
-$as_echo "#define FC_DUMMY_MAIN_EQ_F77 1" >>confdefs.h
-
- fi
-fi
-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 $? "linking to Fortran libraries from C fails
-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
-
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 name-mangling scheme" >&5
-$as_echo_n "checking for Fortran 77 name-mangling scheme... " >&6; }
-if ${ac_cv_f77_mangling+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat > conftest.$ac_ext <<_ACEOF
- subroutine foobar()
- return
- end
- subroutine foo_bar()
- return
- end
-_ACEOF
-if ac_fn_f77_try_compile "$LINENO"; then :
- mv conftest.$ac_objext cfortran_test.$ac_objext
-
- ac_save_LIBS=$LIBS
- LIBS="cfortran_test.$ac_objext $LIBS $FLIBS"
-
- 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_success=no
- for ac_foobar in foobar FOOBAR; do
- for ac_underscore in "" "_"; do
- ac_func="$ac_foobar$ac_underscore"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success=yes; break 2
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success" = "yes"; then
- case $ac_foobar in
- foobar)
- ac_case=lower
- ac_foo_bar=foo_bar
- ;;
- FOOBAR)
- ac_case=upper
- ac_foo_bar=FOO_BAR
- ;;
- 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
- ac_success_extra=no
- for ac_extra in "" "_"; do
- ac_func="$ac_foo_bar$ac_underscore$ac_extra"
- 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 $ac_func ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $ac_func ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_success_extra=yes; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- done
- ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
- if test "$ac_success_extra" = "yes"; then
- ac_cv_f77_mangling="$ac_case case"
- if test -z "$ac_underscore"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, underscore"
- fi
- if test -z "$ac_extra"; then
- ac_cv_f77_mangling="$ac_cv_f77_mangling, no extra underscore"
- else
- ac_cv_f77_mangling="$ac_cv_f77_mangling, extra underscore"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
- else
- ac_cv_f77_mangling="unknown"
- fi
-
- LIBS=$ac_save_LIBS
- rm -rf conftest*
- rm -f cfortran_test*
-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 compile a simple Fortran program
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_mangling" >&5
-$as_echo "$ac_cv_f77_mangling" >&6; }
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-ax_blas_ok=no
-
-
-# Check whether --with-blas was given.
-if test "${with_blas+set}" = set; then :
- withval=$with_blas;
-fi
-
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="SGEMM" ;;
- lower*) ac_val="sgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-sgemm="$ac_val"
-
-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=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="DGEMM" ;;
- lower*) ac_val="dgemm" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-dgemm="$ac_val"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in $BLAS_LIBS" >&5
-$as_echo_n "checking for $sgemm in $BLAS_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-else
- BLAS_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $sgemm is being linked in already" >&5
-$as_echo_n "checking if $sgemm is being linked in already... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5
-$as_echo_n "checking for ATL_xerbla in -latlas... " >&6; }
-if ${ac_cv_lib_atlas_ATL_xerbla+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-latlas $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 ATL_xerbla ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return ATL_xerbla ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_atlas_ATL_xerbla=yes
-else
- ac_cv_lib_atlas_ATL_xerbla=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_atlas_ATL_xerbla" >&5
-$as_echo "$ac_cv_lib_atlas_ATL_xerbla" >&6; }
-if test "x$ac_cv_lib_atlas_ATL_xerbla" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lf77blas" >&5
-$as_echo_n "checking for $sgemm in -lf77blas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lf77blas -latlas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cblas_dgemm in -lcblas" >&5
-$as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; }
-if ${ac_cv_lib_cblas_cblas_dgemm+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcblas -lf77blas -latlas $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 cblas_dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return cblas_dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_cblas_cblas_dgemm=yes
-else
- ac_cv_lib_cblas_cblas_dgemm=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_cblas_cblas_dgemm" >&5
-$as_echo "$ac_cv_lib_cblas_cblas_dgemm" >&6; }
-if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then :
- ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $dgemm in -ldgemm" >&5
-$as_echo_n "checking for $dgemm in -ldgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldgemm -lblas $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 $dgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $dgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsgemm" >&5
-$as_echo_n "checking for $sgemm in -lsgemm... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsgemm -lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
-fi
-
-fi
-
-fi
-
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_mkl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lmkl" >&5
-$as_echo_n "checking for $sgemm in -lmkl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lmkl $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lmkl"
-fi
-
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -framework vecLib" >&5
-$as_echo_n "checking for $sgemm in -framework vecLib... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_blas_ok" >&5
-$as_echo "$ax_blas_ok" >&6; }
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_cxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcxml" >&5
-$as_echo_n "checking for $sgemm in -lcxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-lcxml"
-fi
-
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_dxml_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -ldxml" >&5
-$as_echo_n "checking for $sgemm in -ldxml... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldxml $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes;BLAS_LIBS="-ldxml"
-fi
-
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5
-$as_echo_n "checking for acosp in -lsunmath... " >&6; }
-if ${ac_cv_lib_sunmath_acosp+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunmath $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 acosp ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return acosp ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_sunmath_acosp=yes
-else
- ac_cv_lib_sunmath_acosp=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_sunmath_acosp" >&5
-$as_echo "$ac_cv_lib_sunmath_acosp" >&6; }
-if test "x$ac_cv_lib_sunmath_acosp" = xyes; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_sunperf_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lsunperf" >&5
-$as_echo_n "checking for $sgemm in -lsunperf... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsunperf -lsunmath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes
-fi
-
-fi
-
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_scs_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lscs" >&5
-$as_echo_n "checking for $sgemm in -lscs... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lscs $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lscs"
-fi
-
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_complib.sgimath_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lcomplib.sgimath" >&5
-$as_echo_n "checking for $sgemm in -lcomplib.sgimath... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcomplib.sgimath $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"
-fi
-
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- as_ac_Lib=`$as_echo "ac_cv_lib_essl_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lessl" >&5
-$as_echo_n "checking for $sgemm in -lessl... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lessl -lblas $FLIBS $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"
-fi
-
-fi
-
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- as_ac_Lib=`$as_echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sgemm in -lblas" >&5
-$as_echo_n "checking for $sgemm in -lblas... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lblas $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 $sgemm ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $sgemm ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_blas_ok=yes; BLAS_LIBS="-lblas"
-fi
-
-fi
-
-
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
-
-$as_echo "#define HAVE_BLAS 1" >>confdefs.h
-
- :
-else
- ax_blas_ok=no
-
-fi
-
-
-
-ax_lapack_ok=no
-
-
-# Check whether --with-lapack was given.
-if test "${with_lapack+set}" = set; then :
- withval=$with_lapack;
-fi
-
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-ac_ext=f
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-case $ac_cv_f77_mangling in
- upper*) ac_val="CHEEV" ;;
- lower*) ac_val="cheev" ;;
- *) ac_val="unknown" ;;
-esac
-case $ac_cv_f77_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
-
-cheev="$ac_val"
-
-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
-
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in $LAPACK_LIBS" >&5
-$as_echo_n "checking for $cheev in $LAPACK_LIBS... " >&6; }
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ax_lapack_ok=yes
-else
- LAPACK_LIBS=""
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_lapack_ok" >&5
-$as_echo "$ax_lapack_ok" >&6; }
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- as_ac_var=`$as_echo "ac_cv_func_$cheev" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$cheev" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
- ax_lapack_ok=yes
-fi
-
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh`
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $cheev in -l$lapack" >&5
-$as_echo_n "checking for $cheev in -l$lapack... " >&6; }
-if eval \${$as_ac_Lib+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-l$lapack $FLIBS $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 $cheev ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return $cheev ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$as_ac_Lib=yes"
-else
- eval "$as_ac_Lib=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-eval ac_res=\$$as_ac_Lib
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
- ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"
-fi
-
- LIBS="$save_LIBS"
- fi
-done
-
-
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
-
-$as_echo "#define HAVE_LAPACK 1" >>confdefs.h
-
- :
-else
- ax_lapack_ok=no
-
-fi
-
-
-
-
-
-# Check whether --with-hlib was given.
-if test "${with_hlib+set}" = set; then :
- withval=$with_hlib;
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
-
-else
-
- want_hlib="yes"
-
-fi
-
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- as_fn_error $? "We could not detect lapack. Please install lapack or disable
- HLib." "$LINENO" 5
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package." "$LINENO" 5
- else
-
-
-
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether HLib library is available" >&5
-$as_echo_n "checking whether HLib library is available... " >&6; }
-if ${ax_cv_hlib+:} 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. */
-#include <HLib/bem2d.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ax_cv_hlib=yes
-else
- ax_cv_hlib=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_hlib" >&5
-$as_echo "$ax_cv_hlib" >&6; }
-
- if test "x$ax_cv_hlib" = "xyes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aca_fill_block in -lhmatrix" >&5
-$as_echo_n "checking for aca_fill_block in -lhmatrix... " >&6; }
-if ${ac_cv_lib_hmatrix_aca_fill_block+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lhmatrix $LAPACK_LIBS $BLAS_LIBS $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 aca_fill_block ();
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-return aca_fill_block ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_hmatrix_aca_fill_block=yes
-else
- ac_cv_lib_hmatrix_aca_fill_block=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_hmatrix_aca_fill_block" >&5
-$as_echo "$ac_cv_lib_hmatrix_aca_fill_block" >&6; }
-if test "x$ac_cv_lib_hmatrix_aca_fill_block" = xyes; then :
- HLIB_LIB="-lhmatrix"; link_hlib="yes"; break
-else
- link_hlib="no"
-fi
-
-
- if test "x$link_hlib" = "xyes"; then
-
-$as_echo "#define HAVE_HLIB /**/" >>confdefs.h
-
- else
- as_fn_error $? "Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no." "$LINENO" 5
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-
-
-
-# Check whether --with-loki was given.
-if test "${with_loki+set}" = set; then :
- withval=$with_loki;
- if test "$withval" = "no"; then
- as_fn_error $? "Sorry, but it is not possible to compile without loki" "$LINENO" 5
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
-
-else
-
- want_loki="yes";
-
-fi
-
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- as_fn_error $? "We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding." "$LINENO" 5
- else
-
-
-
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Loki is usable" >&5
-$as_echo_n "checking whether Loki is usable... " >&6; }
-if ${ax_cv_loki+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <loki/SmartPtr.h>
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-::Loki::SmartPtr< int > t = new int;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
- ax_cv_loki="yes"
-else
- ax_cv_loki="no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_loki" >&5
-$as_echo "$ax_cv_loki" >&6; }
-
- if test "$ax_cv_loki" != "yes"; then
- as_fn_error $? "Could not use the loki library. Please make sure
- that it is installed correctly." "$LINENO" 5;
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- 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
-{ $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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-#else
-# include <assert.h>
-#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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
- # <limits.h> 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 <limits.h>
-#else
-# include <assert.h>
-#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 <ac_nonexistent.h>
-_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 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"
- { test -f "$ac_path_GREP" && $as_test_x "$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"
- { test -f "$ac_path_EGREP" && $as_test_x "$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 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 <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-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 <string.h>
-
-_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 <stdlib.h>
-
-_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 <ctype.h>
-#include <stdlib.h>
-#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
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
-$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
-if ${ac_cv_header_stdbool_h+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <stdbool.h>
-#ifndef bool
- "error: bool is not defined"
-#endif
-#ifndef false
- "error: false is not defined"
-#endif
-#if false
- "error: false is not 0"
-#endif
-#ifndef true
- "error: true is not defined"
-#endif
-#if true != 1
- "error: true is not 1"
-#endif
-#ifndef __bool_true_false_are_defined
- "error: __bool_true_false_are_defined is not defined"
-#endif
-
- struct s { _Bool s: 1; _Bool t; } s;
-
- char a[true == 1 ? 1 : -1];
- char b[false == 0 ? 1 : -1];
- char c[__bool_true_false_are_defined == 1 ? 1 : -1];
- char d[(bool) 0.5 == true ? 1 : -1];
- /* See body of main program for 'e'. */
- char f[(_Bool) 0.0 == false ? 1 : -1];
- char g[true];
- char h[sizeof (_Bool)];
- char i[sizeof s.t];
- enum { j = false, k = true, l = false * true, m = true * 256 };
- /* The following fails for
- HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
- _Bool n[m];
- char o[sizeof n == m * sizeof n[0] ? 1 : -1];
- char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
- /* Catch a bug in an HP-UX C compiler. See
- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
- */
- _Bool q = true;
- _Bool *pq = &q;
-
-#ifdef F77_DUMMY_MAIN
-
-# ifdef __cplusplus
- extern "C"
-# endif
- int F77_DUMMY_MAIN() { return 1; }
-
-#endif
-int
-main ()
-{
-
- bool e = &s;
- *pq |= q;
- *pq |= ! q;
- /* Refer to every declared value, to avoid compiler optimizations. */
- return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
- + !m + !n + !o + !p + !q + !pq);
-
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_stdbool_h=yes
-else
- ac_cv_header_stdbool_h=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
-$as_echo "$ac_cv_header_stdbool_h" >&6; }
-ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
-if test "x$ac_cv_type__Bool" = xyes; then :
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE__BOOL 1
-_ACEOF
-
-
-fi
-
-if test $ac_cv_header_stdbool_h = yes; then
-
-$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
-
-fi
-
-
-
-
-
-ac_config_files="$ac_config_files Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile"
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
- eval ac_val=\$$ac_var
- case $ac_val in #(
- *${as_nl}*)
- case $ac_var in #(
- *_cv_*) { $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}'
-
-DEFS=-DHAVE_CONFIG_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
-
-
- 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__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_doc_TRUE}" && test -z "${DX_COND_doc_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_doc\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_dot_TRUE}" && test -z "${DX_COND_dot_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_dot\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_man_TRUE}" && test -z "${DX_COND_man_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_man\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_rtf_TRUE}" && test -z "${DX_COND_rtf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_rtf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_xml_TRUE}" && test -z "${DX_COND_xml_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_xml\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chm_TRUE}" && test -z "${DX_COND_chm_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chm\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_chi_TRUE}" && test -z "${DX_COND_chi_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_chi\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_html_TRUE}" && test -z "${DX_COND_html_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_html\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_ps_TRUE}" && test -z "${DX_COND_ps_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_ps\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_pdf_TRUE}" && test -z "${DX_COND_pdf_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_pdf\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DX_COND_latex_TRUE}" && test -z "${DX_COND_latex_FALSE}"; then
- as_fn_error $? "conditional \"DX_COND_latex\" 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
-
-: "${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 -p'.
- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -p'
- elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
- else
- as_ln_s='cp -p'
- fi
-else
- as_ln_s='cp -p'
-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
-
-if test -x / >/dev/null 2>&1; then
- as_test_x='test -x'
-else
- if ls -dL / >/dev/null 2>&1; then
- as_ls_L_option=L
- else
- as_ls_L_option=
- fi
- as_test_x='
- eval sh -c '\''
- if test -d "$1"; then
- test -d "$1/.";
- else
- case $1 in #(
- -*)set "./$1";;
- esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
- ???[sx]*):;;*)false;;esac;fi
- '\'' sh
- '
-fi
-as_executable_p=$as_test_x
-
-# 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 Hilbert 3D $as_me 0.1.0, which was
-generated by GNU Autoconf 2.68. 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
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-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
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <markus.mayr@tuwien.ac.at>.
-Hilbert 3D home page: <http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-Hilbert 3D config.status 0.1.0
-configured by $0, generated by GNU Autoconf 2.68,
- with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2010 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;;
- --header | --heade | --head | --hea )
- $ac_shift
- case $ac_optarg in
- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
- ac_need_defaults=false;;
- --he | --h)
- # Conflict between --help and --header
- as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
- --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" ac_aux_dir="$ac_aux_dir"
-
-_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
- "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
- "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "src/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES src/boundary_mesh/Makefile" ;;
- "src/spaces/Makefile") CONFIG_FILES="$CONFIG_FILES src/spaces/Makefile" ;;
- "src/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES src/laplace/Makefile" ;;
- "t/Makefile") CONFIG_FILES="$CONFIG_FILES t/Makefile" ;;
- "t/generic/Makefile") CONFIG_FILES="$CONFIG_FILES t/generic/Makefile" ;;
- "t/boundary_mesh/Makefile") CONFIG_FILES="$CONFIG_FILES t/boundary_mesh/Makefile" ;;
- "t/laplace/Makefile") CONFIG_FILES="$CONFIG_FILES t/laplace/Makefile" ;;
-
- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
- esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
- N
- s/\n//
-}
-' >>$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 = "\a"
-
-}
-{
- 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"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
- ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
- if test -z "$ac_tt"; then
- break
- elif $ac_last_try; then
- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
- else
- ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
- fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any. Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[ ]*#[ ]*define[ ][ ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- for (key in D) D_is_set[key] = 1
- FS = "\a"
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
- line = \$ 0
- split(line, arg, " ")
- if (arg[1] == "#") {
- defundef = arg[2]
- mac1 = arg[3]
- } else {
- defundef = substr(arg[1], 2)
- mac1 = arg[2]
- }
- split(mac1, mac2, "(") #)
- macro = mac2[1]
- prefix = substr(line, 1, index(line, defundef) - 1)
- if (D_is_set[macro]) {
- # Preserve the white space surrounding the "#".
- print prefix "define", macro P[macro] D[macro]
- next
- } else {
- # Replace #undef with comments. This is necessary, for example,
- # in the case of _POSIX_SOURCE, which is predefined and required
- # on some systems where configure will not decide to define it.
- if (defundef == "undef") {
- print "/*", prefix defundef, macro, "*/"
- next
- }
- }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :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
- ;;
- :H)
- #
- # CONFIG_HEADER
- #
- if test x"$ac_file" != x-; then
- {
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
- } >"$ac_tmp/config.h" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
- else
- rm -f "$ac_file"
- mv "$ac_tmp/config.h" "$ac_file" \
- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- fi
- else
- $as_echo "/* $configure_input */" \
- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error $? "could not create -" "$LINENO" 5
- fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_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" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$_am_arg" : 'X\(//\)[^/]' \| \
- X"$_am_arg" : 'X\(//\)$' \| \
- X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
- :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"" || {
- # Autoconf 2.62 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.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
- done
-}
- ;;
-
- 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
-
-
+++ /dev/null
-AC_INIT([Hilbert 3D], [0.1.0], [markus.mayr@tuwien.ac.at], [hilbert3d], [http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git])
-AC_PREREQ([2.64])
-AM_INIT_AUTOMAKE()
-AC_CONFIG_HEADERS([src/config.h])
-
-AC_PROG_CXX
-AC_PROG_RANLIB
-AC_PROG_INSTALL
-
-DX_INIT_DOXYGEN(["Hilbert 3D"], [Doxyfile], [docs/doxygen])
-
-AX_BOOST_BASE([1.38.0])
-AX_BOOST_REGEX
-AX_BOOST_TEST
-AX_HLIB
-AX_LIB_LOKI
-
-AC_HEADER_STDBOOL
-
-AC_SUBST([AM_CXXFLAGS])
-AC_SUBST([AM_LDFLAGS])
-
-AC_CONFIG_FILES([Makefile src/Makefile src/boundary_mesh/Makefile src/spaces/Makefile src/laplace/Makefile t/Makefile t/generic/Makefile t/boundary_mesh/Makefile t/laplace/Makefile])
-AC_OUTPUT
-
+++ /dev/null
-#! /bin/sh
-# depcomp - compile a program generating dependencies as side-effects
-
-scriptversion=2009-04-28.21; # UTC
-
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 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 <http://www.gnu.org/licenses/>.
-
-# 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 <oliva@dcc.unicamp.br>.
-
-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 outputing dependencies.
- libtool Whether libtool is used (yes/no).
-
-Report bugs to <bug-automake@gnu.org>.
-EOF
- exit $?
- ;;
- -v | --v*)
- echo "depcomp $scriptversion"
- exit $?
- ;;
-esac
-
-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"
-
-# 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
-
-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 -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- mv "$tmpdepfile" "$depfile"
- ;;
-
-gcc)
-## 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).
-## - 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 -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- rm -f "$depfile"
- echo "$object : \\" > "$depfile"
- alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-## 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.
- tr ' ' '
-' < "$tmpdepfile" |
-## 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.
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- sed -e 's/^\\$//' -e '/^$/d' -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 -eq 0; then :
- else
- 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 ' ' '
-' < "$tmpdepfile" \
- | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
- tr '
-' ' ' >> "$depfile"
- echo >> "$depfile"
-
- # The second pass generates a dummy entry for each header file.
- tr ' ' '
-' < "$tmpdepfile" \
- | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
- >> "$depfile"
- else
- # The sourcefile does not contain any dependencies, so just
- # store a dummy comment line, to avoid errors with the Makefile
- # "include basename.Plo" scheme.
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-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.
- dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
- test "x$dir" = "x$object" && dir=
- base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
- 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 -eq 0; then :
- else
- rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
- exit $stat
- fi
-
- for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
- do
- test -f "$tmpdepfile" && break
- done
- if test -f "$tmpdepfile"; then
- # Each line is of the form `foo.o: dependent.h'.
- # Do two passes, one to just change these to
- # `$object: dependent.h' and one to simply `dependent.h:'.
- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
- # That's a tab and a space in the [].
- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
- else
- # The sourcefile does not contain any dependencies, so just
- # store a dummy comment line, to avoid errors with the Makefile
- # "include basename.Plo" scheme.
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-icc)
- # Intel's C compiler understands `-MD -MF file'. However on
- # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
- # ICC 7.0 will fill foo.d with something like
- # foo.o: sub/foo.c
- # foo.o: sub/foo.h
- # which is wrong. We want:
- # sub/foo.o: sub/foo.c
- # sub/foo.o: sub/foo.h
- # sub/foo.c:
- # sub/foo.h:
- # ICC 7.1 will output
- # foo.o: sub/foo.c sub/foo.h
- # and will wrap long lines using \ :
- # foo.o: sub/foo.c ... \
- # sub/foo.h ... \
- # ...
-
- "$@" -MD -MF "$tmpdepfile"
- stat=$?
- if test $stat -eq 0; then :
- else
- 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.
- dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
- test "x$dir" = "x$object" && dir=
- base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
- 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 -eq 0; then :
- else
- 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,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
- # Add `dependent.h:' lines.
- sed -ne '2,${
- s/^ *//
- s/ \\*$//
- s/$/:/
- p
- }' "$tmpdepfile" >> "$depfile"
- else
- echo "#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.
- dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
- test "x$dir" = "x$object" && dir=
- base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
-
- if test "$libtool" = yes; then
- # With Tru64 cc, shared objects can also be used to make a
- # static library. This mechanism is used in libtool 1.4 series to
- # handle both shared and static libraries in a single compilation.
- # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
- #
- # With libtool 1.5 this exception was removed, and libtool now
- # 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.libs/$base.lo.d # libtool 1.4
- tmpdepfile2=$dir$base.o.d # libtool 1.5
- tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
- tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
- "$@" -Wc,-MD
- else
- tmpdepfile1=$dir$base.o.d
- tmpdepfile2=$dir$base.d
- tmpdepfile3=$dir$base.d
- tmpdepfile4=$dir$base.d
- "$@" -MD
- fi
-
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
- exit $stat
- fi
-
- for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
- do
- test -f "$tmpdepfile" && break
- done
- if test -f "$tmpdepfile"; then
- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
- # That's a tab and a space in the [].
- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
- else
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-#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:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
- rm -f "$depfile"
- cat < "$tmpdepfile" > "$depfile"
- tr ' ' '
-' < "$tmpdepfile" | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- 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"
- cat < "$tmpdepfile" > "$depfile"
- sed '1,2d' "$tmpdepfile" | tr ' ' '
-' | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- 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:: \1 \\:p' >> "$depfile"
- echo " " >> "$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 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
+++ /dev/null
-#!/bin/sh
-# install - install a program, script, or datafile
-
-scriptversion=2009-04-28.21; # UTC
-
-# This originates from X11R5 (mit/util/scripts/install.sh), which was
-# later released in X11R6 (xc/config/util/install.sh) with the
-# following copyright and license.
-#
-# Copyright (C) 1994 X Consortium
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to
-# deal in the Software without restriction, including without limitation the
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-# sell copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
-# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-# Except as contained in this notice, the name of the X Consortium shall not
-# be used in advertising or otherwise to promote the sale, use or other deal-
-# ings in this Software without prior written authorization from the X Consor-
-# tium.
-#
-#
-# FSF changes to this file are in the public domain.
-#
-# Calling this script install-sh is preferred over install.sh, to prevent
-# `make' implicit rules from creating a file called install from it
-# when there is no Makefile.
-#
-# This script is compatible with the BSD install script, but was written
-# from scratch.
-
-nl='
-'
-IFS=" "" $nl"
-
-# set DOITPROG to echo to test this script
-
-# Don't use :- since 4.3BSD and earlier shells don't like it.
-doit=${DOITPROG-}
-if test -z "$doit"; then
- doit_exec=exec
-else
- doit_exec=$doit
-fi
-
-# Put in absolute file names if you don't have them in your path;
-# or use environment vars.
-
-chgrpprog=${CHGRPPROG-chgrp}
-chmodprog=${CHMODPROG-chmod}
-chownprog=${CHOWNPROG-chown}
-cmpprog=${CMPPROG-cmp}
-cpprog=${CPPROG-cp}
-mkdirprog=${MKDIRPROG-mkdir}
-mvprog=${MVPROG-mv}
-rmprog=${RMPROG-rm}
-stripprog=${STRIPPROG-strip}
-
-posix_glob='?'
-initialize_posix_glob='
- test "$posix_glob" != "?" || {
- if (set -f) 2>/dev/null; then
- posix_glob=
- else
- posix_glob=:
- fi
- }
-'
-
-posix_mkdir=
-
-# Desired mode of installed file.
-mode=0755
-
-chgrpcmd=
-chmodcmd=$chmodprog
-chowncmd=
-mvcmd=$mvprog
-rmcmd="$rmprog -f"
-stripcmd=
-
-src=
-dst=
-dir_arg=
-dst_arg=
-
-copy_on_change=false
-no_target_directory=
-
-usage="\
-Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
- or: $0 [OPTION]... SRCFILES... DIRECTORY
- or: $0 [OPTION]... -t DIRECTORY SRCFILES...
- or: $0 [OPTION]... -d DIRECTORIES...
-
-In the 1st form, copy SRCFILE to DSTFILE.
-In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
-In the 4th, create DIRECTORIES.
-
-Options:
- --help display this help and exit.
- --version display version info and exit.
-
- -c (ignored)
- -C install only if different (preserve the last data modification time)
- -d create directories instead of installing files.
- -g GROUP $chgrpprog installed files to GROUP.
- -m MODE $chmodprog installed files to MODE.
- -o USER $chownprog installed files to USER.
- -s $stripprog installed files.
- -t DIRECTORY install into DIRECTORY.
- -T report an error if DSTFILE is a directory.
-
-Environment variables override the default commands:
- CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
- RMPROG STRIPPROG
-"
-
-while test $# -ne 0; do
- case $1 in
- -c) ;;
-
- -C) copy_on_change=true;;
-
- -d) dir_arg=true;;
-
- -g) chgrpcmd="$chgrpprog $2"
- shift;;
-
- --help) echo "$usage"; exit $?;;
-
- -m) mode=$2
- case $mode in
- *' '* | *' '* | *'
-'* | *'*'* | *'?'* | *'['*)
- echo "$0: invalid mode: $mode" >&2
- exit 1;;
- esac
- shift;;
-
- -o) chowncmd="$chownprog $2"
- shift;;
-
- -s) stripcmd=$stripprog;;
-
- -t) dst_arg=$2
- shift;;
-
- -T) no_target_directory=true;;
-
- --version) echo "$0 $scriptversion"; exit $?;;
-
- --) shift
- break;;
-
- -*) echo "$0: invalid option: $1" >&2
- exit 1;;
-
- *) break;;
- esac
- shift
-done
-
-if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
- # When -d is used, all remaining arguments are directories to create.
- # When -t is used, the destination is already specified.
- # Otherwise, the last argument is the destination. Remove it from $@.
- for arg
- do
- if test -n "$dst_arg"; then
- # $@ is not empty: it contains at least $arg.
- set fnord "$@" "$dst_arg"
- shift # fnord
- fi
- shift # arg
- dst_arg=$arg
- done
-fi
-
-if test $# -eq 0; then
- if test -z "$dir_arg"; then
- echo "$0: no input file specified." >&2
- exit 1
- fi
- # It's OK to call `install-sh -d' without argument.
- # This can happen when creating conditional directories.
- exit 0
-fi
-
-if test -z "$dir_arg"; then
- trap '(exit $?); exit' 1 2 13 15
-
- # Set umask so as not to create temps with too-generous modes.
- # However, 'strip' requires both read and write access to temps.
- case $mode in
- # Optimize common cases.
- *644) cp_umask=133;;
- *755) cp_umask=22;;
-
- *[0-7])
- if test -z "$stripcmd"; then
- u_plus_rw=
- else
- u_plus_rw='% 200'
- fi
- cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
- *)
- if test -z "$stripcmd"; then
- u_plus_rw=
- else
- u_plus_rw=,u+rw
- fi
- cp_umask=$mode$u_plus_rw;;
- esac
-fi
-
-for src
-do
- # Protect names starting with `-'.
- case $src in
- -*) src=./$src;;
- esac
-
- if test -n "$dir_arg"; then
- dst=$src
- dstdir=$dst
- test -d "$dstdir"
- dstdir_status=$?
- else
-
- # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
- # might cause directories to be created, which would be especially bad
- # if $src (and thus $dsttmp) contains '*'.
- if test ! -f "$src" && test ! -d "$src"; then
- echo "$0: $src does not exist." >&2
- exit 1
- fi
-
- if test -z "$dst_arg"; then
- echo "$0: no destination specified." >&2
- exit 1
- fi
-
- dst=$dst_arg
- # Protect names starting with `-'.
- case $dst in
- -*) dst=./$dst;;
- esac
-
- # If destination is a directory, append the input filename; won't work
- # if double slashes aren't ignored.
- if test -d "$dst"; then
- if test -n "$no_target_directory"; then
- echo "$0: $dst_arg: Is a directory" >&2
- exit 1
- fi
- dstdir=$dst
- dst=$dstdir/`basename "$src"`
- dstdir_status=0
- else
- # Prefer dirname, but fall back on a substitute if dirname fails.
- dstdir=`
- (dirname "$dst") 2>/dev/null ||
- expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$dst" : 'X\(//\)[^/]' \| \
- X"$dst" : 'X\(//\)$' \| \
- X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
- echo X"$dst" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'
- `
-
- test -d "$dstdir"
- dstdir_status=$?
- fi
- fi
-
- obsolete_mkdir_used=false
-
- if test $dstdir_status != 0; then
- case $posix_mkdir in
- '')
- # Create intermediate dirs using mode 755 as modified by the umask.
- # This is like FreeBSD 'install' as of 1997-10-28.
- umask=`umask`
- case $stripcmd.$umask in
- # Optimize common cases.
- *[2367][2367]) mkdir_umask=$umask;;
- .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
-
- *[0-7])
- mkdir_umask=`expr $umask + 22 \
- - $umask % 100 % 40 + $umask % 20 \
- - $umask % 10 % 4 + $umask % 2
- `;;
- *) mkdir_umask=$umask,go-w;;
- esac
-
- # With -d, create the new directory with the user-specified mode.
- # Otherwise, rely on $mkdir_umask.
- if test -n "$dir_arg"; then
- mkdir_mode=-m$mode
- else
- mkdir_mode=
- fi
-
- posix_mkdir=false
- case $umask in
- *[123567][0-7][0-7])
- # POSIX mkdir -p sets u+wx bits regardless of umask, which
- # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
- ;;
- *)
- tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
-
- if (umask $mkdir_umask &&
- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
- then
- if test -z "$dir_arg" || {
- # Check for POSIX incompatibilities with -m.
- # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
- # other-writeable bit of parent directory when it shouldn't.
- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
- ls_ld_tmpdir=`ls -ld "$tmpdir"`
- case $ls_ld_tmpdir in
- d????-?r-*) different_mode=700;;
- d????-?--*) different_mode=755;;
- *) false;;
- esac &&
- $mkdirprog -m$different_mode -p -- "$tmpdir" && {
- ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
- }
- }
- then posix_mkdir=:
- fi
- rmdir "$tmpdir/d" "$tmpdir"
- else
- # Remove any dirs left behind by ancient mkdir implementations.
- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
- fi
- trap '' 0;;
- esac;;
- esac
-
- if
- $posix_mkdir && (
- umask $mkdir_umask &&
- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
- )
- then :
- else
-
- # The umask is ridiculous, or mkdir does not conform to POSIX,
- # or it failed possibly due to a race condition. Create the
- # directory the slow way, step by step, checking for races as we go.
-
- case $dstdir in
- /*) prefix='/';;
- -*) prefix='./';;
- *) prefix='';;
- esac
-
- eval "$initialize_posix_glob"
-
- oIFS=$IFS
- IFS=/
- $posix_glob set -f
- set fnord $dstdir
- shift
- $posix_glob set +f
- IFS=$oIFS
-
- prefixes=
-
- for d
- do
- test -z "$d" && continue
-
- prefix=$prefix$d
- if test -d "$prefix"; then
- prefixes=
- else
- if $posix_mkdir; then
- (umask=$mkdir_umask &&
- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
- # Don't fail if two instances are running concurrently.
- test -d "$prefix" || exit 1
- else
- case $prefix in
- *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
- *) qprefix=$prefix;;
- esac
- prefixes="$prefixes '$qprefix'"
- fi
- fi
- prefix=$prefix/
- done
-
- if test -n "$prefixes"; then
- # Don't fail if two instances are running concurrently.
- (umask $mkdir_umask &&
- eval "\$doit_exec \$mkdirprog $prefixes") ||
- test -d "$dstdir" || exit 1
- obsolete_mkdir_used=true
- fi
- fi
- fi
-
- if test -n "$dir_arg"; then
- { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
- { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
- { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
- test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
- else
-
- # Make a couple of temp file names in the proper directory.
- dsttmp=$dstdir/_inst.$$_
- rmtmp=$dstdir/_rm.$$_
-
- # Trap to clean up those temp files at exit.
- trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
-
- # Copy the file name to the temp name.
- (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
-
- # and set any options; do chmod last to preserve setuid bits.
- #
- # If any of these fail, we abort the whole thing. If we want to
- # ignore errors from any of these, just make sure not to ignore
- # errors from the above "$doit $cpprog $src $dsttmp" command.
- #
- { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
- { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
- { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
- { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
-
- # If -C, don't bother to copy if it wouldn't change the file.
- if $copy_on_change &&
- old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
- new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
-
- eval "$initialize_posix_glob" &&
- $posix_glob set -f &&
- set X $old && old=:$2:$4:$5:$6 &&
- set X $new && new=:$2:$4:$5:$6 &&
- $posix_glob set +f &&
-
- test "$old" = "$new" &&
- $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
- then
- rm -f "$dsttmp"
- else
- # Rename the file to the real destination.
- $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
-
- # The rename failed, perhaps because mv can't rename something else
- # to itself, or perhaps because mv is so ancient that it does not
- # support -f.
- {
- # Now remove or move aside any old file at destination location.
- # We try this two ways since rm can't unlink itself on some
- # systems and the destination file might be busy for other
- # reasons. In this case, the final cleanup might fail but the new
- # file should still install successfully.
- {
- test ! -f "$dst" ||
- $doit $rmcmd -f "$dst" 2>/dev/null ||
- { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
- { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
- } ||
- { echo "$0: cannot unlink or rename $dst" >&2
- (exit 1); exit 1
- }
- } &&
-
- # Now rename the file to the real destination.
- $doit $mvcmd "$dsttmp" "$dst"
- }
- fi || exit 1
-
- trap '' 0
- fi
-done
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
+++ /dev/null
-# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_blas.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-# AX_BLAS([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
-#
-# DESCRIPTION
-#
-# This macro looks for a library that implements the BLAS linear-algebra
-# interface (see http://www.netlib.org/blas/). On success, it sets the
-# BLAS_LIBS output variable to hold the requisite library linkages.
-#
-# To link with BLAS, you should link with:
-#
-# $BLAS_LIBS $LIBS $FLIBS
-#
-# in that order. FLIBS is the output variable of the
-# AC_F77_LIBRARY_LDFLAGS macro (called if necessary by AX_BLAS), and is
-# sometimes necessary in order to link with F77 libraries. Users will also
-# need to use AC_F77_DUMMY_MAIN (see the autoconf manual), for the same
-# reason.
-#
-# Many libraries are searched for, from ATLAS to CXML to ESSL. The user
-# may also use --with-blas=<lib> in order to use some specific BLAS
-# library <lib>. In order to link successfully, however, be aware that you
-# will probably need to use the same Fortran compiler (which can be set
-# via the F77 env. var.) as was used to compile the BLAS library.
-#
-# ACTION-IF-FOUND is a list of shell commands to run if a BLAS library is
-# found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it is
-# not found. If ACTION-IF-FOUND is not specified, the default action will
-# define HAVE_BLAS.
-#
-# LICENSE
-#
-# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
-#
-# 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 <http://www.gnu.org/licenses/>.
-#
-# As a special exception, the respective Autoconf Macro's copyright owner
-# gives unlimited permission to copy, distribute and modify the configure
-# scripts that are the output of Autoconf when processing the Macro. You
-# need not follow the terms of the GNU General Public License when using
-# or distributing such scripts, even though portions of the text of the
-# Macro appear in them. The GNU General Public License (GPL) does govern
-# all other use of the material that constitutes the Autoconf Macro.
-#
-# This special exception to the GPL applies to versions of the Autoconf
-# Macro released by the Autoconf Archive. When you make and distribute a
-# modified version of the Autoconf Macro, you may extend this special
-# exception to the GPL to apply to your modified version as well.
-
-#serial 11
-
-AU_ALIAS([ACX_BLAS], [AX_BLAS])
-AC_DEFUN([AX_BLAS], [
-AC_PREREQ(2.50)
-AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])
-ax_blas_ok=no
-
-AC_ARG_WITH(blas,
- [AS_HELP_STRING([--with-blas=<lib>], [use BLAS library <lib>])])
-case $with_blas in
- yes | "") ;;
- no) ax_blas_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) BLAS_LIBS="$with_blas" ;;
- *) BLAS_LIBS="-l$with_blas" ;;
-esac
-
-# Get fortran linker names of BLAS functions to check for.
-AC_F77_FUNC(sgemm)
-AC_F77_FUNC(dgemm)
-
-ax_blas_save_LIBS="$LIBS"
-LIBS="$LIBS $FLIBS"
-
-# First, check BLAS_LIBS environment variable
-if test $ax_blas_ok = no; then
-if test "x$BLAS_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_MSG_CHECKING([for $sgemm in $BLAS_LIBS])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes], [BLAS_LIBS=""])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-fi
-
-# BLAS linked to by default? (happens on some supercomputers)
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS"
- AC_MSG_CHECKING([if $sgemm is being linked in already])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(atlas, ATL_xerbla,
- [AC_CHECK_LIB(f77blas, $sgemm,
- [AC_CHECK_LIB(cblas, cblas_dgemm,
- [ax_blas_ok=yes
- BLAS_LIBS="-lcblas -lf77blas -latlas"],
- [], [-lf77blas -latlas])],
- [], [-latlas])])
-fi
-
-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(dgemm, $dgemm,
- [AC_CHECK_LIB(sgemm, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"],
- [], [-lblas])],
- [], [-lblas])])
-fi
-
-# BLAS in Intel MKL library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(mkl, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lmkl"])
-fi
-
-# BLAS in Apple vecLib library?
-if test $ax_blas_ok = no; then
- save_LIBS="$LIBS"; LIBS="-framework vecLib $LIBS"
- AC_MSG_CHECKING([for $sgemm in -framework vecLib])
- AC_TRY_LINK_FUNC($sgemm, [ax_blas_ok=yes;BLAS_LIBS="-framework vecLib"])
- AC_MSG_RESULT($ax_blas_ok)
- LIBS="$save_LIBS"
-fi
-
-# BLAS in Alpha CXML library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(cxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-lcxml"])
-fi
-
-# BLAS in Alpha DXML library? (now called CXML, see above)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(dxml, $sgemm, [ax_blas_ok=yes;BLAS_LIBS="-ldxml"])
-fi
-
-# BLAS in Sun Performance library?
-if test $ax_blas_ok = no; then
- if test "x$GCC" != xyes; then # only works with Sun CC
- AC_CHECK_LIB(sunmath, acosp,
- [AC_CHECK_LIB(sunperf, $sgemm,
- [BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
- ax_blas_ok=yes],[],[-lsunmath])])
- fi
-fi
-
-# BLAS in SCSL library? (SGI/Cray Scientific Library)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(scs, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lscs"])
-fi
-
-# BLAS in SGIMATH library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(complib.sgimath, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lcomplib.sgimath"])
-fi
-
-# BLAS in IBM ESSL library? (requires generic BLAS lib, too)
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm,
- [AC_CHECK_LIB(essl, $sgemm,
- [ax_blas_ok=yes; BLAS_LIBS="-lessl -lblas"],
- [], [-lblas $FLIBS])])
-fi
-
-# Generic BLAS library?
-if test $ax_blas_ok = no; then
- AC_CHECK_LIB(blas, $sgemm, [ax_blas_ok=yes; BLAS_LIBS="-lblas"])
-fi
-
-AC_SUBST(BLAS_LIBS)
-
-LIBS="$ax_blas_save_LIBS"
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_blas_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_BLAS,1,[Define if you have a BLAS library.]),[$1])
- :
-else
- ax_blas_ok=no
- $2
-fi
-])dnl AX_BLAS
+++ /dev/null
-##### http://autoconf-archive.cryp.to/ax_boost_base.html
-#
-# SYNOPSIS
-#
-# AX_BOOST_BASE([MINIMUM-VERSION])
-#
-# DESCRIPTION
-#
-# Test for the Boost C++ libraries of a particular version (or newer)
-#
-# If no path to the installed boost library is given the macro
-# searchs under /usr, /usr/local, /opt and /opt/local and evaluates
-# the $BOOST_ROOT environment variable. Further documentation is
-# available at <http://randspringer.de/boost/index.html>.
-#
-# This macro calls:
-#
-# AC_SUBST(BOOST_CPPFLAGS) / AC_SUBST(BOOST_LDFLAGS)
-#
-# And sets:
-#
-# HAVE_BOOST
-#
-# LAST MODIFICATION
-#
-# 2007-07-28
-# Modified for use in Thrift
-#
-# COPYLEFT
-#
-# Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
-#
-# 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.
-
-AC_DEFUN([AX_BOOST_BASE],
-[
-AC_ARG_WITH([boost],
- AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ac_boost_path=""
- else
- want_boost="yes"
- ac_boost_path="$withval"
- fi
- ],
- [want_boost="yes"])
-
-if test "x$want_boost" = "xyes"; then
- boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
- boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
- boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
- boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
- boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
- if test "x$boost_lib_version_req_sub_minor" = "x" ; then
- boost_lib_version_req_sub_minor="0"
- fi
- WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+ $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
- AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
- succeeded=no
-
- dnl first we check the system location for boost libraries
- dnl this location ist chosen if boost libraries are installed with the --layout=system option
- dnl or if you install boost with RPM
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path/include"
- BOOST_ROOT_PATH="$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
- BOOST_LDFLAGS="-L$ac_boost_path_tmp/lib"
- BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
- BOOST_ROOT_PATH="$ac_boost_path_tmp"
- break;
- fi
- done
- fi
-
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
-
-
-
- dnl if we found no boost with system layout we search for boost libraries
- dnl built and installed without the --layout=system option or for a staged(not installed) version
- if test "x$succeeded" != "xyes"; then
- _version=0
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- fi
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
- done
- fi
- else
- for ac_boost_path in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
- for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
- _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
- V_CHECK=`expr $_version_tmp \> $_version`
- if test "$V_CHECK" = "1" ; then
- _version=$_version_tmp
- best_path=$ac_boost_path
- fi
- done
- fi
- done
-
- VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
- BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
- BOOST_LDFLAGS="-L$best_path/lib"
- BOOST_ROOT_PATH="$best_path"
-
- if test "x$BOOST_ROOT" != "x"; then
- if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
- version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
- stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
- stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
- V_CHECK=`expr $stage_version_shorten \>\= $_version`
- if test "$V_CHECK" = "1" ; then
- AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
- BOOST_CPPFLAGS="-I$BOOST_ROOT"
- BOOST_LDFLAGS="-L$BOOST_ROOT/stage/lib"
- BOOST_ROOT_PATH="$BOOST_ROOT"
- fi
- fi
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
- export BOOST_ROOT_PATH
-
- AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- @%:@include <boost/version.hpp>
- ]], [[
- #if BOOST_VERSION >= $WANT_BOOST_VERSION
- // Everything is okay
- #else
- # error Boost version is too old
- #endif
- ]])],[
- AC_MSG_RESULT(yes)
- succeeded=yes
- found_system=yes
- ],[
- ])
- AC_LANG_POP([C++])
- fi
-
- if test "$succeeded" != "yes" ; then
- if test "$_version" = "0" ; then
- AC_MSG_WARN([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
- else
- AC_MSG_WARN([Your boost libraries seems to old (version $_version).])
- fi
- else
- AC_SUBST(BOOST_CPPFLAGS)
- AC_SUBST(BOOST_LDFLAGS)
- AC_SUBST(BOOST_ROOT_PATH)
- AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-])
-
+++ /dev/null
-##### http://autoconf-archive.cryp.to/ax_boost_regex.html
-#
-# SYNOPSIS
-#
-# AX_BOOST_REGEX
-#
-# DESCRIPTION
-#
-# Test for Regex library from the Boost C++ libraries. The macro
-# requires a preceding call to AX_BOOST_BASE. Further documentation
-# is available at <http://randspringer.de/boost/index.html>.
-#
-# This macro calls:
-#
-# AC_SUBST(BOOST_REGEX_LIB)
-#
-# And sets:
-#
-# HAVE_BOOST_REGEX
-#
-# LAST MODIFICATION
-#
-# 2007-11-22
-#
-# COPYLEFT
-#
-# Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
-# Copyright (c) 2007 Michael Tindal
-#
-# 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.
-
-AC_DEFUN([AX_BOOST_REGEX],
-[
- AC_ARG_WITH([boost-regex],
- AS_HELP_STRING([--with-boost-regex@<:@=special-lib@:>@],
- [use the Regex library from boost - it is possible to specify a certain library for the linker
- e.g. --with-boost-regex=boost_regex-gcc-mt-d-1_33_1 ]),
- [
- if test "$withval" = "no"; then
- want_boost="no"
- elif test "$withval" = "yes"; then
- want_boost="yes"
- ax_boost_user_regex_lib=""
- else
- want_boost="yes"
- ax_boost_user_regex_lib="$withval"
- fi
- ],
- [want_boost="yes"]
- )
-
- if test "x$want_boost" = "xyes"; then
- AC_REQUIRE([AC_PROG_CC])
- CPPFLAGS_SAVED="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
- export CPPFLAGS
-
- LDFLAGS_SAVED="$LDFLAGS"
- LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
- export LDFLAGS
-
- AC_CACHE_CHECK(whether the Boost::Regex library is available,
- ax_cv_boost_regex,
- [AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/regex.hpp>
- ]],
- [[boost::regex r(); return 0;]])],
- ax_cv_boost_regex=yes, ax_cv_boost_regex=no)
- AC_LANG_POP([C++])
- ])
- if test "x$ax_cv_boost_regex" = "xyes"; then
- AC_DEFINE(HAVE_BOOST_REGEX,,[define if the Boost::Regex library is available])
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
- if test "x$ax_boost_user_regex_lib" = "x"; then
- for libextension in `ls $BOOSTLIBDIR/libboost_regex*.{so,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_regex.*\)\.so.*$;\1;' -e 's;^lib\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- if test "x$link_regex" != "xyes"; then
- for libextension in `ls $BOOSTLIBDIR/boost_regex*.{dll,a}* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_regex.*\)\.dll.*$;\1;' -e 's;^\(boost_regex.*\)\.a*$;\1;'` ; do
- ax_lib=${libextension}
- AC_CHECK_LIB($ax_lib, exit,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
-
- else
- for ax_lib in $ax_boost_user_regex_lib boost_regex-$ax_boost_user_regex_lib; do
- AC_CHECK_LIB($ax_lib, main,
- [BOOST_REGEX_LIB="-l$ax_lib"; AC_SUBST(BOOST_REGEX_LIB) link_regex="yes"; break],
- [link_regex="no"])
- done
- fi
- if test "x$link_regex" != "xyes"; then
- AC_MSG_ERROR(Could not link against $ax_lib !)
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
-])
-
+++ /dev/null
-#####
-#
-# SYNOPSIS
-#
-# AX_HLIB
-#
-# DESCRIPTION
-#
-# Test for HLib.
-#
-# If no path to the installed library is given, the macro searches under
-# /usr, /usr/local, /opt and /opt/local and evaluates the $HLIB_ROOT
-# environment variable.
-#
-# This macro sets:
-#
-# HAVE_HLIB
-#
-# if HLib is found.
-#
-# Written for Hilbert3D.
-#
-# LAST MODIFICATION
-#
-# 2011-03-03
-#
-# COPYLEFT
-#
-# Copyright (c) 2011 Markus Mayr <markus.mayr@tuwien.ac.at>
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royality provided the copyright
-# notice and this notice are preserved.
-
-AC_DEFUN([AX_HLIB],
-[
- AC_REQUIRE([AX_LAPACK])
-
- AC_ARG_WITH([hlib],
- AS_HELP_STRING([--with-hlib@<:@=DIR@:>@],
- [use hlib (default is yes) - it is possible to specify the root directory
- for hlib (optional)]),
- [
- if test "$withval" = "no"; then
- want_hlib="no"
- elif test "$withval" = "yes"; then
- want_hlib="yes"
- ac_hlib_path=""
- else
- want_hlib="yes"
- ac_hlib_path="$withval"
- fi
- ],
- [
- want_hlib="yes"
- ])
-
- if test "x$want_hlib" = "xyes"; then
- if test "x$LAPACK_LIBS" = "x"; then
- AC_MSG_ERROR([We could not detect lapack. Please install lapack or disable
- HLib.])
- fi
-
- if test "$ac_hlib_path" != ""; then
- HLIB_LDFLAGS="-L$ac_hlib_path/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path/include"
- HLIB_ROOT_PATH="$ac_hlib_path"
- else
- for ac_hlib_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_hlib_path_tmp/include/HLib"; then
- HLIB_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- HLIB_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- HLIB_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- fi
-
- if test "x$HLIB_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect HLib. You may disable this error
- message by running configure with --with-hlib=no. If you
- would like to use HLib, please make sure that a recent
- version (1.3 or higher) is installed and specify the
- location by running configure with --with-hlib=/dir/to/hlib.
- Please note that you have to install HLib to use it with
- this software package.])
- else
- AC_SUBST(HLIB_CPPFLAGS)
- AC_SUBST(HLIB_LDFLAGS)
- AC_SUBST(HLIB_ROOT_PATH)
-
- # Now we are trying to include headers:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $HLIB_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$LDFLAGS $HLIB_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CC])
-
- AC_CACHE_CHECK(whether HLib library is available,
- ax_cv_hlib,
- [ AC_LANG_PUSH([C])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[@%:@include <HLib/bem2d.h>]],
- [[del_bemgrid2d(new_bemgrid2d(5, 5)); return 0;]])],
- ax_cv_hlib=yes,
- ax_cv_hlib=no)
- AC_LANG_POP([C])
- ])
-
- if test "x$ax_cv_hlib" = "xyes"; then
- AC_CHECK_LIB(hmatrix, aca_fill_block,
- [HLIB_LIB="-lhmatrix"; AC_SUBST(HLIB_LIB) link_hlib="yes"; break],
- [link_hlib="no"], [$LAPACK_LIBS $BLAS_LIBS])
-
- if test "x$link_hlib" = "xyes"; then
- AC_DEFINE(HAVE_HLIB,,[Define if HLib library is available])
- else
- AC_MSG_ERROR([Could not link against HLib. Please verify that
- HLib is installed properly. You may disable support
- for HLib by running configure with --with-hlib=no.])
- fi
- fi
-
- CPPFLAGS="$CPPFLAGS_SAVED"
- LDFLAGS="$LDFLAGS_SAVED"
- fi
- fi
-])
-
+++ /dev/null
-# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_lapack.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-# AX_LAPACK([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
-#
-# DESCRIPTION
-#
-# This macro looks for a library that implements the LAPACK linear-algebra
-# interface (see http://www.netlib.org/lapack/). On success, it sets the
-# LAPACK_LIBS output variable to hold the requisite library linkages.
-#
-# To link with LAPACK, you should link with:
-#
-# $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
-#
-# in that order. BLAS_LIBS is the output variable of the AX_BLAS macro,
-# called automatically. FLIBS is the output variable of the
-# AC_F77_LIBRARY_LDFLAGS macro (called if necessary by AX_BLAS), and is
-# sometimes necessary in order to link with F77 libraries. Users will also
-# need to use AC_F77_DUMMY_MAIN (see the autoconf manual), for the same
-# reason.
-#
-# The user may also use --with-lapack=<lib> in order to use some specific
-# LAPACK library <lib>. In order to link successfully, however, be aware
-# that you will probably need to use the same Fortran compiler (which can
-# be set via the F77 env. var.) as was used to compile the LAPACK and BLAS
-# libraries.
-#
-# ACTION-IF-FOUND is a list of shell commands to run if a LAPACK library
-# is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
-# is not found. If ACTION-IF-FOUND is not specified, the default action
-# will define HAVE_LAPACK.
-#
-# LICENSE
-#
-# Copyright (c) 2009 Steven G. Johnson <stevenj@alum.mit.edu>
-#
-# 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 <http://www.gnu.org/licenses/>.
-#
-# As a special exception, the respective Autoconf Macro's copyright owner
-# gives unlimited permission to copy, distribute and modify the configure
-# scripts that are the output of Autoconf when processing the Macro. You
-# need not follow the terms of the GNU General Public License when using
-# or distributing such scripts, even though portions of the text of the
-# Macro appear in them. The GNU General Public License (GPL) does govern
-# all other use of the material that constitutes the Autoconf Macro.
-#
-# This special exception to the GPL applies to versions of the Autoconf
-# Macro released by the Autoconf Archive. When you make and distribute a
-# modified version of the Autoconf Macro, you may extend this special
-# exception to the GPL to apply to your modified version as well.
-
-#serial 7
-
-AU_ALIAS([ACX_LAPACK], [AX_LAPACK])
-AC_DEFUN([AX_LAPACK], [
-AC_REQUIRE([AX_BLAS])
-ax_lapack_ok=no
-
-AC_ARG_WITH(lapack,
- [AS_HELP_STRING([--with-lapack=<lib>], [use LAPACK library <lib>])])
-case $with_lapack in
- yes | "") ;;
- no) ax_lapack_ok=disable ;;
- -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
- *) LAPACK_LIBS="-l$with_lapack" ;;
-esac
-
-# Get fortran linker name of LAPACK function to check for.
-AC_F77_FUNC(cheev)
-
-# We cannot use LAPACK if BLAS is not found
-if test "x$ax_blas_ok" != xyes; then
- ax_lapack_ok=noblas
- LAPACK_LIBS=""
-fi
-
-# First, check LAPACK_LIBS environment variable
-if test "x$LAPACK_LIBS" != x; then
- save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
- AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
- AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
- AC_MSG_RESULT($ax_lapack_ok)
- LIBS="$save_LIBS"
- if test $ax_lapack_ok = no; then
- LAPACK_LIBS=""
- fi
-fi
-
-# LAPACK linked to by default? (is sometimes included in BLAS lib)
-if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$LIBS $BLAS_LIBS $FLIBS"
- AC_CHECK_FUNC($cheev, [ax_lapack_ok=yes])
- LIBS="$save_LIBS"
-fi
-
-# Generic LAPACK library?
-for lapack in lapack lapack_rs6k; do
- if test $ax_lapack_ok = no; then
- save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS"
- AC_CHECK_LIB($lapack, $cheev,
- [ax_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
- LIBS="$save_LIBS"
- fi
-done
-
-AC_SUBST(LAPACK_LIBS)
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$ax_lapack_ok" = xyes; then
- ifelse([$1],,AC_DEFINE(HAVE_LAPACK,1,[Define if you have LAPACK library.]),[$1])
- :
-else
- ax_lapack_ok=no
- $2
-fi
-])dnl AX_LAPACK
+++ /dev/null
-AC_DEFUN([AX_LIB_LOKI],[
- AC_ARG_WITH([loki],
- AS_HELP_STRING([--with-loki@<:@=DIR|:>@],
- [specify the root directory for the loki library]),
- [
- if test "$withval" = "no"; then
- AC_MSG_ERROR([Sorry, but it is not possible to compile without loki])
- want_loki="no"
- elif test "$withval" = "yes"; then
- want_loki="yes"
- ac_loki_path=""
- else
- want_loki="yes"
- ac_loki_path="$withval"
- fi
- ],
- [
- want_loki="yes";
- ])
-
- if test "x$want_loki" = "xyes"; then
- if test "x$ac_loki_path" = "x"; then
- for ac_loki_path_tmp in /usr /usr/local /opt /opt/local; do
- if test -d "$ac_loki_path_tmp/include/loki"; then
- LOKI_LDFLAGS="-L$ac_hlib_path_tmp/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path_tmp/include"
- LOKI_ROOT_PATH="$ac_hlib_path_tmp"
- break;
- fi
- done
- else
- LOKI_LDFLAGS="-L$ac_hlib_path/lib"
- LOKI_CPPFLAGS="-I$ac_hlib_path/include"
- LOKI_ROOT_PATH="$ac_hlib_path"
- fi
-
- if test "x$LOKI_ROOT_PATH" = "x"; then
- AC_MSG_ERROR([We could not detect the loki library. Please install
- the loki library, c.f. loki-lib.sf.net, before
- proceeding.])
- else
- AC_SUBST(LOKI_CPPFLAGS)
- AC_SUBST(LOKI_LDFLAGS)
- AC_SUBST(LOKI_ROOT_PATH)
-
- # Run some basic tests to check whether loki is really available:
- CPPFLAGS_SAVED="$CPPFLAGS"
- LDFLAGS_SAVED="$LDFLAGS"
-
- CPPFLAGS="$CPPFLAGS $LOKI_CPPFLAGS"
- CFLAGS="$CPPFLAGS"
- export CPPFLAGS
- export CFLAGS
- LDFLAGS="$LDFLAGS $LOKI_LDFLAGS"
- export LDFLAGS
-
- AC_REQUIRE([AC_PROG_CXX])
-
- AC_CACHE_CHECK(whether Loki is usable,
- ax_cv_loki,
- [ AC_LANG_PUSH([C++])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
- [[@%:@include <loki/SmartPtr.h>]],
- [[::Loki::SmartPtr< int > t = new int;]])],
- ax_cv_loki="yes",
- ax_cv_loki="no")
- AC_LANG_POP([C++])
- ])
-
- if test "$ax_cv_loki" != "yes"; then
- AC_MSG_ERROR([Could not use the loki library. Please make sure
- that it is installed correctly.]);
- fi
-
- CPPFLAGS="$SAVED_CPPFLAGS"
- export CPPFLAGS
- LDFLAGS="$SAVED_LDFLAGS"
- export LDFLAGS
- fi
- fi
-])
-
+++ /dev/null
-# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-# DX_INIT_DOXYGEN(PROJECT-NAME, DOXYFILE-PATH, [OUTPUT-DIR])
-# DX_DOXYGEN_FEATURE(ON|OFF)
-# DX_DOT_FEATURE(ON|OFF)
-# DX_HTML_FEATURE(ON|OFF)
-# DX_CHM_FEATURE(ON|OFF)
-# DX_CHI_FEATURE(ON|OFF)
-# DX_MAN_FEATURE(ON|OFF)
-# DX_RTF_FEATURE(ON|OFF)
-# DX_XML_FEATURE(ON|OFF)
-# DX_PDF_FEATURE(ON|OFF)
-# DX_PS_FEATURE(ON|OFF)
-#
-# DESCRIPTION
-#
-# The DX_*_FEATURE macros control the default setting for the given
-# Doxygen feature. Supported features are 'DOXYGEN' itself, 'DOT' for
-# generating graphics, 'HTML' for plain HTML, 'CHM' for compressed HTML
-# help (for MS users), 'CHI' for generating a seperate .chi file by the
-# .chm file, and 'MAN', 'RTF', 'XML', 'PDF' and 'PS' for the appropriate
-# output formats. The environment variable DOXYGEN_PAPER_SIZE may be
-# specified to override the default 'a4wide' paper size.
-#
-# By default, HTML, PDF and PS documentation is generated as this seems to
-# be the most popular and portable combination. MAN pages created by
-# Doxygen are usually problematic, though by picking an appropriate subset
-# and doing some massaging they might be better than nothing. CHM and RTF
-# are specific for MS (note that you can't generate both HTML and CHM at
-# the same time). The XML is rather useless unless you apply specialized
-# post-processing to it.
-#
-# The macros mainly control the default state of the feature. The use can
-# override the default by specifying --enable or --disable. The macros
-# ensure that contradictory flags are not given (e.g.,
-# --enable-doxygen-html and --enable-doxygen-chm,
-# --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each
-# feature will be automatically disabled (with a warning) if the required
-# programs are missing.
-#
-# Once all the feature defaults have been specified, call DX_INIT_DOXYGEN
-# with the following parameters: a one-word name for the project for use
-# as a filename base etc., an optional configuration file name (the
-# default is 'Doxyfile', the same as Doxygen's default), and an optional
-# output directory name (the default is 'doxygen-doc').
-#
-# Automake Support
-#
-# The following is a template aminclude.am file for use with Automake.
-# Make targets and variables values are controlled by the various
-# DX_COND_* conditionals set by autoconf.
-#
-# The provided targets are:
-#
-# doxygen-doc: Generate all doxygen documentation.
-#
-# doxygen-run: Run doxygen, which will generate some of the
-# documentation (HTML, CHM, CHI, MAN, RTF, XML)
-# but will not do the post processing required
-# for the rest of it (PS, PDF, and some MAN).
-#
-# doxygen-man: Rename some doxygen generated man pages.
-#
-# doxygen-ps: Generate doxygen PostScript documentation.
-#
-# doxygen-pdf: Generate doxygen PDF documentation.
-#
-# Note that by default these are not integrated into the automake targets.
-# If doxygen is used to generate man pages, you can achieve this
-# integration by setting man3_MANS to the list of man pages generated and
-# then adding the dependency:
-#
-# $(man3_MANS): doxygen-doc
-#
-# This will cause make to run doxygen and generate all the documentation.
-#
-# The following variable is intended for use in Makefile.am:
-#
-# DX_CLEANFILES = everything to clean.
-#
-# Then add this variable to MOSTLYCLEANFILES.
-#
-# ----- begin aminclude.am -------------------------------------
-#
-# ## --------------------------------- ##
-# ## Format-independent Doxygen rules. ##
-# ## --------------------------------- ##
-#
-# if DX_COND_doc
-#
-# ## ------------------------------- ##
-# ## Rules specific for HTML output. ##
-# ## ------------------------------- ##
-#
-# if DX_COND_html
-#
-# DX_CLEAN_HTML = @DX_DOCDIR@/html
-#
-# endif DX_COND_html
-#
-# ## ------------------------------ ##
-# ## Rules specific for CHM output. ##
-# ## ------------------------------ ##
-#
-# if DX_COND_chm
-#
-# DX_CLEAN_CHM = @DX_DOCDIR@/chm
-#
-# if DX_COND_chi
-#
-# DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
-#
-# endif DX_COND_chi
-#
-# endif DX_COND_chm
-#
-# ## ------------------------------ ##
-# ## Rules specific for MAN output. ##
-# ## ------------------------------ ##
-#
-# if DX_COND_man
-#
-# DX_CLEAN_MAN = @DX_DOCDIR@/man
-#
-# endif DX_COND_man
-#
-# ## ------------------------------ ##
-# ## Rules specific for RTF output. ##
-# ## ------------------------------ ##
-#
-# if DX_COND_rtf
-#
-# DX_CLEAN_RTF = @DX_DOCDIR@/rtf
-#
-# endif DX_COND_rtf
-#
-# ## ------------------------------ ##
-# ## Rules specific for XML output. ##
-# ## ------------------------------ ##
-#
-# if DX_COND_xml
-#
-# DX_CLEAN_XML = @DX_DOCDIR@/xml
-#
-# endif DX_COND_xml
-#
-# ## ----------------------------- ##
-# ## Rules specific for PS output. ##
-# ## ----------------------------- ##
-#
-# if DX_COND_ps
-#
-# DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
-#
-# DX_PS_GOAL = doxygen-ps
-#
-# doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
-#
-# @DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
-# cd @DX_DOCDIR@/latex; \
-# rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
-# $(DX_LATEX) refman.tex; \
-# $(MAKEINDEX_PATH) refman.idx; \
-# $(DX_LATEX) refman.tex; \
-# countdown=5; \
-# while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
-# refman.log > /dev/null 2>&1 \
-# && test $$countdown -gt 0; do \
-# $(DX_LATEX) refman.tex; \
-# countdown=`expr $$countdown - 1`; \
-# done; \
-# $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
-#
-# endif DX_COND_ps
-#
-# ## ------------------------------ ##
-# ## Rules specific for PDF output. ##
-# ## ------------------------------ ##
-#
-# if DX_COND_pdf
-#
-# DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
-#
-# DX_PDF_GOAL = doxygen-pdf
-#
-# doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
-#
-# @DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
-# cd @DX_DOCDIR@/latex; \
-# rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
-# $(DX_PDFLATEX) refman.tex; \
-# $(DX_MAKEINDEX) refman.idx; \
-# $(DX_PDFLATEX) refman.tex; \
-# countdown=5; \
-# while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
-# refman.log > /dev/null 2>&1 \
-# && test $$countdown -gt 0; do \
-# $(DX_PDFLATEX) refman.tex; \
-# countdown=`expr $$countdown - 1`; \
-# done; \
-# mv refman.pdf ../@PACKAGE@.pdf
-#
-# endif DX_COND_pdf
-#
-# ## ------------------------------------------------- ##
-# ## Rules specific for LaTeX (shared for PS and PDF). ##
-# ## ------------------------------------------------- ##
-#
-# if DX_COND_latex
-#
-# DX_CLEAN_LATEX = @DX_DOCDIR@/latex
-#
-# endif DX_COND_latex
-#
-# .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
-#
-# .INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-#
-# doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
-#
-# doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-#
-# @DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
-# rm -rf @DX_DOCDIR@
-# $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
-#
-# DX_CLEANFILES = \
-# @DX_DOCDIR@/@PACKAGE@.tag \
-# -r \
-# $(DX_CLEAN_HTML) \
-# $(DX_CLEAN_CHM) \
-# $(DX_CLEAN_CHI) \
-# $(DX_CLEAN_MAN) \
-# $(DX_CLEAN_RTF) \
-# $(DX_CLEAN_XML) \
-# $(DX_CLEAN_PS) \
-# $(DX_CLEAN_PDF) \
-# $(DX_CLEAN_LATEX)
-#
-# endif DX_COND_doc
-#
-# ----- end aminclude.am ---------------------------------------
-#
-# LICENSE
-#
-# Copyright (c) 2009 Oren Ben-Kiki <oren@ben-kiki.org>
-#
-# Copying and distribution of this file, with or without modification, are
-# permitted in any medium without royalty provided the copyright notice
-# and this notice are preserved. This file is offered as-is, without any
-# warranty.
-
-#serial 11
-
-## ----------##
-## Defaults. ##
-## ----------##
-
-DX_ENV=""
-AC_DEFUN([DX_FEATURE_doc], ON)
-AC_DEFUN([DX_FEATURE_dot], OFF)
-AC_DEFUN([DX_FEATURE_man], OFF)
-AC_DEFUN([DX_FEATURE_html], ON)
-AC_DEFUN([DX_FEATURE_chm], OFF)
-AC_DEFUN([DX_FEATURE_chi], OFF)
-AC_DEFUN([DX_FEATURE_rtf], OFF)
-AC_DEFUN([DX_FEATURE_xml], OFF)
-AC_DEFUN([DX_FEATURE_pdf], ON)
-AC_DEFUN([DX_FEATURE_ps], ON)
-
-## --------------- ##
-## Private macros. ##
-## --------------- ##
-
-# DX_ENV_APPEND(VARIABLE, VALUE)
-# ------------------------------
-# Append VARIABLE="VALUE" to DX_ENV for invoking doxygen.
-AC_DEFUN([DX_ENV_APPEND], [AC_SUBST([DX_ENV], ["$DX_ENV $1='$2'"])])
-
-# DX_DIRNAME_EXPR
-# ---------------
-# Expand into a shell expression prints the directory part of a path.
-AC_DEFUN([DX_DIRNAME_EXPR],
- [[expr ".$1" : '\(\.\)[^/]*$' \| "x$1" : 'x\(.*\)/[^/]*$']])
-
-# DX_IF_FEATURE(FEATURE, IF-ON, IF-OFF)
-# -------------------------------------
-# Expands according to the M4 (static) status of the feature.
-AC_DEFUN([DX_IF_FEATURE], [ifelse(DX_FEATURE_$1, ON, [$2], [$3])])
-
-# DX_REQUIRE_PROG(VARIABLE, PROGRAM)
-# ----------------------------------
-# Require the specified program to be found for the DX_CURRENT_FEATURE to work.
-AC_DEFUN([DX_REQUIRE_PROG], [
-AC_PATH_TOOL([$1], [$2])
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
- AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
- AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-fi
-])
-
-# DX_TEST_FEATURE(FEATURE)
-# ------------------------
-# Expand to a shell expression testing whether the feature is active.
-AC_DEFUN([DX_TEST_FEATURE], [test "$DX_FLAG_$1" = 1])
-
-# DX_CHECK_DEPEND(REQUIRED_FEATURE, REQUIRED_STATE)
-# -------------------------------------------------
-# Verify that a required features has the right state before trying to turn on
-# the DX_CURRENT_FEATURE.
-AC_DEFUN([DX_CHECK_DEPEND], [
-test "$DX_FLAG_$1" = "$2" \
-|| AC_MSG_ERROR([doxygen-DX_CURRENT_FEATURE ifelse([$2], 1,
- requires, contradicts) doxygen-DX_CURRENT_FEATURE])
-])
-
-# DX_CLEAR_DEPEND(FEATURE, REQUIRED_FEATURE, REQUIRED_STATE)
-# ----------------------------------------------------------
-# Turn off the DX_CURRENT_FEATURE if the required feature is off.
-AC_DEFUN([DX_CLEAR_DEPEND], [
-test "$DX_FLAG_$1" = "$2" || AC_SUBST(DX_FLAG_[]DX_CURRENT_FEATURE, 0)
-])
-
-# DX_FEATURE_ARG(FEATURE, DESCRIPTION,
-# CHECK_DEPEND, CLEAR_DEPEND,
-# REQUIRE, DO-IF-ON, DO-IF-OFF)
-# --------------------------------------------
-# Parse the command-line option controlling a feature. CHECK_DEPEND is called
-# if the user explicitly turns the feature on (and invokes DX_CHECK_DEPEND),
-# otherwise CLEAR_DEPEND is called to turn off the default state if a required
-# feature is disabled (using DX_CLEAR_DEPEND). REQUIRE performs additional
-# requirement tests (DX_REQUIRE_PROG). Finally, an automake flag is set and
-# DO-IF-ON or DO-IF-OFF are called according to the final state of the feature.
-AC_DEFUN([DX_ARG_ABLE], [
- AC_DEFUN([DX_CURRENT_FEATURE], [$1])
- AC_DEFUN([DX_CURRENT_DESCRIPTION], [$2])
- AC_ARG_ENABLE(doxygen-$1,
- [AS_HELP_STRING(DX_IF_FEATURE([$1], [--disable-doxygen-$1],
- [--enable-doxygen-$1]),
- DX_IF_FEATURE([$1], [don't $2], [$2]))],
- [
-case "$enableval" in
-#(
-y|Y|yes|Yes|YES)
- AC_SUBST([DX_FLAG_$1], 1)
- $3
-;; #(
-n|N|no|No|NO)
- AC_SUBST([DX_FLAG_$1], 0)
-;; #(
-*)
- AC_MSG_ERROR([invalid value '$enableval' given to doxygen-$1])
-;;
-esac
-], [
-AC_SUBST([DX_FLAG_$1], [DX_IF_FEATURE([$1], 1, 0)])
-$4
-])
-if DX_TEST_FEATURE([$1]); then
- $5
- :
-fi
-if DX_TEST_FEATURE([$1]); then
- AM_CONDITIONAL(DX_COND_$1, :)
- $6
- :
-else
- AM_CONDITIONAL(DX_COND_$1, false)
- $7
- :
-fi
-])
-
-## -------------- ##
-## Public macros. ##
-## -------------- ##
-
-# DX_XXX_FEATURE(DEFAULT_STATE)
-# -----------------------------
-AC_DEFUN([DX_DOXYGEN_FEATURE], [AC_DEFUN([DX_FEATURE_doc], [$1])])
-AC_DEFUN([DX_DOT_FEATURE], [AC_DEFUN([DX_FEATURE_dot], [$1])])
-AC_DEFUN([DX_MAN_FEATURE], [AC_DEFUN([DX_FEATURE_man], [$1])])
-AC_DEFUN([DX_HTML_FEATURE], [AC_DEFUN([DX_FEATURE_html], [$1])])
-AC_DEFUN([DX_CHM_FEATURE], [AC_DEFUN([DX_FEATURE_chm], [$1])])
-AC_DEFUN([DX_CHI_FEATURE], [AC_DEFUN([DX_FEATURE_chi], [$1])])
-AC_DEFUN([DX_RTF_FEATURE], [AC_DEFUN([DX_FEATURE_rtf], [$1])])
-AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-AC_DEFUN([DX_XML_FEATURE], [AC_DEFUN([DX_FEATURE_xml], [$1])])
-AC_DEFUN([DX_PDF_FEATURE], [AC_DEFUN([DX_FEATURE_pdf], [$1])])
-AC_DEFUN([DX_PS_FEATURE], [AC_DEFUN([DX_FEATURE_ps], [$1])])
-
-# DX_INIT_DOXYGEN(PROJECT, [CONFIG-FILE], [OUTPUT-DOC-DIR])
-# ---------------------------------------------------------
-# PROJECT also serves as the base name for the documentation files.
-# The default CONFIG-FILE is "Doxyfile" and OUTPUT-DOC-DIR is "doxygen-doc".
-AC_DEFUN([DX_INIT_DOXYGEN], [
-
-# Files:
-AC_SUBST([DX_PROJECT], [$1])
-AC_SUBST([DX_CONFIG], [ifelse([$2], [], Doxyfile, [$2])])
-AC_SUBST([DX_DOCDIR], [ifelse([$3], [], doxygen-doc, [$3])])
-
-# Environment variables used inside doxygen.cfg:
-DX_ENV_APPEND(SRCDIR, $srcdir)
-DX_ENV_APPEND(PROJECT, $DX_PROJECT)
-DX_ENV_APPEND(DOCDIR, $DX_DOCDIR)
-DX_ENV_APPEND(VERSION, $PACKAGE_VERSION)
-
-# Doxygen itself:
-DX_ARG_ABLE(doc, [generate any doxygen documentation],
- [],
- [],
- [DX_REQUIRE_PROG([DX_DOXYGEN], doxygen)
- DX_REQUIRE_PROG([DX_PERL], perl)],
- [DX_ENV_APPEND(PERL_PATH, $DX_PERL)])
-
-# Dot for graphics:
-DX_ARG_ABLE(dot, [generate graphics for doxygen documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_DOT], dot)],
- [DX_ENV_APPEND(HAVE_DOT, YES)
- DX_ENV_APPEND(DOT_PATH, [`DX_DIRNAME_EXPR($DX_DOT)`])],
- [DX_ENV_APPEND(HAVE_DOT, NO)])
-
-# Man pages generation:
-DX_ARG_ABLE(man, [generate doxygen manual pages],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_MAN, YES)],
- [DX_ENV_APPEND(GENERATE_MAN, NO)])
-
-# RTF file generation:
-DX_ARG_ABLE(rtf, [generate doxygen RTF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_RTF, YES)],
- [DX_ENV_APPEND(GENERATE_RTF, NO)])
-
-# XML file generation:
-DX_ARG_ABLE(xml, [generate doxygen XML documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_XML, YES)],
- [DX_ENV_APPEND(GENERATE_XML, NO)])
-
-# (Compressed) HTML help generation:
-DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_HHC], hhc)],
- [DX_ENV_APPEND(HHC_PATH, $DX_HHC)
- DX_ENV_APPEND(GENERATE_HTML, YES)
- DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
- [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
-
-# Seperate CHI file generation.
-DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
- [DX_CHECK_DEPEND(chm, 1)],
- [DX_CLEAR_DEPEND(chm, 1)],
- [],
- [DX_ENV_APPEND(GENERATE_CHI, YES)],
- [DX_ENV_APPEND(GENERATE_CHI, NO)])
-
-# Plain HTML pages generation:
-DX_ARG_ABLE(html, [generate doxygen plain HTML documentation],
- [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)],
- [DX_CLEAR_DEPEND(doc, 1) DX_CLEAR_DEPEND(chm, 0)],
- [],
- [DX_ENV_APPEND(GENERATE_HTML, YES)],
- [DX_TEST_FEATURE(chm) || DX_ENV_APPEND(GENERATE_HTML, NO)])
-
-# PostScript file generation:
-DX_ARG_ABLE(ps, [generate doxygen PostScript documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_LATEX], latex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_DVIPS], dvips)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# PDF file generation:
-DX_ARG_ABLE(pdf, [generate doxygen PDF documentation],
- [DX_CHECK_DEPEND(doc, 1)],
- [DX_CLEAR_DEPEND(doc, 1)],
- [DX_REQUIRE_PROG([DX_PDFLATEX], pdflatex)
- DX_REQUIRE_PROG([DX_MAKEINDEX], makeindex)
- DX_REQUIRE_PROG([DX_EGREP], egrep)])
-
-# LaTeX generation for PS and/or PDF:
-if DX_TEST_FEATURE(ps) || DX_TEST_FEATURE(pdf); then
- AM_CONDITIONAL(DX_COND_latex, :)
- DX_ENV_APPEND(GENERATE_LATEX, YES)
-else
- AM_CONDITIONAL(DX_COND_latex, false)
- DX_ENV_APPEND(GENERATE_LATEX, NO)
-fi
-
-# Paper size for PS and/or PDF:
-AC_ARG_VAR(DOXYGEN_PAPER_SIZE,
- [a4wide (default), a4, letter, legal or executive])
-case "$DOXYGEN_PAPER_SIZE" in
-#(
-"")
- AC_SUBST(DOXYGEN_PAPER_SIZE, "")
-;; #(
-a4wide|a4|letter|legal|executive)
- DX_ENV_APPEND(PAPER_SIZE, $DOXYGEN_PAPER_SIZE)
-;; #(
-*)
- AC_MSG_ERROR([unknown DOXYGEN_PAPER_SIZE='$DOXYGEN_PAPER_SIZE'])
-;;
-esac
-
-#For debugging:
-#echo DX_FLAG_doc=$DX_FLAG_doc
-#echo DX_FLAG_dot=$DX_FLAG_dot
-#echo DX_FLAG_man=$DX_FLAG_man
-#echo DX_FLAG_html=$DX_FLAG_html
-#echo DX_FLAG_chm=$DX_FLAG_chm
-#echo DX_FLAG_chi=$DX_FLAG_chi
-#echo DX_FLAG_rtf=$DX_FLAG_rtf
-#echo DX_FLAG_xml=$DX_FLAG_xml
-#echo DX_FLAG_pdf=$DX_FLAG_pdf
-#echo DX_FLAG_ps=$DX_FLAG_ps
-#echo DX_ENV=$DX_ENV
-])
-
+++ /dev/null
-#! /bin/sh
-# Common stub for a few missing GNU programs while installing.
-
-scriptversion=2009-04-28.21; # UTC
-
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
-# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-if test $# -eq 0; then
- echo 1>&2 "Try \`$0 --help' for more information"
- exit 1
-fi
-
-run=:
-sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
-sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
-
-# In the cases where this matters, `missing' is being run in the
-# srcdir already.
-if test -f configure.ac; then
- configure_ac=configure.ac
-else
- configure_ac=configure.in
-fi
-
-msg="missing on your system"
-
-case $1 in
---run)
- # Try to run requested program, and just exit if it succeeds.
- run=
- shift
- "$@" && exit 0
- # Exit code 63 means version mismatch. This often happens
- # when the user try to use an ancient version of a tool on
- # a file that requires a minimum version. In this case we
- # we should proceed has if the program had been absent, or
- # if --run hadn't been passed.
- if test $? = 63; then
- run=:
- msg="probably too old"
- fi
- ;;
-
- -h|--h|--he|--hel|--help)
- echo "\
-$0 [OPTION]... PROGRAM [ARGUMENT]...
-
-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
-error status if there is no known handling for PROGRAM.
-
-Options:
- -h, --help display this help and exit
- -v, --version output version information and exit
- --run try to run the given command, and emulate it if it fails
-
-Supported PROGRAM values:
- aclocal touch file \`aclocal.m4'
- autoconf touch file \`configure'
- autoheader touch file \`config.h.in'
- autom4te touch the output file, or create a stub one
- automake touch all \`Makefile.in' files
- bison create \`y.tab.[ch]', if possible, from existing .[ch]
- flex create \`lex.yy.c', if possible, from existing .c
- help2man touch the output file
- lex create \`lex.yy.c', if possible, from existing .c
- makeinfo touch the output file
- tar try tar, gnutar, gtar, then tar without non-portable flags
- yacc create \`y.tab.[ch]', if possible, from existing .[ch]
-
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
-\`g' are ignored when checking the name.
-
-Send bug reports to <bug-automake@gnu.org>."
- exit $?
- ;;
-
- -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
- echo "missing $scriptversion (GNU Automake)"
- exit $?
- ;;
-
- -*)
- echo 1>&2 "$0: Unknown \`$1' option"
- echo 1>&2 "Try \`$0 --help' for more information"
- exit 1
- ;;
-
-esac
-
-# normalize program name to check for.
-program=`echo "$1" | sed '
- s/^gnu-//; t
- s/^gnu//; t
- s/^g//; t'`
-
-# Now exit if we have it, but it failed. Also exit now if we
-# don't have it and --version was passed (most likely to detect
-# the program). This is about non-GNU programs, so use $1 not
-# $program.
-case $1 in
- lex*|yacc*)
- # Not GNU programs, they don't have --version.
- ;;
-
- tar*)
- if test -n "$run"; then
- echo 1>&2 "ERROR: \`tar' requires --run"
- exit 1
- elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
- exit 1
- fi
- ;;
-
- *)
- if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
- # We have it, but it failed.
- exit 1
- elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
- # Could not run --version or --help. This is probably someone
- # running `$TOOL --version' or `$TOOL --help' to check whether
- # $TOOL exists and not knowing $TOOL uses missing.
- exit 1
- fi
- ;;
-esac
-
-# If it does not exist, or fails to run (possibly an outdated version),
-# try to emulate it.
-case $program in
- aclocal*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified \`acinclude.m4' or \`${configure_ac}'. You might want
- to install the \`Automake' and \`Perl' packages. Grab them from
- any GNU archive site."
- touch aclocal.m4
- ;;
-
- autoconf*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified \`${configure_ac}'. You might want to install the
- \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
- archive site."
- touch configure
- ;;
-
- autoheader*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified \`acconfig.h' or \`${configure_ac}'. You might want
- to install the \`Autoconf' and \`GNU m4' packages. Grab them
- from any GNU archive site."
- files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
- test -z "$files" && files="config.h"
- touch_files=
- for f in $files; do
- case $f in
- *:*) touch_files="$touch_files "`echo "$f" |
- sed -e 's/^[^:]*://' -e 's/:.*//'`;;
- *) touch_files="$touch_files $f.in";;
- esac
- done
- touch $touch_files
- ;;
-
- automake*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
- You might want to install the \`Automake' and \`Perl' packages.
- Grab them from any GNU archive site."
- find . -type f -name Makefile.am -print |
- sed 's/\.am$/.in/' |
- while read f; do touch "$f"; done
- ;;
-
- autom4te*)
- echo 1>&2 "\
-WARNING: \`$1' is needed, but is $msg.
- You might have modified some files without having the
- proper tools for further handling them.
- You can get \`$1' as part of \`Autoconf' from any GNU
- archive site."
-
- file=`echo "$*" | sed -n "$sed_output"`
- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
- if test -f "$file"; then
- touch $file
- else
- test -z "$file" || exec >$file
- echo "#! /bin/sh"
- echo "# Created by GNU Automake missing as a replacement of"
- echo "# $ $@"
- echo "exit 0"
- chmod +x $file
- exit 1
- fi
- ;;
-
- bison*|yacc*)
- echo 1>&2 "\
-WARNING: \`$1' $msg. You should only need it if
- you modified a \`.y' file. You may need the \`Bison' package
- in order for those modifications to take effect. You can get
- \`Bison' from any GNU archive site."
- rm -f y.tab.c y.tab.h
- if test $# -ne 1; then
- eval LASTARG="\${$#}"
- case $LASTARG in
- *.y)
- SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
- if test -f "$SRCFILE"; then
- cp "$SRCFILE" y.tab.c
- fi
- SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
- if test -f "$SRCFILE"; then
- cp "$SRCFILE" y.tab.h
- fi
- ;;
- esac
- fi
- if test ! -f y.tab.h; then
- echo >y.tab.h
- fi
- if test ! -f y.tab.c; then
- echo 'main() { return 0; }' >y.tab.c
- fi
- ;;
-
- lex*|flex*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified a \`.l' file. You may need the \`Flex' package
- in order for those modifications to take effect. You can get
- \`Flex' from any GNU archive site."
- rm -f lex.yy.c
- if test $# -ne 1; then
- eval LASTARG="\${$#}"
- case $LASTARG in
- *.l)
- SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
- if test -f "$SRCFILE"; then
- cp "$SRCFILE" lex.yy.c
- fi
- ;;
- esac
- fi
- if test ! -f lex.yy.c; then
- echo 'main() { return 0; }' >lex.yy.c
- fi
- ;;
-
- help2man*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified a dependency of a manual page. You may need the
- \`Help2man' package in order for those modifications to take
- effect. You can get \`Help2man' from any GNU archive site."
-
- file=`echo "$*" | sed -n "$sed_output"`
- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
- if test -f "$file"; then
- touch $file
- else
- test -z "$file" || exec >$file
- echo ".ab help2man is required to generate this page"
- exit $?
- fi
- ;;
-
- makeinfo*)
- echo 1>&2 "\
-WARNING: \`$1' is $msg. You should only need it if
- you modified a \`.texi' or \`.texinfo' file, or any other file
- indirectly affecting the aspect of the manual. The spurious
- call might also be the consequence of using a buggy \`make' (AIX,
- DU, IRIX). You might want to install the \`Texinfo' package or
- the \`GNU make' package. Grab either from any GNU archive site."
- # The file to touch is that specified with -o ...
- file=`echo "$*" | sed -n "$sed_output"`
- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
- if test -z "$file"; then
- # ... or it is the one specified with @setfilename ...
- infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
- file=`sed -n '
- /^@setfilename/{
- s/.* \([^ ]*\) *$/\1/
- p
- q
- }' $infile`
- # ... or it is derived from the source name (dir/f.texi becomes f.info)
- test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
- fi
- # If the file does not exist, the user really needs makeinfo;
- # let's fail without touching anything.
- test -f $file || exit 1
- touch $file
- ;;
-
- tar*)
- shift
-
- # We have already tried tar in the generic part.
- # Look for gnutar/gtar before invocation to avoid ugly error
- # messages.
- if (gnutar --version > /dev/null 2>&1); then
- gnutar "$@" && exit 0
- fi
- if (gtar --version > /dev/null 2>&1); then
- gtar "$@" && exit 0
- fi
- firstarg="$1"
- if shift; then
- case $firstarg in
- *o*)
- firstarg=`echo "$firstarg" | sed s/o//`
- tar "$firstarg" "$@" && exit 0
- ;;
- esac
- case $firstarg in
- *h*)
- firstarg=`echo "$firstarg" | sed s/h//`
- tar "$firstarg" "$@" && exit 0
- ;;
- esac
- fi
-
- echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
- You may want to install GNU tar or Free paxutils, or check the
- command line arguments."
- exit 1
- ;;
-
- *)
- echo 1>&2 "\
-WARNING: \`$1' is needed, and is $msg.
- You might have modified some files without having the
- proper tools for further handling them. Check the \`README' file,
- it often tells you about the needed prerequisites for installing
- this package. You may also peek at any GNU archive site, in case
- some other package would contain this missing \`$1' program."
- exit 1
- ;;
-esac
-
-exit 0
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
+++ /dev/null
-#include "HLibOperator_fwd.hpp"
-
-extern "C"
-{
-# include "HLib/rkmatrix.h"
-}
-
-void
-HLibInitializer::initialize()
-{
- init_rkmatrices(0);
-}
-
-bool HLibInitializer::hLibInitialized = false;
-
+++ /dev/null
-#ifndef HILBERT3D_HLIBOPERATOR_HPP_GUARD_
-#define HILBERT3D_HLIBOPERATOR_HPP_GUARD_
-
-#include "HLibOperator_fwd.hpp"
-#include "HLibOperator_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_HLIBOPERATOR_FWD_HPP_GUARD_
-#define HILBERT3D_HLIBOPERATOR_FWD_HPP_GUARD_
-
-#include <vector>
-
-extern "C"
-{
-# include "HLib/cluster.h"
-# include "HLib/supermatrix.h"
-# include "HLib/krylov.h"
-# include "HLib/graphics.h"
-# include "HLib/aca.h"
-}
-
-#define ACA_KMAX 1e4
-#define ACA_EPS 1e-5
-#define ACA_STRATEGY HLIB_ACA_RELATIVE
-
-enum MatrixSymmetry
-{
- SymmetricMatrix,
- UnsymmetricMatrix
-};
-
-enum HLibOperatorConstructionMethod
-{
- BuildHLibOperatorFull,
- BuildHLibOperatorFromCluster
-};
-
-enum HLibOperatorConstructionLibrary
-{
- HLib,
- Hilbert
-};
-
-class HLibInitializer
-{
- public:
- static void initialize();
-
- private:
- static bool hLibInitialized;
-};
-
-namespace testing
-{
- class TesterHLibOperator;
-}
-
-/**
- * @brief Base class for operators which are based upon HLib.
- *
- * This class template encapsulates most calls to the hierarchical matrix
- * library HLib which are necessary to build an operator, which is cheap in
- * terms of storage and computational complexity.
- *
- * The class takes an ansatz space and a test space class as template
- * parameters. Spaces, which are used as template parameters, must provide the
- * createClusterFactory method and the getNumberOfElements method. In other
- * words they must implement the space::HLibSpace class. Apart from implementing
- * the createClusterFactory method within the finite element space classes, it
- * should not be necessary to make further calls to HLib functions.
- *
- * The third template parameter, symmetry, takes either the values
- * UnsymmetricMatrix or SymmetricMatrix. For the symmetric case, we provide
- * a more efficient implementation of the adaptive cross approximation
- * algorithm, c.f. fillSupermatrixAca.
- */
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry = UnsymmetricMatrix >
-class HLibOperator
-{
- friend class testing::TesterHLibOperator;
- typedef typename TAnsatzSpace::DFunc AFunc;
- typedef typename TTestSpace::DFunc TFunc;
-
- public:
- static const double defaultEpsForAcaAlgorithm = 1e-8;
- static const double defaultAimedResidualForGMRes = 1e-6;
- static const double defaultMaximumNumberOfStepsForGMRes = 100;
- static const int hLibMinimalAdmissableBlockSize = 30;
- static const enum HLibOperatorConstructionMethod
- defaultOperatorConstructionMethod = BuildHLibOperatorFromCluster;
-
- static const enum HLibOperatorConstructionLibrary
- defaultLibrary = Hilbert;
-
- HLibOperator(
- const TAnsatzSpace& ansatzSpace,
- const TTestSpace& testSpace,
- double (&computeEntry)( const typename TAnsatzSpace::Element& e1,
- const typename TTestSpace::Element& e2,
- const HLibOperator*),
- double acaEps = defaultEpsForAcaAlgorithm,
- enum HLibOperatorConstructionMethod method =
- defaultOperatorConstructionMethod);
- virtual ~HLibOperator();
-
- std::vector< double > solveGMRes(
- const std::vector< double >& rhs,
- double aimedResidual = defaultAimedResidualForGMRes,
- double maximumNumberOfSteps = defaultMaximumNumberOfStepsForGMRes
- ) const;
-
- typename TAnsatzSpace::DFunc solve(typename TTestSpace::DFunc& rhs);
-
- /**
- * @brief Computes the Energy of a Discrete Function
- * @param func the energy of func is computed
- *
- * This function computed func*A*func, where A is the HLib-Operator
- */
- double energy(typename TAnsatzSpace::DFunc& func);
-
- double multiply(typename TAnsatzSpace::DFunc& rhs, typename TTestSpace::DFunc& lhs) const;
- typename TTestSpace::DFunc operator*(const typename TAnsatzSpace::DFunc& func) const;
-
- private:
- const TAnsatzSpace ansatzSpace_;
- const TTestSpace testSpace_;
- double (&computeEntry_)( const typename TAnsatzSpace::Element& e1,
- const typename TTestSpace::Element& e2,
- const HLibOperator*);
- supermatrix* supermatrix_;
- clustertree* rowClusterTree_;
- clustertree* columnClusterTree_;
-
- static void fillSupermatrixAca(
- supermatrix* matrix,
- const cluster* rowCluster,
- const cluster* columnCluster,
- void* data,
- double acaEps);
-
- /**
- * @brief Sort the coefficients of discrete functions to fit
- * HLib's internal order
- * @param func A discrete function of the ansatzspace, given
- * in Hilbert's interal order
- *
- * This function uses the array ansatzSpace_.idx2dof.
- *
- * @returns a double vector containing the coefficients of AFunc
- * with respect to HLib's interal order
- */
- std::vector< double > ansatzHi2HL(const AFunc& func) const;
-
- /**
- * @brief Sort the coefficients of discrete functions to fit
- * HLib's internal order
- * @param func A discrete function of the testspace, given
- * in Hilbert's interal order
- *
- * This function uses the array testSpace_.idx2dof.
- *
- * @returns a double vector containing the coefficients of func
- * with respect to HLib's interal order
- */
- std::vector< double > testHi2HL(const TFunc& func) const;
-
- /**
- * @brief Sort a vector which contains coefficients in HLib's internal
- * ordering for the test space and generate a discrete function
- * with Hilbert's internal ordering.
- *
- * @param coeff A vector that contains coefficients of a discrete
- * function from the testspace in HLib's internal order
- *
- * This function uses the array testSpace_.dof2idx
- *
- * @returns A discrete function from the test space that contains the entries of coeff
- * with respect to Hilbert's internal order
- */
- TFunc testHL2Hi(std::vector< double > coeff) const;
-
- /**
- * @brief Sort a vector which contains coefficients in HLib's internal
- * ordering for the ansatz space and generate a discrete function
- * with Hilbert's internal ordering.
- *
- * @param coeff A vector that contains coefficients of a discrete
- * function from the ansatzspace in HLib's internal order
- *
- * This function uses the array ansatzSpace_.dof2idx
- *
- * @returns A discrete function from the ansatz space that contains the entries of coeff
- * with respect to Hilbert's internal order
- */
- AFunc ansatzHL2Hi(std::vector< double > coeff) const;
-
- /**
- * @brief Wrapper method around the computeEntry_ function.
- *
- * @param i Index of an element within the ansatz space with respect to
- * HLib's internal order.
- * @param j Index of an element within the test space with respect to
- * HLib's internal order.
- * @param data A valid pointer to an HLibOperator instance.
- *
- * Using the HLibOperator instance data points to, this function determines
- * the elements within the respective finite element spaces and calls the
- * computeEntry_ function.
- *
- * @returns The result the computeEntry_ function returns for the determined
- * space elements.
- */
- static double computeEntryHelper( int i, int j, void* data );
-
-};
-
-#endif
-
+++ /dev/null
-#include "HLibOperator_fwd.hpp"
-
-#include <cstring>
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::HLibOperator(
- const TAnsatzSpace& ansatzSpace,
- const TTestSpace& testSpace,
- double (&computeEntry)( const typename TAnsatzSpace::Element& e1,
- const typename TTestSpace::Element& e2,
- const HLibOperator< TAnsatzSpace, TTestSpace, symmetry >*),
- double acaEps,
- enum HLibOperatorConstructionMethod method )
- : ansatzSpace_(ansatzSpace), testSpace_(testSpace),
- computeEntry_(computeEntry), supermatrix_(0),
- rowClusterTree_(0), columnClusterTree_(0)
-{
- HLibInitializer::initialize();
-
- unsigned int numberOfAnsatzElements = ansatzSpace_.getNumberOfElements();
- clusterfactory* ansatzFactory = ansatzSpace_.createClusterFactory();
-
-
- columnClusterTree_ = create_clustertree(
- ansatzFactory, HLIB_GEOMETRIC, 30, /* XXX: What is this constant? */
- numberOfAnsatzElements * numberOfAnsatzElements);
- del_clusterfactory( ansatzFactory );
-
- write_clustertree(columnClusterTree_,"clustertree.txt");
- output_clustertree(columnClusterTree_,"clustertree.ps",0);
-
- // MK: what is the right way to test if Ansatz and Testspace are the same???
- // e.g. look at the following piece of code
- //
- // Boundarymesh mesh;
- // P0Space space1(mesh);
- // P0Space space2(mesh);
- unsigned int numberOfTestElements = testSpace_.getNumberOfElements();
-// XXX: Bad-Hack! Removed this temporarily.
-#if 0
- if ( &ansatzSpace == &testSpace )
- {
- std::cerr << "TestSpace = AnsatzSpace" << std::endl;
- rowClusterTree_ = columnClusterTree_;
- }
-
- else
- {
-#endif
- clusterfactory* testFactory = testSpace_.createClusterFactory();
- rowClusterTree_ = create_clustertree(
- testFactory, HLIB_GEOMETRIC, 30, /* XXX: What is this constant? */
- numberOfTestElements * numberOfTestElements );
- del_clusterfactory( testFactory );
-#if 0
- }
-#endif
-
- if ( method == BuildHLibOperatorFull )
- {
- std::cerr << "# method == BuildHLibOperatorFull" << std::endl;
- supermatrix_ = build_full_supermatrix(
- rowClusterTree_->root, columnClusterTree_->root );
- }
- else if ( method == BuildHLibOperatorFromCluster )
- {
- //assert(0); // TODO/XXX: Not implemented yet!
- std::cerr << "# method == BuildHLibOperatorFromCluster" << std::endl;
- supermatrix_ = build_supermatrix_from_cluster(
- rowClusterTree_->root, columnClusterTree_->root,
- 1, 30, HLIB_MINADM);
- }
- else
- {
- assert(0);
- }
-
-// outputrank_supermatrix(supermatrix_,"V.ps");
- print_supermatrix("V.ps", supermatrix_);
-// print_cluster(rowClusterTree_->root,0,0);
-
- fillSupermatrixAca(
- supermatrix_,
- rowClusterTree_->root,
- columnClusterTree_->root,
- (void*) this,
- acaEps);
-
- char fileName[6];
- std::strcpy(fileName, "V.txt");
- write_supermatrix(fileName, supermatrix_);
-
-// fill_supermatrix_aca(supermatrix_,rowClusterTree_->root,columnClusterTree_->root,(void*) this, computeEntryHelper, acaEps);
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::~HLibOperator()
-{
- del_supermatrix( supermatrix_ );
- del_clustertree( rowClusterTree_ );
- if ( rowClusterTree_ != columnClusterTree_ )
- del_clustertree( columnClusterTree_ );
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-std::vector< double >
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::solveGMRes(
- const std::vector< double >& rhs,
- double aimedResidual,
- double maximumNumberOfSteps) const
-{
- if ( rhs.size() != testSpace_.getNumberOfElements() )
- {
- assert(0); /* TODO: Replace by an exception, name: *DimensionMismatch* */
- }
-
- std::vector< double > solution( ansatzSpace_.getNumberOfElements(), 0. );
-
- /* TODO: Document this call and the effects for certain operators.
- * Should it be possible to specify preconditioner matrices?
- */
- solve_gmres_supermatrix(
- supermatrix_, (double*)(&rhs[0]), &solution[0],
- aimedResidual, maximumNumberOfSteps+500,
- 0, HLIB_PREC_LU,
- 0, HLIB_EVAL_DEFAULT,
- 1);
-
- return solution;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-typename TAnsatzSpace::DFunc
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::solve(typename TTestSpace::DFunc& rhs)
-{
- // order the right hand side to fit HLib's internal order
- std::vector< double > rhsCoeffHLibOrder = testHi2HL(rhs);
-
- // solve
- std::vector< double > solution = solveGMRes(rhsCoeffHLibOrder);
-
- // typename TAnsatzSpace::DFunc result(ansatzSpace_,solution);
- typename TAnsatzSpace::DFunc result(ansatzHL2Hi(solution));
-
- return result;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-typename TTestSpace::DFunc
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::operator*(
- const typename TAnsatzSpace::DFunc& func) const
-{
-
- std::vector< double > dofAnsatz = ansatzHi2HL(func);
- std::vector< double > dofTestOut (testSpace_.getNumberOfElements(),0);
-
- eval_supermatrix(supermatrix_,&dofAnsatz[0],&dofTestOut[0]);
-
- return testHL2Hi(dofTestOut);
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-double
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::multiply(
- typename TAnsatzSpace::DFunc& rhs, typename TTestSpace::DFunc& lhs) const
-{
- typename TTestSpace::DFunc test = (*this)*rhs;
- double result = 0.;
- for ( unsigned int i=0; i<testSpace_.getNumberOfElements(); ++i)
- result += test[i]*lhs[i];
-
- return result;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-double
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::energy(
- typename TAnsatzSpace::DFunc& func)
-{
- assert( ansatzSpace_.getNumberOfElements() == testSpace_.getNumberOfElements() );
-
- std::vector< double > dofAnsatz = ansatzHi2HL(func);
-
- std::vector< double > dofTestOut (testSpace_.getNumberOfElements(),0);
- eval_supermatrix(supermatrix_,&dofAnsatz[0],&dofTestOut[0]);
-
- // transfer func (which is from ansatzspace) to a function testFunc from testspace
- typename TTestSpace::DFunc testFunc (testSpace_,func.getCoeff());
- std::vector< double > dofTest = testHi2HL(testFunc);
-
- double result=0.;
- for ( unsigned int i=0; i<testSpace_.getNumberOfElements(); ++i )
- result += dofTestOut[i]*dofTest[i];
-
- return result;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-std::vector< double >
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::ansatzHi2HL(const AFunc& ansatzIn) const
-{
- std::vector< double > dofIn (ansatzSpace_.getNumberOfElements(),0);
-
- // order coeffs of func according to internal HLib-order of the AnsatzSpace
- for ( unsigned int i=0; i<ansatzSpace_.getNumberOfElements(); ++i)
- dofIn[columnClusterTree_->idx2dof[i]] = ansatzIn[i];
-
- return dofIn;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-std::vector< double >
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::testHi2HL(const TFunc& testIn) const
-{
- std::vector< double > dofIn (testSpace_.getNumberOfElements(),0);
-
- // order coeffs of func according to internal HLib-order of the AnsatzSpace
- for ( unsigned int i=0; i<testSpace_.getNumberOfElements(); ++i)
- dofIn[columnClusterTree_->idx2dof[i]] = testIn[i];
-
- return dofIn;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-typename TTestSpace::DFunc
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::testHL2Hi(std::vector<double> dofIn) const
-{
- std::vector< double > testIn (testSpace_.getNumberOfElements(),0);
-
- for ( unsigned int i=0; i<testSpace_.getNumberOfElements(); ++i )
- testIn[rowClusterTree_->dof2idx[i]] = dofIn[i];
-
- typename TTestSpace::DFunc func(testSpace_, testIn);
-
- return func;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-typename TAnsatzSpace::DFunc
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::ansatzHL2Hi(std::vector<double> dofIn) const
-{
- std::vector< double > ansatzIn (ansatzSpace_.getNumberOfElements(),0);
-
- for ( unsigned int i=0; i<testSpace_.getNumberOfElements(); ++i )
- ansatzIn[rowClusterTree_->dof2idx[i]] = dofIn[i];
-
- typename TAnsatzSpace::DFunc func(ansatzSpace_,ansatzIn);
-
- return func;
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-void
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::fillSupermatrixAca(
- supermatrix* matrix,
- const cluster* rowCluster,
- const cluster* columnCluster,
- void* data,
- double acaEps)
-{
- // TODO/XXX: At the moment, this function only covers the full case, i.e.
- // the constructor needs to be called with BuildHLibOperatorFull.
-
- rkmatrix* r = matrix->r;
- int rank;
-
- if ( matrix->f != 0 )
- {
- fullmatrix* full = matrix->f;
- int rowClusterSize = rowCluster->size;
-
- for ( int i = 0; i < rowCluster->size; ++i )
- {
- for ( int j = 0; j < columnCluster->size; ++j )
- {
- full->e[ i + j*rowClusterSize ] = computeEntryHelper(
- rowCluster->start + i,
- columnCluster->start + j,
- data );
- }
- }
- return;
- }
-
- if ( r != 0)
- {
- if ( r->rows > r->cols )
- rank = r->cols;
- else
- rank = r->rows;
-
- if ( rank > ACA_KMAX)
- rank = ACA_KMAX;
-
- r->k = rank;
- r->a = allocate_matrix(r->rows,rank);
- r->b = allocate_matrix(r->cols,rank);
-
- r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols,
- rowCluster->start, columnCluster->start,
- computeEntryHelper, data,
- rank, acaEps, ACA_STRATEGY);
-
- r->a = (double*) realloc(r->a,r->rows*r->kt*sizeof(double));
- r->b = (double*) realloc(r->b,r->cols*r->kt*sizeof(double));
- r->k = r->kt;
-
- return;
- }
-
- if(rowCluster->sons>0) {
- if(columnCluster->sons>0) {
- for(int i=0;i<rowCluster->sons;++i)
- for(int j=0;j<columnCluster->sons;++j) {
- int s=i+j*rowCluster->sons;
- fillSupermatrixAca(matrix->s[s],rowCluster->son[i],columnCluster->son[j],data,acaEps);
- }
- } else {
- for(int i=0;i<rowCluster->sons;++i)
- fillSupermatrixAca(matrix->s[i],rowCluster->son[i],columnCluster,data,acaEps);
- }
- } else {
- for(int i=0;i<columnCluster->sons;++i)
- fillSupermatrixAca(matrix->s[i],rowCluster,columnCluster->son[i],data,acaEps);
- }
-
-}
-
-template < class TAnsatzSpace, class TTestSpace,
- enum MatrixSymmetry symmetry >
-double
-HLibOperator< TAnsatzSpace, TTestSpace, symmetry >::computeEntryHelper(
- int i, int j, void* data )
-{
- HLibOperator* op = static_cast< HLibOperator* >( data );
- int ourI = op->rowClusterTree_->dof2idx[ i ];
- int ourJ = op->columnClusterTree_->dof2idx[ j ];
-// std::cerr << " computeEntryHelper: " << op->computeEntry_( op->ansatzSpace_[ ourI ], op->testSpace_[ ourJ ] ) << std::endl;
- return op->computeEntry_( op->ansatzSpace_[ ourI ], op->testSpace_[ ourJ ], op );
-
- // The identity
-// if ( i==j )
-// return op->ansatzSpace_[i].getSupport().computeArea();
-// else
-// return 0;
-}
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# src/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-subdir = src
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(srcdir)/config.h.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
- dir0=`pwd`; \
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
- sed_rest='s,^[^/]*/*,,'; \
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
- sed_butlast='s,/*[^/]*$$,,'; \
- while test -n "$$dir1"; do \
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
- if test "$$first2" = "$$first"; then \
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
- else \
- dir2="../$$dir2"; \
- fi; \
- dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
- done; \
- reldir="$$dir2"
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/src
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/src
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../
-top_builddir = ..
-top_srcdir = ..
-SUBDIRS = boundary_mesh spaces laplace
-all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-
-config.h: stamp-h1
- @if test ! -f $@; then \
- rm -f stamp-h1; \
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
- else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
- @rm -f stamp-h1
- cd $(top_builddir) && $(SHELL) ./config.status src/config.h
-$(srcdir)/config.h.in: $(am__configure_deps)
- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
- rm -f stamp-h1
- touch $@
-
-distclean-hdr:
- -rm -f config.h stamp-h1
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
- $(am__relativize); \
- new_distdir=$$reldir; \
- dir1=$$subdir; dir2="$(top_distdir)"; \
- $(am__relativize); \
- new_top_distdir=$$reldir; \
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$new_top_distdir" \
- distdir="$$new_distdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- am__skip_mode_fix=: \
- distdir) \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-recursive
-all-am: Makefile config.h
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
- ctags-recursive install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am check check-am clean clean-generic ctags \
- ctags-recursive distclean distclean-generic distclean-hdr \
- distclean-tags distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
- tags-recursive uninstall uninstall-am
-
-
-# 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:
+++ /dev/null
-SUBDIRS = boundary_mesh spaces laplace
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-subdir = src
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(srcdir)/config.h.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
- dir0=`pwd`; \
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
- sed_rest='s,^[^/]*/*,,'; \
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
- sed_butlast='s,/*[^/]*$$,,'; \
- while test -n "$$dir1"; do \
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
- if test "$$first2" = "$$first"; then \
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
- else \
- dir2="../$$dir2"; \
- fi; \
- dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
- done; \
- reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = boundary_mesh spaces laplace
-all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-
-config.h: stamp-h1
- @if test ! -f $@; then \
- rm -f stamp-h1; \
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
- else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
- @rm -f stamp-h1
- cd $(top_builddir) && $(SHELL) ./config.status src/config.h
-$(srcdir)/config.h.in: $(am__configure_deps)
- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
- rm -f stamp-h1
- touch $@
-
-distclean-hdr:
- -rm -f config.h stamp-h1
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
- $(am__relativize); \
- new_distdir=$$reldir; \
- dir1=$$subdir; dir2="$(top_distdir)"; \
- $(am__relativize); \
- new_top_distdir=$$reldir; \
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$new_top_distdir" \
- distdir="$$new_distdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- am__skip_mode_fix=: \
- distdir) \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-recursive
-all-am: Makefile config.h
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
- ctags-recursive install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am check check-am clean clean-generic ctags \
- ctags-recursive distclean distclean-generic distclean-hdr \
- distclean-tags distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
- tags-recursive uninstall uninstall-am
-
-
-# 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:
+++ /dev/null
-libhilbert_mesh_a-CouldNotDispatchCall.o: \
- exception/CouldNotDispatchCall.cpp exception/CouldNotDispatchCall.hpp \
- /usr/include/c++/4.6/exception \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h \
- /usr/include/features.h /usr/include/x86_64-linux-gnu/bits/predefs.h \
- /usr/include/x86_64-linux-gnu/sys/cdefs.h \
- /usr/include/x86_64-linux-gnu/bits/wordsize.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h \
- /usr/include/c++/4.6/stdexcept /usr/include/c++/4.6/string \
- /usr/include/c++/4.6/bits/stringfwd.h \
- /usr/include/c++/4.6/bits/char_traits.h \
- /usr/include/c++/4.6/bits/stl_algobase.h \
- /usr/include/c++/4.6/bits/functexcept.h \
- /usr/include/c++/4.6/bits/exception_defines.h \
- /usr/include/c++/4.6/bits/cpp_type_traits.h \
- /usr/include/c++/4.6/ext/type_traits.h \
- /usr/include/c++/4.6/ext/numeric_traits.h \
- /usr/include/c++/4.6/bits/stl_pair.h /usr/include/c++/4.6/bits/move.h \
- /usr/include/c++/4.6/bits/concept_check.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.6/bits/stl_iterator.h \
- /usr/include/c++/4.6/debug/debug.h /usr/include/c++/4.6/bits/postypes.h \
- /usr/include/c++/4.6/cwchar /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/wchar.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
- /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/wchar2.h \
- /usr/include/c++/4.6/bits/allocator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h \
- /usr/include/c++/4.6/ext/new_allocator.h /usr/include/c++/4.6/new \
- /usr/include/c++/4.6/bits/localefwd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h \
- /usr/include/c++/4.6/clocale /usr/include/locale.h \
- /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/4.6/iosfwd \
- /usr/include/c++/4.6/cctype /usr/include/ctype.h \
- /usr/include/x86_64-linux-gnu/bits/types.h \
- /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/endian.h \
- /usr/include/x86_64-linux-gnu/bits/endian.h \
- /usr/include/x86_64-linux-gnu/bits/byteswap.h \
- /usr/include/c++/4.6/bits/ostream_insert.h \
- /usr/include/c++/4.6/bits/cxxabi_forced.h \
- /usr/include/c++/4.6/bits/stl_function.h \
- /usr/include/c++/4.6/backward/binders.h \
- /usr/include/c++/4.6/bits/range_access.h \
- /usr/include/c++/4.6/bits/basic_string.h \
- /usr/include/c++/4.6/ext/atomicity.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/sched.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
- /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \
- /usr/include/x86_64-linux-gnu/bits/unistd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h \
- /usr/include/c++/4.6/initializer_list \
- /usr/include/c++/4.6/bits/basic_string.tcc
-
-exception/CouldNotDispatchCall.hpp:
-
-/usr/include/c++/4.6/exception:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/x86_64-linux-gnu/bits/predefs.h:
-
-/usr/include/x86_64-linux-gnu/sys/cdefs.h:
-
-/usr/include/x86_64-linux-gnu/bits/wordsize.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h:
-
-/usr/include/c++/4.6/stdexcept:
-
-/usr/include/c++/4.6/string:
-
-/usr/include/c++/4.6/bits/stringfwd.h:
-
-/usr/include/c++/4.6/bits/char_traits.h:
-
-/usr/include/c++/4.6/bits/stl_algobase.h:
-
-/usr/include/c++/4.6/bits/functexcept.h:
-
-/usr/include/c++/4.6/bits/exception_defines.h:
-
-/usr/include/c++/4.6/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.6/ext/type_traits.h:
-
-/usr/include/c++/4.6/ext/numeric_traits.h:
-
-/usr/include/c++/4.6/bits/stl_pair.h:
-
-/usr/include/c++/4.6/bits/move.h:
-
-/usr/include/c++/4.6/bits/concept_check.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.6/bits/stl_iterator.h:
-
-/usr/include/c++/4.6/debug/debug.h:
-
-/usr/include/c++/4.6/bits/postypes.h:
-
-/usr/include/c++/4.6/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar2.h:
-
-/usr/include/c++/4.6/bits/allocator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h:
-
-/usr/include/c++/4.6/ext/new_allocator.h:
-
-/usr/include/c++/4.6/new:
-
-/usr/include/c++/4.6/bits/localefwd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h:
-
-/usr/include/c++/4.6/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/x86_64-linux-gnu/bits/locale.h:
-
-/usr/include/c++/4.6/iosfwd:
-
-/usr/include/c++/4.6/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/x86_64-linux-gnu/bits/types.h:
-
-/usr/include/x86_64-linux-gnu/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/byteswap.h:
-
-/usr/include/c++/4.6/bits/ostream_insert.h:
-
-/usr/include/c++/4.6/bits/cxxabi_forced.h:
-
-/usr/include/c++/4.6/bits/stl_function.h:
-
-/usr/include/c++/4.6/backward/binders.h:
-
-/usr/include/c++/4.6/bits/range_access.h:
-
-/usr/include/c++/4.6/bits/basic_string.h:
-
-/usr/include/c++/4.6/ext/atomicity.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/sched.h:
-
-/usr/include/x86_64-linux-gnu/bits/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
-
-/usr/include/x86_64-linux-gnu/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
-
-/usr/include/x86_64-linux-gnu/bits/environments.h:
-
-/usr/include/x86_64-linux-gnu/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/x86_64-linux-gnu/bits/unistd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h:
-
-/usr/include/c++/4.6/initializer_list:
-
-/usr/include/c++/4.6/bits/basic_string.tcc:
+++ /dev/null
-libhilbert_mesh_a-DispatchIdNotSet.o: exception/DispatchIdNotSet.cpp \
- exception/DispatchIdNotSet.hpp /usr/include/c++/4.6/exception \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h \
- /usr/include/features.h /usr/include/x86_64-linux-gnu/bits/predefs.h \
- /usr/include/x86_64-linux-gnu/sys/cdefs.h \
- /usr/include/x86_64-linux-gnu/bits/wordsize.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h \
- /usr/include/c++/4.6/stdexcept /usr/include/c++/4.6/string \
- /usr/include/c++/4.6/bits/stringfwd.h \
- /usr/include/c++/4.6/bits/char_traits.h \
- /usr/include/c++/4.6/bits/stl_algobase.h \
- /usr/include/c++/4.6/bits/functexcept.h \
- /usr/include/c++/4.6/bits/exception_defines.h \
- /usr/include/c++/4.6/bits/cpp_type_traits.h \
- /usr/include/c++/4.6/ext/type_traits.h \
- /usr/include/c++/4.6/ext/numeric_traits.h \
- /usr/include/c++/4.6/bits/stl_pair.h /usr/include/c++/4.6/bits/move.h \
- /usr/include/c++/4.6/bits/concept_check.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.6/bits/stl_iterator.h \
- /usr/include/c++/4.6/debug/debug.h /usr/include/c++/4.6/bits/postypes.h \
- /usr/include/c++/4.6/cwchar /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/wchar.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
- /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/wchar2.h \
- /usr/include/c++/4.6/bits/allocator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h \
- /usr/include/c++/4.6/ext/new_allocator.h /usr/include/c++/4.6/new \
- /usr/include/c++/4.6/bits/localefwd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h \
- /usr/include/c++/4.6/clocale /usr/include/locale.h \
- /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/4.6/iosfwd \
- /usr/include/c++/4.6/cctype /usr/include/ctype.h \
- /usr/include/x86_64-linux-gnu/bits/types.h \
- /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/endian.h \
- /usr/include/x86_64-linux-gnu/bits/endian.h \
- /usr/include/x86_64-linux-gnu/bits/byteswap.h \
- /usr/include/c++/4.6/bits/ostream_insert.h \
- /usr/include/c++/4.6/bits/cxxabi_forced.h \
- /usr/include/c++/4.6/bits/stl_function.h \
- /usr/include/c++/4.6/backward/binders.h \
- /usr/include/c++/4.6/bits/range_access.h \
- /usr/include/c++/4.6/bits/basic_string.h \
- /usr/include/c++/4.6/ext/atomicity.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/sched.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
- /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \
- /usr/include/x86_64-linux-gnu/bits/unistd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h \
- /usr/include/c++/4.6/initializer_list \
- /usr/include/c++/4.6/bits/basic_string.tcc
-
-exception/DispatchIdNotSet.hpp:
-
-/usr/include/c++/4.6/exception:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/x86_64-linux-gnu/bits/predefs.h:
-
-/usr/include/x86_64-linux-gnu/sys/cdefs.h:
-
-/usr/include/x86_64-linux-gnu/bits/wordsize.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h:
-
-/usr/include/c++/4.6/stdexcept:
-
-/usr/include/c++/4.6/string:
-
-/usr/include/c++/4.6/bits/stringfwd.h:
-
-/usr/include/c++/4.6/bits/char_traits.h:
-
-/usr/include/c++/4.6/bits/stl_algobase.h:
-
-/usr/include/c++/4.6/bits/functexcept.h:
-
-/usr/include/c++/4.6/bits/exception_defines.h:
-
-/usr/include/c++/4.6/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.6/ext/type_traits.h:
-
-/usr/include/c++/4.6/ext/numeric_traits.h:
-
-/usr/include/c++/4.6/bits/stl_pair.h:
-
-/usr/include/c++/4.6/bits/move.h:
-
-/usr/include/c++/4.6/bits/concept_check.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.6/bits/stl_iterator.h:
-
-/usr/include/c++/4.6/debug/debug.h:
-
-/usr/include/c++/4.6/bits/postypes.h:
-
-/usr/include/c++/4.6/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar2.h:
-
-/usr/include/c++/4.6/bits/allocator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h:
-
-/usr/include/c++/4.6/ext/new_allocator.h:
-
-/usr/include/c++/4.6/new:
-
-/usr/include/c++/4.6/bits/localefwd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h:
-
-/usr/include/c++/4.6/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/x86_64-linux-gnu/bits/locale.h:
-
-/usr/include/c++/4.6/iosfwd:
-
-/usr/include/c++/4.6/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/x86_64-linux-gnu/bits/types.h:
-
-/usr/include/x86_64-linux-gnu/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/byteswap.h:
-
-/usr/include/c++/4.6/bits/ostream_insert.h:
-
-/usr/include/c++/4.6/bits/cxxabi_forced.h:
-
-/usr/include/c++/4.6/bits/stl_function.h:
-
-/usr/include/c++/4.6/backward/binders.h:
-
-/usr/include/c++/4.6/bits/range_access.h:
-
-/usr/include/c++/4.6/bits/basic_string.h:
-
-/usr/include/c++/4.6/ext/atomicity.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/sched.h:
-
-/usr/include/x86_64-linux-gnu/bits/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
-
-/usr/include/x86_64-linux-gnu/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
-
-/usr/include/x86_64-linux-gnu/bits/environments.h:
-
-/usr/include/x86_64-linux-gnu/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/x86_64-linux-gnu/bits/unistd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h:
-
-/usr/include/c++/4.6/initializer_list:
-
-/usr/include/c++/4.6/bits/basic_string.tcc:
+++ /dev/null
-libhilbert_mesh_a-FlexibleMesh.o: FlexibleMesh.cpp FlexibleMesh.hpp \
- Mesh_tmpl.cpp Mesh.hpp /usr/include/c++/4.6/cassert \
- /usr/include/assert.h /usr/include/features.h \
- /usr/include/x86_64-linux-gnu/bits/predefs.h \
- /usr/include/x86_64-linux-gnu/sys/cdefs.h \
- /usr/include/x86_64-linux-gnu/bits/wordsize.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs-64.h /usr/include/c++/4.6/vector \
- /usr/include/c++/4.6/bits/stl_algobase.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h \
- /usr/include/c++/4.6/bits/functexcept.h \
- /usr/include/c++/4.6/bits/exception_defines.h \
- /usr/include/c++/4.6/bits/cpp_type_traits.h \
- /usr/include/c++/4.6/ext/type_traits.h \
- /usr/include/c++/4.6/ext/numeric_traits.h \
- /usr/include/c++/4.6/bits/stl_pair.h /usr/include/c++/4.6/bits/move.h \
- /usr/include/c++/4.6/bits/concept_check.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.6/bits/stl_iterator.h \
- /usr/include/c++/4.6/debug/debug.h /usr/include/c++/4.6/bits/allocator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h \
- /usr/include/c++/4.6/ext/new_allocator.h /usr/include/c++/4.6/new \
- /usr/include/c++/4.6/exception /usr/include/c++/4.6/bits/stl_construct.h \
- /usr/include/c++/4.6/bits/stl_uninitialized.h \
- /usr/include/c++/4.6/bits/stl_vector.h \
- /usr/include/c++/4.6/initializer_list \
- /usr/include/c++/4.6/bits/stl_bvector.h \
- /usr/include/c++/4.6/bits/range_access.h \
- /usr/include/c++/4.6/bits/vector.tcc /usr/include/c++/4.6/iostream \
- /usr/include/c++/4.6/ostream /usr/include/c++/4.6/ios \
- /usr/include/c++/4.6/iosfwd /usr/include/c++/4.6/bits/stringfwd.h \
- /usr/include/c++/4.6/bits/postypes.h /usr/include/c++/4.6/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/wchar.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
- /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/wchar2.h \
- /usr/include/c++/4.6/bits/char_traits.h \
- /usr/include/c++/4.6/bits/localefwd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h \
- /usr/include/c++/4.6/clocale /usr/include/locale.h \
- /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/4.6/cctype \
- /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \
- /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/endian.h \
- /usr/include/x86_64-linux-gnu/bits/endian.h \
- /usr/include/x86_64-linux-gnu/bits/byteswap.h \
- /usr/include/c++/4.6/bits/ios_base.h \
- /usr/include/c++/4.6/ext/atomicity.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/sched.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
- /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \
- /usr/include/x86_64-linux-gnu/bits/unistd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h \
- /usr/include/c++/4.6/bits/locale_classes.h /usr/include/c++/4.6/string \
- /usr/include/c++/4.6/bits/ostream_insert.h \
- /usr/include/c++/4.6/bits/cxxabi_forced.h \
- /usr/include/c++/4.6/bits/stl_function.h \
- /usr/include/c++/4.6/backward/binders.h \
- /usr/include/c++/4.6/bits/basic_string.h \
- /usr/include/c++/4.6/bits/basic_string.tcc \
- /usr/include/c++/4.6/bits/locale_classes.tcc \
- /usr/include/c++/4.6/streambuf /usr/include/c++/4.6/bits/streambuf.tcc \
- /usr/include/c++/4.6/bits/basic_ios.h \
- /usr/include/c++/4.6/bits/locale_facets.h /usr/include/c++/4.6/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h \
- /usr/include/c++/4.6/bits/streambuf_iterator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h \
- /usr/include/c++/4.6/bits/locale_facets.tcc \
- /usr/include/c++/4.6/bits/basic_ios.tcc \
- /usr/include/c++/4.6/bits/ostream.tcc /usr/include/c++/4.6/istream \
- /usr/include/c++/4.6/bits/istream.tcc \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/c++/4.6/cstddef \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.6/utility /usr/include/c++/4.6/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.6/cstdlib /usr/include/stdlib.h \
- /usr/include/x86_64-linux-gnu/bits/waitflags.h \
- /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
- /usr/include/x86_64-linux-gnu/sys/types.h \
- /usr/include/x86_64-linux-gnu/sys/select.h \
- /usr/include/x86_64-linux-gnu/bits/select.h \
- /usr/include/x86_64-linux-gnu/bits/sigset.h \
- /usr/include/x86_64-linux-gnu/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/x86_64-linux-gnu/bits/stdlib.h \
- /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.6/memory \
- /usr/include/c++/4.6/bits/stl_tempbuf.h \
- /usr/include/c++/4.6/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.6/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.6/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.6/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.6/algorithm \
- /usr/include/c++/4.6/bits/stl_algo.h \
- /usr/include/c++/4.6/bits/algorithmfwd.h \
- /usr/include/c++/4.6/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp types.hpp \
- /usr/include/c++/4.6/limits ../generic/BaseTypes.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.6/iterator \
- /usr/include/c++/4.6/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../generic/TypeList.hpp ../generic/BaseTypes.hpp \
- /usr/include/c++/4.6/set /usr/include/c++/4.6/bits/stl_tree.h \
- /usr/include/c++/4.6/bits/stl_set.h \
- /usr/include/c++/4.6/bits/stl_multiset.h /usr/include/c++/4.6/list \
- /usr/include/c++/4.6/bits/stl_list.h /usr/include/c++/4.6/bits/list.tcc \
- exception/NoMatchingFaceType_tmpl.hpp exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.6/stdexcept exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.6/cstring /usr/include/string.h \
- /usr/include/x86_64-linux-gnu/bits/string3.h \
- /usr/include/c++/4.6/sstream /usr/include/c++/4.6/bits/sstream.tcc \
- ../generic/PtrCompare.hpp MeshLink_tmpl.cpp MeshLink.hpp Marker_tmpl.cpp \
- Marker.hpp FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_lvalue_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/is_lvalue_reference.hpp \
- /usr/include/boost/type_traits/is_rvalue_reference.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_rvalue_reference.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/static_assert.hpp /usr/include/boost/mpl/eval_if.hpp \
- /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/common_type.hpp \
- /usr/include/boost/typeof/typeof.hpp \
- /usr/include/boost/typeof/message.hpp \
- /usr/include/boost/typeof/native.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/utility/declval.hpp \
- /usr/include/boost/type_traits/conditional.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/has_new_operator.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/c++/4.6/complex /usr/include/c++/4.6/cmath \
- /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/huge_val.h \
- /usr/include/x86_64-linux-gnu/bits/huge_valf.h \
- /usr/include/x86_64-linux-gnu/bits/huge_vall.h \
- /usr/include/x86_64-linux-gnu/bits/inf.h \
- /usr/include/x86_64-linux-gnu/bits/nan.h \
- /usr/include/x86_64-linux-gnu/bits/mathdef.h \
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
- /usr/include/x86_64-linux-gnu/bits/mathinline.h \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_virtual_base_of.hpp \
- /usr/include/boost/mpl/and.hpp \
- /usr/include/boost/mpl/aux_/config/use_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/nested_type_wknd.hpp \
- /usr/include/boost/mpl/aux_/include_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/config/compiler.hpp \
- /usr/include/boost/preprocessor/stringize.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
- /usr/include/boost/mpl/not.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp ../generic/Singleton.hpp \
- exception/DispatchIdNotSet.hpp /usr/include/loki/MultiMethods.h \
- /usr/include/loki/Typelist.h /usr/include/loki/NullType.h \
- /usr/include/loki/TypeManip.h /usr/include/loki/TypelistMacros.h \
- /usr/include/loki/LokiTypeInfo.h /usr/include/loki/Functor.h \
- /usr/include/loki/Sequence.h /usr/include/loki/EmptyType.h \
- /usr/include/loki/SmallObj.h /usr/include/loki/LokiExport.h \
- /usr/include/loki/Threads.h /usr/include/loki/Singleton.h \
- /usr/include/loki/TypeTraits.h /usr/include/loki/AssocVector.h Face.hpp \
- exception.hpp exception/NoMatchingFaceType.hpp ../generic/Testing.hpp \
- FaceDispatch_tmpl.cpp exception/CouldNotDispatchCall.hpp Face_tmpl.cpp \
- HalfEdge_tmpl.cpp HalfEdge.hpp Vertex_tmpl.cpp Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- face/Triangle_tmpl.cpp face/Triangle.hpp \
- face/../../generic/BaseTypes.hpp face/../Face.hpp \
- face/Rectangle_tmpl.cpp face/Rectangle.hpp face/Parallelogram.hpp \
- face/ConvexQuadrilateral.hpp face/Quadrilateral.hpp face/../types.hpp \
- face/Parallelogram_tmpl.cpp face/ConvexQuadrilateral_tmpl.cpp \
- face/Quadrilateral_tmpl.cpp face/Quadrilateral_tmpl.cpp \
- face/ConvexQuadrilateral_tmpl.cpp face/Parallelogram_tmpl.cpp \
- algorithm/HandleObj_tmpl.cpp /usr/include/c++/4.6/fstream \
- /usr/include/c++/4.6/bits/codecvt.h /usr/include/c++/4.6/cstdio \
- /usr/include/libio.h /usr/include/_G_config.h \
- /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
- /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
- /usr/include/x86_64-linux-gnu/bits/stdio.h \
- /usr/include/x86_64-linux-gnu/bits/stdio2.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/basic_file.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++io.h \
- /usr/include/c++/4.6/bits/fstream.tcc /usr/include/boost/regex.hpp \
- /usr/include/boost/regex/config.hpp /usr/include/boost/regex/user.hpp \
- /usr/include/boost/regex/config/cwchar.hpp \
- /usr/include/boost/config/auto_link.hpp \
- /usr/include/boost/regex/v4/regex.hpp \
- /usr/include/boost/regex/v4/regex_workaround.hpp \
- /usr/include/c++/4.6/climits \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
- /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
- /usr/include/x86_64-linux-gnu/bits/local_lim.h \
- /usr/include/linux/limits.h \
- /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
- /usr/include/x86_64-linux-gnu/bits/xopen_lim.h /usr/include/c++/4.6/map \
- /usr/include/c++/4.6/bits/stl_map.h \
- /usr/include/c++/4.6/bits/stl_multimap.h /usr/include/boost/limits.hpp \
- /usr/include/boost/cstdint.hpp \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
- /usr/include/stdint.h /usr/include/boost/scoped_ptr.hpp \
- /usr/include/boost/smart_ptr/scoped_ptr.hpp \
- /usr/include/boost/scoped_array.hpp \
- /usr/include/boost/smart_ptr/scoped_array.hpp \
- /usr/include/c++/4.6/locale \
- /usr/include/c++/4.6/bits/locale_facets_nonio.h \
- /usr/include/c++/4.6/ctime \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/time_members.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/messages_members.h \
- /usr/include/libintl.h /usr/include/c++/4.6/bits/locale_facets_nonio.tcc \
- /usr/include/boost/regex_fwd.hpp \
- /usr/include/boost/regex/v4/regex_fwd.hpp \
- /usr/include/boost/regex/regex_traits.hpp \
- /usr/include/boost/regex/v4/regex_traits.hpp \
- /usr/include/boost/regex/v4/syntax_type.hpp \
- /usr/include/boost/regex/v4/error_type.hpp \
- /usr/include/boost/regex/v4/regex_traits_defaults.hpp \
- /usr/include/boost/regex/v4/cpp_regex_traits.hpp \
- /usr/include/boost/regex/pattern_except.hpp \
- /usr/include/boost/regex/pending/static_mutex.hpp \
- /usr/include/boost/regex/v4/primary_transform.hpp \
- /usr/include/boost/regex/pending/object_cache.hpp \
- /usr/include/boost/regex/v4/c_regex_traits.hpp \
- /usr/include/boost/mpl/has_xxx.hpp \
- /usr/include/boost/mpl/aux_/type_wrapper.hpp \
- /usr/include/boost/mpl/aux_/yes_no.hpp \
- /usr/include/boost/mpl/aux_/config/arrays.hpp \
- /usr/include/boost/mpl/aux_/config/has_xxx.hpp \
- /usr/include/boost/mpl/aux_/config/msvc_typename.hpp \
- /usr/include/boost/preprocessor/array/elem.hpp \
- /usr/include/boost/preprocessor/array/data.hpp \
- /usr/include/boost/preprocessor/array/size.hpp \
- /usr/include/boost/preprocessor/repetition/enum_params.hpp \
- /usr/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
- /usr/include/boost/regex/v4/match_flags.hpp \
- /usr/include/boost/regex/v4/regex_raw_buffer.hpp \
- /usr/include/boost/regex/v4/char_regex_traits.hpp \
- /usr/include/boost/regex/v4/states.hpp \
- /usr/include/boost/regex/v4/regbase.hpp \
- /usr/include/boost/regex/v4/iterator_traits.hpp \
- /usr/include/boost/regex/v4/basic_regex.hpp \
- /usr/include/boost/functional/hash.hpp \
- /usr/include/boost/functional/hash/hash.hpp \
- /usr/include/boost/functional/hash/hash_fwd.hpp \
- /usr/include/boost/functional/hash/detail/hash_float.hpp \
- /usr/include/boost/functional/hash/detail/float_functions.hpp \
- /usr/include/boost/config/no_tr1/cmath.hpp \
- /usr/include/boost/functional/hash/detail/limits.hpp \
- /usr/include/boost/integer/static_log2.hpp \
- /usr/include/boost/integer_fwd.hpp \
- /usr/include/boost/functional/hash/detail/hash_float_generic.hpp \
- /usr/include/boost/functional/hash/extensions.hpp \
- /usr/include/boost/detail/container_fwd.hpp \
- /usr/include/boost/regex/v4/basic_regex_creator.hpp \
- /usr/include/boost/regex/v4/basic_regex_parser.hpp \
- /usr/include/boost/regex/v4/sub_match.hpp \
- /usr/include/boost/regex/v4/regex_format.hpp /usr/include/boost/ref.hpp \
- /usr/include/boost/utility/addressof.hpp \
- /usr/include/boost/regex/v4/match_results.hpp \
- /usr/include/boost/regex/v4/protected_call.hpp \
- /usr/include/boost/regex/v4/perl_matcher.hpp \
- /usr/include/boost/regex/v4/iterator_category.hpp \
- /usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp \
- /usr/include/boost/regex/v4/perl_matcher_common.hpp \
- /usr/include/boost/regex/v4/instances.hpp \
- /usr/include/boost/regex/v4/regex_match.hpp \
- /usr/include/boost/regex/v4/regex_search.hpp \
- /usr/include/boost/regex/v4/regex_iterator.hpp \
- /usr/include/boost/regex/v4/regex_token_iterator.hpp \
- /usr/include/boost/regex/v4/regex_grep.hpp \
- /usr/include/boost/regex/v4/regex_replace.hpp \
- /usr/include/boost/regex/v4/regex_merge.hpp \
- /usr/include/boost/regex/v4/regex_split.hpp algorithm/HandleObj.hpp \
- algorithm/RefineUniformly_tmpl.cpp algorithm/RefineUniformly.hpp \
- algorithm/../types.hpp algorithm/../FaceDispatch.hpp \
- algorithm/RefineAdaptivly_tmpl.cpp
-
-FlexibleMesh.hpp:
-
-Mesh_tmpl.cpp:
-
-Mesh.hpp:
-
-/usr/include/c++/4.6/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/features.h:
-
-/usr/include/x86_64-linux-gnu/bits/predefs.h:
-
-/usr/include/x86_64-linux-gnu/sys/cdefs.h:
-
-/usr/include/x86_64-linux-gnu/bits/wordsize.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
-
-/usr/include/c++/4.6/vector:
-
-/usr/include/c++/4.6/bits/stl_algobase.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h:
-
-/usr/include/c++/4.6/bits/functexcept.h:
-
-/usr/include/c++/4.6/bits/exception_defines.h:
-
-/usr/include/c++/4.6/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.6/ext/type_traits.h:
-
-/usr/include/c++/4.6/ext/numeric_traits.h:
-
-/usr/include/c++/4.6/bits/stl_pair.h:
-
-/usr/include/c++/4.6/bits/move.h:
-
-/usr/include/c++/4.6/bits/concept_check.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.6/bits/stl_iterator.h:
-
-/usr/include/c++/4.6/debug/debug.h:
-
-/usr/include/c++/4.6/bits/allocator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h:
-
-/usr/include/c++/4.6/ext/new_allocator.h:
-
-/usr/include/c++/4.6/new:
-
-/usr/include/c++/4.6/exception:
-
-/usr/include/c++/4.6/bits/stl_construct.h:
-
-/usr/include/c++/4.6/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.6/bits/stl_vector.h:
-
-/usr/include/c++/4.6/initializer_list:
-
-/usr/include/c++/4.6/bits/stl_bvector.h:
-
-/usr/include/c++/4.6/bits/range_access.h:
-
-/usr/include/c++/4.6/bits/vector.tcc:
-
-/usr/include/c++/4.6/iostream:
-
-/usr/include/c++/4.6/ostream:
-
-/usr/include/c++/4.6/ios:
-
-/usr/include/c++/4.6/iosfwd:
-
-/usr/include/c++/4.6/bits/stringfwd.h:
-
-/usr/include/c++/4.6/bits/postypes.h:
-
-/usr/include/c++/4.6/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar2.h:
-
-/usr/include/c++/4.6/bits/char_traits.h:
-
-/usr/include/c++/4.6/bits/localefwd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h:
-
-/usr/include/c++/4.6/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/x86_64-linux-gnu/bits/locale.h:
-
-/usr/include/c++/4.6/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/x86_64-linux-gnu/bits/types.h:
-
-/usr/include/x86_64-linux-gnu/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/byteswap.h:
-
-/usr/include/c++/4.6/bits/ios_base.h:
-
-/usr/include/c++/4.6/ext/atomicity.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/sched.h:
-
-/usr/include/x86_64-linux-gnu/bits/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
-
-/usr/include/x86_64-linux-gnu/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
-
-/usr/include/x86_64-linux-gnu/bits/environments.h:
-
-/usr/include/x86_64-linux-gnu/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/x86_64-linux-gnu/bits/unistd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h:
-
-/usr/include/c++/4.6/bits/locale_classes.h:
-
-/usr/include/c++/4.6/string:
-
-/usr/include/c++/4.6/bits/ostream_insert.h:
-
-/usr/include/c++/4.6/bits/cxxabi_forced.h:
-
-/usr/include/c++/4.6/bits/stl_function.h:
-
-/usr/include/c++/4.6/backward/binders.h:
-
-/usr/include/c++/4.6/bits/basic_string.h:
-
-/usr/include/c++/4.6/bits/basic_string.tcc:
-
-/usr/include/c++/4.6/bits/locale_classes.tcc:
-
-/usr/include/c++/4.6/streambuf:
-
-/usr/include/c++/4.6/bits/streambuf.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.h:
-
-/usr/include/c++/4.6/bits/locale_facets.h:
-
-/usr/include/c++/4.6/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h:
-
-/usr/include/c++/4.6/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h:
-
-/usr/include/c++/4.6/bits/locale_facets.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.tcc:
-
-/usr/include/c++/4.6/bits/ostream.tcc:
-
-/usr/include/c++/4.6/istream:
-
-/usr/include/c++/4.6/bits/istream.tcc:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/c++/4.6/cstddef:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.6/utility:
-
-/usr/include/c++/4.6/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.6/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/x86_64-linux-gnu/bits/waitflags.h:
-
-/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
-
-/usr/include/x86_64-linux-gnu/sys/types.h:
-
-/usr/include/x86_64-linux-gnu/sys/select.h:
-
-/usr/include/x86_64-linux-gnu/bits/select.h:
-
-/usr/include/x86_64-linux-gnu/bits/sigset.h:
-
-/usr/include/x86_64-linux-gnu/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/x86_64-linux-gnu/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.6/memory:
-
-/usr/include/c++/4.6/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.6/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.6/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.6/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.6/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.6/algorithm:
-
-/usr/include/c++/4.6/bits/stl_algo.h:
-
-/usr/include/c++/4.6/bits/algorithmfwd.h:
-
-/usr/include/c++/4.6/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-types.hpp:
-
-/usr/include/c++/4.6/limits:
-
-../generic/BaseTypes.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.6/iterator:
-
-/usr/include/c++/4.6/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../generic/TypeList.hpp:
-
-../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.6/set:
-
-/usr/include/c++/4.6/bits/stl_tree.h:
-
-/usr/include/c++/4.6/bits/stl_set.h:
-
-/usr/include/c++/4.6/bits/stl_multiset.h:
-
-/usr/include/c++/4.6/list:
-
-/usr/include/c++/4.6/bits/stl_list.h:
-
-/usr/include/c++/4.6/bits/list.tcc:
-
-exception/NoMatchingFaceType_tmpl.hpp:
-
-exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.6/stdexcept:
-
-exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.6/cstring:
-
-/usr/include/string.h:
-
-/usr/include/x86_64-linux-gnu/bits/string3.h:
-
-/usr/include/c++/4.6/sstream:
-
-/usr/include/c++/4.6/bits/sstream.tcc:
-
-../generic/PtrCompare.hpp:
-
-MeshLink_tmpl.cpp:
-
-MeshLink.hpp:
-
-Marker_tmpl.cpp:
-
-Marker.hpp:
-
-FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_lvalue_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/is_lvalue_reference.hpp:
-
-/usr/include/boost/type_traits/is_rvalue_reference.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_rvalue_reference.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/common_type.hpp:
-
-/usr/include/boost/typeof/typeof.hpp:
-
-/usr/include/boost/typeof/message.hpp:
-
-/usr/include/boost/typeof/native.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/utility/declval.hpp:
-
-/usr/include/boost/type_traits/conditional.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/has_new_operator.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/c++/4.6/complex:
-
-/usr/include/c++/4.6/cmath:
-
-/usr/include/math.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_val.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_valf.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_vall.h:
-
-/usr/include/x86_64-linux-gnu/bits/inf.h:
-
-/usr/include/x86_64-linux-gnu/bits/nan.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathdef.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathcalls.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathinline.h:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_virtual_base_of.hpp:
-
-/usr/include/boost/mpl/and.hpp:
-
-/usr/include/boost/mpl/aux_/config/use_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/nested_type_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/include_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/config/compiler.hpp:
-
-/usr/include/boost/preprocessor/stringize.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
-
-/usr/include/boost/mpl/not.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-../generic/Singleton.hpp:
-
-../generic/Singleton_tmpl.cpp:
-
-../generic/Singleton.hpp:
-
-exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-Face.hpp:
-
-exception.hpp:
-
-exception/NoMatchingFaceType.hpp:
-
-../generic/Testing.hpp:
-
-FaceDispatch_tmpl.cpp:
-
-exception/CouldNotDispatchCall.hpp:
-
-Face_tmpl.cpp:
-
-HalfEdge_tmpl.cpp:
-
-HalfEdge.hpp:
-
-Vertex_tmpl.cpp:
-
-Vertex.hpp:
-
-../generic/GenericVector.hpp:
-
-../generic/GenericVector_tmpl.cpp:
-
-face/Triangle_tmpl.cpp:
-
-face/Triangle.hpp:
-
-face/../../generic/BaseTypes.hpp:
-
-face/../Face.hpp:
-
-face/Rectangle_tmpl.cpp:
-
-face/Rectangle.hpp:
-
-face/Parallelogram.hpp:
-
-face/ConvexQuadrilateral.hpp:
-
-face/Quadrilateral.hpp:
-
-face/../types.hpp:
-
-face/Parallelogram_tmpl.cpp:
-
-face/ConvexQuadrilateral_tmpl.cpp:
-
-face/Quadrilateral_tmpl.cpp:
-
-face/Quadrilateral_tmpl.cpp:
-
-face/ConvexQuadrilateral_tmpl.cpp:
-
-face/Parallelogram_tmpl.cpp:
-
-algorithm/HandleObj_tmpl.cpp:
-
-/usr/include/c++/4.6/fstream:
-
-/usr/include/c++/4.6/bits/codecvt.h:
-
-/usr/include/c++/4.6/cstdio:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
-
-/usr/include/x86_64-linux-gnu/bits/sys_errlist.h:
-
-/usr/include/x86_64-linux-gnu/bits/stdio.h:
-
-/usr/include/x86_64-linux-gnu/bits/stdio2.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/basic_file.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++io.h:
-
-/usr/include/c++/4.6/bits/fstream.tcc:
-
-/usr/include/boost/regex.hpp:
-
-/usr/include/boost/regex/config.hpp:
-
-/usr/include/boost/regex/user.hpp:
-
-/usr/include/boost/regex/config/cwchar.hpp:
-
-/usr/include/boost/config/auto_link.hpp:
-
-/usr/include/boost/regex/v4/regex.hpp:
-
-/usr/include/boost/regex/v4/regex_workaround.hpp:
-
-/usr/include/c++/4.6/climits:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h:
-
-/usr/include/limits.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix1_lim.h:
-
-/usr/include/x86_64-linux-gnu/bits/local_lim.h:
-
-/usr/include/linux/limits.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix2_lim.h:
-
-/usr/include/x86_64-linux-gnu/bits/xopen_lim.h:
-
-/usr/include/c++/4.6/map:
-
-/usr/include/c++/4.6/bits/stl_map.h:
-
-/usr/include/c++/4.6/bits/stl_multimap.h:
-
-/usr/include/boost/limits.hpp:
-
-/usr/include/boost/cstdint.hpp:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h:
-
-/usr/include/stdint.h:
-
-/usr/include/boost/scoped_ptr.hpp:
-
-/usr/include/boost/smart_ptr/scoped_ptr.hpp:
-
-/usr/include/boost/scoped_array.hpp:
-
-/usr/include/boost/smart_ptr/scoped_array.hpp:
-
-/usr/include/c++/4.6/locale:
-
-/usr/include/c++/4.6/bits/locale_facets_nonio.h:
-
-/usr/include/c++/4.6/ctime:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/time_members.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/messages_members.h:
-
-/usr/include/libintl.h:
-
-/usr/include/c++/4.6/bits/locale_facets_nonio.tcc:
-
-/usr/include/boost/regex_fwd.hpp:
-
-/usr/include/boost/regex/v4/regex_fwd.hpp:
-
-/usr/include/boost/regex/regex_traits.hpp:
-
-/usr/include/boost/regex/v4/regex_traits.hpp:
-
-/usr/include/boost/regex/v4/syntax_type.hpp:
-
-/usr/include/boost/regex/v4/error_type.hpp:
-
-/usr/include/boost/regex/v4/regex_traits_defaults.hpp:
-
-/usr/include/boost/regex/v4/cpp_regex_traits.hpp:
-
-/usr/include/boost/regex/pattern_except.hpp:
-
-/usr/include/boost/regex/pending/static_mutex.hpp:
-
-/usr/include/boost/regex/v4/primary_transform.hpp:
-
-/usr/include/boost/regex/pending/object_cache.hpp:
-
-/usr/include/boost/regex/v4/c_regex_traits.hpp:
-
-/usr/include/boost/mpl/has_xxx.hpp:
-
-/usr/include/boost/mpl/aux_/type_wrapper.hpp:
-
-/usr/include/boost/mpl/aux_/yes_no.hpp:
-
-/usr/include/boost/mpl/aux_/config/arrays.hpp:
-
-/usr/include/boost/mpl/aux_/config/has_xxx.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc_typename.hpp:
-
-/usr/include/boost/preprocessor/array/elem.hpp:
-
-/usr/include/boost/preprocessor/array/data.hpp:
-
-/usr/include/boost/preprocessor/array/size.hpp:
-
-/usr/include/boost/preprocessor/repetition/enum_params.hpp:
-
-/usr/include/boost/preprocessor/repetition/enum_trailing_params.hpp:
-
-/usr/include/boost/regex/v4/match_flags.hpp:
-
-/usr/include/boost/regex/v4/regex_raw_buffer.hpp:
-
-/usr/include/boost/regex/v4/char_regex_traits.hpp:
-
-/usr/include/boost/regex/v4/states.hpp:
-
-/usr/include/boost/regex/v4/regbase.hpp:
-
-/usr/include/boost/regex/v4/iterator_traits.hpp:
-
-/usr/include/boost/regex/v4/basic_regex.hpp:
-
-/usr/include/boost/functional/hash.hpp:
-
-/usr/include/boost/functional/hash/hash.hpp:
-
-/usr/include/boost/functional/hash/hash_fwd.hpp:
-
-/usr/include/boost/functional/hash/detail/hash_float.hpp:
-
-/usr/include/boost/functional/hash/detail/float_functions.hpp:
-
-/usr/include/boost/config/no_tr1/cmath.hpp:
-
-/usr/include/boost/functional/hash/detail/limits.hpp:
-
-/usr/include/boost/integer/static_log2.hpp:
-
-/usr/include/boost/integer_fwd.hpp:
-
-/usr/include/boost/functional/hash/detail/hash_float_generic.hpp:
-
-/usr/include/boost/functional/hash/extensions.hpp:
-
-/usr/include/boost/detail/container_fwd.hpp:
-
-/usr/include/boost/regex/v4/basic_regex_creator.hpp:
-
-/usr/include/boost/regex/v4/basic_regex_parser.hpp:
-
-/usr/include/boost/regex/v4/sub_match.hpp:
-
-/usr/include/boost/regex/v4/regex_format.hpp:
-
-/usr/include/boost/ref.hpp:
-
-/usr/include/boost/utility/addressof.hpp:
-
-/usr/include/boost/regex/v4/match_results.hpp:
-
-/usr/include/boost/regex/v4/protected_call.hpp:
-
-/usr/include/boost/regex/v4/perl_matcher.hpp:
-
-/usr/include/boost/regex/v4/iterator_category.hpp:
-
-/usr/include/boost/regex/v4/perl_matcher_non_recursive.hpp:
-
-/usr/include/boost/regex/v4/perl_matcher_common.hpp:
-
-/usr/include/boost/regex/v4/instances.hpp:
-
-/usr/include/boost/regex/v4/regex_match.hpp:
-
-/usr/include/boost/regex/v4/regex_search.hpp:
-
-/usr/include/boost/regex/v4/regex_iterator.hpp:
-
-/usr/include/boost/regex/v4/regex_token_iterator.hpp:
-
-/usr/include/boost/regex/v4/regex_grep.hpp:
-
-/usr/include/boost/regex/v4/regex_replace.hpp:
-
-/usr/include/boost/regex/v4/regex_merge.hpp:
-
-/usr/include/boost/regex/v4/regex_split.hpp:
-
-algorithm/HandleObj.hpp:
-
-algorithm/RefineUniformly_tmpl.cpp:
-
-algorithm/RefineUniformly.hpp:
-
-algorithm/../types.hpp:
-
-algorithm/../FaceDispatch.hpp:
-
-algorithm/RefineAdaptivly_tmpl.cpp:
+++ /dev/null
-libhilbert_mesh_a-GenericVector.o: ../generic/GenericVector.cpp \
- ../generic/GenericVector.hpp /usr/include/c++/4.6/functional \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h \
- /usr/include/features.h /usr/include/x86_64-linux-gnu/bits/predefs.h \
- /usr/include/x86_64-linux-gnu/sys/cdefs.h \
- /usr/include/x86_64-linux-gnu/bits/wordsize.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h \
- /usr/include/c++/4.6/bits/stl_function.h \
- /usr/include/c++/4.6/backward/binders.h /usr/include/c++/4.6/ostream \
- /usr/include/c++/4.6/ios /usr/include/c++/4.6/iosfwd \
- /usr/include/c++/4.6/bits/stringfwd.h \
- /usr/include/c++/4.6/bits/postypes.h /usr/include/c++/4.6/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/wchar.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
- /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/wchar2.h \
- /usr/include/c++/4.6/exception /usr/include/c++/4.6/bits/char_traits.h \
- /usr/include/c++/4.6/bits/stl_algobase.h \
- /usr/include/c++/4.6/bits/functexcept.h \
- /usr/include/c++/4.6/bits/exception_defines.h \
- /usr/include/c++/4.6/bits/cpp_type_traits.h \
- /usr/include/c++/4.6/ext/type_traits.h \
- /usr/include/c++/4.6/ext/numeric_traits.h \
- /usr/include/c++/4.6/bits/stl_pair.h /usr/include/c++/4.6/bits/move.h \
- /usr/include/c++/4.6/bits/concept_check.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.6/bits/stl_iterator.h \
- /usr/include/c++/4.6/debug/debug.h /usr/include/c++/4.6/bits/localefwd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h \
- /usr/include/c++/4.6/clocale /usr/include/locale.h \
- /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/4.6/cctype \
- /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \
- /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/endian.h \
- /usr/include/x86_64-linux-gnu/bits/endian.h \
- /usr/include/x86_64-linux-gnu/bits/byteswap.h \
- /usr/include/c++/4.6/bits/ios_base.h \
- /usr/include/c++/4.6/ext/atomicity.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/sched.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
- /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \
- /usr/include/x86_64-linux-gnu/bits/unistd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h \
- /usr/include/c++/4.6/bits/locale_classes.h /usr/include/c++/4.6/string \
- /usr/include/c++/4.6/bits/allocator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h \
- /usr/include/c++/4.6/ext/new_allocator.h /usr/include/c++/4.6/new \
- /usr/include/c++/4.6/bits/ostream_insert.h \
- /usr/include/c++/4.6/bits/cxxabi_forced.h \
- /usr/include/c++/4.6/bits/range_access.h \
- /usr/include/c++/4.6/bits/basic_string.h \
- /usr/include/c++/4.6/initializer_list \
- /usr/include/c++/4.6/bits/basic_string.tcc \
- /usr/include/c++/4.6/bits/locale_classes.tcc \
- /usr/include/c++/4.6/streambuf /usr/include/c++/4.6/bits/streambuf.tcc \
- /usr/include/c++/4.6/bits/basic_ios.h \
- /usr/include/c++/4.6/bits/locale_facets.h /usr/include/c++/4.6/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h \
- /usr/include/c++/4.6/bits/streambuf_iterator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h \
- /usr/include/c++/4.6/bits/locale_facets.tcc \
- /usr/include/c++/4.6/bits/basic_ios.tcc \
- /usr/include/c++/4.6/bits/ostream.tcc ../generic/GenericVector_tmpl.cpp \
- /usr/include/c++/4.6/cassert /usr/include/assert.h \
- /usr/include/c++/4.6/iostream /usr/include/c++/4.6/istream \
- /usr/include/c++/4.6/bits/istream.tcc /usr/include/c++/4.6/cmath \
- /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/huge_val.h \
- /usr/include/x86_64-linux-gnu/bits/huge_valf.h \
- /usr/include/x86_64-linux-gnu/bits/huge_vall.h \
- /usr/include/x86_64-linux-gnu/bits/inf.h \
- /usr/include/x86_64-linux-gnu/bits/nan.h \
- /usr/include/x86_64-linux-gnu/bits/mathdef.h \
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
- /usr/include/x86_64-linux-gnu/bits/mathinline.h
-
-../generic/GenericVector.hpp:
-
-/usr/include/c++/4.6/functional:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/x86_64-linux-gnu/bits/predefs.h:
-
-/usr/include/x86_64-linux-gnu/sys/cdefs.h:
-
-/usr/include/x86_64-linux-gnu/bits/wordsize.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h:
-
-/usr/include/c++/4.6/bits/stl_function.h:
-
-/usr/include/c++/4.6/backward/binders.h:
-
-/usr/include/c++/4.6/ostream:
-
-/usr/include/c++/4.6/ios:
-
-/usr/include/c++/4.6/iosfwd:
-
-/usr/include/c++/4.6/bits/stringfwd.h:
-
-/usr/include/c++/4.6/bits/postypes.h:
-
-/usr/include/c++/4.6/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar2.h:
-
-/usr/include/c++/4.6/exception:
-
-/usr/include/c++/4.6/bits/char_traits.h:
-
-/usr/include/c++/4.6/bits/stl_algobase.h:
-
-/usr/include/c++/4.6/bits/functexcept.h:
-
-/usr/include/c++/4.6/bits/exception_defines.h:
-
-/usr/include/c++/4.6/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.6/ext/type_traits.h:
-
-/usr/include/c++/4.6/ext/numeric_traits.h:
-
-/usr/include/c++/4.6/bits/stl_pair.h:
-
-/usr/include/c++/4.6/bits/move.h:
-
-/usr/include/c++/4.6/bits/concept_check.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.6/bits/stl_iterator.h:
-
-/usr/include/c++/4.6/debug/debug.h:
-
-/usr/include/c++/4.6/bits/localefwd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h:
-
-/usr/include/c++/4.6/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/x86_64-linux-gnu/bits/locale.h:
-
-/usr/include/c++/4.6/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/x86_64-linux-gnu/bits/types.h:
-
-/usr/include/x86_64-linux-gnu/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/byteswap.h:
-
-/usr/include/c++/4.6/bits/ios_base.h:
-
-/usr/include/c++/4.6/ext/atomicity.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/sched.h:
-
-/usr/include/x86_64-linux-gnu/bits/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
-
-/usr/include/x86_64-linux-gnu/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
-
-/usr/include/x86_64-linux-gnu/bits/environments.h:
-
-/usr/include/x86_64-linux-gnu/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/x86_64-linux-gnu/bits/unistd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h:
-
-/usr/include/c++/4.6/bits/locale_classes.h:
-
-/usr/include/c++/4.6/string:
-
-/usr/include/c++/4.6/bits/allocator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h:
-
-/usr/include/c++/4.6/ext/new_allocator.h:
-
-/usr/include/c++/4.6/new:
-
-/usr/include/c++/4.6/bits/ostream_insert.h:
-
-/usr/include/c++/4.6/bits/cxxabi_forced.h:
-
-/usr/include/c++/4.6/bits/range_access.h:
-
-/usr/include/c++/4.6/bits/basic_string.h:
-
-/usr/include/c++/4.6/initializer_list:
-
-/usr/include/c++/4.6/bits/basic_string.tcc:
-
-/usr/include/c++/4.6/bits/locale_classes.tcc:
-
-/usr/include/c++/4.6/streambuf:
-
-/usr/include/c++/4.6/bits/streambuf.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.h:
-
-/usr/include/c++/4.6/bits/locale_facets.h:
-
-/usr/include/c++/4.6/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h:
-
-/usr/include/c++/4.6/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h:
-
-/usr/include/c++/4.6/bits/locale_facets.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.tcc:
-
-/usr/include/c++/4.6/bits/ostream.tcc:
-
-../generic/GenericVector_tmpl.cpp:
-
-/usr/include/c++/4.6/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/c++/4.6/iostream:
-
-/usr/include/c++/4.6/istream:
-
-/usr/include/c++/4.6/bits/istream.tcc:
-
-/usr/include/c++/4.6/cmath:
-
-/usr/include/math.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_val.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_valf.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_vall.h:
-
-/usr/include/x86_64-linux-gnu/bits/inf.h:
-
-/usr/include/x86_64-linux-gnu/bits/nan.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathdef.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathcalls.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathinline.h:
+++ /dev/null
-t.o: t.cpp FlexibleMesh.hpp Mesh_tmpl.cpp Mesh.hpp \
- /usr/include/c++/4.6/cassert /usr/include/assert.h \
- /usr/include/features.h /usr/include/x86_64-linux-gnu/bits/predefs.h \
- /usr/include/x86_64-linux-gnu/sys/cdefs.h \
- /usr/include/x86_64-linux-gnu/bits/wordsize.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs.h \
- /usr/include/x86_64-linux-gnu/gnu/stubs-64.h /usr/include/c++/4.6/vector \
- /usr/include/c++/4.6/bits/stl_algobase.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h \
- /usr/include/c++/4.6/bits/functexcept.h \
- /usr/include/c++/4.6/bits/exception_defines.h \
- /usr/include/c++/4.6/bits/cpp_type_traits.h \
- /usr/include/c++/4.6/ext/type_traits.h \
- /usr/include/c++/4.6/ext/numeric_traits.h \
- /usr/include/c++/4.6/bits/stl_pair.h /usr/include/c++/4.6/bits/move.h \
- /usr/include/c++/4.6/bits/concept_check.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.6/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.6/bits/stl_iterator.h \
- /usr/include/c++/4.6/debug/debug.h /usr/include/c++/4.6/bits/allocator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h \
- /usr/include/c++/4.6/ext/new_allocator.h /usr/include/c++/4.6/new \
- /usr/include/c++/4.6/exception /usr/include/c++/4.6/bits/stl_construct.h \
- /usr/include/c++/4.6/bits/stl_uninitialized.h \
- /usr/include/c++/4.6/bits/stl_vector.h \
- /usr/include/c++/4.6/initializer_list \
- /usr/include/c++/4.6/bits/stl_bvector.h \
- /usr/include/c++/4.6/bits/range_access.h \
- /usr/include/c++/4.6/bits/vector.tcc /usr/include/c++/4.6/iostream \
- /usr/include/c++/4.6/ostream /usr/include/c++/4.6/ios \
- /usr/include/c++/4.6/iosfwd /usr/include/c++/4.6/bits/stringfwd.h \
- /usr/include/c++/4.6/bits/postypes.h /usr/include/c++/4.6/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \
- /usr/include/x86_64-linux-gnu/bits/wchar.h \
- /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \
- /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/wchar2.h \
- /usr/include/c++/4.6/bits/char_traits.h \
- /usr/include/c++/4.6/bits/localefwd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h \
- /usr/include/c++/4.6/clocale /usr/include/locale.h \
- /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/4.6/cctype \
- /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \
- /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/endian.h \
- /usr/include/x86_64-linux-gnu/bits/endian.h \
- /usr/include/x86_64-linux-gnu/bits/byteswap.h \
- /usr/include/c++/4.6/bits/ios_base.h \
- /usr/include/c++/4.6/ext/atomicity.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/x86_64-linux-gnu/bits/sched.h \
- /usr/include/x86_64-linux-gnu/bits/time.h \
- /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
- /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/unistd.h \
- /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
- /usr/include/x86_64-linux-gnu/bits/environments.h \
- /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \
- /usr/include/x86_64-linux-gnu/bits/unistd.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h \
- /usr/include/c++/4.6/bits/locale_classes.h /usr/include/c++/4.6/string \
- /usr/include/c++/4.6/bits/ostream_insert.h \
- /usr/include/c++/4.6/bits/cxxabi_forced.h \
- /usr/include/c++/4.6/bits/stl_function.h \
- /usr/include/c++/4.6/backward/binders.h \
- /usr/include/c++/4.6/bits/basic_string.h \
- /usr/include/c++/4.6/bits/basic_string.tcc \
- /usr/include/c++/4.6/bits/locale_classes.tcc \
- /usr/include/c++/4.6/streambuf /usr/include/c++/4.6/bits/streambuf.tcc \
- /usr/include/c++/4.6/bits/basic_ios.h \
- /usr/include/c++/4.6/bits/locale_facets.h /usr/include/c++/4.6/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h \
- /usr/include/c++/4.6/bits/streambuf_iterator.h \
- /usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h \
- /usr/include/c++/4.6/bits/locale_facets.tcc \
- /usr/include/c++/4.6/bits/basic_ios.tcc \
- /usr/include/c++/4.6/bits/ostream.tcc /usr/include/c++/4.6/istream \
- /usr/include/c++/4.6/bits/istream.tcc \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/c++/4.6/cstddef \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.6/utility /usr/include/c++/4.6/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.6/cstdlib /usr/include/stdlib.h \
- /usr/include/x86_64-linux-gnu/bits/waitflags.h \
- /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
- /usr/include/x86_64-linux-gnu/sys/types.h \
- /usr/include/x86_64-linux-gnu/sys/select.h \
- /usr/include/x86_64-linux-gnu/bits/select.h \
- /usr/include/x86_64-linux-gnu/bits/sigset.h \
- /usr/include/x86_64-linux-gnu/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/x86_64-linux-gnu/bits/stdlib.h \
- /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.6/memory \
- /usr/include/c++/4.6/bits/stl_tempbuf.h \
- /usr/include/c++/4.6/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.6/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.6/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.6/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.6/algorithm \
- /usr/include/c++/4.6/bits/stl_algo.h \
- /usr/include/c++/4.6/bits/algorithmfwd.h \
- /usr/include/c++/4.6/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp types.hpp \
- /usr/include/c++/4.6/limits ../generic/BaseTypes.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.6/iterator \
- /usr/include/c++/4.6/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../generic/TypeList.hpp ../generic/BaseTypes.hpp \
- /usr/include/c++/4.6/set /usr/include/c++/4.6/bits/stl_tree.h \
- /usr/include/c++/4.6/bits/stl_set.h \
- /usr/include/c++/4.6/bits/stl_multiset.h /usr/include/c++/4.6/list \
- /usr/include/c++/4.6/bits/stl_list.h /usr/include/c++/4.6/bits/list.tcc \
- exception/NoMatchingFaceType_tmpl.hpp exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.6/stdexcept exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.6/cstring /usr/include/string.h \
- /usr/include/x86_64-linux-gnu/bits/string3.h \
- /usr/include/c++/4.6/sstream /usr/include/c++/4.6/bits/sstream.tcc \
- ../generic/PtrCompare.hpp MeshLink_tmpl.cpp MeshLink.hpp Marker_tmpl.cpp \
- Marker.hpp FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_lvalue_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/is_lvalue_reference.hpp \
- /usr/include/boost/type_traits/is_rvalue_reference.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_rvalue_reference.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/static_assert.hpp /usr/include/boost/mpl/eval_if.hpp \
- /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/common_type.hpp \
- /usr/include/boost/typeof/typeof.hpp \
- /usr/include/boost/typeof/message.hpp \
- /usr/include/boost/typeof/native.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/utility/declval.hpp \
- /usr/include/boost/type_traits/conditional.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/has_new_operator.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/c++/4.6/complex /usr/include/c++/4.6/cmath \
- /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/huge_val.h \
- /usr/include/x86_64-linux-gnu/bits/huge_valf.h \
- /usr/include/x86_64-linux-gnu/bits/huge_vall.h \
- /usr/include/x86_64-linux-gnu/bits/inf.h \
- /usr/include/x86_64-linux-gnu/bits/nan.h \
- /usr/include/x86_64-linux-gnu/bits/mathdef.h \
- /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
- /usr/include/x86_64-linux-gnu/bits/mathinline.h \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_virtual_base_of.hpp \
- /usr/include/boost/mpl/and.hpp \
- /usr/include/boost/mpl/aux_/config/use_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/nested_type_wknd.hpp \
- /usr/include/boost/mpl/aux_/include_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/config/compiler.hpp \
- /usr/include/boost/preprocessor/stringize.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
- /usr/include/boost/mpl/not.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp ../generic/Singleton.hpp \
- exception/DispatchIdNotSet.hpp /usr/include/loki/MultiMethods.h \
- /usr/include/loki/Typelist.h /usr/include/loki/NullType.h \
- /usr/include/loki/TypeManip.h /usr/include/loki/TypelistMacros.h \
- /usr/include/loki/LokiTypeInfo.h /usr/include/loki/Functor.h \
- /usr/include/loki/Sequence.h /usr/include/loki/EmptyType.h \
- /usr/include/loki/SmallObj.h /usr/include/loki/LokiExport.h \
- /usr/include/loki/Threads.h /usr/include/loki/Singleton.h \
- /usr/include/loki/TypeTraits.h /usr/include/loki/AssocVector.h Face.hpp \
- exception.hpp exception/NoMatchingFaceType.hpp ../generic/Testing.hpp \
- FaceDispatch_tmpl.cpp exception/CouldNotDispatchCall.hpp Face_tmpl.cpp \
- HalfEdge_tmpl.cpp HalfEdge.hpp Vertex_tmpl.cpp Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- face/Triangle_tmpl.cpp face/Triangle.hpp \
- face/../../generic/BaseTypes.hpp face/../Face.hpp \
- face/Rectangle_tmpl.cpp face/Rectangle.hpp face/Parallelogram.hpp \
- face/ConvexQuadrilateral.hpp face/Quadrilateral.hpp face/../types.hpp \
- face/Parallelogram_tmpl.cpp face/ConvexQuadrilateral_tmpl.cpp \
- face/Quadrilateral_tmpl.cpp
-
-FlexibleMesh.hpp:
-
-Mesh_tmpl.cpp:
-
-Mesh.hpp:
-
-/usr/include/c++/4.6/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/features.h:
-
-/usr/include/x86_64-linux-gnu/bits/predefs.h:
-
-/usr/include/x86_64-linux-gnu/sys/cdefs.h:
-
-/usr/include/x86_64-linux-gnu/bits/wordsize.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs.h:
-
-/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
-
-/usr/include/c++/4.6/vector:
-
-/usr/include/c++/4.6/bits/stl_algobase.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++config.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/os_defines.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/cpu_defines.h:
-
-/usr/include/c++/4.6/bits/functexcept.h:
-
-/usr/include/c++/4.6/bits/exception_defines.h:
-
-/usr/include/c++/4.6/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.6/ext/type_traits.h:
-
-/usr/include/c++/4.6/ext/numeric_traits.h:
-
-/usr/include/c++/4.6/bits/stl_pair.h:
-
-/usr/include/c++/4.6/bits/move.h:
-
-/usr/include/c++/4.6/bits/concept_check.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.6/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.6/bits/stl_iterator.h:
-
-/usr/include/c++/4.6/debug/debug.h:
-
-/usr/include/c++/4.6/bits/allocator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++allocator.h:
-
-/usr/include/c++/4.6/ext/new_allocator.h:
-
-/usr/include/c++/4.6/new:
-
-/usr/include/c++/4.6/exception:
-
-/usr/include/c++/4.6/bits/stl_construct.h:
-
-/usr/include/c++/4.6/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.6/bits/stl_vector.h:
-
-/usr/include/c++/4.6/initializer_list:
-
-/usr/include/c++/4.6/bits/stl_bvector.h:
-
-/usr/include/c++/4.6/bits/range_access.h:
-
-/usr/include/c++/4.6/bits/vector.tcc:
-
-/usr/include/c++/4.6/iostream:
-
-/usr/include/c++/4.6/ostream:
-
-/usr/include/c++/4.6/ios:
-
-/usr/include/c++/4.6/iosfwd:
-
-/usr/include/c++/4.6/bits/stringfwd.h:
-
-/usr/include/c++/4.6/bits/postypes.h:
-
-/usr/include/c++/4.6/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar.h:
-
-/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/x86_64-linux-gnu/bits/wchar2.h:
-
-/usr/include/c++/4.6/bits/char_traits.h:
-
-/usr/include/c++/4.6/bits/localefwd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/c++locale.h:
-
-/usr/include/c++/4.6/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/x86_64-linux-gnu/bits/locale.h:
-
-/usr/include/c++/4.6/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/x86_64-linux-gnu/bits/types.h:
-
-/usr/include/x86_64-linux-gnu/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/endian.h:
-
-/usr/include/x86_64-linux-gnu/bits/byteswap.h:
-
-/usr/include/c++/4.6/bits/ios_base.h:
-
-/usr/include/c++/4.6/ext/atomicity.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/sched.h:
-
-/usr/include/x86_64-linux-gnu/bits/time.h:
-
-/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
-
-/usr/include/x86_64-linux-gnu/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/x86_64-linux-gnu/bits/posix_opt.h:
-
-/usr/include/x86_64-linux-gnu/bits/environments.h:
-
-/usr/include/x86_64-linux-gnu/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/x86_64-linux-gnu/bits/unistd.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/atomic_word.h:
-
-/usr/include/c++/4.6/bits/locale_classes.h:
-
-/usr/include/c++/4.6/string:
-
-/usr/include/c++/4.6/bits/ostream_insert.h:
-
-/usr/include/c++/4.6/bits/cxxabi_forced.h:
-
-/usr/include/c++/4.6/bits/stl_function.h:
-
-/usr/include/c++/4.6/backward/binders.h:
-
-/usr/include/c++/4.6/bits/basic_string.h:
-
-/usr/include/c++/4.6/bits/basic_string.tcc:
-
-/usr/include/c++/4.6/bits/locale_classes.tcc:
-
-/usr/include/c++/4.6/streambuf:
-
-/usr/include/c++/4.6/bits/streambuf.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.h:
-
-/usr/include/c++/4.6/bits/locale_facets.h:
-
-/usr/include/c++/4.6/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_base.h:
-
-/usr/include/c++/4.6/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.6/x86_64-linux-gnu/./bits/ctype_inline.h:
-
-/usr/include/c++/4.6/bits/locale_facets.tcc:
-
-/usr/include/c++/4.6/bits/basic_ios.tcc:
-
-/usr/include/c++/4.6/bits/ostream.tcc:
-
-/usr/include/c++/4.6/istream:
-
-/usr/include/c++/4.6/bits/istream.tcc:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/c++/4.6/cstddef:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.6/utility:
-
-/usr/include/c++/4.6/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.6/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/x86_64-linux-gnu/bits/waitflags.h:
-
-/usr/include/x86_64-linux-gnu/bits/waitstatus.h:
-
-/usr/include/x86_64-linux-gnu/sys/types.h:
-
-/usr/include/x86_64-linux-gnu/sys/select.h:
-
-/usr/include/x86_64-linux-gnu/bits/select.h:
-
-/usr/include/x86_64-linux-gnu/bits/sigset.h:
-
-/usr/include/x86_64-linux-gnu/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/x86_64-linux-gnu/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.6/memory:
-
-/usr/include/c++/4.6/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.6/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.6/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.6/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.6/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.6/algorithm:
-
-/usr/include/c++/4.6/bits/stl_algo.h:
-
-/usr/include/c++/4.6/bits/algorithmfwd.h:
-
-/usr/include/c++/4.6/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-types.hpp:
-
-/usr/include/c++/4.6/limits:
-
-../generic/BaseTypes.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.6/iterator:
-
-/usr/include/c++/4.6/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../generic/TypeList.hpp:
-
-../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.6/set:
-
-/usr/include/c++/4.6/bits/stl_tree.h:
-
-/usr/include/c++/4.6/bits/stl_set.h:
-
-/usr/include/c++/4.6/bits/stl_multiset.h:
-
-/usr/include/c++/4.6/list:
-
-/usr/include/c++/4.6/bits/stl_list.h:
-
-/usr/include/c++/4.6/bits/list.tcc:
-
-exception/NoMatchingFaceType_tmpl.hpp:
-
-exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.6/stdexcept:
-
-exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.6/cstring:
-
-/usr/include/string.h:
-
-/usr/include/x86_64-linux-gnu/bits/string3.h:
-
-/usr/include/c++/4.6/sstream:
-
-/usr/include/c++/4.6/bits/sstream.tcc:
-
-../generic/PtrCompare.hpp:
-
-MeshLink_tmpl.cpp:
-
-MeshLink.hpp:
-
-Marker_tmpl.cpp:
-
-Marker.hpp:
-
-FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_lvalue_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/is_lvalue_reference.hpp:
-
-/usr/include/boost/type_traits/is_rvalue_reference.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_rvalue_reference.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/common_type.hpp:
-
-/usr/include/boost/typeof/typeof.hpp:
-
-/usr/include/boost/typeof/message.hpp:
-
-/usr/include/boost/typeof/native.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/utility/declval.hpp:
-
-/usr/include/boost/type_traits/conditional.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/has_new_operator.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/c++/4.6/complex:
-
-/usr/include/c++/4.6/cmath:
-
-/usr/include/math.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_val.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_valf.h:
-
-/usr/include/x86_64-linux-gnu/bits/huge_vall.h:
-
-/usr/include/x86_64-linux-gnu/bits/inf.h:
-
-/usr/include/x86_64-linux-gnu/bits/nan.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathdef.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathcalls.h:
-
-/usr/include/x86_64-linux-gnu/bits/mathinline.h:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_virtual_base_of.hpp:
-
-/usr/include/boost/mpl/and.hpp:
-
-/usr/include/boost/mpl/aux_/config/use_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/nested_type_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/include_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/config/compiler.hpp:
-
-/usr/include/boost/preprocessor/stringize.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
-
-/usr/include/boost/mpl/not.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-../generic/Singleton.hpp:
-
-../generic/Singleton_tmpl.cpp:
-
-../generic/Singleton.hpp:
-
-exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-Face.hpp:
-
-exception.hpp:
-
-exception/NoMatchingFaceType.hpp:
-
-../generic/Testing.hpp:
-
-FaceDispatch_tmpl.cpp:
-
-exception/CouldNotDispatchCall.hpp:
-
-Face_tmpl.cpp:
-
-HalfEdge_tmpl.cpp:
-
-HalfEdge.hpp:
-
-Vertex_tmpl.cpp:
-
-Vertex.hpp:
-
-../generic/GenericVector.hpp:
-
-../generic/GenericVector_tmpl.cpp:
-
-face/Triangle_tmpl.cpp:
-
-face/Triangle.hpp:
-
-face/../../generic/BaseTypes.hpp:
-
-face/../Face.hpp:
-
-face/Rectangle_tmpl.cpp:
-
-face/Rectangle.hpp:
-
-face/Parallelogram.hpp:
-
-face/ConvexQuadrilateral.hpp:
-
-face/Quadrilateral.hpp:
-
-face/../types.hpp:
-
-face/Parallelogram_tmpl.cpp:
-
-face/ConvexQuadrilateral_tmpl.cpp:
-
-face/Quadrilateral_tmpl.cpp:
+++ /dev/null
-#ifndef BOUNDARY_MESH_FACE_HPP_GUARD_
-#define BOUNDARY_MESH_FACE_HPP_GUARD_
-
-#include <iterator>
-#include <vector>
-
-#include "types.hpp"
-#include "exception.hpp"
-#include "FaceDispatch.hpp"
-#include "../generic/Testing.hpp"
-
-/**
- * @page boundary_mesh_faces The Face datatypes
- *
- * The boundary mesh library is a flexible template library, which provides
- * optimized versions for many use cases. In terms of faces, the library is
- * flexible by the means of allowing any number of different kinds of faces
- * within a single mesh. At the same time, it provides optimizations for
- * meshes, which consist only of one kind of faces. More details are provided
- * in section @ref boundary_mesh_mesh_traits_faces.
- *
- * The library also makes strong use of C++'s type system so that it is
- * possible to structure code in an idiomatic way. For more details on this,
- * please refer to @ref boundary_mesh_face_specific_code.
- *
- * Furthermore, it is possible to add custom faces without modifying the
- * code of the boundary mesh library. Further details can be found in section
- * @ref boundary_mesh_adding_new_face_types.
- *
- * Within boundary mesh algorithms or other code related to boundary meshes,
- * one should not refer to faces directly, but only by using the Mesh class.
- * For example, provided Mesh is the name of the mesh class that is used, one
- * should write Mesh::Prop::Triangle instead of Triangle< Mesh >, because the
- * mesh might be using a different implementation of the Triangle interface.
- */
-
-/**
- * @file Face.hpp
- * @brief Declares common base type for all faces.
- *
- * This file declares a common base type for all kinds of faces, which is
- * called CommonFaceBase__ and basically provides all iterators. Furthermore,
- * it provides an abstract common base type for faces containing additional
- * run-time information. Finally, it declares a helper class commonly used
- * by all kinds of faces to cache the results of certain method calls.
- */
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- /**
- * @class CommonFaceBase__
- * @brief A base class for all flavours of faces.
- *
- * This class provides access to iterators over neighbour faces, edges and
- * vertices.
- */
- template < class TMesh >
- class CommonFaceBase__
- {
- friend class testing::Tester< TMesh >;
- template < class TFace, class TNext > friend class FaceFactory;
-
- public:
- typedef TMesh Mesh;
-
- enum WhereToStart
- {
- StartAtBeginning,
- StartAtEnd
- };
-
- /**
- * @class IteratorBase__
- * @brief Common base for all iterators.
- *
- * Because most of the neighbourhood information is stored within the
- * half-edge data structures, the iterators are closely related to each
- * other. This class implements the common behaviour, i.e. the increment
- * and comparison operations of an input iterator.
- */
- class IteratorBase__
- {
- public:
- IteratorBase__(const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart);
- bool operator==(const IteratorBase__& rhs) const;
- bool operator!=(const IteratorBase__& rhs) const;
- IteratorBase__& operator++();
-
- protected:
- const typename TMesh::HalfEdge* getCurrentHalfEdge() const;
-
- private:
- const typename TMesh::HalfEdge* startingEdge_;
- const typename TMesh::HalfEdge* currentEdge_;
- };
-
- /**
- * @class ConstFaceIterator
- * @brief Iterator over the neighbours of a given face.
- *
- * This class is derived from the IteratorBase__ class as well as from
- * the std::iterator class to provide an input iterator over the
- * neighbour faces of a given face. Although it can be used directly
- * it is more commonly used through the wrapper methods begin_f and end_f
- * which are provided within the Face class.
- */
- class ConstFaceIterator : public IteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::Face >
- {
- public:
- typedef typename std::iterator< std::input_iterator_tag, typename TMesh::Face >::iterator_category iterator_category;
- typedef typename std::iterator< std::input_iterator_tag, typename TMesh::Face >::value_type value_type;
- typedef typename std::iterator< std::input_iterator_tag, typename TMesh::Face >::difference_type difference_type;
- typedef typename std::iterator< std::input_iterator_tag, typename TMesh::Face >::pointer pointer;
- typedef typename std::iterator< std::input_iterator_tag, typename TMesh::Face >::reference reference;
- ConstFaceIterator(const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart);
- ConstFaceIterator& operator++();
- const typename TMesh::Face& operator*() const;
- const typename TMesh::Face* operator->() const;
- };
-
- /**
- * @class ConstVertexIterator
- * @brief Iterator over the vertices of a given face.
- *
- * This class is derived from the IteratorBase__ class as well as from
- * the std::iterator class to provide an input iterator over the
- * vertices of a given face. Although it can be used directly
- * it is more commonly used through the wrapper methods begin_v and end_v
- * which are provided within the Face class.
- */
- class ConstVertexIterator : public IteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::Vertex >
- {
- public:
- ConstVertexIterator(const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart);
- const typename TMesh::Vertex& operator*() const;
- const typename TMesh::Vertex* operator->() const;
- };
-
- /**
- * @class ConstEdgeIterator
- * @brief Iterator over the half-edges of a given face.
- *
- * This class is derived from the IteratorBase__ class as well as from
- * the std::iterator class to provide an input iterator over the
- * half-edges of a given face. Although it can be used directly
- * it is more commonly used through the wrapper methods begin_e and end_e
- * which are provided within the Face class.
- */
- class ConstEdgeIterator : public IteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::HalfEdge >
- {
- public:
- ConstEdgeIterator(const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart);
- const typename TMesh::HalfEdge& operator*() const;
- const typename TMesh::HalfEdge* operator->() const;
- };
-
- /**
- * @returns A const input iterator over all vertices of the given face.
- */
- ConstVertexIterator begin_v() const;
-
- /**
- * @returns A past-the-end input iterator over the vertices of the given
- * face. The iterator acts as a place holder. Attempting to access the
- * associated vertex results in undefined behaviour.
- */
- ConstVertexIterator end_v() const;
-
- /**
- * @returns A const input iterator over all half-edges of the given face.
- */
- ConstEdgeIterator begin_e() const;
-
- /**
- * @returns A past-the-end input iterator over the half-edges of the
- * given face. The iterator acts as a place holder. Attempting to
- * access the associated half-edge results in undefined behaviour.
- */
- ConstEdgeIterator end_e() const;
-
- /**
- * @returns A const input iterator over all neighbour faces of the given
- * face.
- */
- ConstFaceIterator begin_f() const;
-
- /**
- * @returns A past-the-end input iterator over the neighbour faces of the
- * given face. The iterator acts as a place holder. Attempting to
- * access the associated face results in undefined behaviour.
- */
- ConstFaceIterator end_f() const;
-
- unsigned int getNumberOfEdges() const;
- unsigned int getLocalEdgeId(
- const typename TMesh::Prop::HalfEdge& edge ) const;
- bool operator==( const typename TMesh::Prop::Face& rhs ) const;
- bool operator!=( const typename TMesh::Prop::Face& rhs ) const;
-
- protected:
- CommonFaceBase__( const typename TMesh::Prop::HalfEdge& halfedge )
- : halfedge_( &halfedge ) {}
-
- private:
- const typename TMesh::Prop::HalfEdge* halfedge_;
- };
-
- template < class TMesh >
- class RFace : public CommonFaceBase__< TMesh >
- {
- public:
- RFace( const typename TMesh::Prop::HalfEdge& halfedge,
- geoid_t id)
- : CommonFaceBase__< TMesh >(halfedge), id_(id) {}
- typedef RFace< TMesh >* CommonSuperFace;
- geoid_t getId() const;
-
- virtual double computeArea() const =0;
- virtual double computeDiameter() const =0;
- virtual unsigned int getNumberOfVertices() const =0;
- virtual dispatchId_t getDispatchId() const =0;
-
- private:
- geoid_t id_;
- };
-
- template < class TMesh >
- class FaceVertexCache
- : public generic::Singleton< FaceVertexCache< TMesh > >
- {
- public:
- FaceVertexCache();
- static const typename TMesh::Vertex& Get(
- const typename TMesh::Face* face, unsigned int id );
-
- private:
- const typename TMesh::Face* face_;
- typename std::vector< const typename TMesh::Vertex* > vertices_;
- };
-
- template < class TMesh >
- bool operator<(
- const CommonFaceBase__< TMesh >& lhs,
- const CommonFaceBase__< TMesh >& rhs);
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACEDISPATCH_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACEDISPATCH_HPP_GUARD_
-
-#include <vector>
-
-#include <boost/type_traits.hpp>
-#include <boost/utility/enable_if.hpp>
-
-#include "../generic/Singleton.hpp"
-#include "../generic/TypeList.hpp"
-#include "../generic/BaseTypes.hpp"
-#include "exception/DispatchIdNotSet.hpp"
-#include "loki/MultiMethods.h"
-
-typedef int dispatchId_t;
-#include "Face.hpp"
-
-#define HILBERT3D_DISPATCH_PARAMETERS_0(Name, R) \
- public: \
- Name() {} \
- typedef TMesh Mesh; \
- private: \
- typedef R Result;
-#define HILBERT3D_DISPATCH_PARAMETERS_1(Name, R, T1, N1) \
- public: \
- Name(T1 N1) : N1(N1) {} \
- typedef TMesh Mesh; \
- private: \
- T1 N1; \
- typedef R Result;
-#define HILBERT3D_DISPATCH_PARAMETERS_2(Name, R, T1, N1, T2, N2) \
- public: \
- Name(T1 N1, T2 N2) : N1(N1), N2(N2) {} \
- typedef TMesh Mesh; \
- private: \
- T1 N1; T2 N2; \
- typedef R Result;
-#define HILBERT3D_DISPATCH_PARAMETERS_3(Name, R, T1, N1, T2, N2, T3, N3) \
- public: \
- Name(T1 N1, T2 N2, T3 N3) : N1(N1), N2(N2), N3(N3) {} \
- typedef TMesh Mesh; \
- private: \
- T1 N1; T2 N2; T3 N3; \
- typedef R Result;
-#define HILBERT3D_DISPATCH_PARAMETERS_4(Name, R, T1, N1, T2, N2, T3, N3, T4, N4) \
- public: \
- Name(T1 N1, T2 N2, T3 N3, T4 N4) : N1(N1), N2(N2), N3(N3), N4(N4) {} \
- typedef TMesh Mesh; \
- private: \
- T1 N1; T2 N2; T3 N3; T4 N4; \
- typedef R Result;
-#define HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( T ) \
- public: \
- typename boost::enable_if< boost::is_base_of< \
- typename TMesh::Face, typename T >, Result >::type \
- exec( const typename T& face )
-#define HILBERT3D_DOUBLE_DISPATCH_IMPLEMENTATION_FOR( T1,T2 ) \
- public: \
- Result \
- exec( const typename T1& face1, const typename T2& face2 ) const
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TExecutor, class TBase, class TTypes, class TResult = void >
- class StaticSingleDispatcher
- {
- public:
- typedef TExecutor PARAM;
-
- static TResult Exec(
- const TBase& face,
- TExecutor exec);
- };
-
- template < class TExecutor, class TBase, class TTypes >
- class StaticSingleDispatcher< TExecutor, TBase, TTypes, void >
- {
- public:
- typedef TExecutor PARAM;
-
- static void Exec(
- const TBase& face,
- TExecutor exec);
- };
-
- template < class TExecutor, class TBase, class TResult >
- class StaticSingleDispatcher< TExecutor, TBase, generic::NullType, TResult >
- {
- public:
- typedef TExecutor PARAM;
-
- static TResult Exec(
- const TBase& face,
- TExecutor exec);
- };
-
- template < class TExecutor, class TBase >
- class StaticSingleDispatcher< TExecutor, TBase, generic::NullType, void >
- {
- public:
- typedef TExecutor PARAM;
-
- static void Exec(
- const TBase& face,
- TExecutor exec);
- };
-
- template < class TExecutor, class TMesh, class TResult = void >
- class SingleFaceDispatcher
- : public StaticSingleDispatcher<
- TExecutor,
- typename TMesh::Face, typename TMesh::FaceTypes,
- TResult >
- {
- };
-
- template < class TExecutor, class TBaseLhs, class TTypesLhs,
- class TBaseRhs = TBaseLhs, class TTypesRhs = TTypesLhs,
- class TResult = void >
- class StaticDoubleDispatcher
- {
- public:
- typedef TExecutor PARAM;
-
- static TResult Exec(
- const TBaseLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec);
-
- template < class TLhs >
- static TResult DispatchRhs(
- const TLhs & lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec);
- };
-
- template < class TExecutor, class TBaseLhs,
- class TBaseRhs, class TTypesRhs, class TResult >
- class StaticDoubleDispatcher< TExecutor, TBaseLhs, generic::NullType,
- TBaseRhs, TTypesRhs, TResult >
- {
- public:
- static TResult Exec(
- const TBaseLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec );
- };
-
- template < class TExecutor, class TBaseLhs, class TTypesLhs,
- class TBaseRhs, class TResult >
- class StaticDoubleDispatcher< TExecutor, TBaseLhs, TTypesLhs,
- TBaseRhs, generic::NullType, TResult >
- {
- public:
- template < class TLhs >
- static TResult DispatchRhs(
- const TLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec);
- };
-
- template < class TExecutor, class TMesh, class TResult >
- class DoubleFaceDispatcher
-#ifdef USE_LOKI_DISPATCHER_
- : public ::Loki::StaticDispatcher<
-#else
- : public StaticDoubleDispatcher<
-#endif
- TExecutor,
- typename TMesh::Face, typename TMesh::FaceTypes,
-#ifdef USE_LOKI_DISPATCHER_
- false,
-#endif
- typename TMesh::Face, typename TMesh::FaceTypes,
- TResult >
- {
- };
-}
-}
-
-#include "FaceDispatch_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACEDISPATCH_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACEDISPATCH_CPP_GUARD_
-
-#include <cassert>
-
-#include "FaceDispatch.hpp"
-#include "exception/CouldNotDispatchCall.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TExecutor, class TBase, class TTypes >
- void
- StaticSingleDispatcher< TExecutor, TBase, TTypes, void >::Exec(
- const TBase& face,
- TExecutor exec)
- {
- typedef typename TTypes::Head Head;
- typedef typename TTypes::Tail Tail;
-
- if (const Head* castedFace = dynamic_cast< const Head* >(&face))
- {
- exec.exec( *castedFace );
- }
- else
- {
- StaticSingleDispatcher< TExecutor, TBase, Tail, void >::
- Exec( face, exec );
- }
- }
-
- template < class TExecutor, class TBase, class TTypes, class TResult >
- TResult
- StaticSingleDispatcher< TExecutor, TBase, TTypes, TResult >::Exec(
- const TBase& face,
- TExecutor exec)
- {
- typedef typename TTypes::Head Head;
- typedef typename TTypes::Tail Tail;
-
- if (const Head* castedFace = dynamic_cast< const Head* >(&face))
- {
- return exec.exec( *castedFace );
- }
- else
- {
- return StaticSingleDispatcher< TExecutor, TBase, Tail, TResult >::
- Exec( face, exec );
- }
- }
-
- template < class TExecutor, class TBase, class TResult >
- TResult
- StaticSingleDispatcher< TExecutor, TBase, generic::NullType, TResult >::Exec(
- const TBase& face,
- TExecutor exec)
- {
- throw new exception::CouldNotDispatchCall(
- "Could not dispatch function call!\n");
- }
-
- template < class TExecutor, class TBase >
- void
- StaticSingleDispatcher< TExecutor, TBase, generic::NullType, void >::Exec(
- const TBase& face,
- TExecutor exec)
- {
- throw new exception::CouldNotDispatchCall(
- "Could not dispatch function call!\n");
- }
-
- template < class TExecutor, class TBaseLhs, class TTypesLhs,
- class TBaseRhs, class TTypesRhs, class TResult >
- TResult
- StaticDoubleDispatcher< TExecutor, TBaseLhs, TTypesLhs,
- TBaseRhs, TTypesRhs, TResult >::Exec(
- const TBaseLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec)
- {
- typedef typename TTypesLhs::Head Head;
- typedef typename TTypesLhs::Tail Tail;
-
- if (const Head* p1 = dynamic_cast<const Head*>(&lhs))
- {
- return StaticDoubleDispatcher< TExecutor, TBaseLhs, Head,
- TBaseRhs, TTypesRhs, TResult >::DispatchRhs( *p1, rhs, exec );
- }
- else
- {
- return StaticDoubleDispatcher< TExecutor, TBaseLhs, Tail,
- TBaseRhs, TTypesRhs, TResult >::Exec( lhs, rhs, exec );
- }
- }
-
- template < class TExecutor, class TBaseLhs, class TTypesLhs,
- class TBaseRhs, class TTypesRhs, class TResult >
- template < class TLhs >
- TResult
- StaticDoubleDispatcher< TExecutor, TBaseLhs, TTypesLhs,
- TBaseRhs, TTypesRhs, TResult >::DispatchRhs(
- const TLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec)
- {
- typedef typename TTypesRhs::Head Head;
- typedef typename TTypesRhs::Tail Tail;
-
- if (const Head* p2 = dynamic_cast<const Head*>(&rhs))
- {
- return exec.exec( lhs, *p2 );
- }
- else
- {
- return StaticDoubleDispatcher< TExecutor, TLhs, TTypesLhs,
- TBaseRhs, Tail, TResult >::DispatchRhs(
- lhs, rhs, exec );
- }
- }
-
- template < class TExecutor, class TBaseLhs,
- class TBaseRhs, class TTypesRhs, class TResult >
- TResult
- StaticDoubleDispatcher< TExecutor, TBaseLhs, generic::NullType,
- TBaseRhs, TTypesRhs, TResult >::Exec(
- const TBaseLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec)
- {
- throw exception::CouldNotDispatchCall(
- "Double Dispatcher: Could not dispatch left-hand side argument!\n");
- }
-
- template < class TExecutor, class TBaseLhs, class TTypesLhs,
- class TBaseRhs, class TResult >
- template < class TLhs >
- TResult
- StaticDoubleDispatcher< TExecutor, TBaseLhs, TTypesLhs,
- TBaseRhs, generic::NullType, TResult >::DispatchRhs(
- const TLhs& lhs,
- const TBaseRhs& rhs,
- const TExecutor& exec)
- {
- throw exception::CouldNotDispatchCall(
- "Double Dispatcher: Could not dispatch right-hand side argument!\n");
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef MESH_FACE_TMPL_CPP_GUARD_
-#define MESH_FACE_TMPL_CPP_GUARD_
-
-#include <cassert>
-#include <sstream>
-#include <vector>
-#include "../generic/PtrCompare.hpp"
-
-#include "Face.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TMesh >
- CommonFaceBase__< TMesh >::IteratorBase__::IteratorBase__(
- const typename TMesh::HalfEdge& startingEdge,
- enum WhereToStart whereToStart)
- : startingEdge_( &startingEdge ), currentEdge_( &startingEdge )
- {
- if ( whereToStart == StartAtEnd )
- {
- currentEdge_ = 0;
- return;
- }
- }
-
- template < class TMesh >
- bool
- CommonFaceBase__< TMesh >::IteratorBase__::operator==(
- const CommonFaceBase__< TMesh >::IteratorBase__& rhs) const
- {
- assert( startingEdge_ == rhs.startingEdge_ );
- return currentEdge_ == rhs.currentEdge_;
- }
-
- template < class TMesh >
- bool
- CommonFaceBase__< TMesh >::IteratorBase__::operator!=(
- const CommonFaceBase__< TMesh >::IteratorBase__& rhs) const
- {
- return ! ( *this == rhs );
- }
-
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::IteratorBase__&
- CommonFaceBase__< TMesh >::IteratorBase__::operator++()
- {
- currentEdge_ = currentEdge_->getNextEdge();
- if (currentEdge_ == startingEdge_)
- {
- currentEdge_ = 0;
- }
- return *this;
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge*
- CommonFaceBase__< TMesh >::IteratorBase__::getCurrentHalfEdge() const
- {
- return currentEdge_;
- }
-
- template < class TMesh >
- CommonFaceBase__< TMesh >::ConstFaceIterator::ConstFaceIterator(
- const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart whereToStart)
- : CommonFaceBase__< TMesh >::IteratorBase__( halfedge, whereToStart )
- {
- if ( this->getCurrentHalfEdge() != 0 )
- {
- if ( this->getCurrentHalfEdge()->getOppositeEdge() == 0 )
- ++(*this);
- }
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstFaceIterator&
- CommonFaceBase__< TMesh >::ConstFaceIterator::operator++()
- {
- do
- {
- CommonFaceBase__< TMesh >::IteratorBase__::operator++();
- } while ( this->getCurrentHalfEdge() != 0
- && this->getCurrentHalfEdge()->getOppositeEdge() == 0 );
- return *this;
- }
-
- template < class TMesh >
- const typename TMesh::Face&
- CommonFaceBase__< TMesh >::ConstFaceIterator::operator*() const
- {
- assert( this->getCurrentHalfEdge() != 0
- && this->getCurrentHalfEdge()->getOppositeEdge() != 0);
- return this->getCurrentHalfEdge()->getOppositeEdge()->getFace();
- }
-
- template < class TMesh >
- const typename TMesh::Face*
- CommonFaceBase__< TMesh >::ConstFaceIterator::operator->() const
- {
- assert( this->getCurrentHalfEdge() != 0
- && this->getCurrentHalfEdge()->getOppositeEdge() != 0);
- return &(this->getCurrentHalfEdge()->getOppositeEdge()->getFace());
- }
-
- template < class TMesh >
- CommonFaceBase__< TMesh >::ConstVertexIterator::ConstVertexIterator(
- const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart whereToStart)
- : CommonFaceBase__< TMesh >::IteratorBase__( halfedge, whereToStart )
- {}
-
- template < class TMesh >
- const typename TMesh::Vertex&
- CommonFaceBase__< TMesh >::ConstVertexIterator::operator*() const
- {
- assert( this->getCurrentHalfEdge() != 0 );
- return this->getCurrentHalfEdge()->getStartVertex();
- }
-
- template < class TMesh >
- const typename TMesh::Vertex*
- CommonFaceBase__< TMesh >::ConstVertexIterator::operator->() const
- {
- assert( this->getCurrentHalfEdge() != 0 );
- return &(this->getCurrentHalfEdge()->getStartVertex());
- }
-
- template < class TMesh >
- CommonFaceBase__< TMesh >::ConstEdgeIterator::ConstEdgeIterator(
- const typename TMesh::HalfEdge& halfedge,
- enum WhereToStart whereToStart)
- : CommonFaceBase__< TMesh >::IteratorBase__( halfedge, whereToStart )
- {}
-
- template < class TMesh >
- const typename TMesh::HalfEdge&
- CommonFaceBase__< TMesh >::ConstEdgeIterator::operator*() const
- {
- assert( this->getCurrentHalfEdge() != 0 );
- return *(this->getCurrentHalfEdge());
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge*
- CommonFaceBase__< TMesh >::ConstEdgeIterator::operator->() const
- {
- assert( this->getCurrentHalfEdge() != 0 );
- return this->getCurrentHalfEdge();
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstEdgeIterator
- CommonFaceBase__< TMesh >::begin_e() const
- {
- return ConstEdgeIterator( *halfedge_, StartAtBeginning );
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstEdgeIterator
- CommonFaceBase__< TMesh >::end_e() const
- {
- return ConstEdgeIterator( *halfedge_, StartAtEnd );
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstFaceIterator
- CommonFaceBase__< TMesh >::begin_f() const
- {
- return ConstFaceIterator( *halfedge_, StartAtBeginning );
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstFaceIterator
- CommonFaceBase__< TMesh >::end_f() const
- {
- return ConstFaceIterator( *halfedge_, StartAtEnd );
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstVertexIterator
- CommonFaceBase__< TMesh >::begin_v() const
- {
- return ConstVertexIterator( *halfedge_, StartAtBeginning );
- }
-
- template < class TMesh >
- typename CommonFaceBase__< TMesh >::ConstVertexIterator
- CommonFaceBase__< TMesh >::end_v() const
- {
- return ConstVertexIterator( *halfedge_, StartAtEnd );
- }
-
- template < class TMesh >
- unsigned int
- CommonFaceBase__< TMesh >::getNumberOfEdges() const
- {
- unsigned int i = 0;
- CommonFaceBase__< TMesh >::ConstEdgeIterator edgeIt = begin_e();
- assert(edgeIt != end_e());
-
- do
- {
- i += 1;
- } while ( ++edgeIt != end_e() );
-
- return i;
- }
-
- template < class TMesh >
- unsigned int
- CommonFaceBase__< TMesh >::getLocalEdgeId(
- const typename TMesh::Prop::HalfEdge& edge ) const
- {
- unsigned int i = 0;
- CommonFaceBase__< TMesh >::ConstEdgeIterator edgeIt = begin_e();
- assert( edgeIt != end_e() );
-
- while ( &(*edgeIt) != &(edge) && ++edgeIt != end_e() )
- {
- ++i;
- }
-
- assert( edgeIt != end_e() );
- return i;
- }
-
- template < class TMesh >
- bool
- CommonFaceBase__< TMesh >::operator==(
- const typename TMesh::Prop::Face& rhs) const
- {
- return static_cast<const void*>(this) == static_cast<const void*>(&rhs); // std::equal(begin_v(), end_v(), rhs.begin_v());
- }
-
- template < class TMesh >
- bool
- CommonFaceBase__< TMesh >::operator!=(
- const typename TMesh::Prop::Face& rhs) const
- {
- return static_cast<const void*>(this) != static_cast<const void*>(&rhs); // !std::equal(begin_v(), end_v(), rhs.begin_v());
- }
-
- template < class TMesh >
- geoid_t
- RFace< TMesh >::getId() const
- {
- return id_;
- }
-
- template < class TMesh >
- FaceVertexCache< TMesh >::FaceVertexCache()
- : face_(0),
- vertices_( std::vector< const typename TMesh::Vertex* >(
- TMesh::Prop::maximumNumberOfEdgesPerFace ) )
- {
- }
-
- template < class TMesh >
- const typename TMesh::Vertex&
- FaceVertexCache< TMesh >::Get( const typename TMesh::Face* face,
- unsigned int id )
- {
- FaceVertexCache& cache =
- generic::Singleton< FaceVertexCache< TMesh > >::Get();
-
- if ( cache.face_ != face )
- {
- cache.face_ = face;
- unsigned int i = 0;
-
- for ( typename TMesh::Face::ConstVertexIterator vertex = face->begin_v();
- vertex != face->end_v(); ++vertex )
- {
- cache.vertices_[ i ] = &(*vertex);
- ++i;
- }
- }
-
- return *(cache.vertices_[ id ]);
- }
-
- template < class TMesh >
- bool operator==(
- const CommonFaceBase__< TMesh >& lhs,
- const CommonFaceBase__< TMesh >& rhs)
- {
- using namespace generic;
- typedef typename TMesh::Vertex Vertex;
- typedef std::set< const Vertex*, PtrObjectLess<Vertex> > VertexSet;
-
- VertexSet lhsVertices, rhsVertices;
- std::for_each( lhs.begin_v(), lhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&lhsVertices) );
- std::for_each( rhs.begin_v(), rhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&rhsVertices) );
-
- return std::equal( lhsVertices.begin(), lhsVertices.end(),
- rhsVertices.begin(), PtrObjectEqual< Vertex >() );
- }
-
- template < class TMesh >
- bool operator<(
- const CommonFaceBase__< TMesh >& lhs,
- const CommonFaceBase__< TMesh >& rhs)
- {
- if ( lhs.getNumberOfEdges() < rhs.getNumberOfEdges() )
- return true;
- if ( lhs.getNumberOfEdges() > rhs.getNumberOfEdges() )
- return false;
-
- using namespace generic;
- typedef typename TMesh::Vertex Vertex;
- typedef std::set< const Vertex*, PtrObjectLess<Vertex> > VertexSet;
-
- VertexSet lhsVertices, rhsVertices;
- std::for_each( lhs.begin_v(), lhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&lhsVertices) );
- std::for_each( rhs.begin_v(), rhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&rhsVertices) );
-
- return std::lexicographical_compare(
- lhsVertices.begin(), lhsVertices.end(),
- rhsVertices.begin(), rhsVertices.end(),
- PtrObjectLess<Vertex>());
- }
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#include "FlexibleMesh.hpp"
-
-#include "Mesh_tmpl.cpp"
-#include "MeshLink_tmpl.cpp"
-#include "Marker_tmpl.cpp"
-#include "Vertex_tmpl.cpp"
-#include "Face_tmpl.cpp"
-#include "HalfEdge_tmpl.cpp"
-
-#include "face/Triangle_tmpl.cpp"
-#include "face/Quadrilateral_tmpl.cpp"
-#include "face/ConvexQuadrilateral_tmpl.cpp"
-#include "face/Parallelogram_tmpl.cpp"
-#include "face/Rectangle_tmpl.cpp"
-
-#include "algorithm/HandleObj_tmpl.cpp"
-#include "algorithm/RefineUniformly_tmpl.cpp"
-#include "algorithm/RefineAdaptivly_tmpl.cpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template class Mesh<FlexibleMeshProps>;
- template class MeshLink<FlexibleMesh>;
- template class Marker<FlexibleMesh>;
- template class MarkerBuilder<FlexibleMesh>;
- template class CommonFaceBase__<FlexibleMesh>;
-
- FlexibleMesh::FlexibleMesh()
- : FlexibleMeshBase()
- {
- }
-
- FlexibleMesh::FlexibleMesh(const char* objFileName)
- : FlexibleMeshBase(
- algorithm::loadFromObj<FlexibleMeshBase>(objFileName) )
- {
- }
-
- FlexibleMesh::FlexibleMesh(const FlexibleMesh& rhs)
- : FlexibleMeshBase(rhs)
- {
- }
-
- FlexibleMesh::FlexibleMesh(const FlexibleMeshBase& rhs)
- : FlexibleMeshBase(rhs)
- {
- }
-
- void
- FlexibleMesh::saveAs(const char* objFileName) const
- {
- algorithm::saveAsObj<FlexibleMesh>(*this, objFileName);
- }
-
- MeshLink<FlexibleMesh>
- FlexibleMesh::refine() const
- {
- return algorithm::refineUniformly<FlexibleMesh,MeshLink<FlexibleMesh> >(*this);
- }
-
- MeshLink<FlexibleMesh>
- FlexibleMesh::refine(const Marker<FlexibleMesh>& marker) const
- {
- return algorithm::refineAdaptivly<FlexibleMesh,Marker<FlexibleMesh>,MeshLink<FlexibleMesh> >(*this, marker);
- }
-}
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FLEXIBLEMESH_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FLEXIBLEMESH_HPP_GUARD_
-
-#ifdef QUICK_BUILD_
-# include "Mesh.hpp"
-# include "MeshLink.hpp"
-# include "Marker.hpp"
-# include "Face.hpp"
-# include "HalfEdge.hpp"
-# include "Vertex.hpp"
-#else
-# include "Mesh_tmpl.cpp"
-# include "MeshLink_tmpl.cpp"
-# include "Marker_tmpl.cpp"
-# include "Face_tmpl.cpp"
-# include "HalfEdge_tmpl.cpp"
-# include "Vertex_tmpl.cpp"
-#endif
-
-# include "../generic/TypeList.hpp"
-
-# include "face/Triangle_tmpl.cpp"
-# include "face/Rectangle_tmpl.cpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TMesh >
- struct FlexibleMeshProps
- {
- typedef UnlinkedVertex UVertex;
- typedef VertexT< TMesh > Vertex;
- typedef HalfEdgeT< TMesh > HalfEdge;
- typedef RFace< TMesh >* IntFace;
- typedef RFace< TMesh > Face;
- typedef face::RTriangle< TMesh > Triangle;
- typedef face::RRectangle< TMesh > Rectangle;
- typedef Rectangle Parallelogram;
- typedef Rectangle ConvexQuadrilateral;
- typedef Rectangle Quadrilateral;
-
- typedef HILBERT3D_TYPELIST_2( Triangle, Rectangle ) FaceTypes;
-
- static const unsigned int maximumNumberOfEdgesPerFace = 4;
- static const unsigned int maximumNumberOfHangingNodes = 1;
- };
-
- typedef Mesh<FlexibleMeshProps> FlexibleMeshBase;
-
- class FlexibleMesh
- : public FlexibleMeshBase
- {
- public:
-// typedef FlexibleMeshBase::UVertex UVertex;
-
- FlexibleMesh();
- explicit FlexibleMesh(const char* objFileName);
- FlexibleMesh(const FlexibleMesh& rhs );
- FlexibleMesh(const FlexibleMeshBase& rhs );
- void saveAs(const char* objFileName) const;
- MeshLink<FlexibleMesh> refine() const;
- MeshLink<FlexibleMesh> refine(const Marker<FlexibleMesh>& marker) const;
- };
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_HALFEDGE_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_HALFEDGE_HPP_GUARD_
-
-#include "../generic/Testing.hpp"
-
-/**
- * @file HalfEdge.hpp
- * @brief Declares a half-edge data structure.
- *
- * Half-edges contain the information about the geometry of the boundary mesh,
- * basically all information except for the coordinates of the vertices.
- */
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- /**
- * HalfEdgeT is a class template, which implements a half-edge data
- * structure. The template parameter must be a class, which declares at
- * least the class-local data types Face, HalfEdge and Vertex. This class
- * does not make any assumptions on the Face and the Vertex type. The
- * type TMesh::HalfEdge must however be equal to the HalfEdgeT< TMesh >
- * type when TMesh is the template parameter passed to HalfEdgeT.
- */
- template < class TMesh >
- class HalfEdgeT
- {
- friend class testing::Tester< TMesh >;
- template <template <class> class TProp> friend class Mesh;
-
- public:
- const typename TMesh::Vertex& getStartVertex() const
- { return *start_; }
- const typename TMesh::Vertex& getEndVertex() const
- { return *end_; }
- const typename TMesh::Face& getFace() const
- { assert( face_ != 0 ); return *face_; }
- const typename TMesh::HalfEdge* getOppositeEdge() const
- { return pair_; }
- const typename TMesh::HalfEdge* getHangingEdge() const
- { return hanging_; }
- const typename TMesh::HalfEdge* getPreviousEdge() const
- { return prev_; }
- const typename TMesh::HalfEdge* getNextEdge() const
- { return next_; }
- bool isBoundaryEdge() const;
- bool isHangingEdge() const;
- unsigned int getNumberOfHangingNodes() const;
- bool operator<(const typename TMesh::HalfEdge& halfedge) const;
- bool oppositeEdgeCheck(const typename TMesh::HalfEdge& halfedge) const;
-
- static bool compLtMinmaxVertex(
- const typename TMesh::HalfEdge* lhs,
- const typename TMesh::HalfEdge* rhs);
- static bool compLtLexicalVertex(
- const typename TMesh::HalfEdge* lhs,
- const typename TMesh::HalfEdge* rhs);
-
- private:
- HalfEdgeT(const typename TMesh::Vertex& start,
- const typename TMesh::Vertex& end)
- : start_(&start), end_(&end), face_(0),
- pair_(0), prev_(0), next_(0), hanging_(0)
- {}
-
- HalfEdgeT();
- typename TMesh::HalfEdge* getOppositeEdge()
- { return pair_; }
- typename TMesh::HalfEdge* getPreviousEdge()
- { return prev_; }
- typename TMesh::HalfEdge* getNextEdge()
- { return next_; }
- typename TMesh::HalfEdge* getHangingEdge()
- { return hanging_; }
- void setFace(typename TMesh::Face& face)
- { face_ = &face; }
- void setOppositeEdge(typename TMesh::HalfEdge* oppositeEdge)
- { pair_ = oppositeEdge; }
- void setPreviousEdge(typename TMesh::HalfEdge* prevEdge)
- { prev_ = prevEdge; }
- void setNextEdge(typename TMesh::HalfEdge* nextEdge)
- { next_ = nextEdge; }
- void setHangingEdge(typename TMesh::HalfEdge* hangingEdge)
- { hanging_ = hangingEdge; }
-
- const typename TMesh::Vertex* start_;
- const typename TMesh::Vertex* end_;
- const typename TMesh::Face* face_;
- typename TMesh::HalfEdge* pair_;
- typename TMesh::HalfEdge* prev_;
- typename TMesh::HalfEdge* next_;
- typename TMesh::HalfEdge* hanging_;
- };
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_HALFEDGE_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_HALFEDGE_TMPL_CPP_GUARD_
-
-#include "HalfEdge.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
-template < class TMesh >
-bool HalfEdgeT< TMesh >::isBoundaryEdge() const
-{
- const typename TMesh::HalfEdge* nextHanging = getHangingEdge();
- if ( nextHanging == 0 )
- {
- return getOppositeEdge() == 0;
- }
- else
- {
- while ( nextHanging->getHangingEdge() != 0 )
- {
- nextHanging = nextHanging->getHangingEdge();
- }
- return nextHanging->getOppositeEdge() == 0;
- }
-}
-
-template < class TMesh >
-bool HalfEdgeT< TMesh >::isHangingEdge() const
-{
- return getHangingEdge() != 0 ||
- ( getOppositeEdge() != 0 &&
- getOppositeEdge()->getOppositeEdge() != this &&
- getOppositeEdge()->getOppositeEdge() != 0 );
-}
-
-template < class TMesh >
-unsigned int HalfEdgeT< TMesh >::getNumberOfHangingNodes() const
-{
- if (hanging_ == 0)
- {
- return 0;
- }
- else
- {
- typename TMesh::HalfEdge* hanging = hanging_;
- unsigned int hangingNodes = 1;
- while ( (hanging = hanging->hanging_) != 0 )
- ++hangingNodes;
- return hangingNodes;
- }
-}
-
-template < class TMesh >
-bool
-HalfEdgeT< TMesh >::operator<(const typename TMesh::HalfEdge& rhs) const
-{
- const typename TMesh::Vertex* my_min = start_;
- const typename TMesh::Vertex* my_max = end_;
- const typename TMesh::Vertex* rhs_min = rhs.start_;
- const typename TMesh::Vertex* rhs_max = rhs.end_;
-
- if ( my_min > my_max )
- {
- my_min = end_;
- my_max = start_;
- }
-
- if ( rhs_min > rhs_max )
- {
- rhs_min = rhs.end_;
- rhs_max = rhs.start_;
- }
-
- return ( my_min < rhs_min || ( my_min == rhs_min && my_max <= rhs_max ) );
-}
-
-template < class TMesh >
-bool
-HalfEdgeT< TMesh >::oppositeEdgeCheck(const typename TMesh::HalfEdge& rhs) const
-{
- const typename TMesh::Vertex* my_min = start_;
- const typename TMesh::Vertex* my_max = end_;
- const typename TMesh::Vertex* rhs_min = rhs.start_;
- const typename TMesh::Vertex* rhs_max = rhs.end_;
-
- if ( my_min > my_max )
- {
- my_min = end_;
- my_max = start_;
- }
-
- if ( rhs_min > rhs_max )
- {
- rhs_min = (rhs.end_);
- rhs_max = (rhs.start_);
- }
-
- return ( my_min == rhs_min && my_max == rhs_max );
-}
-
-template < class TMesh >
-bool
-HalfEdgeT< TMesh >::compLtMinmaxVertex(
- const typename TMesh::HalfEdge* lhs,
- const typename TMesh::HalfEdge* rhs)
-{
- if ( lhs == 0 )
- return lhs != rhs;
- else if ( rhs == 0 )
- return false;
- else
- return *lhs < *rhs;
-}
-
-template < class TMesh >
-bool
-HalfEdgeT<TMesh>::compLtLexicalVertex(
- const typename TMesh::HalfEdge* lhs,
- const typename TMesh::HalfEdge* rhs)
-{
- if ( lhs == 0 )
- return lhs != rhs;
- else if ( rhs == 0)
- return false;
- else
- return ( &(lhs->getStartVertex()) < &(rhs->getStartVertex()) ||
- ( &(lhs->getStartVertex()) == &(rhs->getStartVertex())
- && &(lhs->getEndVertex()) < &(rhs->getEndVertex()) ) );
-}
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# src/boundary_mesh/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = testhilbertmesh$(EXEEXT)
-subdir = src/boundary_mesh
-DIST_COMMON = $(libhilbert_mesh_a_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(testhilbertmesh_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(libhilbert_mesh_adir)" \
- "$(DESTDIR)$(testhilbertmeshdir)"
-LIBRARIES = $(lib_LIBRARIES)
-AR = ar
-ARFLAGS = cru
-libhilbert_mesh_a_AR = $(AR) $(ARFLAGS)
-libhilbert_mesh_a_LIBADD =
-am_libhilbert_mesh_a_OBJECTS = \
- libhilbert_mesh_a-CouldNotDispatchCall.$(OBJEXT) \
- libhilbert_mesh_a-DispatchIdNotSet.$(OBJEXT) \
- libhilbert_mesh_a-GenericVector.$(OBJEXT) \
- libhilbert_mesh_a-FlexibleMesh.$(OBJEXT)
-libhilbert_mesh_a_OBJECTS = $(am_libhilbert_mesh_a_OBJECTS)
-PROGRAMS = $(bin_PROGRAMS)
-am_testhilbertmesh_OBJECTS = t.$(OBJEXT)
-testhilbertmesh_OBJECTS = $(am_testhilbertmesh_OBJECTS)
-am__DEPENDENCIES_1 =
-testhilbertmesh_DEPENDENCIES = $(am__DEPENDENCIES_1) libhilbert-mesh.a
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(libhilbert_mesh_a_SOURCES) $(testhilbertmesh_SOURCES)
-DIST_SOURCES = $(libhilbert_mesh_a_SOURCES) $(testhilbertmesh_SOURCES)
-HEADERS = $(libhilbert_mesh_a_HEADERS) $(testhilbertmesh_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/src/boundary_mesh
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/src/boundary_mesh
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-lib_LIBRARIES = libhilbert-mesh.a
-libhilbert_mesh_adir = .
-libhilbert_mesh_a_SOURCES = \
- exception/CouldNotDispatchCall.cpp exception/DispatchIdNotSet.cpp \
- ../generic/GenericVector.cpp FlexibleMesh.cpp
-
-libhilbert_mesh_a_HEADERS = \
- Face.hpp Face_tmpl.cpp FaceDispatch.hpp FaceDispatch_tmpl.cpp FlexibleMesh.hpp \
- HalfEdge.hpp HalfEdge_tmpl.cpp \
- Mesh.hpp Mesh_tmpl.cpp types.hpp Vertex.hpp Vertex_tmpl.cpp \
- algorithm/HandleObj.hpp algorithm/HandleObj_tmpl.cpp \
- algorithm/RefineUniformly.hpp algorithm/RefineUniformly_tmpl.cpp \
- exception/CouldNotDispatchCall.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/NoMatchingFaceType_tmpl.cpp \
- face/ConvexQuadrilateral.hpp face/ConvexQuadrilateral_tmpl.cpp \
- face/Parallelogram.hpp face/Parallelogram_tmpl.cpp \
- face/Quadrilateral.hpp face/Quadrilateral_tmpl.cpp \
- face/Triangle.hpp face/Triangle_tmpl.cpp \
- ../generic/BaseTypes.hpp ../generic/TypeList.hpp \
- ../generic/Singleton.hpp ../generic/Singleton_tmpl.cpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp
-
-libhilbert_mesh_a_CPPFLAGS = $(CPPFLAGS)
-testhilbertmeshdir = .
-testhilbertmesh_SOURCES = t.cpp
-testhilbertmesh_HEADERS = \
- Face.hpp HalfEdge.hpp FlexibleMesh.hpp Mesh.hpp Vertex.hpp \
- ../generic/GenericVector.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/CouldNotDispatchCall.hpp \
- algorithm/HandleObj.hpp algorithm/RefineUniformly.hpp
-
-testhilbertmesh_LDADD = $(BOOST_REGEX_LIB) libhilbert-mesh.a
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/boundary_mesh/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/boundary_mesh/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-libLIBRARIES: $(lib_LIBRARIES)
- @$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
- else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
- @$(POST_INSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
-
-uninstall-libLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
- cd "$(DESTDIR)$(libdir)" && rm -f $$files
-
-clean-libLIBRARIES:
- -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-libhilbert-mesh.a: $(libhilbert_mesh_a_OBJECTS) $(libhilbert_mesh_a_DEPENDENCIES)
- -rm -f libhilbert-mesh.a
- $(libhilbert_mesh_a_AR) libhilbert-mesh.a $(libhilbert_mesh_a_OBJECTS) $(libhilbert_mesh_a_LIBADD)
- $(RANLIB) libhilbert-mesh.a
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-testhilbertmesh$(EXEEXT): $(testhilbertmesh_OBJECTS) $(testhilbertmesh_DEPENDENCIES)
- @rm -f testhilbertmesh$(EXEEXT)
- $(CXXLINK) $(testhilbertmesh_OBJECTS) $(testhilbertmesh_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po
-include ./$(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po
-include ./$(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po
-include ./$(DEPDIR)/libhilbert_mesh_a-GenericVector.Po
-include ./$(DEPDIR)/t.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-libhilbert_mesh_a-CouldNotDispatchCall.o: exception/CouldNotDispatchCall.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-CouldNotDispatchCall.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo -c -o libhilbert_mesh_a-CouldNotDispatchCall.o `test -f 'exception/CouldNotDispatchCall.cpp' || echo '$(srcdir)/'`exception/CouldNotDispatchCall.cpp
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po
-# source='exception/CouldNotDispatchCall.cpp' object='libhilbert_mesh_a-CouldNotDispatchCall.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-CouldNotDispatchCall.o `test -f 'exception/CouldNotDispatchCall.cpp' || echo '$(srcdir)/'`exception/CouldNotDispatchCall.cpp
-
-libhilbert_mesh_a-CouldNotDispatchCall.obj: exception/CouldNotDispatchCall.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-CouldNotDispatchCall.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo -c -o libhilbert_mesh_a-CouldNotDispatchCall.obj `if test -f 'exception/CouldNotDispatchCall.cpp'; then $(CYGPATH_W) 'exception/CouldNotDispatchCall.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/CouldNotDispatchCall.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po
-# source='exception/CouldNotDispatchCall.cpp' object='libhilbert_mesh_a-CouldNotDispatchCall.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-CouldNotDispatchCall.obj `if test -f 'exception/CouldNotDispatchCall.cpp'; then $(CYGPATH_W) 'exception/CouldNotDispatchCall.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/CouldNotDispatchCall.cpp'; fi`
-
-libhilbert_mesh_a-DispatchIdNotSet.o: exception/DispatchIdNotSet.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-DispatchIdNotSet.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo -c -o libhilbert_mesh_a-DispatchIdNotSet.o `test -f 'exception/DispatchIdNotSet.cpp' || echo '$(srcdir)/'`exception/DispatchIdNotSet.cpp
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po
-# source='exception/DispatchIdNotSet.cpp' object='libhilbert_mesh_a-DispatchIdNotSet.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-DispatchIdNotSet.o `test -f 'exception/DispatchIdNotSet.cpp' || echo '$(srcdir)/'`exception/DispatchIdNotSet.cpp
-
-libhilbert_mesh_a-DispatchIdNotSet.obj: exception/DispatchIdNotSet.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-DispatchIdNotSet.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo -c -o libhilbert_mesh_a-DispatchIdNotSet.obj `if test -f 'exception/DispatchIdNotSet.cpp'; then $(CYGPATH_W) 'exception/DispatchIdNotSet.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/DispatchIdNotSet.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po
-# source='exception/DispatchIdNotSet.cpp' object='libhilbert_mesh_a-DispatchIdNotSet.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-DispatchIdNotSet.obj `if test -f 'exception/DispatchIdNotSet.cpp'; then $(CYGPATH_W) 'exception/DispatchIdNotSet.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/DispatchIdNotSet.cpp'; fi`
-
-libhilbert_mesh_a-GenericVector.o: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-GenericVector.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo -c -o libhilbert_mesh_a-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo $(DEPDIR)/libhilbert_mesh_a-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='libhilbert_mesh_a-GenericVector.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-libhilbert_mesh_a-GenericVector.obj: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-GenericVector.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo -c -o libhilbert_mesh_a-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo $(DEPDIR)/libhilbert_mesh_a-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='libhilbert_mesh_a-GenericVector.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-libhilbert_mesh_a-FlexibleMesh.o: FlexibleMesh.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-FlexibleMesh.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo -c -o libhilbert_mesh_a-FlexibleMesh.o `test -f 'FlexibleMesh.cpp' || echo '$(srcdir)/'`FlexibleMesh.cpp
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po
-# source='FlexibleMesh.cpp' object='libhilbert_mesh_a-FlexibleMesh.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-FlexibleMesh.o `test -f 'FlexibleMesh.cpp' || echo '$(srcdir)/'`FlexibleMesh.cpp
-
-libhilbert_mesh_a-FlexibleMesh.obj: FlexibleMesh.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-FlexibleMesh.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo -c -o libhilbert_mesh_a-FlexibleMesh.obj `if test -f 'FlexibleMesh.cpp'; then $(CYGPATH_W) 'FlexibleMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/FlexibleMesh.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po
-# source='FlexibleMesh.cpp' object='libhilbert_mesh_a-FlexibleMesh.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-FlexibleMesh.obj `if test -f 'FlexibleMesh.cpp'; then $(CYGPATH_W) 'FlexibleMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/FlexibleMesh.cpp'; fi`
-install-libhilbert_mesh_aHEADERS: $(libhilbert_mesh_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_mesh_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_mesh_adir)"
- @list='$(libhilbert_mesh_a_HEADERS)'; test -n "$(libhilbert_mesh_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_mesh_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_mesh_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_mesh_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_mesh_a_HEADERS)'; test -n "$(libhilbert_mesh_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_mesh_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_mesh_adir)" && rm -f $$files
-install-testhilbertmeshHEADERS: $(testhilbertmesh_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testhilbertmeshdir)" || $(MKDIR_P) "$(DESTDIR)$(testhilbertmeshdir)"
- @list='$(testhilbertmesh_HEADERS)'; test -n "$(testhilbertmeshdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testhilbertmeshdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testhilbertmeshdir)" || exit $$?; \
- done
-
-uninstall-testhilbertmeshHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testhilbertmesh_HEADERS)'; test -n "$(testhilbertmeshdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testhilbertmeshdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testhilbertmeshdir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 $(LIBRARIES) $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libhilbert_mesh_adir)" "$(DESTDIR)$(testhilbertmeshdir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic clean-libLIBRARIES \
- mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-libhilbert_mesh_aHEADERS \
- install-testhilbertmeshHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS install-libLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_mesh_aHEADERS \
- uninstall-testhilbertmeshHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic clean-libLIBRARIES ctags distclean \
- distclean-compile distclean-generic distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-libLIBRARIES install-libhilbert_mesh_aHEADERS \
- install-man install-pdf install-pdf-am install-ps \
- install-ps-am install-strip install-testhilbertmeshHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_mesh_aHEADERS \
- uninstall-testhilbertmeshHEADERS
-
-
-# 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:
+++ /dev/null
-bin_PROGRAMS = testhilbertmesh
-lib_LIBRARIES = libhilbert-mesh.a
-
-libhilbert_mesh_adir = .
-libhilbert_mesh_a_SOURCES = \
- exception/CouldNotDispatchCall.cpp exception/DispatchIdNotSet.cpp \
- ../generic/GenericVector.cpp FlexibleMesh.cpp
-libhilbert_mesh_a_HEADERS = \
- Face.hpp Face_tmpl.cpp FaceDispatch.hpp FaceDispatch_tmpl.cpp FlexibleMesh.hpp \
- HalfEdge.hpp HalfEdge_tmpl.cpp \
- Mesh.hpp Mesh_tmpl.cpp types.hpp Vertex.hpp Vertex_tmpl.cpp \
- algorithm/HandleObj.hpp algorithm/HandleObj_tmpl.cpp \
- algorithm/RefineUniformly.hpp algorithm/RefineUniformly_tmpl.cpp \
- exception/CouldNotDispatchCall.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/NoMatchingFaceType_tmpl.cpp \
- face/ConvexQuadrilateral.hpp face/ConvexQuadrilateral_tmpl.cpp \
- face/Parallelogram.hpp face/Parallelogram_tmpl.cpp \
- face/Quadrilateral.hpp face/Quadrilateral_tmpl.cpp \
- face/Triangle.hpp face/Triangle_tmpl.cpp \
- ../generic/BaseTypes.hpp ../generic/TypeList.hpp \
- ../generic/Singleton.hpp ../generic/Singleton_tmpl.cpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp
-libhilbert_mesh_a_CPPFLAGS = $(CPPFLAGS)
-
-testhilbertmeshdir = .
-testhilbertmesh_SOURCES = t.cpp
-testhilbertmesh_HEADERS = \
- Face.hpp HalfEdge.hpp FlexibleMesh.hpp Mesh.hpp Vertex.hpp \
- ../generic/GenericVector.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/CouldNotDispatchCall.hpp \
- algorithm/HandleObj.hpp algorithm/RefineUniformly.hpp
-testhilbertmesh_LDADD = $(BOOST_REGEX_LIB) libhilbert-mesh.a
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = testhilbertmesh$(EXEEXT)
-subdir = src/boundary_mesh
-DIST_COMMON = $(libhilbert_mesh_a_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(testhilbertmesh_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(libhilbert_mesh_adir)" \
- "$(DESTDIR)$(testhilbertmeshdir)"
-LIBRARIES = $(lib_LIBRARIES)
-AR = ar
-ARFLAGS = cru
-libhilbert_mesh_a_AR = $(AR) $(ARFLAGS)
-libhilbert_mesh_a_LIBADD =
-am_libhilbert_mesh_a_OBJECTS = \
- libhilbert_mesh_a-CouldNotDispatchCall.$(OBJEXT) \
- libhilbert_mesh_a-DispatchIdNotSet.$(OBJEXT) \
- libhilbert_mesh_a-GenericVector.$(OBJEXT) \
- libhilbert_mesh_a-FlexibleMesh.$(OBJEXT)
-libhilbert_mesh_a_OBJECTS = $(am_libhilbert_mesh_a_OBJECTS)
-PROGRAMS = $(bin_PROGRAMS)
-am_testhilbertmesh_OBJECTS = t.$(OBJEXT)
-testhilbertmesh_OBJECTS = $(am_testhilbertmesh_OBJECTS)
-am__DEPENDENCIES_1 =
-testhilbertmesh_DEPENDENCIES = $(am__DEPENDENCIES_1) libhilbert-mesh.a
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(libhilbert_mesh_a_SOURCES) $(testhilbertmesh_SOURCES)
-DIST_SOURCES = $(libhilbert_mesh_a_SOURCES) $(testhilbertmesh_SOURCES)
-HEADERS = $(libhilbert_mesh_a_HEADERS) $(testhilbertmesh_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-lib_LIBRARIES = libhilbert-mesh.a
-libhilbert_mesh_adir = .
-libhilbert_mesh_a_SOURCES = \
- exception/CouldNotDispatchCall.cpp exception/DispatchIdNotSet.cpp \
- ../generic/GenericVector.cpp FlexibleMesh.cpp
-
-libhilbert_mesh_a_HEADERS = \
- Face.hpp Face_tmpl.cpp FaceDispatch.hpp FaceDispatch_tmpl.cpp FlexibleMesh.hpp \
- HalfEdge.hpp HalfEdge_tmpl.cpp \
- Mesh.hpp Mesh_tmpl.cpp types.hpp Vertex.hpp Vertex_tmpl.cpp \
- algorithm/HandleObj.hpp algorithm/HandleObj_tmpl.cpp \
- algorithm/RefineUniformly.hpp algorithm/RefineUniformly_tmpl.cpp \
- exception/CouldNotDispatchCall.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/NoMatchingFaceType_tmpl.cpp \
- face/ConvexQuadrilateral.hpp face/ConvexQuadrilateral_tmpl.cpp \
- face/Parallelogram.hpp face/Parallelogram_tmpl.cpp \
- face/Quadrilateral.hpp face/Quadrilateral_tmpl.cpp \
- face/Triangle.hpp face/Triangle_tmpl.cpp \
- ../generic/BaseTypes.hpp ../generic/TypeList.hpp \
- ../generic/Singleton.hpp ../generic/Singleton_tmpl.cpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp
-
-libhilbert_mesh_a_CPPFLAGS = $(CPPFLAGS)
-testhilbertmeshdir = .
-testhilbertmesh_SOURCES = t.cpp
-testhilbertmesh_HEADERS = \
- Face.hpp HalfEdge.hpp FlexibleMesh.hpp Mesh.hpp Vertex.hpp \
- ../generic/GenericVector.hpp exception/DispatchIdNotSet.hpp \
- exception/NoMatchingFaceType.hpp exception/CouldNotDispatchCall.hpp \
- algorithm/HandleObj.hpp algorithm/RefineUniformly.hpp
-
-testhilbertmesh_LDADD = $(BOOST_REGEX_LIB) libhilbert-mesh.a
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/boundary_mesh/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/boundary_mesh/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-libLIBRARIES: $(lib_LIBRARIES)
- @$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
- else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
- @$(POST_INSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
-
-uninstall-libLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
- cd "$(DESTDIR)$(libdir)" && rm -f $$files
-
-clean-libLIBRARIES:
- -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-libhilbert-mesh.a: $(libhilbert_mesh_a_OBJECTS) $(libhilbert_mesh_a_DEPENDENCIES)
- -rm -f libhilbert-mesh.a
- $(libhilbert_mesh_a_AR) libhilbert-mesh.a $(libhilbert_mesh_a_OBJECTS) $(libhilbert_mesh_a_LIBADD)
- $(RANLIB) libhilbert-mesh.a
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-testhilbertmesh$(EXEEXT): $(testhilbertmesh_OBJECTS) $(testhilbertmesh_DEPENDENCIES)
- @rm -f testhilbertmesh$(EXEEXT)
- $(CXXLINK) $(testhilbertmesh_OBJECTS) $(testhilbertmesh_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_mesh_a-GenericVector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-libhilbert_mesh_a-CouldNotDispatchCall.o: exception/CouldNotDispatchCall.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-CouldNotDispatchCall.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo -c -o libhilbert_mesh_a-CouldNotDispatchCall.o `test -f 'exception/CouldNotDispatchCall.cpp' || echo '$(srcdir)/'`exception/CouldNotDispatchCall.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='exception/CouldNotDispatchCall.cpp' object='libhilbert_mesh_a-CouldNotDispatchCall.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-CouldNotDispatchCall.o `test -f 'exception/CouldNotDispatchCall.cpp' || echo '$(srcdir)/'`exception/CouldNotDispatchCall.cpp
-
-libhilbert_mesh_a-CouldNotDispatchCall.obj: exception/CouldNotDispatchCall.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-CouldNotDispatchCall.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo -c -o libhilbert_mesh_a-CouldNotDispatchCall.obj `if test -f 'exception/CouldNotDispatchCall.cpp'; then $(CYGPATH_W) 'exception/CouldNotDispatchCall.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/CouldNotDispatchCall.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Tpo $(DEPDIR)/libhilbert_mesh_a-CouldNotDispatchCall.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='exception/CouldNotDispatchCall.cpp' object='libhilbert_mesh_a-CouldNotDispatchCall.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-CouldNotDispatchCall.obj `if test -f 'exception/CouldNotDispatchCall.cpp'; then $(CYGPATH_W) 'exception/CouldNotDispatchCall.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/CouldNotDispatchCall.cpp'; fi`
-
-libhilbert_mesh_a-DispatchIdNotSet.o: exception/DispatchIdNotSet.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-DispatchIdNotSet.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo -c -o libhilbert_mesh_a-DispatchIdNotSet.o `test -f 'exception/DispatchIdNotSet.cpp' || echo '$(srcdir)/'`exception/DispatchIdNotSet.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='exception/DispatchIdNotSet.cpp' object='libhilbert_mesh_a-DispatchIdNotSet.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-DispatchIdNotSet.o `test -f 'exception/DispatchIdNotSet.cpp' || echo '$(srcdir)/'`exception/DispatchIdNotSet.cpp
-
-libhilbert_mesh_a-DispatchIdNotSet.obj: exception/DispatchIdNotSet.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-DispatchIdNotSet.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo -c -o libhilbert_mesh_a-DispatchIdNotSet.obj `if test -f 'exception/DispatchIdNotSet.cpp'; then $(CYGPATH_W) 'exception/DispatchIdNotSet.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/DispatchIdNotSet.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Tpo $(DEPDIR)/libhilbert_mesh_a-DispatchIdNotSet.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='exception/DispatchIdNotSet.cpp' object='libhilbert_mesh_a-DispatchIdNotSet.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-DispatchIdNotSet.obj `if test -f 'exception/DispatchIdNotSet.cpp'; then $(CYGPATH_W) 'exception/DispatchIdNotSet.cpp'; else $(CYGPATH_W) '$(srcdir)/exception/DispatchIdNotSet.cpp'; fi`
-
-libhilbert_mesh_a-GenericVector.o: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-GenericVector.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo -c -o libhilbert_mesh_a-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo $(DEPDIR)/libhilbert_mesh_a-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='libhilbert_mesh_a-GenericVector.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-libhilbert_mesh_a-GenericVector.obj: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-GenericVector.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo -c -o libhilbert_mesh_a-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-GenericVector.Tpo $(DEPDIR)/libhilbert_mesh_a-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='libhilbert_mesh_a-GenericVector.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-libhilbert_mesh_a-FlexibleMesh.o: FlexibleMesh.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-FlexibleMesh.o -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo -c -o libhilbert_mesh_a-FlexibleMesh.o `test -f 'FlexibleMesh.cpp' || echo '$(srcdir)/'`FlexibleMesh.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FlexibleMesh.cpp' object='libhilbert_mesh_a-FlexibleMesh.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-FlexibleMesh.o `test -f 'FlexibleMesh.cpp' || echo '$(srcdir)/'`FlexibleMesh.cpp
-
-libhilbert_mesh_a-FlexibleMesh.obj: FlexibleMesh.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_mesh_a-FlexibleMesh.obj -MD -MP -MF $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo -c -o libhilbert_mesh_a-FlexibleMesh.obj `if test -f 'FlexibleMesh.cpp'; then $(CYGPATH_W) 'FlexibleMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/FlexibleMesh.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Tpo $(DEPDIR)/libhilbert_mesh_a-FlexibleMesh.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FlexibleMesh.cpp' object='libhilbert_mesh_a-FlexibleMesh.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_mesh_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_mesh_a-FlexibleMesh.obj `if test -f 'FlexibleMesh.cpp'; then $(CYGPATH_W) 'FlexibleMesh.cpp'; else $(CYGPATH_W) '$(srcdir)/FlexibleMesh.cpp'; fi`
-install-libhilbert_mesh_aHEADERS: $(libhilbert_mesh_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_mesh_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_mesh_adir)"
- @list='$(libhilbert_mesh_a_HEADERS)'; test -n "$(libhilbert_mesh_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_mesh_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_mesh_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_mesh_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_mesh_a_HEADERS)'; test -n "$(libhilbert_mesh_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_mesh_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_mesh_adir)" && rm -f $$files
-install-testhilbertmeshHEADERS: $(testhilbertmesh_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testhilbertmeshdir)" || $(MKDIR_P) "$(DESTDIR)$(testhilbertmeshdir)"
- @list='$(testhilbertmesh_HEADERS)'; test -n "$(testhilbertmeshdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testhilbertmeshdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testhilbertmeshdir)" || exit $$?; \
- done
-
-uninstall-testhilbertmeshHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testhilbertmesh_HEADERS)'; test -n "$(testhilbertmeshdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testhilbertmeshdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testhilbertmeshdir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 $(LIBRARIES) $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libhilbert_mesh_adir)" "$(DESTDIR)$(testhilbertmeshdir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic clean-libLIBRARIES \
- mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-libhilbert_mesh_aHEADERS \
- install-testhilbertmeshHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS install-libLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_mesh_aHEADERS \
- uninstall-testhilbertmeshHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic clean-libLIBRARIES ctags distclean \
- distclean-compile distclean-generic distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-libLIBRARIES install-libhilbert_mesh_aHEADERS \
- install-man install-pdf install-pdf-am install-ps \
- install-ps-am install-strip install-testhilbertmeshHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_mesh_aHEADERS \
- uninstall-testhilbertmeshHEADERS
-
-
-# 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:
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MARKER_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MARKER_HPP_GUARD_
-
-#include <vector>
-#include "types.hpp"
-#include "FaceDispatch.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- /**
- * The Marker class contains state information about a specific Mesh instance.
- * It stores whether a certain edge is marked with respect to a certain face.
- * This class was written for and is extensivly used within the adaptive
- * refinement algorithms. There, we also provide functions to build the
- * closure of a marking with respect to certain shape regularity constraints.
- *
- * In order to follow our design principle of objects being "immutable after
- * construction", we provide the MarkerBuilder class which exposes methods
- * to build or instantize a Marker instance step by step.
- */
- template < class TMesh >
- class Marker
- {
- template < class,class > friend class MarkerBuilder;
-
- public:
- /**
- * @param marker
- *
- * Creates a copy of the given Marker instance.
- */
- Marker( const Marker& marker );
-
- /**
- * @param face This is a face, which is contained within the Mesh
- * instance this Marker instance was created for.
- * @param edge This is a half-edge, which is contained within the Mesh
- * instance this Marker instance was created for.
- *
- * TODO: Error handling? At the moment:
- * The method fails and terminates the program if either face or edge
- * are not within the Mesh instance, this Marker instance was created for,
- * if compiled wihtout the NDEBUG flag. Otherwise, behaviour is undefined.
- *
- * @returns Whether the given half-edge is marked with respect to the
- * given face.
- */
- bool isMarked( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge) const;
-
- /**
- * @param face A face which is contained within the Mesh instance this
- * marker is created for.
- *
- * TODO: Error handling? At the moment:
- * The method fails and terminates the program if either face or edge
- * are not within the Mesh instance, this Marker instance was created for,
- * if compiled wihtout the NDEBUG flag. Otherwise, behaviour is undefined.
- *
- * @returns The number of edges that are marked with respect to this
- * face.
- */
- unsigned int getNumberOfMarkedEdges(
- const typename TMesh::Face& face ) const;
-
- private:
- const TMesh mesh_;
- std::vector< bool > marked_;
-
- /**
- * @param mesh
- *
- * Creates and initializes a Marker instance which has enough space to
- * mark any number of edges.
- */
- Marker( const TMesh& mesh );
-
- /**
- * @param face This is a face, which is contained within the Mesh
- * instance this Marker instance was created for.
- * @param edge This is a half-edge, which is contained within the Mesh
- * instance this Marker instance was created for.
- *
- * TODO: Error handling? At the moment:
- * The method fails and terminates the program if either face or edge
- * are not within the Mesh instance, this Marker instance was created for,
- * if compiled wihtout the NDEBUG flag. Otherwise, behaviour is undefined.
- *
- * This method marks the given edge with respect to the given face.
- * Subsequent class to the method isMarked with the same face and the same
- * edge will return true.
- */
- void mark( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge);
-
- /**
- * @param face This is a face, which is contained within the Mesh
- * instance this Marker instance was created for.
- * @param edge This is a half-edge, which is contained within the Mesh
- * instance this Marker instance was created for.
- *
- * TODO: Error handling? At the moment:
- * The method fails and terminates the program if either face or edge
- * are not within the Mesh instance, this Marker instance was created for,
- * if compiled wihtout the NDEBUG flag. Otherwise, behaviour is undefined.
- *
- * @returns The index of the given face/edge combination with respect to
- * the boolean vector, the marker flags are stored within.
- */
- geoid_t getIndex( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge) const;
- };
-
- namespace priv
- {
- template < class TMesh >
- class FaceClosureDefaultPolicy__;
- }
-
- template < class TMesh, class FaceClosurePolicy > class MarkerBuilder;
-
- template < class TMesh, class FaceClosurePolicy =
- priv::FaceClosureDefaultPolicy__<TMesh> >
- class MarkerBuilder
- {
- public:
- /**
- * @param mesh
- *
- * Creates a new MarkerBuilder instance with respect to the given Mesh
- * instance.
- */
- MarkerBuilder( const TMesh& mesh,
- unsigned int maximumNumberOfHangingNodes = 0 );
-
- /**
- * @param marker
- *
- * Create a new MarkerBuilder instance with respect to the same Mesh
- * instance the given Marker instance refers to. Also marks all the
- * face/edge combinations, which are marked within the given Marker
- * instance.
- */
- MarkerBuilder( const Marker< TMesh >& marker );
-
- /**
- * @param face This is a face, which is contained within the Mesh
- * instance this Marker instance was created for.
- * @param edge This is a half-edge, which is contained within the Mesh
- * instance this Marker instance was created for.
- *
- * Marks the given face/edge combination within the Marker instance.
- */
- void mark( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge );
-
- /**
- * @param errorEstimates A vector containing estimates for the errors.
- * The vector must have as many entries as the
- * MarkerBuilder's Mesh has faces.
- * @param doerflerConstant Is a constant between 0 and 1. Increasing
- * that value means increasing the number of faces that
- * is marked.
- */
- void doerflerMark( const std::vector<double>& errorEstimates,
- const double doerflerConstant );
-
- /**
- * @param face This is a face, which is contained within the Mesh
- * instance this Marker instance was created for.
- * @param edge This is a half-edge, which is contained within the Mesh
- * instance this Marker instance was created for.
- *
- * @returns Whether the given half-edge is marked with respect to the
- * given face.
- */
- bool isMarked( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge );
-
- /**
- * @returns Delivers the Marker instance that is built by this class.
- */
- Marker< TMesh > deliver( unsigned int maximumNumberOfHangingNodes );
- Marker< TMesh > deliver();
-
- private:
- /**
- * @param maximumNumberOfHangingNodes The maximum number of hanging nodes
- * that is allowed within a given mesh.
- *
- * This function computes the closure of the marking, i.e. it ensures the
- * following conditions:
- *
- * For triangles:
- * If some edge is marked within the triangle, the longest edge is
- * marked as well.
- *
- * Between faces:
- * If two faces F1, F2 have a common edge E and E is marked with
- * respect F1 and bisecting E would result in more than
- * maximumNumberOfHangingNodes hanging nodes, the edge E is also
- * marked with respect to the face F2.
- *
- * @returns A new Marker instance that satisfies the constraints
- * mentioned above.
- */
- void createClosure(
- unsigned int maximumNumberOfHangingNodes );
-
- void closeFace( const typename TMesh::Face&,
- unsigned int maximumNumberOfHangingNodes );
-
- Marker< TMesh > marker_;
- const TMesh mesh_;
- std::vector< bool > closedFaces_;
- unsigned int maximumNumberOfHangingNodes_;
- };
-}
-}
-
-#endif
-
+++ /dev/null
- #ifndef HILBERT3D_BOUNDARY_MESH_MARKER_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MARKER_TMPL_CPP_GUARD_
-
-#include "Marker.hpp"
-#include <cassert>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TMesh >
- bool
- Marker< TMesh >::isMarked( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge ) const
- {
- geoid_t idx = getIndex( face, edge );
- assert( idx < marked_.size() );
- return marked_[ idx ];
- }
-
- template < class TMesh >
- unsigned int
- Marker< TMesh >::getNumberOfMarkedEdges(
- const typename TMesh::Face& face) const
- {
- unsigned int markedEdges = 0;
- for (typename TMesh::Face::ConstEdgeIterator edgeIt = face.begin_e();
- edgeIt != face.end_e(); ++edgeIt)
- {
- if ( isMarked(face, *edgeIt) == true )
- {
- markedEdges += 1;
- }
- }
-
- return markedEdges;
- }
-
- template < class TMesh >
- Marker< TMesh >::Marker( const TMesh& mesh )
- : mesh_(mesh),
- marked_(std::vector< bool >( mesh.getNumberOfFaces() *
- TMesh::Prop::maximumNumberOfEdgesPerFace, false ))
- {}
-
- template < class TMesh >
- Marker< TMesh >::Marker( const Marker& marker )
- : mesh_(marker.mesh_), marked_(marker.marked_)
- {}
-
- template < class TMesh >
- void
- Marker< TMesh >::mark( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge )
- {
- geoid_t idx = getIndex( face, edge );
- assert( idx < marked_.size() );
- marked_[ idx ] = true;
- }
-
- template < class TMesh >
- geoid_t
- Marker< TMesh >::getIndex( const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge ) const
- {
- return TMesh::Prop::maximumNumberOfEdgesPerFace * mesh_.getFaceId( face )
- + face.getLocalEdgeId( edge );
- }
-
- template < class TMesh, class FaceClosurePolicy >
- MarkerBuilder< TMesh, FaceClosurePolicy >::MarkerBuilder(
- const TMesh& mesh, unsigned int maximumNumberOfHangingNodes )
- : marker_( Marker< TMesh >(mesh) ), mesh_(mesh),
- closedFaces_( std::vector< bool >(mesh.getNumberOfFaces(), false) ),
- maximumNumberOfHangingNodes_( maximumNumberOfHangingNodes )
- {}
-
- template < class TMesh, class FaceClosurePolicy >
- MarkerBuilder< TMesh, FaceClosurePolicy >::MarkerBuilder(
- const Marker< TMesh >& marker )
- : marker_( marker ), mesh_( marker.mesh_ ),
- closedFaces_( std::vector< bool >(
- marker.mesh_.getNumberOfFaces(), false) )
- {}
-
- template < class TMesh, class FaceClosurePolicy >
- void
- MarkerBuilder< TMesh, FaceClosurePolicy >::mark(
- const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge )
- {
- marker_.mark( face, edge );
- }
-
- template < class TMesh, class FaceClosurePolicy >
- void
- MarkerBuilder< TMesh, FaceClosurePolicy >::doerflerMark(
- const std::vector< double >& errorEstimates,
- const double doerflerConstant)
- {
- assert( errorEstimates.size() == mesh_.getNumberOfFaces() );
- assert( doerflerConstant > 0 && doerflerConstant < 1 );
-
- double overallError = 0.;
- typename std::vector<
- typename std::pair< double, const typename TMesh::Face* > >
- errorEstimatesPlusFace;
- errorEstimatesPlusFace.reserve( errorEstimates.size() );
-
- for ( typename TMesh::ConstFaceIterator faceIt = mesh_.begin_f();
- faceIt != mesh_.end_f(); ++faceIt )
- {
- geoid_t faceId = mesh_.getFaceId(*faceIt);
- double error = errorEstimates[ faceId ];
-// assert( error > 0 );
-
- errorEstimatesPlusFace.push_back(
- typename std::pair< double, const typename TMesh::Face* >(
- error, &(*faceIt)));
- overallError += error;
- }
-
- std::sort( errorEstimatesPlusFace.begin(), errorEstimatesPlusFace.end() );
- std::reverse(
- errorEstimatesPlusFace.begin(), errorEstimatesPlusFace.end() );
- double cumsum = 0.;
- typename std::vector<
- typename std::pair< double, const typename TMesh::Face* > >
- ::iterator errorIt = errorEstimatesPlusFace.begin();
-
- while ( cumsum < doerflerConstant * overallError )
- {
- const typename TMesh::Face& face = *(errorIt->second);
- for (typename TMesh::Face::ConstEdgeIterator edgeIt = face.begin_e();
- edgeIt != face.end_e(); ++edgeIt)
- {
- mark( face, *edgeIt );
- }
- cumsum += errorIt->first;
- ++errorIt;
- }
- }
-
- template < class TMesh, class FaceClosurePolicy >
- bool
- MarkerBuilder< TMesh, FaceClosurePolicy >::isMarked(
- const typename TMesh::Face& face,
- const typename TMesh::HalfEdge& edge )
- {
- return marker_.isMarked( face, edge );
- }
-
- template < class TMesh, class FaceClosurePolicy >
- Marker< TMesh >
- MarkerBuilder< TMesh, FaceClosurePolicy >::deliver(
- unsigned int maximumNumberOfHangingNodes )
- {
- createClosure( maximumNumberOfHangingNodes );
- return marker_;
- }
-
- template < class TMesh, class FaceClosurePolicy >
- Marker< TMesh >
- MarkerBuilder< TMesh, FaceClosurePolicy >::deliver()
- {
- createClosure( maximumNumberOfHangingNodes_ );
- return marker_;
- }
-
- template < class TMesh, class FaceClosurePolicy >
- void
- MarkerBuilder< TMesh, FaceClosurePolicy >::createClosure(
- unsigned int maximumNumberOfHangingNodes)
- {
- #if 0
- typedef SingleFaceDispatcher< FaceClosurePolicy, TMesh, bool >
- CreateClosureForSpecificFace;
-
- typename CreateClosureForSpecificFace::PARAM param( marker_, this );
- #endif
-
- for (typename TMesh::ConstFaceIterator
- faceIt = marker_.mesh_.begin_f();
- faceIt != marker_.mesh_.end_f(); ++faceIt)
- {
- closedFaces_[ mesh_.getFaceId( *faceIt ) ] = true;
- closeFace(*faceIt, maximumNumberOfHangingNodes);
- #if 0
- if ( CreateClosureForSpecificFace::Exec( *faceIt, param ) == true )
- { // CreateClosureForSpecificFace marked at least one edge:
- // As a result, we need to check if we added too many hanging
- // nodes to this face.
- for (typename TMesh::Face::ConstFaceIterator neighbourIt =
- faceIt->begin_f(); neighbourIt != faceIt->end_f(); ++neighbourIt)
- {
- if ( closedFaces_[marker_.mesh_.getFaceId( *neighbourIt )] == true )
- {
- closeFace( *neighbourIt, maximumNumberOfHangingNodes );
- }
- }
- }
-
- closeFace( *faceIt, maximumNumberOfHangingNodes );
- #endif
- }
- }
-
- template < class TMesh, class FaceClosurePolicy >
- void
- MarkerBuilder< TMesh, FaceClosurePolicy >::closeFace(
- const typename TMesh::Face& face,
- unsigned int maximumNumberOfHangingNodes )
- {
- typedef SingleFaceDispatcher< FaceClosurePolicy, TMesh, bool >
- CreateClosureForSpecificFace;
- bool changed = false;
-
- for (typename TMesh::Face::ConstEdgeIterator edgeIt = face.begin_e();
- edgeIt != face.end_e(); ++edgeIt)
- {
-# if 0
- std::cout << "# [" << edgeIt->getStartVertex()[0] << ", " << edgeIt->getStartVertex()[1]
- << "] -> [" << edgeIt->getEndVertex()[0] << ", " << edgeIt->getEndVertex()[1] << "]" <<
- " marked: " << isMarked(face,*edgeIt) << ", opposite:" << edgeIt->getOppositeEdge() <<
- edgeIt->getHangingEdge() << std::endl;
-
- if (edgeIt->getOppositeEdge() != 0)
- std::cout << "# o: [" << edgeIt->getOppositeEdge()->getStartVertex()[0] << ", "
- << edgeIt->getOppositeEdge()->getStartVertex()[1]
- << "] -> [" << edgeIt->getOppositeEdge()->getEndVertex()[0] <<
- ", " << edgeIt->getOppositeEdge()->getEndVertex()[1] << "]" << std::endl;
- else std::cout << "" ;
- if (edgeIt->getHangingEdge() != 0)
- std::cout << "# e: [" << edgeIt->getHangingEdge()->getStartVertex()[0] << ", "
- << edgeIt->getHangingEdge()->getStartVertex()[1]
- << "] -> [" << edgeIt->getHangingEdge()->getEndVertex()[0] <<
- ", " << edgeIt->getHangingEdge()->getEndVertex()[1] << "]" << std::endl;
- else std::cout << "" ;
-#endif
-
- if ( edgeIt->getOppositeEdge() != 0 &&
- isMarked(face, *edgeIt) == false )
- {
- const typename TMesh::HalfEdge& oppositeEdge =
- *(edgeIt->getOppositeEdge());
-#if 0
- std::cout << "# not marked, opposite: " << oppositeEdge.isHangingEdge() <<
- " with " << oppositeEdge.getNumberOfHangingNodes() << " hanging nodes" << std::endl;
-#endif
- if ( oppositeEdge.isHangingEdge() &&
- oppositeEdge.getNumberOfHangingNodes() >=
- maximumNumberOfHangingNodes )
- {
- bool any_marked = false;
- const typename TMesh::HalfEdge* hanging = &oppositeEdge;
- do
- {
- if ( isMarked(hanging->getFace(), *hanging) )
- {
- any_marked = true;
- break;
- }
- } while ( (hanging = hanging->getHangingEdge()) != 0 );
-
- if (any_marked)
- {
- marker_.mark( face, *edgeIt );
- changed=true;
- }
- }
- }
- }
-
- if (changed == true)
- {
- if ( CreateClosureForSpecificFace::Exec(face, typename
- CreateClosureForSpecificFace::PARAM(marker_, this)) == true )
- {
- for (typename TMesh::Face::ConstFaceIterator neighbourIt =
- face.begin_f(); neighbourIt != face.end_f(); ++neighbourIt)
- {
- if ( closedFaces_[ mesh_.getFaceId(*neighbourIt) ] == true )
- {
- closeFace(*neighbourIt, maximumNumberOfHangingNodes);
- }
- }
- }
- }
- }
-
- namespace priv
- {
- template < class TMesh >
- class FaceClosureDefaultPolicy__
- {
- typedef MarkerBuilder< TMesh, FaceClosureDefaultPolicy__<TMesh> >
- MarkerBuilderClass;
-
- HILBERT3D_DISPATCH_PARAMETERS_2(
- FaceClosureDefaultPolicy__, bool,
- const Marker< TMesh >&, marker_,
- MarkerBuilderClass*, builder_);
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Triangle )
- {
- if ( builder_->isMarked(face, *(face.begin_e())) == false )
- {
- for (typename TMesh::Face::ConstEdgeIterator
- edgeIt = face.begin_e(); edgeIt != face.end_e(); ++edgeIt)
- {
- if ( builder_->isMarked(face, *edgeIt) == true )
- {
- builder_->mark(face, *(face.begin_e()));
- return true;
- }
- }
- }
- return false;
- }
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Quadrilateral )
- {
- typename TMesh::Face::ConstEdgeIterator edgeIt = face.begin_e();
- const typename TMesh::HalfEdge& e1 = *(edgeIt); ++edgeIt;
- const typename TMesh::HalfEdge& e2 = *(edgeIt); ++edgeIt;
- const typename TMesh::HalfEdge& e3 = *(edgeIt); ++edgeIt;
- const typename TMesh::HalfEdge& e4 = *(edgeIt); ++edgeIt;
-
- bool changed = false;
-
- if ( builder_->isMarked(face, e1) && ! builder_->isMarked(face, e3) )
- {
- builder_->mark(face, e3);
- changed = true;
- }
- if ( ! builder_->isMarked(face, e1) && builder_->isMarked(face, e3) )
- {
- builder_->mark(face, e1);
- changed = true;
- }
- if ( builder_->isMarked(face, e2) && ! builder_->isMarked(face, e4) )
- {
- builder_->mark(face, e4);
- changed = true;
- }
- if ( ! builder_->isMarked(face, e2) && builder_->isMarked(face, e4) )
- {
- builder_->mark(face, e2);
- changed = true;
- }
-
- return changed;
- }
- };
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MESH_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MESH_HPP_GUARD_
-
-/**
- * @page boundary_mesh The Boundary Mesh Data Structure
- *
- * This project comes with its own implementation of a well-known mesh data
- * structure.
- *
- * In the section @ref boundary_mesh_data_structure we give a short overview on
- * the data structure we use. In the section @ref boundary_mesh_design_overview
- * we discuss the overall design of this component. In the section
- * @ref boundary_mesh_tools we introduce some tools we use for different
- * purposes which are built on top of boundary mesh component and give some
- * examples on how to use them.
- *
- * @section boundary_mesh_data_structure Overview on the Data Structure
- *
- * @section boundary_mesh_design_overview The Overall Design
- *
- * @section boundary_mesh_tools Tools built upon this library
- *
- * There are a number of tools that are built on top of the boundary mesh
- * component. These tools are used for a number of purposes,
- * for example for visualization, conversion or testing. Depending on your
- * system, some tools might not be installed or compiled. If something is
- * missing, refer to the individual page of that tool, which mentions the
- * requirements.
- *
- * @li The @ref boundary_mesh_tool_mesh_compare:
- * @copybrief boundary_mesh_tool_mesh_compare
- */
-
-/**
- * @file boundary_mesh/Mesh.hpp
- * @brief Defines the half-edge based boundary mesh class template.
- *
- * This file declares Hilbert3D's primary mesh class
- *
- * More precisly, this file defines a basic Mesh template class,
- * Mesh< class Traits >, where Traits is a class that defines a few types and
- * constants. The types help to formalize algorithms on top of the Mesh class
- * without refering to a specific mesh implementation. This allows us to provide
- * different mesh implementations that are optimized for different use cases.
- * The constants help the implementation of the algorithms to use optimized
- * data structures.
- */
-
-#include <cassert>
-#include <vector>
-#include <iostream> // XXX: Remove this.
-
-#include <boost/type_traits/is_pointer.hpp>
-#include <boost/utility/enable_if.hpp>
-#include <boost/mpl/if.hpp>
-#include <boost/shared_ptr.hpp>
-
-#include "types.hpp"
-#include "../generic/BaseTypes.hpp"
-#include "../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp"
-#include "../generic/TypeList.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < template <class> class TProp >
- class Mesh;
-
- namespace priv
- {
- template < class TMesh, bool c >
- struct MeshImpl;
- }
-
- /**
- * @brief Half-edge based Mesh implementation.
- *
- * This class provides iterators to iterate over all meshes and over all
- * vertices of a given mesh. Futhermore it provides methods to build a mesh
- * instance from a serialized list of vertices and faces.
- *
- * It also provides capabilities to get the number of faces, vertices and
- * half-edges of a given mesh. Futhermore it can assign an id to a given
- * face, vertex or half-edge.
- *
- * This class is <b>immutable</b> and a <b>PIMPL</b> class. This class has
- * a builder class.
- *
- * @see
- * @ref design_idiome_immutable
- * @ref design_idiome_builder
- * @ref design_idiome_pimpl
- */
- template < template <class> class TProp >
- class Mesh
- {
- template <typename> friend class MeshBuilder;
-
- public:
- /// @brief Type which contains a number of other types and mesh
- /// properties.
- typedef TProp< Mesh > Prop;
-
- /// @brief Type of a vertex that does not belong to a certain mesh.
- typedef typename Prop::UVertex UVertex;
- /// @brief Type of a vertex that belongs to a certain mesh.
- typedef typename Prop::Vertex Vertex;
- /// @brief Type of a half-edge.
- typedef typename Prop::HalfEdge HalfEdge;
- /// @brief <b>Internal</b> base type of a face.
- typedef typename Prop::IntFace IntFace;
- /// @brief <b>Public</b> base type of a face.
- typedef typename Prop::Face Face;
- /// @brief List of valid face types.
- typedef typename Prop::FaceTypes FaceTypes;
-
- /// @brief Represents the size of a boundary mesh.
- struct Size
- {
- geoid_t vertices;
- geoid_t faces;
- geoid_t edges;
- };
-
- /**
- * @brief A const iterator type that usually iterates over the set of
- * vertices that belongs to a mesh.
- *
- * @see
- * @ref basic_concepts_iterators
- */
- typedef typename std::vector< Vertex >::const_iterator
- ConstVertexIterator;
-
- /**
- * @brief A const iterator type that usually iterates over the set of
- * faces that belong to a mesh.
- *
- * @see
- * @ref basic_concepts_iterators
- */
- typedef typename
- boost::mpl::if_<
- boost::is_pointer< IntFace >,
- typename
- ::hilbert3d::generic::ReferenceSemanticsForPtrVectorConstIterator<
- typename std::vector< IntFace > >,
- typename std::vector< Face >::const_iterator >::type
- ConstFaceIterator;
-
- Mesh();
- Mesh(const Mesh& rhs);
-
- /**
- * @brief Return iterator to beginning of faces
- *
- * @return Returns an iterator referring to the first face within this
- * mesh. The iterator doesn't need to point to the face with
- * the lowest id and you must not make assumptions on the order
- * in which the faces are passed through or on their ids.
- */
- ConstFaceIterator begin_f() const;
-
- /**
- * @brief Return iterator to the past-the-end face
- *
- * Returns an iterator referring to the past-the-end face within this
- * mesh, i.e. it can't dereference it. An element is equal to the iterator
- * returned by this function if and only if it is not possible to
- * dereference it.
- */
- ConstFaceIterator end_f() const;
-
- /**
- * @brief Return iterator to beginning of vertices
- *
- * Returns an iterator referring to the first vertex within this mesh.
- * The iterator doesn't need to point to the vertex with the lowest id
- * and you must not make assumptions on the order in which the vertices are
- * passed through or on their ids.
- */
- ConstVertexIterator begin_v() const;
-
- /**
- * @brief Return iterator to the past-the-end vertex
- *
- * Returns an iterator referring to the past-the-end vertex within this
- * mesh, i.e. it can't dereference it. An element is equal to the iterator
- * returned by this function if and only if it is not possible to
- * dereference it.
- */
- ConstVertexIterator end_v() const;
-
- /// @returns the number of faces contained in this mesh.
- geoid_t getNumberOfFaces() const;
-
- /// @returns the number of half-edges contained in this mesh.
- geoid_t getNumberOfHalfEdges() const;
-
- /// @returns the number of vertices contained in this mesh.
- geoid_t getNumberOfVertices() const;
-
- /**
- * @returns an unique id which is between 0 and getNumberOfVertices() - 1.
- * The ids are assigned in the same order as the vertices are added to
- * the mesh.
- *
- * This method throws an assertion if the vertex v does not belong to the
- * mesh.
- */
- geoid_t getVertexId(const typename Mesh::Vertex& v) const;
-
- /**
- * @returns an unique id which is between 0 and getNumberOfHalfEdges() - 1.
- *
- * This method throws an assertion if the half-edge e does not belong to the
- * mesh.
- */
- geoid_t getHalfEdgeId(const typename Mesh::HalfEdge& e) const;
-
- /**
- * @fn geoid_t getFaceId(const typename traits::Face& f) const
- *
- * Returns an unique id which is between 0 and getNumberOfFaces() - 1.
- * The ids are assigned in the same order as the faces are added to
- * the mesh.
- *
- * This method throws an assertion if the face f does not belong to the
- * mesh.
- */
- geoid_t getFaceId(const typename Mesh::Face& f) const;
-
- /// @returns A struct containing the number of vertices, edges and faces
- /// of the mesh.
- Size getSize() const;
-
- /**
- * @brief Compares two meshes for equality.
- *
- * This method performs an expensive, but thourough check to determine
- * whether two meshes are equal. Two meshes are considered equal if they
- * contain the same vertices and faces but not necessarily in the same
- * order.
- *
- * This is an O(N*log(N)) operation where N is the maximum of the number
- * of vertices and the number of faces. Its used for testing.
- */
- bool operator==(const Mesh& rhs) const;
-
- class Builder
- {
- public:
- Builder( const Size& sizeInfo );
- Builder( const Mesh& oldMesh, const Size& sizeInfo );
- const Vertex& addVertex( const UVertex& v );
- const Face& addFace( const std::vector< const Vertex* >& vertices );
- geoid_t getFaceId( const Face& face );
- const Face& addRelationship( const Face& oldFace,
- const std::vector< const Vertex* >& vertices );
- Mesh deliver();
-
- private:
- Mesh mesh_;
- };
-
- private:
- /// This is the only way to construct a mesh. Only a builder instance is
- /// allowed to call this constructor.
- Mesh( const Size& sizeInfo );
-
- typedef priv::MeshImpl< Mesh, boost::is_pointer< IntFace >::value > impl;
- boost::shared_ptr< impl > d_;
- };
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef BOUNDARY_MESH_MESHLINK_HPP_GUARD_
-#define BOUNDARY_MESH_MESHLINK_HPP_GUARD_
-
-#include <boost/shared_ptr.hpp>
-
-#include "../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
-
-template < class TFatherMesh, class TSonMesh = TFatherMesh >
-class MeshLink
-{
- public:
- typedef typename
- ::hilbert3d::generic::ReferenceSemanticsForPtrVectorConstIterator<
- typename std::vector< const typename TSonMesh::Face* > >
- ConstSonFaceIterator;
-
- const TFatherMesh& getFatherMesh() const;
- const TSonMesh& getSonMesh() const;
- ConstSonFaceIterator begin(const typename TFatherMesh::Face& face) const;
- ConstSonFaceIterator end(const typename TFatherMesh::Face& face) const;
- const typename TFatherMesh::Face&
- getFather(const typename TSonMesh::Face& face) const;
- operator TSonMesh() const { return getSonMesh(); }
-
- class Builder
- {
- public:
- Builder( const TFatherMesh& father,
- const typename TSonMesh::Size& sizeInfo );
- const typename TSonMesh::Vertex& addVertex(
- const typename TSonMesh::UVertex& vertex);
- const typename TSonMesh::Face& addRelationship(
- const typename TFatherMesh::Face& fatherFace,
- const typename std::vector< const typename TSonMesh::Vertex* >&
- vertices);
- MeshLink deliver();
-
- private:
- typename TSonMesh::Builder sonMeshBuilder_;
- MeshLink meshLink_;
- };
-
- private:
- friend class Builder;
- MeshLink(const TFatherMesh&, const typename TSonMesh::Size&);
-
- struct impl;
- boost::shared_ptr< impl > d_;
-};
-
-#if 0
- enum RefinementDataRequest
- {
- RefinementDataRequest_RequireNone = 0,
- RefinementDataRequest_RequireFather2Son = 1,
- RefinementDataRequest_RequireSon2Father = 2,
- RefinementDataRequest_RequireBoth = 3,
- };
-
- typedef enum RefinementDataRequest RefinementDataRequest;
-
- template < class TMesh >
- class Father2Son
- {
- template <class,RefinementDataRequest> friend class RefinementDataBuilder;
- template <class,RefinementDataRequest> friend class RefinementData;
-
- public:
- class ConstFaceIterator
- : public std::list<
- const typename TMesh::Face* >::const_iterator
- {
- public:
- ConstFaceIterator( const typename std::list<
- const typename TMesh::Face* >::const_iterator& copy );
- const typename TMesh::Face& operator*() const;
- const typename TMesh::Face* operator->() const;
- };
-
- ~Father2Son();
- ConstFaceIterator begin(const typename TMesh::Face& face) const;
- ConstFaceIterator end(const typename TMesh::Face& face) const;
-
- private:
- // It is forbidden to create an empty Father2Son container or to
- // copy it using either the copy constructor or the assignement operator.
- // To detect these errors early, the methods are declared here but not
- // defined anywhere:
- Father2Son();
- Father2Son< TMesh >& operator=(const Father2Son< TMesh >&);
- Father2Son(const Father2Son< TMesh >&);
-
- Father2Son(const TMesh& fatherMesh);
- void addRelation( unsigned int fatherId,
- const typename TMesh::Face& son );
-
- const TMesh& fatherMesh_;
- std::vector< std::list< const typename TMesh::Face* > >
- relations_;
- unsigned int referenceCounter_;
- };
-
- template < class TMesh >
- class Son2Father
- {
- template <class,RefinementDataRequest> friend class RefinementDataBuilder;
- template <class,RefinementDataRequest> friend class RefinementData;
-
- public:
- ~Son2Father();
- const typename TMesh::Face&
- getFather( const typename TMesh::Face& son ) const;
-
- private:
- // It is forbidden to create an empty Son2Father container or to
- // copy it using either the copy constructor or the assignement operator.
- // To detect these errors early, the methods are declared here but not
- // defined anywhere:
- Son2Father();
- Son2Father< TMesh >& operator=(const Son2Father< TMesh >&);
- Son2Father(const Son2Father< TMesh >&);
-
- Son2Father(unsigned int sonFaces);
- void addRelation( const typename TMesh::Face& father,
- unsigned int sonId );
-
- const TMesh* sonMesh_;
- std::vector< const typename TMesh::Face* > relations_;
- unsigned int referenceCounter_;
- };
-
- template < class TMesh, RefinementDataRequest refDataReq >
- class RefinementData
- {
- template <class,RefinementDataRequest> friend class RefinementDataBuilder;
-
- public:
- RefinementData( const RefinementData& rhs );
- RefinementData& operator=( const RefinementData& rhs );
- ~RefinementData();
-
- const TMesh& getFatherMesh() const;
- const TMesh& getSonMesh() const;
-
- typename boost::enable_if_c<
- (refDataReq & RefinementDataRequest_RequireFather2Son) != 0,
- const Father2Son< TMesh >& >::type
- father2son() const;
-
- typename boost::enable_if_c<
- (refDataReq & RefinementDataRequest_RequireSon2Father) != 0,
- const Son2Father< TMesh >& >::type
- son2father() const;
-
- operator TMesh() const;
-
- private:
- RefinementData( const TMesh& fatherMesh_ );
-
- TMesh fatherMesh_;
- TMesh sonMesh_;
- Father2Son< TMesh >* father2son_;
- Son2Father< TMesh >* son2father_;
- };
-
- template < class TMesh, RefinementDataRequest refDataReq >
- class RefinementDataBuilder
- {
- public:
- RefinementDataBuilder( const TMesh& father,
- const typename TMesh::Size& sonMeshSize );
-
- const typename TMesh::Vertex&
- addVertex(
- const typename TMesh::UVertex& vertex );
-
- void
- addRelation(
- const typename TMesh::Face& father,
- const typename std::vector< const typename TMesh::Vertex* >&
- sonVertices );
-
- RefinementData< TMesh, refDataReq >
- deliver();
-
- private:
- RefinementData< TMesh, refDataReq > refinement_;
- MeshBuilder< TMesh > meshBuilder_;
- };
-#endif
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef BOUNDARY_MESH_MESHLINK_TMPL_CPP_GUARD_
-#define BOUNDARY_MESH_MESHLINK_TMPL_CPP_GUARD_
-
-#include <cassert>
-#include <vector>
-
-#include "types.hpp"
-#include "MeshLink.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
-
-template < class TFatherMesh, class TSonMesh >
-struct MeshLink< TFatherMesh, TSonMesh >::impl
-{
- impl(const TFatherMesh& mesh, const typename TSonMesh::Size& size)
- : fatherMesh_(mesh), sonMesh_(), son2father_(size.faces),
- father2son_(mesh.getNumberOfFaces())
- {}
-
- TFatherMesh fatherMesh_;
- TSonMesh sonMesh_;
- typename std::vector< const typename TFatherMesh::Face* > son2father_;
- typename std::vector< typename std::vector< const typename TSonMesh::Face* > >
- father2son_;
-};
-
-template < class TFatherMesh, class TSonMesh >
-MeshLink< TFatherMesh, TSonMesh >::MeshLink(
- const TFatherMesh& father,
- const typename TSonMesh::Size& sizeInfo)
- : d_(new MeshLink::impl(father,sizeInfo))
-{}
-
-template < class TFatherMesh, class TSonMesh >
-const TFatherMesh&
-MeshLink< TFatherMesh, TSonMesh >::getFatherMesh() const
-{
- return d_->fatherMesh_;
-}
-
-template < class TFatherMesh, class TSonMesh >
-const TSonMesh&
-MeshLink< TFatherMesh, TSonMesh >::getSonMesh() const
-{
- return d_->sonMesh_;
-}
-
-template < class TFatherMesh, class TSonMesh >
-typename MeshLink< TFatherMesh, TSonMesh >::ConstSonFaceIterator
-MeshLink< TFatherMesh, TSonMesh >::begin(
- const typename TFatherMesh::Face& face) const
-{
- geoid_t faceId = getFatherMesh().getFaceId(face);
- assert( faceId < d_->father2son_.size() );
- return ConstSonFaceIterator(d_->father2son_[faceId].begin());
-}
-
-template < class TFatherMesh, class TSonMesh >
-typename MeshLink< TFatherMesh, TSonMesh >::ConstSonFaceIterator
-MeshLink< TFatherMesh, TSonMesh >::end(
- const typename TFatherMesh::Face& face) const
-{
- geoid_t faceId = getFatherMesh().getFaceId(face);
- assert( faceId < d_->father2son_.size() );
- return ConstSonFaceIterator(d_->father2son_[faceId].end());
-}
-
-template < class TFatherMesh, class TSonMesh >
-const typename TFatherMesh::Face&
-MeshLink< TFatherMesh, TSonMesh >::getFather(
- const typename TSonMesh::Face& son) const
-{
- geoid_t faceId = getSonMesh().getFaceId(son);
- assert( faceId < d_->son2father_.size() );
- return *(d_->son2father_[faceId]);
-}
-
-template < class TFatherMesh, class TSonMesh >
-MeshLink< TFatherMesh, TSonMesh >::Builder::Builder(
- const TFatherMesh& father, const typename TSonMesh::Size& sizeInfo)
- : sonMeshBuilder_(sizeInfo), meshLink_(father,sizeInfo)
-{
-}
-
-template < class TFatherMesh, class TSonMesh >
-const typename TSonMesh::Vertex&
-MeshLink< TFatherMesh, TSonMesh >::Builder::addVertex(
- const typename TSonMesh::UVertex& vertex)
-{
- return sonMeshBuilder_.addVertex(vertex);
-}
-
-template < class TFatherMesh, class TSonMesh >
-const typename TSonMesh::Face&
-MeshLink< TFatherMesh, TSonMesh >::Builder::addRelationship(
- const typename TFatherMesh::Face& fatherFace,
- const typename std::vector< const typename TSonMesh::Vertex* >& vertices)
-{
- const typename TSonMesh::Face& sonFace = sonMeshBuilder_.addFace(vertices);
-
- geoid_t fatherId = meshLink_.getFatherMesh().getFaceId( fatherFace );
- assert( fatherId < meshLink_.d_->father2son_.size() );
- geoid_t sonId = sonMeshBuilder_.getFaceId( sonFace );
- assert( sonId < meshLink_.d_->son2father_.size() );
-
- meshLink_.d_->father2son_[ fatherId ].push_back( &sonFace );
- meshLink_.d_->son2father_[ sonId ] = &fatherFace;
-
- return sonFace;
-}
-
-template < class TFatherMesh, class TSonMesh >
-MeshLink< TFatherMesh, TSonMesh >
-MeshLink< TFatherMesh, TSonMesh >::Builder::deliver()
-{
- meshLink_.d_->sonMesh_ = sonMeshBuilder_.deliver();
- return meshLink_;
-}
-
-
-#if 0
- template < class TMesh >
- Father2Son< TMesh >::~Father2Son()
- {
- assert( referenceCounter_ == 0 );
- }
-
- template < class TMesh >
- Father2Son< TMesh >::ConstFaceIterator::ConstFaceIterator(
- const typename std::list<
- const typename TMesh::Face* >::const_iterator& copy )
- : std::list< const typename TMesh::Face* >::const_iterator(copy)
- {
- }
-
- template < class TMesh >
- const typename TMesh::Face&
- Father2Son< TMesh >::ConstFaceIterator::operator*() const
- {
- return *(std::list< const typename TMesh::Face* >
- ::const_iterator::operator*());
- }
-
- template < class TMesh >
- const typename TMesh::Face*
- Father2Son< TMesh >::ConstFaceIterator::operator->() const
- {
- return std::list< const typename TMesh::Face* >
- ::const_iterator::operator*();
- }
-
- template < class TMesh >
- typename Father2Son< TMesh >::ConstFaceIterator
- Father2Son< TMesh >::begin(const typename TMesh::Face& face) const
- {
- geoid_t faceId = fatherMesh_.getFaceId( face );
- assert( faceId >= 0 && faceId < relations_.size() );
- return relations_[faceId].begin();
- }
-
- template < class TMesh >
- typename Father2Son< TMesh >::ConstFaceIterator
- Father2Son< TMesh >::end(const typename TMesh::Face& face) const
- {
- geoid_t faceId = fatherMesh_.getFaceId( face );
- assert( faceId >= 0 && faceId < relations_.size() );
- return relations_[faceId].end();
- }
-
- template < class TMesh >
- Father2Son< TMesh >::Father2Son( const TMesh& fatherMesh )
- : fatherMesh_(fatherMesh), relations_(
- std::vector< std::list<const typename TMesh::Face*> >(
- fatherMesh.getNumberOfFaces()) ),
- referenceCounter_(1)
- {
- }
-
- template < class TMesh >
- void
- Father2Son< TMesh >::addRelation(
- unsigned int fatherId,
- const typename TMesh::Face& son)
- {
- relations_[ fatherId ].push_back( &son );
- }
-
- template < class TMesh >
- Son2Father< TMesh >::~Son2Father()
- {
- assert( referenceCounter_ == 0 );
- }
-
- template < class TMesh >
- const typename TMesh::Face&
- Son2Father< TMesh >::getFather(
- const typename TMesh::Face& son ) const
- {
- unsigned int sonId = sonMesh_->getFaceId( son );
- return *(relations_[ sonId ]);
- }
-
- template < class TMesh >
- Son2Father< TMesh >::Son2Father( unsigned int sonFaces )
- : sonMesh_( 0 ),
- relations_( std::vector< const typename TMesh::Face* >(sonFaces) ),
- referenceCounter_( 1 )
- {
- }
-
- template < class TMesh >
- void
- Son2Father< TMesh >::addRelation(
- const typename TMesh::Face& father,
- unsigned int sonId )
- {
- assert( sonId < relations_.size() );
- relations_[ sonId ] = &father;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >::RefinementData(
- const TMesh& fatherMesh )
- : fatherMesh_(fatherMesh), sonMesh_(fatherMesh),
- father2son_(0), son2father_(0)
- {
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >::RefinementData(
- const RefinementData< TMesh, refDataReq >& rhs )
- : fatherMesh_( rhs.fatherMesh_ ), sonMesh_( rhs.sonMesh_ ),
- father2son_( rhs.father2son_ ), son2father_( rhs.son2father_ )
- {
- if ( father2son_ != 0 )
- {
- father2son_->referenceCounter_ += 1;
- }
- if ( son2father_ != 0 )
- {
- son2father_->referenceCounter_ += 1;
- }
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >&
- RefinementData< TMesh, refDataReq >::operator=(
- const RefinementData< TMesh, refDataReq >& rhs)
- {
- if ( father2son_ != 0 )
- {
- assert( father2son_->referenceCounter_ > 0 );
- father2son_->referenceCounter_ -= 1;
- if ( father2son_->referenceCounter_ == 0 )
- {
- delete father2son_;
- }
- }
- if ( son2father_ != 0 )
- {
- assert( son2father_->referenceCounter_ > 0 );
- son2father_->referenceCounter_ -= 1;
- if ( son2father_->referenceCounter_ == 0 )
- {
- delete son2father_;
- }
- }
-
- fatherMesh_ = rhs.fatherMesh_;
- sonMesh_ = rhs.sonMesh_;
- father2son_ = rhs.father2son_;
- son2father_ = rhs.son2father_;
-
- return *this;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >::~RefinementData()
- {
- if (father2son_ != 0)
- {
- assert( father2son_->referenceCounter_ > 0 );
- father2son_->referenceCounter_ -= 1;
- if ( father2son_->referenceCounter_ == 0 )
- {
- delete father2son_;
- }
- }
- if (son2father_ != 0)
- {
- assert( son2father_->referenceCounter_ > 0 );
- son2father_->referenceCounter_ -= 1;
- if ( son2father_->referenceCounter_ == 0 )
- {
- delete son2father_;
- }
- }
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- const TMesh&
- RefinementData< TMesh, refDataReq >::getFatherMesh() const
- {
- return fatherMesh_;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- const TMesh&
- RefinementData< TMesh, refDataReq >::getSonMesh() const
- {
- return sonMesh_;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- typename boost::enable_if_c<
- (refDataReq & RefinementDataRequest_RequireFather2Son) != 0,
- const Father2Son< TMesh >& >::type
- RefinementData< TMesh, refDataReq >::father2son() const
- {
- assert( father2son_ != 0 );
- return *father2son_;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- typename boost::enable_if_c<
- (refDataReq & RefinementDataRequest_RequireSon2Father) != 0,
- const Son2Father< TMesh >& >::type
- RefinementData< TMesh, refDataReq >::son2father() const
- {
- assert( son2father_ != 0 );
- return *son2father_;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >::operator TMesh() const
- {
- return sonMesh_;
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementDataBuilder< TMesh, refDataReq >::RefinementDataBuilder(
- const TMesh& father, const typename TMesh::Size& sonMeshSize)
- : refinement_( father ), meshBuilder_( sonMeshSize )
- {
- refinement_.fatherMesh_ = father;
-
- if ( (refDataReq & RefinementDataRequest_RequireFather2Son) != 0 )
- {
- refinement_.father2son_ = new Father2Son< TMesh >( father );
- }
-
- if ( (refDataReq & RefinementDataRequest_RequireSon2Father) != 0 )
- {
- refinement_.son2father_ = new Son2Father< TMesh >( sonMeshSize.faces );
- }
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- const typename TMesh::Vertex&
- RefinementDataBuilder< TMesh, refDataReq >::addVertex(
- const typename TMesh::UVertex& vertex)
- {
- return meshBuilder_.addVertex( vertex );
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- void
- RefinementDataBuilder< TMesh, refDataReq >::addRelation(
- const typename TMesh::Face& father,
- const typename std::vector< const typename TMesh::Vertex* >& sonVertices)
- {
- const typename TMesh::Face& son = meshBuilder_.addFace( sonVertices );
-
- if ( (refDataReq & RefinementDataRequest_RequireFather2Son) != 0 )
- {
- assert( refinement_.father2son_ != 0 );
- refinement_.father2son_->addRelation(
- refinement_.fatherMesh_.getFaceId(father), son);
- }
-
- if ( (refDataReq & RefinementDataRequest_RequireSon2Father) != 0 )
- {
- assert( refinement_.son2father_ != 0 );
- refinement_.son2father_->addRelation(
- father, meshBuilder_.getFaceId(son));
- }
- }
-
- template < class TMesh, RefinementDataRequest refDataReq >
- RefinementData< TMesh, refDataReq >
- RefinementDataBuilder< TMesh, refDataReq >::deliver()
- {
- refinement_.sonMesh_ = meshBuilder_.deliver();
-
- if ( (refDataReq & RefinementDataRequest_RequireSon2Father) != 0 )
- {
- assert( refinement_.son2father_ != 0 );
- refinement_.son2father_->sonMesh_ = &(refinement_.sonMesh_);
- }
- return refinement_;
- }
-#endif
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef MESH_MESH_TMPL_CPP_GUARD_
-#define MESH_MESH_TMPL_CPP_GUARD_
-
-#include "Mesh.hpp"
-
-#include <iostream>
-#include <string>
-#include <set>
-#include <list>
-#include <vector>
-
-#include "exception/NoMatchingFaceType_tmpl.hpp"
-#include "../generic/PtrCompare.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
-namespace priv
-{
-template < class TMesh >
-struct MeshImpl< TMesh, false >
-{
- MeshImpl()
- : numberOfFaces(0), numberOfVertices(0), numberOfHalfEdges(0)
- {
- }
-
- const typename TMesh::Face& getFaceRefById(geoid_t id) const
- {
- assert( id >= 0 && id < face.size() );
- return face[id];
- }
- typename TMesh::Face& getLastFaceRef() const
- {
- return face.back();
- }
- geoid_t getFaceId(const typename TMesh::Face& f) const
- {
- assert( &f > &(face.front()) );
- long offset = static_cast<long>(&f - &(face.front()));
- assert(offset >= 0 && offset < numberOfFaces);
- return offset;
- }
-
- typename std::vector< typename TMesh::Vertex > vertex;
- typename std::vector< typename TMesh::Face > face;
- typename std::vector< typename TMesh::HalfEdge > edge;
-
- unsigned int numberOfFaces;
- unsigned int numberOfVertices;
- unsigned int numberOfHalfEdges;
-};
-
-template < class TMesh >
-struct MeshImpl< TMesh, true >
-{
- MeshImpl()
- : numberOfFaces(0), numberOfVertices(0), numberOfHalfEdges(0)
- {
- }
- ~MeshImpl()
- {
- for (typename std::vector< typename TMesh::IntFace >::iterator
- it = face.begin(); it != face.end(); ++it)
- {
- delete *it;
- }
- }
-
- const typename TMesh::Face& getFaceRefById(geoid_t id) const
- {
- assert( id >= 0 && id < face.size() );
- return *(face[id]);
- }
- typename TMesh::Face& getLastFaceRef() const
- {
- return *(face.back());
- }
- geoid_t getFaceId(const typename TMesh::Face& f) const
- {
- return f.getId();
- }
-
- typename std::vector< typename TMesh::Vertex > vertex;
- typename std::vector< typename TMesh::IntFace > face;
- typename std::vector< typename TMesh::HalfEdge > edge;
-
- unsigned int numberOfFaces;
- unsigned int numberOfVertices;
- unsigned int numberOfHalfEdges;
-};
-
-template < class TMesh, class TFaceTypes = typename TMesh::FaceTypes >
-class MeshFaceFactory;
-
-template < class TMesh >
-class MeshFaceFactory< TMesh, generic::NullType >
-{
- public:
- static const typename TMesh::IntFace factorize(
- const typename std::vector< const typename TMesh::Vertex* >& vertices,
- const typename TMesh::HalfEdge& longestHalfEdge,
- geoid_t id)
- {
- throw exception::NoMatchingFaceType< TMesh >(
- "Could not find a matching face type.", vertices);
- }
-};
-
-template < class TMesh, class TFaceTypes >
-class MeshFaceFactory
-{
- template < class TMakeFace, class TIntFace, class THalfEdge >
- class Instantiator;
-
- template < class TMakeFace, class TIntFace, class THalfEdge >
- class Instantiator< TMakeFace, TIntFace*, THalfEdge >
- {
- public:
- static TIntFace* instantiate(const THalfEdge& halfedge, geoid_t id)
- {
- return static_cast<TIntFace*>(new TMakeFace(halfedge, id));
- }
- };
-
- template < class TMakeFace, class TIntFace, class THalfEdge >
- class Instantiator
- {
- public:
- static TIntFace instantiate(const THalfEdge& halfedge, geoid_t id)
- {
- return TMakeFace(halfedge, id);
- }
- };
-
- public:
- static const typename TMesh::IntFace factorize(
- const typename std::vector<const typename TMesh::Vertex*>& vertices,
- const typename TMesh::HalfEdge& longestHalfEdge,
- geoid_t id)
- {
- if ( TFaceTypes::Head::is(vertices) == true )
- {
- return Instantiator<typename TFaceTypes::Head,
- typename TMesh::IntFace,
- typename TMesh::HalfEdge>::
- instantiate( longestHalfEdge, id );
- }
- else
- {
- return
- MeshFaceFactory< TMesh, typename TFaceTypes::Tail >::factorize(
- vertices, longestHalfEdge, id);
- }
- }
-};
-}
-
-template < template <class> class TProp >
-typename Mesh<TProp>::ConstFaceIterator
-Mesh<TProp>::begin_f() const
-{
- assert( d_->face.begin() != d_->face.end() );
- return ConstFaceIterator( d_->face.begin() );
-}
-
-template < template <class> class TProp >
-typename Mesh<TProp>::ConstFaceIterator
-Mesh<TProp>::end_f() const
-{
- return ConstFaceIterator( d_->face.end() );
-}
-
-template < template <class> class TProp >
-typename Mesh<TProp>::ConstVertexIterator
-Mesh<TProp>::begin_v() const
-{
- assert( d_ );
- return d_->vertex.begin();
-}
-
-template < template <class> class TProp >
-typename Mesh<TProp>::ConstVertexIterator
-Mesh<TProp>::end_v() const
-{
- assert( d_ );
- return d_->vertex.end();
-}
-
-template < template <class> class TProp >
-unsigned int
-Mesh<TProp>::getNumberOfFaces() const
-{
- assert( d_ );
- return d_->numberOfFaces;
-}
-
-template < template <class> class TProp >
-unsigned int
-Mesh<TProp>::getNumberOfHalfEdges() const
-{
- assert( d_ );
- return d_->numberOfHalfEdges;
-}
-
-template < template <class> class TProp >
-unsigned int
-Mesh<TProp>::getNumberOfVertices() const
-{
- assert( d_ );
- return d_->numberOfVertices;
-}
-
-template < template <class> class TProp >
-Mesh<TProp>::Mesh()
- : d_(new Mesh<TProp>::impl())
-{
-}
-
-template < template <class> class TProp >
-Mesh<TProp>::Mesh( const Size& sizeInfo )
- : d_(new Mesh<TProp>::impl())
-{
- d_->vertex.reserve( sizeInfo.vertices );
- d_->face.reserve( sizeInfo.faces );
- d_->edge.reserve( sizeInfo.edges );
-}
-
-template < template <class> class TProp >
-Mesh<TProp>::Mesh( const Mesh& rhs )
- : d_(rhs.d_)
-{
-}
-
-template < template <class> class TProp >
-Mesh<TProp>::Builder::Builder( const Size& sizeInfo )
- : mesh_(sizeInfo)
-{}
-
-template < template <class> class TProp >
-Mesh<TProp>::Builder::Builder(
- const Mesh& oldMesh, const Size& sizeInfo )
- : mesh_(sizeInfo)
-{}
-
-template < template <class> class TProp >
-const typename Mesh<TProp>::Vertex&
-Mesh<TProp>::Builder::addVertex(const typename Mesh::UVertex& v)
-{
- assert(mesh_.d_->vertex.capacity() > mesh_.d_->numberOfVertices);
- mesh_.d_->numberOfVertices += 1;
- mesh_.d_->vertex.push_back(Mesh::Vertex(v));
- const Mesh::Vertex& createdVertex = mesh_.d_->vertex.back();
- return createdVertex;
-}
-
-template < template <class> class TProp >
-const typename Mesh<TProp>::Face&
-Mesh<TProp>::Builder::addFace(
- const typename std::vector< const typename Mesh::Vertex* >& protoVertices )
-{
- typename std::vector< typename Mesh::Vertex* > vertices(protoVertices.size());
- unsigned int numberOfVertices = vertices.size();
- assert( vertices.size() >= 3 );
-
- for ( unsigned int i = 0; i < vertices.size(); ++i)
- {
- vertices[i] = &(mesh_.d_->vertex[ mesh_.getVertexId(*(protoVertices[i])) ]);
- }
-
- // Create all half-edges and store them within the d_->edge vector.
- // Also determine the longest half-edge and assign a half-edge to each vertex.
- Mesh::HalfEdge* longestHalfEdge = 0;
- double longestHalfEdgeLength = 0.;
-
- for (unsigned int i = 0; i < numberOfVertices; ++i)
- {
- typename Mesh::Vertex& startVertex = *(vertices[ i ]);
- typename Mesh::Vertex& endVertex = *(vertices[ (i+1) % numberOfVertices ]);
-
- mesh_.d_->edge.push_back( Mesh::HalfEdge(startVertex, endVertex) );
- typename Mesh::HalfEdge& currentHalfEdge = mesh_.d_->edge.back();
- double currentHalfEdgeLength =
- (currentHalfEdge.getEndVertex() -
- currentHalfEdge.getStartVertex()).norm();
-
- if ( currentHalfEdgeLength >= longestHalfEdgeLength )
- {
- longestHalfEdgeLength = currentHalfEdgeLength;
- longestHalfEdge = ¤tHalfEdge;
- }
-
- startVertex.setHalfEdge( currentHalfEdge );
- }
-
- assert(longestHalfEdge != 0);
-
- // Link the half-edges into a double-linked list.
- for (unsigned int i = 0; i < numberOfVertices; ++i)
- {
- mesh_.d_->edge[ mesh_.d_->numberOfHalfEdges + i ].setPreviousEdge(
- &( mesh_.d_->edge[ mesh_.d_->numberOfHalfEdges + ((i-1) % numberOfVertices) ] ));
- mesh_.d_->edge[ mesh_.d_->numberOfHalfEdges + i ].setNextEdge(
- &( mesh_.d_->edge[ mesh_.d_->numberOfHalfEdges + ((i+1) % numberOfVertices) ] ));
- }
-
- mesh_.d_->numberOfHalfEdges += numberOfVertices;
-
- // Create the face by using the mesh's face-factory which does the
- // type checking magic.
- // The reference edge of the face is set to the longest half-edge:
- assert( longestHalfEdge != 0 );
- IntFace protoFace =
- priv::MeshFaceFactory< Mesh >::factorize(
- protoVertices, *longestHalfEdge, mesh_.d_->numberOfFaces );
- mesh_.d_->face.push_back(protoFace);
- Face& currentFace = mesh_.d_->getLastFaceRef();
- mesh_.d_->numberOfFaces += 1;
-
- Mesh::HalfEdge* nextHalfEdge = longestHalfEdge;
- assert( nextHalfEdge != 0 );
- do
- {
- nextHalfEdge->setFace( currentFace );
- assert( nextHalfEdge->getNextEdge() != 0 );
- nextHalfEdge = nextHalfEdge->getNextEdge();
- } while (nextHalfEdge != longestHalfEdge);
-
- // Modify the counters for the number of faces and half-edges:
- return currentFace;
-}
-
-template < template <class> class TProp >
-geoid_t
-Mesh<TProp>::Builder::getFaceId(
- const Face& face)
-{
- return mesh_.getFaceId(face);
-}
-
-template < template <class> class TProp >
-const typename Mesh<TProp>::Face&
-Mesh<TProp>::Builder::addRelationship(
- const Face& oldFace, const std::vector< const Vertex* >& vertices)
-{
- return addFace(vertices);
-}
-
-template < template <class> class TProp >
-Mesh<TProp>
-Mesh<TProp>::Builder::deliver( void )
-{
- typedef typename std::set< typename Mesh::HalfEdge*,
- bool(*)(const typename Mesh::HalfEdge*,
- const typename Mesh::HalfEdge*) >
- custom_set;
-
- custom_set minmax_sorted(&Mesh::HalfEdge::compLtMinmaxVertex);
-
- for (typename std::vector< typename Mesh::HalfEdge >::iterator
- edge_it = mesh_.d_->edge.begin();
- edge_it != mesh_.d_->edge.end(); ++edge_it)
- {
- minmax_sorted.insert(&(*edge_it));
- }
-
- typename custom_set::iterator edge_it = minmax_sorted.begin();
- while (edge_it != minmax_sorted.end())
- {
- typename Mesh::HalfEdge* current = *edge_it;
- ++edge_it;
- if (edge_it == minmax_sorted.end())
- break;
- typename Mesh::HalfEdge* next = *edge_it;
-
- if (current->oppositeEdgeCheck(*next))
- {
- current->setOppositeEdge(next);
- next->setOppositeEdge(current);
- ++edge_it;
- }
- }
-
- minmax_sorted.clear();
-
- if (Mesh::Prop::maximumNumberOfHangingNodes <= 0)
- return mesh_;
-
- // Now we have built all neighbour relationships except for the ones that
- // involve hanging nodes. The detection of hanging nodes consists of
- // four phases:
- // 1.) Build an incidence list. For each vertex we store all edges that
- // have this vertex as their startVertex.
- // 2.) Detect linearly dependent edges that have no opposite edge and link
- // them together in linked lists (using the HalfEdge's setHangingEdge
- // method).
- // 3.) Run through all edges that have no opposite edge and no hanging
- // edges and detect whether there are hanging nodes.
- // 4.) Clean up.
-
- // Build incidence list:
- std::vector< std::list< typename Mesh::HalfEdge* > > incidenceList;
- incidenceList.resize( mesh_.getNumberOfVertices() );
-
- for (typename std::vector< typename Mesh::HalfEdge >::iterator
- edgeIt = mesh_.d_->edge.begin(); edgeIt != mesh_.d_->edge.end(); ++edgeIt)
- {
- incidenceList[ mesh_.getVertexId(edgeIt->getStartVertex()) ]
- .push_back(&(*edgeIt));
- }
-
- // Link:
- for (typename std::vector< typename Mesh::HalfEdge >::iterator
- edge_it = mesh_.d_->edge.begin(); edge_it != mesh_.d_->edge.end(); ++edge_it)
- {
- if (edge_it->getOppositeEdge() != 0)
- continue;
-
- // There are two possible reasons an edge has no opposite edge:
- // 1.) It is a boundary edge.
- // 2.) It starts or ends at a hanging node.
- // In the second case, the difference vectors of both edges are linearly
- // dependent.
- typename Mesh::UVertex edge_vec =
- edge_it->getEndVertex() - edge_it->getStartVertex();
-
- std::list< HalfEdge* > vert_inc_list
- = incidenceList[ mesh_.getVertexId(edge_it->getEndVertex()) ];
- for ( typename std::list< typename Mesh::HalfEdge* >::iterator
- inc_edge = vert_inc_list.begin(); inc_edge != vert_inc_list.end();
- ++inc_edge)
- {
- if ((*inc_edge)->getOppositeEdge() != 0)
- continue;
-
- typename Mesh::UVertex inc_edge_vec
- = (*inc_edge)->getEndVertex() - (*inc_edge)->getStartVertex();
-
- if (edge_vec.isProlongation(inc_edge_vec))
- {
- edge_it->setHangingEdge( *inc_edge );
- break;
- }
- }
- }
-
- // Third phase:
- for (typename std::vector<typename Mesh::HalfEdge>::iterator
- edgeIt = mesh_.d_->edge.begin(); edgeIt != mesh_.d_->edge.end(); ++edgeIt)
- {
- if (edgeIt->getOppositeEdge() != 0)
- continue;
-
- const typename Mesh::Vertex& startVertex = edgeIt->getStartVertex();
- const typename Mesh::Vertex& endVertex = edgeIt->getEndVertex();
- const typename Mesh::UVertex edgeDiff = endVertex - startVertex;
-
- bool foundOppositeEdge = false;
-
- // Find appropiate candidates for opposite edges:
- for (typename std::list< typename Mesh::HalfEdge* >::iterator opEdgeIt =
- incidenceList[ mesh_.getVertexId( endVertex ) ].begin();
- opEdgeIt != incidenceList[ mesh_.getVertexId( endVertex ) ].end();
- ++opEdgeIt)
- {
- const typename Mesh::Vertex& opStartVertex =
- (*opEdgeIt)->getStartVertex();
- const typename Mesh::UVertex opEdgeDiff =
- opStartVertex - (*opEdgeIt)->getEndVertex();
-
- if ( opEdgeDiff.isProlongation( edgeDiff ) == false )
- continue;
-
- unsigned int hangingEdgeIterations = 0;
- typename Mesh::HalfEdge* first = *opEdgeIt;
- typename Mesh::HalfEdge* next = first;
-
- while (next->getHangingEdge() != 0 &&
- ++hangingEdgeIterations <= Mesh::Prop::maximumNumberOfHangingNodes)
- {
- next = next->getHangingEdge();
- const Vertex& opEndVertex = next->getEndVertex();
-
- if ( mesh_.getVertexId(startVertex) == mesh_.getVertexId(opEndVertex) )
- {
- foundOppositeEdge = true;
- edgeIt->setOppositeEdge( first );
- next->setOppositeEdge( &(*edgeIt) );
- next->setHangingEdge( 0 );
- break;
- }
- }
-
- if ( foundOppositeEdge )
- break;
- }
- }
-
- // Cleanup:
- for (typename std::vector< typename Mesh::HalfEdge >::iterator
- edge_it = mesh_.d_->edge.begin(); edge_it != mesh_.d_->edge.end(); ++edge_it)
- {
- if (edge_it->getOppositeEdge() != 0)
- {
- edge_it->setHangingEdge(0);
- }
- }
-
- for (typename std::vector< typename Mesh::HalfEdge >::iterator
- edge_it = mesh_.d_->edge.begin(); edge_it != mesh_.d_->edge.end(); ++edge_it)
- {
- if (edge_it->getHangingEdge() != 0)
- {
- bool isBoundaryEdge = true;
- typename Mesh::HalfEdge* first = &(*edge_it);
- typename Mesh::HalfEdge* next = first;
- do
- {
- next = next->getHangingEdge();
- if (next->getOppositeEdge() != 0)
- {
- isBoundaryEdge = false;
- break;
- }
- } while (next->getHangingEdge() != 0);
-
- if (isBoundaryEdge == true)
- {
- typename Mesh::HalfEdge* current = first;
- do
- {
- next = current->getHangingEdge();
- current->setHangingEdge(0);
- current = next;
- } while (current->getHangingEdge() != 0);
- }
- else if (isBoundaryEdge == false
- && next->getOppositeEdge()->getEndVertex() != first->getStartVertex())
- {
- first->setHangingEdge(0);
- }
- }
- }
-
- // Return the created mesh instance:
- return mesh_;
-}
-
-template < template <class> class TProp >
-geoid_t
-Mesh<TProp>::getVertexId(const typename Mesh::Vertex& v) const
-{
- assert( d_->vertex.size() > 0 );
- long offset = static_cast<long>(&v - &(d_->vertex.front()));
- assert(offset >= 0 && (unsigned int)offset < d_->numberOfVertices);
- return offset;
-}
-
-template < template <class> class TProp >
-geoid_t
-Mesh<TProp>::getHalfEdgeId(const typename Mesh::HalfEdge& e) const
-{
- assert( d_->edge.size() > 0 );
- long offset = static_cast<long>(&e - &(d_->edge.front()));
- assert(offset >= 0 && (unsigned int)offset < d_->numberOfHalfEdges);
- return offset;
-}
-
-template < template <class> class TProp >
-geoid_t
-Mesh<TProp>::getFaceId(const typename Mesh::Face& f) const
-{
- assert( d_ != 0 );
- return d_->getFaceId(f);
-}
-
-template < template <class> class TProp >
-bool
-Mesh<TProp>::operator==(const Mesh& rhs) const
-{
- return false;
-#if 0
- using namespace generic;
-
- const Mesh& lhs = *this;
-
- typedef std::set< const Vertex*, PtrObjectLess<Vertex> > VertexSet;
- typedef std::set< const Face*, PtrObjectLess<Face> > FaceSet;
-
- VertexSet lhsVertices, rhsVertices;
- std::for_each( lhs.begin_v(), lhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&lhsVertices) );
- std::for_each( rhs.begin_v(), rhs.end_v(),
- SetInsertFunctor< VertexSet, Vertex >(&rhsVertices) );
-
- if (std::equal(lhsVertices.begin(), lhsVertices.end(),
- rhsVertices.begin(), PtrObjectEqual< Vertex >()) == false)
- {
- return false;
- }
-
- FaceSet lhsFaces, rhsFaces;
- std::for_each( lhs.begin_f(), lhs.end_f(),
- SetInsertFunctor< FaceSet, Face >(&lhsFaces));
- std::for_each( rhs.begin_f(), rhs.end_f(),
- SetInsertFunctor< FaceSet, Face >(&rhsFaces));
-
- return std::equal(lhsFaces.begin(), lhsFaces.end(),
- rhsFaces.begin(), PtrObjectEqual< Face >());
-#endif
-}
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef MESH_VERTEX_HPP_GUARD_
-#define MESH_VERTEX_HPP_GUARD_
-
-#include <iterator>
-
-#include "../generic/GenericVector.hpp"
-#include "../generic/Testing.hpp"
-
-#include <iostream>
-
-/**
- * @file boundary_mesh/Vertex.hpp
- * @brief This file provides the types boundary_mesh::Vertex and
- * boundary_mesh::UnlinkedVertex.
- */
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- typedef generic::Vector3D<double> UnlinkedVertex;
-
- template < class TMesh >
- class VertexT : public TMesh::UVertex
- {
- friend class testing::Tester< TMesh >;
- template <template <class> class TProp> friend class Mesh;
-
- public:
- enum WhereToStart
- {
- StartAtBeginning,
- StartAtEnd
- };
-
- private:
- class CommonIteratorBase__
- {
- public:
- CommonIteratorBase__(const VertexT& vertex,
- enum WhereToStart whereToStart);
- CommonIteratorBase__& operator++();
- bool operator==(const CommonIteratorBase__& rhs) const;
- bool operator!=(const CommonIteratorBase__& rhs) const;
-
- protected:
- const typename TMesh::HalfEdge& getCurrentHalfEdge() const;
- bool isRewinded() const;
-
- const VertexT* vertex_;
- const typename TMesh::HalfEdge* current_;
- bool rewinded_;
- };
-
- public:
- class ConstEdgeIterator : public CommonIteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::HalfEdge >
- {
- public:
- ConstEdgeIterator(const VertexT&, enum WhereToStart);
- ConstEdgeIterator& operator++();
- const typename TMesh::HalfEdge& operator*() const;
- const typename TMesh::HalfEdge* operator->() const;
- };
-
- class ConstFaceIterator : public CommonIteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::Face >
- {
- public:
- ConstFaceIterator(const VertexT&, enum WhereToStart);
- ConstFaceIterator& operator++();
- const typename TMesh::Face& operator*() const;
- const typename TMesh::Face* operator->() const;
- };
-
- class ConstVertexIterator : public CommonIteratorBase__,
- std::iterator< std::input_iterator_tag, typename TMesh::Vertex >
- {
- public:
- ConstVertexIterator(const VertexT&, enum WhereToStart);
- const typename TMesh::Vertex& operator*() const;
- const typename TMesh::Vertex* operator->() const;
- };
-
- VertexT(const typename TMesh::Vertex& v);
- const typename TMesh::HalfEdge& getHalfEdge() const;
-
- ConstEdgeIterator begin_e() const;
- ConstEdgeIterator end_e() const;
- ConstFaceIterator begin_f() const;
- ConstFaceIterator end_f() const;
- ConstVertexIterator begin_v() const;
- ConstVertexIterator end_v() const;
-
- private:
- VertexT();
- VertexT(double,double,double);
- VertexT(const double[3]);
- VertexT(const typename TMesh::UVertex& downCopy);
- void setHalfEdge(const typename TMesh::HalfEdge& halfedge);
-
- const typename TMesh::HalfEdge* halfedge_;
- };
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_VERTEX_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_VERTEX_TMPL_CPP_GUARD_
-
-#include "Vertex.hpp"
-
-#include <cassert>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- template < class TMesh >
- VertexT< TMesh >::VertexT(const typename TMesh::Vertex& v)
- : TMesh::UVertex(v), halfedge_(v.halfedge_)
- {}
-
- template < class TMesh >
- VertexT< TMesh >::VertexT(const double coord[3])
- : TMesh::UVertex(coord), halfedge_(0)
- {}
-
- template < class TMesh >
- VertexT< TMesh >::VertexT(double x, double y, double z)
- : TMesh::UVertex(x,y,z), halfedge_(0)
- {}
-
- template < class TMesh >
- VertexT< TMesh >::VertexT(const typename TMesh::UVertex& down_copy)
- : TMesh::UVertex(down_copy), halfedge_(0)
- {}
-
- template < class TMesh >
- void
- VertexT< TMesh >::setHalfEdge(const typename TMesh::HalfEdge& halfedge)
- {
- halfedge_ = &halfedge;
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge&
- VertexT< TMesh >::getHalfEdge() const
- {
- assert(halfedge_ != 0);
- return *halfedge_;
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstEdgeIterator
- VertexT< TMesh >::begin_e() const
- {
- return ConstEdgeIterator(*this, StartAtBeginning);
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstEdgeIterator
- VertexT< TMesh >::end_e() const
- {
- return ConstEdgeIterator(*this, StartAtEnd);
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstFaceIterator
- VertexT< TMesh >::begin_f() const
- {
- return ConstFaceIterator(*this, StartAtBeginning);
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstFaceIterator
- VertexT< TMesh >::end_f() const
- {
- return ConstFaceIterator(*this, StartAtEnd);
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstVertexIterator
- VertexT< TMesh >::begin_v() const
- {
- return ConstVertexIterator(*this, StartAtBeginning);
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstVertexIterator
- VertexT< TMesh >::end_v() const
- {
- return ConstVertexIterator(*this, StartAtEnd);
- }
-
- template < class TMesh >
- VertexT< TMesh >::ConstEdgeIterator::ConstEdgeIterator(
- const VertexT< TMesh >& vertex, enum WhereToStart whereToStart)
- : CommonIteratorBase__(vertex,whereToStart)
- {
- }
-
- template < class TMesh >
- VertexT< TMesh >::CommonIteratorBase__::CommonIteratorBase__(
- const VertexT& vertex, enum WhereToStart whereToStart)
- : vertex_(&vertex), current_(&(vertex.getHalfEdge())), rewinded_(false)
- {
- if (whereToStart == StartAtEnd)
- {
- current_ = 0;
- }
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::CommonIteratorBase__&
- VertexT< TMesh >::CommonIteratorBase__::operator++()
- {
- assert( current_ != 0 );
-
- if ( rewinded_ == true )
- {
- rewinded_ = false;
- if ( current_ == &(vertex_->getHalfEdge()) )
- {
- current_ = 0;
- }
- }
- else if ( current_->getOppositeEdge() == 0 )
- { // The Vertex is part of the boundary. Rewind the iterator to
- // get the desired behaviour:
- current_ = current_->getPreviousEdge();
- while ( current_->getOppositeEdge() != 0 )
- {
- current_ = current_->getOppositeEdge();
- current_ = current_->getNextEdge()->getNextEdge(); // TODO: Does not work for rectangles.
- }
- current_ = current_->getNextEdge();
- rewinded_ = true;
- }
- else
- {
- const typename TMesh::HalfEdge* nextEdge =
- current_->getOppositeEdge()->getNextEdge();
-
- // TODO: ???
- if ( nextEdge == &(vertex_->getHalfEdge()) )
- { // We are at the end.
- current_ = 0;
- }
- else
- {
- current_ = nextEdge;
- }
- }
-
- return *this;
- }
-
- template < class TMesh >
- bool
- VertexT< TMesh >::CommonIteratorBase__::operator==(
- const VertexT< TMesh >::CommonIteratorBase__& rhs) const
- {
- return current_ == rhs.current_
- && rewinded_ == rhs.rewinded_
- && vertex_ == rhs.vertex_;
- }
-
- template < class TMesh >
- bool
- VertexT< TMesh >::CommonIteratorBase__::operator!=(
- const VertexT< TMesh >::CommonIteratorBase__& rhs) const
- {
- return current_ != rhs.current_
- || rewinded_ != rhs.rewinded_
- || vertex_ != rhs.vertex_;
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge&
- VertexT< TMesh >::CommonIteratorBase__::getCurrentHalfEdge() const
- {
- return *current_;
- }
-
- template < class TMesh >
- bool
- VertexT< TMesh >::CommonIteratorBase__::isRewinded() const
- {
- return rewinded_;
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstEdgeIterator&
- VertexT< TMesh >::ConstEdgeIterator::operator++()
- {
- CommonIteratorBase__::operator++();
- if (this->isRewinded())
- CommonIteratorBase__::operator++();
- if ( this->current_ == &(this->vertex_->getHalfEdge()) )
- {
- this->current_ = 0;
- }
- return *this;
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge&
- VertexT< TMesh >::ConstEdgeIterator::operator*() const
- {
- return this->getCurrentHalfEdge();
- }
-
- template < class TMesh >
- const typename TMesh::HalfEdge*
- VertexT< TMesh >::ConstEdgeIterator::operator->() const
- {
- return &(this->getCurrentHalfEdge());
- }
-
- template < class TMesh >
- VertexT< TMesh >::ConstFaceIterator::ConstFaceIterator(
- const VertexT< TMesh >& vertex, enum WhereToStart whereToStart)
- : CommonIteratorBase__(vertex,whereToStart)
- {
- }
-
- template < class TMesh >
- typename VertexT< TMesh >::ConstFaceIterator&
- VertexT< TMesh >::ConstFaceIterator::operator++()
- {
- CommonIteratorBase__::operator++();
- if (this->isRewinded())
- CommonIteratorBase__::operator++();
- if ( this->current_ == &(this->vertex_->getHalfEdge()) )
- {
- this->current_ = 0;
- }
- return *this;
- }
-
- template < class TMesh >
- const typename TMesh::Face&
- VertexT< TMesh >::ConstFaceIterator::operator*() const
- {
- return this->getCurrentHalfEdge().getFace();
- }
-
- template < class TMesh >
- const typename TMesh::Face*
- VertexT< TMesh >::ConstFaceIterator::operator->() const
- {
- return &(this->getCurrentHalfEdge().getFace());
- }
-
- template < class TMesh >
- VertexT< TMesh >::ConstVertexIterator::ConstVertexIterator(
- const VertexT< TMesh >& vertex, enum WhereToStart whereToStart)
- : CommonIteratorBase__(vertex,whereToStart)
- {
- }
-
- template < class TMesh >
- const typename TMesh::Vertex&
- VertexT< TMesh >::ConstVertexIterator::operator*() const
- {
- if (this->isRewinded()) // TODO:???
- return this->getCurrentHalfEdge().getPreviousEdge()->getStartVertex();
- else
- return this->getCurrentHalfEdge().getEndVertex();
- }
-
- template < class TMesh >
- const typename TMesh::Vertex*
- VertexT< TMesh >::ConstVertexIterator::operator->() const
- {
- return &(**this);
- }
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITHM_HANDLEOBJ_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITHM_HANDLEOBJ_HPP_GUARD_
-
-#include <string>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- template < class TMesh >
- TMesh loadFromObj( const char* fileName );
-
- template < class TMesh >
- TMesh loadFromObj( std::string fileName );
-
- template < class TMesh >
- void saveAsObj( const TMesh& mesh, const char* fileName );
-
- template < class TMesh >
- void saveAsObj( const TMesh& mesh, std::string fileName );
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITHM_HANDLEOBJ_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITHM_HANDLEOBJ_TMPL_CPP_GUARD_
-
-#include <iostream>
-#include <sstream>
-#include <fstream>
-#include <string>
-#include <cstring>
-
-#include <boost/regex.hpp>
-
-#include "HandleObj.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- template < class TMesh >
- TMesh
- loadFromObj( const char* fileName )
- {
- return loadFromObj< TMesh >( std::string( fileName ) );
- }
-
- template < class TMesh >
- TMesh
- loadFromObj( std::string fileName )
- {
- static const unsigned int vertexDimension = 3;
- static const boost::regex
- vertex_line("v\\s+(-?\\d+(?:\\.\\d+)?)\\s+(-?\\d+(?:\\.\\d+)?)"
- "\\s+(-?\\d+(?:\\.\\d+)?)\\s*",
- boost::regex::perl);
- static const boost::regex
- face_line("f\\s+((?:\\d+\\s+|\\d+$){3,})\\s*",
- boost::regex::perl);
- static const boost::regex empty_line("\\s*|\\s*\\#.*",
- boost::regex::perl);
-
- const size_t matchedNumberBufferSize = 1024;
- char* matchedNumberBuffer = new char[matchedNumberBufferSize];
-
- std::ifstream file(fileName.c_str());
-
- if ( file.is_open() == false )
- {
- assert(0);
-// throw exception::FileIO(fileName, exception::FileIO::Reading);
- }
-
- struct TMesh::Size sizeInfo;
- sizeInfo.vertices = 0;
- sizeInfo.faces = 0;
- sizeInfo.edges = 0;
- boost::smatch what;
- std::string line;
-
- while ( file.good() )
- {
- std::getline( file, line );
-
- if ( line[0] == 'v' )
- sizeInfo.vertices += 1;
- else if (line[0] == 'f' && boost::regex_match( line, what, face_line ))
- {
- sizeInfo.faces += 1;
- const std::string numbers = what[1].str();
- assert( numbers.length() < matchedNumberBufferSize );
- matchedNumberBuffer = strncpy(matchedNumberBuffer, numbers.c_str(),
- matchedNumberBufferSize);
- char* savePtr = 0;
- char* currentNumber = strtok_r(matchedNumberBuffer, " \t", &savePtr);
- do
- {
- sizeInfo.edges += 1;
- } while ((currentNumber = strtok_r( 0, " \t", &savePtr )) != 0);
- }
- }
-
- file.clear();
- file.seekg( 0, std::ios_base::beg );
-
- typename TMesh::Builder builder(sizeInfo);
- unsigned int line_number = 0;
- typename std::vector< const typename TMesh::Vertex* > faceVertices;
- faceVertices.reserve(TMesh::Prop::maximumNumberOfEdgesPerFace);
- typename std::vector< const typename TMesh::Vertex* > vertices;
- vertices.reserve(sizeInfo.vertices);
-
- while ( file.good() )
- {
- std::getline( file, line );
- ++line_number;
-
- if (line[0] == 'v' && boost::regex_match( line, what, vertex_line ))
- {
- double coordinates[vertexDimension];
- assert(what.size() == vertexDimension+1);
- for (unsigned int i = 0; i < vertexDimension; ++i)
- {
- std::istringstream istr( what[i+1] );
- istr >> coordinates[i];
- }
- vertices.push_back(&(builder.addVertex(
- typename TMesh::UVertex(coordinates))));
- }
- else if (line[0] == 'f' && boost::regex_match( line, what, face_line ))
- {
- assert(what.size() == 2);
-
- faceVertices.clear();
- const std::string numbers = what[1].str();
- assert( numbers.length() < matchedNumberBufferSize );
- matchedNumberBuffer = strncpy(matchedNumberBuffer, numbers.c_str(),
- matchedNumberBufferSize);
- char* savePtr = 0;
- char* currentNumber = strtok_r(matchedNumberBuffer, " \t", &savePtr);
- do
- {
- unsigned int id = 0;
- std::istringstream istr( currentNumber );
- istr >> id;
- assert( id <= vertices.size() );
- faceVertices.push_back( vertices[id-1] );
- } while ((currentNumber = strtok_r( 0, " \t", &savePtr )) != 0);
-
- builder.addFace(faceVertices);
- }
- else if ( boost::regex_match( line, what, empty_line ) )
- {}
- else
- {
- assert(0);
- #if 0
- throw new mesh::exception::syntax( file_name, line_number );
- #endif
- }
- }
-
- delete[] matchedNumberBuffer;
- return builder.deliver();
- }
-
- template < class TMesh >
- void saveAsObj( const TMesh& mesh, const char* fileName )
- {
- saveAsObj( mesh, std::string( fileName ) );
- }
-
- template < class TMesh >
- void saveAsObj( const TMesh& mesh, std::string fileName )
- {
- std::ofstream outputFile( fileName.c_str() );
-
- if ( outputFile.fail() == true )
- {
- // TODO: Throw proper exception.
- assert(0);
- }
-
- /// Print out all vertices ordered by their ids:
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- outputFile << "v "
- << (*vertexIt)[0] << " "
- << (*vertexIt)[1] << " "
- << (*vertexIt)[2] << std::endl;
- }
-
- /// Print out all faces with their respective ids:
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- outputFile << "f ";
- typename TMesh::Face::ConstVertexIterator vertexIt = faceIt->begin_v();
- assert( vertexIt != faceIt->end_v() );
-
- while ( true )
- {
- outputFile << mesh.getVertexId( *vertexIt ) + 1;
- ++vertexIt;
- if ( vertexIt != faceIt->end_v() )
- {
- outputFile << " ";
- }
- else
- {
- outputFile << std::endl;
- break;
- }
- }
- }
-
- outputFile.close();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEADAPTIVLY_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEADAPTIVLY_HPP_GUARD_
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- template < class TMesh,
- class TMarker,
- class TTarget >
- TTarget
- refineAdaptivly( const TMesh& mesh, const TMarker& marker );
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITH_REFINEADAPTIVLY_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITH_REFINEADAPTIVLY_TMPL_CPP_GUARD_
-
-#include "../FaceDispatch.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- template < class TMesh >
- class CountNewFacesForFaceImpl
- {
- HILBERT3D_DISPATCH_PARAMETERS_2(
- CountNewFacesForFaceImpl, void,
- typename TMesh::Size*, newMeshSize_,
- unsigned int, numberOfMarkedEdges_);
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Triangle )
- {
- assert( numberOfMarkedEdges_ <= 3 );
- unsigned int newFaces = numberOfMarkedEdges_ + 1;
- newMeshSize_->faces += newFaces;
- newMeshSize_->edges += 3 * newFaces;
- }
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Rectangle )
- {
- unsigned int newFaces = 0;
- switch ( numberOfMarkedEdges_ )
- {
- case 0:
- newFaces += 1;
- break;
- case 4:
- newMeshSize_->vertices += 1;
- case 2:
- newFaces += numberOfMarkedEdges_;
- break;
- default:
- assert(0);
- }
- newMeshSize_->faces += newFaces;
- newMeshSize_->edges += 4 * newFaces;
- }
- };
-
- template < class TMesh, class TTarget >
- class RefineFaceAdaptivlyImpl
- {
- typedef typename TTarget::Builder MyRefinementDataBuilder;
-
- HILBERT3D_DISPATCH_PARAMETERS_4(
- RefineFaceAdaptivlyImpl, void,
- MyRefinementDataBuilder*, refinementBuilder_,
- const typename std::vector< const typename TMesh::Vertex* >&, oldVert_,
- const typename std::vector< const typename TMesh::Vertex* >&, newVert_,
- unsigned int, markedBin_);
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Triangle )
- {
- typename std::vector< const typename TMesh::Vertex* > childFace(3);
-
- switch ( markedBin_ )
- {
- case 0: // Nothing marked, copy old face:
- assert( oldVert_.size() == 3 );
- refinementBuilder_->addRelationship( face, oldVert_ );
- break;
- case 1: // Only the longest edge is marked:
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = oldVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[2];
- childFace[2] = oldVert_[0];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- case 3: // Reference edge and second edge are marked:
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[2];
- childFace[2] = oldVert_[0];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = newVert_[1];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = newVert_[1];
- childFace[2] = oldVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- case 5: // Reference edge and third edge are marked:
- childFace[0] = newVert_[0];
- childFace[1] = newVert_[2];
- childFace[2] = oldVert_[0];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[2];
- childFace[2] = newVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = oldVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- case 7: // All edges are marked:
- childFace[0] = newVert_[0];
- childFace[1] = newVert_[2];
- childFace[2] = oldVert_[0];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[2];
- childFace[2] = newVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = newVert_[1];
- childFace[2] = oldVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = newVert_[1];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- default: // Marking is impossible:
- std::cerr << "Impossible Marking: " << markedBin_ << std::endl;
- assert(0);
- }
- }
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Rectangle )
- {
- std::vector< const typename TMesh::Vertex* > childFace(4);
-
- switch ( markedBin_ )
- {
- case 0: // Nothing marked, copy old face:
- assert( oldVert_.size() == 4 );
- refinementBuilder_->addRelationship( face, oldVert_ );
-
- break;
- case 5: // Reference edge and opposite edge are marked:
- childFace[0] = oldVert_[0];
- childFace[1] = newVert_[0];
- childFace[2] = newVert_[2];
- childFace[3] = oldVert_[3];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = oldVert_[2];
- childFace[3] = newVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- case 10: // Shorter edge and opposite edge are marked:
- childFace[0] = oldVert_[0];
- childFace[1] = oldVert_[1];
- childFace[2] = newVert_[1];
- childFace[3] = newVert_[3];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = newVert_[3];
- childFace[1] = newVert_[1];
- childFace[2] = oldVert_[2];
- childFace[3] = oldVert_[3];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- case 15: // All edges are marked:
- {
- const typename TMesh::Vertex* centerVertex =
- &(refinementBuilder_->addVertex(
- (*(oldVert_[0]) + *(oldVert_[2])) / 2.));
-
- childFace[0] = centerVertex;
- childFace[1] = newVert_[3];
- childFace[2] = oldVert_[0];
- childFace[3] = newVert_[0];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = centerVertex;
- childFace[1] = newVert_[2];
- childFace[2] = oldVert_[3];
- childFace[3] = newVert_[3];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = centerVertex;
- childFace[1] = newVert_[0];
- childFace[2] = oldVert_[1];
- childFace[3] = newVert_[1];
- refinementBuilder_->addRelationship( face, childFace );
-
- childFace[0] = centerVertex;
- childFace[1] = newVert_[1];
- childFace[2] = oldVert_[2];
- childFace[3] = newVert_[2];
- refinementBuilder_->addRelationship( face, childFace );
-
- break;
- }
- default: // Impossible marking:
- assert(0);
- }
- }
- };
-
- template < class TMesh, class TMarker, class TTarget >
- TTarget
- refineAdaptivly(
- const TMesh& mesh, const TMarker& marker)
- {
- typedef SingleFaceDispatcher< CountNewFacesForFaceImpl<TMesh>,
- TMesh, void > CountNewFacesForFace;
- typedef SingleFaceDispatcher<
- RefineFaceAdaptivlyImpl<TMesh,TTarget>, TMesh, void >
- RefineFaceAdaptivly;
-
- typename TMesh::Size newMeshSize = { 0, 0, 0 };
- unsigned int numberOfHalfVertices = 0;
-
- for ( typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt )
- {
- unsigned int numberOfMarkedEdges = 0;
-
- for ( typename TMesh::Face::ConstEdgeIterator
- edgeIt = faceIt->begin_e(); edgeIt != faceIt->end_e(); ++edgeIt )
- {
- if ( marker.isMarked(*faceIt, *edgeIt) == true )
- {
- const typename TMesh::HalfEdge* opposite =
- edgeIt->getOppositeEdge();
-
- if (opposite != 0 &&
- marker.isMarked(opposite->getFace(), *opposite) )
- {
- numberOfHalfVertices += 1;
- }
- else
- {
- numberOfHalfVertices += 2;
- }
-
- numberOfMarkedEdges += 1;
- }
- }
-
- CountNewFacesForFace::Exec( *faceIt,
- typename CountNewFacesForFace::PARAM(
- &newMeshSize, numberOfMarkedEdges) );
- }
-
- newMeshSize.vertices += mesh.getNumberOfVertices() +
- (numberOfHalfVertices / 2);
-
- typename TTarget::Builder refinementBuilder( mesh, newMeshSize );
- typename std::vector< const typename TMesh::Vertex* > oldVertices;
- oldVertices.reserve( mesh.getNumberOfVertices() );
- typename std::vector< const typename TMesh::Vertex* >
- newVertices( mesh.getNumberOfHalfEdges(), 0 );
-
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- oldVertices.push_back(&(refinementBuilder.addVertex( *vertexIt )));
- }
-
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- unsigned int markerId = 1;
- unsigned int marked = 0;
- unsigned int numberOfFaceEdges = 0;
- std::vector< const typename TMesh::Vertex* > oldIds(
- faceIt->getNumberOfEdges(), 0 );
- std::vector< const typename TMesh::Vertex* > newIds(
- faceIt->getNumberOfEdges(), 0 );
-
- for (typename TMesh::Face::ConstEdgeIterator
- edgeIt = faceIt->begin_e(); edgeIt != faceIt->end_e(); ++edgeIt)
- {
- oldIds[ numberOfFaceEdges ] = oldVertices[
- mesh.getVertexId(edgeIt->getStartVertex()) ];
-
- if ( marker.isMarked(*faceIt, *edgeIt) == true )
- {
- marked += markerId;
-
- if ( newVertices[ mesh.getHalfEdgeId(*edgeIt) ] != 0 )
- {
- newIds[ numberOfFaceEdges ]
- = newVertices[ mesh.getHalfEdgeId(*edgeIt) ];
- }
- else
- {
- if ( edgeIt->getOppositeEdge() != 0 &&
- edgeIt->getOppositeEdge()->isHangingEdge() == true )
- { // TODO: Actually we should try to get the vertex that is closest
- // to the half, but for 1 hanging node, this is equivalent
- // to taking the first one.
- assert(edgeIt->getOppositeEdge()->getHangingEdge()->getHangingEdge() == 0);
- newIds[ numberOfFaceEdges ] = oldVertices[
- mesh.getVertexId(edgeIt->getOppositeEdge()->getEndVertex())];
- }
- else
- {
- const typename TMesh::Vertex* vert =
- &(refinementBuilder.addVertex(
- .5 * (edgeIt->getStartVertex() + edgeIt->getEndVertex()) ));
- newVertices[ mesh.getHalfEdgeId(*edgeIt) ] = vert;
- if ( edgeIt->getOppositeEdge() != 0
- && edgeIt->isHangingEdge() == false )
- {
- newVertices[ mesh.getHalfEdgeId(*(edgeIt->getOppositeEdge())) ]
- = vert;
- }
- newIds[ numberOfFaceEdges ] = vert;
- }
- }
- }
-
- numberOfFaceEdges += 1;
- markerId *= 2;
- }
-
- RefineFaceAdaptivly::Exec( *faceIt,
- typename RefineFaceAdaptivly::PARAM(
- &refinementBuilder, oldIds, newIds, marked) );
- }
-
- return refinementBuilder.deliver();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEUNIFORMLY_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEUNIFORMLY_HPP_GUARD_
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- template < class TMesh, class TTarget >
- TTarget refineUniformly( const TMesh& mesh );
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEUNIFORMLY_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_ALGORITHM_REFINEUNIFORMLY_TMPL_CPP_GUARD_
-
-#include "RefineUniformly.hpp"
-#include "../types.hpp"
-#include "../FaceDispatch.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace algorithm
- {
- namespace refine_uniformly_impl
- {
- template < class TMesh, class TTargetBuilder >
- typename std::vector< const typename TMesh::Vertex* >
- addEdgeVerticesForFace(
- const TMesh& oldMesh,
- TTargetBuilder* builder,
- const typename TMesh::Face& face,
- typename std::vector< const typename TMesh::Vertex* >* oldVertices,
- typename std::vector< const typename TMesh::Vertex* >* newVertices)
- {
- unsigned int i = 0;
- typename std::vector< const typename TMesh::Vertex* > faceVertices(
- face.getNumberOfVertices() * 2, 0);
-
- for ( typename TMesh::Face::ConstEdgeIterator edgeIt = face.begin_e();
- edgeIt != face.end_e(); ++edgeIt )
- {
- const typename TMesh::Vertex& startVertex =
- *((*oldVertices)[ oldMesh.getVertexId(edgeIt->getStartVertex()) ]);
- geoid_t edgeId = oldMesh.getHalfEdgeId( *edgeIt );
-
- if ( (*newVertices)[ edgeId ] == 0 )
- {
- if ( edgeIt->getOppositeEdge() != 0
- && edgeIt->getOppositeEdge()->isHangingEdge() == true )
- { // TODO: Actually we should try to get the vertex that is closest
- // to the half, but for 1 hanging node, this is equivalent
- // to taking the first one.
- assert(edgeIt->getOppositeEdge()->getHangingEdge()->getHangingEdge() == 0);
- (*newVertices)[ edgeId ] = (*oldVertices)[
- oldMesh.getVertexId(edgeIt->getOppositeEdge()->getEndVertex())];
- }
- else
- {
- const typename TMesh::Vertex& endVertex = edgeIt->getEndVertex();
- (*newVertices)[ edgeId ] =
- &(builder->addVertex( ( startVertex + endVertex ) / 2. ));
- if ( edgeIt->isHangingEdge() == false
- && edgeIt->getOppositeEdge() != 0
- && edgeIt->getOppositeEdge()->isHangingEdge() == false)
- {
- (*newVertices)[
- oldMesh.getHalfEdgeId(*(edgeIt->getOppositeEdge()))] =
- (*newVertices)[ edgeId ];
- }
- }
- }
-
- faceVertices[ 2*i + 0 ] = &(startVertex);
- faceVertices[ 2*i + 1 ] = (*newVertices)[ edgeId ];
-
- ++i;
- }
-
- return faceVertices;
- }
-
- template < class TMesh, class TTarget >
- class RefineFaceUniformlyImpl
- {
- HILBERT3D_DISPATCH_PARAMETERS_4( RefineFaceUniformlyImpl,
- void,
- const TMesh&, oldMesh_, typename TTarget::Builder*, builder_,
- typename std::vector< const typename TMesh::Vertex* >*,oldVertices_,
- typename std::vector< const typename TMesh::Vertex* >*,newVertices_);
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Triangle )
- {
- typename std::vector< const typename TMesh::Vertex* > faceVertices =
- addEdgeVerticesForFace( oldMesh_, builder_,
- face, oldVertices_, newVertices_ );
- typename std::vector< const typename TMesh::Vertex* > triangle(3);
-
- assert( faceVertices.size() == 6 );
-
- // Some ASCII-Art:
- // 4
- // *
- // / \ The big triangle is refined to the small
- // 5 *---* 3 ones. The numbers next to the stars are the
- // / \ / \ indices of the appropiate nodes with
- // 0 *---*---* 2 respect to the faceVertices vector.
- // 1
- // We need to add the following triangles:
- // [ 0, 1, 5 ], [ 1, 2, 3 ], [ 1, 3, 5 ] and [ 3, 4, 5 ]
-
- triangle[0] = faceVertices[0];
- triangle[1] = faceVertices[1];
- triangle[2] = faceVertices[5];
- builder_->addRelationship( face, triangle );
-
- triangle[0] = faceVertices[1];
- triangle[1] = faceVertices[2];
- triangle[2] = faceVertices[3];
- builder_->addRelationship( face, triangle );
-
- triangle[0] = faceVertices[1];
- triangle[1] = faceVertices[3];
- triangle[2] = faceVertices[5];
- builder_->addRelationship( face, triangle );
-
- triangle[0] = faceVertices[3];
- triangle[1] = faceVertices[4];
- triangle[2] = faceVertices[5];
- builder_->addRelationship( face, triangle );
- }
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR(
- TMesh::Prop::ConvexQuadrilateral)
- {
- typename std::vector< const typename TMesh::Vertex* > faceVertices =
- addEdgeVerticesForFace( oldMesh_, builder_,
- face, oldVertices_, newVertices_ );
- typename std::vector< const typename TMesh::Vertex* > quad(4);
-
- assert( faceVertices.size() == 8 );
-
- // Add an additional vertex right in the center of the rectangle:
- const typename TMesh::Prop::Quadrilateral& rect =
- dynamic_cast< const typename TMesh::Prop::Quadrilateral& >(
- face);
-
- const typename TMesh::Vertex* centerVertex = &(builder_->addVertex(
- ( rect.getA() + rect.getC() ) / 2.));
-
- // Some ASCII-Art:
- // 5
- // 6 *---*---* 4 Stars and numbers have the same meaning
- // | | | as in the triangle case.
- // 7 *---c---* 3 c is also a vertex, it has the special id
- // | | | centerVertex.
- // 0 *---*---* 2
- // 1
- // We need to add the following rectangles:
- // [0, 1, c, 7], [1, 2, 3, c], [3, 4, 5, c] and [5, 6, 7, c]
- quad[0] = faceVertices[0]; quad[1] = faceVertices[1];
- quad[2] = centerVertex; quad[3] = faceVertices[7];
- builder_->addRelationship( face, quad );
-
- quad[0] = faceVertices[1]; quad[1] = faceVertices[2];
- quad[2] = faceVertices[3]; quad[3] = centerVertex;
- builder_->addRelationship( face, quad );
-
- quad[0] = faceVertices[3]; quad[1] = faceVertices[4];
- quad[2] = faceVertices[5]; quad[3] = centerVertex;
- builder_->addRelationship( face, quad );
-
- quad[0] = faceVertices[5]; quad[1] = faceVertices[6];
- quad[2] = faceVertices[7]; quad[3] = centerVertex;
- builder_->addRelationship( face, quad );
- }
- };
-
- template < class TMesh >
- class ComputeNewSizeForFaceImpl
- {
- HILBERT3D_DISPATCH_PARAMETERS_1( ComputeNewSizeForFaceImpl,
- void,
- typename TMesh::Size*, size_ );
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR( TMesh::Prop::Triangle )
- {
- size_->vertices += 6;
- size_->faces += 4;
- size_->edges += 12;
- }
-
- HILBERT3D_SINGLE_DISPATCH_IMPLEMENTATION_FOR(
- TMesh::Prop::ConvexQuadrilateral )
- {
- size_->vertices += 9;
- size_->faces += 4;
- size_->edges += 16;
- }
- };
- }
-
- template < class TMesh, class TTarget >
- TTarget
- refineUniformly( const TMesh& mesh )
- {
- // Define nice names for the used functions.
- typedef SingleFaceDispatcher<
- refine_uniformly_impl::ComputeNewSizeForFaceImpl< TMesh >, TMesh >
- ComputeNewSizeForFace;
- typedef SingleFaceDispatcher<
- refine_uniformly_impl::RefineFaceUniformlyImpl<TMesh, TTarget>, TMesh>
- RefineFaceUniformly;
-
- // Compute the new size of the mesh using the appropiate functor and
- // create a TMesh::Builder instance for the new mesh.
- typename TMesh::Size newSize = { 0, 0, 0 };
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- ComputeNewSizeForFace::Exec( *faceIt,
- typename ComputeNewSizeForFace::PARAM( &newSize ) );
- }
-
- typename TTarget::Builder builder( mesh, newSize );
-
- // Add all vertices of the old mesh (in the same order, the ids are
- // therefore the same for both meshes):
- typename std::vector< const typename TMesh::Vertex* > oldVertices(
- mesh.getNumberOfVertices(), 0);
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- oldVertices[ mesh.getVertexId(*vertexIt) ] =
- &(builder.addVertex( *vertexIt ));
- }
-
- // Call the refineFaceUniformly functor to actually do the work and
- // refine the faces.
- typename std::vector< const typename TMesh::Vertex* >
- newVertices( mesh.getNumberOfHalfEdges(), 0 );
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- RefineFaceUniformly::Exec( *faceIt,
- typename RefineFaceUniformly::PARAM(mesh, &builder,
- &oldVertices,&newVertices) );
- }
-
- return builder.deliver();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#include "FaceDispatch.hpp"
-#include <iostream>
-
-using namespace boundary_mesh;
-
-/*
- * NEU NEU NEU
- *
- * Ich habe gerade einen dynamischen Multi-Dispatcher geschrieben, hier ist
- * das Ergebnis. Ziel ist es -- nur um dir das Googeln zu ersparen -- den
- * Typ eines Faces dynamisch zur Laufzeit zu erkennen und daraufhin die dem
- * Typ entsprechende Variante einer Funktion aufzurufen.
- *
- * Man kann dabei daran denken, dass wir eine Funktion refineFace schreiben
- * können, die in Abhängigkeit vom Typ des Faces das Face selbstständig
- * verfeinert.
- *
- * In unserem jetzigen refine-Algorithmus können wir dann einfach diese
- * refine-Funktion aufrufen und es passiert das richtige, d.h. wir ersparen
- * uns die Fallunterscheidungen innerhalb der Funktion, haben nicht den
- * Code für alle verschiedenen Faces innerhalb dieser einen Funktion und
- * halten die Bibliothek leichter erweiterbar.
- *
- */
-
-// Hier deklarieren wir zum Testen eine abstrakte Basisklasse RFace, sowie
-// zwei Realisierungen RTriangle und RQuadrilateral.
-// Volle Implementierungen dieser Klassen sind bald Bestandteil von Face.hpp.
-struct Mesh {};
-
-struct RFace
-{
- virtual dispatchId_t getDispatchId() const =0;
-};
-
-struct RTriangle : RFace
-{
- virtual dispatchId_t getDispatchId() const {
- return DispatchId< Mesh, RTriangle >::Get();
- }
-};
-
-struct RQuadrilateral : RFace
-{
- virtual dispatchId_t getDispatchId() const {
- return DispatchId< Mesh, RQuadrilateral >::Get();
- }
-};
-
-// Das ist die Realisierung der Funktion für ein Dreieck.
-void testTriangle( const RFace& f )
-{
- std::cout << "Das ist ein Dreieck!" << std::endl;
-}
-
-// Und das für ein Viereck.
-void testQuadrilateral( const RFace& f )
-{
- std::cout << "Das ist ein Viereck!" << std::endl;
-}
-
-// Nun erzeugen wir einen Dispatch-Funktor mit dem Namen test, in dem Fall
-// als globale Variable.
-MultiDispatchSingleArg< RFace, void (&)( const RFace& f ),
- void (*)( const RFace& f )> test;
-
-int main()
-{
- // Jedem Face-Typen gehört *einmalig* eine Id zugeordnet. Darum kümmert
- // sich später eine Initialisierungsfunktion, die automatisch aufgerufen
- // wird.
- DispatchId< Mesh, RTriangle >::Set(
- CentralDispatchIdDispenser< Mesh >::Get());
- DispatchId< Mesh, RQuadrilateral >::Set(
- CentralDispatchIdDispenser< Mesh >::Get());
-
- // Jedem Funktor muss mitgeteilt werden, welche Realisierungen zur
- // Verfügung stehen. Prinzipiell wird es dazu eine Liste von
- // Registrierungsfunktionen geben, die von der Initialisierungsfunktion
- // aufgerufen werden.
- test.registerHandler< Mesh, RTriangle >( testTriangle );
- test.registerHandler< Mesh, RQuadrilateral >( testQuadrilateral );
-
- // So, sobald alles aufgesetzt ist wird es etwas hübscher:
- // Unsere Test-Typen.
- RTriangle t;
- RQuadrilateral q;
-
- // So sehen dann die Funktionsaufrufe aus.
- test(t)(t);
- test(q)(q);
-
- // Ausgabe:
- // Das ist ein Dreieck!
- // Das ist ein Viereck!
- //
-
- return 0;
-}
-
-// Das sieht nicht nach sehr viel aus, aber dadurch wird es möglich, den
-// Code gut zu strukturieren und die Netzverwaltung vorallem erweiterbar
-// zu halten. Außerdem ist der Dispatcher schneller als eine Liste von
-// dynamic_casts, weil er in einer Tabelle nachsieht und nicht versuchen
-// muss das Objekt auf alle Möglichkeiten zu casten.
-
-// Was derzeit vor allem noch fehlt ist die Möglichkeit, den dynamischen
-// Dispatcher gegen einen statischen auszutauschen um Zeit zu sparen, falls
-// das Netz z.B. nur aus Dreiecken besteht.
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_EXCEPTION_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_EXCEPTION_HPP_GUARD_
-
-#include "exception/NoMatchingFaceType.hpp"
-
-#endif
-
+++ /dev/null
-#include "CouldNotDispatchCall.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace exception
- {
- CouldNotDispatchCall::CouldNotDispatchCall( const std::string& whatArg )
- : std::runtime_error( whatArg )
- {}
- }
-}
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_EXCEPTION_COULDNOTDISPATCHCALL_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_EXCEPTION_COULDNOTDISPATCHCALL_HPP_GUARD_
-
-#include <exception>
-#include <stdexcept>
-#include <string>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace exception
- {
- class CouldNotDispatchCall : public std::runtime_error
- {
- public:
- CouldNotDispatchCall( const std::string& whatArg );
- };
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#include "DispatchIdNotSet.hpp"
-
-namespace boundary_mesh
-{
- namespace exception
- {
- DispatchIdNotSet::DispatchIdNotSet( const std::string& whatArg )
- : std::logic_error( whatArg )
- {}
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_EXCEPTION_DISPATCHIDNOTSET_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_EXCEPTION_DISPATCHIDNOTSET_HPP_GUARD_
-
-#include <exception>
-#include <stdexcept>
-#include <string>
-
-namespace boundary_mesh
-{
- namespace exception
- {
- class DispatchIdNotSet : public std::logic_error
- {
- public:
- DispatchIdNotSet( const std::string& whatArg );
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_EXCEPTION_NOMATCHINGFACETYPE_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_EXCEPTION_NOMATCHINGFACETYPE_HPP_GUARD_
-
-#include <exception>
-#include <stdexcept>
-#include <string>
-#include <vector>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace exception
- {
- template < class TMesh >
- class NoMatchingFaceType : public std::runtime_error
- {
- public:
- NoMatchingFaceType(const std::string& what_arg,
- const std::vector< const typename TMesh::Vertex* > vertices) throw();
-
- virtual ~NoMatchingFaceType() throw();
- virtual const char* what() const throw();
-
- private:
- char* message_;
-
- static const unsigned int maximumMessageSize = 512;
- };
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#include "NoMatchingFaceType.hpp"
-
-#include <cstring>
-#include <sstream>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace exception
- {
- template < class TMesh >
- NoMatchingFaceType< TMesh >::NoMatchingFaceType(
- const std::string& what_arg,
- const std::vector< const typename TMesh::Vertex* > vertices) throw()
- : std::runtime_error(what_arg), message_(new char[maximumMessageSize])
- {
- message_ = std::strncpy(message_, std::runtime_error::what(),
- maximumMessageSize);
- if ( message_[maximumMessageSize-1] != '\0' )
- {
- message_[maximumMessageSize-1] = '\0';
- }
- else
- {
- size_t firstFreePos = strlen(message_);
- std::strncpy(message_+firstFreePos,
- "\nThe following vertices are involved:",
- maximumMessageSize - firstFreePos);
- if (message_[maximumMessageSize-1] != '\0')
- {
- message_[maximumMessageSize-1] = '\0';
- }
- else
- {
- std::stringstream ss;
- for ( typename std::vector< const typename TMesh::Vertex* >::
- const_iterator vertexIt = vertices.begin();
- vertexIt != vertices.end(); ++vertexIt )
- {
- ss << std::endl << **vertexIt;
- }
- std::string s = ss.str();
-
- firstFreePos = strlen(message_);
- std::strncpy(message_+firstFreePos, s.c_str(),
- maximumMessageSize - firstFreePos);
- if (message_[maximumMessageSize-1] != '\0')
- {
- message_[maximumMessageSize-1] = '\0';
- }
- }
- }
- }
-
- template < class TMesh >
- NoMatchingFaceType< TMesh >::~NoMatchingFaceType() throw()
- {
- delete message_;
- }
-
- template < class TMesh >
- const char*
- NoMatchingFaceType< TMesh >::what() const throw()
- {
- return message_;
- }
- }
-}
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_EXCEPTION_NOMATCHINGFACETYPE_TMPL_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_EXCEPTION_NOMATCHINGFACETYPE_TMPL_HPP_GUARD_
-
-#include "NoMatchingFaceType.hpp"
-#include "NoMatchingFaceType_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_CONVEXQUADRILATERAL_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_CONVEXQUADRILATERAL_HPP_GUARD_
-
-#include "../../generic/BaseTypes.hpp"
-#include "Quadrilateral.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- class GenericConvexQuadrilateral__
- : public TFaceBase
- {
- public:
- static bool is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices);
-
- GenericConvexQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge );
- GenericConvexQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id );
- double computeArea() const;
- };
- }
-
- template < class TMesh >
- class ConvexQuadrilateral
- : public priv::GenericConvexQuadrilateral__<
- Quadrilateral<TMesh>, TMesh >
- {
- public:
- ConvexQuadrilateral( const typename TMesh::HalfEdge& halfedge );
- };
-
- template < class TMesh >
- class RConvexQuadrilateral
- : public priv::GenericConvexQuadrilateral__<
- RQuadrilateral< TMesh >, TMesh >
- {
- typedef priv::GenericConvexQuadrilateral__<
- RQuadrilateral< TMesh >, TMesh > GenericConvexQuadrilateral;
-
- public:
- RConvexQuadrilateral( const typename TMesh::HalfEdge& halfedge,
- geoid_t id );
- virtual double computeArea() const;
- };
-
- template < class TMesh >
- class NoConvexQuadrilateral
- : public generic::NullType
- {};
- }
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_CONVEXQUADRILATERAL_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_CONVEXQUADRILATERAL_TMPL_CPP_GUARD_
-
-#include "../Face.hpp"
-#include "Quadrilateral_tmpl.cpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- inline int signum(double x) // MK: changed this to inline, otherwise "mulitple definition error" when compiling....solution to this??
- {
- if ( x < 0 )
- return -1;
- else if ( x > 0 )
- return 1;
- else
- return 0;
- }
-
- template < class TFaceBase, class TMesh >
- bool
- GenericConvexQuadrilateral__< TFaceBase, TMesh >::is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices)
- {
- static const double eps = 1e-14;
- return true;
- if (vertices.size() == 4)
- {
- const typename TMesh::Vertex& a = *(vertices[0]);
- const typename TMesh::Vertex& b = *(vertices[1]);
- const typename TMesh::Vertex& c = *(vertices[2]);
- const typename TMesh::Vertex& d = *(vertices[3]);
- typename TMesh::UVertex ac = c-a;
- typename TMesh::UVertex bd = d-b;
- double denominator = ac[1]*bd[0] - ac[0]*bd[1];
-
- if ( std::fabs( denominator ) > 1e6 * eps )
- {
- double t = 1. / denominator *
- (-bd[1] * (b[0] - a[0]) + bd[0] * (b[1] - a[1]));
- double s = 1. / denominator *
- (-ac[1] * (b[0] - a[0]) + ac[0] * (b[1] - a[1]));
- // XXX: The constant-eps-approach might be wrong. Consider using
- // an estimate based on the vectors ...
- if ( t > 0 && t < 1 && s > 0 && s < 1
- && std::fabs( a[2] + t*ac[2] - b[2] + s*bd[2] < 1e6 * eps ) )
- {
- return true;
- }
- }
- }
- return false;
- }
-
- template < class TFaceBase, class TMesh >
- GenericConvexQuadrilateral__< TFaceBase, TMesh >::
- GenericConvexQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge)
- : TFaceBase( halfedge )
- {}
-
- template < class TFaceBase, class TMesh >
- GenericConvexQuadrilateral__< TFaceBase, TMesh >::
- GenericConvexQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : TFaceBase( halfedge, id )
- {}
-
- template < class TFaceBase, class TMesh >
- double
- GenericConvexQuadrilateral__< TFaceBase, TMesh >::computeArea() const
- {
- const typename TMesh::Vertex& a = TFaceBase::getA();
- const typename TMesh::Vertex& b = TFaceBase::getB();
- const typename TMesh::Vertex& c = TFaceBase::getC();
- const typename TMesh::Vertex& d = TFaceBase::getD();
- return .5 * ( (TMesh::Vertex::crossProduct( b-a, d-a )).norm()
- + (TMesh::Vertex::crossProduct( b-c, d-c )).norm());
- }
- }
-
- template < class TMesh >
- ConvexQuadrilateral< TMesh >::ConvexQuadrilateral(
- const typename TMesh::HalfEdge& halfedge)
- : priv::GenericConvexQuadrilateral__< Quadrilateral< TMesh >, TMesh >(
- halfedge)
- {}
-
- template < class TMesh >
- RConvexQuadrilateral< TMesh >::RConvexQuadrilateral(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : priv::GenericConvexQuadrilateral__< RQuadrilateral< TMesh >, TMesh >(
- halfedge, id)
- {}
-
- template < class TMesh >
- double
- RConvexQuadrilateral< TMesh >::computeArea() const
- {
- return GenericConvexQuadrilateral::computeArea();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_PARALLELOGRAM_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_PARALLELOGRAM_HPP_GUARD_
-
-#include "../../generic/BaseTypes.hpp"
-#include "ConvexQuadrilateral.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- class GenericParallelogram__
- : public TFaceBase
- {
- public:
- static bool is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices);
-
- GenericParallelogram__( const typename TMesh::HalfEdge& halfedge );
- GenericParallelogram__( const typename TMesh::HalfEdge& halfedge,
- geoid_t id );
- double computeArea() const;
- };
- }
-
- template < class TMesh >
- class Parallelogram
- : public priv::GenericParallelogram__<
- ConvexQuadrilateral<TMesh>, TMesh >
- {
- public:
- Parallelogram( const typename TMesh::HalfEdge& halfedge );
- };
-
- template < class TMesh >
- class RParallelogram
- : public priv::GenericParallelogram__<
- RConvexQuadrilateral< TMesh >, TMesh >
- {
- typedef priv::GenericParallelogram__<
- RConvexQuadrilateral< TMesh >, TMesh > GenericParallelogram;
-
- public:
- RParallelogram( const typename TMesh::HalfEdge& halfedge, geoid_t id );
- virtual double computeArea() const;
- };
-
- template < class TMesh >
- class NoParallelogram
- : public generic::NullType
- {};
- }
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_PARALLELOGRAM_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_PARALLELOGRAM_TMPL_CPP_GUARD_
-
-#include "Parallelogram.hpp"
-#include <cmath>
-#include "ConvexQuadrilateral_tmpl.cpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- bool GenericParallelogram__< TFaceBase, TMesh >::is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices)
- {
- if ( TFaceBase::is( vertices ) == true )
- {
- const typename TMesh::Vertex& a = *(vertices[0]);
- const typename TMesh::Vertex& b = *(vertices[1]);
- const typename TMesh::Vertex& c = *(vertices[2]);
- const typename TMesh::Vertex& d = *(vertices[3]);
- return (b - a).isLinearlyDependent( d - c ) &&
- (c - b).isLinearlyDependent( a - d );
- }
- return false;
- }
-
- template < class TFaceBase, class TMesh >
- GenericParallelogram__< TFaceBase, TMesh >::GenericParallelogram__(
- const typename TMesh::HalfEdge& halfedge )
- : TFaceBase( halfedge )
- {}
-
- template < class TFaceBase, class TMesh >
- GenericParallelogram__< TFaceBase, TMesh >::GenericParallelogram__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id )
- : TFaceBase( halfedge, id )
- {}
-
- template < class TFaceBase, class TMesh >
- double
- GenericParallelogram__< TFaceBase, TMesh >::computeArea() const
- {
- return TMesh::Vertex::crossProduct(
- TFaceBase::getB() - TFaceBase::getA(),
- TFaceBase::getC() - TFaceBase::getA() ).norm();
- }
- }
-
- template < class TMesh >
- Parallelogram< TMesh >::Parallelogram(
- const typename TMesh::HalfEdge& halfedge)
- : priv::GenericParallelogram__< ConvexQuadrilateral< TMesh >, TMesh >(
- halfedge)
- {}
-
- template < class TMesh >
- RParallelogram< TMesh >::RParallelogram(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : priv::GenericParallelogram__< RConvexQuadrilateral< TMesh >, TMesh >(
- halfedge, id)
- {}
-
- template < class TMesh >
- double
- RParallelogram< TMesh >::computeArea() const
- {
- return GenericParallelogram::computeArea();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_QUADRILATERAL_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_QUADRILATERAL_HPP_GUARD_
-
-#include <vector>
-#include "../../generic/BaseTypes.hpp"
-#include "../types.hpp"
-#include "../Face.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- class GenericQuadrilateral__
- : public TFaceBase
- {
- public:
- static bool is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices);
-
- GenericQuadrilateral__( const typename TMesh::HalfEdge& halfedge );
- GenericQuadrilateral__( const typename TMesh::HalfEdge& halfedge,
- geoid_t id );
- double computeArea() const;
- geoid_t getNumberOfVertices() const;
- const typename TMesh::Vertex& getA() const;
- const typename TMesh::Vertex& getB() const;
- const typename TMesh::Vertex& getC() const;
- const typename TMesh::Vertex& getD() const;
- };
- }
-
- template < class TMesh >
- class Quadrilateral
- : public priv::GenericQuadrilateral__< CommonFaceBase__< TMesh >, TMesh >
- {
- public:
- Quadrilateral( const typename TMesh::HalfEdge& halfedge );
- };
-
- template < class TMesh >
- class RQuadrilateral
- : public priv::GenericQuadrilateral__< RFace< TMesh >, TMesh >
- {
- typedef priv::GenericQuadrilateral__< RFace< TMesh >, TMesh >
- GenericQuadrilateral;
-
- public:
- RQuadrilateral( const typename TMesh::HalfEdge& halfedge, geoid_t id );
- virtual double computeArea() const;
- virtual geoid_t getNumberOfVertices() const;
- virtual dispatchId_t getDispatchId() const;
- };
-
- template < class TMesh >
- class NoQuadrilateral
- : public generic::NullType
- {};
- }
-} // namespace boundary_mesh
-} // namespace hilbert3d
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_QUADRILATERAL_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_QUADRILATERAL_TMPL_CPP_GUARD_
-
-#include <cmath>
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- bool
- GenericQuadrilateral__< TFaceBase, TMesh >::is(
- const typename std::vector< const typename TMesh::Vertex* > vertices)
- {
- #ifdef HILBERT3D_BOUNDARY_MESH_CHEAP_TYPE_CHECKS
- return vertices.size() == 4;
- #else
- const typename TMesh::Vertex& a = vertices[0];
- const typename TMesh::Vertex& b = vertices[1];
- const typename TMesh::Vertex& c = vertices[2];
- const typename TMesh::Vertex& d = vertices[3];
- return ( vertices.size() == 4 &&
- (b-a).isLinearlyDependent(c-b) == false &&
- (c-b).isLinearlyDependent(d-c) == false &&
- (d-c).isLinearlyDependent(a-d) == false &&
- (a-d).isLinearlyDependent(b-a) == false );
-
- #endif
- }
-
- template < class TFaceBase, class TMesh >
- GenericQuadrilateral__< TFaceBase, TMesh >::GenericQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge)
- : TFaceBase( halfedge )
- {}
-
- template < class TFaceBase, class TMesh >
- GenericQuadrilateral__< TFaceBase, TMesh >::GenericQuadrilateral__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : TFaceBase( halfedge, id )
- {}
-
- template < class TFaceBase, class TMesh >
- double
- GenericQuadrilateral__< TFaceBase, TMesh >::computeArea() const
- {
- const typename TMesh::Vertex& a = getA();
- const typename TMesh::Vertex& b = getB();
- const typename TMesh::Vertex& c = getC();
- const typename TMesh::Vertex& d = getD();
-
- return (TMesh::Vertex::crossProduct( d - a, b - a )
- + TMesh::Vertex::crossProduct( a - b, c - b )
- + TMesh::Vertex::crossProduct( b - c, d - c )
- + TMesh::Vertex::crossProduct( c - d, a - d )).norm();
- }
-
- template < class TFaceBase, class TMesh >
- geoid_t
- GenericQuadrilateral__< TFaceBase, TMesh >::getNumberOfVertices() const
- {
- return 4;
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericQuadrilateral__< TFaceBase, TMesh >::getA() const
- {
- return FaceVertexCache< TMesh >::Get( this, 0 );
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericQuadrilateral__< TFaceBase, TMesh >::getB() const
- {
- return FaceVertexCache< TMesh >::Get( this, 1 );
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericQuadrilateral__< TFaceBase, TMesh >::getC() const
- {
- return FaceVertexCache< TMesh >::Get( this, 2 );
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericQuadrilateral__< TFaceBase, TMesh >::getD() const
- {
- return FaceVertexCache< TMesh >::Get( this, 3 );
- }
- }
-
- template < class TMesh >
- Quadrilateral< TMesh >::Quadrilateral(
- const typename TMesh::HalfEdge& halfedge )
- : priv::GenericQuadrilateral__< CommonFaceBase__< TMesh >, TMesh >(
- halfedge )
- {}
-
- template < class TMesh >
- RQuadrilateral< TMesh >::RQuadrilateral(
- const typename TMesh::HalfEdge& halfedge, geoid_t id )
- : priv::GenericQuadrilateral__< RFace< TMesh >, TMesh >(halfedge,id)
- {}
-
- template < class TMesh >
- double
- RQuadrilateral< TMesh >::computeArea() const
- {
- return GenericQuadrilateral::computeArea();
- }
-
- template < class TMesh >
- geoid_t
- RQuadrilateral< TMesh >::getNumberOfVertices() const
- {
- return GenericQuadrilateral::getNumberOfVertices();
- }
-
- template < class TMesh >
- dispatchId_t
- RQuadrilateral< TMesh >::getDispatchId() const
- {
- // TODO: Implement or remove.
- return -1;
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_RECTANGLE_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_RECTANGLE_HPP_GUARD_
-
-#include "../../generic/BaseTypes.hpp"
-#include "Parallelogram.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- class GenericRectangle__
- : public TFaceBase
- {
- public:
- static bool is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices);
-
- GenericRectangle__( const typename TMesh::HalfEdge& halfedge );
- GenericRectangle__( const typename TMesh::HalfEdge& halfedge,
- geoid_t id );
- double computeDiameter() const;
- };
- }
-
- template < class TMesh >
- class Rectangle
- : public priv::GenericRectangle__<
- Parallelogram<TMesh>, TMesh >
- {
- public:
- Rectangle( const typename TMesh::HalfEdge& halfedge );
- };
-
- template < class TMesh >
- class RRectangle
- : public priv::GenericRectangle__<
- RParallelogram< TMesh >, TMesh >
- {
- typedef priv::GenericRectangle__<
- RParallelogram< TMesh >, TMesh > GenericRectangle;
-
- public:
- RRectangle( const typename TMesh::HalfEdge& halfedge, geoid_t id );
- virtual double computeDiameter() const;
- };
-
- template < class TMesh >
- class NoRectangle
- : public generic::NullType
- {};
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_RECTANGLE_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_RECTANGLE_TMPL_CPP_GUARD_
-
-#include "Rectangle.hpp"
-#include "Parallelogram_tmpl.cpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- bool
- GenericRectangle__< TFaceBase, TMesh >::is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices)
- {
- return TFaceBase::is( vertices ) &&
- (*vertices[1] - *vertices[0])
- .approximatlyEquals(*vertices[2] - *vertices[3]);
- }
-
- template < class TFaceBase, class TMesh >
- GenericRectangle__< TFaceBase, TMesh >::GenericRectangle__(
- const typename TMesh::HalfEdge& halfedge )
- : TFaceBase( halfedge )
- {}
-
- template < class TFaceBase, class TMesh >
- GenericRectangle__< TFaceBase, TMesh >::GenericRectangle__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : TFaceBase( halfedge, id )
- {}
-
- template < class TFaceBase, class TMesh >
- double
- GenericRectangle__< TFaceBase, TMesh >::computeDiameter() const
- {
- return (this->getC() - this->getA()).norm();
- }
- }
-
- template < class TMesh >
- Rectangle< TMesh >::Rectangle(
- const typename TMesh::HalfEdge& halfedge )
- : priv::GenericRectangle__< Parallelogram< TMesh >, TMesh >(halfedge)
- {}
-
- template < class TMesh >
- RRectangle< TMesh >::RRectangle(
- const typename TMesh::HalfEdge& halfedge, geoid_t id )
- : priv::GenericRectangle__< RParallelogram<TMesh>, TMesh >(halfedge, id)
- {}
-
- template < class TMesh >
- double
- RRectangle< TMesh >::computeDiameter() const
- {
- return GenericRectangle::computeDiameter();
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_TRIANGLE_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_TRIANGLE_HPP_GUARD_
-
-#include "../../generic/BaseTypes.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- class GenericTriangle__
- : public TFaceBase
- {
- public:
- static bool is(
- const typename std::vector< const typename TMesh::Vertex* >
- vertices);
-
- GenericTriangle__( const typename TMesh::HalfEdge& halfedge );
- GenericTriangle__( const typename TMesh::HalfEdge& halfedge,
- geoid_t id );
- double computeDiameter() const;
- double computeArea() const;
- geoid_t getNumberOfVertices() const;
- const typename TMesh::Vertex& getA() const;
- const typename TMesh::Vertex& getB() const;
- const typename TMesh::Vertex& getC() const;
- };
- }
-
- template < class TMesh >
- class Triangle
- : public priv::GenericTriangle__< CommonFaceBase__< TMesh >, TMesh >
- {
- public:
- Triangle( const typename TMesh::HalfEdge& halfedge );
- };
-
- template < class TMesh >
- class RTriangle
- : public priv::GenericTriangle__< RFace< TMesh >, TMesh >
- {
- typedef priv::GenericTriangle__< RFace< TMesh >, TMesh > GenericTriangle;
-
- public:
- RTriangle( const typename TMesh::HalfEdge& halfedge, geoid_t id );
- virtual double computeDiameter() const;
- virtual double computeArea() const;
- virtual geoid_t getNumberOfVertices() const;
- virtual dispatchId_t getDispatchId() const;
- };
-
- template < class TMesh >
- class NoTriangle : public generic::NullType
- {};
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_FACE_TRIANGLE_TMPL_CPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_FACE_TRIANGLE_TMPL_CPP_GUARD_
-
-#include "Triangle.hpp"
-#include "../Face.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- namespace face
- {
- namespace priv
- {
- template < class TFaceBase, class TMesh >
- bool
- GenericTriangle__< TFaceBase, TMesh >::is(
- const typename std::vector< const typename TMesh::Vertex* > vert)
- {
- return vert.size() == 3;
- }
-
- template < class TFaceBase, class TMesh >
- GenericTriangle__< TFaceBase, TMesh >::GenericTriangle__(
- const typename TMesh::HalfEdge& halfedge)
- : TFaceBase( halfedge )
- {}
-
- template < class TFaceBase, class TMesh >
- GenericTriangle__< TFaceBase, TMesh >::GenericTriangle__(
- const typename TMesh::HalfEdge& halfedge, geoid_t id)
- : TFaceBase( halfedge, id )
- {}
-
-
- template < class TFaceBase, class TMesh >
- double
- GenericTriangle__< TFaceBase, TMesh >::computeDiameter() const
- {
- return (getB() - getA()).norm();
- }
-
- template < class TFaceBase, class TMesh >
- double
- GenericTriangle__< TFaceBase, TMesh >::computeArea() const
- {
- return .5 * (TMesh::Vertex::crossProduct(
- getC() - getA(), getB() - getA() ).norm());
- }
-
- template < class TFaceBase, class TMesh >
- geoid_t
- GenericTriangle__< TFaceBase, TMesh >::getNumberOfVertices() const
- {
- return 3;
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericTriangle__< TFaceBase, TMesh >::getA() const
- {
- return FaceVertexCache< TMesh >::Get( this, 0 );
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericTriangle__< TFaceBase, TMesh >::getB() const
- {
- return FaceVertexCache< TMesh >::Get( this, 1 );
- }
-
- template < class TFaceBase, class TMesh >
- const typename TMesh::Vertex&
- GenericTriangle__< TFaceBase, TMesh >::getC() const
- {
- return FaceVertexCache< TMesh >::Get( this, 2 );
- }
- }
-
- template < class TMesh >
- Triangle< TMesh >::Triangle( const typename TMesh::HalfEdge& halfedge )
- : priv::GenericTriangle__< CommonFaceBase__< TMesh >, TMesh >( halfedge )
- {}
-
- template < class TMesh >
- RTriangle< TMesh >::RTriangle( const typename TMesh::HalfEdge& halfedge,
- geoid_t id)
- : priv::GenericTriangle__< RFace< TMesh >, TMesh >( halfedge, id )
- {}
-
- template < class TMesh >
- double
- RTriangle< TMesh >::computeDiameter() const
- {
- return GenericTriangle::computeDiameter();
- }
-
- template < class TMesh >
- double
- RTriangle< TMesh >::computeArea() const
- {
- return GenericTriangle::computeArea();
- }
-
- template < class TMesh >
- geoid_t
- RTriangle< TMesh >::getNumberOfVertices() const
- {
- return GenericTriangle::getNumberOfVertices();
- }
-
- template < class TMesh >
- dispatchId_t
- RTriangle< TMesh >::getDispatchId() const
- {
- // TODO: Either remove this function or implement it.
- return -1;
- }
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifdef HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_PLOTTING_CPP_GUARD_
-#error
-#else
-#define HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_PLOTTING_CPP_GUARD_
-
-#include "Plotting.hpp"
-#include "Session.hpp"
-
-namespace boundary_mesh
-{
- namespace layer
- {
- namespace matlab_engine
- {
- template < class TMesh >
- Session
- Plotting< TMesh >::triangleMeshPlot() const
- {
- unsigned int numberOfVertices = TMesh::getNumberOfVertices();
- mxArray* coordinatesMatlab = mxCreateDoubleMatrix(
- static_cast<mwSize>(numberOfVertices), static_cast<mwSize>(3),
- mxREAL);
- double* coordinates = mxGetPr(coordinatesMatlab);
-
- unsigned int vertexIdx = 0;
- for (typename TMesh::ConstVertexIterator vertexIt = TMesh::begin_v();
- vertexIt != TMesh::end_v(); ++vertexIt, ++vertexIdx)
- {
- coordinates[ 0 * numberOfVertices + vertexIdx ] = (*vertexIt)[ 0 ];
- coordinates[ 1 * numberOfVertices + vertexIdx ] = (*vertexIt)[ 1 ];
- coordinates[ 2 * numberOfVertices + vertexIdx ] = (*vertexIt)[ 2 ];
- }
-
- unsigned int numberOfFaces = TMesh::getNumberOfFaces();
- mxArray* elementsMatlab = mxCreateDoubleMatrix(
- static_cast<mwSize>(numberOfFaces), static_cast<mwSize>(3),
- mxREAL);
- double* elements = mxGetPr(elementsMatlab);
-
- unsigned int faceIdx = 0;
- for (typename TMesh::ConstFaceIterator faceIt = TMesh::begin_f();
- faceIt != TMesh::end_f(); ++faceIt, ++faceIdx)
- {
- unsigned int j = 0;
- for (typename traits::Face::ConstVertexIterator vertexIt =
- faceIt->begin_v();
- j < 3; ++j, ++vertexIt)
- {
- elements[ j * numberOfFaces + faceIdx ] =
- static_cast<double>(getVertexId( *vertexIt ) + 1);
- }
- }
-
- Session session( "" );
- session.put( "coord", coordinatesMatlab );
- session.put( "elements", elementsMatlab );
- session.eval(
- "figure();\n"
- "trisurf( elements, coord(:, 1), coord(:, 2), coord(:, 3) );\n"
- "axis equal;\n"
- "axis vis3d;\n");
-
- mxDestroyArray( coordinatesMatlab );
- mxDestroyArray( elementsMatlab );
-
- return session;
- }
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_PLOTTING_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_PLOTTING_HPP_GUARD_
-
-#include "../MeshMixin.hpp"
-#include "Session.hpp"
-
-namespace boundary_mesh
-{
- namespace layer
- {
- namespace matlab_engine
- {
- template < class TMesh >
- class Plotting : public TMesh
- {
- HILBERT3D_MESH_MIXIN( Plotting, TMesh )
-
- public:
- Session triangleMeshPlot() const;
- };
- }
- }
-}
-
-#include "Plotting.cpp"
-
-#endif
-
+++ /dev/null
-#include "Session.hpp"
-
-using namespace boundary_mesh::layer::matlab_engine;
-
-namespace boundary_mesh
-{
- namespace layer
- {
- namespace matlab_engine
- {
- struct Session::Data
- {
- Data(Engine* engine)
- : engine_(engine), referenceCounter_(1)
- {}
-
- Engine* engine_;
- unsigned int referenceCounter_;
-
- private:
- Data()
- : engine_(0), referenceCounter_(0)
- {}
- Data& operator=(const Data& d);
- };
- }
- }
-}
-
-Session::Session( const char* run )
- : d_(new Session::Data( ::engOpen( run ) ))
-{
-}
-
-Session::Session( const Session& copy)
- : d_( copy.d_ )
-{
- ++(d_->referenceCounter_);
-}
-
-Session::~Session()
-{
- if (--(d_->referenceCounter_) <= 0)
- {
- engClose(d_->engine_);
- delete d_;
- }
-}
-
-void
-Session::put( const char * name, mxArray* data )
-{
- engPutVariable( d_->engine_, name, data );
-}
-
-void
-Session::eval( const char* command )
-{
- engEvalString( d_->engine_, command );
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_SESSION_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_LAYER_MATLAB_ENGINE_SESSION_HPP_GUARD_
-
-#include "engine.h"
-
-namespace boundary_mesh
-{
- namespace layer
- {
- namespace matlab_engine
- {
- class Session
- {
- public:
- Session( const char* run );
- Session( const Session& copy );
- ~Session();
-
- void put( const char* name, mxArray* data );
- void eval( const char* command );
-
- private:
- struct Data;
-
- Session& operator=(const Session& rhs);
-
- Data* d_;
- };
- }
- }
-}
-
-#endif
-
+++ /dev/null
-classdef Mesh < handle
- properties ( Hidden = true, SetAccess = private )
- cpp_handle;
- end
-
- methods
- % Constructor
- function this = Mesh(filename)
- this.cpp_handle = mexLoadMesh(filename);
- end
-
- % Destructor
- function delete(this)
- mexDestroyMesh(this.cpp_handle);
- end
-
- % Save as OBJ
- function saveAs(this, filename)
- mexSaveMesh(this.cpp_handle, filename);
- end
-
- % Get Mesh data in Coordinates/Elements format.
- function [C,E] = getData(this)
- mexGetMeshData(this.cpp_handle);
- end
-
- % Refine mesh adaptivly
- function M = refine(this,marker)
- mexRefineMesh(this.cpp_handle,marker,0);
- end
- end
-end
-
+++ /dev/null
-#include "bindings.hpp"
-
-#include "../FlexibleMesh.hpp"
-#include "../Marker_tmpl.cpp"
-
-using namespace boundary_mesh;
-
-mesh_handle
-hilbert3d_load_boundary_mesh_from_obl_file(
- const char* filename)
-{
- mesh_handle h;
- h.mesh = static_cast<void*>(new FlexibleMesh(
- FlexibleMesh::Alg::loadFromObj(filename)));
- return h;
-}
-
-void
-hilbert3d_save_boundary_mesh_as_obj_file(
- mesh_handle handle, const char* filename)
-{
- FlexibleMesh::Alg::saveAsObj(
- *static_cast<FlexibleMesh*>(handle.mesh),
- filename);
-}
-
-void
-hilbert3d_delete_boundary_mesh(
- mesh_handle handle)
-{
- delete static_cast<FlexibleMesh*>(handle.mesh);
-}
-
-mxArray*
-hilbert3d_get_vertices_from_boundary_mesh(
- mesh_handle handle)
-{
- FlexibleMesh* meshPtr = static_cast<FlexibleMesh*>(handle.mesh);
- geoid_t numberOfVertices = meshPtr->getNumberOfVertices();
- mxArray* vert = mxCreateDoubleMatrix(numberOfVertices, 4, mx_REAL);
- double* vertData = mxGetPr(vert);
-
- geoid_t i = 0;
- for (FlexibleMesh::ConstVertexIterator vertexIt = meshPtr->begin_v();
- vertexIt != meshPtr->end_v(); ++vertexIt; ++i)
- {
- vertData[ i + 0*numberOfVertices ] = (*vertexIt)[0];
- vertData[ i + 1*numberOfVertices ] = (*vertexIt)[1];
- vertData[ i + 2*numberOfVertices ] = (*vertexIt)[2];
- }
-
- return vert;
-}
-
-mxArray*
-hilbert3d_get_elements_from_boundary_mesh(
- mesh_handle handle)
-{
- FlexibleMesh* meshPtr = static_cast<FlexibleMesh*>(handle.mesh);
- geoid_t numberOfFaces = meshPtr->getNumberOfFaces();
- mxArray* elements = mxCreateDoubleMatrix(numberOfFaces, 4, mx_REAL);
- double* elementsData = mxGetPr(elements);
-
- for (FlexibleMesh::ConstFaceIterator faceIt = meshPtr->begin_f();
- faceIt != meshPtr->end_f(); ++faceIt)
- {
- geoid_t j = 0;
- for (FlexibleMesh::Face::ConstVertexIterator vertexIt = faceIt->begin_v();
- vertexIt != faceIt->end_v(); ++vertexIt; ++j)
- {
- elementsData[ meshPtr->getFaceId(*faceIt) + j*numberOfFaces ] =
- meshPtr->getVertexId( *vertexIt );
- }
- }
-
- return elements;
-}
-
-mesh_handle
-hilbert3d_refine_boundary_mesh(
- mesh_handle handle,
- const mxArray* marked_elements,
- int closure_strategy)
-{
- FlexibleMesh* meshPtr = static_cast<FlexibleMesh*>(handle.mesh);
- MarkerBuilder< FlexibleMesh > markerBuilder;
- geoid_t numberOfFaces = meshPtr->getNumberOfFaces();
- assert( mxGetM(marked_elements) == numberOfFaces );
- assert( mxGetN(marked_elements) >= 2 && mxGetN(marked_elements) <= 4 );
-
- double* markerData = mxGetPr(marker);
-
- for (FlexibleMesh::ConstFaceIterator faceIt = meshPtr->begin_f();
- faceIt != meshPtr->end_f(); ++faceIt)
- {
- geoid_t faceId = meshPtr->getFaceId(*faceIt);
-
- for ( unsigned int j = 0; j < mxGetN(marked_elements); ++j )
- {
- if ( markerData[ faceId + j*numberOfFaces ] != 0 )
- {
- markerBuilder.mark( *faceIt, j );
- }
- }
- }
-
- FlexibleMesh* refined = new FlexibleMesh(
- FlexibleMesh::Alg::refineAdaptivly(*meshPtr, markerBuilder.deliver()));
- mesh_handle h;
- h.mesh = static_cast<void*>(refined);
- return h;
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MATLAB_BINDINGS_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MATLAB_BINDINGS_HPP_GUARD_
-
-#include "mex.h"
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-void*
-hilbert3d_load_boundary_mesh_from_obj_file(
- const char* filename);
-
-int
-hilbert3d_save_boundary_mesh_as_obj_file(
- void* handle,
- const char* filename);
-
-int
-hilbert3d_delete_boundary_mesh(
- void* handle);
-
-int
-hilbert3d_get_size_from_boundary_mesh(
- void* handle, unsigned int* vertices, unsigned int* elements,
- unsigned int* maximum_number_of_vertices_per_element);
-
-int
-hilbert3d_get_data_from_boundary_mesh(
- void* handle, double* vertices, double* elements
- unsigned int num_vertices, unsigned int num_elements,
- unsigned int vert_per_element);
-
-int
-hilbert3d_refine_boundary_mesh(
- void* handle, double* marked, unsigned int marked_length,
- void** refined_handle,
- double* father2son, unsigned int father2son_length,
- unsigned int father2son_width,
- double** son2father, unsigned int* son2father_length,
- int closure_strategy, int refinement_strategy);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
+++ /dev/null
-#include "bindings.h"
-#include "mex.h"
-
-#include <assert.h>
-
-void
-mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArrray* prhs[])
-{
- void* mesh;
-
- if (nrhs != 1)
- {
- mexErrMsgTxt("This function requires exactly 1 input parameter!");
- }
-
- if (nlhs != 0)
- {
- mexErrMsgTxt("This function returns no values!");
- }
-
- mesh = mxGetData(prhs[0]);
-
- if (hilbert3d_destroy_boundary_mesh(mesh) != 0)
- {
- mexErrMsgTxt("The mesh could not be destroyed!");
- }
-}
-
+++ /dev/null
-#include "bindings.h"
-#include "mex.h"
-
-void
-mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[])
-{
- void* mesh;
- unsigned int number_of_vertices, number_of_elements, vert_per_element;
- double* vertices;
- double* elements;
-
- if (nrhs != 1)
- {
- mexErrMsgTxt("This function requires exactly 1 input parameter!");
- }
-
- if (nlhs != 2)
- {
- mexErrMsgTxt("This function returns exactly two matrices!");
- }
-
- mesh = mxGetData(prhs[0]);
-
- if (hilbert3d_get_size_from_boundary_mesh(mesh,
- &number_of_vertices, &number_of_elements, &vert_per_element) != 0)
- {
- mexErrMsgTxt("An internal error occured while determining the size "
- "of the mesh");
- }
-
- plhs[0] = mxCreateDoubleMatrix(number_of_vertices, 3, mxREAL);
- plhs[1] = mxCreateDoubleMatrix(number_of_elements, vert_per_element, mxREAL);
-
- if (plhs[0] == NULL || plhs[1] == NULL)
- {
- mexErrMsgTxt("Could not allocate enough memory for return values!");
- }
-
- vertices = mxGetPr(plhs[0]);
- elements = mxGetPr(plhs[1]);
-
- if (hilbert3d_get_data_from_boundary_mesh(mesh, vertices, elements,
- number_of_vertices, number_of_elements, vert_per_element) != 0)
- {
- mexErrMsgTxt("An internal error occured while retrieving the mesh "
- "data!");
- }
-}
-
+++ /dev/null
-#include "bindings.h"
-#include "mex.h"
-
-#include <assert.h>
-
-#define ERROR_BUFFER_SIZE 1024
-
-void
-mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[])
-{
- char errorBuf[ERROR_BUFFER_SIZE];
- int m, n;
- int inputFileLength;
- char* inputFile;
-
- if (nrhs != 1)
- {
- mexErrMsgTxt("This function requires exactly 1 input parameter!");
- }
-
- if (nlhs != 1)
- {
- mexErrMsgTxt("This function returns exactly 1 value!");
- }
-
- m = mxGetM(prhs[0]);
- n = mxGetN(prhs[0]);
- assert(m > 0 && n > 0);
- assert(m == 1 || n == 1);
- inputFileLength = m > n ? m : n;
- inputFile = (char*) mxCalloc(inputFileLength+1, sizeof(char));
-
- if (inputFile == NULL)
- {
- mexErrMsgTxt("Could not allocate memory for internal usage!");
- }
-
- if (mxGetString(prhs[0], inputFile, inputFileLength) != 0)
- {
- mexErrMsgTxt("Could not convert input parameter to string!");
- }
-
- void* mesh_handle = hilbert3d_load_boundary_mesh_from_obj_file(inputFile);
- if (mesh_handle == NULL)
- {
- snprintf(errorBuf, ERROR_BUFFER_SIZE,
- "Could not load mesh from file %s!\n", inputFile);
- mexErrMsgTxt(errorBuf);
- }
-
- mxSetData(plhs[0], mesh_handle);
-}
-
+++ /dev/null
-#include "bindings.h"
-#include "mex.h"
-
-void
-mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[])
-{
- void* mesh_handle;
- int m, n, outputFileLength;
- char* outputFile;
-
- if (nrhs != 2)
- {
- mexErrMsgTxt("This function requires exactly 2 input parameters!");
- }
-
- if (nlhs != 0)
- {
- mexErrMsgTxt("This function returns no values!");
- }
-
- mesh = mxGetData(prhs[0]);
-
- m = mxGetM(prhs[1]);
- n = mxGetN(prhs[1]);
- assert(m > 0 && n > 0);
- assert(m == 1 || n == 1);
- outputFileLength = m > n ? m : n;
- outputFile = (char*) mxCalloc(outputFileLength+1, sizeof(char));
-
- if (outputFile == NULL)
- {
- mexErrMsgTxt("Could not allocate memory for internal usage!");
- }
-
- if (mxGetString(prhs[1], outputFile, outputFileLength) != 0)
- {
- mexErrMsgTxt("Could not convert input parameter to string!");
- }
-
- if (hilbert3d_save_boundary_mesh_to_obj_file(mesh, outputFile) != 0)
- {
- mexErrMsgTxt("Could not save mesh to file!");
- }
-}
-
+++ /dev/null
-/**
- * @file src/boundary_mesh/mesh_compare.cpp
- * @author Markus Mayr
- * @brief Compares two meshes and returns whether these meshes are equal or not.
- */
-
-/**
- * @page boundary_mesh_tool_mesh_compare mesh_compare
- * @copybrief src/boundary_mesh/mesh_compare.cpp
- *
- * @section boundary_mesh_tool_mesh_compare_usage Usage
- *
- * This tool compares two meshes that are stored within two separate
- * @ref Wavefront_OBJ files and returns whether these meshes are equal or not.
- * In the section @ref boundary_mesh_tool_mesh_compare_description we discuss
- * when two meshes are considered equal.
- *
- * Usage:
- * @code
- * mesh_compare file_1.obj file_2.obj
- * @endcode
- * This function either prints an error to @c stderr or a message to @c stdout
- * whether the meshes are equal or not. In addition, this program returns
- * @c EXIT_FAILURE if an error occurs or the meshes are not equal and
- * @c EXIT_SUCCESS if the meshes are equal.
- *
- * @section boundary_mesh_tool_mesh_compare_description Description
- */
-
-#include <cstdlib>
-#include <iostream>
-
-#include "Mesh.hpp"
-#include "Face.hpp"
-#include "HalfEdge.hpp"
-#include "Vertex.hpp"
-
-#include "LoadingObj.hpp"
-#include "ExportingObj.hpp"
-#include "mixin/Comparing.hpp"
-
-typedef boundary_mesh::mixin::LoadingObj<
- boundary_mesh::mixin::ExportingObj<
- boundary_mesh::mixin::Comparing<
- boundary_mesh::Mesh<> > > >
- Mesh;
-
-using namespace std;
-
-int main(int argc, const char* argv[])
-{
- if (argc <= 2)
- {
- std::cerr << "Usage: " << argv[0] << " file_1 file_2" << std::endl
- << std::endl
- << "Both files must be in Wavefront OBJ format. The program" << std::endl
- << "returns with a non-zero exit code if the meshes are not equal."
- << std::endl;
- return EXIT_FAILURE;
- }
- const char* lhsFile = argv[1];
- const char* rhsFile = argv[2];
-
- Mesh lhs(lhsFile), rhs(rhsFile);
- if (lhs == rhs)
- {
- std::cout << "Meshes are equal!" << std::endl;
- return EXIT_SUCCESS;
- }
- else
- {
- std::cout << "Meshes are NOT equal!" << std::endl;
- return EXIT_FAILURE;
- }
-}
-
+++ /dev/null
-#ifdef HILBERT3D_BOUNDARY_MESH_MIXIN_COMPARING_CPP_GUARD_
-#error
-#else
-#define HILBERT3D_BOUNDARY_MESH_MIXIN_COMPARING_CPP_GUARD_
-
-#include "Comparing.hpp"
-
-#include <algorithm>
-
-namespace boundary_mesh
-{
- namespace mixin
- {
- template < class TMesh >
- bool
- Comparing< TMesh >::operator==( const Base& rhs ) const
- {
- return Comparing< TMesh >::equals( rhs );
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::equals( const Base& rhs ) const
- {
- // Check whether all vertices are equal:
- VertexSet lhsSortedVertices( &vertexPtrLtComparator );
- std::for_each( this->begin_v(), this->end_v(),
- InsertFunctor< const typename traits::Vertex >( lhsSortedVertices ) );
- VertexSet rhsSortedVertices( &vertexPtrLtComparator );
- std::for_each( rhs.begin_v(), rhs.end_v(),
- InsertFunctor< const typename traits::Vertex >( rhsSortedVertices ) );
-
- if ( std::equal< typename VertexSet::iterator,
- typename VertexSet::iterator >(
- lhsSortedVertices.begin(), lhsSortedVertices.end(),
- rhsSortedVertices.begin(), vertexPtrEqComparator) == false )
- {
- return false;
- }
-
- // Check whether all faces are equal:
- FaceSet lhsSortedFaces( &facePtrLtComparator );
- std::for_each( this->begin_f(), this->end_f(),
- InsertFunctor< const typename traits::Face >( lhsSortedFaces ) );
- FaceSet rhsSortedFaces( &facePtrLtComparator );
- std::for_each( rhs.begin_f(), rhs.end_f(),
- InsertFunctor< const typename traits::Face >( rhsSortedFaces ) );
-
- if ( std::equal< typename FaceSet::iterator,
- typename FaceSet::iterator >(
- lhsSortedFaces.begin(), lhsSortedFaces.end(),
- rhsSortedFaces.begin(), facePtrEqComparator) == false )
- {
- return false;
- }
- return true;
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::vertexPtrLtComparator(
- const typename traits::Vertex* lhs,
- const typename traits::Vertex* rhs)
- {
- return vertexLtComparator( *lhs, *rhs );
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::vertexLtComparator(
- const typename traits::Vertex& lhs,
- const typename traits::Vertex& rhs)
- {
- return ( lhs[0] < rhs[0] ||
- (lhs[0] == rhs[0] && lhs[1] < rhs[1]) ||
- (lhs[0] == rhs[0] && lhs[1] == rhs[1] && lhs[2] == rhs[2]) );
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::vertexPtrEqComparator(
- const typename traits::Vertex* lhs,
- const typename traits::Vertex* rhs)
- {
- return *lhs == *rhs;
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::facePtrLtComparator(
- const typename traits::Face* lhs,
- const typename traits::Face* rhs)
- {
- return std::lexicographical_compare(
- lhs->begin_v(), lhs->end_v(),
- rhs->begin_v(), rhs->end_v(),
- &vertexLtComparator);
- }
-
- template < class TMesh >
- bool
- Comparing< TMesh >::facePtrEqComparator(
- const typename traits::Face* lhs,
- const typename traits::Face* rhs)
- {
- return *lhs == *rhs;
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MIXIN_COMPARING_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MIXIN_COMPARING_HPP_GUARD_
-
-#include "MeshMixin.hpp"
-
-#include <set>
-
-namespace boundary_mesh
-{
- namespace mixin
- {
- template < class TMesh >
- class Comparing;
-
- template < class TMesh >
- class Comparing : public TMesh
- {
- HILBERT3D_MESH_MIXIN( Comparing, TMesh )
-
- public:
- bool operator==( const Base& rhs ) const;
- bool equals( const Base& rhs ) const;
-
- private:
- typedef std::set< const typename traits::Vertex*,
- bool(*)(const typename traits::Vertex*,
- const typename traits::Vertex*) > VertexSet;
- typedef std::set< const typename traits::Face*,
- bool(*)(const typename traits::Face*,
- const typename traits::Face*) > FaceSet;
-
- static bool vertexPtrLtComparator(
- const typename traits::Vertex* lhs,
- const typename traits::Vertex* rhs );
-
- static bool vertexLtComparator(
- const typename traits::Vertex& lhs,
- const typename traits::Vertex& rhs );
-
- static bool vertexPtrEqComparator(
- const typename traits::Vertex* lhs,
- const typename traits::Vertex* rhs );
-
- static bool facePtrLtComparator(
- const typename traits::Face* lhs,
- const typename traits::Face* rhs );
-
- static bool facePtrEqComparator(
- const typename traits::Face* lhs,
- const typename traits::Face* rhs );
-
- template < class T >
- class InsertFunctor
- {
- public:
- InsertFunctor( std::set< T*, bool(*)(T*,T*) >& set )
- : set_(set) {}
- void operator()(T& o) { set_.insert(&o); }
- private:
- std::set< T*, bool(*)(T*,T*) >& set_;
- };
- };
- }
-}
-
-#include "Comparing.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MIXIN_EXPORTING_MATLAB_FORMAT_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MIXIN_EXPORTING_MATLAB_FORMAT_HPP_GUARD_
-
-#include <string>
-
-#include "MeshMixin.hpp"
-
-namespace boundary_mesh
-{
- namespace mixin
- {
- template < class TMesh >
- class ExportingMatlabFormat : public TMesh
- {
- HILBERT3D_MESH_MIXIN( ExportingMatlabFormat, TMesh )
-
- public:
- void exportToMatlabFormat(
- const char* vertices, const char* faces) const;
- void exportToMatlabFormat(
- std::string vertices, std::string faces) const;
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#include "LoadingMatlabFormat.hpp"
-
-namespace boundary_mesh
-{
- namespace mixin
- {
- template < class TMesh >
- LoadingMatlabFormat< TMesh >::LoadingMatlabFormat(
- const char* vertices, const char* faces)
- : TMesh()
- {
- LoadingMatlabFormat< TMesh >::init( vertices, faces );
- }
-
- template < class TMesh >
- LoadingMatlabFormat< TMesh >::LoadingMatlabFormat(
- std::string vertices, std::string faces)
- : TMesh()
- {
- LoadingMatlabFormat< TMesh >::init( vertices.c_str(), faces.c_str() );
- }
-
- template < class TMesh >
- void
- LoadingMatlabFormat< TMesh >::init(
- const char* vertices, const char* faces)
- {
- // Öffne Dateien
-
- // Ermittle, wieviele Zeilen vertices und volumes haben
- // Und befülle damit sizeInfo richtig
- struct TMesh::Size sizeInfo = {
- .vertices = 0,
- .faces = 0,
- .edges = 0
- };
-
- // Speicher reservieren:
- TMesh::reserve( sizeInfo );
-
- // Über alle Vertices iterieren und mittels addVertex hinzufügen:
-
- // Schleife über alle Vertices
- TMesh::addVertex( OVertex( /* Double-Array der Länge 3 */ ) );
- // Schleife Ende
-
- // Anmerkung:
- // TMesh::addVertex gibt zurück, welche id dem Vertex zugeordnet wurde.
- // Es vergibt die ids aber einfach aufsteigend, genau so wie das im
- // Matlab-Format auch üblich ist, also braucht man sie hier nicht.
- // Von der Matlab-Id zur Mesh-Id kommt man einfach, indem man 1 abzieht.
-
- // Lese alle Faces ein und füge sie mit addFace hinzu:
-
- // Schleife über alle Faces ...
-
- // D.h. du musst ermitteln wieviele Vertices zu dem Face gehören und
- // welche ids sie haben:
- unsigned int numberOfVertices = ...;
- unsigned int vertexIds[traits::maximumNumberOfFaceEdges];
-
- // Dann rufst du addFace auf:
- TMesh::addFace( numberOfVertices, vertexIds );
-
- // Schleife Ende
-
- // Nun muss das Netz noch alle Nachbarschaftsbeziehungen ermitteln um
- // vollständig initialisiert zu sein:
- TMesh::build_meta_data();
- }
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_MIXIN_LOADING_MATLAB_FORMAT_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_MIXIN_LOADING_MATLAB_FORMAT_HPP_GUARD_
-
-#include <string>
-
-#include "MeshMixin.hpp"
-
-namespace boundary_mesh {
- namespace mixin {
- template < class TMesh >
- class LoadingMatlabFormat : public TMesh
- {
- HILBERT3D_MESH_MIXIN( LoadingMatlabFormat, TMesh )
-
- public:
- LoadingMatlabFormat(const char* vertices, const char* faces);
- LoadingMatlabFormat(std::string vertices, std::string* faces);
-
- private:
- void init(const char* vertices, const char* faces);
- };
- }
-}
-
-#include "LoadingMatlabFormat.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_MESH_LAYER_MESH_MIXIN_HPP_GUARD_
-#define HILBERT3D_MESH_LAYER_MESH_MIXIN_HPP_GUARD_
-
-// This is a pre-processor macro that creates all the boiler-plate code
-// required for a mesh mixin.
-#define HILBERT3D_NONEMPTY_MESH_MIXIN( MIXIN, BASE ) \
- public: \
- typedef typename BASE::traits traits; \
- typedef typename BASE::Base Base; \
- \
- protected: \
- typedef typename BASE::Size Size; \
- \
- private:
-
-#define HILBERT3D_MESH_MIXIN( MIXIN, BASE ) \
- public: \
- typedef typename BASE::traits traits; \
- typedef typename BASE::Base Base; \
- \
- MIXIN( const Base& copy ) \
- : BASE( copy ) {} \
- \
- protected: \
- typedef typename BASE::Size Size; \
- \
- MIXIN() \
- : BASE() {} \
- MIXIN( const Size& sizeInfo ) \
- : BASE( sizeInfo ) {} \
- private:
-
-#endif
-
+++ /dev/null
-#ifdef HILBERT3D_MESH_LAYER_REFINING_ADAPTIVLY_CPP_GUARD_
-#error
-#else
-#define HILBERT3D_MESH_LAYER_REFINING_ADAPTIVLY_CPP_GUARD_
-
-#include <cassert>
-#include <vector>
-
-#include "RefiningAdaptivly.hpp"
-#include "../Marker.hpp"
-#include "../layer/RefinementData.hpp"
-
-namespace boundary_mesh
-{
- namespace mixin
- {
- template < class TMesh >
- RefiningAdaptivly< TMesh >
- RefiningAdaptivly< TMesh >::refineAdaptivly(
- const layer::Marker< typename TMesh::Base >& marker) const
- {
- layer::RefinementData< typename TMesh::Base > refData =
- refineAdaptivly( marker, layer::RequireNone );
- return RefiningAdaptivly< TMesh >( refData.getSonMesh() );
- }
-
- template < class TMesh >
- layer::RefinementData< typename RefiningAdaptivly< TMesh >::Base >
- RefiningAdaptivly< TMesh >::refineAdaptivly(
- const layer::Marker<
- typename RefiningAdaptivly< TMesh >::Base >& marker,
- enum layer::RefinementDataRequest refineRequest ) const
- {
- assert( traits::maximumNumberOfFaceVertices <= 4 );
-
- // This method has two passes:
- // 1.) Compute how many elements the new mesh has.
- // 2.) Actually create the new mesh.
-
- // First pass: Compute how many elements the new mesh has:
- typename TMesh::Size newMeshSize = { 0, 0, 0 };
- unsigned int numberOfHalfVertices = 0.;
-
- for (typename TMesh::ConstFaceIterator faceIt = TMesh::begin_f();
- faceIt != TMesh::end_f(); ++faceIt)
- {
- unsigned int numberOfEdges = 0;
- unsigned int numberOfMarkedEdges = 0;
-
- for (typename traits::Face::ConstEdgeIterator
- edgeIt = faceIt->begin_e(); edgeIt != faceIt->end_e(); ++edgeIt)
- {
- if (marker.isMarked( *faceIt, numberOfEdges ))
- {
- const typename traits::HalfEdge* opposite =
- (*edgeIt).getOppositeEdge();
- if (opposite != 0 &&
- marker.isMarked( opposite->getFace(), *opposite ) )
- {
- numberOfHalfVertices += 1;
- }
- else
- {
- numberOfHalfVertices += 2;
- }
- numberOfMarkedEdges += 1;
- }
- numberOfEdges += 1;
- }
-
- if (numberOfEdges == 3) // Triangle
- {
- newMeshSize.faces += (numberOfMarkedEdges + 1);
- newMeshSize.edges += (3 * (numberOfMarkedEdges + 1));
- }
- else if (numberOfEdges == 4) // Rectangle
- {
- unsigned int newFaces =
- (numberOfMarkedEdges == 0 ? 1 : numberOfMarkedEdges);
- newMeshSize.faces += newFaces;
- newMeshSize.edges += numberOfEdges * newFaces;
- }
- else // Not possible due to earlier asserts.
- {
- assert(0);
- }
- }
- newMeshSize.vertices = TMesh::getNumberOfVertices() +
- (numberOfHalfVertices + 1) / 2;
-
- // Second pass: Create the new (refined) mesh:
- RefiningAdaptivly< TMesh > newMesh( newMeshSize );
- layer::RefinementData< typename TMesh::Base > refinementData(
- *this, TMesh::getNumberOfFaces(),
- newMesh, newMeshSize.faces, refineRequest);
- std::vector< unsigned int > newVertices( TMesh::getNumberOfEdges(), 0 );
-
- for (typename TMesh::ConstVertexIterator vertexIt = TMesh::begin_v();
- vertexIt != TMesh::end_v(); ++vertexIt)
- {
- newMesh.addVertex( *vertexIt );
- }
-
- for (typename TMesh::ConstFaceIterator faceIt = TMesh::begin_f();
- faceIt != TMesh::end_f(); ++faceIt)
- {
- unsigned int numberOfFaceEdges = 0;
- unsigned int markerId = 1;
- unsigned int marked = 0;
- unsigned int oldIds[4] = {0, 0, 0, 0}, newIds[5] = {0, 0, 0, 0, 0};
-
- for (typename traits::Face::ConstEdgeIterator
- edgeIt = faceIt->begin_e(); edgeIt != faceIt->end_e(); ++edgeIt)
- {
- oldIds[ numberOfFaceEdges ]
- = TMesh::getVertexId( (*edgeIt).getStartVertex() );
-
- if ( marker.isMarked( *faceIt, numberOfFaceEdges ) )
- {
- marked += markerId;
-
- if ( newVertices[ TMesh::getEdgeId(*edgeIt) ] != 0 )
- {
- newIds[ numberOfFaceEdges ]
- = newVertices[ TMesh::getEdgeId( *edgeIt ) ];
- }
- else
- {
- unsigned int id = newMesh.addVertex(
- 0.5 * ((*edgeIt).getStartVertex() + (*edgeIt).getEndVertex()) );
- newVertices[ TMesh::getEdgeId(*edgeIt) ] = id;
- if ( (*edgeIt).getOppositeEdge() != 0 )
- {
- newVertices[ TMesh::getEdgeId( *((*edgeIt).getOppositeEdge()) ) ]
- = id;
- }
- newIds[ numberOfFaceEdges ] = id;
- }
- }
-
- numberOfFaceEdges += 1;
- markerId *= 2;
-
- assert(numberOfFaceEdges <= 4);
- }
-
- // The following part looks like black magic at first sight, but if you
- // are interested in understanding it, try the following:
- // Draw a face with the appropiate number of edges and number the
- // vertices (either clockwise or counter-clockwise, the mesh makes no
- // assumptions on this) starting from 0. Assign numbers to the edges
- // in the same way (e.g. the edge from 0 to 1 has the number 0).
- //
- // Now oldIds[i] is the id of the i-th vertex and newIds[i] is the id
- // of the vertex that is on the i-th edge.
- if (numberOfFaceEdges == 3)
- {
- switch (marked)
- {
- case 0: // Nothing marked, copy old face.
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], oldIds[1], oldIds[2] ) );
- break;
- case 1: // Only referenceEdge is marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], oldIds[0], newIds[0] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[1], oldIds[2], newIds[0] ) );
- break;
- case 3: // referenceEdge + second edge are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], oldIds[0], newIds[0] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[1], newIds[1] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], newIds[0], newIds[1] ) );
- break;
- case 5: // referenceEdge + third edge are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], newIds[0], newIds[2] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[2], newIds[2] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], newIds[0], oldIds[1] ) );
- break;
- case 7: // all edges are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], newIds[0], newIds[2] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[1], newIds[1] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], newIds[0], newIds[1] ) );
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[2], newIds[2] ) );
- break;
- default: // Invalid marking -- XXX: Replace with exception
- assert(0);
- }
- }
- else if (numberOfFaceEdges == 4)
- {
- switch (marked)
- {
- case 0: // No edges are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], oldIds[1], oldIds[2], oldIds[3] ));
- break;
- case 5: // Longer edge (and opposite edge) are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], newIds[0], newIds[2], oldIds[3] ));
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[1], oldIds[2], newIds[2] ));
- break;
- case 10: // Shorter edge (and opposite edge) are marked
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], oldIds[1], newIds[1], newIds[3] ));
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], oldIds[3], newIds[3], newIds[1] ));
- break;
- case 15: // All edges are marked
- {
- typename traits::Face::ConstVertexIterator vertexIt
- = faceIt->begin_v();
- ++(++vertexIt);
- newIds[4] = newMesh.addVertex( 0.5 *
- (*vertexIt + *(*faceIt).begin_v()) );
-
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[0], newIds[0], newIds[4], newIds[3] ));
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[0], oldIds[1], newIds[1], newIds[4] ));
- refinementData.addRelation( *faceIt,
- newMesh.addFace( oldIds[2], newIds[2], newIds[4], newIds[1] ));
- refinementData.addRelation( *faceIt,
- newMesh.addFace( newIds[2], oldIds[3], newIds[3], newIds[4] ));
- break;
- }
- default: // Invalid marking -- XXX: Replace with exception
- assert(0);
- }
- }
- else // This is impossible due to earlier asserts.
- {
- assert(0);
- }
- }
-
- newMesh.build_meta_data();
- return refinementData;
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_MESH_LAYER_REFINING_ADAPTIVLY_HPP_GUARD_
-#define HILBERT3D_MESH_LAYER_REFINING_ADAPTIVLY_HPP_GUARD_
-
-#include "MeshMixin.hpp"
-#include "../layer/RefinementData.hpp"
-
-namespace boundary_mesh
-{
- namespace layer
- {
- template < class TMesh >
- class Marker;
- }
-
- namespace mixin
- {
- template < class TMesh >
- class RefiningAdaptivly : public TMesh
- {
- HILBERT3D_MESH_MIXIN(RefiningAdaptivly, TMesh);
-
- public:
- RefiningAdaptivly< TMesh > refineAdaptivly(
- const layer::Marker< Base >& marker) const;
- layer::RefinementData< Base > refineAdaptivly(
- const layer::Marker< Base >& marker,
- enum layer::RefinementDataRequest refineRequest) const;
- };
- }
-}
-
-#include "RefiningAdaptivly.cpp"
-
-#endif
-
+++ /dev/null
-#include "FlexibleMesh.hpp"
-
-#include <iostream>
-#include <stdexcept>
-
-using namespace hilbert3d::boundary_mesh;
-
-int main()
-{
- try
- {
- FlexibleMesh m( "test.obj" );
- FlexibleMesh refined = m.refine();
- refined.saveAs( "refined_test.obj" );
- }
- catch (std::runtime_error& error)
- {
- std::cerr << error.what();
- }
- return 0;
-}
-
+++ /dev/null
-#ifdef HILBERT3D_BOUNDARY_MESH_TESTING_TESTING_CPP_GUARD_
-#error
-#else
-#define HILBERT3D_BOUNDARY_MESH_TESTING_TESTING_CPP_GUARD_
-
-#include "Testing.hpp"
-
-#include <iostream>
-
-#include "../layer/Comparing.hpp"
-#include "../layer/LoadingObj.hpp"
-
-namespace boundary_mesh
-{
- namespace testing
- {
- template < class TMesh, class TFunctor >
- Testing< TMesh, TFunctor >::Testing(
- const char* testName, unsigned int planned )
- : testName_(std::string(testName)), planned_(planned)
- {
- std::cout << "Running test-suite \"" << testName << "\", "
- << planned << " tests are planned." << std::endl;
- }
-
- template < class TMesh, class TFunctor >
- Testing< TMesh, TFunctor >::~Testing()
- {
- if ( run_ != planned_ )
- {
- std::cout << "Error: Number of planned tests is "
- << planned_ << ", but I actually ran " << run_
- << " tests!" << std::endl;
- }
- else if ( passed_ == planned_ )
- {
- std::cout << "All tests passed." << std::endl;
- }
- else
- {
- std::cout << "Error: " << run_ - passed_ << " out of "
- << run_ << " tests failed." << std::endl;
- }
- }
-
- template < class TMesh, class TFunctor >
- bool
- Testing< TMesh, TFunctor >::run(
- const char* description,
- const TFunctor& testCase,
- const char* inMesh, const char* compareMesh)
- {
- typedef boundary_mesh::layer::LoadingObj<
- boundary_mesh::layer::Comparing< TMesh > > MyMesh;
-
- ++run_;
-
- bool outcome;
- std::cout << " " << description << " ... ";
-
- try
- {
- typename MyMesh::LoadingObj in(inMesh);
- MyMesh out(testCase(in, std::cout));
- typename MyMesh::LoadingObj compare(compareMesh);
- if (out == compare)
- {
- std::cout << "OK" << std::endl;
- outcome = true;
- }
- else
- {
- std::cout << "FAILED" << std::endl;
- outcome = false;
- }
- }
- catch (const std::exception& e)
- {
- std::cout << "DIED" << std::endl;
- outcome = false;
- }
-
- if (outcome)
- ++passed_;
- return outcome;
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_TESTING_TESTING_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_TESTING_TESTING_HPP_GUARD_
-
-#include <ostream>
-#include <string>
-
-namespace boundary_mesh
-{
- namespace testing
- {
- template < class TMesh,
- class TFunctor = TMesh (&)(const TMesh& in,std::ostream& log) >
- class Testing
- {
- public:
- Testing( const char* testName, unsigned int planned );
- ~Testing();
- bool run( const char* description,
- const TFunctor& testCase,
- const char* inMesh,
- const char* compareMesh );
-
- private:
- std::string testName_;
- unsigned int planned_;
- unsigned int passed_;
- unsigned int run_;
- };
- }
-}
-
-#include "Testing.cpp"
-
-#endif
-
+++ /dev/null
-#include <ostream>
-
-#include "../Mesh.hpp"
-#include "../layer/RefiningUniformly.hpp"
-#include "Testing.hpp"
-
-typedef boundary_mesh::layer::RefiningUniformly<
- boundary_mesh::Mesh<> > TestMesh;
-
-TestMesh uniformRefinement(const TestMesh& m, std::ostream& log)
-{
- return m.refineUniform();
-}
-
-int main(int argc, const char** argv)
-{
- boundary_mesh::testing::Testing< TestMesh > t(
- "Uniform refinement", 4 );
- t.run( "A single triangle is refined uniformly",
- uniformRefinement,
- "01.obj", "01_uniform_refined.obj" );
- t.run( "A single rectangle is refined uniformly",
- uniformRefinement,
- "02.obj", "02_uniform_refined.obj" );
-}
-
+++ /dev/null
-function fh = plot_mesh(file_name)
-
-figure();
-[V, T] = read_obj(file_name);
-
-subplot(1, 2, 1);
-trisurf(T, V(:,1), V(:,2), V(:,3));
-light('Position', [0 0 10], 'Style', 'infinite');
-camlight('headlight');
-axis equal;
-axis vis3d;
-
+++ /dev/null
-function [ V, T ] = read_obj( file_name )\r
-%READ_OBJ Summary of this function goes here\r
-% Detailed explanation goes here\r
-\r
- fh = fopen(file_name, 'r');\r
- \r
- % Erster Durchlauf: Zähle wie viele Vertices, Triangles.\r
- vcnt = 0;\r
- tcnt = 0;\r
- \r
- while 1\r
- line = fgets(fh);\r
- \r
- if line == -1\r
- break;\r
- end\r
- \r
- if line(1) == 'v'\r
- vcnt = vcnt + 1;\r
- elseif line(1) == 'f'\r
- tcnt = tcnt + 1;\r
- end\r
- end\r
- \r
- % Zweiter Durchlauf: Daten einlesen.\r
- V = zeros(vcnt, 3);\r
- T = zeros(tcnt, 3);\r
- \r
- frewind(fh);\r
- \r
- vcnt = 1;\r
- tcnt = 1;\r
- \r
- while 1\r
- line = fgets(fh);\r
- \r
- if line == -1\r
- break;\r
- end\r
- \r
- if line(1) == 'v'\r
- X = sscanf(line, '%s%f%f%f');\r
- V(vcnt, :) = X(2:end);\r
- vcnt = vcnt + 1;\r
- elseif line(1) == 'f'\r
- X = sscanf(line, '%s%d%d%d');\r
- T(tcnt, :) = X(2:end);\r
- tcnt = tcnt + 1;\r
- end\r
- end\r
- \r
- fclose(fh);\r
-end\r
-\r
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_TYPES_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_TYPES_HPP_GUARD_
-
-#include <limits>
-
-namespace boundary_mesh {
- typedef unsigned int geoid_t;
-}
-
-namespace hilbert3d
-{
-namespace boundary_mesh {
- typedef unsigned int geoid_t;
-}
-}
-
-#endif
-
+++ /dev/null
-/* src/config.h. Generated from config.h.in by configure. */
-/* src/config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to dummy `main' function (if any) required to link to the Fortran
- libraries. */
-/* #undef F77_DUMMY_MAIN */
-
-/* Define if F77 and FC dummy `main' functions are identical. */
-/* #undef FC_DUMMY_MAIN_EQ_F77 */
-
-/* Define if you have a BLAS library. */
-#define HAVE_BLAS 1
-
-/* define if the Boost library is available */
-#define HAVE_BOOST /**/
-
-/* define if the Boost::Regex library is available */
-#define HAVE_BOOST_REGEX /**/
-
-/* Define if HLib library is available */
-#define HAVE_HLIB /**/
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define if you have LAPACK library. */
-#define HAVE_LAPACK 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if stdbool.h conforms to C99. */
-#define HAVE_STDBOOL_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to 1 if the system has the type `_Bool'. */
-#define HAVE__BOOL 1
-
-/* Name of package */
-#define PACKAGE "hilbert3d"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "markus.mayr@tuwien.ac.at"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "Hilbert 3D"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Hilbert 3D 0.1.0"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "hilbert3d"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL "http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.1.0"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Version number of package */
-#define VERSION "0.1.0"
+++ /dev/null
-/* src/config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to dummy `main' function (if any) required to link to the Fortran
- libraries. */
-#undef F77_DUMMY_MAIN
-
-/* Define if F77 and FC dummy `main' functions are identical. */
-#undef FC_DUMMY_MAIN_EQ_F77
-
-/* Define if you have a BLAS library. */
-#undef HAVE_BLAS
-
-/* define if the Boost library is available */
-#undef HAVE_BOOST
-
-/* define if the Boost::Regex library is available */
-#undef HAVE_BOOST_REGEX
-
-/* Define if HLib library is available */
-#undef HAVE_HLIB
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have LAPACK library. */
-#undef HAVE_LAPACK
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if stdbool.h conforms to C99. */
-#undef HAVE_STDBOOL_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if the system has the type `_Bool'. */
-#undef HAVE__BOOL
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
+++ /dev/null
-#ifndef HILBERT3D_EXCEPTION_HPP_GUARD_
-#define HILBERT3D_EXCEPTION_HPP_GUARD_
-
-#include <exception>
-#include <string>
-
-namespace exception
-{
- class FileIO : public std::exception
- {
- public:
- enum AccessType {
- Reading,
- Writing,
- Appending
- };
-
- FileIO(std::string fileName, enum AccessType accessType) throw()
- : std::exception(), fileName_(fileName), accessType_(accessType) {}
- virtual ~FileIO() throw() {}
-
- private:
- std::string fileName_;
- enum AccessType accessType_;
- };
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_BASETYPES_HPP_GUARD_
-#define HILBERT3D_GENERIC_BASETYPES_HPP_GUARD_
-
-namespace hilbert3d
-{
-namespace generic
-{
- struct NullType
- {
- static const bool isNullType = true;
- };
-
- struct EmptyType
- {};
-}
-}
-
-#endif
-
+++ /dev/null
-#include "GenericVector.hpp"
-
-#include <cmath>
-
-namespace hilbert3d
-{
-namespace generic
-{
- template <>
- double (*BaseTypeTraits< double >::abs)(double) = &(std::fabs);
- template <>
- double (*BaseTypeTraits< double >::sqrt)(double) = &(std::sqrt);
- template <>
- const double BaseTypeTraits< double >::eps = 1e-14;
- template <>
- const double BaseTypeTraits< double >::initialValue = 0.;
-
- template <>
- float (*BaseTypeTraits< float >::abs)(float) = &(std::fabs);
- template <>
- float (*BaseTypeTraits< float >::sqrt)(float) = &(std::sqrt);
- template <>
- const float BaseTypeTraits< float >::eps = 1e-6;
- template <>
- const float BaseTypeTraits< float >::initialValue = 0.;
-}
-}
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_GENERIC_VECTOR_HPP_GUARD_
-#define HILBERT3D_GENERIC_GENERIC_VECTOR_HPP_GUARD_
-
-#include <functional>
-#include <ostream>
-
-namespace hilbert3d
-{
-namespace generic
-{
- static const unsigned int genericVectorDefaultDim = 3;
-
- template < class BaseType >
- struct BaseTypeTraits
- {
- static BaseType (*abs)(BaseType);
- static BaseType (*sqrt)(BaseType);
- static const BaseType eps;
- static const BaseType initialValue;
- };
-
- template < unsigned int DIM = genericVectorDefaultDim,
- class BaseType = double,
- class Traits = BaseTypeTraits< BaseType > >
- class GenericVector
- {
- public:
- GenericVector();
- GenericVector(const BaseType[DIM]);
- GenericVector(const GenericVector< DIM, BaseType, Traits > & copy);
- const BaseType &
- operator[](unsigned int coord) const;
- BaseType &
- operator[](unsigned int coord);
- bool
- isLinearlyDependent(const GenericVector< DIM, BaseType, Traits >&) const;
- bool
- isProlongation(const GenericVector< DIM, BaseType, Traits >&) const;
- bool
- approximatlyEquals(const GenericVector< DIM, BaseType, Traits >&,
- BaseType eps = Traits::eps) const;
-
- const GenericVector< DIM, BaseType, Traits >&
- operator=(const GenericVector< DIM, BaseType, Traits >&);
- const GenericVector< DIM, BaseType, Traits >&
- operator+=(const GenericVector< DIM, BaseType, Traits >&);
- const GenericVector< DIM, BaseType, Traits >&
- operator-=(const GenericVector< DIM, BaseType, Traits >&);
- const GenericVector< DIM, BaseType, Traits >&
- operator*=(BaseType);
- const GenericVector< DIM, BaseType, Traits >&
- operator/=(BaseType);
- BaseType
- norm() const;
-
- static unsigned int getDimension();
-
- private:
- bool hasCommonFactor(const GenericVector& rhs, double* factor) const;
-
- BaseType coeff[DIM];
- };
-
- template < class BaseType = double, class Traits = BaseTypeTraits<BaseType> >
- class Vector3D : public GenericVector< 3, BaseType, Traits >
- {
- public:
- Vector3D();
- Vector3D(BaseType x, BaseType y, BaseType z);
- Vector3D(const BaseType coeff[3]);
- Vector3D(const GenericVector<3, BaseType, Traits >& copy);
-
- static Vector3D crossProduct( const Vector3D& lhs, const Vector3D& rhs );
- };
-
- template< unsigned int DIM, class BaseType, class Traits>
- bool
- operator==(const GenericVector< DIM, BaseType, Traits >&,
- const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- bool
- operator!=(const GenericVector< DIM, BaseType, Traits >&,
- const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const GenericVector< DIM, BaseType, Traits >
- operator+(const GenericVector< DIM, BaseType, Traits >&,
- const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const GenericVector< DIM, BaseType, Traits >
- operator-(const GenericVector< DIM, BaseType, Traits >&,
- const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const BaseType
- operator*(const GenericVector< DIM, BaseType, Traits >&,
- const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const GenericVector< DIM, BaseType, Traits >
- operator*(const GenericVector< DIM, BaseType, Traits >&, const BaseType);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const GenericVector< DIM, BaseType, Traits >
- operator/(const GenericVector< DIM, BaseType, Traits >&, const BaseType);
-
- template< unsigned int DIM, class BaseType, class Traits >
- const GenericVector< DIM, BaseType, Traits >
- operator*(const BaseType, const GenericVector< DIM, BaseType, Traits >&);
-
- template< unsigned int DIM, class BaseType, class Traits >
- bool
- operator<(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs);
-
- template < unsigned int DIM, class BaseType, class Traits >
- std::ostream&
- operator<<( std::ostream& out,
- const GenericVector< DIM, BaseType, Traits >& rhs);
-}
-}
-
-#include "GenericVector_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef MESH_GENERIC_VERTEX_CPP_GUARD_
-#define MESH_GENERIC_VERTEX_CPP_GUARD_
-
-#include <cassert>
-#include <iostream>
-
-namespace hilbert3d
-{
-namespace generic
-{
-template < unsigned int DIM, class BaseType, class Traits >
-GenericVector< DIM, BaseType, Traits >::GenericVector()
-{
- for (unsigned int i = 0; i < DIM; ++i)
- coeff[i] = Traits::initialValue;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-GenericVector< DIM, BaseType, Traits >::GenericVector(
- const BaseType coordinates[DIM])
-{
- for (unsigned int i = 0; i < DIM; ++i)
- coeff[i] = coordinates[i];
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-GenericVector< DIM, BaseType, Traits >::GenericVector(
- const GenericVector< DIM, BaseType, Traits > & copy)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- coeff[i] = copy.coeff[i];
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const BaseType &
-GenericVector< DIM, BaseType, Traits >::operator[](unsigned int coord)
-const
-{
- assert(coord < DIM);
- return coeff[coord];
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-BaseType &
-GenericVector< DIM, BaseType, Traits >::operator[](unsigned int coord)
-{
- assert(coord < DIM);
- return coeff[coord];
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-GenericVector< DIM, BaseType, Traits >::isLinearlyDependent(
- const GenericVector< DIM, BaseType, Traits >& rhs) const
-{
- double f;
- return hasCommonFactor(rhs, &f);
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-GenericVector< DIM, BaseType, Traits >::isProlongation(
- const GenericVector< DIM, BaseType, Traits >& rhs) const
-{
- double factor;
- bool b = hasCommonFactor(rhs, &factor);
- return (b && factor > 0);
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-GenericVector< DIM, BaseType, Traits >::hasCommonFactor(
- const GenericVector< DIM, BaseType, Traits >& rhs,
- double* factor) const
-{
- assert( rhs.norm() > Traits::eps );
-
- BaseType f = 0.;
-
- for (unsigned int i = 0; i < DIM; ++i)
- {
- if ( Traits::abs(rhs.coeff[i]) < Traits::eps )
- {
- if ( Traits::abs(coeff[i]) > Traits::eps )
- return false;
- }
- else
- {
- if ( f == 0. )
- {
- f = coeff[i] / rhs.coeff[i];
- }
- else
- {
- if ( Traits::abs(coeff[i] / rhs.coeff[i] - f) > Traits::eps )
- return false;
- }
- }
- }
-
- *factor = f;
- return true;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-GenericVector< DIM, BaseType, Traits >::approximatlyEquals(
- const GenericVector< DIM, BaseType, Traits >& rhs, BaseType eps) const
-{
- for (unsigned int i = 0; i < DIM; ++i)
- {
- if ( Traits::abs( (*this)[i] - rhs[i] ) > eps )
- return false;
- }
- return true;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits > &
-GenericVector< DIM, BaseType, Traits >::operator=(
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- this->coeff[i] = rhs.coeff[i];
- return *this;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits > &
-GenericVector< DIM, BaseType, Traits >::operator+=(
- const GenericVector< DIM, BaseType, Traits > & rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- this->coeff[i] += rhs.coeff[i];
- return *this;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits > &
-GenericVector< DIM, BaseType, Traits >::operator-=(
- const GenericVector< DIM, BaseType, Traits > & rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- this->coeff[i] -= rhs.coeff[i];
- return *this;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits > &
-GenericVector< DIM, BaseType, Traits >::operator*=(BaseType rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- this->coeff[i] *= rhs;
- return *this;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits > &
-GenericVector< DIM, BaseType, Traits >::operator/=(BaseType rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- this->coeff[i] /= rhs;
- return *this;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-BaseType
-GenericVector< DIM, BaseType, Traits >::norm() const
-{
- double prod = (*this) * (*this);
- return Traits::sqrt( prod );
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-unsigned int
-GenericVector< DIM, BaseType, Traits >::getDimension()
-{
- return DIM;
-}
-
-template < class BaseType, class Traits >
-Vector3D< BaseType, Traits >::Vector3D()
- : GenericVector<3, BaseType, Traits>()
-{}
-
-template < class BaseType, class Traits >
-Vector3D< BaseType, Traits >::Vector3D(const BaseType coeff[3])
- : GenericVector<3, BaseType, Traits>(coeff)
-{}
-
-template < class BaseType, class Traits >
-Vector3D< BaseType, Traits >::Vector3D(BaseType a, BaseType b, BaseType c)
- : GenericVector<3, BaseType, Traits>()
-{
- (*this)[0] = a;
- (*this)[1] = b;
- (*this)[2] = c;
-}
-
-template < class BaseType, class Traits >
-Vector3D< BaseType, Traits >::Vector3D(const GenericVector<3, BaseType, Traits >& copy)
- : GenericVector<3, BaseType, Traits>( copy )
-{}
-
-template < class BaseType, class Traits >
-Vector3D< BaseType, Traits >
-Vector3D< BaseType, Traits >::crossProduct(
- const Vector3D< BaseType, Traits >& lhs,
- const Vector3D< BaseType, Traits >& rhs )
-{
- return Vector3D< BaseType, Traits >(
- lhs[1] * rhs[2] - lhs[2] * rhs[1],
- lhs[2] * rhs[0] - lhs[0] * rhs[2],
- lhs[0] * rhs[1] - lhs[1] * rhs[0]);
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-operator==(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- {
- if (Traits::abs(lhs[i] - rhs[i]) > Traits::eps)
- return false;
- }
- return true;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-operator!=(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- return ! (lhs == rhs);
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits >
-operator+(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- GenericVector< DIM, BaseType, Traits > result(lhs);
- for (unsigned int i = 0; i < DIM; ++i)
- result[i] += rhs[i];
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits >
-operator-(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- GenericVector< DIM, BaseType, Traits > result(lhs);
- for (unsigned int i = 0; i < DIM; ++i)
- result[i] -= rhs[i];
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const BaseType
-operator*(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- BaseType result = static_cast<BaseType>(0.);
- for (unsigned int i = 0; i < DIM; ++i)
- result += lhs[i] * rhs[i];
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits >
-operator*(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const BaseType rhs)
-{
- GenericVector< DIM, BaseType, Traits > result(lhs);
- for (unsigned int i = 0; i < DIM; ++i)
- result[i] *= rhs;
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits >
-operator/(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const BaseType rhs)
-{
- GenericVector< DIM, BaseType, Traits > result(lhs);
- for (unsigned int i = 0; i < DIM; ++i)
- result[i] /= rhs;
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-const GenericVector< DIM, BaseType, Traits >
-operator*(
- const BaseType lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- GenericVector< DIM, BaseType, Traits > result(rhs);
- for (unsigned int i = 0; i < DIM; ++i)
- result[i] *= lhs;
- return result;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-bool
-operator<(
- const GenericVector< DIM, BaseType, Traits >& lhs,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- for (unsigned int i = 0; i < DIM; ++i)
- {
- if ( lhs[i] < rhs[i] )
- return true;
- else if ( lhs[i] > rhs[i] )
- return false;
- }
- return false;
-}
-
-template < unsigned int DIM, class BaseType, class Traits >
-std::ostream&
-operator<<( std::ostream& out,
- const GenericVector< DIM, BaseType, Traits >& rhs)
-{
- out << "[ ";
- for (unsigned int i = 0; i < DIM-1; ++i)
- out << rhs[i] << ", ";
- out << rhs[DIM-1] << " ]";
- return out;
-}
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_PTRCOMPARE_HPP_GUARD_
-#define HILBERT3D_GENERIC_PTRCOMPARE_HPP_GUARD_
-
-#include <set>
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class T > struct PtrObjectLess
- : public std::binary_function< T*, T*, bool >
- {
- bool operator()(const T* lhs, const T* rhs)
- {
- return *lhs < *rhs;
- }
- };
-
- template < class T > struct PtrObjectEqual
- : public std::binary_function< T*, T*, bool >
- {
- bool operator()(const T* lhs, const T* rhs)
- {
- return *lhs == *rhs;
- }
- };
-
- template < class TSet, class TObject >
- class SetInsertFunctor
- {
- public:
- SetInsertFunctor( TSet* set )
- : set_(set) {}
- void operator()(const TObject& o) { set_->insert(&o); }
- private:
- TSet* set_;
- };
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_REFERENCESEMANTICSFORPTRVECTORCONSTITERATOR_HPP_GUARD_
-#define HILBERT3D_GENERIC_REFERENCESEMANTICSFORPTRVECTORCONSTITERATOR_HPP_GUARD_
-
-#include <iterator>
-#include <boost/type_traits/remove_pointer.hpp>
-
-namespace hilbert3d
-{
- namespace generic
- {
- template < class TVector >
- class ReferenceSemanticsForPtrVectorConstIterator
- : public std::iterator< std::input_iterator_tag,
- typename boost::remove_pointer<typename TVector::value_type>::type >
- {
- typedef
- typename boost::remove_pointer<typename TVector::value_type>::type
- NewValueType;
-
- public:
- ReferenceSemanticsForPtrVectorConstIterator(
- const typename TVector::const_iterator& iterator)
- : iterator_(iterator)
- {}
-
- ReferenceSemanticsForPtrVectorConstIterator&
- operator++()
- {
- ++iterator_;
- return *this;
- }
-
- bool
- operator==(
- const ReferenceSemanticsForPtrVectorConstIterator& rhs) const
- {
- return iterator_ == rhs.iterator_;
- }
-
- bool
- operator!=(
- const ReferenceSemanticsForPtrVectorConstIterator& rhs) const
- {
- return iterator_ != rhs.iterator_;
- }
-
- const NewValueType&
- operator*() const
- {
- assert(*iterator_ != 0);
- return **iterator_;
- }
-
- const NewValueType*
- operator->() const
- {
- return *iterator_;
- }
-
- private:
- typename TVector::const_iterator iterator_;
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_SINGLEELEMENTITERATOR_HPP_GUARD_
-#define HILBERT3D_GENERIC_SINGLEELEMENTITERATOR_HPP_GUARD_
-
-#include <iterator>
-
-namespace hilbert3d
-{
- namespace generic
- {
- template < class T >
- class SingleElementIterator
- : public std::iterator< std::input_iterator_tag, T >
- {
- public:
- SingleElementIterator()
- : elementPtr_(0)
- {}
- SingleElementIterator( const T& element )
- : elementPtr_(&element)
- {}
- SingleElementIterator& operator++()
- {
- assert(elementPtr_ != 0);
- elementPtr_ = 0;
- return *this;
- }
- bool operator==(const SingleElementIterator& rhs) const
- {
- return elementPtr_ == rhs.elementPtr_;
- }
- bool operator!=(const SingleElementIterator& rhs) const
- {
- return elementPtr_ != rhs.elementPtr_;
- }
- const T& operator*() const
- {
- assert(elementPtr_ != 0);
- return *elementPtr_;
- }
- const T* operator->() const
- {
- assert(elementPtr_ != 0);
- return elementPtr_;
- }
-
- private:
- const T* elementPtr_;
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_BOUNDARY_MESH_GENERIC_SINGLETON_HPP_GUARD_
-#define HILBERT3D_BOUNDARY_MESH_GENERIC_SINGLETON_HPP_GUARD_
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class T >
- class Singleton
- {
- public:
- static T& Get();
-
- protected:
- Singleton();
-
- private:
- Singleton( const Singleton& );
- };
-}
-}
-
-#include "Singleton_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#include "Singleton.hpp"
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class T >
- T& Singleton< T >::Get()
- {
- static T singleton;
- return singleton;
- }
-
- template < class T >
- Singleton< T >::Singleton()
- {
- }
-}
-}
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_TESTING_HPP_GUARD_
-#define HILBERT3D_GENERIC_TESTING_HPP_GUARD_
-
-namespace testing
-{
- template < class TMesh > class Tester;
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_TYPELIST_HPP_GUARD_
-#define HILBERT3D_GENERIC_TYPELIST_HPP_GUARD_
-
-/**
- * TODO: Auf boost::mpl wechseln.
- */
-
-#include "BaseTypes.hpp"
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class THead, class TTail >
- struct TypeList
- {
- typedef THead Head;
- typedef TTail Tail;
- };
-
- namespace typelist
- {
- template < class TList > struct Length;
-
- template <> struct Length< NullType >
- {
- enum { value = 0 };
- };
-
- template < class THead, class TTail >
- struct Length< TypeList< THead, TTail > >
- {
- enum { value = 1 + Length< TTail >::value };
- };
-
- template < class TList, class T > struct IndexOf;
-
- template < class T >
- struct IndexOf< NullType, T >
- {
- enum { value = -1 };
- };
-
- template < class T, class TTail >
- struct IndexOf< TypeList< T, TTail >, T >
- {
- enum { value = 0 };
- };
-
- template < class THead, class TTail, class T >
- struct IndexOf< TypeList< THead, TTail >, T >
- {
- private:
- enum { temp = IndexOf< TTail, T >::value };
- public:
- enum { value = ( temp == -1 ? -1 : 1 + temp ) };
- };
- }
-}
-}
-
-#define HILBERT3D_TYPELIST_1(T1) \
- ::hilbert3d::generic::TypeList< T1, ::hilbert3d::generic::NullType >
-#define HILBERT3D_TYPELIST_2(T1, T2) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_1(T2) >
-#define HILBERT3D_TYPELIST_3(T1, T2, T3) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_2(T2,T3) >
-#define HILBERT3D_TYPELIST_4(T1, T2, T3, T4) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_3(T2,T3,T4) >
-#define HILBERT3D_TYPELIST_5(T1, T2, T3, T4, T5) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_4(T2,T3,T4,T5) >
-#define HILBERT3D_TYPELIST_6(T1, T2, T3, T4, T5, T6) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_5(T2,T3,T4,T5,T6) >
-#define HILBERT3D_TYPELIST_7(T1, T2, T3, T4, T5, T6, T7) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_6(T2,T3,T4,T5,T6,T7) >
-#define HILBERT3D_TYPELIST_8(T1, T2, T3, T4, T5, T6, T7, T8) \
- ::hilbert3d::generic::TypeList< T1, HILBERT3D_TYPELIST_7(T2,T3,T4,T5,T6,T7,T8) >
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_TYPEMAP_HPP_GUARD_
-#define HILBERT3D_GENERIC_TYPEMAP_HPP_GUARD_
-
-#include <map>
-#include <loki/LokiTypeInfo.h>
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class TValue >
- class TypeMap
- {
- public:
- TypeMap();
-
- template < class TKey >
- void insert( const TValue& value );
-
- const TValue& get( const ::Loki::TypeInfo& type ) const;
-
- private:
- std::map< ::Loki::TypeInfo, TValue > map_;
- };
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_TYPEMAP_TMPL_CPP_GUARD_
-#define HILBERT3D_GENERIC_TYPEMAP_TMPL_CPP_GUARD_
-
-#include "TypeMap_tmpl.hpp"
-#include <typeinfo>
-
-namespace hilbert3d
-{
-namespace generic
-{
- template < class TValue >
- TypeMap< TValue >::TypeMap()
- : map_( std::map< ::Loki::TypeInfo, TValue >() )
- {}
-
- template < class TValue >
- template < class TKey >
- void
- TypeMap< TValue >::insert( const TValue& value )
- {
- if ( typeid( TKey ) != typeid( ::Loki::NullType ) )
- {
- map_.insert( std::pair< ::Loki::TypeInfo, TValue >(
- typeid( TKey ), value ));
- }
- }
-
- template < class TValue >
- const TValue&
- TypeMap< TValue >::get(
- const ::Loki::TypeInfo& type) const
- {
- typename std::map< ::Loki::TypeInfo, TValue >::const_iterator it =
- map_.find( typeid( type ) );
- // XXX: Potentially dangerous, it might be equal to map_.end().
- return it->second;
- }
-}
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_GENERIC_TYPEMAP_TMPL_HPP_GUARD_
-#define HILBERT3D_GENERIC_TYPEMAP_TMPL_HPP_GUARD_
-
-#include "TypeMap.hpp"
-#include "TypeMap_tmpl.cpp"
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_HILBERT_HPP_GUARD_
-#define HILBERT3D_HILBERT_HPP_GUARD_
-
-#include "boundary_mesh/FlexibleMesh.hpp"
-
-namespace hilbert3d
-{
-namespace boundary_mesh
-{
- class FlexibleMesh;
-}
-}
-
-typedef ::hilbert3d::boundary_mesh::FlexibleMesh BoundaryMesh;
-
-#endif
-
+++ /dev/null
-v 0.0000 0.0000 0.0000
-v 1.0000 0.0000 0.0000
-v 0.0000 1.0000 0.0000
-v 2.0000 0.0000 0.0000
-v 1.0000 1.0000 0.0000
-v 0.0000 2.0000 0.0000
-v 2.0000 1.0000 0.0000
-v 1.0000 2.0000 0.0000
-
-f 1 2 5 3
-f 2 4 7 5
-f 3 5 8 6
+++ /dev/null
-v 0.0000 0.0000 0.0000
-v 1.0000 0.0000 0.0000
-v 0.0000 1.0000 0.0000
-v 1.0000 1.0000 0.0000
-v 0.5000 0.0000 0.0000
-v 1.0000 0.5000 0.0000
-v 0.5000 1.0000 0.0000
-v 0.0000 0.5000 0.0000
-v 0.5000 0.5000 0.0000
-
-f 8 9 7 3
-f 9 6 4 7
-f 5 2 6 9
-f 1 5 9 8
+++ /dev/null
-v 0.0000 0.0000 0.0000
-v 1.0000 0.0000 0.0000
-v 0.0000 1.0000 0.0000
-v 1.0000 1.0000 0.0000
-v 0.0000 0.0000 1.0000
-v 1.0000 0.0000 1.0000
-v 0.0000 1.0000 1.0000
-v 1.0000 1.0000 1.0000
-
-f 1 3 4 2
-f 1 2 6 5
-f 1 5 7 3
-f 2 4 8 6
-f 3 7 8 4
-f 5 6 8 7
+++ /dev/null
-v 0.0000 0.0000 0.0000
-v -1.0000 0.0000 0.0000
-v -1.0000 1.0000 0.0000
-v 0.0000 1.0000 0.0000
-v 0.0000 1.0000 1.0000
-v 0.0000 0.0000 1.0000
-v -1.0000 0.0000 1.0000
-v -1.0000 -1.0000 -1.0000
-v -1.0000 0.0000 -1.0000
-v -1.0000 1.0000 -1.0000
-v 0.0000 1.0000 -1.0000
-v 1.0000 1.0000 -1.0000
-v 1.0000 1.0000 0.0000
-v 1.0000 1.0000 1.0000
-v 1.0000 0.0000 1.0000
-v 1.0000 -1.0000 1.0000
-v 0.0000 -1.0000 1.0000
-v -1.0000 -1.0000 1.0000
-v -1.0000 -1.0000 0.0000
-v 1.0000 -1.0000 -1.0000
-
-f 1 2 3 4
-f 1 4 5 6
-f 1 6 7 2
-f 2 3 10 9
-f 3 10 11 4
-f 4 11 12 13
-f 4 13 14 5
-f 5 14 15 6
-f 6 15 16 17
-f 6 17 18 7
-f 7 18 19 2
-f 2 19 8 9
-f 8 10 12 20
-f 20 12 14 16
-f 20 16 18 8
+++ /dev/null
-#include "DoubleLayerPotential.hpp"
-#include "../boundary_mesh/FaceDispatch.hpp"
-#include "../spaces/P0Space.hpp"
-#include "../spaces/S1Space.hpp"
-#include "TriangleIntegrator_tmpl.cpp"
-#include "../generic/Testing.hpp"
-
-#include <cmath>
-
-namespace laplace
-{
- template < class TMesh >
- class ComputeDoubleLayerPotentialEntryComponentImpl
- {
- static const double eps = 1e-14;
-
- friend class testing::Tester< TMesh >;
-
- class ComputeLocalContributionDi
- {
- public:
- ComputeLocalContributionDi(
- const typename TMesh::Prop::Vertex& z_i)
- : z_i(z_i)
- {}
-
- double operator()(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x) const
- {
- const typename TMesh::Prop::Vertex* vertex[3];
- unsigned int idx = 0;
- unsigned int i = 0;
- for (typename TMesh::Prop::Triangle::ConstVertexIterator
- vertexIt = tau.begin_v(); vertexIt != tau.end_v();
- ++vertexIt)
- {
- if ( *vertexIt == z_i )
- {
- idx = i;
- }
- vertex[i] = &(*vertexIt);
- i += 1;
- }
-
- const typename TMesh::Prop::Vertex& A = *vertex[ idx + 0 % 3 ];
- const typename TMesh::Prop::Vertex& B = *vertex[ idx + 1 % 3 ];
- const typename TMesh::Prop::Vertex& C = *vertex[ idx + 2 % 3 ];
-
- typename TMesh::UVertex r2 = C - B;
- double t_tau = r2.norm();
- r2 /= t_tau;
- double t_star = ( A - B ) * r2;
- const typename TMesh::UVertex x_star = B + t_star*r2;
- typename TMesh::UVertex r1 = x_star - A;
- double s_tau = r1.norm();
- r1 /= s_tau;
- const typename TMesh::UVertex n = TMesh::UVertex::crossProduct(r1,r2);
- double alpha1 = - t_star / s_tau;
- double alpha2 = (t_tau - t_star) / s_tau;
- double s_x = (x-A) * r1;
- double t_x = (x-A) * r2;
- double u_x = (x-A) * n;
-
- return .25 * (
- computeF( s_tau, alpha2, u_x, s_x, t_x, s_tau )
- - computeF( 0., alpha2, u_x, s_x, t_x, s_tau )
- - computeF( s_tau, alpha1, u_x, s_x, t_x, s_tau )
- + computeF( 0, alpha1, u_x, s_x, t_x, s_tau ))
- / (M_PI * s_tau);
- }
-
- private:
- static double remainingIntegralHelper(
- double A, double B, double G,
- double alpha, double s, double p, double q,
- double u_x, double s_x, double s_tau,
- int sgn)
- {
- double v = (std::sqrt( (1+alpha*alpha)*(s-p)*(s-p)+q*q ) - q) /
- (std::sqrt(1+alpha*alpha) * (s-p));
-
- if ( std::fabs( u_x ) > eps )
- {
- double aux1 = 0.;
- if ( std::fabs(G) < eps )
- {
- if ( 2*v+A > eps )
- aux1 = M_PI / 2.;
- else if ( 2*v+A < eps )
- aux1 = - M_PI / 2.;
- else
- assert(0);
- }
-
- double u_x_sgn = (u_x > 0.) - (u_x < 0.);
- return -sgn * .5 * u_x * std::log(v*v+A*v+B) +
- sgn * (s_tau - s_x) * u_x_sgn * aux1;
- }
- else
- {
- return 0.;
- }
- }
-
- static double remainingIntegral(
- double alpha, double s, double p, double q,
- double u_x, double s_x, double t_x, double s_tau)
- {
- /*
- double A1 = 2*alpha*std::sqrt(1+alpha*alpha)*q;
- double A2 = (1+alpha*alpha)*q - (alpha*s_x - t_x);
- double B1 = 2*alpha*(t_x - alpha*s_x);
- double B2 = std::sqrt(1+alpha*alpha)*(t_x - alpha*s_x + q);
- */
- double tmp = (t_x - alpha*s_x) / (1 + alpha*alpha);
- double A_factor = -2*alpha*std::sqrt(1+alpha*alpha)*q/(u_x*u_x + alpha*alpha*q*q);
- double A1 = A_factor * (tmp + q);
- double A2 = A_factor * (tmp - q);
- double B_factor = (1+alpha*alpha) / (u_x*u_x + alpha*alpha*q*q);
- double B1 = B_factor * (tmp + q) * (tmp + q);
- double B2 = B_factor * (tmp - q) * (tmp - q);
- double G1 = std::sqrt(B1 - .25 * A1*A1);
- double G2 = std::sqrt(B2 - .25 * A2*A2);
- return 2*(u_x / (u_x*u_x + alpha*alpha*q*q)) * (
- remainingIntegralHelper( A1, B1, G1, alpha, s, p, q,
- u_x, s_x, s_tau, 1)
- + remainingIntegralHelper( A2, B2, G2, alpha, s, p, q,
- u_x, s_x, s_tau, -1));
- }
-
- static double computeF(
- double s, double alpha,
- double u_x, double s_x, double t_x,
- double s_tau)
- {
- if ( std::fabs( u_x ) < eps )
- {
- return 0.;
- }
- else
- {
- double p = (alpha * t_x + s_x) / ( 1+alpha*alpha );
- double q = std::sqrt(u_x*u_x +
- (t_x-alpha*s_x)*(t_x-alpha*s_x) / (1+alpha*alpha));
- double aux1 = 0.;
- if ( std::fabs( alpha ) > eps && std::fabs( q ) > eps )
- {
- aux1 = (u_x * alpha / std::sqrt(1+alpha*alpha) *
- std::log( std::sqrt(1+alpha*alpha) * (s-p)
- + std::sqrt((1+alpha*alpha)*(s-p)*(s-p)+q*q) ));
- }
-
- return u_x * remainingIntegral(alpha, s, p, q, u_x, s_x, t_x, s_tau)
- - aux1;
- }
- }
-
- const typename TMesh::Prop::Vertex& z_i;
- };
-
- HILBERT3D_DISPATCH_PARAMETERS_1(
- ComputeDoubleLayerPotentialEntryComponentImpl,double,
- const typename TMesh::Vertex&,vertex_);
-
- HILBERT3D_DOUBLE_DISPATCH_IMPLEMENTATION_FOR(
- TMesh::Prop::Triangle, TMesh::Prop::Triangle)
- {
- TriangleIntegrator integrator;
-
- return integrator.integrate(face1, face2,
- ComputeLocalContributionDi(vertex_));
- }
-
- HILBERT3D_DOUBLE_DISPATCH_IMPLEMENTATION_FOR(
- TMesh::Face, TMesh::Face)
- {
- assert(0);
- }
- };
-
- template < class TMesh >
- DoubleLayerPotential< TMesh >::DoubleLayerPotential(
- const ::hilbert3d::space::S1Space<TMesh>& ansatzSpace,
- const typename space::P0Space<TMesh>& testSpace)
- : HLibOperator<
- ::hilbert3d::space::S1Space<TMesh>,
- space::P0Space<TMesh> >(
- ansatzSpace, testSpace, DoubleLayerPotential::computeEntry)
- {}
-
- template < class TMesh >
- DoubleLayerPotential< TMesh >::~DoubleLayerPotential()
- {}
-
- template < class TMesh >
- double
- DoubleLayerPotential< TMesh >::computeEntry(
- const typename ::hilbert3d::space::S1Space<TMesh>::Element& ansatz,
- const typename space::P0Space<TMesh>::Element& test,
- const Base* hlibop_instance)
- {
- typedef ::hilbert3d::boundary_mesh::DoubleFaceDispatcher<
- ComputeDoubleLayerPotentialEntryComponentImpl< TMesh >,
- TMesh, double >
- ComputeDoubleLayerPotentialEntryComponent;
-
- double sum = 0.;
- const typename TMesh::Prop::Face& testFace = test.getSupport();
- for ( typename ::hilbert3d::space::S1Space<TMesh>::Element::ConstFaceIterator
- ansatzIt = ansatz.begin(); ansatzIt != ansatz.end(); ++ansatzIt)
- {
- sum += ComputeDoubleLayerPotentialEntryComponent::Exec(
- testFace, *ansatzIt,
- typename ComputeDoubleLayerPotentialEntryComponent::PARAM(ansatz.getVertex()));
- }
-
- return sum;
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_DOUBLELAYERPOTENTIAL_HPP_GUARD_
-#define HILBERT3D_LAPLACE_DOUBLELAYERPOTENTIAL_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../HLibOperator.hpp"
-#include "../spaces/P0Space.hpp"
-#include "../spaces/S1Space.hpp"
-
-namespace laplace
-{
- template < class TMesh = BoundaryMesh >
- class ComputeDoubleLayerPotentialEntry;
-
- template < class TMesh = BoundaryMesh >
- class DoubleLayerPotential
- : public HLibOperator<
- ::hilbert3d::space::S1Space<TMesh>,
- space::P0Space<TMesh> >
- {
- typedef HLibOperator<::hilbert3d::space::S1Space<TMesh>,
- space::P0Space<TMesh> > Base;
-
- public:
- DoubleLayerPotential(
- const ::hilbert3d::space::S1Space<TMesh>& ansatzSpace,
- const space::P0Space<TMesh>& testSpace);
- virtual ~DoubleLayerPotential();
-
- private:
- static double computeEntry(
- const typename ::hilbert3d::space::S1Space<TMesh>::Element& ansatz,
- const typename space::P0Space<TMesh>::Element& test,
- const Base* hlib_operator = 0);
- };
-}
-
-#endif
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# src/laplace/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = testLaplace$(EXEEXT) tRectLaplace$(EXEEXT)
-subdir = src/laplace
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(tRectLaplace_HEADERS) $(testLaplace_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(tRectLaplacedir)" \
- "$(DESTDIR)$(testLaplacedir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_tRectLaplace_OBJECTS = tRectLaplace-t2.$(OBJEXT) \
- tRectLaplace-SimpleLayerPotential.$(OBJEXT) \
- tRectLaplace-TriangleIntegrator.$(OBJEXT) \
- tRectLaplace-HLibOperator.$(OBJEXT) \
- tRectLaplace-GenericVector.$(OBJEXT) \
- tRectLaplace-slpRectangle.$(OBJEXT) \
- tRectLaplace-hh2ErrorEst.$(OBJEXT)
-tRectLaplace_OBJECTS = $(am_tRectLaplace_OBJECTS)
-am__DEPENDENCIES_1 =
-tRectLaplace_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a \
- ../spaces/libhilbert-spaces.a $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-am_testLaplace_OBJECTS = testLaplace-t.$(OBJEXT) \
- testLaplace-SimpleLayerPotential.$(OBJEXT) \
- testLaplace-TriangleIntegrator.$(OBJEXT) \
- testLaplace-HLibOperator.$(OBJEXT) \
- testLaplace-GenericVector.$(OBJEXT) \
- testLaplace-slpRectangle.$(OBJEXT) \
- testLaplace-hh2ErrorEst.$(OBJEXT)
-testLaplace_OBJECTS = $(am_testLaplace_OBJECTS)
-testLaplace_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a \
- ../spaces/libhilbert-spaces.a $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(tRectLaplace_SOURCES) $(testLaplace_SOURCES)
-DIST_SOURCES = $(tRectLaplace_SOURCES) $(testLaplace_SOURCES)
-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'
-HEADERS = $(tRectLaplace_HEADERS) $(testLaplace_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/src/laplace
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/src/laplace
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-testLaplacedir = .
-testLaplace_SOURCES = t.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-testLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-
-testLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-tRectLaplacedir = .
-tRectLaplace_SOURCES = t2.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-tRectLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-
-tRectLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-tRectLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/laplace/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/laplace/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-tRectLaplace$(EXEEXT): $(tRectLaplace_OBJECTS) $(tRectLaplace_DEPENDENCIES)
- @rm -f tRectLaplace$(EXEEXT)
- $(CXXLINK) $(tRectLaplace_OBJECTS) $(tRectLaplace_LDADD) $(LIBS)
-testLaplace$(EXEEXT): $(testLaplace_OBJECTS) $(testLaplace_DEPENDENCIES)
- @rm -f testLaplace$(EXEEXT)
- $(CXXLINK) $(testLaplace_OBJECTS) $(testLaplace_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/tRectLaplace-GenericVector.Po
-include ./$(DEPDIR)/tRectLaplace-HLibOperator.Po
-include ./$(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po
-include ./$(DEPDIR)/tRectLaplace-TriangleIntegrator.Po
-include ./$(DEPDIR)/tRectLaplace-hh2ErrorEst.Po
-include ./$(DEPDIR)/tRectLaplace-slpRectangle.Po
-include ./$(DEPDIR)/tRectLaplace-t2.Po
-include ./$(DEPDIR)/testLaplace-GenericVector.Po
-include ./$(DEPDIR)/testLaplace-HLibOperator.Po
-include ./$(DEPDIR)/testLaplace-SimpleLayerPotential.Po
-include ./$(DEPDIR)/testLaplace-TriangleIntegrator.Po
-include ./$(DEPDIR)/testLaplace-hh2ErrorEst.Po
-include ./$(DEPDIR)/testLaplace-slpRectangle.Po
-include ./$(DEPDIR)/testLaplace-t.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-tRectLaplace-t2.o: t2.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-t2.o -MD -MP -MF $(DEPDIR)/tRectLaplace-t2.Tpo -c -o tRectLaplace-t2.o `test -f 't2.cpp' || echo '$(srcdir)/'`t2.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-t2.Tpo $(DEPDIR)/tRectLaplace-t2.Po
-# source='t2.cpp' object='tRectLaplace-t2.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-t2.o `test -f 't2.cpp' || echo '$(srcdir)/'`t2.cpp
-
-tRectLaplace-t2.obj: t2.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-t2.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-t2.Tpo -c -o tRectLaplace-t2.obj `if test -f 't2.cpp'; then $(CYGPATH_W) 't2.cpp'; else $(CYGPATH_W) '$(srcdir)/t2.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-t2.Tpo $(DEPDIR)/tRectLaplace-t2.Po
-# source='t2.cpp' object='tRectLaplace-t2.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-t2.obj `if test -f 't2.cpp'; then $(CYGPATH_W) 't2.cpp'; else $(CYGPATH_W) '$(srcdir)/t2.cpp'; fi`
-
-tRectLaplace-SimpleLayerPotential.o: SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo -c -o tRectLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po
-# source='SimpleLayerPotential.cpp' object='tRectLaplace-SimpleLayerPotential.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-
-tRectLaplace-SimpleLayerPotential.obj: SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo -c -o tRectLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po
-# source='SimpleLayerPotential.cpp' object='tRectLaplace-SimpleLayerPotential.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-
-tRectLaplace-TriangleIntegrator.o: TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo -c -o tRectLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo $(DEPDIR)/tRectLaplace-TriangleIntegrator.Po
-# source='TriangleIntegrator.cpp' object='tRectLaplace-TriangleIntegrator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-
-tRectLaplace-TriangleIntegrator.obj: TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo -c -o tRectLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo $(DEPDIR)/tRectLaplace-TriangleIntegrator.Po
-# source='TriangleIntegrator.cpp' object='tRectLaplace-TriangleIntegrator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-
-tRectLaplace-HLibOperator.o: ../HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-HLibOperator.o -MD -MP -MF $(DEPDIR)/tRectLaplace-HLibOperator.Tpo -c -o tRectLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-HLibOperator.Tpo $(DEPDIR)/tRectLaplace-HLibOperator.Po
-# source='../HLibOperator.cpp' object='tRectLaplace-HLibOperator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-
-tRectLaplace-HLibOperator.obj: ../HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-HLibOperator.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-HLibOperator.Tpo -c -o tRectLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-HLibOperator.Tpo $(DEPDIR)/tRectLaplace-HLibOperator.Po
-# source='../HLibOperator.cpp' object='tRectLaplace-HLibOperator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-
-tRectLaplace-GenericVector.o: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-GenericVector.o -MD -MP -MF $(DEPDIR)/tRectLaplace-GenericVector.Tpo -c -o tRectLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-GenericVector.Tpo $(DEPDIR)/tRectLaplace-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='tRectLaplace-GenericVector.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-tRectLaplace-GenericVector.obj: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-GenericVector.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-GenericVector.Tpo -c -o tRectLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-GenericVector.Tpo $(DEPDIR)/tRectLaplace-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='tRectLaplace-GenericVector.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-tRectLaplace-slpRectangle.o: slpRectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-slpRectangle.o -MD -MP -MF $(DEPDIR)/tRectLaplace-slpRectangle.Tpo -c -o tRectLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-slpRectangle.Tpo $(DEPDIR)/tRectLaplace-slpRectangle.Po
-# source='slpRectangle.cpp' object='tRectLaplace-slpRectangle.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-
-tRectLaplace-slpRectangle.obj: slpRectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-slpRectangle.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-slpRectangle.Tpo -c -o tRectLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-slpRectangle.Tpo $(DEPDIR)/tRectLaplace-slpRectangle.Po
-# source='slpRectangle.cpp' object='tRectLaplace-slpRectangle.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-
-tRectLaplace-hh2ErrorEst.o: hh2ErrorEst.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-hh2ErrorEst.o -MD -MP -MF $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo -c -o tRectLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
- $(am__mv) $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo $(DEPDIR)/tRectLaplace-hh2ErrorEst.Po
-# source='hh2ErrorEst.cpp' object='tRectLaplace-hh2ErrorEst.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-
-tRectLaplace-hh2ErrorEst.obj: hh2ErrorEst.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-hh2ErrorEst.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo -c -o tRectLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
- $(am__mv) $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo $(DEPDIR)/tRectLaplace-hh2ErrorEst.Po
-# source='hh2ErrorEst.cpp' object='tRectLaplace-hh2ErrorEst.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-
-testLaplace-t.o: t.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-t.o -MD -MP -MF $(DEPDIR)/testLaplace-t.Tpo -c -o testLaplace-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
- $(am__mv) $(DEPDIR)/testLaplace-t.Tpo $(DEPDIR)/testLaplace-t.Po
-# source='t.cpp' object='testLaplace-t.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-
-testLaplace-t.obj: t.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-t.obj -MD -MP -MF $(DEPDIR)/testLaplace-t.Tpo -c -o testLaplace-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-t.Tpo $(DEPDIR)/testLaplace-t.Po
-# source='t.cpp' object='testLaplace-t.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-
-testLaplace-SimpleLayerPotential.o: SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo -c -o testLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
- $(am__mv) $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/testLaplace-SimpleLayerPotential.Po
-# source='SimpleLayerPotential.cpp' object='testLaplace-SimpleLayerPotential.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-
-testLaplace-SimpleLayerPotential.obj: SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo -c -o testLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/testLaplace-SimpleLayerPotential.Po
-# source='SimpleLayerPotential.cpp' object='testLaplace-SimpleLayerPotential.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-
-testLaplace-TriangleIntegrator.o: TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo -c -o testLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
- $(am__mv) $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo $(DEPDIR)/testLaplace-TriangleIntegrator.Po
-# source='TriangleIntegrator.cpp' object='testLaplace-TriangleIntegrator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-
-testLaplace-TriangleIntegrator.obj: TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo -c -o testLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo $(DEPDIR)/testLaplace-TriangleIntegrator.Po
-# source='TriangleIntegrator.cpp' object='testLaplace-TriangleIntegrator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-
-testLaplace-HLibOperator.o: ../HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-HLibOperator.o -MD -MP -MF $(DEPDIR)/testLaplace-HLibOperator.Tpo -c -o testLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
- $(am__mv) $(DEPDIR)/testLaplace-HLibOperator.Tpo $(DEPDIR)/testLaplace-HLibOperator.Po
-# source='../HLibOperator.cpp' object='testLaplace-HLibOperator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-
-testLaplace-HLibOperator.obj: ../HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-HLibOperator.obj -MD -MP -MF $(DEPDIR)/testLaplace-HLibOperator.Tpo -c -o testLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-HLibOperator.Tpo $(DEPDIR)/testLaplace-HLibOperator.Po
-# source='../HLibOperator.cpp' object='testLaplace-HLibOperator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-
-testLaplace-GenericVector.o: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-GenericVector.o -MD -MP -MF $(DEPDIR)/testLaplace-GenericVector.Tpo -c -o testLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
- $(am__mv) $(DEPDIR)/testLaplace-GenericVector.Tpo $(DEPDIR)/testLaplace-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='testLaplace-GenericVector.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-testLaplace-GenericVector.obj: ../generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-GenericVector.obj -MD -MP -MF $(DEPDIR)/testLaplace-GenericVector.Tpo -c -o testLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-GenericVector.Tpo $(DEPDIR)/testLaplace-GenericVector.Po
-# source='../generic/GenericVector.cpp' object='testLaplace-GenericVector.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-testLaplace-slpRectangle.o: slpRectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-slpRectangle.o -MD -MP -MF $(DEPDIR)/testLaplace-slpRectangle.Tpo -c -o testLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
- $(am__mv) $(DEPDIR)/testLaplace-slpRectangle.Tpo $(DEPDIR)/testLaplace-slpRectangle.Po
-# source='slpRectangle.cpp' object='testLaplace-slpRectangle.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-
-testLaplace-slpRectangle.obj: slpRectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-slpRectangle.obj -MD -MP -MF $(DEPDIR)/testLaplace-slpRectangle.Tpo -c -o testLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-slpRectangle.Tpo $(DEPDIR)/testLaplace-slpRectangle.Po
-# source='slpRectangle.cpp' object='testLaplace-slpRectangle.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-
-testLaplace-hh2ErrorEst.o: hh2ErrorEst.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-hh2ErrorEst.o -MD -MP -MF $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo -c -o testLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
- $(am__mv) $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo $(DEPDIR)/testLaplace-hh2ErrorEst.Po
-# source='hh2ErrorEst.cpp' object='testLaplace-hh2ErrorEst.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-
-testLaplace-hh2ErrorEst.obj: hh2ErrorEst.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-hh2ErrorEst.obj -MD -MP -MF $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo -c -o testLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
- $(am__mv) $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo $(DEPDIR)/testLaplace-hh2ErrorEst.Po
-# source='hh2ErrorEst.cpp' object='testLaplace-hh2ErrorEst.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-install-tRectLaplaceHEADERS: $(tRectLaplace_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(tRectLaplacedir)" || $(MKDIR_P) "$(DESTDIR)$(tRectLaplacedir)"
- @list='$(tRectLaplace_HEADERS)'; test -n "$(tRectLaplacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(tRectLaplacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(tRectLaplacedir)" || exit $$?; \
- done
-
-uninstall-tRectLaplaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(tRectLaplace_HEADERS)'; test -n "$(tRectLaplacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(tRectLaplacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(tRectLaplacedir)" && rm -f $$files
-install-testLaplaceHEADERS: $(testLaplace_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testLaplacedir)" || $(MKDIR_P) "$(DESTDIR)$(testLaplacedir)"
- @list='$(testLaplace_HEADERS)'; test -n "$(testLaplacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testLaplacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testLaplacedir)" || exit $$?; \
- done
-
-uninstall-testLaplaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testLaplace_HEADERS)'; test -n "$(testLaplacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testLaplacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testLaplacedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(tRectLaplacedir)" "$(DESTDIR)$(testLaplacedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-tRectLaplaceHEADERS \
- install-testLaplaceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-tRectLaplaceHEADERS \
- uninstall-testLaplaceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-tRectLaplaceHEADERS install-testLaplaceHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-tRectLaplaceHEADERS uninstall-testLaplaceHEADERS
-
-
-# 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:
+++ /dev/null
-bin_PROGRAMS = testLaplace tRectLaplace
-
-testLaplacedir = .
-testLaplace_SOURCES = t.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-testLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-testLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-
-tRectLaplacedir = .
-tRectLaplace_SOURCES = t2.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-tRectLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-tRectLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-tRectLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = testLaplace$(EXEEXT) tRectLaplace$(EXEEXT)
-subdir = src/laplace
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(tRectLaplace_HEADERS) $(testLaplace_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(tRectLaplacedir)" \
- "$(DESTDIR)$(testLaplacedir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_tRectLaplace_OBJECTS = tRectLaplace-t2.$(OBJEXT) \
- tRectLaplace-SimpleLayerPotential.$(OBJEXT) \
- tRectLaplace-TriangleIntegrator.$(OBJEXT) \
- tRectLaplace-HLibOperator.$(OBJEXT) \
- tRectLaplace-GenericVector.$(OBJEXT) \
- tRectLaplace-slpRectangle.$(OBJEXT) \
- tRectLaplace-hh2ErrorEst.$(OBJEXT)
-tRectLaplace_OBJECTS = $(am_tRectLaplace_OBJECTS)
-am__DEPENDENCIES_1 =
-tRectLaplace_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a \
- ../spaces/libhilbert-spaces.a $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-am_testLaplace_OBJECTS = testLaplace-t.$(OBJEXT) \
- testLaplace-SimpleLayerPotential.$(OBJEXT) \
- testLaplace-TriangleIntegrator.$(OBJEXT) \
- testLaplace-HLibOperator.$(OBJEXT) \
- testLaplace-GenericVector.$(OBJEXT) \
- testLaplace-slpRectangle.$(OBJEXT) \
- testLaplace-hh2ErrorEst.$(OBJEXT)
-testLaplace_OBJECTS = $(am_testLaplace_OBJECTS)
-testLaplace_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a \
- ../spaces/libhilbert-spaces.a $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(tRectLaplace_SOURCES) $(testLaplace_SOURCES)
-DIST_SOURCES = $(tRectLaplace_SOURCES) $(testLaplace_SOURCES)
-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'
-HEADERS = $(tRectLaplace_HEADERS) $(testLaplace_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-testLaplacedir = .
-testLaplace_SOURCES = t.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-testLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-
-testLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-tRectLaplacedir = .
-tRectLaplace_SOURCES = t2.cpp SimpleLayerPotential.cpp TriangleIntegrator.cpp \
- ../HLibOperator.cpp ../generic/GenericVector.cpp slpRectangle.cpp \
- hh2ErrorEst.cpp
-
-# ../boundary_mesh/exception/NoMatchingFaceType.cpp \
-# ../boundary_mesh/exception/DispatchIdNotSet.cpp
-tRectLaplace_HEADERS = \
- ../hilbert.hpp \
- SimpleLayerPotential.hpp TriangleIntegrator.hpp ../HLibOperator.hpp \
- ../boundary_mesh/Face.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/FaceDispatch.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../spaces/P0Space.hpp ../spaces/P0Space_tmpl.cpp \
- slpRectangle.hpp \
- hh2ErrorEst.hpp
-
-tRectLaplace_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a ../spaces/libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-tRectLaplace_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/laplace/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/laplace/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-tRectLaplace$(EXEEXT): $(tRectLaplace_OBJECTS) $(tRectLaplace_DEPENDENCIES)
- @rm -f tRectLaplace$(EXEEXT)
- $(CXXLINK) $(tRectLaplace_OBJECTS) $(tRectLaplace_LDADD) $(LIBS)
-testLaplace$(EXEEXT): $(testLaplace_OBJECTS) $(testLaplace_DEPENDENCIES)
- @rm -f testLaplace$(EXEEXT)
- $(CXXLINK) $(testLaplace_OBJECTS) $(testLaplace_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-GenericVector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-HLibOperator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-TriangleIntegrator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-hh2ErrorEst.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-slpRectangle.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tRectLaplace-t2.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-GenericVector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-HLibOperator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-SimpleLayerPotential.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-TriangleIntegrator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-hh2ErrorEst.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-slpRectangle.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testLaplace-t.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-tRectLaplace-t2.o: t2.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-t2.o -MD -MP -MF $(DEPDIR)/tRectLaplace-t2.Tpo -c -o tRectLaplace-t2.o `test -f 't2.cpp' || echo '$(srcdir)/'`t2.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-t2.Tpo $(DEPDIR)/tRectLaplace-t2.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t2.cpp' object='tRectLaplace-t2.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-t2.o `test -f 't2.cpp' || echo '$(srcdir)/'`t2.cpp
-
-tRectLaplace-t2.obj: t2.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-t2.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-t2.Tpo -c -o tRectLaplace-t2.obj `if test -f 't2.cpp'; then $(CYGPATH_W) 't2.cpp'; else $(CYGPATH_W) '$(srcdir)/t2.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-t2.Tpo $(DEPDIR)/tRectLaplace-t2.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t2.cpp' object='tRectLaplace-t2.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-t2.obj `if test -f 't2.cpp'; then $(CYGPATH_W) 't2.cpp'; else $(CYGPATH_W) '$(srcdir)/t2.cpp'; fi`
-
-tRectLaplace-SimpleLayerPotential.o: SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo -c -o tRectLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SimpleLayerPotential.cpp' object='tRectLaplace-SimpleLayerPotential.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-
-tRectLaplace-SimpleLayerPotential.obj: SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo -c -o tRectLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/tRectLaplace-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SimpleLayerPotential.cpp' object='tRectLaplace-SimpleLayerPotential.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-
-tRectLaplace-TriangleIntegrator.o: TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo -c -o tRectLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo $(DEPDIR)/tRectLaplace-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TriangleIntegrator.cpp' object='tRectLaplace-TriangleIntegrator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-
-tRectLaplace-TriangleIntegrator.obj: TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo -c -o tRectLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-TriangleIntegrator.Tpo $(DEPDIR)/tRectLaplace-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TriangleIntegrator.cpp' object='tRectLaplace-TriangleIntegrator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-
-tRectLaplace-HLibOperator.o: ../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-HLibOperator.o -MD -MP -MF $(DEPDIR)/tRectLaplace-HLibOperator.Tpo -c -o tRectLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-HLibOperator.Tpo $(DEPDIR)/tRectLaplace-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../HLibOperator.cpp' object='tRectLaplace-HLibOperator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-
-tRectLaplace-HLibOperator.obj: ../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-HLibOperator.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-HLibOperator.Tpo -c -o tRectLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-HLibOperator.Tpo $(DEPDIR)/tRectLaplace-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../HLibOperator.cpp' object='tRectLaplace-HLibOperator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-
-tRectLaplace-GenericVector.o: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-GenericVector.o -MD -MP -MF $(DEPDIR)/tRectLaplace-GenericVector.Tpo -c -o tRectLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-GenericVector.Tpo $(DEPDIR)/tRectLaplace-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='tRectLaplace-GenericVector.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-tRectLaplace-GenericVector.obj: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-GenericVector.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-GenericVector.Tpo -c -o tRectLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-GenericVector.Tpo $(DEPDIR)/tRectLaplace-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='tRectLaplace-GenericVector.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-tRectLaplace-slpRectangle.o: slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-slpRectangle.o -MD -MP -MF $(DEPDIR)/tRectLaplace-slpRectangle.Tpo -c -o tRectLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-slpRectangle.Tpo $(DEPDIR)/tRectLaplace-slpRectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='slpRectangle.cpp' object='tRectLaplace-slpRectangle.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-
-tRectLaplace-slpRectangle.obj: slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-slpRectangle.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-slpRectangle.Tpo -c -o tRectLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-slpRectangle.Tpo $(DEPDIR)/tRectLaplace-slpRectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='slpRectangle.cpp' object='tRectLaplace-slpRectangle.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-
-tRectLaplace-hh2ErrorEst.o: hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-hh2ErrorEst.o -MD -MP -MF $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo -c -o tRectLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo $(DEPDIR)/tRectLaplace-hh2ErrorEst.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hh2ErrorEst.cpp' object='tRectLaplace-hh2ErrorEst.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-
-tRectLaplace-hh2ErrorEst.obj: hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tRectLaplace-hh2ErrorEst.obj -MD -MP -MF $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo -c -o tRectLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/tRectLaplace-hh2ErrorEst.Tpo $(DEPDIR)/tRectLaplace-hh2ErrorEst.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hh2ErrorEst.cpp' object='tRectLaplace-hh2ErrorEst.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tRectLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tRectLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-
-testLaplace-t.o: t.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-t.o -MD -MP -MF $(DEPDIR)/testLaplace-t.Tpo -c -o testLaplace-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-t.Tpo $(DEPDIR)/testLaplace-t.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t.cpp' object='testLaplace-t.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-
-testLaplace-t.obj: t.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-t.obj -MD -MP -MF $(DEPDIR)/testLaplace-t.Tpo -c -o testLaplace-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-t.Tpo $(DEPDIR)/testLaplace-t.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t.cpp' object='testLaplace-t.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-
-testLaplace-SimpleLayerPotential.o: SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo -c -o testLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/testLaplace-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SimpleLayerPotential.cpp' object='testLaplace-SimpleLayerPotential.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-SimpleLayerPotential.o `test -f 'SimpleLayerPotential.cpp' || echo '$(srcdir)/'`SimpleLayerPotential.cpp
-
-testLaplace-SimpleLayerPotential.obj: SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo -c -o testLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-SimpleLayerPotential.Tpo $(DEPDIR)/testLaplace-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SimpleLayerPotential.cpp' object='testLaplace-SimpleLayerPotential.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-SimpleLayerPotential.obj `if test -f 'SimpleLayerPotential.cpp'; then $(CYGPATH_W) 'SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/SimpleLayerPotential.cpp'; fi`
-
-testLaplace-TriangleIntegrator.o: TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo -c -o testLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo $(DEPDIR)/testLaplace-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TriangleIntegrator.cpp' object='testLaplace-TriangleIntegrator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-TriangleIntegrator.o `test -f 'TriangleIntegrator.cpp' || echo '$(srcdir)/'`TriangleIntegrator.cpp
-
-testLaplace-TriangleIntegrator.obj: TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo -c -o testLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-TriangleIntegrator.Tpo $(DEPDIR)/testLaplace-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='TriangleIntegrator.cpp' object='testLaplace-TriangleIntegrator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-TriangleIntegrator.obj `if test -f 'TriangleIntegrator.cpp'; then $(CYGPATH_W) 'TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/TriangleIntegrator.cpp'; fi`
-
-testLaplace-HLibOperator.o: ../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-HLibOperator.o -MD -MP -MF $(DEPDIR)/testLaplace-HLibOperator.Tpo -c -o testLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-HLibOperator.Tpo $(DEPDIR)/testLaplace-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../HLibOperator.cpp' object='testLaplace-HLibOperator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-HLibOperator.o `test -f '../HLibOperator.cpp' || echo '$(srcdir)/'`../HLibOperator.cpp
-
-testLaplace-HLibOperator.obj: ../HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-HLibOperator.obj -MD -MP -MF $(DEPDIR)/testLaplace-HLibOperator.Tpo -c -o testLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-HLibOperator.Tpo $(DEPDIR)/testLaplace-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../HLibOperator.cpp' object='testLaplace-HLibOperator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-HLibOperator.obj `if test -f '../HLibOperator.cpp'; then $(CYGPATH_W) '../HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../HLibOperator.cpp'; fi`
-
-testLaplace-GenericVector.o: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-GenericVector.o -MD -MP -MF $(DEPDIR)/testLaplace-GenericVector.Tpo -c -o testLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-GenericVector.Tpo $(DEPDIR)/testLaplace-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='testLaplace-GenericVector.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-GenericVector.o `test -f '../generic/GenericVector.cpp' || echo '$(srcdir)/'`../generic/GenericVector.cpp
-
-testLaplace-GenericVector.obj: ../generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-GenericVector.obj -MD -MP -MF $(DEPDIR)/testLaplace-GenericVector.Tpo -c -o testLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-GenericVector.Tpo $(DEPDIR)/testLaplace-GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../generic/GenericVector.cpp' object='testLaplace-GenericVector.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-GenericVector.obj `if test -f '../generic/GenericVector.cpp'; then $(CYGPATH_W) '../generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../generic/GenericVector.cpp'; fi`
-
-testLaplace-slpRectangle.o: slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-slpRectangle.o -MD -MP -MF $(DEPDIR)/testLaplace-slpRectangle.Tpo -c -o testLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-slpRectangle.Tpo $(DEPDIR)/testLaplace-slpRectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='slpRectangle.cpp' object='testLaplace-slpRectangle.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-slpRectangle.o `test -f 'slpRectangle.cpp' || echo '$(srcdir)/'`slpRectangle.cpp
-
-testLaplace-slpRectangle.obj: slpRectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-slpRectangle.obj -MD -MP -MF $(DEPDIR)/testLaplace-slpRectangle.Tpo -c -o testLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-slpRectangle.Tpo $(DEPDIR)/testLaplace-slpRectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='slpRectangle.cpp' object='testLaplace-slpRectangle.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-slpRectangle.obj `if test -f 'slpRectangle.cpp'; then $(CYGPATH_W) 'slpRectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/slpRectangle.cpp'; fi`
-
-testLaplace-hh2ErrorEst.o: hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-hh2ErrorEst.o -MD -MP -MF $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo -c -o testLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo $(DEPDIR)/testLaplace-hh2ErrorEst.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hh2ErrorEst.cpp' object='testLaplace-hh2ErrorEst.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-hh2ErrorEst.o `test -f 'hh2ErrorEst.cpp' || echo '$(srcdir)/'`hh2ErrorEst.cpp
-
-testLaplace-hh2ErrorEst.obj: hh2ErrorEst.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testLaplace-hh2ErrorEst.obj -MD -MP -MF $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo -c -o testLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testLaplace-hh2ErrorEst.Tpo $(DEPDIR)/testLaplace-hh2ErrorEst.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hh2ErrorEst.cpp' object='testLaplace-hh2ErrorEst.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testLaplace_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testLaplace-hh2ErrorEst.obj `if test -f 'hh2ErrorEst.cpp'; then $(CYGPATH_W) 'hh2ErrorEst.cpp'; else $(CYGPATH_W) '$(srcdir)/hh2ErrorEst.cpp'; fi`
-install-tRectLaplaceHEADERS: $(tRectLaplace_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(tRectLaplacedir)" || $(MKDIR_P) "$(DESTDIR)$(tRectLaplacedir)"
- @list='$(tRectLaplace_HEADERS)'; test -n "$(tRectLaplacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(tRectLaplacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(tRectLaplacedir)" || exit $$?; \
- done
-
-uninstall-tRectLaplaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(tRectLaplace_HEADERS)'; test -n "$(tRectLaplacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(tRectLaplacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(tRectLaplacedir)" && rm -f $$files
-install-testLaplaceHEADERS: $(testLaplace_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testLaplacedir)" || $(MKDIR_P) "$(DESTDIR)$(testLaplacedir)"
- @list='$(testLaplace_HEADERS)'; test -n "$(testLaplacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testLaplacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testLaplacedir)" || exit $$?; \
- done
-
-uninstall-testLaplaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testLaplace_HEADERS)'; test -n "$(testLaplacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testLaplacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testLaplacedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(tRectLaplacedir)" "$(DESTDIR)$(testLaplacedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-tRectLaplaceHEADERS \
- install-testLaplaceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-tRectLaplaceHEADERS \
- uninstall-testLaplaceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-tRectLaplaceHEADERS install-testLaplaceHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-tRectLaplaceHEADERS uninstall-testLaplaceHEADERS
-
-
-# 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:
+++ /dev/null
-#include "SimpleLayerPotential.hpp"
-
-#include "../spaces/P0Space.hpp"
-#include "TriangleIntegrator.hpp"
-
-#include "slpRectangle.hpp" // Bibliothek fuer achsenorientierte Rechtecke
-
-#include <fstream>
-#include <iostream>
-#include <cmath>
-
-#define eps 1e-9
-
-using namespace laplace;
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space<>& space)
- : HLibOperator< space::P0Space<>, space::P0Space<>, SymmetricMatrix >(
- space, space, SimpleLayerPotential::computeEntry),
- mu_(0.), type_(0)
-{
-}
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space<>& space, const double nmu, const int type)
- : HLibOperator< space::P0Space<>, space::P0Space<>, SymmetricMatrix >(
- space, space, SimpleLayerPotential::computeEntry),
- mu_(nmu), type_(type)
-{
-}
-
-SimpleLayerPotential::~SimpleLayerPotential()
-{
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2) const
-{
- TriangleIntegrator integrator = TriangleIntegrator();
-
-// if ( f1 != f2 )
-// {
-// return integrator.integrate( f1, f2, kernel );
-// }
-// else
- if ( f1.computeArea() < f2.computeArea() )
- {
- return integrator.integrate( f1, f2,
- computeInnerIntegralForTriangles);
- }
- else
- {
- return integrator.integrate( f2, f1,
- computeInnerIntegralForTriangles);
- }
-}
-
-// Aus der Klasse raus hauen... sieht irgend wie dooof aus
-template < class TUVertex >
-int dimOfVec(const TUVertex& vec){
- if (fabs(vec[2]) > eps)
- return 2;
- else if (fabs(vec[1]) > eps)
- return 1;
- else if (fabs(vec[0]) > eps)
- return 0;
- else{
- std::cerr << "dimOfVec : (" << vec[0] << vec[1] << vec[2] << ") alle Werte 0 \n";
- return -1;
- }
-
-}
-
-inline int dimOfThird(int a, int b)
-{
- return ((-(a+b)%3)+3)%3;
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2) const
-{
-
- // Welche Funktion soll verwendet werden
- double(*ctypeP)(double, double, double, double, double, double, double, double);
- double(*ctypeO)(double, double, double, double, double, double, double, double);
-
- std::cout << "T:" << type_;
- switch(type_){
- case 0:
- ctypeP = calcParIntO0;
- ctypeO = calcOrtIntO0;
- case 1:
- ctypeP = calcParIntO1;
- ctypeO = calcOrtIntO1;
- case 2:
- ctypeP = calcParIntO2;
- ctypeO = calcOrtIntO2;
- case 3:
- ctypeP = calcParIntO3;
- ctypeO = calcOrtIntO3;
-
- }
-
-
- // Zulaessigkeitsbedingung
-
-
- // Zwischenvariable fuer die Loesung (kann fuer geschwindigkeit entfernt werden)
- double sol = NAN;
-
- // Flaechenstueck 1
- const typename TMesh::UVertex& xa = f1.getB() - f1.getA();
- const typename TMesh::UVertex& xb = f1.getD() - f1.getA();
-// const typename TMesh::UVertex& xn = TMesh::UVertex::crossProduct(xa, xb);
-
- // Flaechenstueck 2
- const typename TMesh::UVertex& ya = f2.getB() - f2.getA();
- const typename TMesh::UVertex& yb = f2.getD() - f2.getA();
-// const typename TMesh::UVertex& yn = TMesh::UVertex::crossProduct(ya, yb);
-
- // Abstand zwischen den Stuecken (Achtung) abstand von den beiden "kleinsten" Ecken
- typename TMesh::UVertex d;
-
- //Variablen fuer LageInformationen
- int rx, rxa, rxb, ry, rya, ryb;
-
- // Lage des ersten Elements ermitteln
- rxa = dimOfVec(xa);
- rxb = dimOfVec(xb);
- rx = dimOfThird(rxa,rxb);
-
-
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (xa[rxa] > 0) {
- if (xb[rxb] > 0) {
- d -= f1.getA();
- } else {
- d -= f1.getD();
- }
- } else {
- if (xb[rxb] > 0) {
- d -= f1.getB();
- } else {
- d -= f1.getC();
- }
- }
-
- // Lage des zweiten Elements ermitteln
- rya = dimOfVec(ya);
- ryb = dimOfVec(yb);
- ry = dimOfThird(rya,ryb);
-
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (ya[rya] > 0) {
- if (yb[ryb] > 0) {
- d += f2.getA();
- } else {
- d += f2.getD();
- }
- } else {
- if (yb[ryb] > 0) {
- d += f2.getB();
- } else {
- d += f2.getC();
- }
- }
-
- if (rx == ry) { // Flaechen sind parallel
- if (rxa == rya) { // Elemente zeigen in gleiche Richtung
- sol = ctypeP( fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rxa]),
- fabs(yb[rxb]), d[rxa], d[rxb], d[rx],mu_);
- } else { // Elemente zeigen nicht in gleiche Richtung
- sol = ctypeP( fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[rxa]),
- fabs(ya[rxb]), d[rxa], d[rxb], d[rx],mu_);
- }
- } else { // Flaechen sind orthogonal
- if (rxa == rya) { //Elmente richtig zuordnen
- sol = ctypeO( fabs(xb[rxb]), fabs(xa[rxa]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxb], d[rxa], d[rx],mu_);
- } else if (rxa == ryb) {
- sol = ctypeO( fabs(xb[rxb]), fabs(xa[rxa]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxb], d[rxa], d[rx],mu_);
- } else if (rxb == rya) {
- sol = ctypeO( fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxa], d[rxb], d[rx],mu_);
- } else {
- sol = ctypeO( fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxa], d[rxb], d[rx],mu_);
- }
- // sol /= 2.;
- }
-
- return sol / (4. * M_PI);
-}
-
-double SimpleLayerPotential::computeEntry(
- const space::P0Space<>::Element &e1,
- const space::P0Space<>::Element &e2,
- const Base* hlibop_instance)
-{
- typedef ::hilbert3d::boundary_mesh::DoubleFaceDispatcher<
- ComputeSimpleLayerPotentialEntry<BoundaryMesh>, BoundaryMesh,
- double> ComputeEntry;
-
- assert(hlibop_instance != 0);
- const SimpleLayerPotential* slp_instance =
- static_cast<const SimpleLayerPotential*>(hlibop_instance);
- assert(slp_instance != 0);
-
- return ComputeEntry::
- Exec(e1.getSupport(), e2.getSupport(),
- ComputeSimpleLayerPotentialEntry<BoundaryMesh>(
- slp_instance->mu_, slp_instance->type_));
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::kernel(
- const typename TMesh::UVertex& p1,
- const typename TMesh::UVertex& p2)
-{
- return .25 / (p1-p2).norm() / M_PI;
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x)
-{
- const BoundaryMesh::UVertex& x1 = tau.getA();
- const BoundaryMesh::UVertex& x2 = tau.getB();
- const BoundaryMesh::UVertex& x3 = tau.getC();
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3-x2).norm();
- BoundaryMesh::UVertex r2 = (x3-x2)/t_tau;
- double t_star=(x1-x2)*r2;
-
- BoundaryMesh::UVertex r1 = (x2+(t_star*r2)-x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1,r2);
-
- // determine necessary information
- double sx = (x-x1)*r1;
- double tx = (x-x1)*r2;
- double ux = (x-x1)*n;
- double a1 = -t_star/s_tau;
- double a2 = (t_tau-t_star)/s_tau;
-
- // analytic computation of inner integral
- //return tau.computeArea(); // this is the identity
- return 0.25*(F(s_tau,a2,sx,tx,ux) - F(0.,a2,sx,tx,ux)
- - F(s_tau,a1,sx,tx,ux) + F(0.,a1,sx,tx,ux))/M_PI;
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::F(
- double s, double a, double sx, double tx, double ux)
-{
- double p = (a*tx+sx)/(1.+a*a);
- double q = sqrt(ux*ux + ((tx-a*sx)*(tx-a*sx)/(1.+a*a)));
- double aux1 = 0.;
- double aux2 = 0.;
- double aux3 = 0.;
- double tmp = ((q-(a*sx-tx)/(1.+a*a))*sqrt((1.+a*a)*(s-p)*(s-p)+q*q)
- + (a*s-tx-q)*q);
-
- if ( fabs(ux) <= eps )
- aux1 = 0.;
- else {
- aux1 = tmp/ux;
- if ( fabs(s-p) <= eps ) {
- aux1 = 2*ux*atan(a*q/ux);
-// return (s-sx)*log(a*s-tx+q) - s + (a*sx-tx)*
-// log(q)/sqrt(1.+a*a)
-// + 2*ux*atan(a*q/ux);
- }
- else
- aux1 = 2*ux*atan( aux1/(s-p) );
- }
-
- if ( fabs(q) < eps )
- aux2 = 0.;
- else
- aux2 = (a*sx-tx)*log(sqrt(1.+a*a)*(s-p)
- + sqrt((1.+a*a)*(s-p)*(s-p) + q*q))/sqrt(1.+a*a);
-
- if ( fabs(s-sx) < eps )
- aux3 = 0.;
- else
- aux3 = (s-sx)*log(a*s - tx + sqrt((s-sx)*(s-sx) + (a*s-tx)*(a*s-tx) + ux*ux));
-
- return aux3 - s + aux2 + aux1;
-}
-
-//space::DFunc<space::P0Space> SimpleLayerPotential::solve(space::DFunc<space::P0Space>& rhs)
-//{
-// // TODO: test, if space of DFunc rhs is the same as testSpace_ of SLP
-//
-// space::DFunc<space::P0Space> result(ansatzSpace_);
-//
-// std::vector<double> solution = solveGMRes(rhs.getCoeff());
-// result.setCoeff(solution);
-//
-// return result;
-//}
-
-//void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row, const cluster* col, void *data,
-// double (*compute_entry)(int i, int j, void* data), double aca_eps)
-//{
-//// std::cerr << "*** fill_supermatrix_aca" << std::endl;
-//
-// fullmatrix* f = A->f;
-// rkmatrix* r = A->r;
-// int i, j;
-// int rank;
-//
-// if ( f!= NULL ) { // fill fullmatrix block
-//// std::cerr << "*** full matrix block" << std::endl;
-// for ( i=0; i<row->size; i++ ){
-// for ( j=0; j<col->size; j++ )
-// f->e[i+j*row->size] = compute_entry(row->start+i,col->start+j, data);
-// }
-//
-// return;
-// }
-//
-// if ( r!= NULL ) { // fill rk-block with aca
-//// std::cerr << "*** rank k matrix block" << std::endl;
-// if ( r->rows > r-> cols )
-// rank = r->cols;
-// else
-// rank = r->rows;
-//
-// if ( rank > ACA_KMAX )
-// rank = ACA_KMAX;
-//
-// r->k = rank;
-// r->a = allocate_matrix(r->rows,rank);
-// r->b = allocate_matrix(r->cols,rank);
-//
-// r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols,
-// row->start, col->start,
-// compute_entry, data,
-// rank, aca_eps, ACA_STRATEGY);
-//
-// r->a = (double*) realloc(r->a,r->rows*r->kt*sizeof(double));
-// r->b = (double*) realloc(r->b,r->cols*r->kt*sizeof(double));
-// r->k = r->kt;
-//
-// return;
-// }
-//
-// if(row->sons>0) {
-// if(col->sons>0) {
-// for(int i=0;i<row->sons;++i)
-// for(int j=0;j<col->sons;++j) {
-// int s=i+j*row->sons;
-// fill_supermatrix_aca_OLD(A->s[s],row->son[i],col->son[j],data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<row->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row->son[i],col,data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<col->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row,col->son[i],data,compute_entry,aca_eps);
-// }
-//}
-
+++ /dev/null
-#include "SimpleLayerPotential.hpp"
-
-#include "../spaces/P0Space.hpp"
-#include "TriangleIntegrator.hpp"
-
-<<<<<<< HEAD
-#include "SLPrectangle.hpp" // Bibliothek fuer achsenorientierte Rechtecke
-#include <fstream>
-#include <cmath>
-=======
-//#include "SLPrecangle.hpp"
-
-#include <fstream>
-#include <cmath>
-
-#define eps 1e-9
->>>>>>> fbf2c7a2574a91a0d425166680a16309b81c59df
-
-using namespace laplace;
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space& space) :
- HLibOperator<space::P0Space, space::P0Space, SymmetricMatrix> (
- space, space, SimpleLayerPotential::computeEntry) {
-}
-
-SimpleLayerPotential::~SimpleLayerPotential() {
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::exec(
- const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2) const {
- TriangleIntegrator integrator = TriangleIntegrator();
-
- if (f1.computeArea() < f2.computeArea()) {
- return integrator.integrate(f1, f2, computeInnerIntegralForTriangles);
- } else {
- return integrator.integrate(f2, f1, computeInnerIntegralForTriangles);
- }
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::exec(
- const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2) const {
-
- // Zwischenvariable fuer die Loesung (kann fuer geschwindigkeit entfernt werden)
- double sol = NAN;
-
- // Flaechenstueck 1
- const typename TMesh::UVertex& xa = f1.getB() - f1.getA();
- const typename TMesh::UVertex& xb = f1.getD() - f1.getA();
- const typename TMesh::UVertex& xn = TMesh::UVertex::crossProduct(xa, xb);
-
- // Flaechenstueck 2
- const typename TMesh::UVertex& ya = f2.getB() - f1.getA();
- const typename TMesh::UVertex& yb = f2.getD() - f1.getA();
- const typename TMesh::UVertex& yn = TMesh::UVertex::crossProduct(ya, yb);
-
- // Abstand zwischen den Stuecken (Achtung) abstand von den beiden "kleinsten" Ecken
- typename TMesh::UVertex d;
-
- //Variablen fuer LageInformationen
- int rx, rxa, rxb, ry, rya, ryb;
-
- // Lage des ersten Elements ermitteln
- if (xn[2] != 0)
- rx = 2;
- else if (xn[1] != 0)
- rx = 1;
- else
- rx = 0;
-
- if (xa[2] != 0)
- rxa = 2;
- else if (xa[1] != 0)
- rxa = 1;
- else
- rxa = 0;
-
- if (xb[2] != 0)
- rxb = 2;
- else if (xb[1] != 0)
- rxb = 1;
- else
- rxb = 0;
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (xa[rxa] > 0) {
- if (xb[rxb] > 0) {
- d -= f1.getA();
- } else {
- d -= f1.getD();
- }
- } else {
- if (xb[rxb] > 0) {
- d -= f1.getB();
- } else {
- d -= f1.getC();
- }
- }
-
- // Lage des zweiten Elements ermitteln
- if (yn[2] != 0)
- ry = 2;
- else if (yn[1] != 0)
- ry = 1;
- else
- ry = 0;
-
- if (ya[2] != 0)
- rya = 2;
- else if (ya[1] != 0)
- rya = 1;
- else
- rya = 0;
-
- if (yb[2] != 0)
- ryb = 2;
- else if (yb[1] != 0)
- ryb = 1;
- else
- ryb = 0;
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (ya[rya] > 0) {
- if (yb[ryb] > 0) {
- d += f2.getA(); //todo += definiert??? sonst d = d + ...
- } else {
- d += f2.getD(); //todo += definiert??? sonst d = d + ...
- }
- } else {
- if (yb[ryb] > 0) {
- d += f2.getB(); //todo += definiert??? sonst d = d + ...
- } else {
- d += f2.getC(); //todo += definiert??? sonst d = d + ...
- }
- }
-
- if (rx == ry) { // Flaechen sind parallel
- if (rxa == rya) { // Elemente zeigen in gleiche Richtung
- sol = quad0Int(F_par, fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rxa]),
- fabs(yb[rxb]), d[rxa], d[rxb], d[rx]);
- } else { // Elemente zeigen nicht in gleiche Richtung
- sol = quad0Int(F_par, fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[rxa]),
- fabs(ya[rxb]), d[rxa], d[rxb], d[rx]);
- }
- } else { // Flaechen sind orthogonal
- if (rxa == rya) { //Elmente richtig zuordnen
- sol = quad0Int(F_ort, fabs(xb[rxb]), fabs(xa[rxa]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxb], d[rxa], d[rx]);
- } else if (rxa == ryb) {
- sol = quad0Int(F_ort, fabs(xb[rxb]), fabs(xa[rxa]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxb], d[rxa], d[rx]);
- } else if (rxb == rya) {
- sol = quad0Int(F_ort, fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxa], d[rxb], d[rx]);
- } else {
- sol = quad0Int(F_ort, fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxa], d[rxb], d[rx]);
- }
- sol /= 2.;
- }
-
- return sol / (4. * M_PI);
-}
-
-double SimpleLayerPotential::computeEntry(const space::P0Space::Element &e1,
- const space::P0Space::Element &e2) {
- typedef boundary_mesh::DoubleFaceDispatcher<
- ComputeSimpleLayerPotentialEntry<BoundaryMesh> , BoundaryMesh,
- double> ComputeEntry;
-
- return ComputeEntry::Exec(e1.getSupport(), e2.getSupport(),
- ComputeSimpleLayerPotentialEntry<BoundaryMesh> ());
-}
-
-<<<<<<< HEAD
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x) {
- BoundaryMesh::Face::ConstVertexIterator vIt = tau.begin_v();
- const BoundaryMesh::UVertex& x1 = *vIt;
- ++vIt;
- const BoundaryMesh::UVertex& x2 = *vIt;
- ++vIt;
- const BoundaryMesh::UVertex& x3 = *vIt;
- ++vIt;
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3 - x2).norm();
- BoundaryMesh::UVertex r2 = (x3 - x2) / t_tau;
- double t_star = (x1 - x2) * r2;
-
- BoundaryMesh::UVertex r1 = (x2 + t_star * r2 - x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1, r2);
-
- // determine necessary information
- double sx = (x - x1) * r1;
- double tx = (x - x1) * r2;
- double ux = (x - x1) * n;
- double a1 = -t_star / s_tau;
- double a2 = (t_tau - t_star) / s_tau;
-
- // analytic computation of inner integral
- return 0.25 * (F(s_tau, a2, sx, tx, ux) - F(0, a2, sx, tx, ux) - F(s_tau,
- a1, sx, tx, ux) + F(0, a1, sx, tx, ux)) / M_PI;
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::F(double s, double a,
- double sx, double tx, double ux) {
- double p = (a * tx + sx) / (1 + a * a);
- double q = ux * ux + (tx - a * sx) * (tx - a * sx) / (1 + a * a);
-
- return (s - sx) * log(
- a * s - tx
- + sqrt(
- (s - sx) * (s - sx) + (a * s - tx) * (a * s - tx)
- + ux * ux)) - s + (a * sx - tx) * log(
- sqrt(1 + a * a) * (s - p) + sqrt(
- (1 + a * a) * (s - p) * (s - p) + q * q)) / sqrt(q + a * a)
- + 2 * ux * atan(
- ((q - (a * sx - tx) / (1 + a * a)) * sqrt(
- (1 + a * a) * (s - p) * (s - p) + q * q) + (a * s
- - tx - q) * q) / ((s - p) * ux));
-}
-
-void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row,
- const cluster* col, void *data,
- double(*compute_entry)(int i, int j, void* data), double aca_eps) {
- // std::cerr << "*** fill_supermatrix_aca" << std::endl;
-
- fullmatrix* f = A->f;
- rkmatrix* r = A->r;
- int i, j;
- int rank;
-
- if (f != NULL) { // fill fullmatrix block
- // std::cerr << "*** full matrix block" << std::endl;
- for (i = 0; i < row->size; i++) {
- for (j = 0; j < col->size; j++)
- f->e[i + j * row->size] = compute_entry(row->start + i,
- col->start + j, data);
- }
-
- return;
- }
-
- if (r != NULL) { // fill rk-block with aca
- // std::cerr << "*** rank k matrix block" << std::endl;
- if (r->rows > r-> cols)
- rank = r->cols;
- else
- rank = r->rows;
-
- if (rank > ACA_KMAX)
- rank = ACA_KMAX;
-
- r->k = rank;
- r->a = allocate_matrix(r->rows, rank);
- r->b = allocate_matrix(r->cols, rank);
-
- r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols, row->start,
- col->start, compute_entry, data, rank, aca_eps, ACA_STRATEGY);
-
- r->a = (double*) realloc(r->a, r->rows * r->kt * sizeof(double));
- r->b = (double*) realloc(r->b, r->cols * r->kt * sizeof(double));
- r->k = r->kt;
-
- return;
- }
-
- if (row->sons > 0) {
- if (col->sons > 0) {
- for (int i = 0; i < row->sons; ++i)
- for (int j = 0; j < col->sons; ++j) {
- int s = i + j * row->sons;
- fill_supermatrix_aca_OLD(A->s[s], row->son[i], col->son[j],
- data, compute_entry, aca_eps);
- }
- } else {
- for (int i = 0; i < row->sons; ++i)
- fill_supermatrix_aca_OLD(A->s[i], row->son[i], col, data,
- compute_entry, aca_eps);
- }
- } else {
- for (int i = 0; i < col->sons; ++i)
- fill_supermatrix_aca_OLD(A->s[i], row, col->son[i], data,
- compute_entry, aca_eps);
- }
-=======
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x)
-{
- BoundaryMesh::Face::ConstVertexIterator vIt = tau.begin_v();
- const BoundaryMesh::UVertex& x1 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x2 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x3 = *vIt; ++vIt;
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3-x2).norm();
- BoundaryMesh::UVertex r2 = (x3-x2)/t_tau;
- double t_star=(x1-x2)*r2;
-
- BoundaryMesh::UVertex r1 = (x2+(t_star*r2)-x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1,r2);
-
- // determine necessary information
- double sx = (x-x1)*r1;
- double tx = (x-x1)*r2;
- double ux = (x-x1)*n;
- double a1 = -t_star/s_tau;
- double a2 = (t_tau-t_star)/s_tau;
-
- // analytic computation of inner integral
- //return tau.computeArea(); // this is the identity
- return 0.25*(F(s_tau,a2,sx,tx,ux) - F(0.,a2,sx,tx,ux)
- - F(s_tau,a1,sx,tx,ux) + F(0.,a1,sx,tx,ux))/M_PI;
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::F(
- double s, double a, double sx, double tx, double ux)
-{
- double p = (a*tx+sx)/(1.+a*a);
- double q = sqrt(ux*ux + ((tx-a*sx)*(tx-a*sx)/(1.+a*a)));
-
- double tmp = ((q-(a*sx-tx)/(1.+a*a))*sqrt((1.+a*a)*(s-p)*(s-p)+q*q)
- + (a*s-tx-q)*q)/(s-p);
- double aux1 = 0.;
- double aux2 = 0.;
- double aux3 = 0.;
-
- if ( fabs(ux) <= eps )
- aux1 = 0.;
- else {
- aux1 = tmp/ux;
- if ( fabs(s-p) < eps )
- if ( aux1 > 0 )
- aux1 = ux*M_PI;
- else
- aux1 = -ux*M_PI;
- else
- aux1 = 2*ux*atan( aux1/(s-p) );
-
- }
-
- if ( fabs(q) < eps )
- aux2 = 0.;
- else
- aux2 = (a*sx-tx)*log(sqrt(1.+a*a)*(s-p)
- + sqrt((1.+a*a)*(s-p)*(s-p) + q*q))/sqrt(1.+a*a);
-
- if ( fabs(s-sx) < eps )
- aux3 = 0.;
- else
- aux3 = (s-sx)*log(a*s - tx + sqrt((s-sx)*(s-sx) + (a*s-tx)*(a*s-tx) + ux*ux));
-
- return aux3 - s + aux2 + aux1;
->>>>>>> fbf2c7a2574a91a0d425166680a16309b81c59df
-}
-
-//space::DFunc<space::P0Space> SimpleLayerPotential::solve(space::DFunc<space::P0Space>& rhs)
-//{
-// // TODO: test, if space of DFunc rhs is the same as testSpace_ of SLP
-//
-// space::DFunc<space::P0Space> result(ansatzSpace_);
-//
-// std::vector<double> solution = solveGMRes(rhs.getCoeff());
-// result.setCoeff(solution);
-//
-// return result;
-//}
-
-//void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row, const cluster* col, void *data,
-// double (*compute_entry)(int i, int j, void* data), double aca_eps)
-//{
-//// std::cerr << "*** fill_supermatrix_aca" << std::endl;
-//
-// fullmatrix* f = A->f;
-// rkmatrix* r = A->r;
-// int i, j;
-// int rank;
-//
-// if ( f!= NULL ) { // fill fullmatrix block
-//// std::cerr << "*** full matrix block" << std::endl;
-// for ( i=0; i<row->size; i++ ){
-// for ( j=0; j<col->size; j++ )
-// f->e[i+j*row->size] = compute_entry(row->start+i,col->start+j, data);
-// }
-//
-// return;
-// }
-//
-// if ( r!= NULL ) { // fill rk-block with aca
-//// std::cerr << "*** rank k matrix block" << std::endl;
-// if ( r->rows > r-> cols )
-// rank = r->cols;
-// else
-// rank = r->rows;
-//
-// if ( rank > ACA_KMAX )
-// rank = ACA_KMAX;
-//
-// r->k = rank;
-// r->a = allocate_matrix(r->rows,rank);
-// r->b = allocate_matrix(r->cols,rank);
-//
-// r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols,
-// row->start, col->start,
-// compute_entry, data,
-// rank, aca_eps, ACA_STRATEGY);
-//
-// r->a = (double*) realloc(r->a,r->rows*r->kt*sizeof(double));
-// r->b = (double*) realloc(r->b,r->cols*r->kt*sizeof(double));
-// r->k = r->kt;
-//
-// return;
-// }
-//
-// if(row->sons>0) {
-// if(col->sons>0) {
-// for(int i=0;i<row->sons;++i)
-// for(int j=0;j<col->sons;++j) {
-// int s=i+j*row->sons;
-// fill_supermatrix_aca_OLD(A->s[s],row->son[i],col->son[j],data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<row->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row->son[i],col,data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<col->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row,col->son[i],data,compute_entry,aca_eps);
-// }
-//}
-
+++ /dev/null
-#include "SimpleLayerPotential.hpp"
-
-#include "../spaces/P0Space.hpp"
-#include "TriangleIntegrator.hpp"
-
-#include "SLPrecangle.hpp"
-
-#include <fstream>
-
-using namespace laplace;
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space& space)
- : HLibOperator< space::P0Space, space::P0Space, SymmetricMatrix >(
- space, space, SimpleLayerPotential::computeEntry)
-{
-}
-
-SimpleLayerPotential::~SimpleLayerPotential()
-{
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2) const
-{
- TriangleIntegrator integrator = TriangleIntegrator();
-
- if ( f1.computeArea() < f2.computeArea() )
- {
- return integrator.integrate( f1, f2,
- computeInnerIntegralForTriangles);
- }
- else
- {
- return integrator.integrate( f2, f1,
- computeInnerIntegralForTriangles);
- }
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2) const
-{
-
- const typename TMesh::Vertex& a1 = f1.getA();
- const typename TMesh::Vertex& a2 = f2.getA();
-
-
-
-
- return NAN;
-}
-
-double SimpleLayerPotential::computeEntry(
- const space::P0Space::Element &e1,
- const space::P0Space::Element &e2)
-{
- typedef boundary_mesh::DoubleFaceDispatcher<
- ComputeSimpleLayerPotentialEntry< BoundaryMesh >, BoundaryMesh, double >
- ComputeEntry;
-
- return ComputeEntry::Exec( e1.getSupport(), e2.getSupport(),
- ComputeSimpleLayerPotentialEntry< BoundaryMesh >() );
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x)
-{
- BoundaryMesh::Face::ConstVertexIterator vIt = tau.begin_v();
- const BoundaryMesh::UVertex& x1 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x2 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x3 = *vIt; ++vIt;
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3-x2).norm();
- BoundaryMesh::UVertex r2 = (x3-x2)/t_tau;
- double t_star=(x1-x2)*r2;
-
- BoundaryMesh::UVertex r1 = (x2+t_star*r2-x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1,r2);
-
- // determine necessary information
- double sx = (x-x1)*r1;
- double tx = (x-x1)*r2;
- double ux = (x-x1)*n;
- double a1 = -t_star/s_tau;
- double a2 = (t_tau-t_star)/s_tau;
-
- // analytic computation of inner integral
- return 0.25*(F(s_tau,a2,sx,tx,ux) - F(0,a2,sx,tx,ux) - F(s_tau,a1,sx,tx,ux) + F(0,a1,sx,tx,ux))/M_PI;
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::F(
- double s, double a, double sx, double tx, double ux)
-{
- double p = (a*tx+sx)/(1+a*a);
- double q = ux*ux + (tx-a*sx)*(tx-a*sx)/(1+a*a);
-
- return (s-sx)*log(a*s - tx + sqrt((s-sx)*(s-sx) + (a*s-tx)*(a*s-tx) + ux*ux)) - s
- + (a*sx-tx)*log(sqrt(1+a*a)*(s-p)+sqrt((1+a*a)*(s-p)*(s-p) + q*q))/sqrt(q+a*a)
- + 2*ux*atan(((q-(a*sx-tx)/(1+a*a))*sqrt((1+a*a)*(s-p)*(s-p)+q*q) + (a*s-tx-q)*q)/((s-p)*ux));
-}
-
-void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row, const cluster* col, void *data,
- double (*compute_entry)(int i, int j, void* data), double aca_eps)
-{
-// std::cerr << "*** fill_supermatrix_aca" << std::endl;
-
- fullmatrix* f = A->f;
- rkmatrix* r = A->r;
- int i, j;
- int rank;
-
- if ( f!= NULL ) { // fill fullmatrix block
-// std::cerr << "*** full matrix block" << std::endl;
- for ( i=0; i<row->size; i++ ){
- for ( j=0; j<col->size; j++ )
- f->e[i+j*row->size] = compute_entry(row->start+i,col->start+j, data);
- }
-
- return;
- }
-
- if ( r!= NULL ) { // fill rk-block with aca
-// std::cerr << "*** rank k matrix block" << std::endl;
- if ( r->rows > r-> cols )
- rank = r->cols;
- else
- rank = r->rows;
-
- if ( rank > ACA_KMAX )
- rank = ACA_KMAX;
-
- r->k = rank;
- r->a = allocate_matrix(r->rows,rank);
- r->b = allocate_matrix(r->cols,rank);
-
- r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols,
- row->start, col->start,
- compute_entry, data,
- rank, aca_eps, ACA_STRATEGY);
-
- r->a = (double*) realloc(r->a,r->rows*r->kt*sizeof(double));
- r->b = (double*) realloc(r->b,r->cols*r->kt*sizeof(double));
- r->k = r->kt;
-
- return;
- }
-
- if(row->sons>0) {
- if(col->sons>0) {
- for(int i=0;i<row->sons;++i)
- for(int j=0;j<col->sons;++j) {
- int s=i+j*row->sons;
- fill_supermatrix_aca_OLD(A->s[s],row->son[i],col->son[j],data,compute_entry,aca_eps);
- }
- } else {
- for(int i=0;i<row->sons;++i)
- fill_supermatrix_aca_OLD(A->s[i],row->son[i],col,data,compute_entry,aca_eps);
- }
- } else {
- for(int i=0;i<col->sons;++i)
- fill_supermatrix_aca_OLD(A->s[i],row,col->son[i],data,compute_entry,aca_eps);
- }
-}
-
+++ /dev/null
-#include "SimpleLayerPotential.hpp"
-
-#include "../spaces/P0Space.hpp"
-#include "TriangleIntegrator.hpp"
-
-#include "SLPrectangle.hpp" // Bibliothek fuer achsenorientierte Rechtecke
-#include <fstream>
-#include <cmath>
-
-using namespace laplace;
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space& space) :
- HLibOperator<space::P0Space, space::P0Space, SymmetricMatrix> (
- space, space, SimpleLayerPotential::computeEntry) {
-}
-
-SimpleLayerPotential::~SimpleLayerPotential() {
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::exec(
- const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2) const {
- TriangleIntegrator integrator = TriangleIntegrator();
-
- if (f1.computeArea() < f2.computeArea()) {
- return integrator.integrate(f1, f2, computeInnerIntegralForTriangles);
- } else {
- return integrator.integrate(f2, f1, computeInnerIntegralForTriangles);
- }
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::exec(
- const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2) const {
-
- // Zwischenvariable fuer die Loesung (kann fuer geschwindigkeit entfernt werden)
- double sol = NAN;
-
- // Flaechenstueck 1
- const typename TMesh::UVertex& xa = f1.getB() - f1.getA();
- const typename TMesh::UVertex& xb = f1.getD() - f1.getA();
- const typename TMesh::UVertex& xn = TMesh::UVertex::crossProduct(xa, xb);
-
- // Flaechenstueck 2
- const typename TMesh::UVertex& ya = f2.getB() - f1.getA();
- const typename TMesh::UVertex& yb = f2.getD() - f1.getA();
- const typename TMesh::UVertex& yn = TMesh::UVertex::crossProduct(ya, yb);
-
- // Abstand zwischen den Stuecken (Achtung) abstand von den beiden "kleinsten" Ecken
- typename TMesh::UVertex d;
-
- //Variablen fuer LageInformationen
- int rx, rxa, rxb, ry, rya, ryb;
-
- // Lage des ersten Elements ermitteln
- if (xn[2] != 0)
- rx = 2;
- else if (xn[1] != 0)
- rx = 1;
- else
- rx = 0;
-
- if (xa[2] != 0)
- rxa = 2;
- else if (xa[1] != 0)
- rxa = 1;
- else
- rxa = 0;
-
- if (xb[2] != 0)
- rxb = 2;
- else if (xb[1] != 0)
- rxb = 1;
- else
- rxb = 0;
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (xa[rxa] > 0) {
- if (xb[rxb] > 0) {
- d -= f1.getA();
- } else {
- d -= f1.getD();
- }
- } else {
- if (xb[rxb] > 0) {
- d -= f1.getB();
- } else {
- d -= f1.getC();
- }
- }
-
- // Lage des zweiten Elements ermitteln
- if (yn[2] != 0)
- ry = 2;
- else if (yn[1] != 0)
- ry = 1;
- else
- ry = 0;
-
- if (ya[2] != 0)
- rya = 2;
- else if (ya[1] != 0)
- rya = 1;
- else
- rya = 0;
-
- if (yb[2] != 0)
- ryb = 2;
- else if (yb[1] != 0)
- ryb = 1;
- else
- ryb = 0;
-
- //kleinste Ecke finden und fuer \delta verwenden
- if (ya[rya] > 0) {
- if (yb[ryb] > 0) {
- d += f2.getA(); //todo += definiert??? sonst d = d + ...
- } else {
- d += f2.getD(); //todo += definiert??? sonst d = d + ...
- }
- } else {
- if (yb[ryb] > 0) {
- d += f2.getB(); //todo += definiert??? sonst d = d + ...
- } else {
- d += f2.getC(); //todo += definiert??? sonst d = d + ...
- }
- }
-
- if (rx == ry) { // Flaechen sind parallel
- if (rxa == rya) { // Elemente zeigen in gleiche Richtung
- sol = quad0Int(F_par, fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rxa]),
- fabs(yb[rxb]), d[rxa], d[rxb], d[rx]);
- } else { // Elemente zeigen nicht in gleiche Richtung
- sol = quad0Int(F_par, fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[rxa]),
- fabs(ya[rxb]), d[rxa], d[rxb], d[rx]);
- }
- } else { // Flaechen sind orthogonal
- if (rxa == rya) { //Elmente richtig zuordnen
- sol = quad0Int(F_ort, fabs(xb[rxb]), fabs(xa[rxa]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxb], d[rxa], d[rx]);
- } else if (rxa == ryb) {
- sol = quad0Int(F_ort, fabs(xb[rxb]), fabs(xa[rxa]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxb], d[rxa], d[rx]);
- } else if (rxb == rya) {
- sol = quad0Int(F_ort, fabs(xa[rxa]), fabs(xb[rxb]), fabs(ya[rya]),
- fabs(yb[ryb]), d[rxa], d[rxb], d[rx]);
- } else {
- sol = quad0Int(F_ort, fabs(xa[rxa]), fabs(xb[rxb]), fabs(yb[ryb]),
- fabs(ya[rya]), d[rxa], d[rxb], d[rx]);
- }
- sol /= 2.;
- }
-
- return sol / (4. * M_PI);
-}
-
-double SimpleLayerPotential::computeEntry(const space::P0Space::Element &e1,
- const space::P0Space::Element &e2) {
- typedef boundary_mesh::DoubleFaceDispatcher<
- ComputeSimpleLayerPotentialEntry<BoundaryMesh> , BoundaryMesh,
- double> ComputeEntry;
-
- return ComputeEntry::Exec(e1.getSupport(), e2.getSupport(),
- ComputeSimpleLayerPotentialEntry<BoundaryMesh> ());
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x) {
- BoundaryMesh::Face::ConstVertexIterator vIt = tau.begin_v();
- const BoundaryMesh::UVertex& x1 = *vIt;
- ++vIt;
- const BoundaryMesh::UVertex& x2 = *vIt;
- ++vIt;
- const BoundaryMesh::UVertex& x3 = *vIt;
- ++vIt;
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3 - x2).norm();
- BoundaryMesh::UVertex r2 = (x3 - x2) / t_tau;
- double t_star = (x1 - x2) * r2;
-
- BoundaryMesh::UVertex r1 = (x2 + t_star * r2 - x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1, r2);
-
- // determine necessary information
- double sx = (x - x1) * r1;
- double tx = (x - x1) * r2;
- double ux = (x - x1) * n;
- double a1 = -t_star / s_tau;
- double a2 = (t_tau - t_star) / s_tau;
-
- // analytic computation of inner integral
- return 0.25 * (F(s_tau, a2, sx, tx, ux) - F(0, a2, sx, tx, ux) - F(s_tau,
- a1, sx, tx, ux) + F(0, a1, sx, tx, ux)) / M_PI;
-}
-
-template<class TMesh>
-double ComputeSimpleLayerPotentialEntry<TMesh>::F(double s, double a,
- double sx, double tx, double ux) {
- double p = (a * tx + sx) / (1 + a * a);
- double q = ux * ux + (tx - a * sx) * (tx - a * sx) / (1 + a * a);
-
- return (s - sx) * log(
- a * s - tx
- + sqrt(
- (s - sx) * (s - sx) + (a * s - tx) * (a * s - tx)
- + ux * ux)) - s + (a * sx - tx) * log(
- sqrt(1 + a * a) * (s - p) + sqrt(
- (1 + a * a) * (s - p) * (s - p) + q * q)) / sqrt(q + a * a)
- + 2 * ux * atan(
- ((q - (a * sx - tx) / (1 + a * a)) * sqrt(
- (1 + a * a) * (s - p) * (s - p) + q * q) + (a * s
- - tx - q) * q) / ((s - p) * ux));
-}
-
-void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row,
- const cluster* col, void *data,
- double(*compute_entry)(int i, int j, void* data), double aca_eps) {
- // std::cerr << "*** fill_supermatrix_aca" << std::endl;
-
- fullmatrix* f = A->f;
- rkmatrix* r = A->r;
- int i, j;
- int rank;
-
- if (f != NULL) { // fill fullmatrix block
- // std::cerr << "*** full matrix block" << std::endl;
- for (i = 0; i < row->size; i++) {
- for (j = 0; j < col->size; j++)
- f->e[i + j * row->size] = compute_entry(row->start + i,
- col->start + j, data);
- }
-
- return;
- }
-
- if (r != NULL) { // fill rk-block with aca
- // std::cerr << "*** rank k matrix block" << std::endl;
- if (r->rows > r-> cols)
- rank = r->cols;
- else
- rank = r->rows;
-
- if (rank > ACA_KMAX)
- rank = ACA_KMAX;
-
- r->k = rank;
- r->a = allocate_matrix(r->rows, rank);
- r->b = allocate_matrix(r->cols, rank);
-
- r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols, row->start,
- col->start, compute_entry, data, rank, aca_eps, ACA_STRATEGY);
-
- r->a = (double*) realloc(r->a, r->rows * r->kt * sizeof(double));
- r->b = (double*) realloc(r->b, r->cols * r->kt * sizeof(double));
- r->k = r->kt;
-
- return;
- }
-
- if (row->sons > 0) {
- if (col->sons > 0) {
- for (int i = 0; i < row->sons; ++i)
- for (int j = 0; j < col->sons; ++j) {
- int s = i + j * row->sons;
- fill_supermatrix_aca_OLD(A->s[s], row->son[i], col->son[j],
- data, compute_entry, aca_eps);
- }
- } else {
- for (int i = 0; i < row->sons; ++i)
- fill_supermatrix_aca_OLD(A->s[i], row->son[i], col, data,
- compute_entry, aca_eps);
- }
- } else {
- for (int i = 0; i < col->sons; ++i)
- fill_supermatrix_aca_OLD(A->s[i], row, col->son[i], data,
- compute_entry, aca_eps);
- }
-}
-
+++ /dev/null
-#include "SimpleLayerPotential.hpp"
-
-#include "../spaces/P0Space.hpp"
-#include "TriangleIntegrator.hpp"
-
-//#include "SLPrecangle.hpp"
-
-#include <fstream>
-#include <cmath>
-
-#define eps 1e-9
-
-using namespace laplace;
-
-SimpleLayerPotential::SimpleLayerPotential(const space::P0Space& space)
- : HLibOperator< space::P0Space, space::P0Space, SymmetricMatrix >(
- space, space, SimpleLayerPotential::computeEntry)
-{
-}
-
-SimpleLayerPotential::~SimpleLayerPotential()
-{
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2) const
-{
- TriangleIntegrator integrator = TriangleIntegrator();
-
- if ( f1.computeArea() < f2.computeArea() )
- {
- return integrator.integrate( f1, f2,
- computeInnerIntegralForTriangles);
- }
- else
- {
- return integrator.integrate( f2, f1,
- computeInnerIntegralForTriangles);
- }
-}
-
-template < class TMesh >
-double ComputeSimpleLayerPotentialEntry< TMesh >::exec(
- const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2) const
-{
-
- const typename TMesh::Vertex& a1 = f1.getA();
- const typename TMesh::Vertex& a2 = f2.getA();
-
-
-
-
- return NAN;
-}
-
-double SimpleLayerPotential::computeEntry(
- const space::P0Space::Element &e1,
- const space::P0Space::Element &e2)
-{
- typedef boundary_mesh::DoubleFaceDispatcher<
- ComputeSimpleLayerPotentialEntry< BoundaryMesh >, BoundaryMesh, double >
- ComputeEntry;
-
- return ComputeEntry::Exec( e1.getSupport(), e2.getSupport(),
- ComputeSimpleLayerPotentialEntry< BoundaryMesh >() );
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x)
-{
- BoundaryMesh::Face::ConstVertexIterator vIt = tau.begin_v();
- const BoundaryMesh::UVertex& x1 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x2 = *vIt; ++vIt;
- const BoundaryMesh::UVertex& x3 = *vIt; ++vIt;
-
- // determine a local orthogonal coordinate system (r1,r2,n) on the triangle tau
- double t_tau = (x3-x2).norm();
- BoundaryMesh::UVertex r2 = (x3-x2)/t_tau;
- double t_star=(x1-x2)*r2;
-
- BoundaryMesh::UVertex r1 = (x2+(t_star*r2)-x1);
- double s_tau = r1.norm();
- r1 = r1 / s_tau;
-
- BoundaryMesh::UVertex n = BoundaryMesh::Vertex::crossProduct(r1,r2);
-
- // determine necessary information
- double sx = (x-x1)*r1;
- double tx = (x-x1)*r2;
- double ux = (x-x1)*n;
- double a1 = -t_star/s_tau;
- double a2 = (t_tau-t_star)/s_tau;
-
- // analytic computation of inner integral
- //return tau.computeArea(); // this is the identity
- return 0.25*(F(s_tau,a2,sx,tx,ux) - F(0.,a2,sx,tx,ux)
- - F(s_tau,a1,sx,tx,ux) + F(0.,a1,sx,tx,ux))/M_PI;
-}
-
-template < class TMesh >
-double
-ComputeSimpleLayerPotentialEntry< TMesh >::F(
- double s, double a, double sx, double tx, double ux)
-{
- double p = (a*tx+sx)/(1.+a*a);
- double q = sqrt(ux*ux + ((tx-a*sx)*(tx-a*sx)/(1.+a*a)));
-
- double tmp = ((q-(a*sx-tx)/(1.+a*a))*sqrt((1.+a*a)*(s-p)*(s-p)+q*q)
- + (a*s-tx-q)*q)/(s-p);
- double aux1 = 0.;
- double aux2 = 0.;
- double aux3 = 0.;
-
- if ( fabs(ux) <= eps )
- aux1 = 0.;
- else {
- aux1 = tmp/ux;
- if ( fabs(s-p) < eps )
- if ( aux1 > 0 )
- aux1 = ux*M_PI;
- else
- aux1 = -ux*M_PI;
- else
- aux1 = 2*ux*atan( aux1/(s-p) );
-
- }
-
- if ( fabs(q) < eps )
- aux2 = 0.;
- else
- aux2 = (a*sx-tx)*log(sqrt(1.+a*a)*(s-p)
- + sqrt((1.+a*a)*(s-p)*(s-p) + q*q))/sqrt(1.+a*a);
-
- if ( fabs(s-sx) < eps )
- aux3 = 0.;
- else
- aux3 = (s-sx)*log(a*s - tx + sqrt((s-sx)*(s-sx) + (a*s-tx)*(a*s-tx) + ux*ux));
-
- return aux3 - s + aux2 + aux1;
-}
-
-//space::DFunc<space::P0Space> SimpleLayerPotential::solve(space::DFunc<space::P0Space>& rhs)
-//{
-// // TODO: test, if space of DFunc rhs is the same as testSpace_ of SLP
-//
-// space::DFunc<space::P0Space> result(ansatzSpace_);
-//
-// std::vector<double> solution = solveGMRes(rhs.getCoeff());
-// result.setCoeff(solution);
-//
-// return result;
-//}
-
-//void fill_supermatrix_aca_OLD(supermatrix* A, const cluster* row, const cluster* col, void *data,
-// double (*compute_entry)(int i, int j, void* data), double aca_eps)
-//{
-//// std::cerr << "*** fill_supermatrix_aca" << std::endl;
-//
-// fullmatrix* f = A->f;
-// rkmatrix* r = A->r;
-// int i, j;
-// int rank;
-//
-// if ( f!= NULL ) { // fill fullmatrix block
-//// std::cerr << "*** full matrix block" << std::endl;
-// for ( i=0; i<row->size; i++ ){
-// for ( j=0; j<col->size; j++ )
-// f->e[i+j*row->size] = compute_entry(row->start+i,col->start+j, data);
-// }
-//
-// return;
-// }
-//
-// if ( r!= NULL ) { // fill rk-block with aca
-//// std::cerr << "*** rank k matrix block" << std::endl;
-// if ( r->rows > r-> cols )
-// rank = r->cols;
-// else
-// rank = r->rows;
-//
-// if ( rank > ACA_KMAX )
-// rank = ACA_KMAX;
-//
-// r->k = rank;
-// r->a = allocate_matrix(r->rows,rank);
-// r->b = allocate_matrix(r->cols,rank);
-//
-// r->kt = newaca_fill_block(r->a, r->b, r->rows, r->cols,
-// row->start, col->start,
-// compute_entry, data,
-// rank, aca_eps, ACA_STRATEGY);
-//
-// r->a = (double*) realloc(r->a,r->rows*r->kt*sizeof(double));
-// r->b = (double*) realloc(r->b,r->cols*r->kt*sizeof(double));
-// r->k = r->kt;
-//
-// return;
-// }
-//
-// if(row->sons>0) {
-// if(col->sons>0) {
-// for(int i=0;i<row->sons;++i)
-// for(int j=0;j<col->sons;++j) {
-// int s=i+j*row->sons;
-// fill_supermatrix_aca_OLD(A->s[s],row->son[i],col->son[j],data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<row->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row->son[i],col,data,compute_entry,aca_eps);
-// }
-// } else {
-// for(int i=0;i<col->sons;++i)
-// fill_supermatrix_aca_OLD(A->s[i],row,col->son[i],data,compute_entry,aca_eps);
-// }
-//}
-
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_SIMPLELAYERPOTENTIAL_HPP_GUARD_
-#define HILBERT3D_LAPLACE_SIMPLELAYERPOTENTIAL_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../boundary_mesh/FaceDispatch.hpp"
-#include "../HLibOperator.hpp"
-#include "../spaces/P0Space_tmpl.cpp"
-
-namespace laplace
-{
- /*
- * @ brief: Implementation of Discrete (P0 x P0) Single Layer Potential for Laplace.
- **/
- template < class TMesh = BoundaryMesh >
- class ComputeSimpleLayerPotentialEntry
- {
- friend class testing::Tester< TMesh >;
-
- public:
- ComputeSimpleLayerPotentialEntry(double mu, int type)
- : mu_(mu), type_(type)
- {}
-
- double exec( const typename TMesh::Prop::Triangle& f1,
- const typename TMesh::Prop::Triangle& f2 ) const;
- double exec( const typename TMesh::Prop::Parallelogram& f1,
- const typename TMesh::Prop::Parallelogram& f2 ) const;
- double exec( const typename TMesh::Face& f1,
- const typename TMesh::Face& f2 ) const
- {
- assert(0); // Missing implementation!
- }
-
- private:
- double mu_;
- int type_;
-
- static double kernel(
- const typename TMesh::UVertex& p1,
- const typename TMesh::UVertex& p2);
- static double computeInnerIntegralForTriangles(
- const typename TMesh::Prop::Triangle& tau,
- const typename TMesh::UVertex& x);
- static double F(double s, double a, double sx, double tx, double ux);
- };
-
- class SimpleLayerPotential
- : public HLibOperator< space::P0Space<>, space::P0Space<>, SymmetricMatrix >
- {
- typedef HLibOperator< space::P0Space<>, space::P0Space<>, SymmetricMatrix >
- Base;
-
- public:
- SimpleLayerPotential(const space::P0Space<> &space);
- SimpleLayerPotential(const space::P0Space<> &space, const double nmu, const int type);
- virtual ~SimpleLayerPotential();
-
- // TODO: what about an abstract base class for potentials?
-// space::DFunc<space::P0Space> solve(space::DFunc<space::P0Space>& rhs);
-
- private:
- static double computeEntry(
- const space::P0Space<>::Element& e1,const space::P0Space<>::Element &e2,
- const Base* hlibop_instance);
- double mu_;
- int type_;
- };
-
-}
-
-#endif
-
+++ /dev/null
-#include "TriangleIntegrator.hpp"
-
-#include <vector>
-#include <cmath>
-
-using namespace std;
-
-TriangleIntegrator::TriangleIntegrator()
- : m_r(vector<double>(7)), m_s(vector<double>(7)),
- m_weights(vector<double>(7))
-{
-
- /* Helper array to define the Gauss points on the reference element
- * ((0,0), (1,0), (0,1)).
- */
- vector<double> pos(5);
- pos[0] = (6.-std::sqrt(15.)) / 21.;
- pos[1] = (9. + 2.*std::sqrt(15.)) / 21.;
- pos[2] = (6.+std::sqrt(15.)) / 21.;
- pos[3] = (9. - 2.*std::sqrt(15.)) / 21.;
- pos[4] = 1. / 3.;
-
- /* Define coordinates on reference element. The i-th point is given by
- * (m_r[i], m_s[i]).
- */
- m_r[0] = pos[0];
- m_r[1] = pos[1];
- m_r[2] = pos[0];
- m_r[3] = pos[2];
- m_r[4] = pos[2];
- m_r[5] = pos[3];
- m_r[6] = pos[4];
-
- m_s[0] = pos[0];
- m_s[1] = pos[0];
- m_s[2] = pos[1];
- m_s[3] = pos[3];
- m_s[4] = pos[2];
- m_s[5] = pos[2];
- m_s[6] = pos[4];
-
- /* Finally, we define the gauss weights m_weights.
- */
- m_weights[0] = m_weights[1] = m_weights[2] = (155.-std::sqrt(15.)) / 2400.;
- m_weights[3] = m_weights[4] = m_weights[5] = (155.+std::sqrt(15.)) / 2400.;
- m_weights[6] = 9. / 80.;
-}
-
-double
-TriangleIntegrator::integrate(
- const BoundaryMesh::Prop::Triangle & triangle_1,
- const BoundaryMesh::Prop::Triangle & triangle_2,
- double (*integrand)(const BoundaryMesh::Prop::Triangle &triangle, const BoundaryMesh::UVertex & point))
- const
-{
- int gauss_order = m_r.size();
- double sum = 0.;
-
- for (int i = 0; i < gauss_order; ++i)
- {
- sum += m_weights[i] * integrand(triangle_2,
- computeIthEvaluationPoint( triangle_1, m_r[i], m_s[i] ));
- }
-
- sum *= 2 * triangle_1.computeArea(); // Factor 2 is becase gauss-weights sum up tp 0.5
- return sum;
-}
-
-double
-TriangleIntegrator::integrate(
- const BoundaryMesh::Prop::Triangle & triangle_1,
- const BoundaryMesh::Prop::Triangle & triangle_2,
- double (*integrand)(const BoundaryMesh::Prop::UVertex& p1, const BoundaryMesh::UVertex& p2))
- const
-{
- int gauss_order = m_r.size();
- double sum = 0.;
-
- for (int i = 0; i < gauss_order; ++i)
- {
- double fval = 0.;
- for (int j = 0; j < gauss_order; ++j)
- {
- fval += m_weights[j] * integrand(
- computeIthEvaluationPoint( triangle_1, m_r[i], m_s[i] ),
- computeIthEvaluationPoint( triangle_2, m_r[j], m_s[j] )) ;
- }
- fval *= 2 * triangle_2.computeArea();
- sum += m_weights[i] * fval;
- }
-
- sum *= 2 * triangle_1.computeArea(); // Factor 2 is becase gauss-weights sum up tp 0.5
- return sum;
-}
-
-double
-TriangleIntegrator::integrate(
- const BoundaryMesh::Prop::Triangle & triangle,
- double (*integrand)(const BoundaryMesh::UVertex & point))
- const
-{
- int gauss_order = m_r.size();
- double sum = 0.;
-
- for (int i = 0; i < gauss_order; ++i)
- {
- sum += m_weights[i] * integrand(computeIthEvaluationPoint( triangle, m_r[i], m_s[i] ));
- }
-
- sum *= 2 * triangle.computeArea();
- // Factor 2 is becase gauss-weights sum up tp 0.5
- return sum;
-}
-
-double
-TriangleIntegrator::integrate(
- const BoundaryMesh::Prop::Triangle & triangle,
- const boost::function<double (const BoundaryMesh::UVertex&)>& integrand)
- const
-{
- int gauss_order = m_r.size();
- double sum = 0.;
-
- for (int i = 0; i < gauss_order; ++i)
- {
- sum += m_weights[i] * integrand(computeIthEvaluationPoint( triangle, m_r[i], m_s[i] ));
- }
-
- sum *= 2 * triangle.computeArea();
- // Factor 2 is becase gauss-weights sum up tp 0.5
- return sum;
-}
-
-BoundaryMesh::UVertex
-TriangleIntegrator::computeIthEvaluationPoint(
- const BoundaryMesh::Prop::Triangle & triangle,
- double xCoord, double yCoord)
-{
- const BoundaryMesh::UVertex& a = triangle.getA();
- const BoundaryMesh::UVertex& b = triangle.getB();
- const BoundaryMesh::UVertex& c = triangle.getC();
- return a + (b-a) * xCoord + (c-a) * yCoord;
-}
-
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_TRIANGLEINTEGRATOR_HPP_GUARD_
-#define HILBERT3D_LAPLACE_TRIANGLEINTEGRATOR_HPP_GUARD_
-
-#include <vector>
-#include <boost/function.hpp>
-#include "../hilbert.hpp"
-
-class TriangleIntegrator {
- public:
- TriangleIntegrator(); /// Constructs 7-point gauss quadrature.
-
- /**
- * @brief Performs outer integration for a double integral, provided
- * the inner integration is performed by a separate function.
- *
- * This method computes the integral
- * \f[
- * \int_{T_1} \int_{T_2} f(x,y) dy dx
- * \f]
- * provided it gets a function pointer that computes the inner integral
- * \f$\int_{T_2} f(x,y) dy\f$ for a fixed point \f$x \in T_1\f$.
- *
- * @param triangle_1 The triangle \f$T_1\f$.
- * @param triangle_2 The triangle \f$T_2\f$.
- * @param integrand Pointer to a function that computes the inner
- * integral, i.e. \f$(T, x) \mapsto \int_{T} f(x,y) dy\f$.
- *
- * This function just returns the computed value.
- */
- double integrate(
- const BoundaryMesh::Prop::Triangle & triangle_1,
- const BoundaryMesh::Prop::Triangle & triangle_2,
- double (*integrand)(const BoundaryMesh::Prop::Triangle & triangle,
- const BoundaryMesh::UVertex & point))
- const;
-
- double integrate(
- const BoundaryMesh::Prop::Triangle & triangle_1,
- const BoundaryMesh::Prop::Triangle & triangle_2,
- double (*integrand)(const BoundaryMesh::Prop::UVertex& p1,
- const BoundaryMesh::Prop::UVertex& p2))
- const;
-
- template < class TFunc >
- double integrate(
- const BoundaryMesh::Prop::Triangle & triangle_1,
- const BoundaryMesh::Prop::Triangle & triangle_2,
- const TFunc& integrand) const;
-
- /**
- * @brief Performs area integration over a triangle domain.
- *
- * This method computes the integral
- * \f[
- * \int_{T} f(x) dx
- * \f]
- * for a triangle \f$T\f$.
- *
- * @param triangle The triangle \f$T\f$.
- * @param integrand Function pointer that corresponds to the function
- * \f$f\f$.
- */
- double integrate(
- const BoundaryMesh::Prop::Triangle & triangle,
- double (*integrand)(const BoundaryMesh::UVertex & point))
- const;
-
- template < typename TFunc >
- double integrate(
- const BoundaryMesh::Prop::Triangle & triangle,
- const TFunc& integrand) const;
-
- double integrate(
- const BoundaryMesh::Prop::Triangle& triangle,
- const boost::function<double (const BoundaryMesh::UVertex&)>&)
- const;
-
- private:
- static BoundaryMesh::UVertex
- computeIthEvaluationPoint(
- const BoundaryMesh::Prop::Triangle& triangle,
- double xCoord, double yCoord );
-
- std::vector<double> m_r;
- std::vector<double> m_s;
- std::vector<double> m_weights;
-};
-
-#endif
-
+++ /dev/null
-%!PS-Adobe-2.0-2.0 EPSF-2.0
-%%BoundingBox: 0 0 550 550
-25.000000 dup translate
-10.416667 dup scale
-0.019200 setlinewidth
-/Helvetica findfont 1.536000 scalefont setfont
-/b{0 setgray} def
-/fr{1.0 0.6 0.6 setrgbcolor fill} def
-/fl{0.6 1.0 0.6 setrgbcolor fill} def
-/cs{closepath stroke} def
-/m{moveto} def
-/l{lineto} def
-0 32 m
-0 48 l
-16 48 l
-16 32 l
-0 32 l
-fr
-cs
-b
-0 32 m
-0 48 l
-16 48 l
-16 32 l
-0 32 l
-cs
-16 32 m
-16 48 l
-32 48 l
-32 32 l
-16 32 l
-fr
-cs
-b
-16 32 m
-16 48 l
-32 48 l
-32 32 l
-16 32 l
-cs
-0 16 m
-0 32 l
-16 32 l
-16 16 l
-0 16 l
-fr
-cs
-b
-0 16 m
-0 32 l
-16 32 l
-16 16 l
-0 16 l
-cs
-16 16 m
-16 32 l
-32 32 l
-32 16 l
-16 16 l
-fr
-cs
-b
-16 16 m
-16 32 l
-32 32 l
-32 16 l
-16 16 l
-cs
-32 16 m
-32 48 l
-48 48 l
-48 16 l
-32 16 l
-fr
-cs
-b
-32 16 m
-32 48 l
-48 48 l
-48 16 l
-32 16 l
-cs
-0 0 m
-0 16 l
-32 16 l
-32 0 l
-0 0 l
-fr
-cs
-b
-0 0 m
-0 16 l
-32 16 l
-32 0 l
-0 0 l
-cs
-32 0 m
-32 16 l
-48 16 l
-48 0 l
-32 0 l
-fr
-cs
-b
-32 0 m
-32 16 l
-48 16 l
-48 0 l
-32 0 l
-cs
-showpage
+++ /dev/null
-Beginn der Matrix
-Type 3
-row_offset = 0
-col_offset = 0
-rows = 48
-cols = 48
-block_rows = 2
-block_cols = 2
-Type 3
-row_offset = 0
-col_offset = 0
-rows = 32
-cols = 32
-block_rows = 2
-block_cols = 2
-Type 2
-row_offset = 0
-col_offset = 0
-rows = 16
-cols = 16
-3.6968828469479574e-03
-1.3828185808108012e-03
-9.3124568532635451e-04
-1.3828185808108019e-03
-5.6611279923485399e-04
-6.3503661861006124e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-5.6611279923485323e-04
-9.3124568532635462e-04
-1.3817676304536230e-03
-6.3503661861006179e-04
-3.9656201185997474e-04
-5.6611252096880316e-04
-4.4451753232598203e-04
-3.4715094231741497e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-9.3124568532635462e-04
-9.3124568532635451e-04
-1.3828185808108019e-03
-6.3503661861006200e-04
-5.6611279923485399e-04
-6.3503661861006179e-04
-1.3828185808108014e-03
-9.3124871502868478e-04
-5.6611252096880219e-04
-5.6611252096880316e-04
-9.3124871502868337e-04
-5.6611279923485323e-04
-4.4451772337806623e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-1.3828185808108019e-03
-9.3124568532635462e-04
-5.6611252096880316e-04
-6.3503661861006124e-04
-4.1834903613359675e-04
-6.3503661861006179e-04
-5.6611388757962626e-04
-3.9656201185999117e-04
-4.4451772337806623e-04
-5.6611388757962626e-04
-3.9656218528262381e-04
-3.4715113760470353e-04
-1.3817676304536230e-03
-9.3124871502868337e-04
-1.3828185808108019e-03
-3.6968828469479574e-03
-6.3503661861006124e-04
-5.6611279923485377e-04
-3.9656201185997474e-04
-4.1834903613359675e-04
-3.9656218528262381e-04
-5.6611279923485323e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-3.4715094231741497e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-6.3503661861006179e-04
-3.6968828469479574e-03
-1.3828185808108014e-03
-9.3124871502868337e-04
-1.3828185808108019e-03
-3.9656201185999117e-04
-5.6611252096880219e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-3.9656261800554224e-04
-6.3503661861006179e-04
-1.3828185808108014e-03
-9.3124871502868337e-04
-5.6611279923485323e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-9.3124568532635451e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-4.4451772337806536e-04
-9.3124871502868337e-04
-1.3817676304536230e-03
-6.3503661861006179e-04
-5.6611388757962626e-04
-4.1834903613359675e-04
-6.3503661861006179e-04
-5.6611388757962626e-04
-3.9656218528262381e-04
-9.3124871502868337e-04
-1.3817676304536230e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-4.4451772337806536e-04
-5.6611388757962626e-04
-3.9656201185999117e-04
-3.4715113760470337e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-5.6611252096880219e-04
-6.3503874157643620e-04
-3.9656201185999117e-04
-5.6611252096880219e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-1.3817676304536230e-03
-3.6968828469479574e-03
-3.4715094231741936e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-2.9447034327326226e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-3.9656201185999117e-04
-4.1834963032870155e-04
-5.6611279923485377e-04
-6.3503661861006124e-04
-4.1834903613359675e-04
-3.9656218528262381e-04
-3.9656218528262436e-04
-5.6611279923485345e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-3.6968828469479574e-03
-1.3828185808108012e-03
-9.3124568532635462e-04
-1.3817676304536230e-03
-5.6611279923485345e-04
-9.3124568532635451e-04
-1.3828185808108019e-03
-6.3503661861006200e-04
-9.3124568532635462e-04
-1.3828185808108019e-03
-6.3503661861006200e-04
-5.6611279923485377e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-5.6611279923485345e-04
-4.4451753232598257e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-9.3124871502868478e-04
-6.3503661861006200e-04
-1.3828185808108012e-03
-9.3124568532635462e-04
-5.6611252096880316e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-5.6611279923485345e-04
-6.3503661861006124e-04
-4.4451753232598257e-04
-5.6611279923485399e-04
-3.9656218528262436e-04
-3.4715095250898630e-04
-9.3124568532635462e-04
-1.3828185808108019e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-4.1834903613359675e-04
-6.3503661861006200e-04
-5.6611279923485377e-04
-3.9656201185997474e-04
-6.3503661861006124e-04
-5.6611279923485399e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-3.4715095250898630e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-1.3828185808108019e-03
-3.6968828469479574e-03
-3.9656218528262436e-04
-5.6611279923485345e-04
-6.3503661861006124e-04
-4.1834903613359675e-04
-3.9656218528262381e-04
-5.6611279923485323e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-5.6611252096880316e-04
-9.3124871502868337e-04
-1.3828185808108019e-03
-6.3503661861006200e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-3.9656261800554251e-04
-3.6968828469479574e-03
-1.3828185808108014e-03
-9.3124871502868478e-04
-1.3817676304536230e-03
-5.6611279923485323e-04
-9.3124568532635462e-04
-5.6611252096880316e-04
-4.4451753232598203e-04
-6.3503661861006200e-04
-1.3828185808108012e-03
-9.3124568532635451e-04
-5.6611279923485345e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-6.3503661861006179e-04
-5.6611388757962626e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-9.3124871502868337e-04
-4.4451753232598203e-04
-5.6611279923485377e-04
-3.9656201185997474e-04
-3.4715095250898630e-04
-4.1834903613359675e-04
-6.3503661861006200e-04
-5.6611279923485399e-04
-3.9656218528262436e-04
-1.3817676304536230e-03
-9.3124871502868337e-04
-5.6611279923485323e-04
-6.3503874157643620e-04
-9.3124568532635451e-04
-1.3828185808108019e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-3.4715095250898630e-04
-4.4451753232598203e-04
-3.4715094231741497e-04
-2.9447029043994398e-04
-3.9656201185997474e-04
-5.6611252096880316e-04
-6.3503661861006124e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-3.9656218528262381e-04
-4.1834963032870155e-04
-1.3828185808108019e-03
-9.3124568532635462e-04
-1.3817676304536230e-03
-3.6968828469479574e-03
-Type 2
-row_offset = 16
-col_offset = 0
-rows = 16
-cols = 16
-3.4715095250898630e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-5.6611279923485345e-04
-2.1377052352467292e-04
-2.4952557374625039e-04
-2.7921329273706131e-04
-2.3156386876989048e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-3.0306420403484053e-04
-3.1247895383856449e-04
-4.4451753232598257e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-3.4715095250898630e-04
-5.6611252096880316e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-6.3503661861006200e-04
-2.3156386876989048e-04
-2.7921329273707015e-04
-3.0306420403485821e-04
-2.4463702556337072e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-3.1247895383856449e-04
-3.0306420403484053e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-5.6611279923485399e-04
-4.4451753232598257e-04
-9.3124871502868337e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-1.3828185808108012e-03
-2.7921329273706131e-04
-3.4715095250898630e-04
-3.9656218528262436e-04
-3.0306420403485821e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656218528262381e-04
-3.9656218528262436e-04
-5.6611279923485399e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-1.3828185808108012e-03
-6.3503661861006124e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-2.4952557374625039e-04
-2.9447029043994398e-04
-3.4715095250898630e-04
-2.7921329273706131e-04
-3.1247895383856449e-04
-3.0306420403485821e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-9.3124568532635451e-04
-1.3828185808108012e-03
-6.3503661861006124e-04
-5.6611279923485399e-04
-5.6611388757962626e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-9.3124871502868337e-04
-3.0306420403485821e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-3.1247895383854681e-04
-2.7921329273707015e-04
-3.0306411260414657e-04
-3.9656218528262381e-04
-3.4715095250898630e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-3.9656201185997474e-04
-5.6611252096880316e-04
-2.4463702556337072e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.3156386876989048e-04
-2.4463697386732354e-04
-3.0306420403484053e-04
-2.7921329273707015e-04
-6.3503661861006124e-04
-5.6611252096880316e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-3.4715113760470353e-04
-2.9447029043994398e-04
-3.4715094231741497e-04
-4.4451772337806623e-04
-2.4951191171384581e-04
-3.1247895383856449e-04
-3.0306411260414657e-04
-2.4463697386732354e-04
-2.1377052352467292e-04
-2.3156383986594004e-04
-2.7921329273707015e-04
-2.4952557374625039e-04
-1.3828185808108019e-03
-9.3124871502868337e-04
-5.6611279923485377e-04
-6.3503661861006124e-04
-3.9656261800554224e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-5.6611388757962626e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656201185997474e-04
-3.0306411260414657e-04
-2.4952557374625039e-04
-2.7921325854660079e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-2.7921329273707015e-04
-3.0306420403485821e-04
-2.4463702556337072e-04
-2.3156386876989048e-04
-3.0306411260414657e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-3.1247895383854681e-04
-1.7106352921677080e-04
-1.9701073460290836e-04
-2.0487560205882918e-04
-1.7613689695910586e-04
-1.7613689695907052e-04
-1.7793099604244679e-04
-2.0771405506892450e-04
-2.0487560205888219e-04
-3.4715095250898630e-04
-3.9656218528262436e-04
-3.0306420403484053e-04
-2.7921329273707015e-04
-3.9656201185997474e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-1.9701073460293486e-04
-2.3156386876989048e-04
-2.4463702556337072e-04
-2.0487560205882918e-04
-2.0487560205888219e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-2.9447029043994398e-04
-3.4715095250898630e-04
-2.7921329273707015e-04
-2.4952557374625039e-04
-4.1834903613359675e-04
-3.1247895383856449e-04
-3.0306420403485821e-04
-3.9656218528262436e-04
-1.8570101041924151e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-1.9701073460293486e-04
-2.0771405506892450e-04
-2.0487560205882918e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-2.4952557374625039e-04
-2.7921329273706131e-04
-2.3156386876989048e-04
-2.1377052352467292e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-3.0306420403485821e-04
-1.6350207687264198e-04
-1.8570101041924151e-04
-1.9701073460293486e-04
-1.7106352921677080e-04
-1.7793099604248213e-04
-1.7613689695910586e-04
-2.0487560205888219e-04
-2.0771405506892450e-04
-4.1834903613359675e-04
-3.9656201185997474e-04
-3.0306420403484053e-04
-3.1247895383856449e-04
-2.9447034327326216e-04
-2.4952557374625039e-04
-2.7921325854660079e-04
-3.4715094231741497e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463697386732354e-04
-2.0487557051532013e-04
-1.8570101041924151e-04
-1.9701071328677422e-04
-2.3156386876989048e-04
-2.1377052352467292e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-3.1247895383856449e-04
-3.0306420403484053e-04
-3.4715094231741497e-04
-2.7921329273707015e-04
-3.0306411260414657e-04
-3.9656201185997474e-04
-2.0487560205882918e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-2.0771405506897749e-04
-1.9701073460290836e-04
-2.0487557051532013e-04
-2.4463702556337072e-04
-2.3156386876989048e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-2.7921325854660079e-04
-2.3156386876989048e-04
-2.4463697386732354e-04
-3.0306411260414657e-04
-1.7613689695910586e-04
-2.0487560205888219e-04
-2.0771405506897749e-04
-1.7793099604244679e-04
-1.7106352921678847e-04
-1.7613687645670945e-04
-2.0487560205888219e-04
-1.9701073460290836e-04
-3.1247895383856449e-04
-3.0306411260414657e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-2.4952557932391491e-04
-2.1377052352467292e-04
-2.3156383986594004e-04
-2.7921325854660079e-04
-1.7793099604244679e-04
-2.0771405506892450e-04
-2.0487557051532013e-04
-1.7613687645670945e-04
-1.6350207687264198e-04
-1.7106351378017793e-04
-1.9701073460290836e-04
-1.8570101041924151e-04
-Type 2
-row_offset = 0
-col_offset = 16
-rows = 16
-cols = 16
-3.4715094231741936e-04
-4.4451772337806536e-04
-5.6611388757962626e-04
-3.9656201185999117e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-6.3503874157643620e-04
-1.3828185808108014e-03
-2.7921325854659451e-04
-3.4715094231741936e-04
-2.9447034327326226e-04
-2.4952557932391529e-04
-4.1834963032870155e-04
-3.9656261800554251e-04
-3.0306411260408938e-04
-3.1247919959423665e-04
-4.4451772337806536e-04
-5.6611388757962626e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-5.6611388757962626e-04
-9.3124568532635462e-04
-3.0306411260408938e-04
-3.9656201185999117e-04
-3.4715113760470337e-04
-2.7921325854659451e-04
-3.9656261800554224e-04
-4.1834963032870155e-04
-3.1247895383854681e-04
-3.0306440879060095e-04
-3.4715113760470337e-04
-3.9656261800554251e-04
-5.6611252096880219e-04
-4.4451772337806536e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-3.9656261800554224e-04
-5.6611279923485323e-04
-2.4463697386729953e-04
-3.0306411260408938e-04
-2.7921341601373268e-04
-2.3156383986594532e-04
-3.0306440879060095e-04
-3.1247919959423665e-04
-2.4951191171384581e-04
-2.4463713636241162e-04
-2.9447034327326226e-04
-3.4715113760470337e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-4.1834963032870155e-04
-6.3503661861006179e-04
-2.3156383986594532e-04
-2.7921325854659451e-04
-2.4952563170336627e-04
-2.1377051571227143e-04
-3.1247919959423665e-04
-3.0306440879060133e-04
-2.4463697386729953e-04
-2.4951203639129131e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-9.3124568532635462e-04
-1.3817676304536230e-03
-5.6611279923485377e-04
-4.4451753232598203e-04
-3.4715094231741497e-04
-3.9656218528262381e-04
-3.0306420403485821e-04
-3.9656218528262381e-04
-4.1834963032870155e-04
-3.1247895383854681e-04
-2.9447034327326216e-04
-3.4715113760470353e-04
-2.7921329273706131e-04
-2.4952563170336638e-04
-4.1834963032870155e-04
-3.9656261800554224e-04
-5.6611279923485323e-04
-6.3503874157643620e-04
-4.4451753232598203e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-3.4715095250898630e-04
-2.4463702556336633e-04
-3.0306420403485821e-04
-3.1247919959423665e-04
-2.4951191171384581e-04
-2.4952563170336638e-04
-2.7921341601373323e-04
-2.3156386876989048e-04
-2.1377057095022791e-04
-3.9656261800554251e-04
-4.1834963032870155e-04
-6.3503661861006179e-04
-5.6611388757962626e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-3.4715113760470353e-04
-4.4451753232598203e-04
-2.4951191171384581e-04
-3.1247895383854681e-04
-3.0306440879060133e-04
-2.4463697386729953e-04
-2.7921341601373323e-04
-3.0306440879060095e-04
-2.4463702556336633e-04
-2.3156394796184797e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-1.3828185808108014e-03
-9.3124871502868478e-04
-9.3124568532635462e-04
-5.6611279923485323e-04
-4.4451772337806623e-04
-5.6611279923485377e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656261800554251e-04
-3.0306411260408938e-04
-3.4715113760470353e-04
-3.9656261800554224e-04
-3.0306420403485821e-04
-2.7921341601373323e-04
-2.1377057095022680e-04
-2.3156394796184856e-04
-2.7921325854659451e-04
-2.4952563170336627e-04
-3.0306411260408938e-04
-2.4463697386729953e-04
-2.4951203639129131e-04
-3.1247895383854681e-04
-1.7106351378017964e-04
-1.9701071328676785e-04
-1.8570104638944903e-04
-1.6350206758404163e-04
-2.0771412686107152e-04
-2.0487566817314925e-04
-1.7613687645680684e-04
-1.7793104111675842e-04
-2.4952563170336627e-04
-2.7921341601373268e-04
-3.4715094231741936e-04
-2.9447034327326226e-04
-3.9656201185999117e-04
-3.0306411260408938e-04
-3.1247919959423665e-04
-4.1834903613359675e-04
-1.9701071328676785e-04
-2.3156383986594532e-04
-2.1377057095022680e-04
-1.8570100027803864e-04
-2.4951203639129131e-04
-2.4463713636241173e-04
-2.0487557051534602e-04
-2.0771412686107152e-04
-2.7921341601373268e-04
-3.0306440879060133e-04
-3.9656201185999117e-04
-3.4715113760470337e-04
-4.1834903613359675e-04
-3.1247895383854681e-04
-3.0306440879060095e-04
-3.9656218528262381e-04
-2.0487557051534602e-04
-2.4463697386729953e-04
-2.3156394796184856e-04
-1.9701071328676785e-04
-2.4463713636241162e-04
-2.4951203639129131e-04
-2.0771405506897749e-04
-2.0487566817314857e-04
-2.3156394796184856e-04
-2.4463713636241173e-04
-3.0306411260408938e-04
-2.7921341601373268e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463713636241162e-04
-3.0306420403485821e-04
-1.7613687645680684e-04
-2.0487557051534602e-04
-1.9701078671861266e-04
-1.7106351378017964e-04
-2.0487566817314857e-04
-2.0771412686107152e-04
-1.7793099604244679e-04
-1.7613693937769103e-04
-2.4951203639129131e-04
-2.4463713636241162e-04
-3.0306420403485821e-04
-3.1247919959423665e-04
-2.7921329273706131e-04
-2.3156386876989048e-04
-2.1377057095022791e-04
-2.4952557374625039e-04
-1.7613689695910586e-04
-2.0487560205882918e-04
-2.0771412686107152e-04
-1.7793099604244679e-04
-1.8570104638944941e-04
-1.9701078671861301e-04
-1.7106352921677080e-04
-1.6350210373151304e-04
-2.4463713636241173e-04
-2.4951203639129131e-04
-3.1247895383854681e-04
-3.0306440879060133e-04
-3.0306420403485821e-04
-2.4463702556336633e-04
-2.3156394796184797e-04
-2.7921329273706131e-04
-1.7793099604244679e-04
-2.0771405506897749e-04
-2.0487566817314925e-04
-1.7613687645680684e-04
-1.9701078671861301e-04
-2.0487566817314857e-04
-1.7613689695910586e-04
-1.7106356475423676e-04
-3.0306440879060133e-04
-3.1247919959423665e-04
-4.1834903613359675e-04
-3.9656261800554251e-04
-3.9656218528262381e-04
-3.0306420403485821e-04
-2.7921341601373323e-04
-3.4715095250898630e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463713636241173e-04
-2.0487557051534602e-04
-2.3156394796184797e-04
-2.4463713636241162e-04
-2.0487560205882918e-04
-1.9701078671861301e-04
-3.1247919959423665e-04
-3.0306440879060095e-04
-3.9656218528262381e-04
-4.1834963032870155e-04
-3.4715095250898630e-04
-2.7921329273706131e-04
-2.4952563170336638e-04
-2.9447029043994398e-04
-2.0487560205882918e-04
-2.4463702556336633e-04
-2.4951203639129131e-04
-2.0771405506897749e-04
-2.1377057095022791e-04
-2.3156394796184797e-04
-1.9701073460293486e-04
-1.8570104638944941e-04
-Type 2
-row_offset = 16
-col_offset = 16
-rows = 16
-cols = 16
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124568532635462e-04
-1.3828185808108019e-03
-4.1834963032870155e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611252096880316e-04
-3.9656201185997474e-04
-2.9447029043994398e-04
-3.4715094231741497e-04
-4.4451753232598203e-04
-3.4715095250898630e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635451e-04
-6.3503874157643620e-04
-5.6611279923485323e-04
-9.3124871502868337e-04
-1.3817676304536230e-03
-3.9656218528262436e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.4715095250898630e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-4.4451753232598203e-04
-9.3124871502868337e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-5.6611388757962626e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-1.3828185808108012e-03
-6.3503661861006200e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-9.3124568532635462e-04
-5.6611279923485323e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-3.9656261800554251e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124871502868337e-04
-5.6611252096880316e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635451e-04
-1.3828185808108019e-03
-2.9447029043994398e-04
-3.4715095250898630e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-5.6611279923485399e-04
-6.3503661861006124e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635462e-04
-3.4715095250898630e-04
-3.9656218528262436e-04
-5.6611279923485399e-04
-4.4451753232598257e-04
-6.3503661861006124e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-1.3828185808108019e-03
-5.6611252096880316e-04
-9.3124568532635462e-04
-1.3828185808108012e-03
-6.3503661861006200e-04
-9.3124871502868478e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-4.4451753232598257e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-5.6611279923485345e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635462e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-5.6611279923485345e-04
-1.3817676304536230e-03
-9.3124568532635462e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-3.4715095250898630e-04
-4.4451753232598257e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485377e-04
-4.1834963032870155e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-2.9447034327326226e-04
-3.4715094231741936e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868478e-04
-1.3817676304536230e-03
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-6.3503874157643620e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-3.4715113760470337e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-4.4451772337806536e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868337e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868337e-04
-4.4451772337806536e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-9.3124568532635451e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-5.6611279923485323e-04
-9.3124871502868337e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-3.9656261800554224e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-3.4715094231741936e-04
-4.4451772337806536e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-1.3828185808108019e-03
-9.3124871502868337e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-5.6611252096880219e-04
-2.9447034327326216e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-3.4715094231741497e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-6.3503661861006124e-04
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124871502868337e-04
-1.3817676304536230e-03
-3.4715113760470353e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-4.4451772337806623e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611252096880316e-04
-9.3124568532635462e-04
-1.3828185808108019e-03
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868478e-04
-4.4451772337806623e-04
-5.6611279923485323e-04
-9.3124871502868337e-04
-5.6611252096880316e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-9.3124568532635462e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-3.4715094231741497e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-3.9656201185997474e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124568532635462e-04
-5.6611279923485323e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485399e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-Type 2
-row_offset = 32
-col_offset = 0
-rows = 16
-cols = 32
-1.7106351378017793e-04
-1.9701073460290836e-04
-2.0487557051532013e-04
-1.7613687645670945e-04
-2.7921329273707015e-04
-3.0306411260414657e-04
-2.4463702556337072e-04
-2.3156386876989048e-04
-1.7613689695907052e-04
-1.7793099604244679e-04
-2.0771405506892450e-04
-2.0487560205888219e-04
-3.0306420403485821e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-3.1247895383854681e-04
-1.9701071328677422e-04
-2.3156386876989048e-04
-2.4463697386732354e-04
-2.0487557051532013e-04
-3.4715095250898630e-04
-3.9656201185997474e-04
-3.0306420403484053e-04
-2.7921329273707015e-04
-2.0487560205888219e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-3.9656218528262436e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-1.8570100027803994e-04
-2.1377052352467292e-04
-2.3156383986594004e-04
-1.9701071328677422e-04
-2.9447029043994398e-04
-3.4715094231741497e-04
-2.7921329273707015e-04
-2.4952557374625039e-04
-2.0771405506892450e-04
-2.0487557051532013e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-4.1834903613359675e-04
-3.1247895383856449e-04
-3.0306411260414657e-04
-3.9656201185997474e-04
-1.6350206758404705e-04
-1.8570101041924151e-04
-1.9701071328677422e-04
-1.7106351378017793e-04
-2.4952557374625039e-04
-2.7921325854660079e-04
-2.3156386876989048e-04
-2.1377052352467292e-04
-1.7793099604248213e-04
-1.7613687645670945e-04
-2.0487560205888219e-04
-2.0771405506892450e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463697386732354e-04
-3.0306411260414657e-04
-2.1377051571227064e-04
-2.4952557374625039e-04
-2.7921325854660079e-04
-2.3156383986594004e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-2.4951191171384581e-04
-2.4463697386732354e-04
-3.0306420403484053e-04
-3.1247895383856449e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.9656201185997474e-04
-5.6611252096880316e-04
-2.3156383986594004e-04
-2.7921329273707015e-04
-3.0306411260414657e-04
-2.4463697386732354e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-3.9656218528262381e-04
-3.4715095250898630e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-3.1247895383856449e-04
-3.0306420403484053e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-6.3503661861006200e-04
-2.7921325854660079e-04
-3.4715095250898630e-04
-3.9656201185997474e-04
-3.0306411260414657e-04
-5.6611279923485323e-04
-9.3124871502868337e-04
-5.6611279923485377e-04
-4.4451753232598203e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-9.3124568532635451e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-1.3828185808108012e-03
-2.4952557932391491e-04
-2.9447029043994398e-04
-3.4715094231741497e-04
-2.7921325854660079e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-4.4451753232598203e-04
-3.4715095250898630e-04
-3.1247895383856449e-04
-3.0306411260414657e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-1.3828185808108012e-03
-6.3503661861006124e-04
-5.6611252096880316e-04
-9.3124871502868337e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-2.0487560205882918e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-3.0306420403484053e-04
-3.1247895383856449e-04
-1.8570101041924151e-04
-1.9701073460293486e-04
-2.3156386876989048e-04
-2.1377052352467292e-04
-2.9447029043994398e-04
-2.4952557374625039e-04
-2.7921329273706131e-04
-3.4715095250898630e-04
-2.0487557051532013e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-2.0771405506897749e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-3.1247895383856449e-04
-3.0306420403484053e-04
-1.9701073460290836e-04
-2.0487560205882918e-04
-2.4463702556337072e-04
-2.3156386876989048e-04
-3.4715095250898630e-04
-2.7921329273707015e-04
-3.0306420403485821e-04
-3.9656218528262436e-04
-1.7613687645670945e-04
-2.0487560205888219e-04
-2.0771405506897749e-04
-1.7793099604244679e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463702556337072e-04
-1.7106352921678847e-04
-1.7613689695910586e-04
-2.0487560205888219e-04
-1.9701073460290836e-04
-2.7921329273706131e-04
-2.3156386876989048e-04
-2.4463702556337072e-04
-3.0306420403485821e-04
-1.7793099604244679e-04
-2.0771405506892450e-04
-2.0487560205882918e-04
-1.7613689695910586e-04
-3.1247895383856449e-04
-3.0306420403485821e-04
-2.4463702556337072e-04
-2.4951191171384581e-04
-1.6350207687264198e-04
-1.7106352921677080e-04
-1.9701073460290836e-04
-1.8570101041924151e-04
-2.4952557374625039e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-2.7921329273706131e-04
-3.0306411260414657e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-3.1247895383854681e-04
-9.3124568532635462e-04
-1.3828185808108012e-03
-6.3503661861006124e-04
-5.6611279923485377e-04
-2.7921329273707015e-04
-3.0306420403485821e-04
-3.9656218528262436e-04
-3.4715095250898630e-04
-5.6611279923485399e-04
-4.4451753232598257e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-2.4463697386732354e-04
-3.0306420403484053e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.9656218528262381e-04
-2.3156386876989048e-04
-2.4463702556337072e-04
-3.0306420403484053e-04
-2.7921329273707015e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-3.9656218528262436e-04
-5.6611279923485345e-04
-2.4951191171384581e-04
-3.1247895383856449e-04
-3.0306420403485821e-04
-2.4463702556337072e-04
-6.3503661861006124e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-2.7921329273707015e-04
-2.4952557374625039e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-3.4715095250898630e-04
-4.4451753232598257e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-3.0306420403485821e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-5.6611279923485399e-04
-6.3503661861006124e-04
-2.4952557374625039e-04
-2.7921329273706131e-04
-3.4715095250898630e-04
-2.9447029043994398e-04
-3.9656218528262436e-04
-3.4715095250898630e-04
-4.4451753232598257e-04
-5.6611279923485399e-04
-2.2038599172156392e-04
-2.4952557374625039e-04
-2.9447034327326216e-04
-2.4952557932391491e-04
-3.0306420403485821e-04
-3.9656261800554224e-04
-3.4715095250898630e-04
-2.7921329273706131e-04
-3.0306420403484053e-04
-2.7921325854660079e-04
-3.4715095250898630e-04
-3.9656218528262381e-04
-9.3124871502868337e-04
-5.6611279923485377e-04
-4.4451772337806623e-04
-5.6611388757962626e-04
-1.9458587026341599e-04
-2.2038596993549203e-04
-2.4952557932391491e-04
-2.1377051571227064e-04
-2.7921329273706131e-04
-3.4715113760470353e-04
-2.9447029043994398e-04
-2.4952557374625039e-04
-2.4463702556337072e-04
-2.3156383986594004e-04
-2.7921329273707015e-04
-3.0306420403484053e-04
-5.6611252096880316e-04
-3.9656218528262381e-04
-3.4715094231741497e-04
-4.4451772337806623e-04
-1.7613929722006921e-04
-1.9458586505272872e-04
-2.2038599172156392e-04
-1.9458587026341599e-04
-2.3156386876989048e-04
-2.7921341601373323e-04
-2.4952557374625039e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-2.1377051571227064e-04
-2.4952557374625039e-04
-2.7921329273707015e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-3.4715113760470353e-04
-1.9458588968259023e-04
-2.1377052352467292e-04
-2.4952563170336638e-04
-2.2038599172156392e-04
-2.4463702556336633e-04
-3.0306440879060095e-04
-2.7921329273706131e-04
-2.3156386876989048e-04
-2.7921329273707015e-04
-2.4952557932391491e-04
-2.9447029043994398e-04
-3.4715095250898630e-04
-5.6611388757962626e-04
-4.4451753232598203e-04
-3.4715113760470353e-04
-3.9656261800554224e-04
-1.5442356230704820e-04
-1.7270714270091133e-04
-1.8570100027803994e-04
-1.6350206758404705e-04
-2.2038596993549203e-04
-2.4952557932391491e-04
-2.1377052352467292e-04
-1.9458586505272872e-04
-1.7613689695907052e-04
-1.7106351378017793e-04
-1.9701073460290836e-04
-2.0487560205888219e-04
-3.0306411260414657e-04
-2.4463702556337072e-04
-2.3156383986594004e-04
-2.7921325854660079e-04
-1.4470594223169034e-04
-1.5942016874918795e-04
-1.7270714120615058e-04
-1.5442356230704820e-04
-1.9458586505272872e-04
-2.2038599172156392e-04
-1.9458586505272872e-04
-1.7613928618068596e-04
-1.7106352921678847e-04
-1.6350206758404705e-04
-1.8570101041924151e-04
-1.9701073460290836e-04
-2.7921325854660079e-04
-2.3156386876989048e-04
-2.1377051571227064e-04
-2.4952557932391491e-04
-1.5942017253242358e-04
-1.7613928618068596e-04
-1.9458587026341599e-04
-1.7270714120615058e-04
-2.1377052352467292e-04
-2.4952563170336638e-04
-2.2038596993549203e-04
-1.9458586505272872e-04
-1.9701073460290836e-04
-1.8570100027803994e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-3.4715094231741497e-04
-2.7921329273707015e-04
-2.4952557932391491e-04
-2.9447034327326216e-04
-1.7270714120615058e-04
-1.9458586505272872e-04
-2.1377051571227064e-04
-1.8570100027803994e-04
-2.4952557374625039e-04
-2.9447034327326216e-04
-2.4952557374625039e-04
-2.2038596993549203e-04
-2.0487560205888219e-04
-1.9701071328677422e-04
-2.3156386876989048e-04
-2.4463702556337072e-04
-3.9656201185997474e-04
-3.0306420403484053e-04
-2.7921325854660079e-04
-3.4715094231741497e-04
-1.5442358472132501e-04
-1.6350207687264198e-04
-1.8570104638944941e-04
-1.7270716497508952e-04
-1.7613689695910586e-04
-2.0487566817314857e-04
-1.9701073460293486e-04
-1.7106352921677080e-04
-2.2038596993549203e-04
-1.9458588968259023e-04
-2.1377052352467292e-04
-2.4952557374625039e-04
-3.0306440879060095e-04
-2.7921329273706131e-04
-2.3156394796184797e-04
-2.4463713636241162e-04
-1.7270716497508952e-04
-1.8570101041924151e-04
-2.1377057095022791e-04
-1.9458588968259023e-04
-2.0487560205882918e-04
-2.4463713636241162e-04
-2.3156386876989048e-04
-1.9701073460293486e-04
-2.4952557374625039e-04
-2.2038599172156392e-04
-2.4952557374625039e-04
-2.9447029043994398e-04
-3.9656261800554224e-04
-3.4715095250898630e-04
-2.7921341601373323e-04
-3.0306440879060095e-04
-1.5942018129369567e-04
-1.7270714270091133e-04
-1.9458588968259023e-04
-1.7613929722006921e-04
-1.9701073460293486e-04
-2.3156394796184797e-04
-2.1377052352467292e-04
-1.8570101041924151e-04
-2.1377052352467292e-04
-1.9458587026341599e-04
-2.2038596993549203e-04
-2.4952557374625039e-04
-3.4715113760470353e-04
-2.9447029043994398e-04
-2.4952563170336638e-04
-2.7921341601373323e-04
-1.4470595401085536e-04
-1.5442356610929724e-04
-1.7270716497508952e-04
-1.5942018129369567e-04
-1.7106352921677080e-04
-1.9701078671861301e-04
-1.8570101041924151e-04
-1.6350207687264198e-04
-1.9458586505272872e-04
-1.7613929722006921e-04
-1.9458586505272872e-04
-2.2038596993549203e-04
-2.7921341601373323e-04
-2.4952557374625039e-04
-2.1377057095022791e-04
-2.3156394796184797e-04
-1.2570956212012757e-04
-1.3499849420620103e-04
-1.4670674218466765e-04
-1.3499849689399394e-04
-1.5442356610929724e-04
-1.7270716497508952e-04
-1.5942016874918795e-04
-1.4470594202933349e-04
-1.5442356610929724e-04
-1.4470594223169034e-04
-1.5942016874918795e-04
-1.7270714270091133e-04
-2.2038599172156392e-04
-1.9458586505272872e-04
-1.7613929722006921e-04
-1.9458588968259023e-04
-1.3499850140298339e-04
-1.4470594202933349e-04
-1.5942018129369567e-04
-1.4670674218466765e-04
-1.6350207687264198e-04
-1.8570104638944941e-04
-1.7270714270091133e-04
-1.5442356610929724e-04
-1.7270714270091133e-04
-1.5942017253242358e-04
-1.7613928618068596e-04
-1.9458586505272872e-04
-2.4952563170336638e-04
-2.2038596993549203e-04
-1.9458588968259023e-04
-2.1377057095022791e-04
-1.4670674218466765e-04
-1.5942016874918795e-04
-1.7613929722006921e-04
-1.5942017253242358e-04
-1.8570101041924151e-04
-2.1377057095022791e-04
-1.9458586505272872e-04
-1.7270714270091133e-04
-1.8570101041924151e-04
-1.7270714120615058e-04
-1.9458586505272872e-04
-2.1377052352467292e-04
-2.9447034327326216e-04
-2.4952557374625039e-04
-2.2038599172156392e-04
-2.4952563170336638e-04
-1.3499849689399394e-04
-1.4670673583147374e-04
-1.5942017253242358e-04
-1.4470594223169034e-04
-1.7270714270091133e-04
-1.9458588968259023e-04
-1.7613928618068596e-04
-1.5942016874918795e-04
-1.6350207687264198e-04
-1.5442356230704820e-04
-1.7270714270091133e-04
-1.8570101041924151e-04
-2.4952557932391491e-04
-2.1377052352467292e-04
-1.9458587026341599e-04
-2.2038599172156392e-04
-Type 2
-row_offset = 0
-col_offset = 32
-rows = 32
-cols = 16
-1.7106352921677080e-04
-1.9701073460293486e-04
-1.8570104638944941e-04
-1.6350207687264198e-04
-2.1377057095022791e-04
-2.3156394796184797e-04
-2.7921329273706131e-04
-2.4952563170336638e-04
-2.0771412686107152e-04
-2.0487566817314857e-04
-1.7613689695910586e-04
-1.7793104111675842e-04
-3.0306420403485821e-04
-2.4463702556336633e-04
-2.4951203639129131e-04
-3.1247895383854681e-04
-2.2038596993549203e-04
-1.9458588968259023e-04
-1.7613928618068596e-04
-1.9458586505272872e-04
-1.5442358472132501e-04
-1.4470594202933349e-04
-1.5942018129369567e-04
-1.7270716497508952e-04
-1.5442356230704820e-04
-1.7270714270091133e-04
-1.5942017253242358e-04
-1.4470594223169034e-04
-1.2570955813274805e-04
-1.3499849689399394e-04
-1.4670673583147374e-04
-1.3499849420620103e-04
-1.9701073460293486e-04
-2.3156386876989048e-04
-2.1377057095022791e-04
-1.8570101041924151e-04
-2.4952563170336638e-04
-2.7921341601373323e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-2.4951203639129131e-04
-2.4463713636241162e-04
-2.0487560205882918e-04
-2.0771412686107152e-04
-3.9656218528262381e-04
-3.0306420403485821e-04
-3.1247919959423665e-04
-4.1834903613359675e-04
-2.4952557374625039e-04
-2.2038599172156392e-04
-1.9458586505272872e-04
-2.1377052352467292e-04
-1.7270716497508952e-04
-1.5942016874918795e-04
-1.7613929722006921e-04
-1.9458588968259023e-04
-1.6350206758404705e-04
-1.8570101041924151e-04
-1.7270714120615058e-04
-1.5442356230704820e-04
-1.3499849420620103e-04
-1.4470594223169034e-04
-1.5942016874918795e-04
-1.4670673583147374e-04
-2.0487560205882918e-04
-2.4463702556336633e-04
-2.3156394796184797e-04
-1.9701073460293486e-04
-2.7921341601373323e-04
-3.0306440879060095e-04
-3.9656218528262381e-04
-3.4715113760470353e-04
-2.4463713636241173e-04
-2.4951203639129131e-04
-2.0771405506897749e-04
-2.0487566817314925e-04
-4.1834903613359675e-04
-3.1247895383854681e-04
-3.0306440879060133e-04
-3.9656201185999117e-04
-2.9447029043994398e-04
-2.4952563170336638e-04
-2.2038596993549203e-04
-2.4952557374625039e-04
-1.8570104638944941e-04
-1.7270714270091133e-04
-1.9458588968259023e-04
-2.1377057095022791e-04
-1.8570100027803994e-04
-2.1377052352467292e-04
-1.9458587026341599e-04
-1.7270714120615058e-04
-1.4670673583147374e-04
-1.5942017253242358e-04
-1.7613928618068596e-04
-1.5942016874918795e-04
-1.7613689695910586e-04
-2.0487560205882918e-04
-1.9701078671861301e-04
-1.7106352921677080e-04
-2.3156394796184797e-04
-2.4463713636241162e-04
-3.0306420403485821e-04
-2.7921341601373323e-04
-2.0487566817314925e-04
-2.0771412686107152e-04
-1.7793099604244679e-04
-1.7613693937769095e-04
-3.1247895383854681e-04
-2.4951191171384581e-04
-2.4463713636241173e-04
-3.0306411260408938e-04
-2.4952557374625039e-04
-2.1377057095022791e-04
-1.9458586505272872e-04
-2.2038596993549203e-04
-1.6350210373151304e-04
-1.5442356610929724e-04
-1.7270716497508952e-04
-1.8570104638944941e-04
-1.7270714120615058e-04
-1.9458586505272872e-04
-1.7613929722006921e-04
-1.5942017253242358e-04
-1.3499849420620103e-04
-1.4670674218466765e-04
-1.5942016874918795e-04
-1.4470594202933349e-04
-2.7921329273706131e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-2.4952557374625039e-04
-3.4715094231741497e-04
-4.4451772337806623e-04
-5.6611279923485377e-04
-3.9656201185997474e-04
-4.1834963032870155e-04
-3.9656261800554224e-04
-3.0306420403485821e-04
-3.1247919959423665e-04
-9.3124568532635462e-04
-5.6611279923485323e-04
-6.3503874157643620e-04
-1.3828185808108014e-03
-3.0306420403484053e-04
-2.7921325854660079e-04
-2.3156386876989048e-04
-2.4463702556337072e-04
-2.2038599172156392e-04
-1.9458586505272872e-04
-2.1377051571227064e-04
-2.4952557932391491e-04
-1.7613687645670945e-04
-2.0487560205888219e-04
-1.9701071328677422e-04
-1.7106351378017793e-04
-1.5442356610929724e-04
-1.6350206758404705e-04
-1.8570101041924151e-04
-1.7270714270091133e-04
-3.0306420403485821e-04
-3.9656218528262381e-04
-3.4715113760470353e-04
-2.7921329273706131e-04
-4.4451772337806623e-04
-5.6611388757962626e-04
-9.3124568532635462e-04
-5.6611252096880316e-04
-3.9656261800554251e-04
-4.1834963032870155e-04
-3.1247895383854681e-04
-3.0306440879060133e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-5.6611388757962626e-04
-9.3124871502868478e-04
-3.9656218528262381e-04
-3.4715094231741497e-04
-2.7921329273707015e-04
-3.0306420403484053e-04
-2.4952563170336638e-04
-2.2038596993549203e-04
-2.4952557932391491e-04
-2.9447034327326216e-04
-2.0487557051532013e-04
-2.4463702556337072e-04
-2.3156383986594004e-04
-1.9701071328677422e-04
-1.7270714270091133e-04
-1.8570100027803994e-04
-2.1377052352467292e-04
-1.9458586505272872e-04
-2.4463702556336633e-04
-3.0306420403485821e-04
-2.7921341601373323e-04
-2.3156386876989048e-04
-3.4715113760470353e-04
-3.9656261800554224e-04
-5.6611279923485323e-04
-4.4451772337806623e-04
-3.0306440879060133e-04
-3.1247919959423665e-04
-2.4951191171384581e-04
-2.4463713636241173e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-3.9656261800554251e-04
-5.6611252096880219e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-2.4952557374625039e-04
-2.7921329273707015e-04
-2.1377057095022791e-04
-1.9458586505272872e-04
-2.2038599172156392e-04
-2.4952563170336638e-04
-1.9701071328677422e-04
-2.3156386876989048e-04
-2.1377051571227064e-04
-1.8570100027803994e-04
-1.5942016874918795e-04
-1.7270714120615058e-04
-1.9458586505272872e-04
-1.7613928618068596e-04
-2.3156386876989048e-04
-2.7921329273706131e-04
-2.4952563170336638e-04
-2.1377052352467292e-04
-2.9447034327326216e-04
-3.4715113760470353e-04
-4.4451753232598203e-04
-3.4715094231741497e-04
-3.1247919959423665e-04
-3.0306440879060095e-04
-2.4463702556336633e-04
-2.4951203639129131e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-4.1834963032870155e-04
-6.3503661861006179e-04
-2.7921329273707015e-04
-2.4952557932391491e-04
-2.1377052352467292e-04
-2.3156386876989048e-04
-1.9458588968259023e-04
-1.7613928618068596e-04
-1.9458587026341599e-04
-2.2038599172156392e-04
-1.7106351378017793e-04
-1.9701073460290836e-04
-1.8570100027803994e-04
-1.6350206758404705e-04
-1.4470594202933349e-04
-1.5442356230704820e-04
-1.7270714270091133e-04
-1.5942016874918795e-04
-1.7613687645680684e-04
-2.0487557051534602e-04
-2.0771412686107152e-04
-1.7793099604244679e-04
-2.4951203639129131e-04
-2.4463713636241173e-04
-3.0306411260408938e-04
-3.1247919959423665e-04
-1.8570104638944903e-04
-1.9701078671861266e-04
-1.7106351378017964e-04
-1.6350210373151214e-04
-2.7921325854659451e-04
-2.3156383986594532e-04
-2.1377057095022680e-04
-2.4952557932391529e-04
-3.0306420403485821e-04
-2.4463713636241162e-04
-2.3156386876989048e-04
-2.7921329273706131e-04
-1.7613693937769103e-04
-1.7106352921677080e-04
-1.9701078671861301e-04
-2.0487566817314857e-04
-2.2038599172156392e-04
-2.4952557374625039e-04
-2.1377057095022791e-04
-1.9458588968259023e-04
-1.5442356610929724e-04
-1.7270716497508952e-04
-1.8570101041924151e-04
-1.6350207687264198e-04
-1.7793099604244679e-04
-2.0771405506897749e-04
-2.0487566817314857e-04
-1.7613689695910586e-04
-2.4463713636241162e-04
-2.4951203639129131e-04
-3.1247895383854681e-04
-3.0306440879060095e-04
-1.9701078671861266e-04
-2.0487566817314925e-04
-1.7613687645680684e-04
-1.7106356475423760e-04
-3.0306411260408938e-04
-2.4463697386729953e-04
-2.3156394796184856e-04
-2.7921325854659451e-04
-2.7921329273706131e-04
-2.3156394796184797e-04
-2.1377052352467292e-04
-2.4952557374625039e-04
-1.7106356475423676e-04
-1.6350207687264198e-04
-1.8570104638944941e-04
-1.9701078671861301e-04
-1.9458587026341599e-04
-2.2038596993549203e-04
-1.9458588968259023e-04
-1.7613929722006921e-04
-1.4470594202933349e-04
-1.5942018129369567e-04
-1.7270714270091133e-04
-1.5442356610929724e-04
-2.0771405506897749e-04
-2.4951191171384581e-04
-2.4463713636241162e-04
-2.0487560205882918e-04
-3.0306440879060095e-04
-3.1247919959423665e-04
-4.1834903613359675e-04
-3.9656261800554224e-04
-2.3156394796184856e-04
-2.4463713636241173e-04
-2.0487557051534602e-04
-1.9701078671861266e-04
-3.9656201185999117e-04
-3.0306411260408938e-04
-2.7921341601373268e-04
-3.4715094231741936e-04
-3.4715095250898630e-04
-2.7921341601373323e-04
-2.4952557374625039e-04
-2.9447029043994398e-04
-1.9701078671861301e-04
-1.8570101041924151e-04
-2.1377057095022791e-04
-2.3156394796184797e-04
-2.1377051571227064e-04
-2.4952557374625039e-04
-2.2038599172156392e-04
-1.9458587026341599e-04
-1.5942016874918795e-04
-1.7613929722006921e-04
-1.9458586505272872e-04
-1.7270714270091133e-04
-2.0487557051534602e-04
-2.4463697386729953e-04
-2.4951203639129131e-04
-2.0771405506897749e-04
-3.1247919959423665e-04
-3.0306440879060133e-04
-3.9656201185999117e-04
-4.1834963032870155e-04
-2.1377057095022680e-04
-2.3156394796184856e-04
-1.9701071328676785e-04
-1.8570104638944903e-04
-3.4715094231741936e-04
-2.7921325854659451e-04
-2.4952563170336627e-04
-2.9447034327326226e-04
-3.9656218528262381e-04
-3.0306440879060095e-04
-2.7921329273706131e-04
-3.4715095250898630e-04
-2.0487566817314857e-04
-1.9701073460293486e-04
-2.3156394796184797e-04
-2.4463713636241162e-04
-2.4952557932391491e-04
-2.9447029043994398e-04
-2.4952563170336638e-04
-2.2038599172156392e-04
-1.7270714270091133e-04
-1.9458588968259023e-04
-2.1377052352467292e-04
-1.8570101041924151e-04
-3.0306411260408938e-04
-3.9656201185999117e-04
-4.1834963032870155e-04
-3.1247895383854681e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-2.9447034327326226e-04
-3.4715113760470337e-04
-2.7921325854659451e-04
-2.4952563170336627e-04
-5.6611388757962626e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-3.9656261800554251e-04
-9.3124568532635462e-04
-5.6611388757962626e-04
-4.4451753232598203e-04
-5.6611279923485377e-04
-3.0306440879060095e-04
-2.7921329273706131e-04
-3.4715113760470353e-04
-3.9656261800554224e-04
-3.0306411260414657e-04
-3.9656218528262381e-04
-3.4715094231741497e-04
-2.7921325854660079e-04
-2.2038596993549203e-04
-2.4952557932391491e-04
-2.9447029043994398e-04
-2.4952557374625039e-04
-2.4463697386729953e-04
-3.0306411260408938e-04
-3.1247919959423665e-04
-2.4951191171384581e-04
-4.1834963032870155e-04
-3.9656261800554251e-04
-5.6611252096880219e-04
-6.3503874157643620e-04
-2.4952563170336627e-04
-2.7921341601373268e-04
-2.3156383986594532e-04
-2.1377057095022680e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-2.9447034327326226e-04
-3.4715113760470337e-04
-5.6611279923485323e-04
-3.9656261800554224e-04
-3.4715095250898630e-04
-4.4451753232598203e-04
-2.4463713636241162e-04
-2.3156386876989048e-04
-2.7921341601373323e-04
-3.0306440879060095e-04
-2.7921325854660079e-04
-3.4715095250898630e-04
-2.9447034327326216e-04
-2.4952557932391491e-04
-1.9458586505272872e-04
-2.2038599172156392e-04
-2.4952557374625039e-04
-2.1377052352467292e-04
-2.4951191171384581e-04
-3.1247895383854681e-04
-3.0306440879060095e-04
-2.4463702556336633e-04
-3.9656261800554224e-04
-4.1834963032870155e-04
-6.3503661861006179e-04
-5.6611388757962626e-04
-2.7921341601373268e-04
-3.0306440879060133e-04
-2.4463697386729953e-04
-2.3156394796184856e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-3.4715113760470337e-04
-4.4451772337806536e-04
-4.4451753232598203e-04
-3.4715113760470353e-04
-2.9447029043994398e-04
-3.4715095250898630e-04
-2.3156394796184797e-04
-2.1377052352467292e-04
-2.4952563170336638e-04
-2.7921341601373323e-04
-2.3156383986594004e-04
-2.7921329273707015e-04
-2.4952557932391491e-04
-2.1377051571227064e-04
-1.7613928618068596e-04
-1.9458587026341599e-04
-2.2038596993549203e-04
-1.9458586505272872e-04
-3.1247895383854681e-04
-4.1834903613359675e-04
-3.9656261800554224e-04
-3.0306420403485821e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-1.3828185808108014e-03
-9.3124871502868337e-04
-3.4715113760470337e-04
-3.9656261800554251e-04
-3.0306411260408938e-04
-2.7921341601373268e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-4.4451772337806536e-04
-5.6611388757962626e-04
-5.6611279923485377e-04
-4.4451772337806623e-04
-3.4715095250898630e-04
-3.9656218528262381e-04
-2.7921341601373323e-04
-2.4952557374625039e-04
-2.9447034327326216e-04
-3.4715113760470353e-04
-2.4463697386732354e-04
-3.0306420403484053e-04
-2.7921325854660079e-04
-2.3156383986594004e-04
-1.9458586505272872e-04
-2.1377051571227064e-04
-2.4952557374625039e-04
-2.2038596993549203e-04
-Type 2
-row_offset = 32
-col_offset = 32
-rows = 16
-cols = 16
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124568532635462e-04
-1.3828185808108019e-03
-4.1834963032870155e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611252096880316e-04
-3.9656201185997474e-04
-2.9447029043994398e-04
-3.4715094231741497e-04
-4.4451753232598203e-04
-3.4715095250898630e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635451e-04
-6.3503874157643620e-04
-5.6611279923485323e-04
-9.3124871502868337e-04
-1.3817676304536230e-03
-3.9656218528262436e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-3.4715095250898630e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-4.4451753232598203e-04
-9.3124871502868337e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-5.6611388757962626e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-1.3828185808108012e-03
-6.3503661861006200e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-9.3124568532635462e-04
-5.6611279923485323e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-3.9656261800554251e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124871502868337e-04
-5.6611252096880316e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635451e-04
-1.3828185808108019e-03
-2.9447029043994398e-04
-3.4715095250898630e-04
-4.4451753232598257e-04
-3.4715095250898630e-04
-4.1834903613359675e-04
-3.9656218528262436e-04
-5.6611279923485399e-04
-6.3503661861006124e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-4.1834903613359675e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124568532635462e-04
-3.4715095250898630e-04
-3.9656218528262436e-04
-5.6611279923485399e-04
-4.4451753232598257e-04
-6.3503661861006124e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-1.3828185808108019e-03
-5.6611252096880316e-04
-9.3124568532635462e-04
-1.3828185808108012e-03
-6.3503661861006200e-04
-9.3124871502868478e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-4.4451753232598257e-04
-5.6611279923485345e-04
-9.3124568532635451e-04
-5.6611279923485345e-04
-5.6611279923485377e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635462e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-5.6611279923485345e-04
-1.3817676304536230e-03
-9.3124568532635462e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-3.4715095250898630e-04
-4.4451753232598257e-04
-5.6611279923485345e-04
-3.9656218528262436e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485377e-04
-4.1834963032870155e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-6.3503874157643620e-04
-2.9447034327326226e-04
-3.4715094231741936e-04
-4.4451772337806536e-04
-3.4715094231741936e-04
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868478e-04
-1.3817676304536230e-03
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-6.3503874157643620e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-1.3817676304536230e-03
-3.4715113760470337e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-4.4451772337806536e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868337e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868337e-04
-4.4451772337806536e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-5.6611252096880219e-04
-9.3124568532635451e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108012e-03
-5.6611279923485323e-04
-9.3124871502868337e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-3.9656261800554224e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611388757962626e-04
-3.4715094231741936e-04
-4.4451772337806536e-04
-5.6611252096880219e-04
-3.9656201185999117e-04
-1.3828185808108019e-03
-9.3124871502868337e-04
-1.3828185808108014e-03
-3.6968828469479574e-03
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124871502868478e-04
-5.6611252096880219e-04
-2.9447034327326216e-04
-3.4715095250898630e-04
-4.4451772337806623e-04
-3.4715094231741497e-04
-4.1834903613359675e-04
-6.3503874157643620e-04
-5.6611279923485323e-04
-3.9656218528262381e-04
-4.1834903613359675e-04
-3.9656201185997474e-04
-5.6611279923485377e-04
-6.3503661861006124e-04
-3.6968828469479574e-03
-1.3828185808108019e-03
-9.3124871502868337e-04
-1.3817676304536230e-03
-3.4715113760470353e-04
-3.9656218528262381e-04
-5.6611388757962626e-04
-4.4451772337806623e-04
-3.9656201185999117e-04
-5.6611388757962626e-04
-6.3503661861006179e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611252096880316e-04
-9.3124568532635462e-04
-1.3828185808108019e-03
-1.3828185808108014e-03
-3.6968828469479574e-03
-1.3817676304536230e-03
-9.3124871502868478e-04
-4.4451772337806623e-04
-5.6611279923485323e-04
-9.3124871502868337e-04
-5.6611252096880316e-04
-5.6611252096880219e-04
-9.3124871502868478e-04
-1.3828185808108014e-03
-6.3503661861006179e-04
-5.6611279923485399e-04
-6.3503661861006200e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-9.3124568532635462e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-1.3828185808108014e-03
-3.4715094231741497e-04
-4.4451753232598203e-04
-5.6611252096880316e-04
-3.9656201185997474e-04
-6.3503661861006179e-04
-1.3817676304536230e-03
-9.3124568532635462e-04
-5.6611279923485323e-04
-3.9656218528262436e-04
-4.1834903613359675e-04
-6.3503661861006124e-04
-5.6611279923485399e-04
-1.3828185808108019e-03
-9.3124568532635451e-04
-1.3828185808108012e-03
-3.6968828469479574e-03
-Ende der Matrix
+++ /dev/null
-%!PS-Adobe-2.0 EPSF-2.0
-%%BoundingBox: 0 0 500 1563
-0 dup translate
-10.416667 dup scale
-0.1 setlinewidth
-/Helvetica findfont 1.152000 scalefont setfont
-0 setgray
-/cs{closepath stroke} def
-/m{moveto} def
-/l{lineto} def
-/hf{/Helvetica findfont} def
-/sf{scalefont setfont} def
-0 -5 m 0 5 l
- 0 0 m 48 0 l
- 48 -5 m 48 5 l stroke
- hf 15.000000 sf 1 3 m (0) show
-0 25 m 0 35 l
- 0 30 m 32 30 l
- 32 25 m 32 35 l stroke
- hf 15.000000 sf 1 33 m (1) show
-0 55 m 0 65 l
- 0 60 m 16 60 l
- 16 55 m 16 65 l stroke
- hf 8.000000 sf 1 63 m (2) show
-16 55 m 16 65 l
- 16 60 m 32 60 l
- 32 55 m 32 65 l stroke
- hf 8.000000 sf 17 63 m (3) show
-32 25 m 32 35 l
- 32 30 m 48 30 l
- 48 25 m 48 35 l stroke
- hf 8.000000 sf 33 33 m (4) show
-showpage
+++ /dev/null
-48 48 5
-0
-2 0 48
-4 0 32
-4 0 16
-4 16 16
-4 32 16
-1
-4
-2
-3
-0
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-47
-46
-45
-44
-43
-42
-41
-40
-39
-38
-37
-36
-35
-34
-33
-32
-31
-30
-29
-28
-27
-26
-25
-24
-23
-22
-21
-20
-19
-18
-17
-16
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_HH2ERROREST_CPP_GUARD_
-#define HILBERT3D_LAPLACE_HH2ERROREST_CPP_GUARD_
-
-#include "hh2ErrorEst.hpp"
-#include "../hilbert.hpp"
-#include "../spaces/P0Space_tmpl.cpp"
-
-using namespace hilbert3d;
-
-hh2ErrorEst::hh2ErrorEst(::space::P0P0Link link)
- : link_(link), hSpace_(link.getFatherSpace()),
- h2Space_(link.getSonSpace())
-{
-}
-
-std::vector<double>
-hh2ErrorEst::estimate(::space::P0Space<>::DFunc hPhi,::space::P0Space<>::DFunc h2Phi)
-{
- boundary_mesh::FlexibleMesh hMesh = hSpace_.getMesh();
- std::vector<double> est_squared(hMesh.getNumberOfFaces());
- ::space::P0Space<>::DFunc hPhi_onh2 = link_.prolongateFunction(hPhi);
-
- for ( boundary_mesh::FlexibleMesh::ConstFaceIterator
- faceIt = hMesh.begin_f(); faceIt != hMesh.end_f(); ++faceIt )
- {
- double aux = 0.0;
- double h_ell = faceIt->computeDiameter();
- std::vector<const ::space::P0Element<>*> face2el = hSpace_.getDegreesOfFreedomForFace(*faceIt);
- double hPhi_f = hPhi[*face2el[0]];
-
- /* only works if face2el has just one entry */
- /* run through son elements */
- for ( ::space::P0P0Link::ConstSonElementIterator sonIt = link_.begin_se(*(face2el[0]));
- sonIt != link_.end_se(*(face2el[0])); ++sonIt)
- {
- unsigned int id = link_.getSonSpace().getElementId(*sonIt);
- double h2Phi_son_f = h2Phi[id];
-
- aux += sonIt->getSupport().computeArea() *
- (h2Phi_son_f - hPhi_f)*(h2Phi_son_f - hPhi_f);
- }
-
- est_squared[(*faceIt).getId()] = h_ell*aux;
- }
-
- return est_squared;
-}
-
-#endif
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_HH2ERROREST_HPP_GUARD_
-#define HILBERT3D_LAPLACE_HH2ERROREST_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../boundary_mesh/FlexibleMesh.hpp"
-#include "../spaces/P0Space.hpp"
-
-#include "../spaces/SpaceLink.hpp"
-#include "../spaces/link_rule/LinearInterpolator.hpp"
-#include "../spaces/link_rule/P0L2Projector.hpp"
-
-
-namespace hilbert3d
-{
- class hh2ErrorEst
- {
- public:
- hh2ErrorEst(::space::P0P0Link);
- std::vector<double> estimate(::space::P0Space<>::DFunc,::space::P0Space<>::DFunc);
- private:
- ::space::P0P0Link link_;
- ::space::P0Space<> hSpace_;
- ::space::P0Space<> h2Space_;
- };
-}
-#endif
+++ /dev/null
-#include <iostream>\r
-#include <cmath>\r
-#include <cassert>\r
-#include <stdlib.h>\r
-\r
-//#include <mex.h>\r
-\r
-#include "slpRectangle.hpp"\r
-\r
-#define EPS 10e5\r
-\r
-using namespace std;\r
-\r
-double gauss_w5[] = {0.1185,0.2393,0.2844,0.2393,0.1185};\r
-double gauss_n5[] = {0.0469,0.2308,0.5000,0.7692,0.9531};\r
-\r
-\r
-\r
-int sign(double);\r
-//double arsinh(double);\r
-\r
-\r
-/* ============================== */\r
-\r
-int inline sign(double x) {\r
- return x > 0 ? 1 : (x < 0 ? -1 : 0);\r
-}\r
-/*\r
- double inline arsinh(double x) {\r
- return log(x + sqrt(x * x + 1));\r
- }\r
- */\r
-\r
-double inline max(double x, double y){\r
- return x<y?y:x;\r
-}\r
-\r
-double g_QY(double p, double y, double x, double l) {\r
-\r
- double sol = 0;\r
-\r
- for(int i = 0;i<5;++i){\r
- sol += pow((x-gauss_n5[i]*y)*(x-gauss_n5[i]*y)+l*l,p)*gauss_w5[i]*y;\r
- }\r
-\r
- return sol;\r
-}\r
-\r
-//y-x muss != 0 sein\r
-double g_AY(double p, double y, double x, double l) {\r
- //printf("%.1f | %.1f | %.1f | %.1f +",p,x,y,l);\r
-\r
- double sol = 0;\r
-\r
- if (l != 0) {\r
- if (p == 0.5) {\r
- sol = (y - x) / 2 * sqrt((y - x) * (y - x) + l * l) + l * l / 2\r
- * asinh((y - x) / fabs(l));\r
- // printf("%.2f |",sol);\r
- } else if (p == 0)\r
- sol = y - x;\r
- else if (p == -0.5)\r
- sol = asinh((y - x) / fabs(l));\r
- else if (p == -1)\r
- sol = atan((y - x) / fabs(l)) / l;\r
- else if (p == -1.5)\r
- sol = (y - x) / ((l * l) * sqrt((y - x) * (y - x) + l * l));\r
- else\r
- sol = (y - x) * pow((y - x) * (y - x) + l * l, p) + 2 * p * l * l\r
- * g_AY(p - 1, y, x, l) / (2 * p + 1);\r
- } else {\r
- if (p == -0.5)\r
- sol = sign(y - x) * log(fabs(y - x));\r
- else\r
- sol = (y - x) * pow(fabs(y - x), 2 * p) / (2 * p + 1);\r
- }\r
-\r
- return sol;\r
-}\r
-\r
-double G_QY1Y2(double p, double y1, double y2, double x1, double x2, double l) {\r
-\r
- double sol = 0;\r
- for(int i = 0;i<5;++i){\r
- for(int j=0;j<5;++j){\r
- sol += pow((x1-y1*gauss_n5[i])*(x1-y1*gauss_n5[i])\r
- +(x2-y2*gauss_n5[j])*(x2-y2*gauss_n5[j])+l*l,p)*y1*gauss_w5[i]*y2*gauss_w5[j];\r
- }\r
- }\r
- return sol;\r
-}\r
-\r
-\r
-double G_AY2X2(double y1, double y2, double x1, double x2, double d3) {\r
-\r
- // printf("%.1f %.1f | %.1f %.1f | %.1f %.1f %.1f",x1,x2,y1,y2,d1,d2,d3);\r
-\r
- double hlp = ((x1 - y1 ) * (x1 - y1 ) + (x2 - y2) * (x2 - y2) + d3 * d3);\r
-\r
- double sol = sqrt(hlp);\r
-\r
- if ((x2 - y2) != 0)\r
- sol += (x2 - y2) * log(sqrt(hlp)-(x2 - y2));\r
-\r
- return sol;\r
-}\r
-\r
-double G_AY1Y2(double p, double y1, double y2, double x1, double x2, double l) {\r
- // printf("%.1f | %.1f %.1f | %.1f %.1f | %.1f +",p,x1,x2,y1,y2,l);\r
- double pt = p + 1.5;\r
- double sol = 0;\r
- if (pt == 0) {\r
- if (l == 0) {\r
- sol = -sqrt((y1 - x1) * (y1 - x1) + (y2 - x2) * (y2 - x2)) / ((y1\r
- - x1) * (y2 - x2));\r
- } else {\r
- sol = sign((y1 - x1) * (y2 - x2)) / (2 * fabs(l)) * acos(\r
- -2 * (y1 - x1) * (y1 - x1) * (y2 - x2) * (y2 - x2) / (((y1\r
- - x1) * (y1 - x1) + l * l) * ((y2 - x2) * (y2 - x2)\r
- + l * l)) + 1);\r
- }\r
-\r
- } else if ((pt > 0) && ((int) pt == pt)) {\r
- if (l != 0)\r
- sol = 2 * p * l * l * G_AY1Y2(p - 1, y1, y2, x1, x2, l);\r
- if ((y1 - x1) != 0)\r
- sol += (y1 - x1) * g_AY(p, y2, x2,\r
- sqrt((y1 - x1) * (y1 - x1) + l * l));\r
- if ((y2 - x2) != 0)\r
- sol += (y2 - x2) * g_AY(p, y1, x1,\r
- sqrt((y2 - x2) * (y2 - x2) + l * l));\r
- sol /= 2 * p + 2;\r
- } else {\r
- sol = NAN;\r
- cout << "warning in G_AY1Y2: no case for p="<< p <<" defined. Possible: [-1.5,-0.5,0.5,...]\n";\r
- }\r
-\r
- return sol;\r
-}\r
-\r
-double Gs_AX2Y1Y2(double p, double y1, double y2, double x1, double x2, double l) {\r
- double sol = 0;\r
-\r
- //sol += y2*G_AY1Y2(y1,x2,)\r
-\r
- return sol;\r
-}\r
-\r
-double F_par(double x1, double x2, double y1, double y2, double d1, double d2,\r
- double d3) {\r
-\r
- // printf("%.1f %.1f | %.1f %.1f | %.1f %.1f %.1f",x1,x2,y1,y2,d1,d2,d3);\r
- double sol = (x1 - y1 - d1) * (x2 - y2 - d2);\r
-\r
- if (sol != 0)\r
- sol *= G_AY1Y2(-0.5, x1, x2, y1 + d1, y2 + d2, d3);\r
-\r
- if ((x1 - y1 - d1) != 0)\r
- sol -= (x1 - y1 - d1) * g_AY(0.5, x1, y1 + d1,\r
- sqrt((x2 - y2 - d2) * (x2 - y2 - d2) + d3 * d3));\r
-\r
- if ((x2 - y2 - d2) != 0)\r
- sol -= (x2 - y2 - d2) * g_AY(0.5, x2, y2 + d2,\r
- sqrt((x1 - y1 - d1) * (x1 - y1 - d1) + d3 * d3));\r
-\r
- double hlp = ((x1 - y1 - d1) * (x1 - y1 - d1) + (x2 - y2 - d2) * (x2 - y2\r
- - d2) + d3 * d3);\r
- sol += 1. / 3 * hlp * sqrt(hlp);\r
- return sol;\r
-}\r
-\r
-\r
-\r
-double F_ort(double x1, double x2, double y2, double y3, double d1, double d2,\r
- double d3) {\r
-\r
- // printf("%.1f %.1f | %.1f %.1f | %.1f %.1f %.1f",x1,x2,y2,y3,d1,d2,d3);\r
- double sol = -G_AY1Y2(0.5, y3, x1, -d3, d1, x2 - y2 - d2);\r
-\r
- if ((x1 - d1) * (x2 - y2 - d2) != 0)\r
- sol -= (x1 - d1) * (x2 - y2 - d2) * G_AY1Y2(-0.5, x2, y3, y2 + d2, -d3,\r
- x1 - d1);\r
-\r
- if ((x1 - d1) != 0)\r
- sol += (x1 - d1) * g_AY(0.5, y3, -d3,\r
- sqrt((x1 - d1) * (x1 - d1) + (x2 - y2 - d2) * (x2 - y2 - d2)));\r
-\r
- if ((y3 + d3) * (x2 - y2 - d2) != 0)\r
- sol -= (y3 + d3) * (x2 - y2 - d2) * G_AY1Y2(-0.5, x1, x2, d1, y2 + d2,\r
- -y3 - d3);\r
-\r
- if ((y3 + d3) != 0)\r
- sol += (y3 + d3) * g_AY(0.5, x1, d1,\r
- sqrt((x2 - y2 - d2) * (x2 - y2 - d2) + (y3 + d3) * (y3 + d3)));\r
-\r
- return sol / 2.;\r
-}\r
-\r
-/*double applyInt4(\r
- double(*f)(double, double, double, double, double, double, double),\r
- double a, double b, double c, double d, double r, double t, double u,\r
- double v, double d1, double d2, double d3) {\r
-\r
- return f(b, d, t, v, d1, d2, d3) - f(b, d, t, u, d1, d2, d3) - f(b, d, r,\r
- v, d1, d2, d3) + f(b, d, r, u, d1, d2, d3) - f(b, c, t, v, d1, d2,\r
- d3) + f(b, c, t, u, d1, d2, d3) + f(b, c, r, v, d1, d2, d3) - f(b,\r
- c, r, u, d1, d2, d3) - f(a, d, t, v, d1, d2, d3) + f(a, d, t, u,\r
- d1, d2, d3) + f(a, d, r, v, d1, d2, d3) - f(a, d, r, u, d1, d2, d3)\r
- + f(a, c, t, v, d1, d2, d3) - f(a, c, t, u, d1, d2, d3) - f(a, c,\r
- r, v, d1, d2, d3) + f(a, c, r, u, d1, d2, d3);\r
-\r
-}*/\r
-\r
-double apply0Int4(\r
- double(*f)(double, double, double, double, double, double, double),\r
- double b, double d, double t, double v, double d1, double d2, double d3) {\r
-\r
- return f(b, d, t, v, d1, d2, d3) - f(b, d, t, 0, d1, d2, d3) - f(b, d, 0,\r
- v, d1, d2, d3) + f(b, d, 0, 0, d1, d2, d3) - f(b, 0, t, v, d1, d2,\r
- d3) + f(b, 0, t, 0, d1, d2, d3) + f(b, 0, 0, v, d1, d2, d3) - f(b,\r
- 0, 0, 0, d1, d2, d3) - f(0, d, t, v, d1, d2, d3) + f(0, d, t, 0,\r
- d1, d2, d3) + f(0, d, 0, v, d1, d2, d3) - f(0, d, 0, 0, d1, d2, d3)\r
- + f(0, 0, t, v, d1, d2, d3) - f(0, 0, t, 0, d1, d2, d3) - f(0, 0,\r
- 0, v, d1, d2, d3) + f(0, 0, 0, 0, d1, d2, d3);\r
-\r
-}\r
-\r
-double apply0Int2(\r
- double(*f)(double, double, double, double, double, double, double),\r
- double b, double d, double t, double v, double d1, double d2, double d3) {\r
-\r
- return f(b, d, t, v, d1, d2, d3)\r
- -f(b, 0, t, v, d1, d2, d3)\r
- -f(0, d, t, v, d1, d2, d3)\r
- +f(0, 0, t, v, d1, d2, d3);\r
-\r
-}\r
-\r
-// Berechnet das eigentliche Integral für parallele Elemente voll Analytisch\r
-double calcParIntA(double b, double d, double t, double v, double d1, double d2, double d3) {\r
- return apply0Int4(F_par, b, d, t, v, d1, d2, d3);\r
-\r
-}\r
-\r
-double calcParIntQX1X2(double b, double d, double t, double v, double d1,\r
- double d2, double d3) {\r
- //Fall 2\r
- double sol = 0;\r
-\r
- for (int i = 0; i < 5; ++i) {\r
- for (int j = 0; j < 5; ++j) {\r
- sol += G_AY1Y2(-0.5, t + d1, v + d2, b * gauss_n5[i],\r
- d * gauss_n5[j], d3) * b * d * gauss_w5[i] * gauss_w5[j];\r
- sol -= G_AY1Y2(-0.5, d1, v + d2, b * gauss_n5[i], d * gauss_n5[j],\r
- d3) * b * d * gauss_w5[i] * gauss_w5[j];\r
- sol -= G_AY1Y2(-0.5, t + d1, d2, b * gauss_n5[i], d * gauss_n5[j],\r
- d3) * b * d * gauss_w5[i] * gauss_w5[j];\r
- sol += G_AY1Y2(-0.5, d1, d2, b * gauss_n5[i], d * gauss_n5[j], d3)\r
- * b * d * gauss_w5[i] * gauss_w5[j];\r
- }\r
- }\r
-\r
- return sol;\r
-\r
-}\r
-\r
-double calcParIntQY1X1(double b, double d, double t, double v, double d1,\r
- double d2, double d3) {\r
- //Fall 3\r
- double sol = 0;\r
-\r
- for (int i = 0; i < 5; ++i) {\r
- for (int j = 0; j < 5; ++j) {\r
- sol += G_AY2X2( t * gauss_n5[j] + d1, v + d2, b * gauss_n5[i],d , d3) * t * b * gauss_w5[i] * gauss_w5[j];\r
- sol -= G_AY2X2( t * gauss_n5[j] + d1, v + d2, b * gauss_n5[i], 0, d3) * t * b * gauss_w5[i] * gauss_w5[j];\r
- sol -= G_AY2X2( t * gauss_n5[j] + d1, d2, b * gauss_n5[i], d, d3) * t * b * gauss_w5[i] * gauss_w5[j];\r
- sol += G_AY2X2( t * gauss_n5[j] + d1, d2, b * gauss_n5[i], 0, d3) * t * b * gauss_w5[i] * gauss_w5[j];\r
- }\r
- }\r
-\r
- return sol;\r
-\r
-}\r
-\r
-double calcParIntQY1(double b, double d, double t, double v, double d1, double d2, double d3) {\r
- //Fall 4\r
- return apply0Int4(F_par, b, d, t, v, d1, d2, d3); ///ACHTUNG noch Falsch\r
-\r
-}\r
-\r
-double calcOrtIntA(double b, double d, double t, double v, double d1, double d2, double d3) {\r
- return apply0Int4(F_ort, b, d, t, v, d1, d2, d3);\r
-\r
-}\r
-\r
-double calcOrtIntQY1Y2(double b, double d, double t, double v, double d1, double d2, double d3) {\r
- return 0;\r
-\r
-}\r
-\r
-double calcParIntO0(double b, double d, double t, double v, double d1, double d2, double d3, double eta) {\r
-\r
- return calcParIntA( b, d, t, v, d1, d2, d3);\r
-}\r
-\r
-double calcOrtIntO0(double b, double d, double t, double v, double d1, double d2, double d3, double eta) {\r
-\r
- return calcOrtIntA( b, d, t, v, d1, d2, d3);\r
-}\r
-\r
-double calcParIntO1(double b, double d, double t, double v, double d1, double d2, double d3, double eta) {\r
-\r
- //Elmente anordnen\r
- if(b*b+d*d>t*t+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = t; t = tmp;\r
- tmp = d; d = v; v = tmp;\r
-\r
- d1 = -d1;\r
- d2 = -d2;\r
- d3 = -d3;\r
- }\r
-\r
- return calcParIntA( b, d, t, v, d1, d2, d3);\r
-}\r
-\r
-double calcOrtIntO1(double b, double d, double t, double v, double d1, double d2, double d3, double eta) {\r
-\r
- //Elmente anordnen\r
- if(b*b+d*d>t*t+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = t; t = tmp;\r
- tmp = d; d = v; v = tmp;\r
-\r
- d1 = -d1;\r
- d2 = -d2;\r
- d3 = -d3;\r
- }\r
-\r
- return calcOrtIntA( b, d, t, v, d1, d2, d3);\r
-}\r
-\r
-\r
-double calcParIntO2(double b, double d, double t, double v, double d1, double d2, double d3,double eta) {\r
-\r
- //Elmente anordnen\r
- if(b*b+d*d>t*t+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = t; t = tmp;\r
- tmp = d; d = v; v = tmp;\r
-\r
- d1 = -d1;\r
- d2 = -d2;\r
- d3 = -d3;\r
- }\r
-\r
- if((b*b+d*d) *eta <= d1*d1+d2*d2+d3*d3){\r
- return calcParIntQX1X2( b, d, t, v, d1, d2, d3);\r
- }else{\r
- return calcParIntA( b, d, t, v, d1, d2, d3);\r
- }\r
-\r
-\r
-}\r
-\r
-double calcOrtIntO2(double b, double d, double t, double v, double d1, double d2, double d3,double eta) {\r
-\r
- //Elmente anordnen\r
- if(b*b+d*d>t*t+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = t; t = tmp;\r
- tmp = d; d = v; v = tmp;\r
-\r
- d1 = -d1;\r
- d2 = -d2;\r
- d3 = -d3;\r
- }\r
-\r
- if((b*b+d*d) *eta <= d1*d1+d2*d2+d3*d3){\r
- return 0;\r
- }else{\r
- return calcOrtIntA( b, d, t, v, d1, d2, d3);\r
- }\r
-}\r
-\r
-\r
-double calcParIntO3(double b, double d, double t, double v, double d1, double d2, double d3,double eta) {\r
-\r
- //Achsen vertauschen\r
- if(b*b+t*t>d*d+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = d; d = tmp;\r
- tmp = t; t = v; v = tmp;\r
-\r
- tmp = d1; d1 = d2; d2 = tmp;\r
- }\r
-\r
- if(max(b,t) *eta <= d1){\r
- return calcParIntQY1X1(b, d, t, v, d1, d2, d3);\r
- }else{\r
- return calcParIntA( b, d, t, v, d1, d2, d3);\r
- }\r
-\r
-\r
-}\r
-\r
-double calcOrtIntO3(double b, double d, double t, double v, double d1, double d2, double d3,double eta) {\r
-\r
- //Elmente anordnen\r
- if(b*b+d*d>t*t+v*v){\r
- double tmp = 0;\r
-\r
- tmp = b; b = t; t = tmp;\r
- tmp = d; d = v; v = tmp;\r
-\r
- d1 = -d1;\r
- d2 = -d2;\r
- d3 = -d3;\r
- }\r
-\r
- if(max(b,t) *eta > d1){\r
- return 0;\r
- }else{\r
- return calcOrtIntA( b, d, t, v, d1, d2, d3);\r
- }\r
-}\r
+++ /dev/null
-#ifndef HILBERT3D_LAPLACE_SLPRECTANGLE_HPP_GUARD_
-#define HILBERT3D_LAPLACE_SLPRECTANGLE_HPP_GUARD_
-
-//int sign(double);
-//double arsinh(double);
-
-
-// sol = g0(p,y,x,l);
-double g_AY(double, double, double, double);
-// sol = g0(p,y,x,l);
-double g_QY(double, double, double, double);
-
-
-// sol = G00(p,y1,y2,x1,x2,l);
-double G_AY1Y2(double, double, double, double, double, double);
-// sol = G00(p,y1,y2,x1,x2,l);
-double G_AY2X2(double, double, double, double, double, double);
-// sol = G00(p,y1,y2,x1,x2,l);
-double G_QY1Y2(double, double, double, double, double, double);
-
-
-// sol = F_par(x1,x2,y1,y2,d1,d2,d3);
-double F_par(double, double, double, double, double, double, double);
-// sol = F_ort(x1,x2,y2,y3,d1,d2,d3);
-double F_ort(double, double, double, double, double, double, double);
-
-
-// sol = quad0Int4((F_par/F_ort),b,d,t,v,d1,d2,d3);
-double apply0Int4(
- double(*)(double, double, double, double, double, double, double),
- double, double, double, double, double, double, double);
-
-// sol = calcParInt.(b,d,t,v,d1,d2,d3);
-double calcParIntA(double, double, double, double, double, double, double);
-double calcParIntQX1X2(double, double, double, double, double, double, double);
-double calcParIntQY1X1(double, double, double, double, double, double, double);
-
-double calcParIntQX1(double, double, double, double, double, double, double);
-
-
-// sol = calcOrtInt.(b,d,t,v,d1,d2,d3);
-double calcOrtIntA(double, double, double, double, double, double, double);
-double calcOrtIntQX1X2(double, double, double, double, double, double, double);
-
-// Voll Analytisch
-// sol = calc...Int01(b,d,t,v,d1,d2,d3,0);
-double calcParIntO0(double, double, double, double, double, double, double, double);
-double calcOrtIntO0(double, double, double, double, double, double, double, double);
-
-// Elemente Vertauschen
-// sol = calc...Int01(b,d,t,v,d1,d2,d3,0);
-double calcParIntO1(double, double, double, double, double, double, double, double);
-double calcOrtIntO1(double, double, double, double, double, double, double, double);
-
-// Quadratur ueber kleineres Element
-// sol = calc...Int02(b,d,t,v,d1,d2,d3,eta);
-double calcParIntO2(double, double, double, double, double, double, double, double);
-double calcOrtIntO2(double, double, double, double, double, double, double, double);
-
-// Quadratur kuerzere Achse/Seite
-// sol = calc...Int03(b,d,t,v,d1,d2,d3,eta);
-double calcParIntO3(double, double, double, double, double, double, double, double);
-double calcOrtIntO3(double, double, double, double, double, double, double, double);
-
-#endif
+++ /dev/null
-#include "../hilbert.hpp"
-#include "../spaces/P0Space_tmpl.cpp"
-#include "SimpleLayerPotential.hpp"
-#include "hh2ErrorEst.hpp"
-#include <fstream>
-#include <iostream>
-
-using namespace boundary_mesh;
-using namespace space;
-using namespace laplace;
-
-int main(int argc, char** argv)
-{
- assert(argc == 3);
- std::stringstream ss;
- ss << argv[2];
- unsigned int N;
- ss >> N;
-
- BoundaryMesh m(argv[1]);
- std::cerr << "# coarse mesh has " << m.getNumberOfFaces() << " faces" << std::endl;
-// clock_t commence, complete;
-
-// commence = clock();
-// const BoundaryMesh refined =
-// BoundaryMesh::Alg::refineUniformly(
-// BoundaryMesh::Alg::refineUniformly(
-// BoundaryMesh::Alg::refineUniformly( m ) ) );
-// complete = clock();
-// long lTime = (complete-commence);
-// std::cerr << "fine mesh has " << refined.getNumberOfFaces() << " faces" << std::endl;
-// std::cerr << "Time for refinement: "
-// << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-//
-// commence = clock();
-// P0Space s(refined);
-// complete = clock();
-// lTime = (complete-commence);
-// std::cerr << "Time for setting up space: "
-// << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-//
-// commence = clock();
-// SimpleLayerPotential V(s);
-// complete = clock();
-// lTime = (complete-commence);
-// std::cerr << "Time for setting up Simple Layer Potential: "
-// << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-//
-// std::vector< double >rhs( s.getNumberOfElements(), 0. );
-// for ( int i=0; i<s.getNumberOfElements(); ++i ){
-// const BoundaryMesh::Face &f1 = s[i].getSupport();
-// rhs[i] = f1.computeArea();
-// }
-//
-// commence = clock();
-//// std::vector< double > solution = V.solveGMRes(rhs);
-// P0Space::DFunc f(s,rhs);
-// P0Space::DFunc phi = V.solve(f);
-// complete = clock();
-// lTime = (complete-commence);
-// std::cerr << "Time for solving: "
-// << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
-# if 0
- for ( int i=0; i<5; ++i) {
- commence = clock();
- m = m.refine();
- complete = clock();
- long lTime = (complete - commence);
- std::cerr << "# mesh has " << m.getNumberOfFaces() << " faces" << std::endl;
- std::cerr << "Time for refinement: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- commence = clock();
- P0Space s(m);
- complete = clock();
- std::cerr << "Time for setting up space: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- commence = clock();
- SimpleLayerPotential V(s);
- complete = clock();
- lTime = (complete-commence);
- std::cerr << "Time for setting up Simple Layer Potential: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- std::vector< double >rhs( s.getNumberOfElements(), 0. );
- for ( unsigned int i=0; i<s.getNumberOfElements(); ++i ){
- const BoundaryMesh::Face &f1 = s[i].getSupport();
- rhs[i] = f1.computeArea();
- }
-
-// std::cerr << "# rhs = ";
-// for ( int j=0; j<rhs.size(); ++j)
-// std::cerr << rhs[j] << " ";
-// std::cerr << std::endl;
-
- commence = clock();
-// std::vector< double > solution = V.solveGMRes(rhs);
- P0Space::DFunc f(s,rhs);
- P0Space::DFunc phi = V.solve(f);
- complete = clock();
- lTime = (complete-commence);
- std::cerr << "Time for solving: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- double energy = V.energy(phi);
- std::cerr << "energy: " << energy << std::endl;
-
-// std::vector<double> aux = phi.getCoeff();
-
-// std::cerr << "# solution = ";
-// for ( int j=0; j<solution.size(); ++j)
-// std::cerr << solution[j] << " ";
-// std::cerr << std::endl;
-
-
-
- std::cerr << "#-----------------------------------------------" << std::endl << std::endl;
- }
-
-#endif
- std::vector< double > meshSize, errorVec;
- std::ofstream nEl;
- std::ofstream hh2Est;
-
- nEl.open("N.dat");
- hh2Est.open("hh2est.dat");
-
- for ( unsigned int i=0; i<N; ++i )
- {
- std::cout << "Mesh has " << m.getNumberOfFaces() << " faces."
- << std::endl;
- P0Space<> s(m);
- SimpleLayerPotential V(s);
-
- std::vector< double >rhs( s.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s[j].getSupport();
- rhs[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f(s,rhs);
- P0Space<>::DFunc phi = V.solve(f);
-
-#if 0
- ::hilbert3d::boundary_mesh::MarkerBuilder<BoundaryMesh> marker_uniform(m);
- for (BoundaryMesh::ConstFaceIterator faceIt = m.begin_f();
- faceIt != m.end_f(); ++faceIt)
- {
- for (BoundaryMesh::Face::ConstEdgeIterator edgeIt = faceIt->begin_e();
- edgeIt != faceIt->end_e(); ++edgeIt)
- {
- marker_uniform.mark(*faceIt, *edgeIt);
- }
- }
-#endif
- std::stringstream ss;
- ss << "bug_" << i << ".obj";
- std::string file_name = ss.str();
- m.saveAs(file_name.c_str());
- ::hilbert3d::boundary_mesh::MeshLink<BoundaryMesh> refinement = m.refine( /* marker_uniform.deliver(1) */ );
-
- P0P0Link spaceLink = s.refine(refinement);
- P0Space<> s_fine = spaceLink.getSonSpace();
- SimpleLayerPotential V_fine(s_fine);
-
- std::cout << V.energy(phi) << std::endl;
-
- std::vector< double >rhs_fine( s_fine.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s_fine.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s_fine[j].getSupport();
- rhs_fine[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f_fine(s_fine, rhs_fine);
- P0Space<>::DFunc phi_fine = V_fine.solve(f_fine);
-
- ::hilbert3d::hh2ErrorEst est( spaceLink );
- std::vector<double> mu_est = est.estimate( phi, phi_fine );
- double error=0.0;
- for ( unsigned int k=0; k<mu_est.size(); ++k)
- error +=mu_est[k];
- ::std::cout << "error: " << error << std::endl;
-
- errorVec.push_back(error);
- meshSize.push_back(m.getNumberOfFaces());
-
-
- ::hilbert3d::boundary_mesh::MarkerBuilder< BoundaryMesh > markerBuilder( m );
- markerBuilder.doerflerMark( mu_est, .75 );
- m.saveAs("bug.obj");
- m = m.refine( markerBuilder.deliver(1) );
- }
-
- for ( unsigned int k=0; k<N; k++)
- {
- nEl << meshSize[k] << "\n";
- hh2Est << errorVec[k] << "\n";
- }
-
- nEl.close();
- hh2Est.close();
-
- m.saveAs("finalMesh.obj");
- return 0;
-}
-
+++ /dev/null
-#include "../hilbert.hpp"
-#include "../spaces/P0Space_tmpl.cpp"
-#include "SimpleLayerPotential.hpp"
-#include "hh2ErrorEst.hpp"
-#include <fstream>
-#include <iostream>
-
-using namespace boundary_mesh;
-using namespace space;
-using namespace laplace;
-
-int main(int argc, char** argv)
-{
- assert(argc == 3);
- std::stringstream ss;
- ss << argv[2];
- unsigned int N;
- ss >> N;
-
- BoundaryMesh m(argv[1]);
- std::cerr << "# coarse mesh has " << m.getNumberOfFaces() << " faces" << std::endl;
-
- std::vector< double > meshSize, errorVec;
- std::ofstream nEl;
- std::ofstream hh2Est;
-
- nEl.open("tRect/a_N.dat");
- hh2Est.open("tRect/a_hh2est.dat");
-
- for ( unsigned int i=0; i<N; ++i )
- {
- std::cout << "Mesh has " << m.getNumberOfFaces() << " faces."
- << std::endl;
- P0Space<> s(m);
- SimpleLayerPotential V(s,0,0);
-
- std::vector< double >rhs( s.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s[j].getSupport();
- rhs[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f(s,rhs);
- P0Space<>::DFunc phi = V.solve(f);
-
- std::stringstream ss;
- ss << "tRect/mesh_" << i << ".obj";
- std::string file_name = ss.str();
- m.saveAs(file_name.c_str());
- ::hilbert3d::boundary_mesh::MeshLink<BoundaryMesh> refinement = m.refine( /* marker_uniform.deliver(1) */ );
-
- P0P0Link spaceLink = s.refine(refinement);
- P0Space<> s_fine = spaceLink.getSonSpace();
- SimpleLayerPotential V_fine(s_fine,0,0);
-
- std::cout << V.energy(phi) << std::endl;
-
- std::vector< double >rhs_fine( s_fine.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s_fine.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s_fine[j].getSupport();
- rhs_fine[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f_fine(s_fine, rhs_fine);
- P0Space<>::DFunc phi_fine = V_fine.solve(f_fine);
-
- ::hilbert3d::hh2ErrorEst est( spaceLink );
- std::vector<double> mu_est = est.estimate( phi, phi_fine );
- double error=0.0;
- for ( unsigned int k=0; k<mu_est.size(); ++k)
- error +=mu_est[k];
- ::std::cout << "error: " << error << std::endl;
-
- errorVec.push_back(error);
- meshSize.push_back(m.getNumberOfFaces());
-
-
- ::hilbert3d::boundary_mesh::MarkerBuilder< BoundaryMesh > markerBuilder( m );
- markerBuilder.doerflerMark( mu_est, .75 );
- m.saveAs("tRect/mesh.obj");
- m = m.refine( markerBuilder.deliver(1) );
- }
-
- for ( unsigned int k=0; k<N; k++)
- {
- nEl << meshSize[k] << "\n";
- hh2Est << errorVec[k] << "\n";
- }
-
- nEl.close();
- hh2Est.close();
-
-// =================================================================================================
- nEl.open("tRect/a_N.dat");
- hh2Est.open("tRect/a_hh2est.dat");
-
- for ( unsigned int i=0; i<N; ++i )
- {
- std::cout << "Mesh has " << m.getNumberOfFaces() << " faces."
- << std::endl;
- P0Space<> s(m);
- SimpleLayerPotential V(s,0,0);
-
- std::vector< double >rhs( s.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s[j].getSupport();
- rhs[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f(s,rhs);
- P0Space<>::DFunc phi = V.solve(f);
-
- std::stringstream ss;
- ss << "tRect/mesh_" << i << ".obj";
- std::string file_name = ss.str();
- m.saveAs(file_name.c_str());
- ::hilbert3d::boundary_mesh::MeshLink<BoundaryMesh> refinement = m.refine( /* marker_uniform.deliver(1) */ );
-
- P0P0Link spaceLink = s.refine(refinement);
- P0Space<> s_fine = spaceLink.getSonSpace();
- SimpleLayerPotential V_fine(s_fine,0,0);
-
- std::cout << V.energy(phi) << std::endl;
-
- std::vector< double >rhs_fine( s_fine.getNumberOfElements(), 0. );
- for ( unsigned int j=0; j<s_fine.getNumberOfElements(); ++j )
- {
- const BoundaryMesh::Face &f1 = s_fine[j].getSupport();
- rhs_fine[j] = f1.computeArea();
- }
-
- P0Space<>::DFunc f_fine(s_fine, rhs_fine);
- P0Space<>::DFunc phi_fine = V_fine.solve(f_fine);
-
- ::hilbert3d::hh2ErrorEst est( spaceLink );
- std::vector<double> mu_est = est.estimate( phi, phi_fine );
- double error=0.0;
- for ( unsigned int k=0; k<mu_est.size(); ++k)
- error +=mu_est[k];
- ::std::cout << "error: " << error << std::endl;
-
- errorVec.push_back(error);
- meshSize.push_back(m.getNumberOfFaces());
-
-
- ::hilbert3d::boundary_mesh::MarkerBuilder< BoundaryMesh > markerBuilder( m );
- markerBuilder.doerflerMark( mu_est, .75 );
- m.saveAs("tRect/mesh.obj");
- m = m.refine( markerBuilder.deliver(1) );
- }
-
- for ( unsigned int k=0; k<N; k++)
- {
- nEl << meshSize[k] << "\n";
- hh2Est << errorVec[k] << "\n";
- }
-
- nEl.close();
- hh2Est.close();
-
-
-
-
- m.saveAs("tRect/finalMesh.obj");
- return 0;
-}
-
+++ /dev/null
-#############################################################################
-# Makefile for building: mesh_explorer
-# Generated by qmake (2.01a) (Qt 4.7.2) on: Mo. Okt 10 11:26:16 2011
-# Project: mesh_explorer.pro
-# Template: app
-# Command: /usr/bin/qmake -o Makefile mesh_explorer.pro
-#############################################################################
-
-####### Compiler, tools and options
-
-CC = gcc
-CXX = g++
-DEFINES = -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
-CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
-INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I. -I/usr/X11R6/include -I.
-LINK = g++
-LFLAGS = -Wl,-O1
-LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lboost_regex ../boundary_mesh/libhilbert-mesh.a -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
-AR = ar cqs
-RANLIB =
-QMAKE = /usr/bin/qmake
-TAR = tar -cf
-COMPRESS = gzip -9f
-COPY = cp -f
-SED = sed
-COPY_FILE = $(COPY)
-COPY_DIR = $(COPY) -r
-STRIP = strip
-INSTALL_FILE = install -m 644 -p
-INSTALL_DIR = $(COPY_DIR)
-INSTALL_PROGRAM = install -m 755 -p
-DEL_FILE = rm -f
-SYMLINK = ln -f -s
-DEL_DIR = rmdir
-MOVE = mv -f
-CHK_DIR_EXISTS= test -d
-MKDIR = mkdir -p
-
-####### Output directory
-
-OBJECTS_DIR = ./
-
-####### Files
-
-SOURCES = mesh_explorer.cpp \
- MeshWidget.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.cpp \
- ../generic/GenericVector.cpp moc_MeshWidget.cpp
-OBJECTS = mesh_explorer.o \
- MeshWidget.o \
- DispatchIdNotSet.o \
- GenericVector.o \
- moc_MeshWidget.o
-DIST = /usr/share/qt4/mkspecs/common/g++.conf \
- /usr/share/qt4/mkspecs/common/unix.conf \
- /usr/share/qt4/mkspecs/common/linux.conf \
- /usr/share/qt4/mkspecs/qconfig.pri \
- /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
- /usr/share/qt4/mkspecs/features/qt_functions.prf \
- /usr/share/qt4/mkspecs/features/qt_config.prf \
- /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
- /usr/share/qt4/mkspecs/features/default_pre.prf \
- /usr/share/qt4/mkspecs/features/release.prf \
- /usr/share/qt4/mkspecs/features/default_post.prf \
- /usr/share/qt4/mkspecs/features/warn_on.prf \
- /usr/share/qt4/mkspecs/features/qt.prf \
- /usr/share/qt4/mkspecs/features/unix/opengl.prf \
- /usr/share/qt4/mkspecs/features/unix/thread.prf \
- /usr/share/qt4/mkspecs/features/moc.prf \
- /usr/share/qt4/mkspecs/features/resources.prf \
- /usr/share/qt4/mkspecs/features/uic.prf \
- /usr/share/qt4/mkspecs/features/yacc.prf \
- /usr/share/qt4/mkspecs/features/lex.prf \
- /usr/share/qt4/mkspecs/features/include_source_dir.prf \
- mesh_explorer.pro
-QMAKE_TARGET = mesh_explorer
-DESTDIR =
-TARGET = mesh_explorer
-
-first: all
-####### Implicit rules
-
-.SUFFIXES: .o .c .cpp .cc .cxx .C
-
-.cpp.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
-
-.cc.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
-
-.cxx.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
-
-.C.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
-
-.c.o:
- $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
-
-####### Build rules
-
-all: Makefile $(TARGET)
-
-$(TARGET): $(OBJECTS)
- $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
-
-Makefile: mesh_explorer.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
- /usr/share/qt4/mkspecs/common/unix.conf \
- /usr/share/qt4/mkspecs/common/linux.conf \
- /usr/share/qt4/mkspecs/qconfig.pri \
- /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
- /usr/share/qt4/mkspecs/features/qt_functions.prf \
- /usr/share/qt4/mkspecs/features/qt_config.prf \
- /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
- /usr/share/qt4/mkspecs/features/default_pre.prf \
- /usr/share/qt4/mkspecs/features/release.prf \
- /usr/share/qt4/mkspecs/features/default_post.prf \
- /usr/share/qt4/mkspecs/features/warn_on.prf \
- /usr/share/qt4/mkspecs/features/qt.prf \
- /usr/share/qt4/mkspecs/features/unix/opengl.prf \
- /usr/share/qt4/mkspecs/features/unix/thread.prf \
- /usr/share/qt4/mkspecs/features/moc.prf \
- /usr/share/qt4/mkspecs/features/resources.prf \
- /usr/share/qt4/mkspecs/features/uic.prf \
- /usr/share/qt4/mkspecs/features/yacc.prf \
- /usr/share/qt4/mkspecs/features/lex.prf \
- /usr/share/qt4/mkspecs/features/include_source_dir.prf \
- /usr/lib/libQtOpenGL.prl \
- /usr/lib/libQtGui.prl \
- /usr/lib/libQtCore.prl
- $(QMAKE) -o Makefile mesh_explorer.pro
-/usr/share/qt4/mkspecs/common/g++.conf:
-/usr/share/qt4/mkspecs/common/unix.conf:
-/usr/share/qt4/mkspecs/common/linux.conf:
-/usr/share/qt4/mkspecs/qconfig.pri:
-/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
-/usr/share/qt4/mkspecs/features/qt_functions.prf:
-/usr/share/qt4/mkspecs/features/qt_config.prf:
-/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
-/usr/share/qt4/mkspecs/features/default_pre.prf:
-/usr/share/qt4/mkspecs/features/release.prf:
-/usr/share/qt4/mkspecs/features/default_post.prf:
-/usr/share/qt4/mkspecs/features/warn_on.prf:
-/usr/share/qt4/mkspecs/features/qt.prf:
-/usr/share/qt4/mkspecs/features/unix/opengl.prf:
-/usr/share/qt4/mkspecs/features/unix/thread.prf:
-/usr/share/qt4/mkspecs/features/moc.prf:
-/usr/share/qt4/mkspecs/features/resources.prf:
-/usr/share/qt4/mkspecs/features/uic.prf:
-/usr/share/qt4/mkspecs/features/yacc.prf:
-/usr/share/qt4/mkspecs/features/lex.prf:
-/usr/share/qt4/mkspecs/features/include_source_dir.prf:
-/usr/lib/libQtOpenGL.prl:
-/usr/lib/libQtGui.prl:
-/usr/lib/libQtCore.prl:
-qmake: FORCE
- @$(QMAKE) -o Makefile mesh_explorer.pro
-
-dist:
- @$(CHK_DIR_EXISTS) .tmp/mesh_explorer1.0.0 || $(MKDIR) .tmp/mesh_explorer1.0.0
- $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/mesh_explorer1.0.0/ && $(COPY_FILE) --parents Mesh.hpp MeshWidget.hpp ../boundary_mesh/FlexibleMesh.hpp ../boundary_mesh/FaceDispatch.hpp ../generic/Singleton.hpp ../generic/Singleton_tmpl.cpp ../boundary_mesh/exception/DispatchIdNotSet.hpp ../boundary_mesh/FaceDispatch_tmpl.cpp ../boundary_mesh/Face.hpp ../boundary_mesh/types.hpp ../boundary_mesh/exception.hpp ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex.hpp ../generic/GenericVector.hpp ../generic/GenericVector_tmpl.cpp ../boundary_mesh/Vertex_tmpl.cpp ../boundary_mesh/Mesh.hpp ../boundary_mesh/algorithm/HandleObj.hpp ../boundary_mesh/algorithm/HandleObj_tmpl.cpp ../boundary_mesh/algorithm/RefineUniformly.hpp ../boundary_mesh/algorithm/RefineUniformly_tmpl.cpp .tmp/mesh_explorer1.0.0/ && $(COPY_FILE) --parents mesh_explorer.cpp MeshWidget.cpp ../boundary_mesh/exception/DispatchIdNotSet.cpp ../generic/GenericVector.cpp .tmp/mesh_explorer1.0.0/ && (cd `dirname .tmp/mesh_explorer1.0.0` && $(TAR) mesh_explorer1.0.0.tar mesh_explorer1.0.0 && $(COMPRESS) mesh_explorer1.0.0.tar) && $(MOVE) `dirname .tmp/mesh_explorer1.0.0`/mesh_explorer1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/mesh_explorer1.0.0
-
-
-clean:compiler_clean
- -$(DEL_FILE) $(OBJECTS)
- -$(DEL_FILE) *~ core *.core
-
-
-####### Sub-libraries
-
-distclean: clean
- -$(DEL_FILE) $(TARGET)
- -$(DEL_FILE) Makefile
-
-
-check: first
-
-mocclean: compiler_moc_header_clean compiler_moc_source_clean
-
-mocables: compiler_moc_header_make_all compiler_moc_source_make_all
-
-compiler_moc_header_make_all: moc_MeshWidget.cpp
-compiler_moc_header_clean:
- -$(DEL_FILE) moc_MeshWidget.cpp
-moc_MeshWidget.cpp: ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/Mesh.hpp \
- ../boundary_mesh/types.hpp \
- ../generic/BaseTypes.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- ../generic/TypeList.hpp \
- ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp \
- ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/HalfEdge.hpp \
- ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp \
- ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- ../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp \
- ../boundary_mesh/Marker_tmpl.cpp \
- ../boundary_mesh/Face_tmpl.cpp \
- ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp \
- MeshWidget.hpp
- /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) MeshWidget.hpp -o moc_MeshWidget.cpp
-
-compiler_rcc_make_all:
-compiler_rcc_clean:
-compiler_image_collection_make_all: qmake_image_collection.cpp
-compiler_image_collection_clean:
- -$(DEL_FILE) qmake_image_collection.cpp
-compiler_moc_source_make_all:
-compiler_moc_source_clean:
-compiler_uic_make_all:
-compiler_uic_clean:
-compiler_yacc_decl_make_all:
-compiler_yacc_decl_clean:
-compiler_yacc_impl_make_all:
-compiler_yacc_impl_clean:
-compiler_lex_make_all:
-compiler_lex_clean:
-compiler_clean: compiler_moc_header_clean
-
-####### Compile
-
-mesh_explorer.o: mesh_explorer.cpp MeshWidget.hpp \
- ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/Mesh.hpp \
- ../boundary_mesh/types.hpp \
- ../generic/BaseTypes.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- ../generic/TypeList.hpp \
- ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp \
- ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/HalfEdge.hpp \
- ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp \
- ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- ../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp \
- ../boundary_mesh/Marker_tmpl.cpp \
- ../boundary_mesh/Face_tmpl.cpp \
- ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mesh_explorer.o mesh_explorer.cpp
-
-MeshWidget.o: MeshWidget.cpp MeshWidget.hpp \
- ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/Mesh.hpp \
- ../boundary_mesh/types.hpp \
- ../generic/BaseTypes.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- ../generic/TypeList.hpp \
- ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp \
- ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/HalfEdge.hpp \
- ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp \
- ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- ../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp \
- ../boundary_mesh/Marker_tmpl.cpp \
- ../boundary_mesh/Face_tmpl.cpp \
- ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o MeshWidget.o MeshWidget.cpp
-
-DispatchIdNotSet.o: ../boundary_mesh/exception/DispatchIdNotSet.cpp ../boundary_mesh/exception/DispatchIdNotSet.hpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DispatchIdNotSet.o ../boundary_mesh/exception/DispatchIdNotSet.cpp
-
-GenericVector.o: ../generic/GenericVector.cpp ../generic/GenericVector.hpp \
- ../generic/GenericVector_tmpl.cpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o GenericVector.o ../generic/GenericVector.cpp
-
-moc_MeshWidget.o: moc_MeshWidget.cpp
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_MeshWidget.o moc_MeshWidget.cpp
-
-####### Install
-
-install: FORCE
-
-uninstall: FORCE
-
-FORCE:
-
+++ /dev/null
-#ifndef HILBERT3D_MESH_EXPLORER_MESH_HPP_GUARD_
-#define HILBERT3D_MESH_EXPLORER_MESH_HPP_GUARD_
-
-#include "../boundary_mesh/FlexibleMesh.hpp"
-
-namespace mesh_explorer
-{
-}
-
-#endif
-
+++ /dev/null
-#include "MeshWidget.hpp"
-
-#include <algorithm>
-#include <iostream>
-#include <limits>
-
-using namespace mesh_explorer;
-using namespace hilbert3d::boundary_mesh;
-
-MeshWidget::MeshWidget( QWidget* parent, const FlexibleMesh& mesh )
- : QGLWidget( QGLFormat( QGL::SampleBuffers), parent ), mesh_(mesh)
-{
- minX_ = minY_ = minZ_ = std::numeric_limits< double >::infinity();
- maxX_ = maxY_ = maxZ_ = -std::numeric_limits< double >::infinity();
- for ( FlexibleMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt )
- {
- const FlexibleMesh::Vertex& vertex = *vertexIt;
-
- if (minX_ > vertex[0])
- minX_ = vertex[0];
- if (maxX_ < vertex[0])
- maxX_ = vertex[0];
-
- if (minY_ > vertex[1])
- minY_ = vertex[1];
- if (maxY_ < vertex[1])
- maxY_ = vertex[1];
-
- if (minZ_ > vertex[2])
- minZ_ = vertex[2];
- if (maxZ_ < vertex[2])
- maxZ_ = vertex[2];
- }
-}
-
-MeshWidget::~MeshWidget()
-{
-}
-
-void
-MeshWidget::initializeGL()
-{
- glEnable(GL_DEPTH_TEST);
- glDepthFunc( GL_LEQUAL );
- glDisable(GL_CULL_FACE);
- glFrontFace(GL_CW);
- glClearColor( 0, 0, 0, 0 );
-}
-
-void MeshWidget::resizeGL( int w, int h )
-{
- glViewport( 0, 0, w, h );
-
- glMatrixMode( GL_PROJECTION );
- glLoadIdentity();
- float centerX = (maxX_ + minX_) / 2.f;
- float lengthX = maxX_ - minX_;
- float centerY = (maxY_ + minY_) / 2.f;
- float lengthY = maxY_ - minY_;
- float centerZ = (maxZ_ + minZ_) / 2.f;
- float lengthZ = maxZ_ - minZ_;
- float maxLength = lengthX;
- float aspectRat = (float) w / (float) h;
- if ( maxLength < lengthY ) maxLength = lengthY;
- if ( maxLength < lengthZ ) maxLength = lengthZ;
-
- glOrtho( aspectRat * (centerX - 1.*maxLength),
- aspectRat * (centerX + 1.*maxLength),
- (centerY - 1.*maxLength),
- (centerY + 1.*maxLength),
- centerZ - 1.*maxLength,
- centerZ + 1.*maxLength );
-// gluPerspective( 45, (float) w / (float) h, 0, 1000);
-// centerZ - lengthZ, centerZ + lengthZ );
-}
-
-void
-MeshWidget::setXRotation( int angle )
-{
- int normalizedAngle = normalizeAngle( angle );
- if ( normalizedAngle != xRot )
- {
- xRot = normalizedAngle;
- emit xRotationChanged( normalizedAngle );
- updateGL();
- }
-}
-
-void
-MeshWidget::setYRotation( int angle )
-{
- int normalizedAngle = normalizeAngle( angle );
- if ( normalizedAngle != yRot )
- {
- yRot = normalizedAngle;
- emit yRotationChanged( normalizedAngle );
- updateGL();
- }
-}
-
-void
-MeshWidget::setZRotation( int angle )
-{
- int normalizedAngle = normalizeAngle( angle );
- if ( normalizedAngle != zRot )
- {
- zRot = normalizedAngle;
- emit zRotationChanged( normalizedAngle );
- updateGL();
- }
-}
-
-void
-MeshWidget::mousePressEvent( QMouseEvent* event )
-{
- lastPos = event->pos();
-}
-
-void
-MeshWidget::mouseMoveEvent( QMouseEvent * event )
-{
- int dx = event->x() - lastPos.x();
- int dy = event->y() - lastPos.y();
-
- if (event->buttons() & Qt::LeftButton)
- {
- setXRotation( xRot + 8 * dy );
- setYRotation( yRot + 8 * dx );
- }
- else if (event->buttons() & Qt::RightButton)
- {
- setXRotation( xRot + 8 * dy );
- setZRotation( zRot + 8 * dx );
- }
- lastPos = event->pos();
-}
-
-int
-MeshWidget::normalizeAngle( int angle )
-{
- while ( angle < 0 )
- angle += 360 * 16;
- while ( angle > 360 * 16 )
- angle -= 360 * 16;
- return angle;
-}
-
-void
-MeshWidget::paintGL()
-{
- glClearColor( 0.f, 0.f, 0.f, 0.f );
- glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT );
-
- float centerX = (maxX_ + minX_) / 2.f;
- float centerY = (maxY_ + minY_) / 2.f;
- float centerZ = (maxZ_ + minZ_) / 2.f;
-
- glMatrixMode( GL_MODELVIEW );
- glLoadIdentity();
- glTranslatef( centerX, centerY, -centerZ );
- glRotatef( (float)xRot / 16.f, 1.f, 0.f, 0.f );
- glRotatef( (float)yRot / 16.f, 0.f, 1.f, 0.f );
- glRotatef( (float)zRot / 16.f, 0.f, 0.f, 1.f );
- glTranslatef( -centerX, -centerY, -centerZ );
-
- glColor3f(1,1,1);
- glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
- glCullFace(GL_BACK);
- glLineWidth(4);
- paintMesh();
-
- glColor3f(1,0,0);
- glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
- paintMesh();
-
- glFlush();
-}
-
-void
-MeshWidget::paintMesh()
-{
- for (FlexibleMesh::ConstFaceIterator faceIt = mesh_.begin_f();
- faceIt != mesh_.end_f(); ++faceIt)
- {
- glBegin( GL_POLYGON );
- for (FlexibleMesh::Face::ConstVertexIterator
- vertexIt = faceIt->begin_v(); vertexIt != faceIt->end_v();
- ++vertexIt)
- {
- const FlexibleMesh::Vertex& v = *vertexIt;
- glVertex3f( v[0], v[1], v[2] );
- }
- glEnd();
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_MESH_EXPLORER_MESHWIDGET_HPP_GUARD_
-#define HILBERT3D_MESH_EXPLORER_MESHWIDGET_HPP_GUARD_
-
-#include <QtGui>
-#include <QtOpenGL>
-#include "../boundary_mesh/FlexibleMesh.hpp"
-
-namespace mesh_explorer
-{
- class MeshWidget : public QGLWidget
- {
- Q_OBJECT
-
- public:
- MeshWidget(QWidget* parent, const ::hilbert3d::boundary_mesh::FlexibleMesh& mesh);
- ~MeshWidget();
-
- public slots:
- void setXRotation( int angle );
- void setYRotation( int angle );
- void setZRotation( int angle );
-
- protected:
- void initializeGL();
- void resizeGL( int w, int h );
- void paintGL();
- void paintMesh();
- void mousePressEvent( QMouseEvent* event );
- void mouseMoveEvent( QMouseEvent* event );
-
- signals:
- void xRotationChanged( int angle );
- void yRotationChanged( int angle );
- void zRotationChanged( int angle );
-
- private:
- static int normalizeAngle( int angle );
-
- const ::hilbert3d::boundary_mesh::FlexibleMesh& mesh_;
- int xRot;
- int yRot;
- int zRot;
- QPoint lastPos;
- double minX_;
- double maxX_;
- double minY_;
- double maxY_;
- double minZ_;
- double maxZ_;
- };
-}
-
-#endif
-
+++ /dev/null
-#include <QApplication>
-#include <getopt.h>
-#include "MeshWidget.hpp"
-
-using namespace mesh_explorer;
-using namespace boundary_mesh;
-
-int main( int argc, char** argv )
-{
- int optionChar;
- const char* fileName = NULL;
-
- while ( ( optionChar = getopt( argc, argv, "o:h?" ) ) != EOF )
- {
- switch ( optionChar )
- {
- case 'o':
- fileName = optarg;
- break;
- case 'h':
- case '?':
- std::cerr << "Usage: " << argv[0] << " [ -h | -? | -o file_name ]"
- << std::endl << std::endl
- << "-h or -? display this message, -o sets the name of the "
- << "file, this tool opens." << std::endl
- << "If no file is given, the program fails." << std::endl;
- return EXIT_SUCCESS;
- break;
- default:
- assert(0);
- }
- }
-
- if ( fileName == NULL )
- {
- std::cerr << argv[0] << ": Error: No file specified." << std::endl
- << " Use -h to see how to use this program." << std::endl;
- return EXIT_FAILURE;
- }
-
- QApplication app( argc, argv );
-
- ::hilbert3d::boundary_mesh::FlexibleMesh mesh(fileName);
- MeshWidget widget( 0, mesh );
- widget.show();
-
- app.exec();
-
- return EXIT_SUCCESS;
-}
-
+++ /dev/null
-######################################################################
-# Automatically generated by qmake (2.01a) Mo. Apr 18 00:17:07 2011
-######################################################################
-
-TEMPLATE = app
-TARGET =
-DEPENDPATH += .
-INCLUDEPATH += .
-
-QT += opengl
-LIBS += -lboost_regex ../boundary_mesh/libhilbert-mesh.a
-
-# Input
-HEADERS += Mesh.hpp \
- MeshWidget.hpp \
- ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/FaceDispatch.hpp \
- ../generic/Singleton.hpp \
- ../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/Face.hpp \
- ../boundary_mesh/types.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/HalfEdge.hpp \
- ../boundary_mesh/Vertex.hpp \
- ../generic/GenericVector.hpp \
- ../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Mesh.hpp \
- ../boundary_mesh/algorithm/HandleObj.hpp \
- ../boundary_mesh/algorithm/HandleObj_tmpl.cpp \
- ../boundary_mesh/algorithm/RefineUniformly.hpp \
- ../boundary_mesh/algorithm/RefineUniformly_tmpl.cpp
-SOURCES += mesh_explorer.cpp \
- MeshWidget.cpp \
- ../boundary_mesh/exception/DispatchIdNotSet.cpp \
- ../generic/GenericVector.cpp
+++ /dev/null
-/****************************************************************************
-** Meta object code from reading C++ file 'MeshWidget.hpp'
-**
-** Created: Mon Oct 10 13:55:18 2011
-** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "MeshWidget.hpp"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'MeshWidget.hpp' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 62
-#error "This file was generated using the moc from 4.7.2. It"
-#error "cannot be used with the include files from this version of Qt."
-#error "(The moc has changed too much.)"
-#endif
-
-QT_BEGIN_MOC_NAMESPACE
-static const uint qt_meta_data_mesh_explorer__MeshWidget[] = {
-
- // content:
- 5, // revision
- 0, // classname
- 0, 0, // classinfo
- 6, 14, // methods
- 0, 0, // properties
- 0, 0, // enums/sets
- 0, 0, // constructors
- 0, // flags
- 3, // signalCount
-
- // signals: signature, parameters, type, tag, flags
- 33, 27, 26, 26, 0x05,
- 55, 27, 26, 26, 0x05,
- 77, 27, 26, 26, 0x05,
-
- // slots: signature, parameters, type, tag, flags
- 99, 27, 26, 26, 0x0a,
- 117, 27, 26, 26, 0x0a,
- 135, 27, 26, 26, 0x0a,
-
- 0 // eod
-};
-
-static const char qt_meta_stringdata_mesh_explorer__MeshWidget[] = {
- "mesh_explorer::MeshWidget\0\0angle\0"
- "xRotationChanged(int)\0yRotationChanged(int)\0"
- "zRotationChanged(int)\0setXRotation(int)\0"
- "setYRotation(int)\0setZRotation(int)\0"
-};
-
-const QMetaObject mesh_explorer::MeshWidget::staticMetaObject = {
- { &QGLWidget::staticMetaObject, qt_meta_stringdata_mesh_explorer__MeshWidget,
- qt_meta_data_mesh_explorer__MeshWidget, 0 }
-};
-
-#ifdef Q_NO_DATA_RELOCATION
-const QMetaObject &mesh_explorer::MeshWidget::getStaticMetaObject() { return staticMetaObject; }
-#endif //Q_NO_DATA_RELOCATION
-
-const QMetaObject *mesh_explorer::MeshWidget::metaObject() const
-{
- return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
-}
-
-void *mesh_explorer::MeshWidget::qt_metacast(const char *_clname)
-{
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_mesh_explorer__MeshWidget))
- return static_cast<void*>(const_cast< MeshWidget*>(this));
- return QGLWidget::qt_metacast(_clname);
-}
-
-int mesh_explorer::MeshWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
- _id = QGLWidget::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- switch (_id) {
- case 0: xRotationChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 1: yRotationChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 2: zRotationChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 3: setXRotation((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 4: setYRotation((*reinterpret_cast< int(*)>(_a[1]))); break;
- case 5: setZRotation((*reinterpret_cast< int(*)>(_a[1]))); break;
- default: ;
- }
- _id -= 6;
- }
- return _id;
-}
-
-// SIGNAL 0
-void mesh_explorer::MeshWidget::xRotationChanged(int _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 0, _a);
-}
-
-// SIGNAL 1
-void mesh_explorer::MeshWidget::yRotationChanged(int _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 1, _a);
-}
-
-// SIGNAL 2
-void mesh_explorer::MeshWidget::zRotationChanged(int _t1)
-{
- void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
- QMetaObject::activate(this, &staticMetaObject, 2, _a);
-}
-QT_END_MOC_NAMESPACE
+++ /dev/null
-libhilbert_lo_spaces_a-GenericSpace.o: GenericSpace.cpp GenericSpace.hpp \
- ../hilbert.hpp ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Mesh.hpp \
- /usr/include/c++/4.5/cassert /usr/include/assert.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/vector /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/exception /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/ostream /usr/include/c++/4.5/ios \
- /usr/include/c++/4.5/iosfwd /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc /usr/include/c++/4.5/istream \
- /usr/include/c++/4.5/bits/istream.tcc \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.5/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- ../boundary_mesh/types.hpp /usr/include/c++/4.5/limits \
- ../boundary_mesh/../generic/BaseTypes.hpp \
- ../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../boundary_mesh/../generic/TypeList.hpp \
- ../boundary_mesh/../generic/BaseTypes.hpp /usr/include/c++/4.5/set \
- /usr/include/c++/4.5/bits/stl_tree.h /usr/include/c++/4.5/bits/stl_set.h \
- /usr/include/c++/4.5/bits/stl_multiset.h /usr/include/c++/4.5/list \
- /usr/include/c++/4.5/bits/stl_list.h /usr/include/c++/4.5/bits/list.tcc \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.5/stdexcept \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/c++/4.5/sstream \
- /usr/include/c++/4.5/bits/sstream.tcc \
- ../boundary_mesh/../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker_tmpl.cpp ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/c++/4.5/complex /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- /usr/include/loki/MultiMethods.h /usr/include/loki/Typelist.h \
- /usr/include/loki/NullType.h /usr/include/loki/TypeManip.h \
- /usr/include/loki/TypelistMacros.h /usr/include/loki/LokiTypeInfo.h \
- /usr/include/loki/Functor.h /usr/include/loki/Sequence.h \
- /usr/include/loki/EmptyType.h /usr/include/loki/SmallObj.h \
- /usr/include/loki/LokiExport.h /usr/include/loki/Threads.h \
- /usr/include/loki/Singleton.h /usr/include/loki/TypeTraits.h \
- /usr/include/loki/AssocVector.h ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../boundary_mesh/../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/Face_tmpl.cpp ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Vertex.hpp \
- ../boundary_mesh/../generic/GenericVector.hpp \
- ../boundary_mesh/../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/../../generic/BaseTypes.hpp \
- ../boundary_mesh/face/../Face.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/../types.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp ../generic/TypeMap.hpp \
- /usr/include/c++/4.5/map /usr/include/c++/4.5/bits/stl_map.h \
- /usr/include/c++/4.5/bits/stl_multimap.h \
- /usr/include/loki/LokiTypeInfo.h P0Space.hpp ../generic/TypeMap_tmpl.hpp \
- ../generic/TypeMap.hpp ../generic/TypeMap_tmpl.cpp \
- ../generic/TypeMap_tmpl.hpp ../generic/SingleElementIterator.hpp \
- HLibSpace.hpp /usr/local/include/HLib/sparsematrix.h \
- /usr/local/include/HLib/basic.h ../../src/config.h \
- /usr/local/include/HLib/supermatrix.h \
- /usr/local/include/HLib/fullmatrix.h /usr/local/include/HLib/lapack.h \
- /usr/local/include/HLib/blockcluster.h /usr/local/include/HLib/cluster.h \
- /usr/local/include/HLib/clusterbasis.h \
- /usr/local/include/HLib/h2conversion.h \
- /usr/local/include/HLib/rkmatrix.h \
- /usr/local/include/HLib/sparsematrix.h /usr/include/libio.h \
- /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \
- /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \
- /usr/include/bits/stdio2.h /usr/local/include/HLib/uniformmatrix.h \
- SpaceLink_tmpl.cpp SpaceLink.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- link_rule/LinearInterpolator.hpp link_rule/P0L2Projector.hpp \
- ../boundary_mesh/MeshLink.hpp
-
-GenericSpace.hpp:
-
-../hilbert.hpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
-
-../boundary_mesh/Mesh_tmpl.cpp:
-
-../boundary_mesh/Mesh.hpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-../boundary_mesh/types.hpp:
-
-/usr/include/c++/4.5/limits:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../boundary_mesh/../generic/TypeList.hpp:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.5/set:
-
-/usr/include/c++/4.5/bits/stl_tree.h:
-
-/usr/include/c++/4.5/bits/stl_set.h:
-
-/usr/include/c++/4.5/bits/stl_multiset.h:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-../boundary_mesh/../generic/PtrCompare.hpp:
-
-../boundary_mesh/MeshLink_tmpl.cpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-../boundary_mesh/Marker_tmpl.cpp:
-
-../boundary_mesh/Marker.hpp:
-
-../boundary_mesh/FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/c++/4.5/complex:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/../generic/Singleton_tmpl.cpp:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-../boundary_mesh/Face.hpp:
-
-../boundary_mesh/exception.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-../boundary_mesh/../generic/Testing.hpp:
-
-../boundary_mesh/FaceDispatch_tmpl.cpp:
-
-../boundary_mesh/exception/CouldNotDispatchCall.hpp:
-
-../boundary_mesh/Face_tmpl.cpp:
-
-../boundary_mesh/HalfEdge_tmpl.cpp:
-
-../boundary_mesh/HalfEdge.hpp:
-
-../boundary_mesh/Vertex_tmpl.cpp:
-
-../boundary_mesh/Vertex.hpp:
-
-../boundary_mesh/../generic/GenericVector.hpp:
-
-../boundary_mesh/../generic/GenericVector_tmpl.cpp:
-
-../boundary_mesh/face/Triangle_tmpl.cpp:
-
-../boundary_mesh/face/Triangle.hpp:
-
-../boundary_mesh/face/../../generic/BaseTypes.hpp:
-
-../boundary_mesh/face/../Face.hpp:
-
-../boundary_mesh/face/Rectangle_tmpl.cpp:
-
-../boundary_mesh/face/Rectangle.hpp:
-
-../boundary_mesh/face/Parallelogram.hpp:
-
-../boundary_mesh/face/ConvexQuadrilateral.hpp:
-
-../boundary_mesh/face/Quadrilateral.hpp:
-
-../boundary_mesh/face/../types.hpp:
-
-../boundary_mesh/face/Parallelogram_tmpl.cpp:
-
-../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp:
-
-../boundary_mesh/face/Quadrilateral_tmpl.cpp:
-
-../generic/TypeMap.hpp:
-
-/usr/include/c++/4.5/map:
-
-/usr/include/c++/4.5/bits/stl_map.h:
-
-/usr/include/c++/4.5/bits/stl_multimap.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-P0Space.hpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/TypeMap.hpp:
-
-../generic/TypeMap_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/SingleElementIterator.hpp:
-
-HLibSpace.hpp:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/local/include/HLib/basic.h:
-
-../../src/config.h:
-
-/usr/local/include/HLib/supermatrix.h:
-
-/usr/local/include/HLib/fullmatrix.h:
-
-/usr/local/include/HLib/lapack.h:
-
-/usr/local/include/HLib/blockcluster.h:
-
-/usr/local/include/HLib/cluster.h:
-
-/usr/local/include/HLib/clusterbasis.h:
-
-/usr/local/include/HLib/h2conversion.h:
-
-/usr/local/include/HLib/rkmatrix.h:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
-/usr/include/bits/stdio2.h:
-
-/usr/local/include/HLib/uniformmatrix.h:
-
-SpaceLink_tmpl.cpp:
-
-SpaceLink.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-link_rule/LinearInterpolator.hpp:
-
-link_rule/P0L2Projector.hpp:
-
-../boundary_mesh/MeshLink.hpp:
+++ /dev/null
-libhilbert_spaces_a-GenericSpace.o: GenericSpace.cpp GenericSpace.hpp \
- ../hilbert.hpp ../boundary_mesh/FlexibleMesh.hpp \
- ../boundary_mesh/Mesh_tmpl.cpp ../boundary_mesh/Mesh.hpp \
- /usr/include/c++/4.5/cassert /usr/include/assert.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/vector /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/exception /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/ostream /usr/include/c++/4.5/ios \
- /usr/include/c++/4.5/iosfwd /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc /usr/include/c++/4.5/istream \
- /usr/include/c++/4.5/bits/istream.tcc \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.5/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- ../boundary_mesh/types.hpp /usr/include/c++/4.5/limits \
- ../boundary_mesh/../generic/BaseTypes.hpp \
- ../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../boundary_mesh/../generic/TypeList.hpp \
- ../boundary_mesh/../generic/BaseTypes.hpp /usr/include/c++/4.5/set \
- /usr/include/c++/4.5/bits/stl_tree.h /usr/include/c++/4.5/bits/stl_set.h \
- /usr/include/c++/4.5/bits/stl_multiset.h /usr/include/c++/4.5/list \
- /usr/include/c++/4.5/bits/stl_list.h /usr/include/c++/4.5/bits/list.tcc \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.5/stdexcept \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/c++/4.5/sstream \
- /usr/include/c++/4.5/bits/sstream.tcc \
- ../boundary_mesh/../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker_tmpl.cpp ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/c++/4.5/complex /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- /usr/include/loki/MultiMethods.h /usr/include/loki/Typelist.h \
- /usr/include/loki/NullType.h /usr/include/loki/TypeManip.h \
- /usr/include/loki/TypelistMacros.h /usr/include/loki/LokiTypeInfo.h \
- /usr/include/loki/Functor.h /usr/include/loki/Sequence.h \
- /usr/include/loki/EmptyType.h /usr/include/loki/SmallObj.h \
- /usr/include/loki/LokiExport.h /usr/include/loki/Threads.h \
- /usr/include/loki/Singleton.h /usr/include/loki/TypeTraits.h \
- /usr/include/loki/AssocVector.h ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../boundary_mesh/../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/Face_tmpl.cpp ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Vertex.hpp \
- ../boundary_mesh/../generic/GenericVector.hpp \
- ../boundary_mesh/../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/../../generic/BaseTypes.hpp \
- ../boundary_mesh/face/../Face.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/../types.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp ../generic/TypeMap.hpp \
- /usr/include/c++/4.5/map /usr/include/c++/4.5/bits/stl_map.h \
- /usr/include/c++/4.5/bits/stl_multimap.h \
- /usr/include/loki/LokiTypeInfo.h P0Space.hpp ../generic/TypeMap_tmpl.hpp \
- ../generic/TypeMap.hpp ../generic/TypeMap_tmpl.cpp \
- ../generic/TypeMap_tmpl.hpp ../generic/SingleElementIterator.hpp \
- HLibSpace.hpp /usr/local/include/HLib/sparsematrix.h \
- /usr/local/include/HLib/basic.h ../../src/config.h \
- /usr/local/include/HLib/supermatrix.h \
- /usr/local/include/HLib/fullmatrix.h /usr/local/include/HLib/lapack.h \
- /usr/local/include/HLib/blockcluster.h /usr/local/include/HLib/cluster.h \
- /usr/local/include/HLib/clusterbasis.h \
- /usr/local/include/HLib/h2conversion.h \
- /usr/local/include/HLib/rkmatrix.h \
- /usr/local/include/HLib/sparsematrix.h /usr/include/libio.h \
- /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \
- /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \
- /usr/include/bits/stdio2.h /usr/local/include/HLib/uniformmatrix.h \
- SpaceLink_tmpl.cpp SpaceLink.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- link_rule/LinearInterpolator.hpp link_rule/P0L2Projector.hpp \
- ../boundary_mesh/MeshLink.hpp
-
-GenericSpace.hpp:
-
-../hilbert.hpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
-
-../boundary_mesh/Mesh_tmpl.cpp:
-
-../boundary_mesh/Mesh.hpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-../boundary_mesh/types.hpp:
-
-/usr/include/c++/4.5/limits:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../boundary_mesh/../generic/TypeList.hpp:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.5/set:
-
-/usr/include/c++/4.5/bits/stl_tree.h:
-
-/usr/include/c++/4.5/bits/stl_set.h:
-
-/usr/include/c++/4.5/bits/stl_multiset.h:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-../boundary_mesh/../generic/PtrCompare.hpp:
-
-../boundary_mesh/MeshLink_tmpl.cpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-../boundary_mesh/Marker_tmpl.cpp:
-
-../boundary_mesh/Marker.hpp:
-
-../boundary_mesh/FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/c++/4.5/complex:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/../generic/Singleton_tmpl.cpp:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-../boundary_mesh/Face.hpp:
-
-../boundary_mesh/exception.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-../boundary_mesh/../generic/Testing.hpp:
-
-../boundary_mesh/FaceDispatch_tmpl.cpp:
-
-../boundary_mesh/exception/CouldNotDispatchCall.hpp:
-
-../boundary_mesh/Face_tmpl.cpp:
-
-../boundary_mesh/HalfEdge_tmpl.cpp:
-
-../boundary_mesh/HalfEdge.hpp:
-
-../boundary_mesh/Vertex_tmpl.cpp:
-
-../boundary_mesh/Vertex.hpp:
-
-../boundary_mesh/../generic/GenericVector.hpp:
-
-../boundary_mesh/../generic/GenericVector_tmpl.cpp:
-
-../boundary_mesh/face/Triangle_tmpl.cpp:
-
-../boundary_mesh/face/Triangle.hpp:
-
-../boundary_mesh/face/../../generic/BaseTypes.hpp:
-
-../boundary_mesh/face/../Face.hpp:
-
-../boundary_mesh/face/Rectangle_tmpl.cpp:
-
-../boundary_mesh/face/Rectangle.hpp:
-
-../boundary_mesh/face/Parallelogram.hpp:
-
-../boundary_mesh/face/ConvexQuadrilateral.hpp:
-
-../boundary_mesh/face/Quadrilateral.hpp:
-
-../boundary_mesh/face/../types.hpp:
-
-../boundary_mesh/face/Parallelogram_tmpl.cpp:
-
-../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp:
-
-../boundary_mesh/face/Quadrilateral_tmpl.cpp:
-
-../generic/TypeMap.hpp:
-
-/usr/include/c++/4.5/map:
-
-/usr/include/c++/4.5/bits/stl_map.h:
-
-/usr/include/c++/4.5/bits/stl_multimap.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-P0Space.hpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/TypeMap.hpp:
-
-../generic/TypeMap_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/SingleElementIterator.hpp:
-
-HLibSpace.hpp:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/local/include/HLib/basic.h:
-
-../../src/config.h:
-
-/usr/local/include/HLib/supermatrix.h:
-
-/usr/local/include/HLib/fullmatrix.h:
-
-/usr/local/include/HLib/lapack.h:
-
-/usr/local/include/HLib/blockcluster.h:
-
-/usr/local/include/HLib/cluster.h:
-
-/usr/local/include/HLib/clusterbasis.h:
-
-/usr/local/include/HLib/h2conversion.h:
-
-/usr/local/include/HLib/rkmatrix.h:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
-/usr/include/bits/stdio2.h:
-
-/usr/local/include/HLib/uniformmatrix.h:
-
-SpaceLink_tmpl.cpp:
-
-SpaceLink.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-link_rule/LinearInterpolator.hpp:
-
-link_rule/P0L2Projector.hpp:
-
-../boundary_mesh/MeshLink.hpp:
+++ /dev/null
-libhilbert_spaces_a-P0Space.o: P0Space.cpp P0Space.hpp \
- /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/ostream /usr/include/c++/4.5/ios \
- /usr/include/c++/4.5/iosfwd /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/exception \
- /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc /usr/include/c++/4.5/istream \
- /usr/include/c++/4.5/bits/istream.tcc /usr/include/c++/4.5/vector \
- /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc ../hilbert.hpp \
- ../boundary_mesh/FlexibleMesh.hpp ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/Mesh.hpp /usr/include/c++/4.5/cassert \
- /usr/include/assert.h /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.5/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- ../boundary_mesh/types.hpp /usr/include/c++/4.5/limits \
- ../boundary_mesh/../generic/BaseTypes.hpp \
- ../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../boundary_mesh/../generic/TypeList.hpp \
- ../boundary_mesh/../generic/BaseTypes.hpp /usr/include/c++/4.5/set \
- /usr/include/c++/4.5/bits/stl_tree.h /usr/include/c++/4.5/bits/stl_set.h \
- /usr/include/c++/4.5/bits/stl_multiset.h /usr/include/c++/4.5/list \
- /usr/include/c++/4.5/bits/stl_list.h /usr/include/c++/4.5/bits/list.tcc \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.5/stdexcept \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/c++/4.5/sstream \
- /usr/include/c++/4.5/bits/sstream.tcc \
- ../boundary_mesh/../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker_tmpl.cpp ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/c++/4.5/complex /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- /usr/include/loki/MultiMethods.h /usr/include/loki/Typelist.h \
- /usr/include/loki/NullType.h /usr/include/loki/TypeManip.h \
- /usr/include/loki/TypelistMacros.h /usr/include/loki/LokiTypeInfo.h \
- /usr/include/loki/Functor.h /usr/include/loki/Sequence.h \
- /usr/include/loki/EmptyType.h /usr/include/loki/SmallObj.h \
- /usr/include/loki/LokiExport.h /usr/include/loki/Threads.h \
- /usr/include/loki/Singleton.h /usr/include/loki/TypeTraits.h \
- /usr/include/loki/AssocVector.h ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../boundary_mesh/../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/Face_tmpl.cpp ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Vertex.hpp \
- ../boundary_mesh/../generic/GenericVector.hpp \
- ../boundary_mesh/../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/../../generic/BaseTypes.hpp \
- ../boundary_mesh/face/../Face.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/../types.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp ../generic/TypeMap_tmpl.hpp \
- ../generic/TypeMap.hpp /usr/include/c++/4.5/map \
- /usr/include/c++/4.5/bits/stl_map.h \
- /usr/include/c++/4.5/bits/stl_multimap.h \
- /usr/include/loki/LokiTypeInfo.h ../generic/TypeMap_tmpl.cpp \
- ../generic/TypeMap_tmpl.hpp ../generic/SingleElementIterator.hpp \
- HLibSpace.hpp /usr/local/include/HLib/sparsematrix.h \
- /usr/local/include/HLib/basic.h ../../src/config.h \
- /usr/local/include/HLib/supermatrix.h \
- /usr/local/include/HLib/fullmatrix.h /usr/local/include/HLib/lapack.h \
- /usr/local/include/HLib/blockcluster.h /usr/local/include/HLib/cluster.h \
- /usr/local/include/HLib/clusterbasis.h \
- /usr/local/include/HLib/h2conversion.h \
- /usr/local/include/HLib/rkmatrix.h \
- /usr/local/include/HLib/sparsematrix.h /usr/include/libio.h \
- /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \
- /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \
- /usr/include/bits/stdio2.h /usr/local/include/HLib/uniformmatrix.h \
- GenericSpace.hpp ../generic/TypeMap.hpp SpaceLink_tmpl.cpp SpaceLink.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- link_rule/LinearInterpolator.hpp link_rule/P0L2Projector.hpp \
- ../boundary_mesh/MeshLink.hpp HLibSpace_tmpl.cpp GenericSpace_tmpl.cpp
-
-P0Space.hpp:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-../hilbert.hpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
-
-../boundary_mesh/Mesh_tmpl.cpp:
-
-../boundary_mesh/Mesh.hpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-../boundary_mesh/types.hpp:
-
-/usr/include/c++/4.5/limits:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../boundary_mesh/../generic/TypeList.hpp:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.5/set:
-
-/usr/include/c++/4.5/bits/stl_tree.h:
-
-/usr/include/c++/4.5/bits/stl_set.h:
-
-/usr/include/c++/4.5/bits/stl_multiset.h:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-../boundary_mesh/../generic/PtrCompare.hpp:
-
-../boundary_mesh/MeshLink_tmpl.cpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-../boundary_mesh/Marker_tmpl.cpp:
-
-../boundary_mesh/Marker.hpp:
-
-../boundary_mesh/FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/c++/4.5/complex:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/../generic/Singleton_tmpl.cpp:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-../boundary_mesh/Face.hpp:
-
-../boundary_mesh/exception.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-../boundary_mesh/../generic/Testing.hpp:
-
-../boundary_mesh/FaceDispatch_tmpl.cpp:
-
-../boundary_mesh/exception/CouldNotDispatchCall.hpp:
-
-../boundary_mesh/Face_tmpl.cpp:
-
-../boundary_mesh/HalfEdge_tmpl.cpp:
-
-../boundary_mesh/HalfEdge.hpp:
-
-../boundary_mesh/Vertex_tmpl.cpp:
-
-../boundary_mesh/Vertex.hpp:
-
-../boundary_mesh/../generic/GenericVector.hpp:
-
-../boundary_mesh/../generic/GenericVector_tmpl.cpp:
-
-../boundary_mesh/face/Triangle_tmpl.cpp:
-
-../boundary_mesh/face/Triangle.hpp:
-
-../boundary_mesh/face/../../generic/BaseTypes.hpp:
-
-../boundary_mesh/face/../Face.hpp:
-
-../boundary_mesh/face/Rectangle_tmpl.cpp:
-
-../boundary_mesh/face/Rectangle.hpp:
-
-../boundary_mesh/face/Parallelogram.hpp:
-
-../boundary_mesh/face/ConvexQuadrilateral.hpp:
-
-../boundary_mesh/face/Quadrilateral.hpp:
-
-../boundary_mesh/face/../types.hpp:
-
-../boundary_mesh/face/Parallelogram_tmpl.cpp:
-
-../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp:
-
-../boundary_mesh/face/Quadrilateral_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/TypeMap.hpp:
-
-/usr/include/c++/4.5/map:
-
-/usr/include/c++/4.5/bits/stl_map.h:
-
-/usr/include/c++/4.5/bits/stl_multimap.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-../generic/TypeMap_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/SingleElementIterator.hpp:
-
-HLibSpace.hpp:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/local/include/HLib/basic.h:
-
-../../src/config.h:
-
-/usr/local/include/HLib/supermatrix.h:
-
-/usr/local/include/HLib/fullmatrix.h:
-
-/usr/local/include/HLib/lapack.h:
-
-/usr/local/include/HLib/blockcluster.h:
-
-/usr/local/include/HLib/cluster.h:
-
-/usr/local/include/HLib/clusterbasis.h:
-
-/usr/local/include/HLib/h2conversion.h:
-
-/usr/local/include/HLib/rkmatrix.h:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
-/usr/include/bits/stdio2.h:
-
-/usr/local/include/HLib/uniformmatrix.h:
-
-GenericSpace.hpp:
-
-../generic/TypeMap.hpp:
-
-SpaceLink_tmpl.cpp:
-
-SpaceLink.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-link_rule/LinearInterpolator.hpp:
-
-link_rule/P0L2Projector.hpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-HLibSpace_tmpl.cpp:
-
-GenericSpace_tmpl.cpp:
+++ /dev/null
-libhilbert_spaces_a-P1Space.o: P1Space.cpp P1Space.hpp ../hilbert.hpp \
- ../boundary_mesh/FlexibleMesh.hpp ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/Mesh.hpp /usr/include/c++/4.5/cassert \
- /usr/include/assert.h /usr/include/features.h \
- /usr/include/bits/predefs.h /usr/include/sys/cdefs.h \
- /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
- /usr/include/gnu/stubs-64.h /usr/include/c++/4.5/vector \
- /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/exception /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/ostream /usr/include/c++/4.5/ios \
- /usr/include/c++/4.5/iosfwd /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc /usr/include/c++/4.5/istream \
- /usr/include/c++/4.5/bits/istream.tcc \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.5/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- ../boundary_mesh/types.hpp /usr/include/c++/4.5/limits \
- ../boundary_mesh/../generic/BaseTypes.hpp \
- ../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../boundary_mesh/../generic/TypeList.hpp \
- ../boundary_mesh/../generic/BaseTypes.hpp /usr/include/c++/4.5/set \
- /usr/include/c++/4.5/bits/stl_tree.h /usr/include/c++/4.5/bits/stl_set.h \
- /usr/include/c++/4.5/bits/stl_multiset.h /usr/include/c++/4.5/list \
- /usr/include/c++/4.5/bits/stl_list.h /usr/include/c++/4.5/bits/list.tcc \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.5/stdexcept \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/c++/4.5/sstream \
- /usr/include/c++/4.5/bits/sstream.tcc \
- ../boundary_mesh/../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker_tmpl.cpp ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/c++/4.5/complex /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- /usr/include/loki/MultiMethods.h /usr/include/loki/Typelist.h \
- /usr/include/loki/NullType.h /usr/include/loki/TypeManip.h \
- /usr/include/loki/TypelistMacros.h /usr/include/loki/LokiTypeInfo.h \
- /usr/include/loki/Functor.h /usr/include/loki/Sequence.h \
- /usr/include/loki/EmptyType.h /usr/include/loki/SmallObj.h \
- /usr/include/loki/LokiExport.h /usr/include/loki/Threads.h \
- /usr/include/loki/Singleton.h /usr/include/loki/TypeTraits.h \
- /usr/include/loki/AssocVector.h ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../boundary_mesh/../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/Face_tmpl.cpp ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Vertex.hpp \
- ../boundary_mesh/../generic/GenericVector.hpp \
- ../boundary_mesh/../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/../../generic/BaseTypes.hpp \
- ../boundary_mesh/face/../Face.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/../types.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- HLibSpace_tmpl.cpp HLibSpace.hpp /usr/local/include/HLib/sparsematrix.h \
- /usr/local/include/HLib/basic.h ../../src/config.h \
- /usr/local/include/HLib/supermatrix.h \
- /usr/local/include/HLib/fullmatrix.h /usr/local/include/HLib/lapack.h \
- /usr/local/include/HLib/blockcluster.h /usr/local/include/HLib/cluster.h \
- /usr/local/include/HLib/clusterbasis.h \
- /usr/local/include/HLib/h2conversion.h \
- /usr/local/include/HLib/rkmatrix.h \
- /usr/local/include/HLib/sparsematrix.h /usr/include/libio.h \
- /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \
- /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \
- /usr/include/bits/stdio2.h /usr/local/include/HLib/uniformmatrix.h \
- GenericSpace_tmpl.cpp GenericSpace.hpp ../generic/TypeMap.hpp \
- /usr/include/c++/4.5/map /usr/include/c++/4.5/bits/stl_map.h \
- /usr/include/c++/4.5/bits/stl_multimap.h \
- /usr/include/loki/LokiTypeInfo.h
-
-P1Space.hpp:
-
-../hilbert.hpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
-
-../boundary_mesh/Mesh_tmpl.cpp:
-
-../boundary_mesh/Mesh.hpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-../boundary_mesh/types.hpp:
-
-/usr/include/c++/4.5/limits:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../boundary_mesh/../generic/TypeList.hpp:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.5/set:
-
-/usr/include/c++/4.5/bits/stl_tree.h:
-
-/usr/include/c++/4.5/bits/stl_set.h:
-
-/usr/include/c++/4.5/bits/stl_multiset.h:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-../boundary_mesh/../generic/PtrCompare.hpp:
-
-../boundary_mesh/MeshLink_tmpl.cpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-../boundary_mesh/Marker_tmpl.cpp:
-
-../boundary_mesh/Marker.hpp:
-
-../boundary_mesh/FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/c++/4.5/complex:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/../generic/Singleton_tmpl.cpp:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-../boundary_mesh/Face.hpp:
-
-../boundary_mesh/exception.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-../boundary_mesh/../generic/Testing.hpp:
-
-../boundary_mesh/FaceDispatch_tmpl.cpp:
-
-../boundary_mesh/exception/CouldNotDispatchCall.hpp:
-
-../boundary_mesh/Face_tmpl.cpp:
-
-../boundary_mesh/HalfEdge_tmpl.cpp:
-
-../boundary_mesh/HalfEdge.hpp:
-
-../boundary_mesh/Vertex_tmpl.cpp:
-
-../boundary_mesh/Vertex.hpp:
-
-../boundary_mesh/../generic/GenericVector.hpp:
-
-../boundary_mesh/../generic/GenericVector_tmpl.cpp:
-
-../boundary_mesh/face/Triangle_tmpl.cpp:
-
-../boundary_mesh/face/Triangle.hpp:
-
-../boundary_mesh/face/../../generic/BaseTypes.hpp:
-
-../boundary_mesh/face/../Face.hpp:
-
-../boundary_mesh/face/Rectangle_tmpl.cpp:
-
-../boundary_mesh/face/Rectangle.hpp:
-
-../boundary_mesh/face/Parallelogram.hpp:
-
-../boundary_mesh/face/ConvexQuadrilateral.hpp:
-
-../boundary_mesh/face/Quadrilateral.hpp:
-
-../boundary_mesh/face/../types.hpp:
-
-../boundary_mesh/face/Parallelogram_tmpl.cpp:
-
-../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp:
-
-../boundary_mesh/face/Quadrilateral_tmpl.cpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-HLibSpace_tmpl.cpp:
-
-HLibSpace.hpp:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/local/include/HLib/basic.h:
-
-../../src/config.h:
-
-/usr/local/include/HLib/supermatrix.h:
-
-/usr/local/include/HLib/fullmatrix.h:
-
-/usr/local/include/HLib/lapack.h:
-
-/usr/local/include/HLib/blockcluster.h:
-
-/usr/local/include/HLib/cluster.h:
-
-/usr/local/include/HLib/clusterbasis.h:
-
-/usr/local/include/HLib/h2conversion.h:
-
-/usr/local/include/HLib/rkmatrix.h:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
-/usr/include/bits/stdio2.h:
-
-/usr/local/include/HLib/uniformmatrix.h:
-
-GenericSpace_tmpl.cpp:
-
-GenericSpace.hpp:
-
-../generic/TypeMap.hpp:
-
-/usr/include/c++/4.5/map:
-
-/usr/include/c++/4.5/bits/stl_map.h:
-
-/usr/include/c++/4.5/bits/stl_multimap.h:
-
-/usr/include/loki/LokiTypeInfo.h:
+++ /dev/null
-testP0Space-t.o: t.cpp P0Space_tmpl.cpp P0Space.hpp \
- /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/ostream /usr/include/c++/4.5/ios \
- /usr/include/c++/4.5/iosfwd /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/exception \
- /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc /usr/include/c++/4.5/istream \
- /usr/include/c++/4.5/bits/istream.tcc /usr/include/c++/4.5/vector \
- /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc ../hilbert.hpp \
- ../boundary_mesh/FlexibleMesh.hpp ../boundary_mesh/Mesh_tmpl.cpp \
- ../boundary_mesh/Mesh.hpp /usr/include/c++/4.5/cassert \
- /usr/include/assert.h /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/utility/enable_if.hpp /usr/include/boost/mpl/if.hpp \
- /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/c++/4.5/functional \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- ../boundary_mesh/types.hpp /usr/include/c++/4.5/limits \
- ../boundary_mesh/../generic/BaseTypes.hpp \
- ../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/type_traits/remove_pointer.hpp \
- ../boundary_mesh/../generic/TypeList.hpp \
- ../boundary_mesh/../generic/BaseTypes.hpp /usr/include/c++/4.5/set \
- /usr/include/c++/4.5/bits/stl_tree.h /usr/include/c++/4.5/bits/stl_set.h \
- /usr/include/c++/4.5/bits/stl_multiset.h /usr/include/c++/4.5/list \
- /usr/include/c++/4.5/bits/stl_list.h /usr/include/c++/4.5/bits/list.tcc \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- /usr/include/c++/4.5/stdexcept \
- ../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/c++/4.5/sstream \
- /usr/include/c++/4.5/bits/sstream.tcc \
- ../boundary_mesh/../generic/PtrCompare.hpp \
- ../boundary_mesh/MeshLink_tmpl.cpp ../boundary_mesh/MeshLink.hpp \
- ../boundary_mesh/Marker_tmpl.cpp ../boundary_mesh/Marker.hpp \
- ../boundary_mesh/FaceDispatch.hpp /usr/include/boost/type_traits.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_reference.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/has_nothrow_assign.hpp \
- /usr/include/boost/type_traits/has_trivial_assign.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
- /usr/include/boost/type_traits/has_trivial_constructor.hpp \
- /usr/include/boost/type_traits/has_nothrow_copy.hpp \
- /usr/include/boost/type_traits/has_trivial_copy.hpp \
- /usr/include/boost/type_traits/has_nothrow_destructor.hpp \
- /usr/include/boost/type_traits/has_trivial_destructor.hpp \
- /usr/include/boost/type_traits/has_virtual_destructor.hpp \
- /usr/include/boost/type_traits/is_signed.hpp \
- /usr/include/boost/type_traits/is_unsigned.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_base_and_derived.hpp \
- /usr/include/boost/type_traits/is_base_of.hpp \
- /usr/include/boost/type_traits/is_class.hpp \
- /usr/include/boost/type_traits/is_compound.hpp \
- /usr/include/boost/type_traits/is_fundamental.hpp \
- /usr/include/boost/type_traits/is_convertible.hpp \
- /usr/include/boost/type_traits/detail/yes_no_type.hpp \
- /usr/include/boost/type_traits/ice.hpp \
- /usr/include/boost/type_traits/detail/ice_eq.hpp \
- /usr/include/boost/type_traits/is_empty.hpp \
- /usr/include/boost/type_traits/is_floating_point.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_member_object_pointer.hpp \
- /usr/include/boost/type_traits/is_object.hpp \
- /usr/include/boost/type_traits/is_polymorphic.hpp \
- /usr/include/boost/type_traits/is_stateless.hpp \
- /usr/include/boost/type_traits/is_union.hpp \
- /usr/include/boost/type_traits/rank.hpp \
- /usr/include/boost/type_traits/extent.hpp \
- /usr/include/boost/type_traits/remove_bounds.hpp \
- /usr/include/boost/type_traits/remove_extent.hpp \
- /usr/include/boost/type_traits/remove_all_extents.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/type_traits/function_traits.hpp \
- /usr/include/boost/type_traits/aligned_storage.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/type_traits/floating_point_promotion.hpp \
- /usr/include/boost/type_traits/integral_promotion.hpp \
- /usr/include/boost/type_traits/promote.hpp \
- /usr/include/boost/type_traits/make_unsigned.hpp \
- /usr/include/boost/type_traits/make_signed.hpp \
- /usr/include/boost/type_traits/decay.hpp \
- /usr/include/boost/type_traits/is_complex.hpp \
- /usr/include/c++/4.5/complex /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/../generic/Singleton_tmpl.cpp \
- ../boundary_mesh/../generic/Singleton.hpp \
- ../boundary_mesh/exception/DispatchIdNotSet.hpp \
- /usr/include/loki/MultiMethods.h /usr/include/loki/Typelist.h \
- /usr/include/loki/NullType.h /usr/include/loki/TypeManip.h \
- /usr/include/loki/TypelistMacros.h /usr/include/loki/LokiTypeInfo.h \
- /usr/include/loki/Functor.h /usr/include/loki/Sequence.h \
- /usr/include/loki/EmptyType.h /usr/include/loki/SmallObj.h \
- /usr/include/loki/LokiExport.h /usr/include/loki/Threads.h \
- /usr/include/loki/Singleton.h /usr/include/loki/TypeTraits.h \
- /usr/include/loki/AssocVector.h ../boundary_mesh/Face.hpp \
- ../boundary_mesh/exception.hpp \
- ../boundary_mesh/exception/NoMatchingFaceType.hpp \
- ../boundary_mesh/../generic/Testing.hpp \
- ../boundary_mesh/FaceDispatch_tmpl.cpp \
- ../boundary_mesh/exception/CouldNotDispatchCall.hpp \
- ../boundary_mesh/Face_tmpl.cpp ../boundary_mesh/HalfEdge_tmpl.cpp \
- ../boundary_mesh/HalfEdge.hpp ../boundary_mesh/Vertex_tmpl.cpp \
- ../boundary_mesh/Vertex.hpp \
- ../boundary_mesh/../generic/GenericVector.hpp \
- ../boundary_mesh/../generic/GenericVector_tmpl.cpp \
- ../boundary_mesh/face/Triangle_tmpl.cpp \
- ../boundary_mesh/face/Triangle.hpp \
- ../boundary_mesh/face/../../generic/BaseTypes.hpp \
- ../boundary_mesh/face/../Face.hpp \
- ../boundary_mesh/face/Rectangle_tmpl.cpp \
- ../boundary_mesh/face/Rectangle.hpp \
- ../boundary_mesh/face/Parallelogram.hpp \
- ../boundary_mesh/face/ConvexQuadrilateral.hpp \
- ../boundary_mesh/face/Quadrilateral.hpp \
- ../boundary_mesh/face/../types.hpp \
- ../boundary_mesh/face/Parallelogram_tmpl.cpp \
- ../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp \
- ../boundary_mesh/face/Quadrilateral_tmpl.cpp ../generic/TypeMap_tmpl.hpp \
- ../generic/TypeMap.hpp /usr/include/c++/4.5/map \
- /usr/include/c++/4.5/bits/stl_map.h \
- /usr/include/c++/4.5/bits/stl_multimap.h \
- /usr/include/loki/LokiTypeInfo.h ../generic/TypeMap_tmpl.cpp \
- ../generic/TypeMap_tmpl.hpp ../generic/SingleElementIterator.hpp \
- HLibSpace.hpp /usr/local/include/HLib/sparsematrix.h \
- /usr/local/include/HLib/basic.h ../../src/config.h \
- /usr/local/include/HLib/supermatrix.h \
- /usr/local/include/HLib/fullmatrix.h /usr/local/include/HLib/lapack.h \
- /usr/local/include/HLib/blockcluster.h /usr/local/include/HLib/cluster.h \
- /usr/local/include/HLib/clusterbasis.h \
- /usr/local/include/HLib/h2conversion.h \
- /usr/local/include/HLib/rkmatrix.h \
- /usr/local/include/HLib/sparsematrix.h /usr/include/libio.h \
- /usr/include/_G_config.h /usr/include/bits/stdio_lim.h \
- /usr/include/bits/sys_errlist.h /usr/include/bits/stdio.h \
- /usr/include/bits/stdio2.h /usr/local/include/HLib/uniformmatrix.h \
- GenericSpace.hpp ../generic/TypeMap.hpp SpaceLink_tmpl.cpp SpaceLink.hpp \
- ../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp \
- link_rule/LinearInterpolator.hpp link_rule/P0L2Projector.hpp \
- ../boundary_mesh/MeshLink.hpp HLibSpace_tmpl.cpp GenericSpace_tmpl.cpp \
- ../boundary_mesh/FlexibleMesh.hpp
-
-P0Space_tmpl.cpp:
-
-P0Space.hpp:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-../hilbert.hpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
-
-../boundary_mesh/Mesh_tmpl.cpp:
-
-../boundary_mesh/Mesh.hpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-../boundary_mesh/types.hpp:
-
-/usr/include/c++/4.5/limits:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-../boundary_mesh/../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/type_traits/remove_pointer.hpp:
-
-../boundary_mesh/../generic/TypeList.hpp:
-
-../boundary_mesh/../generic/BaseTypes.hpp:
-
-/usr/include/c++/4.5/set:
-
-/usr/include/c++/4.5/bits/stl_tree.h:
-
-/usr/include/c++/4.5/bits/stl_set.h:
-
-/usr/include/c++/4.5/bits/stl_multiset.h:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-../boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-../boundary_mesh/../generic/PtrCompare.hpp:
-
-../boundary_mesh/MeshLink_tmpl.cpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-../boundary_mesh/Marker_tmpl.cpp:
-
-../boundary_mesh/Marker.hpp:
-
-../boundary_mesh/FaceDispatch.hpp:
-
-/usr/include/boost/type_traits.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_reference.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_assign.hpp:
-
-/usr/include/boost/type_traits/has_trivial_assign.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_constructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_constructor.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_copy.hpp:
-
-/usr/include/boost/type_traits/has_trivial_copy.hpp:
-
-/usr/include/boost/type_traits/has_nothrow_destructor.hpp:
-
-/usr/include/boost/type_traits/has_trivial_destructor.hpp:
-
-/usr/include/boost/type_traits/has_virtual_destructor.hpp:
-
-/usr/include/boost/type_traits/is_signed.hpp:
-
-/usr/include/boost/type_traits/is_unsigned.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_base_and_derived.hpp:
-
-/usr/include/boost/type_traits/is_base_of.hpp:
-
-/usr/include/boost/type_traits/is_class.hpp:
-
-/usr/include/boost/type_traits/is_compound.hpp:
-
-/usr/include/boost/type_traits/is_fundamental.hpp:
-
-/usr/include/boost/type_traits/is_convertible.hpp:
-
-/usr/include/boost/type_traits/detail/yes_no_type.hpp:
-
-/usr/include/boost/type_traits/ice.hpp:
-
-/usr/include/boost/type_traits/detail/ice_eq.hpp:
-
-/usr/include/boost/type_traits/is_empty.hpp:
-
-/usr/include/boost/type_traits/is_floating_point.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_member_object_pointer.hpp:
-
-/usr/include/boost/type_traits/is_object.hpp:
-
-/usr/include/boost/type_traits/is_polymorphic.hpp:
-
-/usr/include/boost/type_traits/is_stateless.hpp:
-
-/usr/include/boost/type_traits/is_union.hpp:
-
-/usr/include/boost/type_traits/rank.hpp:
-
-/usr/include/boost/type_traits/extent.hpp:
-
-/usr/include/boost/type_traits/remove_bounds.hpp:
-
-/usr/include/boost/type_traits/remove_extent.hpp:
-
-/usr/include/boost/type_traits/remove_all_extents.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/type_traits/function_traits.hpp:
-
-/usr/include/boost/type_traits/aligned_storage.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/type_traits/floating_point_promotion.hpp:
-
-/usr/include/boost/type_traits/integral_promotion.hpp:
-
-/usr/include/boost/type_traits/promote.hpp:
-
-/usr/include/boost/type_traits/make_unsigned.hpp:
-
-/usr/include/boost/type_traits/make_signed.hpp:
-
-/usr/include/boost/type_traits/decay.hpp:
-
-/usr/include/boost/type_traits/is_complex.hpp:
-
-/usr/include/c++/4.5/complex:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/../generic/Singleton_tmpl.cpp:
-
-../boundary_mesh/../generic/Singleton.hpp:
-
-../boundary_mesh/exception/DispatchIdNotSet.hpp:
-
-/usr/include/loki/MultiMethods.h:
-
-/usr/include/loki/Typelist.h:
-
-/usr/include/loki/NullType.h:
-
-/usr/include/loki/TypeManip.h:
-
-/usr/include/loki/TypelistMacros.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-/usr/include/loki/Functor.h:
-
-/usr/include/loki/Sequence.h:
-
-/usr/include/loki/EmptyType.h:
-
-/usr/include/loki/SmallObj.h:
-
-/usr/include/loki/LokiExport.h:
-
-/usr/include/loki/Threads.h:
-
-/usr/include/loki/Singleton.h:
-
-/usr/include/loki/TypeTraits.h:
-
-/usr/include/loki/AssocVector.h:
-
-../boundary_mesh/Face.hpp:
-
-../boundary_mesh/exception.hpp:
-
-../boundary_mesh/exception/NoMatchingFaceType.hpp:
-
-../boundary_mesh/../generic/Testing.hpp:
-
-../boundary_mesh/FaceDispatch_tmpl.cpp:
-
-../boundary_mesh/exception/CouldNotDispatchCall.hpp:
-
-../boundary_mesh/Face_tmpl.cpp:
-
-../boundary_mesh/HalfEdge_tmpl.cpp:
-
-../boundary_mesh/HalfEdge.hpp:
-
-../boundary_mesh/Vertex_tmpl.cpp:
-
-../boundary_mesh/Vertex.hpp:
-
-../boundary_mesh/../generic/GenericVector.hpp:
-
-../boundary_mesh/../generic/GenericVector_tmpl.cpp:
-
-../boundary_mesh/face/Triangle_tmpl.cpp:
-
-../boundary_mesh/face/Triangle.hpp:
-
-../boundary_mesh/face/../../generic/BaseTypes.hpp:
-
-../boundary_mesh/face/../Face.hpp:
-
-../boundary_mesh/face/Rectangle_tmpl.cpp:
-
-../boundary_mesh/face/Rectangle.hpp:
-
-../boundary_mesh/face/Parallelogram.hpp:
-
-../boundary_mesh/face/ConvexQuadrilateral.hpp:
-
-../boundary_mesh/face/Quadrilateral.hpp:
-
-../boundary_mesh/face/../types.hpp:
-
-../boundary_mesh/face/Parallelogram_tmpl.cpp:
-
-../boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp:
-
-../boundary_mesh/face/Quadrilateral_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/TypeMap.hpp:
-
-/usr/include/c++/4.5/map:
-
-/usr/include/c++/4.5/bits/stl_map.h:
-
-/usr/include/c++/4.5/bits/stl_multimap.h:
-
-/usr/include/loki/LokiTypeInfo.h:
-
-../generic/TypeMap_tmpl.cpp:
-
-../generic/TypeMap_tmpl.hpp:
-
-../generic/SingleElementIterator.hpp:
-
-HLibSpace.hpp:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/local/include/HLib/basic.h:
-
-../../src/config.h:
-
-/usr/local/include/HLib/supermatrix.h:
-
-/usr/local/include/HLib/fullmatrix.h:
-
-/usr/local/include/HLib/lapack.h:
-
-/usr/local/include/HLib/blockcluster.h:
-
-/usr/local/include/HLib/cluster.h:
-
-/usr/local/include/HLib/clusterbasis.h:
-
-/usr/local/include/HLib/h2conversion.h:
-
-/usr/local/include/HLib/rkmatrix.h:
-
-/usr/local/include/HLib/sparsematrix.h:
-
-/usr/include/libio.h:
-
-/usr/include/_G_config.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/bits/sys_errlist.h:
-
-/usr/include/bits/stdio.h:
-
-/usr/include/bits/stdio2.h:
-
-/usr/local/include/HLib/uniformmatrix.h:
-
-GenericSpace.hpp:
-
-../generic/TypeMap.hpp:
-
-SpaceLink_tmpl.cpp:
-
-SpaceLink.hpp:
-
-../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp:
-
-link_rule/LinearInterpolator.hpp:
-
-link_rule/P0L2Projector.hpp:
-
-../boundary_mesh/MeshLink.hpp:
-
-HLibSpace_tmpl.cpp:
-
-GenericSpace_tmpl.cpp:
-
-../boundary_mesh/FlexibleMesh.hpp:
+++ /dev/null
-#include "GenericSpace.hpp"
-#include "P0Space.hpp"
-
-namespace space
-{
- template <>
- double
- Space< P0Element<BoundaryMesh>, 1, BoundaryMesh >::DFunc::weightedL2Norm() // MK: changed...
- // why does P0Element without template parameter not work?
- {
- std::cerr << "# computing weighted L2-Norm" << std::endl;
- double norm=0;
-
- for ( unsigned int i=0; i<coeff_.size(); ++i)
- {
- norm += space_[i].getSupport().computeArea()
- * space_[i].getSupport().computeDiameter()
- * coeff_[i]*coeff_[i];
- }
- return std::sqrt(norm);
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_GENERICSPACE_HPP_GUARD_
-#define HILBERT3D_SPACES_GENERICSPACE_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../generic/TypeMap.hpp"
-
-namespace space
-{
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace = 0,
- class TMesh = BoundaryMesh >
- class Space
- {
- public:
- class DFunc
- {
- public:
- typedef typename ::hilbert3d::generic::TypeMap<
- typename std::vector<
- typename TMesh::UVertex > > EvaluationTypeMap;
-
- DFunc(const Space& space_,std::vector<double>);
- double operator[](const TElement& element) const;
- double operator[](unsigned int id) const;
- std::vector< double > getCoeff() const;
-#if 0
- std::vector< std::vector< double > > evaluate(
- const EvaluationTypeMap& evaluationPoints) const;
-#endif
- double weightedL2Norm();
- void show();
-
- private:
- DFunc();
- const Space& space_;
- std::vector<double> coeff_;
-
-#if 0
- class Evaluate
- {
- HILBERT3D_DISPATCH_PARAMETERS_3( Evaluate,
- std::vector< double >,
- EvaluationTypeMap, typemap_,
- const Space&, space_,
- const DFunc&, func_)
-
- public:
- template < class TFace >
- std::vector< double >
- exec( const TFace& face ) const;
-
- private:
- std::vector< double >
- helper( const typename TMesh::Face& face,
- const typename std::vector< typename TMesh::UVertex >&
- evaluationPoints ) const;
- };
-#endif
- };
-
- typedef TElement Element;
- typedef typename std::vector< TElement >::const_iterator
- ConstElementIterator;
- typedef DFunc DiscreteFunction;
-
- Space( const TMesh& mesh, unsigned int numberOfElements );
- ConstElementIterator begin() const;
- ConstElementIterator end() const;
- const TElement& operator[](unsigned int id) const;
- const TElement& getElement(unsigned int id) const;
- unsigned int getNumberOfElements() const;
-
- unsigned int getElementId(const TElement& element) const;
-
- typename std::vector< const TElement* > getDegreesOfFreedomForFace(
- const typename TMesh::Face& face) const;
- const TMesh& getMesh() const;
-
- protected:
- void addElement( std::vector< const typename TMesh::Face* > faces );
- void addElement( const TElement& element );
-
- private:
- Space();
-
- struct impl;
- boost::shared_ptr<impl> d_;
- };
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_GENERICSPACE_TMPL_CPP_GUARD_
-#define HILBERT3D_SPACES_GENERICSPACE_TMPL_CPP_GUARD_
-
-#include "GenericSpace.hpp"
-
-namespace space
-{
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- struct
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::Space::impl
- {
- impl(const TMesh& mesh)
- : mesh_(mesh),
- elements_(std::vector< TElement >()),
- face2elements_(std::vector<const TElement*>(mesh.getNumberOfFaces()))
- {}
-
- const TMesh& mesh_;
- std::vector< TElement > elements_;
- std::vector< const TElement* > face2elements_;
- };
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh>::Space(
- const TMesh& mesh, unsigned int numberOfElements)
- : d_(new impl(mesh))
- {
- d_->elements_.reserve( numberOfElements );
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- typename Space< TElement, maximumNumberOfDegreesOfFreedomPerFace,TMesh>::
- ConstElementIterator
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace,TMesh>::begin()
- const
- {
- return d_->elements_.begin();
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- typename Space< TElement, maximumNumberOfDegreesOfFreedomPerFace,TMesh>::
- ConstElementIterator
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace,TMesh>::end()
- const
- {
- return d_->elements_.end();
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- const TElement&
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::operator[](
- unsigned int id) const
- {
- return getElement(id);
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- const TElement&
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::getElement(
- unsigned int id) const
- {
- return d_->elements_.at(id);
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- unsigned int
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::
- getNumberOfElements() const
- {
- return d_->elements_.size();
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- unsigned int
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::
- getElementId( const TElement& element ) const
- {
- assert( &element >= &(d_->elements_.front()) );
- unsigned long offset = &element - &(d_->elements_.front());
- assert( offset < getNumberOfElements() );
- return (unsigned int) offset;
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- typename std::vector< const TElement* >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::
- getDegreesOfFreedomForFace( const typename TMesh::Face& face ) const
- {
- unsigned int i = 0;
- typename std::vector< const TElement* > degreesOfFreedom(
- maximumNumberOfDegreesOfFreedomPerFace);
-
- unsigned int offset = d_->mesh_.getFaceId( face ) *
- maximumNumberOfDegreesOfFreedomPerFace;
-
- for ( i = 0; i < maximumNumberOfDegreesOfFreedomPerFace; ++i )
- {
- if ( d_->face2elements_[ offset + i ] == 0 )
- break;
- degreesOfFreedom[ i ] = d_->face2elements_[ offset + i ];
- }
-
- degreesOfFreedom.resize(i);
- return degreesOfFreedom;
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- const TMesh&
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::getMesh()
- const
- {
- return d_->mesh_;
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- void
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::addElement(
- std::vector< const typename TMesh::Face* > faces)
- {
- addElement(TElement(faces));
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- void
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::addElement(
- const TElement& proto_element)
- {
- unsigned int i = 0;
- const TElement* front = &(d_->elements_.front());
- d_->elements_.push_back( proto_element );
- assert( front - &(d_->elements_.front()) == 0 );
- const TElement* element = &(d_->elements_.back());
-
-#if 0
- std::cerr << "H"<<std::endl;
-#endif
-
- for ( typename TElement::ConstFaceIterator faceIt = element->begin();
- faceIt != element->end(); ++faceIt)
- {
-#if 0
- std::cerr << "." << std::endl;
-#endif
- unsigned int offset = d_->mesh_.getFaceId( (*faceIt) ) // MK: here i added another *
- * maximumNumberOfDegreesOfFreedomPerFace;
- for ( i = 0; i < maximumNumberOfDegreesOfFreedomPerFace; ++i )
- {
- if ( d_->face2elements_[ offset + i ] == 0 )
- break;
- }
- assert( i < maximumNumberOfDegreesOfFreedomPerFace );
- d_->face2elements_[ offset + i ] = element;
- }
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc::
- DFunc(const Space& space, std::vector<double> coeff)
- : space_(space), coeff_(coeff)
- {
- assert( coeff.size() == space.getNumberOfElements());
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- std::vector<double>
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc::
- getCoeff() const
- {
- return coeff_;
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- double
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc
- ::operator[](const TElement& element) const
- {
- return coeff_[ space_.getElementId( element ) ];
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- double
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc
- ::operator[](unsigned int id) const
- {
- return coeff_[ id ];
- }
-
-#if 0
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- std::vector< std::vector<double> >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc
- ::evaluate(
- const Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >
- ::DFunc::EvaluationTypeMap& evaluationPoints) const
- {
- typedef typename ::boundary_mesh::
- SingleFaceDispatcher< Evaluate, TMesh, std::vector<double> >
- EvaluateFace;
-
- const TMesh& mesh = space_.getMesh();
- std::vector< std::vector<double> > evaluated =
- std::vector< std::vector<double> >( mesh.getNumberOfFaces() );
- Evaluate parameters( evaluationPoints, space_, *this );
-
- for ( typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt )
- {
- evaluated[ mesh.getFaceId( *faceIt ) ] =
- EvaluateFace::Exec( *faceIt, parameters );
- }
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- template < class TFace >
- std::vector< double >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc::
- Evaluate::exec( const TFace& face ) const
- {
- return helper( face, typemap_.get( typeid( TFace ) ) );
- }
-
- template < class TElement,
- unsigned int maximumNumberOfDegreesOfFreedomPerFace,
- class TMesh >
- std::vector< double >
- Space< TElement, maximumNumberOfDegreesOfFreedomPerFace, TMesh >::DFunc::
- Evaluate::helper(
- const typename TMesh::Face& face,
- const typename std::vector< typename TMesh::UVertex >& evaluationPoints )
- const
- {
- std::vector< double > values( evaluationPoints.size(), 0. );
- std::vector< const TElement* > elementsOnFace =
- space_.getDegreesOfFreedomForFace( face );
-
- for ( typename std::vector< const TElement* >::const_iterator
- elementIt = elementsOnFace.begin();
- elementIt != elementsOnFace.end(); ++elementIt)
- {
- unsigned int i = 0;
- for ( typename std::vector< typename TMesh::UVertex >::const_iterator
- evaluationPointIt = evaluationPoints.begin();
- evaluationPointIt != evaluationPoints.end();
- ++evaluationPointIt, ++i)
- {
- values[ i ] = func_[ **elementIt ] *
- (**elementIt)( face, *evaluationPointIt );
- }
- }
-
- return values;
- }
-#endif
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_FE_SPACE_HLIBSPACE_HPP_GUARD_
-#define HILBERT3D_FE_SPACE_HLIBSPACE_HPP_GUARD_
-
-extern "C"
-{
-# include "HLib/sparsematrix.h"
-}
-
-#include "../hilbert.hpp"
-
-namespace space
-{
- template < class TMesh, class TSpace >
- class HLibSpace
- : public TSpace
- {
- public:
- HLibSpace( const TMesh& mesh, unsigned int numberOfElements );
- clusterfactory* createClusterFactory() const;
-
- private:
- template < unsigned int DIM >
- static bool vertexLtComparison(
- const BoundaryMesh::UVertex& v1,
- const BoundaryMesh::UVertex& v2)
- {
- return v1[DIM] < v2[DIM];
- }
-
- template < unsigned int DIM >
- static bool faceLtComparison(
- const typename TMesh::Face& face1,
- const typename TMesh::Face& face2)
- {
- const typename TMesh::Vertex& min1 =
- *std::min_element( face1.begin_v(), face1.end_v(),
- &vertexLtComparison<DIM>);
- const typename TMesh::Vertex& min2 =
- *std::min_element( face2.begin_v(), face2.end_v(),
- &vertexLtComparison<DIM>);
- return vertexLtComparison<DIM>( min1, min2 );
- }
- };
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_HLIBSPACE_TMPL_CPP_GUARD_
-#define HILBERT3D_SPACES_HLIBSPACE_TMPL_CPP_GUARD_
-
-#include "HLibSpace.hpp"
-#include <algorithm>
-
-namespace space
-{
- template < class TMesh, class TSpace >
- HLibSpace< TMesh, TSpace >::HLibSpace(
- const TMesh& mesh, unsigned int numberOfElements)
- : TSpace( mesh, numberOfElements )
- {}
-
- template < class TMesh, class TSpace >
- clusterfactory*
- HLibSpace< TMesh, TSpace >::createClusterFactory() const
- {
- unsigned int numberOfElements = TSpace::getNumberOfElements();
- clusterfactory* factory =
- new_clusterfactory(numberOfElements, numberOfElements, 3);
-
- unsigned int i = 0;
- for (typename TSpace::ConstElementIterator elementIt = TSpace::begin();
- elementIt != TSpace::end(); ++elementIt, ++i)
- {
- bool (*faceComparator[3])(
- const typename TMesh::Face&, const typename TMesh::Face&) =
- {
- &faceLtComparison<0>, &faceLtComparison<1>, &faceLtComparison<2>
- };
- bool (*vertexComparator[3])(
- const typename TMesh::UVertex&, const typename TMesh::UVertex&) =
- {
- &vertexLtComparison<0>, &vertexLtComparison<1>, &vertexLtComparison<2>
- };
-
- for (unsigned int j = 0; j < 3; ++j)
- {
- const typename TMesh::Face& minFace =
- *std::min_element( elementIt->begin(), elementIt->end(),
- faceComparator[j] );
- double min_j = (*std::min_element( minFace.begin_v(), minFace.end_v(),
- vertexComparator[j] ))[j];
- const typename TMesh::Face& maxFace =
- *std::max_element( elementIt->begin(), elementIt->end(),
- faceComparator[j] );
- double max_j = (*std::max_element( maxFace.begin_v(), maxFace.end_v(),
- vertexComparator[j] ))[j];
- factory->x[i][j] = (min_j + max_j) / 2.;
- factory->smin[i][j] = min_j;
- factory->smax[i][j] = max_j;
- }
- }
-
- return factory;
- }
-}
-
-#endif
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# src/spaces/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = testP0Space$(EXEEXT)
-subdir = src/spaces
-DIST_COMMON = $(libhilbert_lo_spaces_a_HEADERS) \
- $(libhilbert_spaces_a_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(testP0Space_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(libhilbert_lo_spaces_adir)" \
- "$(DESTDIR)$(libhilbert_spaces_adir)" \
- "$(DESTDIR)$(testP0Spacedir)"
-LIBRARIES = $(lib_LIBRARIES)
-AR = ar
-ARFLAGS = cru
-libhilbert_lo_spaces_a_AR = $(AR) $(ARFLAGS)
-libhilbert_lo_spaces_a_LIBADD =
-am_libhilbert_lo_spaces_a_OBJECTS = \
- libhilbert_lo_spaces_a-GenericSpace.$(OBJEXT)
-libhilbert_lo_spaces_a_OBJECTS = $(am_libhilbert_lo_spaces_a_OBJECTS)
-libhilbert_spaces_a_AR = $(AR) $(ARFLAGS)
-libhilbert_spaces_a_LIBADD =
-am_libhilbert_spaces_a_OBJECTS = \
- libhilbert_spaces_a-GenericSpace.$(OBJEXT)
-libhilbert_spaces_a_OBJECTS = $(am_libhilbert_spaces_a_OBJECTS)
-PROGRAMS = $(bin_PROGRAMS)
-am_testP0Space_OBJECTS = testP0Space-t.$(OBJEXT)
-testP0Space_OBJECTS = $(am_testP0Space_OBJECTS)
-am__DEPENDENCIES_1 =
-testP0Space_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a libhilbert-spaces.a \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(libhilbert_lo_spaces_a_SOURCES) \
- $(libhilbert_spaces_a_SOURCES) $(testP0Space_SOURCES)
-DIST_SOURCES = $(libhilbert_lo_spaces_a_SOURCES) \
- $(libhilbert_spaces_a_SOURCES) $(testP0Space_SOURCES)
-HEADERS = $(libhilbert_lo_spaces_a_HEADERS) \
- $(libhilbert_spaces_a_HEADERS) $(testP0Space_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/src/spaces
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/src/spaces
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-lib_LIBRARIES = libhilbert-lo-spaces.a libhilbert-spaces.a
-libhilbert_lo_spaces_adir = .
-libhilbert_lo_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-
-libhilbert_lo_spaces_a_SOURCES = \
- GenericSpace.cpp
-
-libhilbert_lo_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-libhilbert_spaces_adir = .
-libhilbert_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- P1Space.hpp P1Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp \
- SpaceLink.hpp SpaceLink_tmpl.cpp
-
-libhilbert_spaces_a_SOURCES = \
- GenericSpace.cpp
-
-libhilbert_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-testP0Spacedir = .
-testP0Space_SOURCES = t.cpp
-testP0Space_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-
-testP0Space_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testP0Space_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/spaces/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/spaces/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-libLIBRARIES: $(lib_LIBRARIES)
- @$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
- else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
- @$(POST_INSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
-
-uninstall-libLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
- cd "$(DESTDIR)$(libdir)" && rm -f $$files
-
-clean-libLIBRARIES:
- -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-libhilbert-lo-spaces.a: $(libhilbert_lo_spaces_a_OBJECTS) $(libhilbert_lo_spaces_a_DEPENDENCIES)
- -rm -f libhilbert-lo-spaces.a
- $(libhilbert_lo_spaces_a_AR) libhilbert-lo-spaces.a $(libhilbert_lo_spaces_a_OBJECTS) $(libhilbert_lo_spaces_a_LIBADD)
- $(RANLIB) libhilbert-lo-spaces.a
-libhilbert-spaces.a: $(libhilbert_spaces_a_OBJECTS) $(libhilbert_spaces_a_DEPENDENCIES)
- -rm -f libhilbert-spaces.a
- $(libhilbert_spaces_a_AR) libhilbert-spaces.a $(libhilbert_spaces_a_OBJECTS) $(libhilbert_spaces_a_LIBADD)
- $(RANLIB) libhilbert-spaces.a
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-testP0Space$(EXEEXT): $(testP0Space_OBJECTS) $(testP0Space_DEPENDENCIES)
- @rm -f testP0Space$(EXEEXT)
- $(CXXLINK) $(testP0Space_OBJECTS) $(testP0Space_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po
-include ./$(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po
-include ./$(DEPDIR)/testP0Space-t.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-libhilbert_lo_spaces_a-GenericSpace.o: GenericSpace.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_lo_spaces_a-GenericSpace.o -MD -MP -MF $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo -c -o libhilbert_lo_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
- $(am__mv) $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po
-# source='GenericSpace.cpp' object='libhilbert_lo_spaces_a-GenericSpace.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_lo_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-
-libhilbert_lo_spaces_a-GenericSpace.obj: GenericSpace.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_lo_spaces_a-GenericSpace.obj -MD -MP -MF $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo -c -o libhilbert_lo_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po
-# source='GenericSpace.cpp' object='libhilbert_lo_spaces_a-GenericSpace.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_lo_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-
-libhilbert_spaces_a-GenericSpace.o: GenericSpace.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_spaces_a-GenericSpace.o -MD -MP -MF $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo -c -o libhilbert_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
- $(am__mv) $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po
-# source='GenericSpace.cpp' object='libhilbert_spaces_a-GenericSpace.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-
-libhilbert_spaces_a-GenericSpace.obj: GenericSpace.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_spaces_a-GenericSpace.obj -MD -MP -MF $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo -c -o libhilbert_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
- $(am__mv) $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po
-# source='GenericSpace.cpp' object='libhilbert_spaces_a-GenericSpace.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-
-testP0Space-t.o: t.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testP0Space-t.o -MD -MP -MF $(DEPDIR)/testP0Space-t.Tpo -c -o testP0Space-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
- $(am__mv) $(DEPDIR)/testP0Space-t.Tpo $(DEPDIR)/testP0Space-t.Po
-# source='t.cpp' object='testP0Space-t.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testP0Space-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-
-testP0Space-t.obj: t.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testP0Space-t.obj -MD -MP -MF $(DEPDIR)/testP0Space-t.Tpo -c -o testP0Space-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
- $(am__mv) $(DEPDIR)/testP0Space-t.Tpo $(DEPDIR)/testP0Space-t.Po
-# source='t.cpp' object='testP0Space-t.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testP0Space-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-install-libhilbert_lo_spaces_aHEADERS: $(libhilbert_lo_spaces_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_lo_spaces_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_lo_spaces_adir)"
- @list='$(libhilbert_lo_spaces_a_HEADERS)'; test -n "$(libhilbert_lo_spaces_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_lo_spaces_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_lo_spaces_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_lo_spaces_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_lo_spaces_a_HEADERS)'; test -n "$(libhilbert_lo_spaces_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_lo_spaces_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_lo_spaces_adir)" && rm -f $$files
-install-libhilbert_spaces_aHEADERS: $(libhilbert_spaces_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_spaces_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_spaces_adir)"
- @list='$(libhilbert_spaces_a_HEADERS)'; test -n "$(libhilbert_spaces_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_spaces_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_spaces_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_spaces_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_spaces_a_HEADERS)'; test -n "$(libhilbert_spaces_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_spaces_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_spaces_adir)" && rm -f $$files
-install-testP0SpaceHEADERS: $(testP0Space_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testP0Spacedir)" || $(MKDIR_P) "$(DESTDIR)$(testP0Spacedir)"
- @list='$(testP0Space_HEADERS)'; test -n "$(testP0Spacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testP0Spacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testP0Spacedir)" || exit $$?; \
- done
-
-uninstall-testP0SpaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testP0Space_HEADERS)'; test -n "$(testP0Spacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testP0Spacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testP0Spacedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 $(LIBRARIES) $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libhilbert_lo_spaces_adir)" "$(DESTDIR)$(libhilbert_spaces_adir)" "$(DESTDIR)$(testP0Spacedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic clean-libLIBRARIES \
- mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-libhilbert_lo_spaces_aHEADERS \
- install-libhilbert_spaces_aHEADERS install-testP0SpaceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS install-libLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_lo_spaces_aHEADERS \
- uninstall-libhilbert_spaces_aHEADERS \
- uninstall-testP0SpaceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic clean-libLIBRARIES ctags distclean \
- distclean-compile distclean-generic distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-libLIBRARIES install-libhilbert_lo_spaces_aHEADERS \
- install-libhilbert_spaces_aHEADERS install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-testP0SpaceHEADERS installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
- ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
- uninstall-libLIBRARIES uninstall-libhilbert_lo_spaces_aHEADERS \
- uninstall-libhilbert_spaces_aHEADERS \
- uninstall-testP0SpaceHEADERS
-
-
-# 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:
+++ /dev/null
-lib_LIBRARIES = libhilbert-lo-spaces.a libhilbert-spaces.a
-bin_PROGRAMS = testP0Space
-
-libhilbert_lo_spaces_adir = .
-libhilbert_lo_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-libhilbert_lo_spaces_a_SOURCES = \
- GenericSpace.cpp
-libhilbert_lo_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-
-libhilbert_spaces_adir = .
-libhilbert_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- P1Space.hpp P1Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp \
- SpaceLink.hpp SpaceLink_tmpl.cpp
-libhilbert_spaces_a_SOURCES = \
- GenericSpace.cpp
-libhilbert_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-testP0Spacedir = .
-testP0Space_SOURCES = t.cpp
-testP0Space_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-testP0Space_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testP0Space_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = testP0Space$(EXEEXT)
-subdir = src/spaces
-DIST_COMMON = $(libhilbert_lo_spaces_a_HEADERS) \
- $(libhilbert_spaces_a_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(testP0Space_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(libhilbert_lo_spaces_adir)" \
- "$(DESTDIR)$(libhilbert_spaces_adir)" \
- "$(DESTDIR)$(testP0Spacedir)"
-LIBRARIES = $(lib_LIBRARIES)
-AR = ar
-ARFLAGS = cru
-libhilbert_lo_spaces_a_AR = $(AR) $(ARFLAGS)
-libhilbert_lo_spaces_a_LIBADD =
-am_libhilbert_lo_spaces_a_OBJECTS = \
- libhilbert_lo_spaces_a-GenericSpace.$(OBJEXT)
-libhilbert_lo_spaces_a_OBJECTS = $(am_libhilbert_lo_spaces_a_OBJECTS)
-libhilbert_spaces_a_AR = $(AR) $(ARFLAGS)
-libhilbert_spaces_a_LIBADD =
-am_libhilbert_spaces_a_OBJECTS = \
- libhilbert_spaces_a-GenericSpace.$(OBJEXT)
-libhilbert_spaces_a_OBJECTS = $(am_libhilbert_spaces_a_OBJECTS)
-PROGRAMS = $(bin_PROGRAMS)
-am_testP0Space_OBJECTS = testP0Space-t.$(OBJEXT)
-testP0Space_OBJECTS = $(am_testP0Space_OBJECTS)
-am__DEPENDENCIES_1 =
-testP0Space_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- ../boundary_mesh/libhilbert-mesh.a libhilbert-spaces.a \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(libhilbert_lo_spaces_a_SOURCES) \
- $(libhilbert_spaces_a_SOURCES) $(testP0Space_SOURCES)
-DIST_SOURCES = $(libhilbert_lo_spaces_a_SOURCES) \
- $(libhilbert_spaces_a_SOURCES) $(testP0Space_SOURCES)
-HEADERS = $(libhilbert_lo_spaces_a_HEADERS) \
- $(libhilbert_spaces_a_HEADERS) $(testP0Space_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-lib_LIBRARIES = libhilbert-lo-spaces.a libhilbert-spaces.a
-libhilbert_lo_spaces_adir = .
-libhilbert_lo_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-
-libhilbert_lo_spaces_a_SOURCES = \
- GenericSpace.cpp
-
-libhilbert_lo_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-libhilbert_spaces_adir = .
-libhilbert_spaces_a_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- P1Space.hpp P1Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp \
- SpaceLink.hpp SpaceLink_tmpl.cpp
-
-libhilbert_spaces_a_SOURCES = \
- GenericSpace.cpp
-
-libhilbert_spaces_a_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-testP0Spacedir = .
-testP0Space_SOURCES = t.cpp
-testP0Space_HEADERS = \
- P0Space.hpp P0Space_tmpl.cpp \
- GenericSpace.hpp GenericSpace_tmpl.cpp \
- HLibSpace.hpp HLibSpace_tmpl.cpp
-
-testP0Space_LDADD = $(BOOST_REGEX_LIB) ../boundary_mesh/libhilbert-mesh.a libhilbert-spaces.a $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-testP0Space_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 src/spaces/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/spaces/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-libLIBRARIES: $(lib_LIBRARIES)
- @$(NORMAL_INSTALL)
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
- else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
- @$(POST_INSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
-
-uninstall-libLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
- cd "$(DESTDIR)$(libdir)" && rm -f $$files
-
-clean-libLIBRARIES:
- -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-libhilbert-lo-spaces.a: $(libhilbert_lo_spaces_a_OBJECTS) $(libhilbert_lo_spaces_a_DEPENDENCIES)
- -rm -f libhilbert-lo-spaces.a
- $(libhilbert_lo_spaces_a_AR) libhilbert-lo-spaces.a $(libhilbert_lo_spaces_a_OBJECTS) $(libhilbert_lo_spaces_a_LIBADD)
- $(RANLIB) libhilbert-lo-spaces.a
-libhilbert-spaces.a: $(libhilbert_spaces_a_OBJECTS) $(libhilbert_spaces_a_DEPENDENCIES)
- -rm -f libhilbert-spaces.a
- $(libhilbert_spaces_a_AR) libhilbert-spaces.a $(libhilbert_spaces_a_OBJECTS) $(libhilbert_spaces_a_LIBADD)
- $(RANLIB) libhilbert-spaces.a
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-testP0Space$(EXEEXT): $(testP0Space_OBJECTS) $(testP0Space_DEPENDENCIES)
- @rm -f testP0Space$(EXEEXT)
- $(CXXLINK) $(testP0Space_OBJECTS) $(testP0Space_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testP0Space-t.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-libhilbert_lo_spaces_a-GenericSpace.o: GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_lo_spaces_a-GenericSpace.o -MD -MP -MF $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo -c -o libhilbert_lo_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='GenericSpace.cpp' object='libhilbert_lo_spaces_a-GenericSpace.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_lo_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-
-libhilbert_lo_spaces_a-GenericSpace.obj: GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_lo_spaces_a-GenericSpace.obj -MD -MP -MF $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo -c -o libhilbert_lo_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_lo_spaces_a-GenericSpace.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='GenericSpace.cpp' object='libhilbert_lo_spaces_a-GenericSpace.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_lo_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_lo_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-
-libhilbert_spaces_a-GenericSpace.o: GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_spaces_a-GenericSpace.o -MD -MP -MF $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo -c -o libhilbert_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='GenericSpace.cpp' object='libhilbert_spaces_a-GenericSpace.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_spaces_a-GenericSpace.o `test -f 'GenericSpace.cpp' || echo '$(srcdir)/'`GenericSpace.cpp
-
-libhilbert_spaces_a-GenericSpace.obj: GenericSpace.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libhilbert_spaces_a-GenericSpace.obj -MD -MP -MF $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo -c -o libhilbert_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Tpo $(DEPDIR)/libhilbert_spaces_a-GenericSpace.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='GenericSpace.cpp' object='libhilbert_spaces_a-GenericSpace.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhilbert_spaces_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libhilbert_spaces_a-GenericSpace.obj `if test -f 'GenericSpace.cpp'; then $(CYGPATH_W) 'GenericSpace.cpp'; else $(CYGPATH_W) '$(srcdir)/GenericSpace.cpp'; fi`
-
-testP0Space-t.o: t.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testP0Space-t.o -MD -MP -MF $(DEPDIR)/testP0Space-t.Tpo -c -o testP0Space-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testP0Space-t.Tpo $(DEPDIR)/testP0Space-t.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t.cpp' object='testP0Space-t.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testP0Space-t.o `test -f 't.cpp' || echo '$(srcdir)/'`t.cpp
-
-testP0Space-t.obj: t.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT testP0Space-t.obj -MD -MP -MF $(DEPDIR)/testP0Space-t.Tpo -c -o testP0Space-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/testP0Space-t.Tpo $(DEPDIR)/testP0Space-t.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='t.cpp' object='testP0Space-t.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testP0Space_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o testP0Space-t.obj `if test -f 't.cpp'; then $(CYGPATH_W) 't.cpp'; else $(CYGPATH_W) '$(srcdir)/t.cpp'; fi`
-install-libhilbert_lo_spaces_aHEADERS: $(libhilbert_lo_spaces_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_lo_spaces_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_lo_spaces_adir)"
- @list='$(libhilbert_lo_spaces_a_HEADERS)'; test -n "$(libhilbert_lo_spaces_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_lo_spaces_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_lo_spaces_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_lo_spaces_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_lo_spaces_a_HEADERS)'; test -n "$(libhilbert_lo_spaces_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_lo_spaces_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_lo_spaces_adir)" && rm -f $$files
-install-libhilbert_spaces_aHEADERS: $(libhilbert_spaces_a_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(libhilbert_spaces_adir)" || $(MKDIR_P) "$(DESTDIR)$(libhilbert_spaces_adir)"
- @list='$(libhilbert_spaces_a_HEADERS)'; test -n "$(libhilbert_spaces_adir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libhilbert_spaces_adir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(libhilbert_spaces_adir)" || exit $$?; \
- done
-
-uninstall-libhilbert_spaces_aHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(libhilbert_spaces_a_HEADERS)'; test -n "$(libhilbert_spaces_adir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(libhilbert_spaces_adir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(libhilbert_spaces_adir)" && rm -f $$files
-install-testP0SpaceHEADERS: $(testP0Space_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(testP0Spacedir)" || $(MKDIR_P) "$(DESTDIR)$(testP0Spacedir)"
- @list='$(testP0Space_HEADERS)'; test -n "$(testP0Spacedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(testP0Spacedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(testP0Spacedir)" || exit $$?; \
- done
-
-uninstall-testP0SpaceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(testP0Space_HEADERS)'; test -n "$(testP0Spacedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(testP0Spacedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(testP0Spacedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 $(LIBRARIES) $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libhilbert_lo_spaces_adir)" "$(DESTDIR)$(libhilbert_spaces_adir)" "$(DESTDIR)$(testP0Spacedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic clean-libLIBRARIES \
- mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-libhilbert_lo_spaces_aHEADERS \
- install-libhilbert_spaces_aHEADERS install-testP0SpaceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS install-libLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES \
- uninstall-libhilbert_lo_spaces_aHEADERS \
- uninstall-libhilbert_spaces_aHEADERS \
- uninstall-testP0SpaceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic clean-libLIBRARIES ctags distclean \
- distclean-compile distclean-generic distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-libLIBRARIES install-libhilbert_lo_spaces_aHEADERS \
- install-libhilbert_spaces_aHEADERS install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-testP0SpaceHEADERS installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
- ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
- uninstall-libLIBRARIES uninstall-libhilbert_lo_spaces_aHEADERS \
- uninstall-libhilbert_spaces_aHEADERS \
- uninstall-testP0SpaceHEADERS
-
-
-# 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:
+++ /dev/null
-#include "P0Space.hpp"
-
-#include <cassert>
-#include <cmath>
-
-#include "HLibSpace_tmpl.cpp"
-#include "GenericSpace_tmpl.cpp"
-
-using namespace space;
-
-template < class TMesh >
-P0Element<TMesh>::P0Element(
- const typename std::vector< const typename TMesh::Face* > faces)
- : face_(faces[0])
-{}
-
-template < class TMesh >
-P0Element<TMesh>::P0Element(const typename TMesh::Face& face)
- : face_(&face)
-{}
-
-template < class TMesh >
-const typename TMesh::Face&
-P0Element<TMesh>::getSupport() const
-{
- return *face_;
-}
-
-template < class TMesh >
-typename P0Element<TMesh>::ConstFaceIterator
-P0Element<TMesh>::begin() const
-{
- return ConstFaceIterator(*face_);
-}
-
-template < class TMesh >
-typename P0Element<TMesh>::ConstFaceIterator
-P0Element<TMesh>::end() const
-{
- return ConstFaceIterator();
-}
-
-template < class TMesh >
-double
-P0Element<TMesh>::operator()(
- const typename TMesh::Face& face,
- const typename TMesh::UVertex& point) const
-{
- return 1.;
-}
-
-template < class TMesh >
-P0Space<TMesh>::P0Space(const TMesh& mesh)
- : HLibSpace< TMesh,
- Space<P0Element<TMesh>, 1> >(mesh, mesh.getNumberOfFaces())
-{
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- typename std::vector< const typename TMesh::Face* > support(1);
- support[0] = &(*faceIt);
- addElement( support );
- }
-}
-
-template < class TMesh >
-P0P0Link
-P0Space<TMesh>::refine(
- const ::hilbert3d::boundary_mesh::MeshLink<TMesh>& refData) const
-{
- P0Space<TMesh> son(refData.getSonMesh());
- P0P0Link::Builder linkBuilder(*this, son);
-
- for (typename P0Space<TMesh>::ConstElementIterator sonElementIt = son.begin();
- sonElementIt != son.end(); ++sonElementIt)
- {
- const typename TMesh::Face& sonSupport = sonElementIt->getSupport();
- const typename TMesh::Face& fatherSupport =
- refData.getFather( sonSupport );
- std::vector< const P0Element<TMesh>* > fatherElements
- = getDegreesOfFreedomForFace( fatherSupport );
-
- assert( fatherElements.size() == 1 );
-
- for (typename std::vector< const P0Element<TMesh>* >::const_iterator
- fatherElementPtrIt = fatherElements.begin();
- fatherElementPtrIt != fatherElements.end(); ++fatherElementPtrIt)
- {
- linkBuilder.addRelationship(**fatherElementPtrIt, *sonElementIt);
- }
- }
-
- return linkBuilder.deliver();
-}
-
-template class Space< P0Element<BoundaryMesh>, 1 >;
-template class HLibSpace< BoundaryMesh, Space< P0Element<BoundaryMesh>, 1 > >;
-template class P0Space<BoundaryMesh>;
+++ /dev/null
-#ifndef HILBERT3D_SPACES_P0SPACE_HPP_GUARD_
-#define HILBERT3D_SPACES_P0SPACE_HPP_GUARD_
-
-#include <iostream>
-#include <vector>
-#include "../hilbert.hpp"
-#include "../generic/TypeMap_tmpl.hpp"
-#include "../generic/SingleElementIterator.hpp"
-#include "HLibSpace.hpp"
-#include "GenericSpace.hpp"
-
-#include "SpaceLink_tmpl.cpp"
-#include "link_rule/LinearInterpolator.hpp"
-#include "link_rule/P0L2Projector.hpp"
-
-#include "../boundary_mesh/MeshLink.hpp"
-
-namespace space
-{
- template < class TMesh = BoundaryMesh >
- class P0Element
- {
- public:
- typedef typename
- ::hilbert3d::generic::SingleElementIterator< typename TMesh::Face >
- ConstFaceIterator;
-
- P0Element(const typename std::vector< const typename TMesh::Face* > faces);
- P0Element(const typename TMesh::Face& face);
- const typename TMesh::Face& getSupport() const;
- ConstFaceIterator begin() const;
- ConstFaceIterator end() const;
- double operator()(
- const typename TMesh::Face& face,
- const typename TMesh::UVertex& point) const;
-
- private:
- P0Element();
- const typename TMesh::Face* face_;
- };
-
- template < class TMesh >
- class P0Space;
-
- typedef ::hilbert3d::space::SpaceLink<
- P0Space<BoundaryMesh>,
- P0Space<BoundaryMesh>,
- ::hilbert3d::space::link_rule::LinearInterpolator,
- ::hilbert3d::space::link_rule::P0L2Projector >
- P0P0Link;
-
- template < class TMesh = BoundaryMesh >
- class P0Space
- : public HLibSpace< TMesh, Space< P0Element<TMesh>, 1 > >
- {
- public:
- P0Space(const TMesh& mesh);
- P0P0Link refine(const typename ::hilbert3d::boundary_mesh::MeshLink<TMesh>& refData) const;
- };
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_P0SPACE_TMPL_CPP_GUARD_
-#define HILBERT3D_SPACES_P0SPACE_TMPL_CPP_GUARD_
-
-#include "P0Space.hpp"
-
-#include <cassert>
-#include <cmath>
-
-#include "HLibSpace_tmpl.cpp"
-#include "GenericSpace_tmpl.cpp"
-
-using namespace space;
-
-template < class TMesh >
-P0Element<TMesh>::P0Element(
- const typename std::vector< const typename TMesh::Face* > faces)
- : face_(faces[0])
-{}
-
-template < class TMesh >
-P0Element<TMesh>::P0Element(const typename TMesh::Face& face)
- : face_(&face)
-{}
-
-template < class TMesh >
-const typename TMesh::Face&
-P0Element<TMesh>::getSupport() const
-{
- return *face_;
-}
-
-template < class TMesh >
-typename P0Element<TMesh>::ConstFaceIterator
-P0Element<TMesh>::begin() const
-{
- return ConstFaceIterator(*face_);
-}
-
-template < class TMesh >
-typename P0Element<TMesh>::ConstFaceIterator
-P0Element<TMesh>::end() const
-{
- return ConstFaceIterator();
-}
-
-template < class TMesh >
-double
-P0Element<TMesh>::operator()(
- const typename TMesh::Face& face,
- const typename TMesh::UVertex& point) const
-{
- return 1.;
-}
-
-template < class TMesh >
-P0Space<TMesh>::P0Space(const TMesh& mesh)
- : HLibSpace< TMesh,
- Space<P0Element<TMesh>, 1> >(mesh, mesh.getNumberOfFaces())
-{
- for (typename TMesh::ConstFaceIterator faceIt = mesh.begin_f();
- faceIt != mesh.end_f(); ++faceIt)
- {
- typename std::vector< const typename TMesh::Face* > support(1);
- support[0] = &(*faceIt);
- addElement( support );
- }
-}
-
-template < class TMesh >
-P0P0Link
-P0Space<TMesh>::refine(
- const ::hilbert3d::boundary_mesh::MeshLink<TMesh>& refData) const
-{
- P0Space<TMesh> son(refData.getSonMesh());
- P0P0Link::Builder linkBuilder(*this, son);
-
- for (typename P0Space<TMesh>::ConstElementIterator sonElementIt = son.begin();
- sonElementIt != son.end(); ++sonElementIt)
- {
- const typename TMesh::Face& sonSupport = sonElementIt->getSupport();
- const typename TMesh::Face& fatherSupport =
- refData.getFather( sonSupport );
- std::vector< const P0Element<TMesh>* > fatherElements
- = getDegreesOfFreedomForFace( fatherSupport );
-
- assert( fatherElements.size() == 1 );
-
- for (typename std::vector< const P0Element<TMesh>* >::const_iterator
- fatherElementPtrIt = fatherElements.begin();
- fatherElementPtrIt != fatherElements.end(); ++fatherElementPtrIt)
- {
- linkBuilder.addRelationship(**fatherElementPtrIt, *sonElementIt);
- }
- }
-
- return linkBuilder.deliver();
-}
-
-template class Space< P0Element<BoundaryMesh>, 1 >;
-template class HLibSpace< BoundaryMesh, Space< P0Element<BoundaryMesh>, 1 > >;
-
-#endif
+++ /dev/null
-#include "P1Space.hpp"
-
-//namespace hilbert3d
-//{
-namespace space
-{
- template < class TMesh >
- P1Element< TMesh >::P1Element(
- const typename std::vector< const typename TMesh::Face* >& faces)
- : support_(faces)
- {}
-
- template < class TMesh >
- typename P1Element< TMesh >::ConstFaceIterator
- P1Element< TMesh >::begin() const
- {
- return ConstFaceIterator(support_.begin());
- }
-
- template < class TMesh >
- typename P1Element< TMesh >::ConstFaceIterator
- P1Element< TMesh >::end() const
- {
- return ConstFaceIterator(support_.end());
- }
-
- template class P1Element<BoundaryMesh>;
- template class Space<P1Element<BoundaryMesh>,3>;
- template class HLibSpace< BoundaryMesh, Space<P1Element<BoundaryMesh>,3> >;
-
- template < class TMesh >
- P1Space< TMesh >::P1Space(const TMesh& mesh)
- : HLibSpace< TMesh, Space<P1Element<TMesh>, 3> >(
- mesh, mesh.getNumberOfVertices())
- {
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- typename std::vector< const typename TMesh::Face* > support;
- for (typename TMesh::Vertex::ConstFaceIterator faceIt =
- vertexIt->begin_f(); faceIt != vertexIt->end_f(); ++faceIt)
- {
- support.push_back( &(*faceIt) );
- }
- addElement( support );
- }
- }
-}
-//}
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_P1SPACE_HPP_GUARD_
-#define HILBERT3D_SPACES_P1SPACE_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp"
-#include "HLibSpace_tmpl.cpp"
-#include "GenericSpace_tmpl.cpp"
-
-//namespace hilbert3d
-//{
-namespace space
-{
- template< class TMesh = BoundaryMesh >
- class P1Element
- {
- public:
- typedef
- ::hilbert3d::generic::ReferenceSemanticsForPtrVectorConstIterator<
- typename std::vector< const typename TMesh::Face* > >
- ConstFaceIterator;
-
- P1Element( const typename std::vector< const typename TMesh::Face* >& );
- ConstFaceIterator begin() const;
- ConstFaceIterator end() const;
-
- private:
- P1Element();
- std::vector< const typename TMesh::Face* > support_;
- };
-
- template < class TMesh = BoundaryMesh >
- class P1Space
- : public HLibSpace< TMesh, Space<P1Element<TMesh>, 3> >
- {
- public:
- P1Space(const TMesh& mesh);
- };
-}
-//}
-
-#endif
-
+++ /dev/null
-#include "P1Space.hpp"
-
-//namespace hilbert3d
-//{
-namespace space
-{
- template < class TMesh >
- P1Element< TMesh >::P1Element(
- const typename std::vector< const typename TMesh::Face* >& faces)
- : support_(faces)
- {}
-
- template < class TMesh >
- typename P1Element< TMesh >::ConstFaceIterator
- P1Element< TMesh >::begin() const
- {
- return ConstFaceIterator(support_.begin());
- }
-
- template < class TMesh >
- typename P1Element< TMesh >::ConstFaceIterator
- P1Element< TMesh >::end() const
- {
- return ConstFaceIterator(support_.end());
- }
-
- template class P1Element<BoundaryMesh>;
- template class Space<P1Element<BoundaryMesh>,3>;
- template class HLibSpace< BoundaryMesh, Space<P1Element<BoundaryMesh>,3> >;
-
- template < class TMesh >
- P1Space< TMesh >::P1Space(const TMesh& mesh)
- : HLibSpace< TMesh, Space<P1Element<TMesh>, 3> >(
- mesh, mesh.getNumberOfVertices())
- {
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- typename std::vector< const typename TMesh::Face* > support;
- for (typename TMesh::Vertex::ConstFaceIterator faceIt =
- vertexIt->begin_f(); faceIt != vertexIt->end_f(); ++faceIt)
- {
- support.push_back( &(*faceIt) );
- }
- addElement( support );
- }
- }
-}
-//}
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_S1SPACE_HPP_GUARD_
-#define HILBERT3D_SPACES_S1SPACE_HPP_GUARD_
-
-#include "../hilbert.hpp"
-#include "../boundary_mesh/Vertex.hpp"
-#include "HLibSpace_tmpl.cpp"
-#include "GenericSpace_tmpl.cpp"
-
-namespace hilbert3d
-{
- namespace space
- {
- template < class TMesh = BoundaryMesh >
- class S1Element
- {
- public:
- typedef typename TMesh::Vertex::ConstFaceIterator ConstFaceIterator;
-
- S1Element( const typename TMesh::Vertex& vertex );
- ConstFaceIterator begin() const;
- ConstFaceIterator end() const;
- const typename TMesh::Vertex& getVertex() const;
-
- private:
- S1Element();
- const typename TMesh::Vertex* vertex_;
- };
-
- template < class TMesh = BoundaryMesh >
- class S1Space
- : public ::space::HLibSpace< TMesh, ::space::Space<S1Element<TMesh>, 3> >
- {
- public:
- S1Space(const TMesh& mesh);
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#include "S1Space.hpp"
-
-namespace hilbert3d
-{
- namespace space
- {
- template < class TMesh >
- S1Element< TMesh >::S1Element(const typename TMesh::Vertex& vertex)
- : vertex_(&vertex)
- {}
-
- template < class TMesh >
- typename S1Element< TMesh >::ConstFaceIterator
- S1Element< TMesh >::begin() const
- {
- return vertex_->begin_f();
- }
-
- template < class TMesh >
- typename S1Element< TMesh >::ConstFaceIterator
- S1Element< TMesh >::end() const
- {
- return vertex_->end_f();
- }
-
- template < class TMesh >
- const typename TMesh::Vertex&
- S1Element< TMesh >::getVertex() const
- {
- return *vertex_;
- }
-
- template < class TMesh >
- S1Space< TMesh >::S1Space(
- const TMesh& mesh)
- : ::space::HLibSpace< TMesh, ::space::Space<S1Element<TMesh>, 3> >(
- mesh, mesh.getNumberOfVertices())
- {
- for (typename TMesh::ConstVertexIterator vertexIt = mesh.begin_v();
- vertexIt != mesh.end_v(); ++vertexIt)
- {
- addElement( S1Element<TMesh>(*vertexIt) );
- }
- }
- }
-}
-
+++ /dev/null
-#ifndef HILBERT3D_SPACE_SPACE_LINK_HPP_GUARD_
-#define HILBERT3D_SPACE_SPACE_LINK_HPP_GUARD_
-
-#include <vector>
-
-#include <boost/shared_ptr.hpp>
-
-#include "../generic/ReferenceSemanticsForPtrVectorConstIterator.hpp"
-
-namespace hilbert3d
-{
- namespace space
- {
- /**
- * @brief class template that provides prolongation and restriction
- * methods between two spaces.
- *
- * This class uses the PIMPL idiome.
- * @see @ref design_idiome_pimpl
- * @see Copying Instances of Classes Using the PIMPL Idiome
- *
- * This class provides a linkage between two spaces, that corresponds
- * to two maps which prolongate discrete functions from the coarser
- * to the finer space or restrict them from the finer to the coarser
- * space.
- *
- * The space classes, as well as the prolongation and restriction maps
- * can be plugged into this class to create a specific linkage between
- * two spaces.
- *
- * TFatherSpace is the class of the coarser space. TSonSpace is the class
- * of the finer space. TFatherSpace and TSonSpace can be equal.
- * PProlongate and PRestrict are class templates themselves, which take
- * an iterator class T and provide a method
- *
- * @verbatim
- double operator()(std::vector<double>,T begin,T end) @endverbatim
- *
- * In the context of the prolongation policy PProlongate, T is
- * ConstFatherElementIterator, begin points at the first father of a
- * given element and end at the last one. The double-vector contains the
- * coefficients of the sons with respect to the input function, whereas
- * the ordering of the coefficients is the one, which is also provided by
- * the iterators. The method returns the value of the prolongated discrete
- * function at the element with the given fathers.
- *
- * In the context of the restriction policy PRestrict, T is
- * ConstSonElementIterator, begin points at the first son of a given
- * elment and end at the last one. The double-vector contains the
- * coefficients of the sons with respect to the input function, whereas
- * the ordering of the coefficients is the one, which is also provided
- * by the iterators. The method returns the value of the restricted
- * discrete function at the element with the given sons.
- */
- template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
- class SpaceLink
- {
- typedef std::vector< const typename TFatherSpace::Element* >
- FatherElementVector;
- typedef std::vector< const typename TSonSpace::Element* >
- SonElementVector;
-
- public:
- /**
- * @brief Input iterator over the set of father of a given element.
- */
- typedef
- ::hilbert3d::generic::ReferenceSemanticsForPtrVectorConstIterator<
- FatherElementVector > ConstFatherElementIterator;
- /**
- * @brief Input iterator over the set of sons of a given element.
- */
- typedef
- ::hilbert3d::generic::ReferenceSemanticsForPtrVectorConstIterator<
- SonElementVector > ConstSonElementIterator;
- /**
- * @brief Instantiation of the class that is actually used for
- * prolongation.
- */
- typedef PProlongate< ConstFatherElementIterator > Prolongator;
- /**
- * @brief Instantiation of the class that is actually used for
- * restriction.
- */
- typedef PRestrict< ConstSonElementIterator > Restrictor;
-
- /**
- * @brief Encapsulates methods for construction of SpaceLink instances.
- */
- class Builder
- {
- public:
- Builder(const TFatherSpace& father, const TSonSpace& son);
- void addRelationship(
- const typename TFatherSpace::Element& fatherElement,
- const typename TSonSpace::Element& sonElement);
- SpaceLink deliver();
-
- private:
- SpaceLink spaceLink_;
- };
-
- /**
- * @param son An element of the son space, i.e. of the finer space.
- * @returns An input iterator that points to the first father element
- * of the given son element.
- *
- * Comparing two iterators, which were created for different son
- * elements results in undefined behaviour.
- */
- ConstFatherElementIterator
- begin_fe(const typename TSonSpace::Element& son) const;
-
- /**
- * @param son An element of the son space, i.e. of the finer space.
- * @returns An input iterator that points to the first father element
- * past the end.
- *
- * Dereferencing or incrementing the iterator results in undefined
- * behaviour. Comparing two iterators, which were created for
- * different son elements results in undefined behaviour as well.
- */
- ConstFatherElementIterator
- end_fe(const typename TSonSpace::Element& son) const;
-
- /**
- * @param father An element of the father space, i.e. of the
- * coarser space.
- * @returns An input iterator that points to the first son element
- * of the given father element.
- *
- * Comparing two iterators, which were created for different father
- * elements results in undefined behaviour.
- */
- ConstSonElementIterator
- begin_se(const typename TFatherSpace::Element& father) const;
-
- /**
- * @param father An element of the father space, i.e. of the
- * coarser space.
- * @returns An input iterator that points to the first son element past
- * the end.
- *
- * Dereferencing or incrementing the iterator results in undefined
- * behaviour. Comparing two iterators, which were created for
- * different father elements results in undefined behaviour as well.
- */
- ConstSonElementIterator
- end_se(const typename TFatherSpace::Element& father) const;
-
- /**
- * @returns A reference to the coarser space.
- */
- const TFatherSpace&
- getFatherSpace() const;
-
- /**
- * @returns A reference to the finer space.
- */
- const TSonSpace&
- getSonSpace() const;
-
- /**
- * @param fct A discrete function with respect to the son space, i.e.
- * the finer space.
- * @returns A discrete function with respect to the father space, i.e.
- * the coarser space.
- *
- * The way, the restriction of #fct is obtained, is determined by the
- * Restrictor class.
- */
- typename TFatherSpace::DiscreteFunction
- restrictFunction(
- const typename TSonSpace::DiscreteFunction& fct) const;
-
- /**
- * @param fct A discrete function with respect to the father space,
- * i.e. the coarser space.
- * @returns A discrete function with respect to the son space, i.e.
- * the finer space.
- *
- * The way, the prolongation of #fct is obtained is determined by the
- * Prolongator class.
- */
- typename TSonSpace::DiscreteFunction
- prolongateFunction(
- const typename TFatherSpace::DiscreteFunction& fct) const;
-
- private:
- SpaceLink();
- SpaceLink(const TFatherSpace& father, const TSonSpace& son);
-
- /**
- * @struct impl
- * @brief This class uses the PIMPL idiome. All attributes are defined
- * within that class.
- * @see The PIMPL Idiome
- */
- struct impl;
- boost::shared_ptr< impl > d_;
- };
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_SPACELINK_TMPL_CPP_GUARD_
-#define HILBERT3D_SPACES_SPACELINK_TMPL_CPP_GUARD_
-
-#include "SpaceLink.hpp"
-
-namespace hilbert3d
-{
- namespace space
- {
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-struct SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::impl
-{
- impl(const TFatherSpace& father, const TSonSpace& son)
- : father_(father), son_(son),
- son2father_(std::vector< SpaceLink::FatherElementVector >(
- son.getNumberOfElements())),
- father2son_(std::vector< SpaceLink::SonElementVector >(
- father.getNumberOfElements()))
- {}
-
- TFatherSpace father_;
- TSonSpace son_;
- std::vector< SpaceLink::FatherElementVector > son2father_;
- std::vector< SpaceLink::SonElementVector > father2son_;
-};
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::SpaceLink(
- const TFatherSpace& father, const TSonSpace& son)
- : d_(new SpaceLink::impl(father,son))
-{
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::
- ConstFatherElementIterator
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::begin_fe(
- const typename TSonSpace::Element& son) const
-{
- return ConstFatherElementIterator(
- d_->son2father_[ d_->son_.getElementId(son) ].begin());
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::
- ConstFatherElementIterator
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::end_fe(
- const typename TSonSpace::Element& son) const
-{
- return ConstFatherElementIterator(
- d_->son2father_[ d_->son_.getElementId(son) ].end());
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::
- ConstSonElementIterator
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::begin_se(
- const typename TFatherSpace::Element& father) const
-{
- return ConstSonElementIterator(
- d_->father2son_[ d_->father_.getElementId(father) ].begin());
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::
- ConstSonElementIterator
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::end_se(
- const typename TFatherSpace::Element& father) const
-{
- return ConstSonElementIterator(
- d_->father2son_[ d_->father_.getElementId(father) ].end());
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-const TFatherSpace&
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::getFatherSpace()
- const
-{
- return d_->father_;
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-const TSonSpace&
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::getSonSpace()
- const
-{
- return d_->son_;
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename TFatherSpace::DiscreteFunction
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::restrictFunction(
- const typename TSonSpace::DiscreteFunction& fct) const
-{
- unsigned int numberOfFatherElements = d_->father_.getNumberOfElements();
- std::vector< double > coefficients(numberOfFatherElements);
- Restrictor restrictor;
-
- for (unsigned int i = 0; i < numberOfFatherElements; ++i)
- {
- const typename TFatherSpace::Element& fatherElement = d_->father_[i];
- SonElementVector sonElements = d_->father2son_[i];
- std::vector<double> sonCoeffs(sonElements.size());
-
- for (unsigned int j = 0; j < sonElements.size(); ++j)
- {
- sonCoeffs[j] = fct[ *(sonElements[j]) ];
- }
-
- coefficients[i] =
- restrictor( sonCoeffs, begin_se(fatherElement), end_se(fatherElement) );
- }
-
- return typename TFatherSpace::DiscreteFunction( d_->father_, coefficients );
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-typename TSonSpace::DiscreteFunction
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::prolongateFunction(
- const typename TFatherSpace::DiscreteFunction& fct) const
-{
- unsigned int numberOfSonElements = d_->son_.getNumberOfElements();
- std::vector< double > coefficients(numberOfSonElements);
- Prolongator prolongator;
-
- for (unsigned int i = 0; i < numberOfSonElements; ++i)
- {
- const typename TSonSpace::Element& sonElement = d_->son_[i];
- FatherElementVector fatherElements = d_->son2father_[i];
- std::vector<double> fatherCoeffs(fatherElements.size());
-
- for (unsigned int j = 0; j < fatherElements.size(); ++j)
- {
- fatherCoeffs[j] = fct[ *(fatherElements[j]) ];
- }
-
- coefficients[i] =
- prolongator( fatherCoeffs, begin_fe(sonElement), end_fe(sonElement) );
- }
-
- return typename TSonSpace::DiscreteFunction( d_->son_, coefficients );
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::Builder::Builder(
- const TFatherSpace& father, const TSonSpace& son)
- : spaceLink_(father,son)
-{
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-void
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::Builder::
- addRelationship(
- const typename TFatherSpace::Element& fatherElement,
- const typename TSonSpace::Element& sonElement)
-{
- spaceLink_.d_->father2son_[
- spaceLink_.d_->father_.getElementId( fatherElement )]
- .push_back(&sonElement);
- spaceLink_.d_->son2father_[spaceLink_.d_->son_.getElementId( sonElement )]
- .push_back(&fatherElement);
-}
-
-template < class TFatherSpace, class TSonSpace,
- template <class T> class PProlongate,
- template <class T> class PRestrict >
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >
-SpaceLink< TFatherSpace,TSonSpace,PProlongate,PRestrict >::Builder::deliver()
-{
- return spaceLink_;
-}
-
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_LINK_RULE_LINERARINTERPOLATOR_HPP_GUARD_
-#define HILBERT3D_SPACES_LINK_RULE_LINERARINTERPOLATOR_HPP_GUARD_
-
-namespace hilbert3d
-{
- namespace space
- {
- namespace link_rule
- {
- template < class TIterator >
- class LinearInterpolator
- {
- public:
- double operator()(
- const std::vector<double>& coeff,
- TIterator begin, TIterator end) const
- {
- double avg = 0.;
- for (std::vector<double>::const_iterator entry = coeff.begin();
- entry != coeff.end(); ++entry)
- {
- avg += *entry;
- }
- avg /= coeff.size();
- return avg;
- }
- };
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#ifndef HILBERT3D_SPACES_LINK_RULE_P0L2PROJECTION_HPP_GUARD_
-#define HILBERT3D_SPACES_LINK_RULE_P0L2PROJECTION_HPP_GUARD_
-
-namespace hilbert3d
-{
- namespace space
- {
- namespace link_rule
- {
- template < class TIterator >
- class P0L2Projector
- {
- public:
- double
- operator()(
- const std::vector<double>& coeff,
- TIterator begin, TIterator end) const
- {
- double result = 0., totalArea = 0.;
- unsigned int i = 0;
- do
- {
- double area = begin->getSupport().computeArea();
- totalArea += area;
- result += coeff[i] * area;
- ++i;
- } while (++begin != end);
-
- result /= totalArea;
- return result;
- }
- };
- }
- }
-}
-
-#endif
-
+++ /dev/null
-#include "P0Space_tmpl.cpp"
-#include "../hilbert.hpp"
-#include "../boundary_mesh/FlexibleMesh.hpp"
-
-#include "GenericSpace.hpp"
-
-using namespace boundary_mesh;
-using namespace space;
-int main()
-{
- BoundaryMesh m("test.obj");
- clock_t commence, complete;
-
- commence = clock();
- BoundaryMesh refined(m.refine());
- complete = clock();
- long lTime = (complete-commence);
- std::cerr << "Time for refinement: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- commence = clock();
- P0Space<> s(m);
- complete = clock();
- lTime = (complete-commence);
- std::cerr << "Time for setting up space: "
- << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-//
-// commence = clock();
-// s.createClusterFactory();
-// complete = clock();
-// lTime = (complete-commence);
-// std::cerr << "Time for setting up cluster factory: "
-// << lTime * 1000.0 / CLOCKS_PER_SEC << std::endl;
-
- return 0;
-}
+++ /dev/null
-timestamp for src/config.h
+++ /dev/null
-bin_PROGRAMS = test-hilbert2hlibOrdering
-# test-ComputeDoubleLayerPotentialEntry
-
-AM_LDFLAGS = -L../../src/boundary_mesh -L../../src/spaces -L../../src/laplace @AM_LDFLAGS@
-
-test_hilbert2hlibOrderingdir = .
-test_hilbert2hlibOrdering_SOURCES = \
- hilbert2hlibOrdering.cpp \
- ../../src/HLibOperator.cpp
-test_hilbert2hlibOrdering_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/hilbert.hpp \
- ../../src/HLibOperator.hpp
-test_hilbert2hlibOrdering_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_hilbert2hlibOrdering_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-smoke-test: test-hilbert2hlibOrdering
- ./test-hilbert2hlibOrdering
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-#include <spaces/P0Space.hpp>
-#include <HLibOperator.hpp>
-#include <hilbert.hpp>
-#include <boost/function.hpp>
-#include <iostream>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE computeSimpleLayerPotentialEntry
-#include <boost/test/unit_test.hpp>
-
-#define EPS 1e-5
-
-using namespace boundary_mesh;
-using namespace space;
-//using namespace laplace;
-
-namespace testing
-{
-using namespace boundary_mesh;
-
-class TesterHLibOperator
-{
- private:
- static double computeEntry(const P0Element& e1, const P0Element& e2)
- {
- return 0;
- }
- public:
- static void testF()
- {
- // load the LShape and refine it Uniformly
- BoundaryMesh m = BoundaryMesh::Alg::loadFromObj("Lshape.obj");
- for ( int i=0; i<5; ++i )
- m = BoundaryMesh::Alg::refineUniformly(m);
-
- // generate the space
- P0Space s(m);
-
- // define a Hmatrix-Approximation of the 0-Matrix
- HLibOperator<P0Space,P0Space, SymmetricMatrix> A(s,s,computeEntry);
-
- // generate a coefficient vector for a discrete function on the space s
- std::vector<double> coeffPhi(s.getNumberOfElements(),0);
- for ( int i=0; i<s.getNumberOfElements(); ++i )
- coeffPhi[i] = i;
-
- // generate a discrete function Phi
- P0Space::DFunc Phi(s,coeffPhi);
-
- // determine coefficients of Phi in HLib-Order
- std::vector<double> coeffPhiHLibOrder = A.ansatzHi2HL(Phi);
-
- // socr coeffPhiHLibOrder to Hilberts internal order and generate
- // a DFunc PhiTest from that
- P0Space::DFunc PhiTest = A.ansatzHL2Hi(coeffPhiHLibOrder);
-
- // compare Phi and PhiTest, they have the same coefficients
- std::vector<double> coeffPhiTest = PhiTest.getCoeff();
-
- std::cout << "\n# ansatzSpace has " << s.getNumberOfElements()
- << " elements" << std::endl;
- BOOST_CHECK( coeffPhiTest.size() == coeffPhi.size());
- for ( int i=0; i<coeffPhi.size(); ++i )
- BOOST_CHECK ( coeffPhiTest[i] == coeffPhi[i]);
- }
-
-};
-}
-
-typedef testing::TesterHLibOperator Tester;
-
-BOOST_AUTO_TEST_SUITE(hilbert2hlibOrdering)
-
-BOOST_AUTO_TEST_CASE(ordering)
-{
- Tester::testF();
-}
-
-BOOST_AUTO_TEST_SUITE_END()
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# t/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-subdir = t
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
- dir0=`pwd`; \
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
- sed_rest='s,^[^/]*/*,,'; \
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
- sed_butlast='s,/*[^/]*$$,,'; \
- while test -n "$$dir1"; do \
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
- if test "$$first2" = "$$first"; then \
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
- else \
- dir2="../$$dir2"; \
- fi; \
- dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
- done; \
- reldir="$$dir2"
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/t
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/t
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../
-top_builddir = ..
-top_srcdir = ..
-SUBDIRS = generic boundary_mesh laplace
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu t/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
- $(am__relativize); \
- new_distdir=$$reldir; \
- dir1=$$subdir; dir2="$(top_distdir)"; \
- $(am__relativize); \
- new_top_distdir=$$reldir; \
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$new_top_distdir" \
- distdir="$$new_distdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- am__skip_mode_fix=: \
- distdir) \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
- install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am check check-am clean clean-generic ctags \
- ctags-recursive distclean distclean-generic distclean-tags \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
- tags-recursive uninstall uninstall-am
-
-
-smoke-test:
- make -C generic smoke-test \
- make -C boundary_mesh smoke-test \
- make -C laplace smoke-test
-
-# 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:
+++ /dev/null
-SUBDIRS = generic boundary_mesh laplace
-
-smoke-test:
- make -C generic smoke-test \
- make -C boundary_mesh smoke-test \
- make -C laplace smoke-test
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-subdir = t
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
- dir0=`pwd`; \
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
- sed_rest='s,^[^/]*/*,,'; \
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
- sed_butlast='s,/*[^/]*$$,,'; \
- while test -n "$$dir1"; do \
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
- if test "$$first2" = "$$first"; then \
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
- else \
- dir2="../$$dir2"; \
- fi; \
- dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
- done; \
- reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = generic boundary_mesh laplace
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu t/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-
-# 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.
-$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(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"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- 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; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(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 \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
- $(am__relativize); \
- new_distdir=$$reldir; \
- dir1=$$subdir; dir2="$(top_distdir)"; \
- $(am__relativize); \
- new_top_distdir=$$reldir; \
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$new_top_distdir" \
- distdir="$$new_distdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- am__skip_mode_fix=: \
- distdir) \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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 mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
- install-am install-strip tags-recursive
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am check check-am clean clean-generic ctags \
- ctags-recursive distclean distclean-generic distclean-tags \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
- tags-recursive uninstall uninstall-am
-
-
-smoke-test:
- make -C generic smoke-test \
- make -C boundary_mesh smoke-test \
- make -C laplace smoke-test
-
-# 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:
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-#include <boundary_mesh/Marker.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE BoundaryMeshDoerflerMarking
-#include <boost/test/unit_test.hpp>
-
-using namespace ::hilbert3d::boundary_mesh;
-
-BOOST_AUTO_TEST_SUITE(BoundaryMeshDoerflerMarkingTests)
-
-BOOST_AUTO_TEST_CASE(DoerflerMarking_1)
-{
- FlexibleMesh inMesh("test-data/doerfler-1.obj");
- std::vector< double > errorEstimates(4);
- errorEstimates[0] = 0.1;
- errorEstimates[1] = 0.2;
- errorEstimates[2] = 1.0;
- errorEstimates[3] = 0.6;
-
- MarkerBuilder<FlexibleMesh> markerBuilder(inMesh);
- markerBuilder.doerflerMark(errorEstimates, 0.5);
- FlexibleMesh refinedMesh1 = inMesh.refine(markerBuilder.deliver(0));
- FlexibleMesh solution1("test-data/doerfler-1-refined-1.obj");
- BOOST_CHECK( refinedMesh1 == solution1 );
- refinedMesh1.saveAs("test.obj");
-
-/*
- MarkerBuilder<FlexibleMesh> markerBuilder(inMesh);
- markerBuilder.doerflerMark(errorEstimates, 0.7);
- FlexibleMesh refinedMesh2 = inMesh.refine(markerBuilder.deliver());
- FlexibleMesh solution2("test-data/doerfler-1-refined-2.obj");
- BOOST_CHECK( refinedMesh2 == solution2 );
-*/
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE FlexibleMesh_Face
-#include <boost/test/unit_test.hpp>
-
-/**
- * These tests are testing some API that is not accessible by the regular user.
- * Therefore, we need to wrap our testing code into a particular class, which
- * is called Tester. Tester is itself a class template, which is a friend of
- * almost all classes within the boundary_mesh namespace.
- */
-
-namespace testing
-{
-using namespace boundary_mesh;
-
-template < class TMesh >
-class Tester
-{
- private:
- static typename TMesh::Prop::Triangle
- linkHalfEdgesToTriangle(typename TMesh::HalfEdge& e1,
- typename TMesh::HalfEdge& e2, typename TMesh::HalfEdge& e3,
- geoid_t id = 0)
- {
- e1.setNextEdge( &e2 );
- e2.setNextEdge( &e3 );
- e3.setNextEdge( &e1 );
- e3.setPreviousEdge( &e2 );
- e2.setPreviousEdge( &e1 );
- e1.setPreviousEdge( &e3 );
-
- typename TMesh::Prop::Triangle face( e1, id );
- e1.setFace( face );
- e2.setFace( face );
- e3.setFace( face );
-
- return face;
- }
-
- public:
- static void testFactorizeHalfEdge()
- {
- typename TMesh::Vertex a( 1., 1., 1. );
- typename TMesh::Vertex b( 2., 2., 2. );
- typename TMesh::HalfEdge he( a, b );
-
- BOOST_CHECK( he.getStartVertex() == a );
- BOOST_CHECK( he.getEndVertex() == b );
- }
-
- static void testFactorizeFace()
- {
- typename TMesh::Vertex
- a( 0., 0., 0. ), b( 1., 0., 0. ), c( 0., 1., 0. );
- typename TMesh::HalfEdge
- e1( a, b ), e2( b, c ), e3( c, a );
-
- typename TMesh::Prop::Triangle face =
- linkHalfEdgesToTriangle( e1, e2, e3 );
-
- BOOST_CHECK( e1.getNextEdge() == &e2 );
- BOOST_CHECK( e1.getPreviousEdge() == &e3 );
-
- BOOST_CHECK( &(e1.getFace()) == &(e2.getFace()) );
- BOOST_CHECK( &(e2.getFace()) == &(e3.getFace()) );
- BOOST_CHECK( &(e3.getFace()) == &(face) );
- }
-
- static void testLessThanAndEqualsOperator()
- {
- typename TMesh::Vertex
- T1_a( 0., 0., 0. ), T1_b( 1., 0., 0. ), T1_c( 0., 1., 0. ),
- T2_a( 0., 0., 0. ), T2_b( 1., 0., 0. ), T2_c( 0., 1., 0. ),
- T3_a( 1., 0., 0. ), T3_b( 0., 1., 0. ), T3_c( 0., 0., 0. ),
- T4_a( 1., 0., 0. ), T4_b( 0., 0., 0. ), T4_c( 0., 1., 0. ),
- T5_a( -1., -1., 0. ), T5_b( 10., 10., 0. ), T5_c( 12., 10., 0. ),
- T6_a( -1., -1., 0. ), T6_b( 12., 10., 0. ), T6_c( 10., 10., 0. );
-
- typename TMesh::HalfEdge
- T1_e1( T1_a, T1_b ), T1_e2( T1_b, T1_c ), T1_e3( T1_c, T1_a ),
- T2_e1( T2_a, T2_b ), T2_e2( T2_b, T2_c ), T2_e3( T2_c, T2_a ),
- T3_e1( T3_a, T3_b ), T3_e2( T3_b, T3_c ), T3_e3( T3_c, T3_a ),
- T4_e1( T4_a, T4_b ), T4_e2( T4_b, T4_c ), T4_e3( T4_c, T4_a ),
- T5_e1( T5_a, T5_b ), T5_e2( T5_b, T5_c ), T5_e3( T5_c, T5_a ),
- T6_e1( T6_a, T6_b ), T6_e2( T6_b, T6_c ), T6_e3( T6_c, T6_a );
-
- typename TMesh::Prop::Triangle T1 =
- linkHalfEdgesToTriangle( T1_e1, T1_e2, T1_e3, 0 );
- typename TMesh::Prop::Triangle T2 =
- linkHalfEdgesToTriangle( T2_e1, T2_e2, T2_e3, 1 );
- typename TMesh::Prop::Triangle T3 =
- linkHalfEdgesToTriangle( T3_e1, T3_e2, T3_e3, 2 );
- typename TMesh::Prop::Triangle T4 =
- linkHalfEdgesToTriangle( T4_e1, T4_e2, T4_e3, 3 );
- typename TMesh::Prop::Triangle T5 =
- linkHalfEdgesToTriangle( T5_e1, T5_e2, T5_e3, 4 );
- typename TMesh::Prop::Triangle T6 =
- linkHalfEdgesToTriangle( T6_e1, T6_e2, T6_e3, 5 );
-
- BOOST_CHECK( T1 == T2 );
- BOOST_CHECK( T1 == T3 );
- BOOST_CHECK( T1 == T4 );
- BOOST_CHECK( !(T1 == T5) );
- BOOST_CHECK( !(T1 == T6) );
- BOOST_CHECK( T5 == T6 );
-
- BOOST_CHECK( !( T1 < T2 ) );
- BOOST_CHECK( !( T2 < T1 ) );
- BOOST_CHECK( !( T1 < T3 ) );
- BOOST_CHECK( !( T3 < T1 ) );
- BOOST_CHECK( !( T1 < T5 ) );
- BOOST_CHECK( !( T1 < T6 ) );
- BOOST_CHECK( T5 < T1 );
- BOOST_CHECK( T6 < T1 );
- }
-};
-}
-
-typedef testing::Tester< ::hilbert3d::boundary_mesh::FlexibleMesh > Tester;
-
-BOOST_AUTO_TEST_SUITE(FlexibleMesh_Face)
-
-BOOST_AUTO_TEST_CASE(FactorizeHalfEdge)
-{
- Tester::testFactorizeHalfEdge();
-}
-
-BOOST_AUTO_TEST_CASE(FactorizeFace)
-{
- Tester::testFactorizeFace();
-}
-
-BOOST_AUTO_TEST_CASE(Face_LessThanAndEqualsOperator)
-{
- Tester::testLessThanAndEqualsOperator();
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-#include <boundary_mesh/Marker.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE BoundaryMeshAdaptiveRefinementBasicTests
-#include <boost/test/unit_test.hpp>
-
-BOOST_AUTO_TEST_SUITE(BoundaryMeshAdaptiveRefinementBasicTests)
-
-BOOST_AUTO_TEST_CASE(ReferenceTriangle_Red)
-{
- using namespace ::hilbert3d::boundary_mesh;
- FlexibleMesh mesh("test-data/ref-triangle.obj");
- MarkerBuilder< FlexibleMesh > markerBuilder( mesh );
- markerBuilder.mark( *(mesh.begin_f()), *(*mesh.begin_f()).begin_e() );
- Marker< FlexibleMesh > marker = markerBuilder.deliver();
-
- MeshLink<FlexibleMesh> refData = mesh.refine(marker);
- mesh.saveAs("test.obj");
- FlexibleMesh solution("test-data/ref-triangle-refined-red.obj");
- BOOST_CHECK( refData.getSonMesh() == solution );
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE BoundaryMeshAdaptiveRefinementBasicTests
-#include <boost/test/unit_test.hpp>
-
-BOOST_AUTO_TEST_SUITE(BoundaryMeshAdaptiveRefinementBasicTests)
-
-BOOST_AUTO_TEST_CASE(ReferenceTriangle_Red)
-{
- using namespace ::boundary_mesh;
- FlexibleMesh mesh = FlexibleMesh::Alg::loadFromObj(
- "test-data/ref-triangle.obj");
- FlexibleMesh refined = FlexibleMesh::Alg::refineUniformly( mesh );
-
- FlexibleMesh solution = FlexibleMesh::Alg::loadFromObj(
- "test-data/ref-triangle-refined-uniformly.obj");
- BOOST_CHECK( solution == refined );
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# t/boundary_mesh/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = test-face$(EXEEXT) \
- test-boundary-mesh-adaptive-refinement$(EXEEXT) \
- test-boundary-mesh-doerfler-marking$(EXEEXT)
-subdir = t/boundary_mesh
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_boundary_mesh_adaptive_refinement_HEADERS) \
- $(test_boundary_mesh_doerfler_marking_HEADERS) \
- $(test_face_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" \
- "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" \
- "$(DESTDIR)$(test_facedir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_boundary_mesh_adaptive_refinement_OBJECTS = \
- FlexibleMeshAdaptiveRefinement.$(OBJEXT) \
- GenericVector.$(OBJEXT)
-test_boundary_mesh_adaptive_refinement_OBJECTS = \
- $(am_test_boundary_mesh_adaptive_refinement_OBJECTS)
-test_boundary_mesh_adaptive_refinement_DEPENDENCIES =
-am_test_boundary_mesh_doerfler_marking_OBJECTS = \
- DoerflerMarking.$(OBJEXT)
-test_boundary_mesh_doerfler_marking_OBJECTS = \
- $(am_test_boundary_mesh_doerfler_marking_OBJECTS)
-test_boundary_mesh_doerfler_marking_DEPENDENCIES =
-am_test_face_OBJECTS = Face.$(OBJEXT) GenericVector.$(OBJEXT)
-test_face_OBJECTS = $(am_test_face_OBJECTS)
-test_face_DEPENDENCIES =
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_boundary_mesh_adaptive_refinement_SOURCES) \
- $(test_boundary_mesh_doerfler_marking_SOURCES) \
- $(test_face_SOURCES)
-DIST_SOURCES = $(test_boundary_mesh_adaptive_refinement_SOURCES) \
- $(test_boundary_mesh_doerfler_marking_SOURCES) \
- $(test_face_SOURCES)
-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'
-HEADERS = $(test_boundary_mesh_adaptive_refinement_HEADERS) \
- $(test_boundary_mesh_doerfler_marking_HEADERS) \
- $(test_face_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS = -I../../src
-AM_LDFLAGS = -L../../src/boundary_mesh
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/t/boundary_mesh
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/t/boundary_mesh
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-test_facedir = .
-test_face_SOURCES = Face.cpp ../../src/generic/GenericVector.cpp
-test_face_HEADERS = ../../src/boundary_mesh/FlexibleMesh.hpp
-test_face_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-test_boundary_mesh_adaptive_refinementdir = .
-test_boundary_mesh_adaptive_refinement_SOURCES = \
- FlexibleMeshAdaptiveRefinement.cpp ../../src/generic/GenericVector.cpp
-
-test_boundary_mesh_adaptive_refinement_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp
-
-test_boundary_mesh_adaptive_refinement_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-test_boundary_mesh_doerfler_markingdir = .
-test_boundary_mesh_doerfler_marking_SOURCES = \
- DoerflerMarking.cpp
-
-test_boundary_mesh_doerfler_marking_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/boundary_mesh/Marker.hpp
-
-test_boundary_mesh_doerfler_marking_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/boundary_mesh/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/boundary_mesh/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-boundary-mesh-adaptive-refinement$(EXEEXT): $(test_boundary_mesh_adaptive_refinement_OBJECTS) $(test_boundary_mesh_adaptive_refinement_DEPENDENCIES)
- @rm -f test-boundary-mesh-adaptive-refinement$(EXEEXT)
- $(CXXLINK) $(test_boundary_mesh_adaptive_refinement_OBJECTS) $(test_boundary_mesh_adaptive_refinement_LDADD) $(LIBS)
-test-boundary-mesh-doerfler-marking$(EXEEXT): $(test_boundary_mesh_doerfler_marking_OBJECTS) $(test_boundary_mesh_doerfler_marking_DEPENDENCIES)
- @rm -f test-boundary-mesh-doerfler-marking$(EXEEXT)
- $(CXXLINK) $(test_boundary_mesh_doerfler_marking_OBJECTS) $(test_boundary_mesh_doerfler_marking_LDADD) $(LIBS)
-test-face$(EXEEXT): $(test_face_OBJECTS) $(test_face_DEPENDENCIES)
- @rm -f test-face$(EXEEXT)
- $(CXXLINK) $(test_face_OBJECTS) $(test_face_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/DoerflerMarking.Po
-include ./$(DEPDIR)/Face.Po
-include ./$(DEPDIR)/FlexibleMeshAdaptiveRefinement.Po
-include ./$(DEPDIR)/GenericVector.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-GenericVector.o: ../../src/generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.o -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
- $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-# source='../../src/generic/GenericVector.cpp' object='GenericVector.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-
-GenericVector.obj: ../../src/generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.obj -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
- $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-# source='../../src/generic/GenericVector.cpp' object='GenericVector.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-install-test_boundary_mesh_adaptive_refinementHEADERS: $(test_boundary_mesh_adaptive_refinement_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_boundary_mesh_adaptive_refinementdir)" || $(MKDIR_P) "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)"
- @list='$(test_boundary_mesh_adaptive_refinement_HEADERS)'; test -n "$(test_boundary_mesh_adaptive_refinementdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" || exit $$?; \
- done
-
-uninstall-test_boundary_mesh_adaptive_refinementHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_boundary_mesh_adaptive_refinement_HEADERS)'; test -n "$(test_boundary_mesh_adaptive_refinementdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" && rm -f $$files
-install-test_boundary_mesh_doerfler_markingHEADERS: $(test_boundary_mesh_doerfler_marking_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_boundary_mesh_doerfler_markingdir)" || $(MKDIR_P) "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)"
- @list='$(test_boundary_mesh_doerfler_marking_HEADERS)'; test -n "$(test_boundary_mesh_doerfler_markingdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" || exit $$?; \
- done
-
-uninstall-test_boundary_mesh_doerfler_markingHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_boundary_mesh_doerfler_marking_HEADERS)'; test -n "$(test_boundary_mesh_doerfler_markingdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" && rm -f $$files
-install-test_faceHEADERS: $(test_face_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_facedir)" || $(MKDIR_P) "$(DESTDIR)$(test_facedir)"
- @list='$(test_face_HEADERS)'; test -n "$(test_facedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_facedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_facedir)" || exit $$?; \
- done
-
-uninstall-test_faceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_face_HEADERS)'; test -n "$(test_facedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_facedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_facedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" "$(DESTDIR)$(test_facedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: \
- install-test_boundary_mesh_adaptive_refinementHEADERS \
- install-test_boundary_mesh_doerfler_markingHEADERS \
- install-test_faceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_boundary_mesh_adaptive_refinementHEADERS \
- uninstall-test_boundary_mesh_doerfler_markingHEADERS \
- uninstall-test_faceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_boundary_mesh_adaptive_refinementHEADERS \
- install-test_boundary_mesh_doerfler_markingHEADERS \
- install-test_faceHEADERS installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
- ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
- uninstall-test_boundary_mesh_adaptive_refinementHEADERS \
- uninstall-test_boundary_mesh_doerfler_markingHEADERS \
- uninstall-test_faceHEADERS
-
-
-smoke-test: test-face test-boundary-mesh-adaptive-refinement
- ./test-face
- ./test-boundary-mesh-adaptive-refinement
-
-# 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:
+++ /dev/null
-bin_PROGRAMS = test-face test-boundary-mesh-adaptive-refinement test-boundary-mesh-doerfler-marking
-
-AM_CXXFLAGS = -I../../src @AM_CXXFLAGS@
-AM_LDFLAGS = -L../../src/boundary_mesh @AM_LDFLAGS@
-
-test_facedir = .
-test_face_SOURCES = Face.cpp ../../src/generic/GenericVector.cpp
-test_face_HEADERS = ../../src/boundary_mesh/FlexibleMesh.hpp
-test_face_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-test_boundary_mesh_adaptive_refinementdir = .
-test_boundary_mesh_adaptive_refinement_SOURCES = \
- FlexibleMeshAdaptiveRefinement.cpp ../../src/generic/GenericVector.cpp
-test_boundary_mesh_adaptive_refinement_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp
-test_boundary_mesh_adaptive_refinement_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-test_boundary_mesh_doerfler_markingdir = .
-test_boundary_mesh_doerfler_marking_SOURCES = \
- DoerflerMarking.cpp
-test_boundary_mesh_doerfler_marking_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/boundary_mesh/Marker.hpp
-test_boundary_mesh_doerfler_marking_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-smoke-test: test-face test-boundary-mesh-adaptive-refinement
- ./test-face
- ./test-boundary-mesh-adaptive-refinement
-
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = test-face$(EXEEXT) \
- test-boundary-mesh-adaptive-refinement$(EXEEXT) \
- test-boundary-mesh-doerfler-marking$(EXEEXT)
-subdir = t/boundary_mesh
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_boundary_mesh_adaptive_refinement_HEADERS) \
- $(test_boundary_mesh_doerfler_marking_HEADERS) \
- $(test_face_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" \
- "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" \
- "$(DESTDIR)$(test_facedir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_boundary_mesh_adaptive_refinement_OBJECTS = \
- FlexibleMeshAdaptiveRefinement.$(OBJEXT) \
- GenericVector.$(OBJEXT)
-test_boundary_mesh_adaptive_refinement_OBJECTS = \
- $(am_test_boundary_mesh_adaptive_refinement_OBJECTS)
-test_boundary_mesh_adaptive_refinement_DEPENDENCIES =
-am_test_boundary_mesh_doerfler_marking_OBJECTS = \
- DoerflerMarking.$(OBJEXT)
-test_boundary_mesh_doerfler_marking_OBJECTS = \
- $(am_test_boundary_mesh_doerfler_marking_OBJECTS)
-test_boundary_mesh_doerfler_marking_DEPENDENCIES =
-am_test_face_OBJECTS = Face.$(OBJEXT) GenericVector.$(OBJEXT)
-test_face_OBJECTS = $(am_test_face_OBJECTS)
-test_face_DEPENDENCIES =
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_boundary_mesh_adaptive_refinement_SOURCES) \
- $(test_boundary_mesh_doerfler_marking_SOURCES) \
- $(test_face_SOURCES)
-DIST_SOURCES = $(test_boundary_mesh_adaptive_refinement_SOURCES) \
- $(test_boundary_mesh_doerfler_marking_SOURCES) \
- $(test_face_SOURCES)
-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'
-HEADERS = $(test_boundary_mesh_adaptive_refinement_HEADERS) \
- $(test_boundary_mesh_doerfler_marking_HEADERS) \
- $(test_face_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = -I../../src @AM_CXXFLAGS@
-AM_LDFLAGS = -L../../src/boundary_mesh @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-test_facedir = .
-test_face_SOURCES = Face.cpp ../../src/generic/GenericVector.cpp
-test_face_HEADERS = ../../src/boundary_mesh/FlexibleMesh.hpp
-test_face_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-test_boundary_mesh_adaptive_refinementdir = .
-test_boundary_mesh_adaptive_refinement_SOURCES = \
- FlexibleMeshAdaptiveRefinement.cpp ../../src/generic/GenericVector.cpp
-
-test_boundary_mesh_adaptive_refinement_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp
-
-test_boundary_mesh_adaptive_refinement_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-test_boundary_mesh_doerfler_markingdir = .
-test_boundary_mesh_doerfler_marking_SOURCES = \
- DoerflerMarking.cpp
-
-test_boundary_mesh_doerfler_marking_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/boundary_mesh/Marker.hpp
-
-test_boundary_mesh_doerfler_marking_LDADD = \
- -lboost_unit_test_framework -lboost_regex -lhilbert-mesh
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/boundary_mesh/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/boundary_mesh/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-boundary-mesh-adaptive-refinement$(EXEEXT): $(test_boundary_mesh_adaptive_refinement_OBJECTS) $(test_boundary_mesh_adaptive_refinement_DEPENDENCIES)
- @rm -f test-boundary-mesh-adaptive-refinement$(EXEEXT)
- $(CXXLINK) $(test_boundary_mesh_adaptive_refinement_OBJECTS) $(test_boundary_mesh_adaptive_refinement_LDADD) $(LIBS)
-test-boundary-mesh-doerfler-marking$(EXEEXT): $(test_boundary_mesh_doerfler_marking_OBJECTS) $(test_boundary_mesh_doerfler_marking_DEPENDENCIES)
- @rm -f test-boundary-mesh-doerfler-marking$(EXEEXT)
- $(CXXLINK) $(test_boundary_mesh_doerfler_marking_OBJECTS) $(test_boundary_mesh_doerfler_marking_LDADD) $(LIBS)
-test-face$(EXEEXT): $(test_face_OBJECTS) $(test_face_DEPENDENCIES)
- @rm -f test-face$(EXEEXT)
- $(CXXLINK) $(test_face_OBJECTS) $(test_face_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DoerflerMarking.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Face.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FlexibleMeshAdaptiveRefinement.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GenericVector.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-GenericVector.o: ../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.o -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/generic/GenericVector.cpp' object='GenericVector.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-
-GenericVector.obj: ../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.obj -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/generic/GenericVector.cpp' object='GenericVector.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-install-test_boundary_mesh_adaptive_refinementHEADERS: $(test_boundary_mesh_adaptive_refinement_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_boundary_mesh_adaptive_refinementdir)" || $(MKDIR_P) "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)"
- @list='$(test_boundary_mesh_adaptive_refinement_HEADERS)'; test -n "$(test_boundary_mesh_adaptive_refinementdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" || exit $$?; \
- done
-
-uninstall-test_boundary_mesh_adaptive_refinementHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_boundary_mesh_adaptive_refinement_HEADERS)'; test -n "$(test_boundary_mesh_adaptive_refinementdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" && rm -f $$files
-install-test_boundary_mesh_doerfler_markingHEADERS: $(test_boundary_mesh_doerfler_marking_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_boundary_mesh_doerfler_markingdir)" || $(MKDIR_P) "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)"
- @list='$(test_boundary_mesh_doerfler_marking_HEADERS)'; test -n "$(test_boundary_mesh_doerfler_markingdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" || exit $$?; \
- done
-
-uninstall-test_boundary_mesh_doerfler_markingHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_boundary_mesh_doerfler_marking_HEADERS)'; test -n "$(test_boundary_mesh_doerfler_markingdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" && rm -f $$files
-install-test_faceHEADERS: $(test_face_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_facedir)" || $(MKDIR_P) "$(DESTDIR)$(test_facedir)"
- @list='$(test_face_HEADERS)'; test -n "$(test_facedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_facedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_facedir)" || exit $$?; \
- done
-
-uninstall-test_faceHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_face_HEADERS)'; test -n "$(test_facedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_facedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_facedir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_boundary_mesh_adaptive_refinementdir)" "$(DESTDIR)$(test_boundary_mesh_doerfler_markingdir)" "$(DESTDIR)$(test_facedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: \
- install-test_boundary_mesh_adaptive_refinementHEADERS \
- install-test_boundary_mesh_doerfler_markingHEADERS \
- install-test_faceHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_boundary_mesh_adaptive_refinementHEADERS \
- uninstall-test_boundary_mesh_doerfler_markingHEADERS \
- uninstall-test_faceHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_boundary_mesh_adaptive_refinementHEADERS \
- install-test_boundary_mesh_doerfler_markingHEADERS \
- install-test_faceHEADERS installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
- ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
- uninstall-test_boundary_mesh_adaptive_refinementHEADERS \
- uninstall-test_boundary_mesh_doerfler_markingHEADERS \
- uninstall-test_faceHEADERS
-
-
-smoke-test: test-face test-boundary-mesh-adaptive-refinement
- ./test-face
- ./test-boundary-mesh-adaptive-refinement
-
-# 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:
+++ /dev/null
-GenericVector.o: ../../src/generic/GenericVector.cpp \
- ../../src/generic/GenericVector.hpp /usr/include/c++/4.5/functional \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h /usr/include/c++/4.5/ostream \
- /usr/include/c++/4.5/ios /usr/include/c++/4.5/iosfwd \
- /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/exception \
- /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc \
- ../../src/generic/GenericVector_tmpl.cpp /usr/include/c++/4.5/cassert \
- /usr/include/assert.h /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/istream /usr/include/c++/4.5/bits/istream.tcc \
- /usr/include/c++/4.5/cmath /usr/include/math.h \
- /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \
- /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \
- /usr/include/bits/nan.h /usr/include/bits/mathdef.h \
- /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \
- /usr/include/c++/4.5/bits/cmath.tcc
-
-../../src/generic/GenericVector.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-../../src/generic/GenericVector_tmpl.cpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
+++ /dev/null
-testGenericVector.o: testGenericVector.cpp \
- ../../src/generic/GenericVector.hpp /usr/include/c++/4.5/functional \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h \
- /usr/include/features.h /usr/include/bits/predefs.h \
- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h \
- /usr/include/c++/4.5/bits/stl_function.h \
- /usr/include/c++/4.5/backward/binders.h /usr/include/c++/4.5/ostream \
- /usr/include/c++/4.5/ios /usr/include/c++/4.5/iosfwd \
- /usr/include/c++/4.5/bits/stringfwd.h \
- /usr/include/c++/4.5/bits/postypes.h /usr/include/c++/4.5/cwchar \
- /usr/include/c++/4.5/cstddef \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \
- /usr/include/wchar.h /usr/include/stdio.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \
- /usr/include/bits/wchar.h /usr/include/xlocale.h \
- /usr/include/bits/wchar2.h /usr/include/c++/4.5/exception \
- /usr/include/c++/4.5/bits/char_traits.h \
- /usr/include/c++/4.5/bits/stl_algobase.h \
- /usr/include/c++/4.5/bits/functexcept.h \
- /usr/include/c++/4.5/exception_defines.h \
- /usr/include/c++/4.5/bits/cpp_type_traits.h \
- /usr/include/c++/4.5/ext/type_traits.h \
- /usr/include/c++/4.5/ext/numeric_traits.h \
- /usr/include/c++/4.5/bits/stl_pair.h /usr/include/c++/4.5/bits/move.h \
- /usr/include/c++/4.5/bits/concept_check.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_types.h \
- /usr/include/c++/4.5/bits/stl_iterator_base_funcs.h \
- /usr/include/c++/4.5/bits/stl_iterator.h \
- /usr/include/c++/4.5/debug/debug.h /usr/include/c++/4.5/bits/localefwd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h \
- /usr/include/c++/4.5/clocale /usr/include/locale.h \
- /usr/include/bits/locale.h /usr/include/c++/4.5/cctype \
- /usr/include/ctype.h /usr/include/bits/types.h \
- /usr/include/bits/typesizes.h /usr/include/endian.h \
- /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
- /usr/include/c++/4.5/bits/ios_base.h \
- /usr/include/c++/4.5/ext/atomicity.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h \
- /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \
- /usr/include/bits/sched.h /usr/include/bits/time.h \
- /usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
- /usr/include/unistd.h /usr/include/bits/posix_opt.h \
- /usr/include/bits/environments.h /usr/include/bits/confname.h \
- /usr/include/getopt.h /usr/include/bits/unistd.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h \
- /usr/include/c++/4.5/bits/locale_classes.h /usr/include/c++/4.5/string \
- /usr/include/c++/4.5/bits/allocator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h \
- /usr/include/c++/4.5/ext/new_allocator.h /usr/include/c++/4.5/new \
- /usr/include/c++/4.5/bits/ostream_insert.h \
- /usr/include/c++/4.5/cxxabi-forced.h \
- /usr/include/c++/4.5/bits/basic_string.h \
- /usr/include/c++/4.5/initializer_list \
- /usr/include/c++/4.5/bits/basic_string.tcc \
- /usr/include/c++/4.5/bits/locale_classes.tcc \
- /usr/include/c++/4.5/streambuf /usr/include/c++/4.5/bits/streambuf.tcc \
- /usr/include/c++/4.5/bits/basic_ios.h \
- /usr/include/c++/4.5/bits/locale_facets.h /usr/include/c++/4.5/cwctype \
- /usr/include/wctype.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h \
- /usr/include/c++/4.5/bits/streambuf_iterator.h \
- /usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h \
- /usr/include/c++/4.5/bits/locale_facets.tcc \
- /usr/include/c++/4.5/bits/basic_ios.tcc \
- /usr/include/c++/4.5/bits/ostream.tcc \
- ../../src/generic/GenericVector_tmpl.cpp /usr/include/c++/4.5/cassert \
- /usr/include/assert.h /usr/include/c++/4.5/iostream \
- /usr/include/c++/4.5/istream /usr/include/c++/4.5/bits/istream.tcc \
- /usr/include/boost/test/unit_test.hpp \
- /usr/include/boost/test/test_tools.hpp \
- /usr/include/boost/test/predicate_result.hpp \
- /usr/include/boost/test/utils/class_properties.hpp \
- /usr/include/boost/test/detail/config.hpp /usr/include/boost/config.hpp \
- /usr/include/boost/config/user.hpp \
- /usr/include/boost/config/select_compiler_config.hpp \
- /usr/include/boost/config/compiler/gcc.hpp \
- /usr/include/boost/config/select_stdlib_config.hpp \
- /usr/include/boost/config/no_tr1/utility.hpp \
- /usr/include/c++/4.5/utility /usr/include/c++/4.5/bits/stl_relops.h \
- /usr/include/boost/config/stdlib/libstdcpp3.hpp \
- /usr/include/boost/config/select_platform_config.hpp \
- /usr/include/boost/config/platform/linux.hpp \
- /usr/include/c++/4.5/cstdlib /usr/include/stdlib.h \
- /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
- /usr/include/sys/types.h /usr/include/sys/select.h \
- /usr/include/bits/select.h /usr/include/bits/sigset.h \
- /usr/include/sys/sysmacros.h /usr/include/alloca.h \
- /usr/include/bits/stdlib.h /usr/include/boost/config/posix_features.hpp \
- /usr/include/boost/config/suffix.hpp \
- /usr/include/boost/detail/workaround.hpp \
- /usr/include/boost/preprocessor/seq/for_each.hpp \
- /usr/include/boost/preprocessor/arithmetic/dec.hpp \
- /usr/include/boost/preprocessor/config/config.hpp \
- /usr/include/boost/preprocessor/repetition/for.hpp \
- /usr/include/boost/preprocessor/cat.hpp \
- /usr/include/boost/preprocessor/debug/error.hpp \
- /usr/include/boost/preprocessor/detail/auto_rec.hpp \
- /usr/include/boost/preprocessor/control/iif.hpp \
- /usr/include/boost/preprocessor/repetition/detail/for.hpp \
- /usr/include/boost/preprocessor/control/expr_iif.hpp \
- /usr/include/boost/preprocessor/logical/bool.hpp \
- /usr/include/boost/preprocessor/tuple/eat.hpp \
- /usr/include/boost/preprocessor/seq/seq.hpp \
- /usr/include/boost/preprocessor/seq/elem.hpp \
- /usr/include/boost/preprocessor/facilities/empty.hpp \
- /usr/include/boost/preprocessor/seq/size.hpp \
- /usr/include/boost/preprocessor/tuple/elem.hpp \
- /usr/include/boost/preprocessor/tuple/rem.hpp \
- /usr/include/boost/call_traits.hpp \
- /usr/include/boost/detail/call_traits.hpp \
- /usr/include/boost/type_traits/is_arithmetic.hpp \
- /usr/include/boost/type_traits/is_integral.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_def.hpp \
- /usr/include/boost/type_traits/detail/template_arity_spec.hpp \
- /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
- /usr/include/boost/mpl/aux_/adl_barrier.hpp \
- /usr/include/boost/mpl/aux_/config/adl.hpp \
- /usr/include/boost/mpl/aux_/config/msvc.hpp \
- /usr/include/boost/mpl/aux_/config/intel.hpp \
- /usr/include/boost/mpl/aux_/config/gcc.hpp \
- /usr/include/boost/mpl/aux_/config/workaround.hpp \
- /usr/include/boost/mpl/aux_/nttp_decl.hpp \
- /usr/include/boost/mpl/aux_/config/nttp.hpp \
- /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
- /usr/include/boost/mpl/integral_c_tag.hpp \
- /usr/include/boost/mpl/aux_/config/static_constant.hpp \
- /usr/include/boost/mpl/aux_/static_cast.hpp \
- /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
- /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
- /usr/include/boost/preprocessor/comma_if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
- /usr/include/boost/preprocessor/control/if.hpp \
- /usr/include/boost/preprocessor/punctuation/comma.hpp \
- /usr/include/boost/preprocessor/repeat.hpp \
- /usr/include/boost/preprocessor/repetition/repeat.hpp \
- /usr/include/boost/preprocessor/inc.hpp \
- /usr/include/boost/preprocessor/arithmetic/inc.hpp \
- /usr/include/boost/mpl/aux_/config/lambda.hpp \
- /usr/include/boost/mpl/aux_/config/ttp.hpp \
- /usr/include/boost/mpl/aux_/config/ctps.hpp \
- /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
- /usr/include/boost/type_traits/integral_constant.hpp \
- /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
- /usr/include/boost/mpl/integral_c.hpp \
- /usr/include/boost/mpl/integral_c_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_support.hpp \
- /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
- /usr/include/boost/type_traits/is_float.hpp \
- /usr/include/boost/type_traits/detail/ice_or.hpp \
- /usr/include/boost/type_traits/is_pointer.hpp \
- /usr/include/boost/type_traits/is_member_pointer.hpp \
- /usr/include/boost/type_traits/config.hpp \
- /usr/include/boost/type_traits/is_member_function_pointer.hpp \
- /usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp \
- /usr/include/boost/type_traits/remove_cv.hpp \
- /usr/include/boost/type_traits/broken_compiler_spec.hpp \
- /usr/include/boost/type_traits/detail/cv_traits_impl.hpp \
- /usr/include/boost/type_traits/detail/type_trait_def.hpp \
- /usr/include/boost/type_traits/detail/type_trait_undef.hpp \
- /usr/include/boost/type_traits/detail/ice_and.hpp \
- /usr/include/boost/type_traits/detail/ice_not.hpp \
- /usr/include/boost/type_traits/add_pointer.hpp \
- /usr/include/boost/type_traits/remove_reference.hpp \
- /usr/include/boost/type_traits/add_const.hpp \
- /usr/include/boost/utility/addressof.hpp \
- /usr/include/boost/test/detail/suppress_warnings.hpp \
- /usr/include/boost/test/detail/enable_warnings.hpp \
- /usr/include/boost/test/utils/wrap_stringstream.hpp \
- /usr/include/c++/4.5/sstream /usr/include/c++/4.5/bits/sstream.tcc \
- /usr/include/boost/test/utils/basic_cstring/basic_cstring.hpp \
- /usr/include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp \
- /usr/include/boost/test/utils/basic_cstring/bcs_char_traits.hpp \
- /usr/include/boost/shared_ptr.hpp \
- /usr/include/boost/smart_ptr/shared_ptr.hpp \
- /usr/include/boost/config/no_tr1/memory.hpp /usr/include/c++/4.5/memory \
- /usr/include/c++/4.5/bits/stl_construct.h \
- /usr/include/c++/4.5/bits/stl_uninitialized.h \
- /usr/include/c++/4.5/bits/stl_tempbuf.h \
- /usr/include/c++/4.5/bits/stl_raw_storage_iter.h \
- /usr/include/c++/4.5/backward/auto_ptr.h /usr/include/boost/assert.hpp \
- /usr/include/boost/checked_delete.hpp \
- /usr/include/boost/throw_exception.hpp \
- /usr/include/boost/exception/detail/attribute_noreturn.hpp \
- /usr/include/boost/exception/exception.hpp \
- /usr/include/boost/current_function.hpp \
- /usr/include/boost/smart_ptr/detail/shared_count.hpp \
- /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
- /usr/include/boost/smart_ptr/detail/sp_has_sync.hpp \
- /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp \
- /usr/include/boost/detail/sp_typeinfo.hpp /usr/include/c++/4.5/typeinfo \
- /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
- /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock.hpp \
- /usr/include/boost/smart_ptr/detail/spinlock_sync.hpp \
- /usr/include/boost/smart_ptr/detail/yield_k.hpp \
- /usr/include/boost/memory_order.hpp /usr/include/c++/4.5/algorithm \
- /usr/include/c++/4.5/bits/stl_algo.h \
- /usr/include/c++/4.5/bits/algorithmfwd.h \
- /usr/include/c++/4.5/bits/stl_heap.h \
- /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
- /usr/include/boost/test/unit_test_log.hpp \
- /usr/include/boost/test/test_observer.hpp \
- /usr/include/boost/test/detail/fwd_decl.hpp \
- /usr/include/boost/test/detail/global_typedef.hpp \
- /usr/include/boost/test/detail/log_level.hpp \
- /usr/include/boost/test/utils/trivial_singleton.hpp \
- /usr/include/boost/noncopyable.hpp \
- /usr/include/boost/test/utils/lazy_ostream.hpp \
- /usr/include/boost/utility.hpp \
- /usr/include/boost/utility/base_from_member.hpp \
- /usr/include/boost/preprocessor/repetition/enum_binary_params.hpp \
- /usr/include/boost/preprocessor/repetition/enum_params.hpp \
- /usr/include/boost/preprocessor/repetition/repeat_from_to.hpp \
- /usr/include/boost/preprocessor/arithmetic/add.hpp \
- /usr/include/boost/preprocessor/control/while.hpp \
- /usr/include/boost/preprocessor/list/fold_left.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
- /usr/include/boost/preprocessor/list/adt.hpp \
- /usr/include/boost/preprocessor/detail/is_binary.hpp \
- /usr/include/boost/preprocessor/detail/check.hpp \
- /usr/include/boost/preprocessor/logical/compl.hpp \
- /usr/include/boost/preprocessor/list/fold_right.hpp \
- /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
- /usr/include/boost/preprocessor/list/reverse.hpp \
- /usr/include/boost/preprocessor/logical/bitand.hpp \
- /usr/include/boost/preprocessor/control/detail/while.hpp \
- /usr/include/boost/preprocessor/arithmetic/sub.hpp \
- /usr/include/boost/utility/binary.hpp \
- /usr/include/boost/preprocessor/control/deduce_d.hpp \
- /usr/include/boost/preprocessor/facilities/identity.hpp \
- /usr/include/boost/preprocessor/seq/cat.hpp \
- /usr/include/boost/preprocessor/seq/fold_left.hpp \
- /usr/include/boost/preprocessor/seq/transform.hpp \
- /usr/include/boost/preprocessor/arithmetic/mod.hpp \
- /usr/include/boost/preprocessor/arithmetic/detail/div_base.hpp \
- /usr/include/boost/preprocessor/comparison/less_equal.hpp \
- /usr/include/boost/preprocessor/logical/not.hpp \
- /usr/include/boost/utility/enable_if.hpp \
- /usr/include/boost/next_prior.hpp /usr/include/c++/4.5/iterator \
- /usr/include/c++/4.5/bits/stream_iterator.h \
- /usr/include/boost/test/floating_point_comparison.hpp \
- /usr/include/boost/limits.hpp /usr/include/c++/4.5/limits \
- /usr/include/boost/numeric/conversion/conversion_traits.hpp \
- /usr/include/boost/numeric/conversion/detail/conversion_traits.hpp \
- /usr/include/boost/type_traits/is_same.hpp \
- /usr/include/boost/numeric/conversion/detail/meta.hpp \
- /usr/include/boost/mpl/if.hpp /usr/include/boost/mpl/aux_/value_wknd.hpp \
- /usr/include/boost/mpl/aux_/config/integral.hpp \
- /usr/include/boost/mpl/aux_/config/eti.hpp \
- /usr/include/boost/mpl/aux_/na_spec.hpp \
- /usr/include/boost/mpl/lambda_fwd.hpp \
- /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
- /usr/include/boost/mpl/aux_/na_fwd.hpp \
- /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
- /usr/include/boost/mpl/aux_/arity.hpp \
- /usr/include/boost/mpl/aux_/config/dtp.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
- /usr/include/boost/mpl/limits/arity.hpp \
- /usr/include/boost/preprocessor/logical/and.hpp \
- /usr/include/boost/preprocessor/identity.hpp \
- /usr/include/boost/preprocessor/empty.hpp \
- /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/equal_to.hpp \
- /usr/include/boost/mpl/aux_/comparison_op.hpp \
- /usr/include/boost/mpl/aux_/numeric_op.hpp \
- /usr/include/boost/mpl/numeric_cast.hpp \
- /usr/include/boost/mpl/apply_wrap.hpp \
- /usr/include/boost/mpl/aux_/has_apply.hpp \
- /usr/include/boost/mpl/has_xxx.hpp \
- /usr/include/boost/mpl/aux_/type_wrapper.hpp \
- /usr/include/boost/mpl/aux_/yes_no.hpp \
- /usr/include/boost/mpl/aux_/config/arrays.hpp \
- /usr/include/boost/mpl/aux_/config/has_xxx.hpp \
- /usr/include/boost/mpl/aux_/config/msvc_typename.hpp \
- /usr/include/boost/mpl/aux_/config/has_apply.hpp \
- /usr/include/boost/mpl/aux_/msvc_never_true.hpp \
- /usr/include/boost/mpl/aux_/config/use_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/include_preprocessed.hpp \
- /usr/include/boost/mpl/aux_/config/compiler.hpp \
- /usr/include/boost/preprocessor/stringize.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
- /usr/include/boost/mpl/tag.hpp /usr/include/boost/mpl/void.hpp \
- /usr/include/boost/mpl/aux_/has_tag.hpp \
- /usr/include/boost/mpl/aux_/numeric_cast_utils.hpp \
- /usr/include/boost/mpl/aux_/config/forwarding.hpp \
- /usr/include/boost/mpl/aux_/msvc_eti_base.hpp \
- /usr/include/boost/mpl/aux_/is_msvc_eti_arg.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp \
- /usr/include/boost/mpl/not.hpp \
- /usr/include/boost/mpl/aux_/nested_type_wknd.hpp \
- /usr/include/boost/mpl/and.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
- /usr/include/boost/mpl/identity.hpp \
- /usr/include/boost/numeric/conversion/detail/int_float_mixture.hpp \
- /usr/include/boost/numeric/conversion/int_float_mixture_enum.hpp \
- /usr/include/boost/numeric/conversion/detail/sign_mixture.hpp \
- /usr/include/boost/numeric/conversion/sign_mixture_enum.hpp \
- /usr/include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp \
- /usr/include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp \
- /usr/include/boost/numeric/conversion/detail/is_subranged.hpp \
- /usr/include/boost/mpl/multiplies.hpp /usr/include/boost/mpl/times.hpp \
- /usr/include/boost/mpl/aux_/arithmetic_op.hpp \
- /usr/include/boost/mpl/aux_/largest_int.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/times.hpp \
- /usr/include/boost/mpl/aux_/preprocessor/default_params.hpp \
- /usr/include/boost/mpl/less.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/less.hpp \
- /usr/include/boost/static_assert.hpp \
- /usr/include/boost/test/detail/workaround.hpp \
- /usr/include/boost/test/utils/basic_cstring/io.hpp \
- /usr/include/boost/preprocessor/seq/enum.hpp \
- /usr/include/boost/type_traits/is_array.hpp \
- /usr/include/boost/type_traits/is_function.hpp \
- /usr/include/boost/type_traits/is_reference.hpp \
- /usr/include/boost/type_traits/detail/false_result.hpp \
- /usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp \
- /usr/include/boost/type_traits/is_abstract.hpp \
- /usr/include/boost/type_traits/intrinsics.hpp \
- /usr/include/boost/type_traits/is_volatile.hpp \
- /usr/include/boost/mpl/or.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
- /usr/include/c++/4.5/climits \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include-fixed/limits.h \
- /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include-fixed/syslimits.h \
- /usr/include/limits.h /usr/include/bits/posix1_lim.h \
- /usr/include/bits/local_lim.h /usr/include/linux/limits.h \
- /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
- /usr/include/bits/stdio_lim.h \
- /usr/include/boost/test/unit_test_suite.hpp \
- /usr/include/boost/test/unit_test_suite_impl.hpp \
- /usr/include/boost/test/utils/callback.hpp \
- /usr/include/boost/mpl/for_each.hpp \
- /usr/include/boost/mpl/is_sequence.hpp \
- /usr/include/boost/mpl/begin_end.hpp \
- /usr/include/boost/mpl/begin_end_fwd.hpp \
- /usr/include/boost/mpl/aux_/begin_end_impl.hpp \
- /usr/include/boost/mpl/sequence_tag_fwd.hpp \
- /usr/include/boost/mpl/aux_/has_begin.hpp \
- /usr/include/boost/mpl/aux_/traits_lambda_spec.hpp \
- /usr/include/boost/mpl/sequence_tag.hpp /usr/include/boost/mpl/apply.hpp \
- /usr/include/boost/mpl/apply_fwd.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
- /usr/include/boost/mpl/placeholders.hpp /usr/include/boost/mpl/arg.hpp \
- /usr/include/boost/mpl/arg_fwd.hpp \
- /usr/include/boost/mpl/aux_/na_assert.hpp \
- /usr/include/boost/mpl/assert.hpp \
- /usr/include/boost/mpl/aux_/config/pp_counter.hpp \
- /usr/include/boost/mpl/aux_/arity_spec.hpp \
- /usr/include/boost/mpl/aux_/arg_typedef.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
- /usr/include/boost/mpl/lambda.hpp /usr/include/boost/mpl/bind.hpp \
- /usr/include/boost/mpl/bind_fwd.hpp \
- /usr/include/boost/mpl/aux_/config/bind.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
- /usr/include/boost/mpl/next.hpp /usr/include/boost/mpl/next_prior.hpp \
- /usr/include/boost/mpl/aux_/common_name_wknd.hpp \
- /usr/include/boost/mpl/protect.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
- /usr/include/boost/mpl/aux_/full_lambda.hpp \
- /usr/include/boost/mpl/quote.hpp \
- /usr/include/boost/mpl/aux_/has_type.hpp \
- /usr/include/boost/mpl/aux_/config/bcc.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
- /usr/include/boost/mpl/aux_/template_arity.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
- /usr/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
- /usr/include/boost/mpl/deref.hpp \
- /usr/include/boost/mpl/aux_/msvc_type.hpp \
- /usr/include/boost/mpl/aux_/unwrap.hpp /usr/include/boost/ref.hpp \
- /usr/include/boost/utility/value_init.hpp \
- /usr/include/boost/aligned_storage.hpp \
- /usr/include/boost/type_traits/alignment_of.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_def.hpp \
- /usr/include/boost/mpl/size_t.hpp /usr/include/boost/mpl/size_t_fwd.hpp \
- /usr/include/boost/type_traits/detail/size_t_trait_undef.hpp \
- /usr/include/boost/type_traits/type_with_alignment.hpp \
- /usr/include/boost/preprocessor/list/for_each_i.hpp \
- /usr/include/boost/preprocessor/tuple/to_list.hpp \
- /usr/include/boost/preprocessor/list/transform.hpp \
- /usr/include/boost/preprocessor/list/append.hpp \
- /usr/include/boost/type_traits/is_pod.hpp \
- /usr/include/boost/type_traits/is_void.hpp \
- /usr/include/boost/type_traits/is_scalar.hpp \
- /usr/include/boost/type_traits/is_enum.hpp \
- /usr/include/boost/type_traits/cv_traits.hpp \
- /usr/include/boost/type_traits/add_volatile.hpp \
- /usr/include/boost/type_traits/add_cv.hpp \
- /usr/include/boost/type_traits/is_const.hpp \
- /usr/include/boost/type_traits/remove_const.hpp \
- /usr/include/boost/type_traits/remove_volatile.hpp \
- /usr/include/boost/swap.hpp /usr/include/boost/utility/swap.hpp \
- /usr/include/c++/4.5/cstring /usr/include/string.h \
- /usr/include/bits/string3.h /usr/include/boost/type.hpp \
- /usr/include/c++/4.5/list /usr/include/c++/4.5/bits/stl_list.h \
- /usr/include/c++/4.5/bits/list.tcc /usr/include/c++/4.5/vector \
- /usr/include/c++/4.5/bits/stl_vector.h \
- /usr/include/c++/4.5/bits/stl_bvector.h \
- /usr/include/c++/4.5/bits/vector.tcc \
- /usr/include/boost/test/framework.hpp /usr/include/c++/4.5/stdexcept \
- /usr/include/boost/config/auto_link.hpp /usr/include/c++/4.5/cmath \
- /usr/include/math.h /usr/include/bits/huge_val.h \
- /usr/include/bits/huge_valf.h /usr/include/bits/huge_vall.h \
- /usr/include/bits/inf.h /usr/include/bits/nan.h \
- /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h \
- /usr/include/bits/mathinline.h /usr/include/c++/4.5/bits/cmath.tcc
-
-../../src/generic/GenericVector.hpp:
-
-/usr/include/c++/4.5/functional:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++config.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/os_defines.h:
-
-/usr/include/features.h:
-
-/usr/include/bits/predefs.h:
-
-/usr/include/sys/cdefs.h:
-
-/usr/include/bits/wordsize.h:
-
-/usr/include/gnu/stubs.h:
-
-/usr/include/gnu/stubs-64.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/cpu_defines.h:
-
-/usr/include/c++/4.5/bits/stl_function.h:
-
-/usr/include/c++/4.5/backward/binders.h:
-
-/usr/include/c++/4.5/ostream:
-
-/usr/include/c++/4.5/ios:
-
-/usr/include/c++/4.5/iosfwd:
-
-/usr/include/c++/4.5/bits/stringfwd.h:
-
-/usr/include/c++/4.5/bits/postypes.h:
-
-/usr/include/c++/4.5/cwchar:
-
-/usr/include/c++/4.5/cstddef:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h:
-
-/usr/include/wchar.h:
-
-/usr/include/stdio.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h:
-
-/usr/include/bits/wchar.h:
-
-/usr/include/xlocale.h:
-
-/usr/include/bits/wchar2.h:
-
-/usr/include/c++/4.5/exception:
-
-/usr/include/c++/4.5/bits/char_traits.h:
-
-/usr/include/c++/4.5/bits/stl_algobase.h:
-
-/usr/include/c++/4.5/bits/functexcept.h:
-
-/usr/include/c++/4.5/exception_defines.h:
-
-/usr/include/c++/4.5/bits/cpp_type_traits.h:
-
-/usr/include/c++/4.5/ext/type_traits.h:
-
-/usr/include/c++/4.5/ext/numeric_traits.h:
-
-/usr/include/c++/4.5/bits/stl_pair.h:
-
-/usr/include/c++/4.5/bits/move.h:
-
-/usr/include/c++/4.5/bits/concept_check.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_types.h:
-
-/usr/include/c++/4.5/bits/stl_iterator_base_funcs.h:
-
-/usr/include/c++/4.5/bits/stl_iterator.h:
-
-/usr/include/c++/4.5/debug/debug.h:
-
-/usr/include/c++/4.5/bits/localefwd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++locale.h:
-
-/usr/include/c++/4.5/clocale:
-
-/usr/include/locale.h:
-
-/usr/include/bits/locale.h:
-
-/usr/include/c++/4.5/cctype:
-
-/usr/include/ctype.h:
-
-/usr/include/bits/types.h:
-
-/usr/include/bits/typesizes.h:
-
-/usr/include/endian.h:
-
-/usr/include/bits/endian.h:
-
-/usr/include/bits/byteswap.h:
-
-/usr/include/c++/4.5/bits/ios_base.h:
-
-/usr/include/c++/4.5/ext/atomicity.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/gthr-default.h:
-
-/usr/include/pthread.h:
-
-/usr/include/sched.h:
-
-/usr/include/time.h:
-
-/usr/include/bits/sched.h:
-
-/usr/include/bits/time.h:
-
-/usr/include/bits/pthreadtypes.h:
-
-/usr/include/bits/setjmp.h:
-
-/usr/include/unistd.h:
-
-/usr/include/bits/posix_opt.h:
-
-/usr/include/bits/environments.h:
-
-/usr/include/bits/confname.h:
-
-/usr/include/getopt.h:
-
-/usr/include/bits/unistd.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/atomic_word.h:
-
-/usr/include/c++/4.5/bits/locale_classes.h:
-
-/usr/include/c++/4.5/string:
-
-/usr/include/c++/4.5/bits/allocator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/c++allocator.h:
-
-/usr/include/c++/4.5/ext/new_allocator.h:
-
-/usr/include/c++/4.5/new:
-
-/usr/include/c++/4.5/bits/ostream_insert.h:
-
-/usr/include/c++/4.5/cxxabi-forced.h:
-
-/usr/include/c++/4.5/bits/basic_string.h:
-
-/usr/include/c++/4.5/initializer_list:
-
-/usr/include/c++/4.5/bits/basic_string.tcc:
-
-/usr/include/c++/4.5/bits/locale_classes.tcc:
-
-/usr/include/c++/4.5/streambuf:
-
-/usr/include/c++/4.5/bits/streambuf.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.h:
-
-/usr/include/c++/4.5/bits/locale_facets.h:
-
-/usr/include/c++/4.5/cwctype:
-
-/usr/include/wctype.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_base.h:
-
-/usr/include/c++/4.5/bits/streambuf_iterator.h:
-
-/usr/include/c++/4.5/x86_64-linux-gnu/bits/ctype_inline.h:
-
-/usr/include/c++/4.5/bits/locale_facets.tcc:
-
-/usr/include/c++/4.5/bits/basic_ios.tcc:
-
-/usr/include/c++/4.5/bits/ostream.tcc:
-
-../../src/generic/GenericVector_tmpl.cpp:
-
-/usr/include/c++/4.5/cassert:
-
-/usr/include/assert.h:
-
-/usr/include/c++/4.5/iostream:
-
-/usr/include/c++/4.5/istream:
-
-/usr/include/c++/4.5/bits/istream.tcc:
-
-/usr/include/boost/test/unit_test.hpp:
-
-/usr/include/boost/test/test_tools.hpp:
-
-/usr/include/boost/test/predicate_result.hpp:
-
-/usr/include/boost/test/utils/class_properties.hpp:
-
-/usr/include/boost/test/detail/config.hpp:
-
-/usr/include/boost/config.hpp:
-
-/usr/include/boost/config/user.hpp:
-
-/usr/include/boost/config/select_compiler_config.hpp:
-
-/usr/include/boost/config/compiler/gcc.hpp:
-
-/usr/include/boost/config/select_stdlib_config.hpp:
-
-/usr/include/boost/config/no_tr1/utility.hpp:
-
-/usr/include/c++/4.5/utility:
-
-/usr/include/c++/4.5/bits/stl_relops.h:
-
-/usr/include/boost/config/stdlib/libstdcpp3.hpp:
-
-/usr/include/boost/config/select_platform_config.hpp:
-
-/usr/include/boost/config/platform/linux.hpp:
-
-/usr/include/c++/4.5/cstdlib:
-
-/usr/include/stdlib.h:
-
-/usr/include/bits/waitflags.h:
-
-/usr/include/bits/waitstatus.h:
-
-/usr/include/sys/types.h:
-
-/usr/include/sys/select.h:
-
-/usr/include/bits/select.h:
-
-/usr/include/bits/sigset.h:
-
-/usr/include/sys/sysmacros.h:
-
-/usr/include/alloca.h:
-
-/usr/include/bits/stdlib.h:
-
-/usr/include/boost/config/posix_features.hpp:
-
-/usr/include/boost/config/suffix.hpp:
-
-/usr/include/boost/detail/workaround.hpp:
-
-/usr/include/boost/preprocessor/seq/for_each.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/dec.hpp:
-
-/usr/include/boost/preprocessor/config/config.hpp:
-
-/usr/include/boost/preprocessor/repetition/for.hpp:
-
-/usr/include/boost/preprocessor/cat.hpp:
-
-/usr/include/boost/preprocessor/debug/error.hpp:
-
-/usr/include/boost/preprocessor/detail/auto_rec.hpp:
-
-/usr/include/boost/preprocessor/control/iif.hpp:
-
-/usr/include/boost/preprocessor/repetition/detail/for.hpp:
-
-/usr/include/boost/preprocessor/control/expr_iif.hpp:
-
-/usr/include/boost/preprocessor/logical/bool.hpp:
-
-/usr/include/boost/preprocessor/tuple/eat.hpp:
-
-/usr/include/boost/preprocessor/seq/seq.hpp:
-
-/usr/include/boost/preprocessor/seq/elem.hpp:
-
-/usr/include/boost/preprocessor/facilities/empty.hpp:
-
-/usr/include/boost/preprocessor/seq/size.hpp:
-
-/usr/include/boost/preprocessor/tuple/elem.hpp:
-
-/usr/include/boost/preprocessor/tuple/rem.hpp:
-
-/usr/include/boost/call_traits.hpp:
-
-/usr/include/boost/detail/call_traits.hpp:
-
-/usr/include/boost/type_traits/is_arithmetic.hpp:
-
-/usr/include/boost/type_traits/is_integral.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/template_arity_spec.hpp:
-
-/usr/include/boost/mpl/int.hpp:
-
-/usr/include/boost/mpl/int_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/adl_barrier.hpp:
-
-/usr/include/boost/mpl/aux_/config/adl.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc.hpp:
-
-/usr/include/boost/mpl/aux_/config/intel.hpp:
-
-/usr/include/boost/mpl/aux_/config/gcc.hpp:
-
-/usr/include/boost/mpl/aux_/config/workaround.hpp:
-
-/usr/include/boost/mpl/aux_/nttp_decl.hpp:
-
-/usr/include/boost/mpl/aux_/config/nttp.hpp:
-
-/usr/include/boost/mpl/aux_/integral_wrapper.hpp:
-
-/usr/include/boost/mpl/integral_c_tag.hpp:
-
-/usr/include/boost/mpl/aux_/config/static_constant.hpp:
-
-/usr/include/boost/mpl/aux_/static_cast.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/params.hpp:
-
-/usr/include/boost/mpl/aux_/config/preprocessor.hpp:
-
-/usr/include/boost/preprocessor/comma_if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma_if.hpp:
-
-/usr/include/boost/preprocessor/control/if.hpp:
-
-/usr/include/boost/preprocessor/punctuation/comma.hpp:
-
-/usr/include/boost/preprocessor/repeat.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat.hpp:
-
-/usr/include/boost/preprocessor/inc.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/inc.hpp:
-
-/usr/include/boost/mpl/aux_/config/lambda.hpp:
-
-/usr/include/boost/mpl/aux_/config/ttp.hpp:
-
-/usr/include/boost/mpl/aux_/config/ctps.hpp:
-
-/usr/include/boost/mpl/aux_/config/overload_resolution.hpp:
-
-/usr/include/boost/type_traits/integral_constant.hpp:
-
-/usr/include/boost/mpl/bool.hpp:
-
-/usr/include/boost/mpl/bool_fwd.hpp:
-
-/usr/include/boost/mpl/integral_c.hpp:
-
-/usr/include/boost/mpl/integral_c_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_support.hpp:
-
-/usr/include/boost/type_traits/detail/bool_trait_undef.hpp:
-
-/usr/include/boost/type_traits/is_float.hpp:
-
-/usr/include/boost/type_traits/detail/ice_or.hpp:
-
-/usr/include/boost/type_traits/is_pointer.hpp:
-
-/usr/include/boost/type_traits/is_member_pointer.hpp:
-
-/usr/include/boost/type_traits/config.hpp:
-
-/usr/include/boost/type_traits/is_member_function_pointer.hpp:
-
-/usr/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp:
-
-/usr/include/boost/type_traits/remove_cv.hpp:
-
-/usr/include/boost/type_traits/broken_compiler_spec.hpp:
-
-/usr/include/boost/type_traits/detail/cv_traits_impl.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_def.hpp:
-
-/usr/include/boost/type_traits/detail/type_trait_undef.hpp:
-
-/usr/include/boost/type_traits/detail/ice_and.hpp:
-
-/usr/include/boost/type_traits/detail/ice_not.hpp:
-
-/usr/include/boost/type_traits/add_pointer.hpp:
-
-/usr/include/boost/type_traits/remove_reference.hpp:
-
-/usr/include/boost/type_traits/add_const.hpp:
-
-/usr/include/boost/utility/addressof.hpp:
-
-/usr/include/boost/test/detail/suppress_warnings.hpp:
-
-/usr/include/boost/test/detail/enable_warnings.hpp:
-
-/usr/include/boost/test/utils/wrap_stringstream.hpp:
-
-/usr/include/c++/4.5/sstream:
-
-/usr/include/c++/4.5/bits/sstream.tcc:
-
-/usr/include/boost/test/utils/basic_cstring/basic_cstring.hpp:
-
-/usr/include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp:
-
-/usr/include/boost/test/utils/basic_cstring/bcs_char_traits.hpp:
-
-/usr/include/boost/shared_ptr.hpp:
-
-/usr/include/boost/smart_ptr/shared_ptr.hpp:
-
-/usr/include/boost/config/no_tr1/memory.hpp:
-
-/usr/include/c++/4.5/memory:
-
-/usr/include/c++/4.5/bits/stl_construct.h:
-
-/usr/include/c++/4.5/bits/stl_uninitialized.h:
-
-/usr/include/c++/4.5/bits/stl_tempbuf.h:
-
-/usr/include/c++/4.5/bits/stl_raw_storage_iter.h:
-
-/usr/include/c++/4.5/backward/auto_ptr.h:
-
-/usr/include/boost/assert.hpp:
-
-/usr/include/boost/checked_delete.hpp:
-
-/usr/include/boost/throw_exception.hpp:
-
-/usr/include/boost/exception/detail/attribute_noreturn.hpp:
-
-/usr/include/boost/exception/exception.hpp:
-
-/usr/include/boost/current_function.hpp:
-
-/usr/include/boost/smart_ptr/detail/shared_count.hpp:
-
-/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_has_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:
-
-/usr/include/boost/detail/sp_typeinfo.hpp:
-
-/usr/include/c++/4.5/typeinfo:
-
-/usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:
-
-/usr/include/boost/smart_ptr/detail/sp_convertible.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock.hpp:
-
-/usr/include/boost/smart_ptr/detail/spinlock_sync.hpp:
-
-/usr/include/boost/smart_ptr/detail/yield_k.hpp:
-
-/usr/include/boost/memory_order.hpp:
-
-/usr/include/c++/4.5/algorithm:
-
-/usr/include/c++/4.5/bits/stl_algo.h:
-
-/usr/include/c++/4.5/bits/algorithmfwd.h:
-
-/usr/include/c++/4.5/bits/stl_heap.h:
-
-/usr/include/boost/smart_ptr/detail/operator_bool.hpp:
-
-/usr/include/boost/test/unit_test_log.hpp:
-
-/usr/include/boost/test/test_observer.hpp:
-
-/usr/include/boost/test/detail/fwd_decl.hpp:
-
-/usr/include/boost/test/detail/global_typedef.hpp:
-
-/usr/include/boost/test/detail/log_level.hpp:
-
-/usr/include/boost/test/utils/trivial_singleton.hpp:
-
-/usr/include/boost/noncopyable.hpp:
-
-/usr/include/boost/test/utils/lazy_ostream.hpp:
-
-/usr/include/boost/utility.hpp:
-
-/usr/include/boost/utility/base_from_member.hpp:
-
-/usr/include/boost/preprocessor/repetition/enum_binary_params.hpp:
-
-/usr/include/boost/preprocessor/repetition/enum_params.hpp:
-
-/usr/include/boost/preprocessor/repetition/repeat_from_to.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/add.hpp:
-
-/usr/include/boost/preprocessor/control/while.hpp:
-
-/usr/include/boost/preprocessor/list/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_left.hpp:
-
-/usr/include/boost/preprocessor/list/adt.hpp:
-
-/usr/include/boost/preprocessor/detail/is_binary.hpp:
-
-/usr/include/boost/preprocessor/detail/check.hpp:
-
-/usr/include/boost/preprocessor/logical/compl.hpp:
-
-/usr/include/boost/preprocessor/list/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/detail/fold_right.hpp:
-
-/usr/include/boost/preprocessor/list/reverse.hpp:
-
-/usr/include/boost/preprocessor/logical/bitand.hpp:
-
-/usr/include/boost/preprocessor/control/detail/while.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/sub.hpp:
-
-/usr/include/boost/utility/binary.hpp:
-
-/usr/include/boost/preprocessor/control/deduce_d.hpp:
-
-/usr/include/boost/preprocessor/facilities/identity.hpp:
-
-/usr/include/boost/preprocessor/seq/cat.hpp:
-
-/usr/include/boost/preprocessor/seq/fold_left.hpp:
-
-/usr/include/boost/preprocessor/seq/transform.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/mod.hpp:
-
-/usr/include/boost/preprocessor/arithmetic/detail/div_base.hpp:
-
-/usr/include/boost/preprocessor/comparison/less_equal.hpp:
-
-/usr/include/boost/preprocessor/logical/not.hpp:
-
-/usr/include/boost/utility/enable_if.hpp:
-
-/usr/include/boost/next_prior.hpp:
-
-/usr/include/c++/4.5/iterator:
-
-/usr/include/c++/4.5/bits/stream_iterator.h:
-
-/usr/include/boost/test/floating_point_comparison.hpp:
-
-/usr/include/boost/limits.hpp:
-
-/usr/include/c++/4.5/limits:
-
-/usr/include/boost/numeric/conversion/conversion_traits.hpp:
-
-/usr/include/boost/numeric/conversion/detail/conversion_traits.hpp:
-
-/usr/include/boost/type_traits/is_same.hpp:
-
-/usr/include/boost/numeric/conversion/detail/meta.hpp:
-
-/usr/include/boost/mpl/if.hpp:
-
-/usr/include/boost/mpl/aux_/value_wknd.hpp:
-
-/usr/include/boost/mpl/aux_/config/integral.hpp:
-
-/usr/include/boost/mpl/aux_/config/eti.hpp:
-
-/usr/include/boost/mpl/aux_/na_spec.hpp:
-
-/usr/include/boost/mpl/lambda_fwd.hpp:
-
-/usr/include/boost/mpl/void_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na.hpp:
-
-/usr/include/boost/mpl/aux_/na_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/lambda_arity_param.hpp:
-
-/usr/include/boost/mpl/aux_/arity.hpp:
-
-/usr/include/boost/mpl/aux_/config/dtp.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/enum.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp:
-
-/usr/include/boost/mpl/limits/arity.hpp:
-
-/usr/include/boost/preprocessor/logical/and.hpp:
-
-/usr/include/boost/preprocessor/identity.hpp:
-
-/usr/include/boost/preprocessor/empty.hpp:
-
-/usr/include/boost/mpl/eval_if.hpp:
-
-/usr/include/boost/mpl/equal_to.hpp:
-
-/usr/include/boost/mpl/aux_/comparison_op.hpp:
-
-/usr/include/boost/mpl/aux_/numeric_op.hpp:
-
-/usr/include/boost/mpl/numeric_cast.hpp:
-
-/usr/include/boost/mpl/apply_wrap.hpp:
-
-/usr/include/boost/mpl/aux_/has_apply.hpp:
-
-/usr/include/boost/mpl/has_xxx.hpp:
-
-/usr/include/boost/mpl/aux_/type_wrapper.hpp:
-
-/usr/include/boost/mpl/aux_/yes_no.hpp:
-
-/usr/include/boost/mpl/aux_/config/arrays.hpp:
-
-/usr/include/boost/mpl/aux_/config/has_xxx.hpp:
-
-/usr/include/boost/mpl/aux_/config/msvc_typename.hpp:
-
-/usr/include/boost/mpl/aux_/config/has_apply.hpp:
-
-/usr/include/boost/mpl/aux_/msvc_never_true.hpp:
-
-/usr/include/boost/mpl/aux_/config/use_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/include_preprocessed.hpp:
-
-/usr/include/boost/mpl/aux_/config/compiler.hpp:
-
-/usr/include/boost/preprocessor/stringize.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp:
-
-/usr/include/boost/mpl/tag.hpp:
-
-/usr/include/boost/mpl/void.hpp:
-
-/usr/include/boost/mpl/aux_/has_tag.hpp:
-
-/usr/include/boost/mpl/aux_/numeric_cast_utils.hpp:
-
-/usr/include/boost/mpl/aux_/config/forwarding.hpp:
-
-/usr/include/boost/mpl/aux_/msvc_eti_base.hpp:
-
-/usr/include/boost/mpl/aux_/is_msvc_eti_arg.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp:
-
-/usr/include/boost/mpl/not.hpp:
-
-/usr/include/boost/mpl/aux_/nested_type_wknd.hpp:
-
-/usr/include/boost/mpl/and.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp:
-
-/usr/include/boost/mpl/identity.hpp:
-
-/usr/include/boost/numeric/conversion/detail/int_float_mixture.hpp:
-
-/usr/include/boost/numeric/conversion/int_float_mixture_enum.hpp:
-
-/usr/include/boost/numeric/conversion/detail/sign_mixture.hpp:
-
-/usr/include/boost/numeric/conversion/sign_mixture_enum.hpp:
-
-/usr/include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp:
-
-/usr/include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp:
-
-/usr/include/boost/numeric/conversion/detail/is_subranged.hpp:
-
-/usr/include/boost/mpl/multiplies.hpp:
-
-/usr/include/boost/mpl/times.hpp:
-
-/usr/include/boost/mpl/aux_/arithmetic_op.hpp:
-
-/usr/include/boost/mpl/aux_/largest_int.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/times.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessor/default_params.hpp:
-
-/usr/include/boost/mpl/less.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/less.hpp:
-
-/usr/include/boost/static_assert.hpp:
-
-/usr/include/boost/test/detail/workaround.hpp:
-
-/usr/include/boost/test/utils/basic_cstring/io.hpp:
-
-/usr/include/boost/preprocessor/seq/enum.hpp:
-
-/usr/include/boost/type_traits/is_array.hpp:
-
-/usr/include/boost/type_traits/is_function.hpp:
-
-/usr/include/boost/type_traits/is_reference.hpp:
-
-/usr/include/boost/type_traits/detail/false_result.hpp:
-
-/usr/include/boost/type_traits/detail/is_function_ptr_helper.hpp:
-
-/usr/include/boost/type_traits/is_abstract.hpp:
-
-/usr/include/boost/type_traits/intrinsics.hpp:
-
-/usr/include/boost/type_traits/is_volatile.hpp:
-
-/usr/include/boost/mpl/or.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/or.hpp:
-
-/usr/include/c++/4.5/climits:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include-fixed/limits.h:
-
-/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include-fixed/syslimits.h:
-
-/usr/include/limits.h:
-
-/usr/include/bits/posix1_lim.h:
-
-/usr/include/bits/local_lim.h:
-
-/usr/include/linux/limits.h:
-
-/usr/include/bits/posix2_lim.h:
-
-/usr/include/bits/xopen_lim.h:
-
-/usr/include/bits/stdio_lim.h:
-
-/usr/include/boost/test/unit_test_suite.hpp:
-
-/usr/include/boost/test/unit_test_suite_impl.hpp:
-
-/usr/include/boost/test/utils/callback.hpp:
-
-/usr/include/boost/mpl/for_each.hpp:
-
-/usr/include/boost/mpl/is_sequence.hpp:
-
-/usr/include/boost/mpl/begin_end.hpp:
-
-/usr/include/boost/mpl/begin_end_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/begin_end_impl.hpp:
-
-/usr/include/boost/mpl/sequence_tag_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/has_begin.hpp:
-
-/usr/include/boost/mpl/aux_/traits_lambda_spec.hpp:
-
-/usr/include/boost/mpl/sequence_tag.hpp:
-
-/usr/include/boost/mpl/apply.hpp:
-
-/usr/include/boost/mpl/apply_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp:
-
-/usr/include/boost/mpl/placeholders.hpp:
-
-/usr/include/boost/mpl/arg.hpp:
-
-/usr/include/boost/mpl/arg_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/na_assert.hpp:
-
-/usr/include/boost/mpl/assert.hpp:
-
-/usr/include/boost/mpl/aux_/config/pp_counter.hpp:
-
-/usr/include/boost/mpl/aux_/arity_spec.hpp:
-
-/usr/include/boost/mpl/aux_/arg_typedef.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:
-
-/usr/include/boost/mpl/lambda.hpp:
-
-/usr/include/boost/mpl/bind.hpp:
-
-/usr/include/boost/mpl/bind_fwd.hpp:
-
-/usr/include/boost/mpl/aux_/config/bind.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp:
-
-/usr/include/boost/mpl/next.hpp:
-
-/usr/include/boost/mpl/next_prior.hpp:
-
-/usr/include/boost/mpl/aux_/common_name_wknd.hpp:
-
-/usr/include/boost/mpl/protect.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp:
-
-/usr/include/boost/mpl/aux_/full_lambda.hpp:
-
-/usr/include/boost/mpl/quote.hpp:
-
-/usr/include/boost/mpl/aux_/has_type.hpp:
-
-/usr/include/boost/mpl/aux_/config/bcc.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp:
-
-/usr/include/boost/mpl/aux_/template_arity.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp:
-
-/usr/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp:
-
-/usr/include/boost/mpl/deref.hpp:
-
-/usr/include/boost/mpl/aux_/msvc_type.hpp:
-
-/usr/include/boost/mpl/aux_/unwrap.hpp:
-
-/usr/include/boost/ref.hpp:
-
-/usr/include/boost/utility/value_init.hpp:
-
-/usr/include/boost/aligned_storage.hpp:
-
-/usr/include/boost/type_traits/alignment_of.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_def.hpp:
-
-/usr/include/boost/mpl/size_t.hpp:
-
-/usr/include/boost/mpl/size_t_fwd.hpp:
-
-/usr/include/boost/type_traits/detail/size_t_trait_undef.hpp:
-
-/usr/include/boost/type_traits/type_with_alignment.hpp:
-
-/usr/include/boost/preprocessor/list/for_each_i.hpp:
-
-/usr/include/boost/preprocessor/tuple/to_list.hpp:
-
-/usr/include/boost/preprocessor/list/transform.hpp:
-
-/usr/include/boost/preprocessor/list/append.hpp:
-
-/usr/include/boost/type_traits/is_pod.hpp:
-
-/usr/include/boost/type_traits/is_void.hpp:
-
-/usr/include/boost/type_traits/is_scalar.hpp:
-
-/usr/include/boost/type_traits/is_enum.hpp:
-
-/usr/include/boost/type_traits/cv_traits.hpp:
-
-/usr/include/boost/type_traits/add_volatile.hpp:
-
-/usr/include/boost/type_traits/add_cv.hpp:
-
-/usr/include/boost/type_traits/is_const.hpp:
-
-/usr/include/boost/type_traits/remove_const.hpp:
-
-/usr/include/boost/type_traits/remove_volatile.hpp:
-
-/usr/include/boost/swap.hpp:
-
-/usr/include/boost/utility/swap.hpp:
-
-/usr/include/c++/4.5/cstring:
-
-/usr/include/string.h:
-
-/usr/include/bits/string3.h:
-
-/usr/include/boost/type.hpp:
-
-/usr/include/c++/4.5/list:
-
-/usr/include/c++/4.5/bits/stl_list.h:
-
-/usr/include/c++/4.5/bits/list.tcc:
-
-/usr/include/c++/4.5/vector:
-
-/usr/include/c++/4.5/bits/stl_vector.h:
-
-/usr/include/c++/4.5/bits/stl_bvector.h:
-
-/usr/include/c++/4.5/bits/vector.tcc:
-
-/usr/include/boost/test/framework.hpp:
-
-/usr/include/c++/4.5/stdexcept:
-
-/usr/include/boost/config/auto_link.hpp:
-
-/usr/include/c++/4.5/cmath:
-
-/usr/include/math.h:
-
-/usr/include/bits/huge_val.h:
-
-/usr/include/bits/huge_valf.h:
-
-/usr/include/bits/huge_vall.h:
-
-/usr/include/bits/inf.h:
-
-/usr/include/bits/nan.h:
-
-/usr/include/bits/mathdef.h:
-
-/usr/include/bits/mathcalls.h:
-
-/usr/include/bits/mathinline.h:
-
-/usr/include/c++/4.5/bits/cmath.tcc:
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# t/generic/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = test-generic-vector$(EXEEXT)
-subdir = t/generic
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_generic_vector_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_generic_vectordir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_generic_vector_OBJECTS = testGenericVector.$(OBJEXT) \
- GenericVector.$(OBJEXT)
-test_generic_vector_OBJECTS = $(am_test_generic_vector_OBJECTS)
-test_generic_vector_DEPENDENCIES =
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_generic_vector_SOURCES)
-DIST_SOURCES = $(test_generic_vector_SOURCES)
-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'
-HEADERS = $(test_generic_vector_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS =
-AM_LDFLAGS =
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/t/generic
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/t/generic
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-test_generic_vectordir = .
-test_generic_vector_SOURCES = \
- testGenericVector.cpp ../../src/generic/GenericVector.cpp
-
-test_generic_vector_HEADERS = \
- ../../src/generic/GenericVector.hpp \
- ../../src/generic/GenericVector_tmpl.cpp
-
-test_generic_vector_LDADD = -lboost_unit_test_framework
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/generic/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/generic/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-generic-vector$(EXEEXT): $(test_generic_vector_OBJECTS) $(test_generic_vector_DEPENDENCIES)
- @rm -f test-generic-vector$(EXEEXT)
- $(CXXLINK) $(test_generic_vector_OBJECTS) $(test_generic_vector_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/GenericVector.Po
-include ./$(DEPDIR)/testGenericVector.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-GenericVector.o: ../../src/generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.o -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
- $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-# source='../../src/generic/GenericVector.cpp' object='GenericVector.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-
-GenericVector.obj: ../../src/generic/GenericVector.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.obj -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
- $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-# source='../../src/generic/GenericVector.cpp' object='GenericVector.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-install-test_generic_vectorHEADERS: $(test_generic_vector_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_generic_vectordir)" || $(MKDIR_P) "$(DESTDIR)$(test_generic_vectordir)"
- @list='$(test_generic_vector_HEADERS)'; test -n "$(test_generic_vectordir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_generic_vectordir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_generic_vectordir)" || exit $$?; \
- done
-
-uninstall-test_generic_vectorHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_generic_vector_HEADERS)'; test -n "$(test_generic_vectordir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_generic_vectordir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_generic_vectordir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_generic_vectordir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-test_generic_vectorHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_generic_vectorHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_generic_vectorHEADERS installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-test_generic_vectorHEADERS
-
-
-smoke-test: test-generic-vector
- ./test-generic-vector
-
-# 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:
+++ /dev/null
-bin_PROGRAMS = test-generic-vector
-
-test_generic_vectordir = .
-test_generic_vector_SOURCES = \
- testGenericVector.cpp ../../src/generic/GenericVector.cpp
-test_generic_vector_HEADERS = \
- ../../src/generic/GenericVector.hpp \
- ../../src/generic/GenericVector_tmpl.cpp
-test_generic_vector_LDADD = -lboost_unit_test_framework
-
-smoke-test: test-generic-vector
- ./test-generic-vector
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = test-generic-vector$(EXEEXT)
-subdir = t/generic
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_generic_vector_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_generic_vectordir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_generic_vector_OBJECTS = testGenericVector.$(OBJEXT) \
- GenericVector.$(OBJEXT)
-test_generic_vector_OBJECTS = $(am_test_generic_vector_OBJECTS)
-test_generic_vector_DEPENDENCIES =
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_generic_vector_SOURCES)
-DIST_SOURCES = $(test_generic_vector_SOURCES)
-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'
-HEADERS = $(test_generic_vector_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = @AM_CXXFLAGS@
-AM_LDFLAGS = @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-test_generic_vectordir = .
-test_generic_vector_SOURCES = \
- testGenericVector.cpp ../../src/generic/GenericVector.cpp
-
-test_generic_vector_HEADERS = \
- ../../src/generic/GenericVector.hpp \
- ../../src/generic/GenericVector_tmpl.cpp
-
-test_generic_vector_LDADD = -lboost_unit_test_framework
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/generic/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/generic/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-generic-vector$(EXEEXT): $(test_generic_vector_OBJECTS) $(test_generic_vector_DEPENDENCIES)
- @rm -f test-generic-vector$(EXEEXT)
- $(CXXLINK) $(test_generic_vector_OBJECTS) $(test_generic_vector_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GenericVector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testGenericVector.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-GenericVector.o: ../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.o -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/generic/GenericVector.cpp' object='GenericVector.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.o `test -f '../../src/generic/GenericVector.cpp' || echo '$(srcdir)/'`../../src/generic/GenericVector.cpp
-
-GenericVector.obj: ../../src/generic/GenericVector.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GenericVector.obj -MD -MP -MF $(DEPDIR)/GenericVector.Tpo -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GenericVector.Tpo $(DEPDIR)/GenericVector.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/generic/GenericVector.cpp' object='GenericVector.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GenericVector.obj `if test -f '../../src/generic/GenericVector.cpp'; then $(CYGPATH_W) '../../src/generic/GenericVector.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/generic/GenericVector.cpp'; fi`
-install-test_generic_vectorHEADERS: $(test_generic_vector_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_generic_vectordir)" || $(MKDIR_P) "$(DESTDIR)$(test_generic_vectordir)"
- @list='$(test_generic_vector_HEADERS)'; test -n "$(test_generic_vectordir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_generic_vectordir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_generic_vectordir)" || exit $$?; \
- done
-
-uninstall-test_generic_vectorHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_generic_vector_HEADERS)'; test -n "$(test_generic_vectordir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_generic_vectordir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_generic_vectordir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_generic_vectordir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-test_generic_vectorHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_generic_vectorHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_generic_vectorHEADERS installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-test_generic_vectorHEADERS
-
-
-smoke-test: test-generic-vector
- ./test-generic-vector
-
-# 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:
+++ /dev/null
-#include <generic/GenericVector.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE GenericVectorTests
-#include <boost/test/unit_test.hpp>
-
-#include <cmath>
-
-BOOST_AUTO_TEST_SUITE(Vector3Tests)
-
-typedef ::hilbert3d::generic::GenericVector< 3 > Vector;
-
-BOOST_AUTO_TEST_CASE(InstantiationAccessAndAssignement)
-{
- Vector a;
- BOOST_REQUIRE( a.getDimension() == 3 );
- BOOST_CHECK_EQUAL( a[0], 0. );
- BOOST_CHECK_EQUAL( a[1], 0. );
- BOOST_CHECK_EQUAL( a[2], 0. );
-
- double coeff[] = { 1., 2., 3. };
- Vector b(coeff);
- BOOST_REQUIRE( b.getDimension() == 3 );
- BOOST_CHECK_EQUAL( b[0], 1. );
- BOOST_CHECK_EQUAL( b[1], 2. );
- BOOST_CHECK_EQUAL( b[2], 3. );
-
- Vector c(b);
- BOOST_REQUIRE( c.getDimension() == 3 );
- BOOST_CHECK_EQUAL( c[0], 1. );
- BOOST_CHECK_EQUAL( c[1], 2. );
- BOOST_CHECK_EQUAL( c[2], 3. );
-
- const double coeff2[] = { 1., 2., 3. };
- Vector d(coeff2);
- BOOST_REQUIRE( d.getDimension() == 3 );
- BOOST_CHECK_EQUAL( d[0], 1. );
- BOOST_CHECK_EQUAL( d[1], 2. );
- BOOST_CHECK_EQUAL( d[2], 3. );
- BOOST_CHECK_EQUAL( coeff2[0], 1. );
- BOOST_CHECK_EQUAL( coeff2[1], 2. );
- BOOST_CHECK_EQUAL( coeff2[2], 3. );
-
- Vector e;
- e = d;
- BOOST_CHECK_EQUAL( e[0], 1. );
- BOOST_CHECK_EQUAL( e[1], 2. );
- BOOST_CHECK_EQUAL( e[2], 3. );
-}
-
-BOOST_AUTO_TEST_CASE(AdditionAndSubtraction)
-{
- const double coeff1[] = { 1., 2., 3. };
- const double coeff2[] = { 4., 5., 6. };
-
- Vector a(coeff1), b(coeff2);
-
- Vector c = a+b;
- BOOST_CHECK_EQUAL( c[0], 5. );
- BOOST_CHECK_EQUAL( c[1], 7. );
- BOOST_CHECK_EQUAL( c[2], 9. );
-
- c += b;
- BOOST_CHECK_EQUAL( c[0], 9. );
- BOOST_CHECK_EQUAL( c[1], 12. );
- BOOST_CHECK_EQUAL( c[2], 15. );
-
- Vector d = a-b;
- BOOST_CHECK_EQUAL( d[0], -3. );
- BOOST_CHECK_EQUAL( d[1], -3. );
- BOOST_CHECK_EQUAL( d[2], -3. );
-
- d -= c;
- BOOST_CHECK_EQUAL( d[0], -12. );
- BOOST_CHECK_EQUAL( d[1], -15. );
- BOOST_CHECK_EQUAL( d[2], -18. );
-}
-
-BOOST_AUTO_TEST_CASE( Norm )
-{
- double coeff1[] = { 1., 1., 0. };
- Vector a(coeff1);
- BOOST_CHECK_EQUAL( a.norm(), std::sqrt(2) );
-
- double coeff2[] = { 4., 0., 3. };
- Vector b(coeff2);
- BOOST_CHECK_EQUAL( b.norm(), 5 );
-}
-
-BOOST_AUTO_TEST_CASE( ScalarMultiplicationAndDivision )
-{
- double coeff1[] = { 3., 4., 5. };
- Vector a(coeff1);
-
- Vector b = 5. * a;
- BOOST_CHECK_EQUAL( b[0], 15. );
- BOOST_CHECK_EQUAL( b[1], 20. );
- BOOST_CHECK_EQUAL( b[2], 25. );
-
- Vector c = a * 5.;
- BOOST_CHECK_EQUAL( c[0], 15. );
- BOOST_CHECK_EQUAL( c[1], 20. );
- BOOST_CHECK_EQUAL( c[2], 25. );
-
- a *= 5.;
- BOOST_CHECK_EQUAL( a[0], 15. );
- BOOST_CHECK_EQUAL( a[1], 20. );
- BOOST_CHECK_EQUAL( a[2], 25. );
-
- double coeff2[] = { 25., 20., 15. };
- Vector d(coeff2);
-
- Vector e = d / 5.;
- BOOST_CHECK_EQUAL( e[0], 5. );
- BOOST_CHECK_EQUAL( e[1], 4. );
- BOOST_CHECK_EQUAL( e[2], 3. );
-
- d /= 5.;
- BOOST_CHECK_EQUAL( d[0], 5. );
- BOOST_CHECK_EQUAL( d[1], 4. );
- BOOST_CHECK_EQUAL( d[2], 3. );
-}
-
-BOOST_AUTO_TEST_CASE( Comparison )
-{
- double coeff1[] = { 1., 2., 3. };
- Vector a(coeff1);
-
- double coeff2[] = { 1., 2., 4. };
- Vector b(coeff2);
-
- double coeff3[] = { 1., 4., 3. };
- Vector c(coeff3);
-
- double coeff4[] = { 4., 2., 3. };
- Vector d(coeff4);
-
- double coeff5[] = { 7., 9., 8. };
- Vector e(coeff5);
-
- double coeff6[] = { 1., 2., 3. };
- Vector f(coeff6);
-
- BOOST_CHECK( a == a );
- BOOST_CHECK( a == f );
- BOOST_CHECK( b == b );
- BOOST_CHECK( e == e );
- BOOST_CHECK( a != b );
- BOOST_CHECK( a != c );
- BOOST_CHECK( a != d );
- BOOST_CHECK( a != e );
-}
-
-BOOST_AUTO_TEST_CASE( LessThanOperator )
-{
- double coeff1[] = { 5., 5., 5. };
- Vector a(coeff1);
-
- double coeff2[] = { 4., 6., 6. };
- Vector b(coeff2);
- BOOST_CHECK( (a < b) == false );
- BOOST_CHECK( b < a );
-
- double coeff3[] = { 5., 4., 6. };
- Vector c(coeff3);
- BOOST_CHECK( (a < c) == false );
- BOOST_CHECK( c < a );
-
- double coeff4[] = { 5., 5., 4. };
- Vector d(coeff4);
- BOOST_CHECK( (a < d) == false );
- BOOST_CHECK( d < a );
-
- double coeff5[] = { 5., 5., 5. };
- Vector e(coeff5);
- BOOST_CHECK( (a < e) == false );
- BOOST_CHECK( (e < a) == false );
-}
-
-BOOST_AUTO_TEST_CASE( DotProduct )
-{
- double coeff1[] = { 1., 2., 3. };
- Vector a(coeff1);
-
- double coeff2[] = { 7., 2., -1. };
- Vector b(coeff2);
-
- BOOST_CHECK_EQUAL( a * b, 8. );
-}
-
-BOOST_AUTO_TEST_CASE( isLinearlyDependentAndIsProlongation )
-{
- double coeff1[] = { 1., 2., 3. };
- Vector a(coeff1);
-
- double coeff2[] = { 3., 6., 9. };
- Vector b(coeff2);
-
- double coeff3[] = { -3., -6., -9. };
- Vector c(coeff3);
-
- double coeff4[] = { 0., 0., 0. };
- Vector d(coeff4);
-
- double coeff5[] = { 27., 1., 0. };
- Vector e(coeff5);
-
- BOOST_CHECK_EQUAL( a.isLinearlyDependent( b ), true );
- BOOST_CHECK_EQUAL( a.isLinearlyDependent( c ), true );
- BOOST_CHECK_EQUAL( a.isLinearlyDependent( d ), true );
- BOOST_CHECK_EQUAL( a.isLinearlyDependent( e ), false );
- BOOST_CHECK_EQUAL( a.isProlongation( b ), true );
- BOOST_CHECK_EQUAL( a.isProlongation( c ), false );
- BOOST_CHECK_EQUAL( a.isProlongation( d ), true );
- BOOST_CHECK_EQUAL( a.isProlongation( e ), false );
- BOOST_CHECK_EQUAL( b.isProlongation( c ), false );
-}
-
-BOOST_AUTO_TEST_CASE( approximatlyEquals )
-{
- double coeff1[] = { 1., 0., 0. };
- Vector a(coeff1);
-
- double coeff2[] = { 1.+1e-16, 0., 0. };
- Vector b(coeff2);
-
- double coeff3[] = { 1., 1e-16, 1e-16 };
- Vector c(coeff3);
-
- double coeff4[] = { 1.+1e-10, 0, 0 };
- Vector d(coeff4);
-
- double coeff5[] = { 1., 1e-10, 1e-10 };
- Vector e(coeff5);
-
- BOOST_CHECK( a.approximatlyEquals(b) == true );
- BOOST_CHECK( a.approximatlyEquals(c) == true );
- BOOST_CHECK( b.approximatlyEquals(c) == true );
- BOOST_CHECK( a.approximatlyEquals(d) == false );
- BOOST_CHECK( a.approximatlyEquals(e) == false );
- BOOST_CHECK( d.approximatlyEquals(e) == false );
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
-BOOST_AUTO_TEST_SUITE( Vector3DExtensions )
-
-typedef ::hilbert3d::generic::Vector3D<> Vector3D;
-
-BOOST_AUTO_TEST_CASE( Instantiation )
-{
- Vector3D a( 7.44, 3., 0. );
- BOOST_CHECK_EQUAL( a[0], 7.44 );
- BOOST_CHECK_EQUAL( a[1], 3. );
- BOOST_CHECK_EQUAL( a[2], 0. );
-}
-
-BOOST_AUTO_TEST_CASE( CrossProduct )
-{
- Vector3D a( 1., 0., 0. );
- Vector3D b( 0., 1., 0. );
- Vector3D c = Vector3D::crossProduct( a, b );
- BOOST_CHECK_EQUAL( c[0], 0. );
- BOOST_CHECK_EQUAL( c[1], 0. );
- BOOST_CHECK_EQUAL( c[2], 1. );
-
- // TODO: Add some more test cases.
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# t/laplace/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
-
-
-
-
-
-pkgdatadir = $(datadir)/hilbert3d
-pkgincludedir = $(includedir)/hilbert3d
-pkglibdir = $(libdir)/hilbert3d
-pkglibexecdir = $(libexecdir)/hilbert3d
-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 = :
-bin_PROGRAMS = test-ComputeSimpleLayerPotentialEntry$(EXEEXT) \
- test-ComputeDoubleLayerPotentialEntry$(EXEEXT) \
- test-ComputeDoubleLayerPotential$(EXEEXT)
-subdir = t/laplace
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_ComputeDoubleLayerPotentialEntry_HEADERS) \
- $(test_ComputeDoubleLayerPotential_HEADERS) \
- $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" \
- "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" \
- "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_ComputeDoubleLayerPotential_OBJECTS = test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.$(OBJEXT) \
- test_ComputeDoubleLayerPotential-TriangleIntegrator.$(OBJEXT) \
- test_ComputeDoubleLayerPotential-HLibOperator.$(OBJEXT)
-test_ComputeDoubleLayerPotential_OBJECTS = \
- $(am_test_ComputeDoubleLayerPotential_OBJECTS)
-am__DEPENDENCIES_1 =
-test_ComputeDoubleLayerPotential_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-am_test_ComputeDoubleLayerPotentialEntry_OBJECTS = test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.$(OBJEXT) \
- test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.$(OBJEXT) \
- test_ComputeDoubleLayerPotentialEntry-HLibOperator.$(OBJEXT)
-test_ComputeDoubleLayerPotentialEntry_OBJECTS = \
- $(am_test_ComputeDoubleLayerPotentialEntry_OBJECTS)
-test_ComputeDoubleLayerPotentialEntry_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-am_test_ComputeSimpleLayerPotentialEntry_OBJECTS = test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-HLibOperator.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-SLPrectangle.$(OBJEXT)
-test_ComputeSimpleLayerPotentialEntry_OBJECTS = \
- $(am_test_ComputeSimpleLayerPotentialEntry_OBJECTS)
-test_ComputeSimpleLayerPotentialEntry_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_ComputeDoubleLayerPotential_SOURCES) \
- $(test_ComputeDoubleLayerPotentialEntry_SOURCES) \
- $(test_ComputeSimpleLayerPotentialEntry_SOURCES)
-DIST_SOURCES = $(test_ComputeDoubleLayerPotential_SOURCES) \
- $(test_ComputeDoubleLayerPotentialEntry_SOURCES) \
- $(test_ComputeSimpleLayerPotentialEntry_SOURCES)
-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'
-HEADERS = $(test_ComputeDoubleLayerPotential_HEADERS) \
- $(test_ComputeDoubleLayerPotentialEntry_HEADERS) \
- $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run tar
-AM_CXXFLAGS = -I../../src
-AM_LDFLAGS = -L../../src/boundary_mesh -L../../src/spaces
-AUTOCONF = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run automake-1.11
-AWK = mawk
-BLAS_LIBS = -lblas
-BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib
-BOOST_REGEX_LIB = -lboost_regex-mt
-BOOST_ROOT_PATH = /usr
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -I/usr/local/include
-CPP = gcc -E
-CPPFLAGS =
-CXX = g++
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOXYGEN_PAPER_SIZE =
-DX_CONFIG = Doxyfile
-DX_DOCDIR = docs/doxygen
-DX_DOT =
-DX_DOXYGEN = /usr/bin/doxygen
-DX_DVIPS = /usr/bin/dvips
-DX_EGREP = /bin/egrep
-DX_ENV = SRCDIR='.' PROJECT='Hilbert 3D' DOCDIR='docs/doxygen' VERSION='0.1.0' PERL_PATH='/usr/bin/perl' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='YES'
-DX_FLAG_chi = 0
-DX_FLAG_chm = 0
-DX_FLAG_doc = 1
-DX_FLAG_dot = 0
-DX_FLAG_html = 1
-DX_FLAG_man = 0
-DX_FLAG_pdf = 1
-DX_FLAG_ps = 1
-DX_FLAG_rtf = 0
-DX_FLAG_xml = 0
-DX_HHC =
-DX_LATEX = /usr/bin/latex
-DX_MAKEINDEX = /usr/bin/makeindex
-DX_PDFLATEX = /usr/bin/pdflatex
-DX_PERL = /usr/bin/perl
-DX_PROJECT = Hilbert 3D
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT =
-F77 = gfortran
-FFLAGS = -g -O2
-FLIBS = -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1 -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
-GREP = /bin/grep
-HLIB_CPPFLAGS = -I/usr/local/include
-HLIB_LDFLAGS = -L/usr/local/lib
-HLIB_LIB = -lhmatrix
-HLIB_ROOT_PATH = /usr/local
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LAPACK_LIBS = -llapack
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LOKI_CPPFLAGS = -I/usr/local/include
-LOKI_LDFLAGS = -L/usr/local/lib
-LOKI_ROOT_PATH = /usr/local
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/missing --run makeinfo
-MKDIR_P = /bin/mkdir -p
-OBJEXT = o
-PACKAGE = hilbert3d
-PACKAGE_BUGREPORT = markus.mayr@tuwien.ac.at
-PACKAGE_NAME = Hilbert 3D
-PACKAGE_STRING = Hilbert 3D 0.1.0
-PACKAGE_TARNAME = hilbert3d
-PACKAGE_URL = http://83.169.35.184/cgi-bin/gitweb?p=bem3d.git
-PACKAGE_VERSION = 0.1.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-VERSION = 0.1.0
-abs_builddir = /home/treecity/workspace/bacc/src/bem3d/t/laplace
-abs_srcdir = /home/treecity/workspace/bacc/src/bem3d/t/laplace
-abs_top_builddir = /home/treecity/workspace/bacc/src/bem3d
-abs_top_srcdir = /home/treecity/workspace/bacc/src/bem3d
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = gfortran
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host_alias =
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/treecity/workspace/bacc/src/bem3d/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias =
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-test_ComputeSimpleLayerPotentialEntrydir = .
-test_ComputeSimpleLayerPotentialEntry_SOURCES = \
- computeSimpleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/laplace/SimpleLayerPotential.cpp \
- ../../src/HLibOperator.cpp \
- ../../src/laplace/SLPrectangle.cpp
-
-test_ComputeSimpleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/SimpleLayerPotential.hpp \
- ../../src/laplace/SLPrectangle.hpp
-
-test_ComputeSimpleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeSimpleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-test_ComputeDoubleLayerPotentialEntrydir = .
-test_ComputeDoubleLayerPotentialEntry_SOURCES = \
- computeDoubleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-
-test_ComputeDoubleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-test_ComputeDoubleLayerPotentialdir = .
-test_ComputeDoubleLayerPotential_SOURCES = \
- computeDoubleLayerPotential.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotential_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-
-test_ComputeDoubleLayerPotential_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotential_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/laplace/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/laplace/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-ComputeDoubleLayerPotential$(EXEEXT): $(test_ComputeDoubleLayerPotential_OBJECTS) $(test_ComputeDoubleLayerPotential_DEPENDENCIES)
- @rm -f test-ComputeDoubleLayerPotential$(EXEEXT)
- $(CXXLINK) $(test_ComputeDoubleLayerPotential_OBJECTS) $(test_ComputeDoubleLayerPotential_LDADD) $(LIBS)
-test-ComputeDoubleLayerPotentialEntry$(EXEEXT): $(test_ComputeDoubleLayerPotentialEntry_OBJECTS) $(test_ComputeDoubleLayerPotentialEntry_DEPENDENCIES)
- @rm -f test-ComputeDoubleLayerPotentialEntry$(EXEEXT)
- $(CXXLINK) $(test_ComputeDoubleLayerPotentialEntry_OBJECTS) $(test_ComputeDoubleLayerPotentialEntry_LDADD) $(LIBS)
-test-ComputeSimpleLayerPotentialEntry$(EXEEXT): $(test_ComputeSimpleLayerPotentialEntry_OBJECTS) $(test_ComputeSimpleLayerPotentialEntry_DEPENDENCIES)
- @rm -f test-ComputeSimpleLayerPotentialEntry$(EXEEXT)
- $(CXXLINK) $(test_ComputeSimpleLayerPotentialEntry_OBJECTS) $(test_ComputeSimpleLayerPotentialEntry_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po
-include ./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po
-include ./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po
-include ./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po
-include ./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po
-include ./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po
-include ./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po
-
-.cpp.o:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o: computeDoubleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o `test -f 'computeDoubleLayerPotential.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotential.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po
-# source='computeDoubleLayerPotential.cpp' object='test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o `test -f 'computeDoubleLayerPotential.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotential.cpp
-
-test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj: computeDoubleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj `if test -f 'computeDoubleLayerPotential.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotential.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po
-# source='computeDoubleLayerPotential.cpp' object='test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj `if test -f 'computeDoubleLayerPotential.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotential.cpp'; fi`
-
-test_ComputeDoubleLayerPotential-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotential-TriangleIntegrator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeDoubleLayerPotential-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotential-TriangleIntegrator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeDoubleLayerPotential-HLibOperator.o: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotential-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotential-HLibOperator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotential-HLibOperator.obj: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotential-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotential-HLibOperator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o: computeDoubleLayerPotentialEntry.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o `test -f 'computeDoubleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotentialEntry.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po
-# source='computeDoubleLayerPotentialEntry.cpp' object='test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o `test -f 'computeDoubleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotentialEntry.cpp
-
-test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj: computeDoubleLayerPotentialEntry.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj `if test -f 'computeDoubleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotentialEntry.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po
-# source='computeDoubleLayerPotentialEntry.cpp' object='test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj `if test -f 'computeDoubleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotentialEntry.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-HLibOperator.o: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotentialEntry-HLibOperator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o: computeSimpleLayerPotentialEntry.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o `test -f 'computeSimpleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeSimpleLayerPotentialEntry.cpp
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po
-# source='computeSimpleLayerPotentialEntry.cpp' object='test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o `test -f 'computeSimpleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeSimpleLayerPotentialEntry.cpp
-
-test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj: computeSimpleLayerPotentialEntry.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj `if test -f 'computeSimpleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeSimpleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeSimpleLayerPotentialEntry.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po
-# source='computeSimpleLayerPotentialEntry.cpp' object='test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj `if test -f 'computeSimpleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeSimpleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeSimpleLayerPotentialEntry.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po
-# source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o: ../../src/laplace/SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o `test -f '../../src/laplace/SimpleLayerPotential.cpp' || echo '$(srcdir)/'`../../src/laplace/SimpleLayerPotential.cpp
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po
-# source='../../src/laplace/SimpleLayerPotential.cpp' object='test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o `test -f '../../src/laplace/SimpleLayerPotential.cpp' || echo '$(srcdir)/'`../../src/laplace/SimpleLayerPotential.cpp
-
-test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj: ../../src/laplace/SimpleLayerPotential.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj `if test -f '../../src/laplace/SimpleLayerPotential.cpp'; then $(CYGPATH_W) '../../src/laplace/SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SimpleLayerPotential.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po
-# source='../../src/laplace/SimpleLayerPotential.cpp' object='test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj `if test -f '../../src/laplace/SimpleLayerPotential.cpp'; then $(CYGPATH_W) '../../src/laplace/SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SimpleLayerPotential.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-HLibOperator.o: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeSimpleLayerPotentialEntry-HLibOperator.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj: ../../src/HLibOperator.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po
-# source='../../src/HLibOperator.cpp' object='test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o: ../../src/laplace/SLPrectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o `test -f '../../src/laplace/SLPrectangle.cpp' || echo '$(srcdir)/'`../../src/laplace/SLPrectangle.cpp
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po
-# source='../../src/laplace/SLPrectangle.cpp' object='test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o `test -f '../../src/laplace/SLPrectangle.cpp' || echo '$(srcdir)/'`../../src/laplace/SLPrectangle.cpp
-
-test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj: ../../src/laplace/SLPrectangle.cpp
- $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj `if test -f '../../src/laplace/SLPrectangle.cpp'; then $(CYGPATH_W) '../../src/laplace/SLPrectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SLPrectangle.cpp'; fi`
- $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po
-# source='../../src/laplace/SLPrectangle.cpp' object='test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj' libtool=no \
-# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
-# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj `if test -f '../../src/laplace/SLPrectangle.cpp'; then $(CYGPATH_W) '../../src/laplace/SLPrectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SLPrectangle.cpp'; fi`
-install-test_ComputeDoubleLayerPotentialHEADERS: $(test_ComputeDoubleLayerPotential_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeDoubleLayerPotentialdir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)"
- @list='$(test_ComputeDoubleLayerPotential_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" || exit $$?; \
- done
-
-uninstall-test_ComputeDoubleLayerPotentialHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeDoubleLayerPotential_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" && rm -f $$files
-install-test_ComputeDoubleLayerPotentialEntryHEADERS: $(test_ComputeDoubleLayerPotentialEntry_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeDoubleLayerPotentialEntrydir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)"
- @list='$(test_ComputeDoubleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialEntrydir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" || exit $$?; \
- done
-
-uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeDoubleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialEntrydir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" && rm -f $$files
-install-test_ComputeSimpleLayerPotentialEntryHEADERS: $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeSimpleLayerPotentialEntrydir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"
- @list='$(test_ComputeSimpleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeSimpleLayerPotentialEntrydir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)" || exit $$?; \
- done
-
-uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeSimpleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeSimpleLayerPotentialEntrydir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-test_ComputeDoubleLayerPotentialEntryHEADERS \
- install-test_ComputeDoubleLayerPotentialHEADERS \
- install-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS \
- uninstall-test_ComputeDoubleLayerPotentialHEADERS \
- uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_ComputeDoubleLayerPotentialEntryHEADERS \
- install-test_ComputeDoubleLayerPotentialHEADERS \
- install-test_ComputeSimpleLayerPotentialEntryHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS \
- uninstall-test_ComputeDoubleLayerPotentialHEADERS \
- uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-
-smoke-test: test-ComputeSimpleLayerPotentialEntry test-ComputeDoubleLayerPotential
- ./test-ComputeDoubleLayerPotential
-
-# 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:
+++ /dev/null
-bin_PROGRAMS = test-ComputeSimpleLayerPotentialEntry \
- test-ComputeDoubleLayerPotentialEntry \
- test-ComputeDoubleLayerPotential
-
-AM_CXXFLAGS = -I../../src
-AM_LDFLAGS = -L../../src/boundary_mesh -L../../src/spaces @AM_LDFLAGS@
-
-test_ComputeSimpleLayerPotentialEntrydir = .
-test_ComputeSimpleLayerPotentialEntry_SOURCES = \
- computeSimpleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/laplace/SimpleLayerPotential.cpp \
- ../../src/HLibOperator.cpp \
- ../../src/laplace/SLPrectangle.cpp
-test_ComputeSimpleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/SimpleLayerPotential.hpp \
- ../../src/laplace/SLPrectangle.hpp
-test_ComputeSimpleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeSimpleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-test_ComputeDoubleLayerPotentialEntrydir = .
-test_ComputeDoubleLayerPotentialEntry_SOURCES = \
- computeDoubleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-test_ComputeDoubleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-test_ComputeDoubleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-test_ComputeDoubleLayerPotentialdir = .
-test_ComputeDoubleLayerPotential_SOURCES = \
- computeDoubleLayerPotential.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-test_ComputeDoubleLayerPotential_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-test_ComputeDoubleLayerPotential_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotential_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-
-smoke-test: test-ComputeSimpleLayerPotentialEntry test-ComputeDoubleLayerPotential
- ./test-ComputeDoubleLayerPotential
+++ /dev/null
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@
-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 = :
-bin_PROGRAMS = test-ComputeSimpleLayerPotentialEntry$(EXEEXT) \
- test-ComputeDoubleLayerPotentialEntry$(EXEEXT) \
- test-ComputeDoubleLayerPotential$(EXEEXT)
-subdir = t/laplace
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(test_ComputeDoubleLayerPotentialEntry_HEADERS) \
- $(test_ComputeDoubleLayerPotential_HEADERS) \
- $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \
- $(top_srcdir)/m4/ax_boost_base.m4 \
- $(top_srcdir)/m4/ax_boost_regex.m4 $(top_srcdir)/m4/ax_hlib.m4 \
- $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_lib_loki.m4 \
- $(top_srcdir)/m4/ax_prog_doxygen.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" \
- "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" \
- "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"
-PROGRAMS = $(bin_PROGRAMS)
-am_test_ComputeDoubleLayerPotential_OBJECTS = test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.$(OBJEXT) \
- test_ComputeDoubleLayerPotential-TriangleIntegrator.$(OBJEXT) \
- test_ComputeDoubleLayerPotential-HLibOperator.$(OBJEXT)
-test_ComputeDoubleLayerPotential_OBJECTS = \
- $(am_test_ComputeDoubleLayerPotential_OBJECTS)
-am__DEPENDENCIES_1 =
-test_ComputeDoubleLayerPotential_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
-am_test_ComputeDoubleLayerPotentialEntry_OBJECTS = test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.$(OBJEXT) \
- test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.$(OBJEXT) \
- test_ComputeDoubleLayerPotentialEntry-HLibOperator.$(OBJEXT)
-test_ComputeDoubleLayerPotentialEntry_OBJECTS = \
- $(am_test_ComputeDoubleLayerPotentialEntry_OBJECTS)
-test_ComputeDoubleLayerPotentialEntry_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-am_test_ComputeSimpleLayerPotentialEntry_OBJECTS = test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-HLibOperator.$(OBJEXT) \
- test_ComputeSimpleLayerPotentialEntry-SLPrectangle.$(OBJEXT)
-test_ComputeSimpleLayerPotentialEntry_OBJECTS = \
- $(am_test_ComputeSimpleLayerPotentialEntry_OBJECTS)
-test_ComputeSimpleLayerPotentialEntry_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-CXXLD = $(CXX)
-CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
- -o $@
-SOURCES = $(test_ComputeDoubleLayerPotential_SOURCES) \
- $(test_ComputeDoubleLayerPotentialEntry_SOURCES) \
- $(test_ComputeSimpleLayerPotentialEntry_SOURCES)
-DIST_SOURCES = $(test_ComputeDoubleLayerPotential_SOURCES) \
- $(test_ComputeDoubleLayerPotentialEntry_SOURCES) \
- $(test_ComputeSimpleLayerPotentialEntry_SOURCES)
-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'
-HEADERS = $(test_ComputeDoubleLayerPotential_HEADERS) \
- $(test_ComputeDoubleLayerPotentialEntry_HEADERS) \
- $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_CXXFLAGS = -I../../src
-AM_LDFLAGS = -L../../src/boundary_mesh -L../../src/spaces @AM_LDFLAGS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BLAS_LIBS = @BLAS_LIBS@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
-BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
-DX_CONFIG = @DX_CONFIG@
-DX_DOCDIR = @DX_DOCDIR@
-DX_DOT = @DX_DOT@
-DX_DOXYGEN = @DX_DOXYGEN@
-DX_DVIPS = @DX_DVIPS@
-DX_EGREP = @DX_EGREP@
-DX_ENV = @DX_ENV@
-DX_FLAG_chi = @DX_FLAG_chi@
-DX_FLAG_chm = @DX_FLAG_chm@
-DX_FLAG_doc = @DX_FLAG_doc@
-DX_FLAG_dot = @DX_FLAG_dot@
-DX_FLAG_html = @DX_FLAG_html@
-DX_FLAG_man = @DX_FLAG_man@
-DX_FLAG_pdf = @DX_FLAG_pdf@
-DX_FLAG_ps = @DX_FLAG_ps@
-DX_FLAG_rtf = @DX_FLAG_rtf@
-DX_FLAG_xml = @DX_FLAG_xml@
-DX_HHC = @DX_HHC@
-DX_LATEX = @DX_LATEX@
-DX_MAKEINDEX = @DX_MAKEINDEX@
-DX_PDFLATEX = @DX_PDFLATEX@
-DX_PERL = @DX_PERL@
-DX_PROJECT = @DX_PROJECT@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FLIBS = @FLIBS@
-GREP = @GREP@
-HLIB_CPPFLAGS = @HLIB_CPPFLAGS@
-HLIB_LDFLAGS = @HLIB_LDFLAGS@
-HLIB_LIB = @HLIB_LIB@
-HLIB_ROOT_PATH = @HLIB_ROOT_PATH@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LAPACK_LIBS = @LAPACK_LIBS@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LOKI_CPPFLAGS = @LOKI_CPPFLAGS@
-LOKI_LDFLAGS = @LOKI_LDFLAGS@
-LOKI_ROOT_PATH = @LOKI_ROOT_PATH@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-OBJEXT = @OBJEXT@
-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@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_F77 = @ac_ct_F77@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-test_ComputeSimpleLayerPotentialEntrydir = .
-test_ComputeSimpleLayerPotentialEntry_SOURCES = \
- computeSimpleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/laplace/SimpleLayerPotential.cpp \
- ../../src/HLibOperator.cpp \
- ../../src/laplace/SLPrectangle.cpp
-
-test_ComputeSimpleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/SimpleLayerPotential.hpp \
- ../../src/laplace/SLPrectangle.hpp
-
-test_ComputeSimpleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeSimpleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-test_ComputeDoubleLayerPotentialEntrydir = .
-test_ComputeDoubleLayerPotentialEntry_SOURCES = \
- computeDoubleLayerPotentialEntry.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotentialEntry_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-
-test_ComputeDoubleLayerPotentialEntry_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotentialEntry_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-test_ComputeDoubleLayerPotentialdir = .
-test_ComputeDoubleLayerPotential_SOURCES = \
- computeDoubleLayerPotential.cpp \
- ../../src/laplace/TriangleIntegrator.cpp \
- ../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotential_HEADERS = \
- ../../src/boundary_mesh/FlexibleMesh.hpp \
- ../../src/laplace/DoubleLayerPotential.cpp \
- ../../src/laplace/DoubleLayerPotential.hpp
-
-test_ComputeDoubleLayerPotential_LDADD = -lboost_unit_test_framework -lboost_regex -lhilbert-mesh -lhilbert-spaces $(HLIB_LDFLAGS) $(HLIB_LIB) $(BLAS_LIBS) $(LAPACK_LIBS) $(LIBS) $(FLIBS)
-test_ComputeDoubleLayerPotential_CPPFLAGS = $(CPPFLAGS) $(HLIB_CPPFLAGS)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .o .obj
-$(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 t/laplace/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu t/laplace/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(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):
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-test-ComputeDoubleLayerPotential$(EXEEXT): $(test_ComputeDoubleLayerPotential_OBJECTS) $(test_ComputeDoubleLayerPotential_DEPENDENCIES)
- @rm -f test-ComputeDoubleLayerPotential$(EXEEXT)
- $(CXXLINK) $(test_ComputeDoubleLayerPotential_OBJECTS) $(test_ComputeDoubleLayerPotential_LDADD) $(LIBS)
-test-ComputeDoubleLayerPotentialEntry$(EXEEXT): $(test_ComputeDoubleLayerPotentialEntry_OBJECTS) $(test_ComputeDoubleLayerPotentialEntry_DEPENDENCIES)
- @rm -f test-ComputeDoubleLayerPotentialEntry$(EXEEXT)
- $(CXXLINK) $(test_ComputeDoubleLayerPotentialEntry_OBJECTS) $(test_ComputeDoubleLayerPotentialEntry_LDADD) $(LIBS)
-test-ComputeSimpleLayerPotentialEntry$(EXEEXT): $(test_ComputeSimpleLayerPotentialEntry_OBJECTS) $(test_ComputeSimpleLayerPotentialEntry_DEPENDENCIES)
- @rm -f test-ComputeSimpleLayerPotentialEntry$(EXEEXT)
- $(CXXLINK) $(test_ComputeSimpleLayerPotentialEntry_OBJECTS) $(test_ComputeSimpleLayerPotentialEntry_LDADD) $(LIBS)
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po@am__quote@
-
-.cpp.o:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o: computeDoubleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o `test -f 'computeDoubleLayerPotential.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeDoubleLayerPotential.cpp' object='test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.o `test -f 'computeDoubleLayerPotential.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotential.cpp
-
-test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj: computeDoubleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj `if test -f 'computeDoubleLayerPotential.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotential.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeDoubleLayerPotential.cpp' object='test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-computeDoubleLayerPotential.obj `if test -f 'computeDoubleLayerPotential.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotential.cpp'; fi`
-
-test_ComputeDoubleLayerPotential-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotential-TriangleIntegrator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeDoubleLayerPotential-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotential-TriangleIntegrator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeDoubleLayerPotential-HLibOperator.o: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotential-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotential-HLibOperator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotential-HLibOperator.obj: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotential-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotential-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotential-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotential-HLibOperator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotential_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotential-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o: computeDoubleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o `test -f 'computeDoubleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeDoubleLayerPotentialEntry.cpp' object='test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.o `test -f 'computeDoubleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeDoubleLayerPotentialEntry.cpp
-
-test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj: computeDoubleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj `if test -f 'computeDoubleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotentialEntry.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeDoubleLayerPotentialEntry.cpp' object='test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-computeDoubleLayerPotentialEntry.obj `if test -f 'computeDoubleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeDoubleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeDoubleLayerPotentialEntry.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeDoubleLayerPotentialEntry-HLibOperator.o: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotentialEntry-HLibOperator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeDoubleLayerPotentialEntry-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeDoubleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeDoubleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o: computeSimpleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o `test -f 'computeSimpleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeSimpleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeSimpleLayerPotentialEntry.cpp' object='test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.o `test -f 'computeSimpleLayerPotentialEntry.cpp' || echo '$(srcdir)/'`computeSimpleLayerPotentialEntry.cpp
-
-test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj: computeSimpleLayerPotentialEntry.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj `if test -f 'computeSimpleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeSimpleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeSimpleLayerPotentialEntry.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='computeSimpleLayerPotentialEntry.cpp' object='test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-computeSimpleLayerPotentialEntry.obj `if test -f 'computeSimpleLayerPotentialEntry.cpp'; then $(CYGPATH_W) 'computeSimpleLayerPotentialEntry.cpp'; else $(CYGPATH_W) '$(srcdir)/computeSimpleLayerPotentialEntry.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.o `test -f '../../src/laplace/TriangleIntegrator.cpp' || echo '$(srcdir)/'`../../src/laplace/TriangleIntegrator.cpp
-
-test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj: ../../src/laplace/TriangleIntegrator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/TriangleIntegrator.cpp' object='test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-TriangleIntegrator.obj `if test -f '../../src/laplace/TriangleIntegrator.cpp'; then $(CYGPATH_W) '../../src/laplace/TriangleIntegrator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/TriangleIntegrator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o: ../../src/laplace/SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o `test -f '../../src/laplace/SimpleLayerPotential.cpp' || echo '$(srcdir)/'`../../src/laplace/SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/SimpleLayerPotential.cpp' object='test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.o `test -f '../../src/laplace/SimpleLayerPotential.cpp' || echo '$(srcdir)/'`../../src/laplace/SimpleLayerPotential.cpp
-
-test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj: ../../src/laplace/SimpleLayerPotential.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj `if test -f '../../src/laplace/SimpleLayerPotential.cpp'; then $(CYGPATH_W) '../../src/laplace/SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SimpleLayerPotential.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/SimpleLayerPotential.cpp' object='test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SimpleLayerPotential.obj `if test -f '../../src/laplace/SimpleLayerPotential.cpp'; then $(CYGPATH_W) '../../src/laplace/SimpleLayerPotential.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SimpleLayerPotential.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-HLibOperator.o: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-HLibOperator.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeSimpleLayerPotentialEntry-HLibOperator.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.o `test -f '../../src/HLibOperator.cpp' || echo '$(srcdir)/'`../../src/HLibOperator.cpp
-
-test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj: ../../src/HLibOperator.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-HLibOperator.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/HLibOperator.cpp' object='test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-HLibOperator.obj `if test -f '../../src/HLibOperator.cpp'; then $(CYGPATH_W) '../../src/HLibOperator.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/HLibOperator.cpp'; fi`
-
-test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o: ../../src/laplace/SLPrectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o `test -f '../../src/laplace/SLPrectangle.cpp' || echo '$(srcdir)/'`../../src/laplace/SLPrectangle.cpp
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/SLPrectangle.cpp' object='test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.o `test -f '../../src/laplace/SLPrectangle.cpp' || echo '$(srcdir)/'`../../src/laplace/SLPrectangle.cpp
-
-test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj: ../../src/laplace/SLPrectangle.cpp
-@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj -MD -MP -MF $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj `if test -f '../../src/laplace/SLPrectangle.cpp'; then $(CYGPATH_W) '../../src/laplace/SLPrectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SLPrectangle.cpp'; fi`
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Tpo $(DEPDIR)/test_ComputeSimpleLayerPotentialEntry-SLPrectangle.Po
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../../src/laplace/SLPrectangle.cpp' object='test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_ComputeSimpleLayerPotentialEntry_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_ComputeSimpleLayerPotentialEntry-SLPrectangle.obj `if test -f '../../src/laplace/SLPrectangle.cpp'; then $(CYGPATH_W) '../../src/laplace/SLPrectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/laplace/SLPrectangle.cpp'; fi`
-install-test_ComputeDoubleLayerPotentialHEADERS: $(test_ComputeDoubleLayerPotential_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeDoubleLayerPotentialdir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)"
- @list='$(test_ComputeDoubleLayerPotential_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" || exit $$?; \
- done
-
-uninstall-test_ComputeDoubleLayerPotentialHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeDoubleLayerPotential_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" && rm -f $$files
-install-test_ComputeDoubleLayerPotentialEntryHEADERS: $(test_ComputeDoubleLayerPotentialEntry_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeDoubleLayerPotentialEntrydir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)"
- @list='$(test_ComputeDoubleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialEntrydir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" || exit $$?; \
- done
-
-uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeDoubleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeDoubleLayerPotentialEntrydir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" && rm -f $$files
-install-test_ComputeSimpleLayerPotentialEntryHEADERS: $(test_ComputeSimpleLayerPotentialEntry_HEADERS)
- @$(NORMAL_INSTALL)
- test -z "$(test_ComputeSimpleLayerPotentialEntrydir)" || $(MKDIR_P) "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"
- @list='$(test_ComputeSimpleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeSimpleLayerPotentialEntrydir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)" || exit $$?; \
- done
-
-uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(test_ComputeSimpleLayerPotentialEntry_HEADERS)'; test -n "$(test_ComputeSimpleLayerPotentialEntrydir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)" && rm -f $$files
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- set x; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- 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"
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(test_ComputeDoubleLayerPotentialdir)" "$(DESTDIR)$(test_ComputeDoubleLayerPotentialEntrydir)" "$(DESTDIR)$(test_ComputeSimpleLayerPotentialEntrydir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -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-binPROGRAMS clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-test_ComputeDoubleLayerPotentialEntryHEADERS \
- install-test_ComputeDoubleLayerPotentialHEADERS \
- install-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS \
- uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS \
- uninstall-test_ComputeDoubleLayerPotentialHEADERS \
- uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
- clean-generic ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-binPROGRAMS \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-ps install-ps-am install-strip \
- install-test_ComputeDoubleLayerPotentialEntryHEADERS \
- install-test_ComputeDoubleLayerPotentialHEADERS \
- install-test_ComputeSimpleLayerPotentialEntryHEADERS \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-binPROGRAMS \
- uninstall-test_ComputeDoubleLayerPotentialEntryHEADERS \
- uninstall-test_ComputeDoubleLayerPotentialHEADERS \
- uninstall-test_ComputeSimpleLayerPotentialEntryHEADERS
-
-
-smoke-test: test-ComputeSimpleLayerPotentialEntry test-ComputeDoubleLayerPotential
- ./test-ComputeDoubleLayerPotential
-
-# 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:
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-#include <laplace/DoubleLayerPotential.cpp>
-#include <laplace/TriangleIntegrator.hpp>
-#include <boost/function.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE computeDoubleLayerPotentialEntry
-#include <boost/test/unit_test.hpp>
-
-#define EPS 1e-9
-
-using namespace boundary_mesh;
-using namespace laplace;
-using namespace space;
-
-namespace testing
-{
- template < class TMesh >
- class Tester
- {
- private:
- class Kernel
- {
- public:
- Kernel(const BoundaryMesh::UVertex& y)
- : y_(y) {}
- double operator()(const BoundaryMesh::UVertex& x)
- {
- return 0.;
- }
-
- private:
- const BoundaryMesh::UVertex& y_;
- };
-
- public:
- static void testF()
- {
- BoundaryMesh m("Lshape.obj");
- BoundaryMesh::UVertex y(3,3,3);
-
- // define the kernel of the simple layer potential
- boost::function< double (const BoundaryMesh::UVertex&) > kernel =
- Kernel(y);
-
- TriangleIntegrator integrator = TriangleIntegrator();
-
- for ( BoundaryMesh::ConstFaceIterator faceIt = m.begin_f();
- faceIt != m.end_f(); ++faceIt )
- {
- const BoundaryMesh::Prop::Triangle& t =
- dynamic_cast<const BoundaryMesh::Prop::Triangle&>(*faceIt);
- double res1 = integrator.integrate(t,kernel);
-
- double res2 =
- ComputeDoubleLayerPotentialEntryComponentImpl<BoundaryMesh>::
- TriangleHelpers::computeLocalContributionDi(t,y);
-
- std::cout << "\n# " << res1 << "," << res2 << std::endl;
-
- BOOST_CHECK( fabs(res1-res2) <= EPS );
- }
-
- }
- };
-}
-
-typedef testing::Tester < ::hilbert3d::boundary_mesh::FlexibleMesh> Tester;
-
-BOOST_AUTO_TEST_SUITE(computeSimpleLayerPotentialEntry)
-
-BOOST_AUTO_TEST_CASE(F)
-{
- Tester::testF();
-}
-
-BOOST_AUTO_TEST_SUITE_END()
-
+++ /dev/null
-#include <boundary_mesh/FlexibleMesh.hpp>
-#include <laplace/SimpleLayerPotential.hpp>
-#include <laplace/TriangleIntegrator.hpp>
-#include <boost/function.hpp>
-#include <laplace/SLPrectangle.hpp>
-
-#define BOOST_TEST_DYN_LINK
-#define BOOST_TEST_MODULE computeSimpleLayerPotentialEntry
-#include <boost/test/unit_test.hpp>
-
-#define EPS 1e-5
-
-using namespace boundary_mesh;
-using namespace laplace;
-
-namespace testing
-{
-using namespace boundary_mesh;
-
-template < class TMesh >
-class Tester
-{
- private:
- class Kernel // the integral kernel 1/(4*pi*|x-y|) of the simple layer potential with fixed y
- {
- public:
- Kernel(const BoundaryMesh::UVertex& y)
- : y_(y) {}
- double operator()(const BoundaryMesh::UVertex& x)
- {
- return 0.25*(1./(x-y_).norm())/M_PI;
- }
- private:
- const BoundaryMesh::UVertex& y_;
- };
-
- // helper function
- // computes
- //
- // 1/(4\pi) \int_{x \in T} 1/|x-y| dx
- //
- // with fixed point y and Triangle T.
- // The computation of the integral is carried out by a 7-point Gauss quadrature
- // and by the formulas in [Rjasanow/Steinbach, Chapter C.2.1]
- static void testFHelper(const BoundaryMesh::UVertex& y, const BoundaryMesh::Prop::Triangle& t)
- {
- // define the kernel of the simple layer potential
- boost::function< double (const BoundaryMesh::UVertex&) > kernel =
- Kernel(y);
-
- // define the computeSimpleLayerPotentialEntry class
- ComputeSimpleLayerPotentialEntry<BoundaryMesh> compEnt;
-
- TriangleIntegrator integrator = TriangleIntegrator();
- double resInt = integrator.integrate(t,kernel);
-
- double resAna = compEnt.computeInnerIntegralForTriangles(t,y);
- std::cout << "# int.: " << resInt << ", ana.: " << resAna << std::endl;
-
- BOOST_CHECK( fabs(resInt-resAna) <= EPS );
- }
-
- static double slpInt_Par(const BoundaryMesh::UVertex& y, const BoundaryMesh::Prop::Parallelogram& t)
- {
- const BoundaryMesh::Vertex& p1 = *std::min_element( t.begin_v(), t.end_v() );
- const BoundaryMesh::Vertex& p2 = p1.getHalfEdge().getEndVertex();
- const BoundaryMesh::Vertex& p3 = p2.getHalfEdge().getEndVertex();
- const BoundaryMesh::Vertex& p4 = p3.getHalfEdge().getEndVertex();
-
- double y1 = y[0];
- double y2 = y[1];
- double y3 = y[2];
- double a = p1[0];
- double b = p2[0];
- double c = p1[1];
- double d = p3[1];
- double l = fabs(y[2]-p1[2]);
- double p = -0.5;
-
- return ( G00(p,b,d,y1,y2,l) - G00(p,b,c,y1,y2,l) - G00(p,a,d,y1,y2,l) + G00(p,a,c,y1,y2,l) );
- }
- public:
- static void test_slpInt_Tri()
- {
- // load the LShape
- BoundaryMesh m = BoundaryMesh::Alg::loadFromObj("Lshape.obj");
- BoundaryMesh::UVertex y1(3,3,0);
- BoundaryMesh::UVertex y2(-1,0,0);
- BoundaryMesh::UVertex y3(0,0,0);
- BoundaryMesh::UVertex y4(0.1,0.1,0);
-
- for ( BoundaryMesh::ConstFaceIterator faceIt = m.begin_f();
- faceIt != m.end_f(); ++faceIt )
- {
- const BoundaryMesh::Prop::Triangle& t =
- dynamic_cast<const BoundaryMesh::Prop::Triangle&>(*faceIt);
- std::cout << "\n# face " << t.getId() << "-------------------------" <<
- "-----------------------------------" << std::endl;
-
- testFHelper(y1,t);
- testFHelper(y2,t);
- testFHelper(y3,t);
- testFHelper(y4,t);
- }
- }
-
- static void test_slpInt_Par()
- {
- // load the test mesh
- BoundaryMesh m_par = BoundaryMesh::Alg::loadFromObj("Parallelogram.obj");
- BoundaryMesh m_tri = BoundaryMesh::Alg::loadFromObj("Parallelogram_Tri.obj");
-
- BoundaryMesh::UVertex y1(3,3,0);
- BoundaryMesh::UVertex y2(-1,0,0);
- BoundaryMesh::UVertex y3(0,0,0);
- BoundaryMesh::UVertex y4(0.1,0.1,0);
-
- double resPar = slpInt_Par(y1,dynamic_cast<const BoundaryMesh::Prop::Parallelogram&>(*(m_par.begin_f())));
-
- BoundaryMesh::ConstFaceIterator faceIt = m_tri.begin_f();
- const BoundaryMesh::Prop::Triangle& t1 = dynamic_cast<const BoundaryMesh::Prop::Triangle&>(*faceIt);
- const BoundaryMesh::Prop::Triangle& t2 = dynamic_cast<const BoundaryMesh::Prop::Triangle&>(*(++faceIt));
-
- double resTri = ComputeSimpleLayerPotentialEntry<BoundaryMesh>::computeInnerIntegralForTriangles(t1,y1)
- +ComputeSimpleLayerPotentialEntry<BoundaryMesh>::computeInnerIntegralForTriangles(t2,y1);
- std::cerr << resPar << " " << resTri << std::endl;
- BOOST_CHECK( fabs(resPar-resTri) <= EPS );
- }
-
-};
-//int main()
-//{
-//
-// // choose a point outside the LShape
-// BoundaryMesh::UVertex x(3,3,0);
-//
-// TriangleIntegrator integrator = TriangleIntegrator();
-//
-// for ( BoundaryMesh::ConstFaceIterator faceIt = m.begin_f();
-// faceIt != m.end_f(); ++faceIt)
-// {
-// }
-//
-// return 0;
-//}
-}
-
-typedef testing::Tester < boundary_mesh::FlexibleMesh> Tester;
-
-BOOST_AUTO_TEST_SUITE(computeSimpleLayerPotentialEntry)
-
-BOOST_AUTO_TEST_CASE(analytic_integration_for_triangles)
-{
- Tester::test_slpInt_Tri();
-}
-
-BOOST_AUTO_TEST_CASE(analytic_integration_for_quads)
-{
- Tester::test_slpInt_Par();
-}
-
-BOOST_AUTO_TEST_SUITE_END()
+++ /dev/null
-import gdb
-
-from hilbert3d_printers.generic import get_generic_printers
-
-# Directly taken from libstdcxx pretty printers:
-def register_hilbert3d_printers (obj):
- "Register libstdc++ pretty-printers with objfile Obj."
-
- if obj == None:
- obj = gdb
-
- obj.pretty_printers.append (lookup_function)
-
-def lookup_function (val):
- "Look-up and return a pretty-printer that can print val."
-
- # Get the type.
- type = val.type
-
- # If it points to a reference, get the reference.
- if type.code == gdb.TYPE_CODE_REF:
- type = type.target ()
-
- # Get the unqualified type, stripped of typedefs.
- type = type.unqualified ().strip_typedefs ()
-
- # Get the type name.
- typename = type.tag
- if typename == None:
- return None
-
- # Iterate over local dictionary of types to determine
- # if a printer is registered for that type. Return an
- # instantiation of the printer if found.
- for function in global_pretty_printers_dict:
- if function.search (typename):
- return global_pretty_printers_dict[function] (val)
-
- # Cannot find a pretty printer. Return None.
- return None
-
-global_pretty_printers_dict = {}
-
-global_pretty_printers_dict.update( get_generic_printers() )
-
+++ /dev/null
-import re
-
-class Vector3D:
- "Print a Vector3D object"
-
- def __init__(self, typename, val):
- self.typename = typename
- self.val = val
-
- def to_string(self):
- return 'Vector(' + `float(self.val['coeff'][0])` + ', ' + `float(self.val['coeff'][1])` + ', ' + `float(self.val['coeff'][2])` + ')'
-
- def display_hint(self):
- return 'GenericVector'
-
-def get_generic_printers ():
- printerMap = {}
- printerMap[re.compile('^generic::Vector3D<.*>$')] = lambda val: Vector3D('generic::Vector3D', val)
- return printerMap
-