Paradiseo-peo sources added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@38 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2006-12-12 14:47:33 +00:00
commit 14e9a7f678
184 changed files with 41792 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?xml version='1.0'?>
<?eclipse-cdt version="2.0"?>
<cdtproject id='org.eclipse.cdt.make.core.make'><extension point='org.eclipse.cdt.core.CIndexer' id='org.eclipse.cdt.core.domsourceindexer'/><extension point='org.eclipse.cdt.core.BinaryParser' id='org.eclipse.cdt.core.ELF'/><data><item id='scannerConfiguration'><autodiscovery enabled='true' selectedProfileId='org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile' problemReportingEnabled='true'/><profile id='org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile'><buildOutputProvider><openAction enabled='true' filePath=''/><parser enabled='true'/></buildOutputProvider><scannerInfoProvider id='specsFile'><runAction useDefault='true' command='gcc' arguments='-E -P -v -dD ${plugin_state_location}/${specs_file}'/><parser enabled='true'/></scannerInfoProvider></profile><profile id='org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile'><buildOutputProvider><openAction enabled='false' filePath=''/><parser enabled='true'/></buildOutputProvider><scannerInfoProvider id='makefileGenerator'><runAction useDefault='true' command='make' arguments='-f ${project_name}_scd.mk'/><parser enabled='false'/></scannerInfoProvider></profile><profile id='org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile'><buildOutputProvider><openAction enabled='false' filePath=''/><parser enabled='true'/></buildOutputProvider><scannerInfoProvider id='specsFile'><runAction useDefault='true' command='gcc' arguments='-E -P -v -dD ${plugin_state_location}/${specs_file}'/><parser enabled='false'/></scannerInfoProvider></profile><profile id='org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile'><buildOutputProvider><openAction enabled='false' filePath=''/><parser enabled='true'/></buildOutputProvider><scannerInfoProvider id='specsFile'><runAction useDefault='true' command='gcc' arguments='-E -P -v -dD ${plugin_state_location}/${specs_file}'/><parser enabled='false'/></scannerInfoProvider></profile></item><item id='org.eclipse.cdt.core.pathentry'><pathentry kind='src' path=''/><pathentry kind='out' path=''/><pathentry kind='con' path='org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO'/></item></data></cdtproject>

86
trunk/paradiseo-peo/.project Executable file
View file

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>paradisEO</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.make.core.makeBuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.command</key>
<value>make</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.target.auto</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>false</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.target.full</key>
<value>clean all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.target.inc</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.arguments</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.core.errorOutputParser</key>
<value>org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
<value>false</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.environment</key>
<value></value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.build.target.clean</key>
<value>clean</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.make.core.makeNature</nature>
<nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
</natures>
</projectDescription>

View file

0
trunk/paradiseo-peo/AUTHORS Executable file
View file

340
trunk/paradiseo-peo/COPYING Executable file
View file

@ -0,0 +1,340 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

0
trunk/paradiseo-peo/ChangeLog Executable file
View file

236
trunk/paradiseo-peo/INSTALL Executable file
View file

@ -0,0 +1,236 @@
Installation Instructions
*************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, 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 only 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. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that the
`configure' script does not know about. 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=c89 CFLAGS=-O2 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 must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.
Installation Names
==================
By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an
installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PREFIX'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
give `configure' the option `--exec-prefix=PREFIX', the package will
use PREFIX as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=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.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' 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 `--target=TYPE' option 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). Here is a another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================
`configure' recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--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.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

447
trunk/paradiseo-peo/Makefile Executable file
View file

@ -0,0 +1,447 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
SHELL = /bin/sh
srcdir = .
top_srcdir = .
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
pkgdatadir = $(datadir)/paradisEO
pkglibdir = $(libdir)/paradisEO
pkgincludedir = $(includedir)/paradisEO
top_builddir = .
ACLOCAL = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run aclocal-1.6
AUTOCONF = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoconf
AUTOMAKE = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run automake-1.6
AUTOHEADER = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoheader
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = ${INSTALL}
INSTALL_HEADER = $(INSTALL_DATA)
transform = s,x,x,
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
EXEEXT =
OBJEXT = o
PATH_SEPARATOR = :
AMTAR = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run tar
AWK = mawk
CC = gcc
CXX = g++
CXXFLAGS =
DEPDIR = .deps
EO_DIR = /home/lille/atantar/installs/eo/
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
PACKAGE = paradisEO
RANLIB = ranlib
STRIP =
VERSION = 0.3
am__include = include
am__quote =
install_sh = /home/lille/atantar/installs/paradisEO/install-sh
SUBDIRS = src
libparadiseodocdir = ${prefix}/doc/paradisEO
libparadiseodoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
TODO
EXTRA_DIST = $(libparadiseodoc_DATA)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
DATA = $(libparadiseodoc_DATA)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
config.guess config.sub configure configure.in depcomp \
install-sh ltmain.sh missing mkinstalldirs
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive
.SUFFIXES:
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): configure.in acinclude.m4
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
uninstall-info-am:
libparadiseodocDATA_INSTALL = $(INSTALL_DATA)
install-libparadiseodocDATA: $(libparadiseodoc_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libparadiseodocdir)
@list='$(libparadiseodoc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(libparadiseodocDATA_INSTALL) $$d$$p $(DESTDIR)$(libparadiseodocdir)/$$f"; \
$(libparadiseodocDATA_INSTALL) $$d$$p $(DESTDIR)$(libparadiseodocdir)/$$f; \
done
uninstall-libparadiseodocDATA:
@$(NORMAL_UNINSTALL)
@list='$(libparadiseodoc_DATA)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(libparadiseodocdir)/$$f"; \
rm -f $(DESTDIR)$(libparadiseodocdir)/$$f; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
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; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = .
distdir = $(PACKAGE)-$(VERSION)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
GZIP_ENV = --best
distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" \
distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="${top_distdir}" distdir="$(distdir)" \
dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -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 $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist dist-all: distdir
$(AMTAR) chof - $(distdir) | 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
$(am__remove_distdir)
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
&& 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 \
&& (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
find $$dc_install_base -type f -print ; \
exit 1; } >&2 ) \
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
&& rm -f $(distdir).tar.gz \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@echo "$(distdir).tar.gz is ready for distribution" | \
sed 'h;s/./=/g;p;x;p;x'
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 after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(DATA)
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(libparadiseodocdir)
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_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
info: info-recursive
info-am:
install-data-am: install-libparadiseodocDATA
install-exec-am:
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf autom4te.cache
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am uninstall-libparadiseodocDATA
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
clean-generic clean-recursive dist dist-all dist-gzip distcheck \
distclean distclean-generic distclean-recursive distclean-tags \
distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
info-recursive install install-am install-data install-data-am \
install-data-recursive install-exec install-exec-am \
install-exec-recursive install-info install-info-am \
install-info-recursive install-libparadiseodocDATA install-man \
install-recursive install-strip installcheck installcheck-am \
installdirs installdirs-am installdirs-recursive \
maintainer-clean maintainer-clean-generic \
maintainer-clean-recursive mostlyclean mostlyclean-generic \
mostlyclean-recursive tags tags-recursive uninstall \
uninstall-am uninstall-info-am uninstall-info-recursive \
uninstall-libparadiseodocDATA uninstall-recursive
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
for specfile in *.spec; do \
if test -f $$specfile; then \
cp -p $$specfile $(distdir); \
fi \
done
# 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:

27
trunk/paradiseo-peo/Makefile.am Executable file
View file

@ -0,0 +1,27 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
SUBDIRS = src
libparadiseodocdir = ${prefix}/doc/paradisEO
libparadiseodoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
TODO
EXTRA_DIST = $(libparadiseodoc_DATA)
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
for specfile in *.spec; do \
if test -f $$specfile; then \
cp -p $$specfile $(distdir); \
fi \
done

447
trunk/paradiseo-peo/Makefile.in Executable file
View file

@ -0,0 +1,447 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# 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@
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
PATH_SEPARATOR = @PATH_SEPARATOR@
AMTAR = @AMTAR@
AWK = @AWK@
CC = @CC@
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
DEPDIR = @DEPDIR@
EO_DIR = @EO_DIR@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
SUBDIRS = src
libparadiseodocdir = ${prefix}/doc/paradisEO
libparadiseodoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
TODO
EXTRA_DIST = $(libparadiseodoc_DATA)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_SOURCES =
DATA = $(libparadiseodoc_DATA)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
config.guess config.sub configure configure.in depcomp \
install-sh ltmain.sh missing mkinstalldirs
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive
.SUFFIXES:
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): configure.in acinclude.m4
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
uninstall-info-am:
libparadiseodocDATA_INSTALL = $(INSTALL_DATA)
install-libparadiseodocDATA: $(libparadiseodoc_DATA)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libparadiseodocdir)
@list='$(libparadiseodoc_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(libparadiseodocDATA_INSTALL) $$d$$p $(DESTDIR)$(libparadiseodocdir)/$$f"; \
$(libparadiseodocDATA_INSTALL) $$d$$p $(DESTDIR)$(libparadiseodocdir)/$$f; \
done
uninstall-libparadiseodocDATA:
@$(NORMAL_UNINSTALL)
@list='$(libparadiseodoc_DATA)'; for p in $$list; do \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(libparadiseodocdir)/$$f"; \
rm -f $(DESTDIR)$(libparadiseodocdir)/$$f; \
done
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
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; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = .
distdir = $(PACKAGE)-$(VERSION)
am__remove_distdir = \
{ test ! -d $(distdir) \
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
&& rm -fr $(distdir); }; }
GZIP_ENV = --best
distcleancheck_listfiles = find . -type f -print
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" \
distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="${top_distdir}" distdir="$(distdir)" \
dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -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 $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r $(distdir)
dist-gzip: distdir
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
dist dist-all: distdir
$(AMTAR) chof - $(distdir) | 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
$(am__remove_distdir)
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/=build
mkdir $(distdir)/=inst
chmod a-w $(distdir)
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
&& 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 \
&& (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
find $$dc_install_base -type f -print ; \
exit 1; } >&2 ) \
&& $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
&& rm -f $(distdir).tar.gz \
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@echo "$(distdir).tar.gz is ready for distribution" | \
sed 'h;s/./=/g;p;x;p;x'
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 after distclean:" ; \
$(distcleancheck_listfiles) ; \
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(DATA)
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(libparadiseodocdir)
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_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
distclean-am: clean-am distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
info: info-recursive
info-am:
install-data-am: install-libparadiseodocDATA
install-exec-am:
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf autom4te.cache
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am uninstall-libparadiseodocDATA
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
clean-generic clean-recursive dist dist-all dist-gzip distcheck \
distclean distclean-generic distclean-recursive distclean-tags \
distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
info-recursive install install-am install-data install-data-am \
install-data-recursive install-exec install-exec-am \
install-exec-recursive install-info install-info-am \
install-info-recursive install-libparadiseodocDATA install-man \
install-recursive install-strip installcheck installcheck-am \
installdirs installdirs-am installdirs-recursive \
maintainer-clean maintainer-clean-generic \
maintainer-clean-recursive mostlyclean mostlyclean-generic \
mostlyclean-recursive tags tags-recursive uninstall \
uninstall-am uninstall-info-am uninstall-info-recursive \
uninstall-libparadiseodocDATA uninstall-recursive
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
for specfile in *.spec; do \
if test -f $$specfile; then \
cp -p $$specfile $(distdir); \
fi \
done
# 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:

0
trunk/paradiseo-peo/NEWS Executable file
View file

0
trunk/paradiseo-peo/README Executable file
View file

0
trunk/paradiseo-peo/TODO Executable file
View file

14
trunk/paradiseo-peo/acconfig.h Executable file
View file

@ -0,0 +1,14 @@
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef HAVE_LIBSM
#undef PACKAGE_LOCALE_DIR
#undef PACKAGE_DOC_DIR
#undef PACKAGE_DATA_DIR
#undef PACKAGE_PIXMAPS_DIR
#undef PACKAGE_HELP_DIR
#undef PACKAGE_MENU_DIR
#undef PACKAGE_SOURCE_DIR
#undef GETTEXT_PACKAGE

View file

@ -0,0 +1 @@
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])

893
trunk/paradiseo-peo/aclocal.m4 vendored Executable file
View file

@ -0,0 +1,893 @@
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# 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.
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
# Do all the work for Automake. -*- Autoconf -*-
# 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.
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 8
# 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...
AC_PREREQ([2.52])
# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow
# the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
# 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_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
# test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
fi
# 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
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)
AM_MISSING_PROG(AMTAR, tar)
AM_PROG_INSTALL_SH
AM_PROG_INSTALL_STRIP
# 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
_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
])
])
# Copyright 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# AM_AUTOMAKE_VERSION(VERSION)
# ----------------------------
# Automake X.Y traces this macro to ensure aclocal.m4 has been
# generated from the m4 files accompanying Automake X.Y.
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"])
# AM_SET_CURRENT_AUTOMAKE_VERSION
# -------------------------------
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.6.3])])
# Helper functions for option handling. -*- Autoconf -*-
# Copyright 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# _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],
[AC_FOREACH([_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.
#
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# 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
# 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)])
# -*- Autoconf -*-
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 3
# 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
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# 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
])
# AM_AUX_DIR_EXPAND
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# 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.
# Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])
AC_DEFUN([AM_AUX_DIR_EXPAND], [
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
])
# AM_PROG_INSTALL_SH
# ------------------
# Define $install_sh.
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
install_sh=${install_sh-"$am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
# AM_PROG_INSTALL_STRIP
# Copyright 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# 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="\${SHELL} \$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# serial 4 -*- Autoconf -*-
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# 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], 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
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
for depmode in $am_compiler_list; do
# 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.
echo '#include "conftest.h"' > conftest.c
echo 'int i;' > conftest.h
echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
case $depmode in
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
;;
none) break ;;
esac
# 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.
if depmode=$depmode \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
$SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
grep conftest.h conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
am_cv_$1_dependencies_compiler_type=$depmode
break
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_SET_DEPDIR
# -------------
# Choose a directory name for dependency files.
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
AC_DEFUN([AM_SET_DEPDIR],
[rm -f .deps 2>/dev/null
mkdir .deps 2>/dev/null
if test -d .deps; then
DEPDIR=.deps
else
# MS-DOS does not allow filenames that begin with a dot.
DEPDIR=_deps
fi
rmdir .deps 2>/dev/null
AC_SUBST([DEPDIR])
])
# AM_DEP_TRACK
# ------------
AC_DEFUN([AM_DEP_TRACK],
[AC_ARG_ENABLE(dependency-tracking,
[ --disable-dependency-tracking Speeds up one-time builds
--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])
])
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
#serial 2
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
[for mf in $CONFIG_FILES; 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.
# So let's grep whole file.
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
dirpart=`AS_DIRNAME("$mf")`
else
continue
fi
grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n -e '/^U = / s///p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# 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 -e '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop
s/\\\\$//
p
n
/\\\\$/ b loop
p
}
/^DEP_FILES = / s/^DEP_FILES = //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"])
])
# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 2
# AM_MAKE_INCLUDE()
# -----------------
# Check to see how make treats includes.
AC_DEFUN([AM_MAKE_INCLUDE],
[am_make=${MAKE-make}
cat > confinc << 'END'
doit:
@echo done
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
# We grep out `Entering directory' and `Leaving directory'
# messages which can occur if `w' ends up in MAKEFLAGS.
# In particular we don't look at `^make:' because GNU make might
# be invoked under some other name (usually "gmake"), in which
# case it prints its new name instead of `make'.
if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
am__include=include
am__quote=
_am_result=GNU
fi
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
am__include=.include
am__quote="\""
_am_result=BSD
fi
fi
AC_SUBST(am__include)
AC_SUBST(am__quote)
AC_MSG_RESULT($_am_result)
rm -f confinc confmf
])
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 5
AC_PREREQ(2.52)
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# -------------------------------------
# Define a conditional.
AC_DEFUN([AM_CONDITIONAL],
[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_SUBST([$1_TRUE])
AC_SUBST([$1_FALSE])
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])])
# isc-posix.m4 serial 2 (gettext-0.11.2)
dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
# This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
# This test replaces the one in autoconf.
# Currently this macro should have the same name as the autoconf macro
# because gettext's gettext.m4 (distributed in the automake package)
# still uses it. Otherwise, the use in gettext.m4 makes autoheader
# give these diagnostics:
# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
undefine([AC_ISC_POSIX])
AC_DEFUN([AC_ISC_POSIX],
[
dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"])
]
)
# Copyright 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# serial 1
# @defmac AC_PROG_CC_STDC
# @maindex PROG_CC_STDC
# @ovindex CC
# If the C compiler in not in ANSI C mode by default, try to add an option
# to output variable @code{CC} to make it so. This macro tries various
# options that select ANSI C on some system or another. It considers the
# compiler to be in ANSI C mode if it handles function prototypes correctly.
#
# If you use this macro, you should check after calling it whether the C
# compiler has been set to accept ANSI C; if not, the shell variable
# @code{am_cv_prog_cc_stdc} is set to @samp{no}. If you wrote your source
# code in ANSI C, you can make an un-ANSIfied copy of it by using the
# program @code{ansi2knr}, which comes with Ghostscript.
# @end defmac
AC_DEFUN([AM_PROG_CC_STDC],
[AC_REQUIRE([AC_PROG_CC])
AC_BEFORE([$0], [AC_C_INLINE])
AC_BEFORE([$0], [AC_C_CONST])
dnl Force this before AC_PROG_CPP. Some cpp's, eg on HPUX, require
dnl a magic option to avoid problems with ANSI preprocessor commands
dnl like #elif.
dnl FIXME: can't do this because then AC_AIX won't work due to a
dnl circular dependency.
dnl AC_BEFORE([$0], [AC_PROG_CPP])
AC_MSG_CHECKING([for ${CC-cc} option to accept ANSI C])
AC_CACHE_VAL(am_cv_prog_cc_stdc,
[am_cv_prog_cc_stdc=no
ac_save_CC="$CC"
# Don't try gcc -ansi; that turns off useful extensions and
# breaks some systems' header files.
# AIX -qlanglvl=ansi
# Ultrix and OSF/1 -std1
# HP-UX 10.20 and later -Ae
# HP-UX older versions -Aa -D_HPUX_SOURCE
# SVR4 -Xc -D__EXTENSIONS__
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
CC="$ac_save_CC $ac_arg"
AC_TRY_COMPILE(
[#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;
}
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];
],
[am_cv_prog_cc_stdc="$ac_arg"; break])
done
CC="$ac_save_CC"
])
if test -z "$am_cv_prog_cc_stdc"; then
AC_MSG_RESULT([none needed])
else
AC_MSG_RESULT([$am_cv_prog_cc_stdc])
fi
case "x$am_cv_prog_cc_stdc" in
x|xno) ;;
*) CC="$CC $am_cv_prog_cc_stdc" ;;
esac
])

127
trunk/paradiseo-peo/autogen.sh Executable file
View file

@ -0,0 +1,127 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
PKG_NAME="the package."
DIE=0
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`autoconf' installed to."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
DIE=1
}
(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`libtool' installed."
echo "Get ftp://ftp.gnu.org/pub/gnu/"
echo "(or a newer version if it is available)"
DIE=1
}
}
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: You must have \`automake' installed."
echo "Get ftp://ftp.gnu.org/pub/gnu/"
echo "(or a newer version if it is available)"
DIE=1
NO_AUTOMAKE=yes
}
# if no automake, don't bother testing for aclocal
test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "**Error**: Missing \`aclocal'. The version of \`automake'"
echo "installed doesn't appear recent enough."
echo "Get ftp://ftp.gnu.org/pub/gnu/"
echo "(or a newer version if it is available)"
DIE=1
}
if test "$DIE" -eq 1; then
exit 1
fi
if test -z "$*"; then
echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the"
echo \`$0\'" command line."
echo
fi
case $CC in
xlc )
am_opt=--include-deps;;
esac
for coin in `find $srcdir -name configure.in -print`
do
dr=`dirname $coin`
if test -f $dr/NO-AUTO-GEN; then
echo skipping $dr -- flagged as no auto-gen
else
echo processing $dr
macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $coin`
( cd $dr
aclocalinclude="$ACLOCAL_FLAGS"
for k in $macrodirs; do
if test -d $k; then
aclocalinclude="$aclocalinclude -I $k"
##else
## echo "**Warning**: No such directory \`$k'. Ignored."
fi
done
if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then
if grep "sed.*POTFILES" configure.in >/dev/null; then
: do nothing -- we still have an old unmodified configure.in
else
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
echo "Running gettextize... Ignore non-fatal messages."
./setup-gettext
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
fi
if grep "^AM_GNOME_GETTEXT" configure.in >/dev/null; then
echo "Creating $dr/aclocal.m4 ..."
test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
echo "Running gettextize... Ignore non-fatal messages."
./setup-gettext
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
libtoolize --force --copy
fi
test -d m4 && aclocalinclude="$aclocalinclude -I m4"
echo "Running aclocal $aclocalinclude ..."
aclocal $aclocalinclude
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader
fi
echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt
echo "Running autoconf ..."
autoconf
)
fi
done
#conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
$srcdir/configure $conf_flags "$@" \
&& echo Now type \`make\' to compile $PKG_NAME
else
echo Skipping configure process.
fi

1411
trunk/paradiseo-peo/config.guess vendored Executable file

File diff suppressed because it is too large Load diff

70
trunk/paradiseo-peo/config.h Executable file
View file

@ -0,0 +1,70 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* #undef ENABLE_NLS */
/* #undef HAVE_CATGETS */
/* #undef HAVE_GETTEXT */
/* #undef HAVE_LC_MESSAGES */
/* #undef HAVE_STPCPY */
/* #undef HAVE_LIBSM */
/* #undef PACKAGE_LOCALE_DIR */
#define PACKAGE_DOC_DIR "/usr/local/doc/paradisEO"
#define PACKAGE_DATA_DIR "/usr/local/share"
#define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps"
#define PACKAGE_HELP_DIR "/usr/local/share/help"
#define PACKAGE_MENU_DIR "/usr/local/share"
#define PACKAGE_SOURCE_DIR "/home/cahon/paradisEO"
/* #undef GETTEXT_PACKAGE */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_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
/* Name of package */
#define PACKAGE "paradisEO"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
#define PACKAGE_VERSION ""
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.3"

69
trunk/paradiseo-peo/config.h.in Executable file
View file

@ -0,0 +1,69 @@
/* config.h.in. Generated from configure.in by autoheader. */
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef HAVE_LIBSM
#undef PACKAGE_LOCALE_DIR
#undef PACKAGE_DOC_DIR
#undef PACKAGE_DATA_DIR
#undef PACKAGE_PIXMAPS_DIR
#undef PACKAGE_HELP_DIR
#undef PACKAGE_MENU_DIR
#undef PACKAGE_SOURCE_DIR
#undef GETTEXT_PACKAGE
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_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
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION

453
trunk/paradiseo-peo/config.log Executable file
View file

@ -0,0 +1,453 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --with-EOdir=/home/lille/atantar/installs/eo/ --with-MOdir=/home/lille/atantar/installs/mo/ --with-MOEOdir=/home.lille/atantar/installs/moeo/
## --------- ##
## Platform. ##
## --------- ##
hostname = devgdx001.orsay.grid5000.fr
uname -m = x86_64
uname -r = 2.6.9-10-amd64-k8-smp
uname -s = Linux
uname -v = #1 SMP Sun Jan 9 15:35:40 CET 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/lille/atantar/installs/mpich2/bin/
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1281: checking for a BSD-compatible install
configure:1335: result: /usr/bin/install -c
configure:1346: checking whether build environment is sane
configure:1389: result: yes
configure:1422: checking for gawk
configure:1451: result: no
configure:1422: checking for mawk
configure:1438: found /usr/bin/mawk
configure:1448: result: mawk
configure:1458: checking whether make sets $(MAKE)
configure:1478: result: yes
configure:1644: checking for style of include used by make
configure:1672: result: GNU
configure:1743: checking for gcc
configure:1759: found /usr/bin/gcc
configure:1769: result: gcc
configure:2013: checking for C compiler version
configure:2016: gcc --version </dev/null >&5
gcc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2019: $? = 0
configure:2021: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:2024: $? = 0
configure:2026: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2029: $? = 1
configure:2053: checking for C compiler default output
configure:2056: gcc conftest.c >&5
configure:2059: $? = 0
configure:2105: result: a.out
configure:2110: checking whether the C compiler works
configure:2116: ./a.out
configure:2119: $? = 0
configure:2136: result: yes
configure:2143: checking whether we are cross compiling
configure:2145: result: no
configure:2148: checking for suffix of executables
configure:2150: gcc -o conftest conftest.c >&5
configure:2153: $? = 0
configure:2178: result:
configure:2184: checking for suffix of object files
configure:2206: gcc -c conftest.c >&5
configure:2209: $? = 0
configure:2231: result: o
configure:2235: checking whether we are using the GNU C compiler
configure:2260: gcc -c conftest.c >&5
configure:2263: $? = 0
configure:2266: test -s conftest.o
configure:2269: $? = 0
configure:2282: result: yes
configure:2288: checking whether gcc accepts -g
configure:2310: gcc -c -g conftest.c >&5
configure:2313: $? = 0
configure:2316: test -s conftest.o
configure:2319: $? = 0
configure:2330: result: yes
configure:2347: checking for gcc option to accept ANSI C
configure:2408: gcc -c -g -O2 conftest.c >&5
configure:2411: $? = 0
configure:2414: test -s conftest.o
configure:2417: $? = 0
configure:2435: result: none needed
configure:2453: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2456: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2567: checking dependency style of gcc
configure:2629: result: gcc3
configure:2636: checking for strerror in -lcposix
configure:2667: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2670: $? = 1
configure: failed program was:
| #line 2643 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strerror ();
| int
| main ()
| {
| strerror ();
| ;
| return 0;
| }
configure:2688: result: no
configure:2750: checking for g++
configure:2766: found /usr/bin/g++
configure:2776: result: g++
configure:2792: checking for C++ compiler version
configure:2795: g++ --version </dev/null >&5
g++ (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2798: $? = 0
configure:2800: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:2803: $? = 0
configure:2805: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2808: $? = 1
configure:2811: checking whether we are using the GNU C++ compiler
configure:2836: g++ -c conftest.cc >&5
configure:2839: $? = 0
configure:2842: test -s conftest.o
configure:2845: $? = 0
configure:2858: result: yes
configure:2864: checking whether g++ accepts -g
configure:2886: g++ -c -g conftest.cc >&5
configure:2889: $? = 0
configure:2892: test -s conftest.o
configure:2895: $? = 0
configure:2906: result: yes
configure:2950: g++ -c conftest.cc >&5
configure:2953: $? = 0
configure:2956: test -s conftest.o
configure:2959: $? = 0
configure:2986: g++ -c conftest.cc >&5
configure: In function 'int main()':
configure:2983: error: 'exit' was not declared in this scope
configure:2989: $? = 1
configure: failed program was:
| #line 2969 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2950: g++ -c conftest.cc >&5
configure:2953: $? = 0
configure:2956: test -s conftest.o
configure:2959: $? = 0
configure:2986: g++ -c conftest.cc >&5
configure:2989: $? = 0
configure:2992: test -s conftest.o
configure:2995: $? = 0
configure:3020: checking dependency style of g++
configure:3082: result: gcc3
configure:3090: checking for gcc option to accept ANSI C
configure:3154: gcc -c -g -O2 conftest.c >&5
configure:3157: $? = 0
configure:3160: test -s conftest.o
configure:3163: $? = 0
configure:3178: result: none needed
configure:3194: checking how to run the C preprocessor
configure:3230: gcc -E conftest.c
configure:3236: $? = 0
configure:3268: gcc -E conftest.c
configure:3272:28: error: ac_nonexistent.h: No such file or directory
configure:3274: $? = 1
configure: failed program was:
| #line 3259 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3312: result: gcc -E
configure:3337: gcc -E conftest.c
configure:3343: $? = 0
configure:3375: gcc -E conftest.c
configure:3379:28: error: ac_nonexistent.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| #line 3366 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "paradisEO"
| #define VERSION "0.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3424: checking for egrep
configure:3434: result: grep -E
configure:3439: checking for ANSI C header files
configure:3465: gcc -c -g -O2 conftest.c >&5
configure:3468: $? = 0
configure:3471: test -s conftest.o
configure:3474: $? = 0
configure:3566: gcc -o conftest -g -O2 conftest.c >&5
configure: In function 'main':
configure:3564: warning: incompatible implicit declaration of built-in function 'exit'
configure:3569: $? = 0
configure:3571: ./conftest
configure:3574: $? = 0
configure:3589: result: yes
configure:3640: checking for ranlib
configure:3656: found /usr/bin/ranlib
configure:3667: result: ranlib
configure:3835: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on devgdx001.orsay.grid5000.fr
config.status:650: creating Makefile
config.status:650: creating src/Makefile
config.status:650: creating src/rmc/Makefile
config.status:650: creating src/rmc/mpi/Makefile
config.status:775: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_stdc=yes
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run tar'
AUTOCONF='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoconf'
AUTOHEADER='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoheader'
AUTOMAKE='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run automake-1.6'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"paradisEO\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 '
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EO_DIR='/home/lille/atantar/installs/eo/'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/lille/atantar/installs/paradisEO/missing --run makeinfo'
OBJEXT='o'
PACKAGE='paradisEO'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/lille/atantar/installs/paradisEO/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "paradisEO"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.3"
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 0

872
trunk/paradiseo-peo/config.status Executable file
View file

@ -0,0 +1,872 @@
#! /bin/sh
# 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/sh}
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
else
as_unset=false
fi
# Work around bugs in pre-3.0 UWIN ksh.
$as_unset ENV MAIL MAILPATH
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
for as_var in \
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
LC_TELEPHONE LC_TIME
do
if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
eval $as_var=C; export $as_var
else
$as_unset $as_var
fi
done
# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
as_basename=basename
else
as_basename=false
fi
# Name of the executable.
as_me=`$as_basename "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
X"$0" : 'X\(/\)$' \| \
. : '\(.\)' 2>/dev/null ||
echo X/"$0" |
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
/^X\/\(\/\/\)$/{ s//\1/; q; }
/^X\/\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
# PATH needs CR, and LINENO needs CR and PATH.
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
echo "#! /bin/sh" >conf$$.sh
echo "exit 0" >>conf$$.sh
chmod +x conf$$.sh
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
PATH_SEPARATOR=';'
else
PATH_SEPARATOR=:
fi
rm -f conf$$.sh
fi
as_lineno_1=$LINENO
as_lineno_2=$LINENO
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x$as_lineno_3" = "x$as_lineno_2" || {
# Find who we are. Look in the path if we contain no path at all
# relative or not.
case $0 in
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
{ (exit 1); exit 1; }; }
fi
case $CONFIG_SHELL in
'')
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for as_base in sh bash ksh sh5; do
case $as_dir in
/*)
if ("$as_dir/$as_base" -c '
as_lineno_1=$LINENO
as_lineno_2=$LINENO
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
CONFIG_SHELL=$as_dir/$as_base
export CONFIG_SHELL
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
fi;;
esac
done
done
;;
esac
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
# uniformly replaced by the line number. The first 'sed' inserts a
# line-number line before each line; the second 'sed' does the real
# work. The second script uses 'N' to pair each line-number line
# with the numbered line, and appends trailing '-' during
# substitution so that $LINENO is not a special case at line end.
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
sed '=' <$as_myself |
sed '
N
s,$,-,
: loop
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
t loop
s,-$,,
s,^['$as_cr_digits']*\n,,
' >$as_me.lineno &&
chmod +x $as_me.lineno ||
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
{ (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensible to this).
. ./$as_me.lineno
# Exit status is that of the last command.
exit
}
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
*c*,-n*) ECHO_N= ECHO_C='
' ECHO_T=' ' ;;
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
if expr a : '\(a\)' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
rm -f conf$$ conf$$.exe conf$$.file
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
# We could just check for DJGPP; but this test a) works b) is more generic
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
if test -f conf$$.exe; then
# Don't use ln at all; we don't have any links
as_ln_s='cp -p'
else
as_ln_s='ln -s'
fi
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.file
if mkdir -p . 2>/dev/null; then
as_mkdir_p=:
else
as_mkdir_p=false
fi
as_executable_p="test -f"
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
# Sed expression to map a string onto a valid variable name.
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
# IFS
# We need space, tab and new line, in precisely that order.
as_nl='
'
IFS=" $as_nl"
# CDPATH.
$as_unset CDPATH
exec 6>&1
# Open the log real soon, to keep \$[0] and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. Logging --version etc. is OK.
exec 5>>config.log
{
echo
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by $as_me, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
CONFIG_COMMANDS = $CONFIG_COMMANDS
$ $0 $@
_CSEOF
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
echo >&5
config_files=" Makefile src/Makefile src/rmc/Makefile src/rmc/mpi/Makefile"
config_commands=" depfiles"
ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.
Usage: $0 [OPTIONS] [FILE]...
-h, --help print this help, then exit
-V, --version print version number, then exit
-q, --quiet do not print progress messages
-d, --debug don't remove temporary files
--recheck update $as_me by reconfiguring in the same conditions
--file=FILE[:TEMPLATE]
instantiate the configuration file FILE
Configuration files:
$config_files
Configuration commands:
$config_commands
Report bugs to <bug-autoconf@gnu.org>."
ac_cs_version="\
config.status
configured by ./configure, generated by GNU Autoconf 2.57,
with options \"'--with-EOdir=/home/lille/atantar/installs/eo/' '--with-MOdir=/home/lille/atantar/installs/mo/' '--with-MOEOdir=/home.lille/atantar/installs/moeo/'\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
srcdir=.
INSTALL="/usr/bin/install -c"
# If no file are specified by the user, then we need to provide default
# value. By we need to know if files were specified by the user.
ac_need_defaults=:
while test $# != 0
do
case $1 in
--*=*)
ac_option=`expr "x$1" : 'x\([^=]*\)='`
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
ac_shift=:
;;
-*)
ac_option=$1
ac_optarg=$2
ac_shift=shift
;;
*) # This is not an option, so the user has probably given explicit
# arguments.
ac_option=$1
ac_need_defaults=false;;
esac
case $ac_option in
# Handling of the options.
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
ac_cs_recheck=: ;;
--version | --vers* | -V )
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
{ { echo "$as_me:$LINENO: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
{ (exit 1); exit 1; }; };;
--help | --hel | -h )
echo "$ac_cs_usage"; exit 0 ;;
--debug | --d* | -d )
debug=: ;;
--file | --fil | --fi | --f )
$ac_shift
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
ac_need_defaults=false;;
--header | --heade | --head | --hea )
$ac_shift
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
ac_need_defaults=false;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
| -silent | --silent | --silen | --sile | --sil | --si | --s)
ac_cs_silent=: ;;
# This is an error.
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
{ (exit 1); exit 1; }; } ;;
*) ac_config_targets="$ac_config_targets $1" ;;
esac
shift
done
ac_configure_extra_args=
if $ac_cs_silent; then
exec 6>/dev/null
ac_configure_extra_args="$ac_configure_extra_args --silent"
fi
if $ac_cs_recheck; then
echo "running /bin/sh ./configure " '--with-EOdir=/home/lille/atantar/installs/eo/' '--with-MOdir=/home/lille/atantar/installs/mo/' '--with-MOEOdir=/home.lille/atantar/installs/moeo/' $ac_configure_extra_args " --no-create --no-recursion" >&6
exec /bin/sh ./configure '--with-EOdir=/home/lille/atantar/installs/eo/' '--with-MOdir=/home/lille/atantar/installs/mo/' '--with-MOEOdir=/home.lille/atantar/installs/moeo/' $ac_configure_extra_args --no-create --no-recursion
fi
#
# INIT-COMMANDS section.
#
AMDEP_TRUE="" ac_aux_dir="."
for ac_config_target in $ac_config_targets
do
case "$ac_config_target" in
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/rmc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rmc/Makefile" ;;
"src/rmc/mpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rmc/mpi/Makefile" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
done
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi
# Have a temporary directory for convenience. Make it in the build tree
# simply because there is no reason to put it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Create a temporary directory, and hook for its removal unless debugging.
$debug ||
{
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
trap '{ (exit 1); exit 1; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
{
tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
test -n "$tmp" && test -d "$tmp"
} ||
{
tmp=./confstat$$-$RANDOM
(umask 077 && mkdir $tmp)
} ||
{
echo "$me: cannot create a temporary directory in ." >&2
{ (exit 1); exit 1; }
}
#
# CONFIG_FILES section.
#
# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then
# Protect against being on the right side of a sed subst in config.status.
sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
s,@SHELL@,/bin/sh,;t t
s,@PATH_SEPARATOR@,:,;t t
s,@PACKAGE_NAME@,,;t t
s,@PACKAGE_TARNAME@,,;t t
s,@PACKAGE_VERSION@,,;t t
s,@PACKAGE_STRING@,,;t t
s,@PACKAGE_BUGREPORT@,,;t t
s,@exec_prefix@,${prefix},;t t
s,@prefix@,/usr/local,;t t
s,@program_transform_name@,s,x,x,,;t t
s,@bindir@,${exec_prefix}/bin,;t t
s,@sbindir@,${exec_prefix}/sbin,;t t
s,@libexecdir@,${exec_prefix}/libexec,;t t
s,@datadir@,${prefix}/share,;t t
s,@sysconfdir@,${prefix}/etc,;t t
s,@sharedstatedir@,${prefix}/com,;t t
s,@localstatedir@,${prefix}/var,;t t
s,@libdir@,${exec_prefix}/lib,;t t
s,@includedir@,${prefix}/include,;t t
s,@oldincludedir@,/usr/include,;t t
s,@infodir@,${prefix}/info,;t t
s,@mandir@,${prefix}/man,;t t
s,@build_alias@,,;t t
s,@host_alias@,,;t t
s,@target_alias@,,;t t
s,@DEFS@,-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"paradisEO\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 ,;t t
s,@ECHO_C@,,;t t
s,@ECHO_N@,-n,;t t
s,@ECHO_T@,,;t t
s,@LIBS@,,;t t
s,@INSTALL_PROGRAM@,${INSTALL},;t t
s,@INSTALL_SCRIPT@,${INSTALL},;t t
s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
s,@PACKAGE@,paradisEO,;t t
s,@VERSION@,0.3,;t t
s,@ACLOCAL@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run aclocal-1.6,;t t
s,@AUTOCONF@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoconf,;t t
s,@AUTOMAKE@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run automake-1.6,;t t
s,@AUTOHEADER@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoheader,;t t
s,@MAKEINFO@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run makeinfo,;t t
s,@AMTAR@,${SHELL} /home/lille/atantar/installs/paradisEO/missing --run tar,;t t
s,@install_sh@,/home/lille/atantar/installs/paradisEO/install-sh,;t t
s,@STRIP@,,;t t
s,@ac_ct_STRIP@,,;t t
s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
s,@AWK@,mawk,;t t
s,@SET_MAKE@,,;t t
s,@CC@,gcc,;t t
s,@CFLAGS@,-g -O2,;t t
s,@LDFLAGS@,,;t t
s,@CPPFLAGS@,,;t t
s,@ac_ct_CC@,gcc,;t t
s,@EXEEXT@,,;t t
s,@OBJEXT@,o,;t t
s,@DEPDIR@,.deps,;t t
s,@am__include@,include,;t t
s,@am__quote@,,;t t
s,@AMDEP_TRUE@,,;t t
s,@AMDEP_FALSE@,#,;t t
s,@AMDEPBACKSLASH@,\,;t t
s,@CCDEPMODE@,depmode=gcc3,;t t
s,@CXXFLAGS@,,;t t
s,@CXX@,g++,;t t
s,@ac_ct_CXX@,g++,;t t
s,@CXXDEPMODE@,depmode=gcc3,;t t
s,@CPP@,gcc -E,;t t
s,@EGREP@,grep -E,;t t
s,@RANLIB@,ranlib,;t t
s,@ac_ct_RANLIB@,ranlib,;t t
s,@EO_DIR@,/home/lille/atantar/installs/eo/,;t t
s,@LIBOBJS@,,;t t
s,@LTLIBOBJS@,,;t t
CEOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_lines=48
ac_sed_frag=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_lines # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=
while $ac_more_lines; do
if test $ac_beg -gt 1; then
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
else
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
fi
if test ! -s $tmp/subs.frag; then
ac_more_lines=false
else
# The purpose of the label and of the branching condition is to
# speed up the sed processing (if there are no `@' at all, there
# is no need to browse any of the substitutions).
# These are the two extra sed commands mentioned above.
(echo ':t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
if test -z "$ac_sed_cmds"; then
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
else
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
fi
ac_sed_frag=`expr $ac_sed_frag + 1`
ac_beg=$ac_end
ac_end=`expr $ac_end + $ac_max_sed_lines`
fi
done
if test -z "$ac_sed_cmds"; then
ac_sed_cmds=cat
fi
fi # test -n "$CONFIG_FILES"
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
case $ac_file in
- | *:- | *:-:* ) # input from stdin
cat >$tmp/stdin
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
* ) ac_file_in=$ac_file.in ;;
esac
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_file" : 'X\(//\)[^/]' \| \
X"$ac_file" : 'X\(//\)$' \| \
X"$ac_file" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$ac_file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
{ if $as_mkdir_p; then
mkdir -p "$ac_dir"
else
as_dir="$ac_dir"
as_dirs=
while test ! -d "$as_dir"; do
as_dirs="$as_dir $as_dirs"
as_dir=`(dirname "$as_dir") 2>/dev/null ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
done
test ! -n "$as_dirs" || mkdir $as_dirs
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
{ (exit 1); exit 1; }; }; }
ac_builddir=.
if test "$ac_dir" != .; then
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
# A "../" for each directory in $ac_dir_suffix.
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
else
ac_dir_suffix= ac_top_builddir=
fi
case $srcdir in
.) # No --srcdir option. We are building in place.
ac_srcdir=.
if test -z "$ac_top_builddir"; then
ac_top_srcdir=.
else
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fi ;;
[\\/]* | ?:[\\/]* ) # Absolute path.
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir ;;
*) # Relative path.
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_top_builddir$srcdir ;;
esac
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
# absolute.
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
case $INSTALL in
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
esac
if test x"$ac_file" != x-; then
{ echo "$as_me:$LINENO: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
# Let's still pretend it is `configure' which instantiates (i.e., don't
# use $as_me), people would be surprised to read:
# /* config.h. Generated by config.status. */
if test x"$ac_file" = x-; then
configure_input=
else
configure_input="$ac_file. "
fi
configure_input=$configure_input"Generated from `echo $ac_file_in |
sed 's,.*/,,'` by configure."
# First look for the input files in the build tree, otherwise in the
# src tree.
ac_file_inputs=`IFS=:
for f in $ac_file_in; do
case $f in
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
*) # Relative
if test -f "$f"; then
# Build tree
echo $f
elif test -f "$srcdir/$f"; then
# Source tree
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;
esac
done` || { (exit 1); exit 1; }
sed "/^[ ]*VPATH[ ]*=/{
s/:*\$(srcdir):*/:/;
s/:*\${srcdir}:*/:/;
s/:*@srcdir@:*/:/;
s/^\([^=]*=[ ]*\):*/\1/;
s/:*$//;
s/^[^=]*=[ ]*$//;
}
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@configure_input@,$configure_input,;t t
s,@srcdir@,$ac_srcdir,;t t
s,@abs_srcdir@,$ac_abs_srcdir,;t t
s,@top_srcdir@,$ac_top_srcdir,;t t
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
s,@builddir@,$ac_builddir,;t t
s,@abs_builddir@,$ac_abs_builddir,;t t
s,@top_builddir@,$ac_top_builddir,;t t
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
s,@INSTALL@,$ac_INSTALL,;t t
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
rm -f $tmp/stdin
if test x"$ac_file" != x-; then
mv $tmp/out $ac_file
else
cat $tmp/out
rm -f $tmp/out
fi
done
#
# CONFIG_COMMANDS section.
#
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$ac_dest" : 'X\(//\)[^/]' \| \
X"$ac_dest" : 'X\(//\)$' \| \
X"$ac_dest" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$ac_dest" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
ac_builddir=.
if test "$ac_dir" != .; then
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
# A "../" for each directory in $ac_dir_suffix.
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
else
ac_dir_suffix= ac_top_builddir=
fi
case $srcdir in
.) # No --srcdir option. We are building in place.
ac_srcdir=.
if test -z "$ac_top_builddir"; then
ac_top_srcdir=.
else
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fi ;;
[\\/]* | ?:[\\/]* ) # Absolute path.
ac_srcdir=$srcdir$ac_dir_suffix;
ac_top_srcdir=$srcdir ;;
*) # Relative path.
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
ac_top_srcdir=$ac_top_builddir$srcdir ;;
esac
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
# absolute.
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
echo "$as_me: executing $ac_dest commands" >&6;}
case $ac_dest in
depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; 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.
# So let's grep whole file.
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
dirpart=`(dirname "$mf") 2>/dev/null ||
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)[^/]' \| \
X"$mf" : 'X\(//\)$' \| \
X"$mf" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
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
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
# Extract the definition of DEP_FILES from the Makefile without
# running `make'.
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
test -z "$DEPDIR" && continue
# When using ansi2knr, U may be empty or an underscore; expand it
U=`sed -n -e '/^U = / s///p' < "$mf"`
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
# 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 -e '
/^DEP_FILES = .*\\\\$/ {
s/^DEP_FILES = //
:loop
s/\\\\$//
p
n
/\\\\$/ b loop
p
}
/^DEP_FILES = / s/^DEP_FILES = //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=`(dirname "$file") 2>/dev/null ||
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$file" : 'X\(//\)[^/]' \| \
X"$file" : 'X\(//\)$' \| \
X"$file" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
{ if $as_mkdir_p; then
mkdir -p $dirpart/$fdir
else
as_dir=$dirpart/$fdir
as_dirs=
while test ! -d "$as_dir"; do
as_dirs="$as_dir $as_dirs"
as_dir=`(dirname "$as_dir") 2>/dev/null ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$as_dir" : 'X\(//\)[^/]' \| \
X"$as_dir" : 'X\(//\)$' \| \
X"$as_dir" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$as_dir" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
/^X\(\/\/\)$/{ s//\1/; q; }
/^X\(\/\).*/{ s//\1/; q; }
s/.*/./; q'`
done
test ! -n "$as_dirs" || mkdir $as_dirs
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
{ (exit 1); exit 1; }; }; }
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
;;
esac
done
{ (exit 0); exit 0; }

1500
trunk/paradiseo-peo/config.sub vendored Executable file

File diff suppressed because it is too large Load diff

4785
trunk/paradiseo-peo/configure vendored Executable file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,44 @@
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta - will be overwritten
dnl If you don't want it to overwrite it,
dnl Please disable it in the Anjuta project configuration
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(paradisEO, 0.3)
dnl AM_CONFIG_HEADER(config.h)
AC_ISC_POSIX
CXXFLAGS=""
AC_SUBST(CXXFLAGS)
AC_PROG_CXX
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_PROG_RANLIB
AC_SUBST(EO_DIR)
dnl EO
AC_ARG_WITH(EOdir,
--with-EOdir : Giving the path of the EO tree.,
dnl Well done :-)
EO_DIR="$withval"
if test ! -d $EO_DIR
then
echo ""
echo "# --with-EOdir Invalid directory $withval"
exit 1
fi,
dnl Bouhhhh !!!!
echo ""
echo "# You forgot to give the path of the EO tree !"
echo "# Please write something like ... './configure --with-EOdir=\$HOME/eo'"
exit 1
)
AC_OUTPUT([
Makefile
src/Makefile
src/rmc/Makefile
src/rmc/mpi/Makefile
])

529
trunk/paradiseo-peo/depcomp Executable file
View file

@ -0,0 +1,529 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-02-09.22
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
# Originally written by 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
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.
"$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
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.
stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
tmpdepfile="$stripped.u"
if test "$libtool" = yes; then
"$@" -Wc,-M
else
"$@" -M
fi
stat=$?
if test -f "$tmpdepfile"; then :
else
stripped=`echo "$stripped" | sed 's,^.*/,,'`
tmpdepfile="$stripped.u"
fi
if test $stat -eq 0; then :
else
rm -f "$tmpdepfile"
exit $stat
fi
if test -f "$tmpdepfile"; then
outname="$stripped.o"
# 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,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
sed -e "s,^$outname: \(.*\)$,\1:," < "$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"
;;
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 mecanism 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 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 $1 != '--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 $1 != '--mode=compile'; do
shift
done
shift
fi
# X makedepend
shift
cleared=no
for arg in "$@"; do
case $cleared in
no)
set ""; shift
cleared=yes ;;
esac
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.
-*|$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 $1 != '--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 '/^# [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, regardless of -o,
# because we must use -o when running libtool.
"$@" || exit $?
IFS=" "
for arg
do
case "$arg" in
"-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
set fnord "$@"
shift
shift
;;
*)
set fnord "$@" "$arg"
shift
shift
;;
esac
done
"$@" -E |
sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
rm -f "$depfile"
echo "$object : \\" > "$depfile"
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
echo " " >> "$depfile"
. "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
rm -f "$tmpdepfile"
;;
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-end: "$"
# End:

View file

@ -0,0 +1 @@
SUBDIRS=manual

View file

View file

@ -0,0 +1,3 @@
## Reference manual

View file

323
trunk/paradiseo-peo/install-sh Executable file
View file

@ -0,0 +1,323 @@
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2005-02-02.21
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch. It can only install one file at a time, a restriction
# shared with many OS's install programs.
# set DOITPROG to echo to test this script
# Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}"
# put in absolute paths if you don't have them in your path; or use env. vars.
mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"
chmodcmd="$chmodprog 0755"
chowncmd=
chgrpcmd=
stripcmd=
rmcmd="$rmprog -f"
mvcmd="$mvprog"
src=
dst=
dir_arg=
dstarg=
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:
-c (ignored)
-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.
--help display this help and exit.
--version display version info and exit.
Environment variables override the default commands:
CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
"
while test -n "$1"; do
case $1 in
-c) shift
continue;;
-d) dir_arg=true
shift
continue;;
-g) chgrpcmd="$chgrpprog $2"
shift
shift
continue;;
--help) echo "$usage"; exit $?;;
-m) chmodcmd="$chmodprog $2"
shift
shift
continue;;
-o) chowncmd="$chownprog $2"
shift
shift
continue;;
-s) stripcmd=$stripprog
shift
continue;;
-t) dstarg=$2
shift
shift
continue;;
-T) no_target_directory=true
shift
continue;;
--version) echo "$0 $scriptversion"; exit $?;;
*) # When -d is used, all remaining arguments are directories to create.
# When -t is used, the destination is already specified.
test -n "$dir_arg$dstarg" && break
# Otherwise, the last argument is the destination. Remove it from $@.
for arg
do
if test -n "$dstarg"; then
# $@ is not empty: it contains at least $arg.
set fnord "$@" "$dstarg"
shift # fnord
fi
shift # arg
dstarg=$arg
done
break;;
esac
done
if test -z "$1"; 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
for src
do
# Protect names starting with `-'.
case $src in
-*) src=./$src ;;
esac
if test -n "$dir_arg"; then
dst=$src
src=
if test -d "$dst"; then
mkdircmd=:
chmodcmd=
else
mkdircmd=$mkdirprog
fi
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 "$dstarg"; then
echo "$0: no destination specified." >&2
exit 1
fi
dst=$dstarg
# 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: $dstarg: Is a directory" >&2
exit 1
fi
dst=$dst/`basename "$src"`
fi
fi
# This sed command emulates the dirname command.
dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
# Make sure that the destination directory exists.
# Skip lots of stat calls in the usual case.
if test ! -d "$dstdir"; then
defaultIFS='
'
IFS="${IFS-$defaultIFS}"
oIFS=$IFS
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
shift
IFS=$oIFS
pathcomp=
while test $# -ne 0 ; do
pathcomp=$pathcomp$1
shift
if test ! -d "$pathcomp"; then
$mkdirprog "$pathcomp"
# mkdir can fail with a `File exist' error in case several
# install-sh are creating the directory concurrently. This
# is OK.
test -d "$pathcomp" || exit
fi
pathcomp=$pathcomp/
done
fi
if test -n "$dir_arg"; then
$doit $mkdircmd "$dst" \
&& { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
&& { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
&& { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
&& { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
else
dstfile=`basename "$dst"`
# 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
trap '(exit $?); exit' 1 2 13 15
# Copy the file name to the temp name.
$doit $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 "$dsttmp"; } &&
# Now rename the file to the real destination.
{ $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 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.
{
if test -f "$dstdir/$dstfile"; then
$doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
|| $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
|| {
echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
(exit 1); exit 1
}
else
:
fi
} &&
# Now rename the file to the real destination.
$doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
}
}
fi || { (exit 1); exit 1; }
done
# The final little trick to "correctly" pass the exit status to the exit trap.
{
(exit 0); 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-end: "$"
# End:

6496
trunk/paradiseo-peo/ltmain.sh Executable file

File diff suppressed because it is too large Load diff

357
trunk/paradiseo-peo/missing Executable file
View file

@ -0,0 +1,357 @@
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2005-02-08.22
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
if test $# -eq 0; then
echo 1>&2 "Try \`$0 --help' for more information"
exit 1
fi
run=:
# 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'
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]
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
# 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).
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 "$1" 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 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
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 [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.y)
SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.c
fi
SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" y.tab.h
fi
;;
esac
fi
if [ ! -f y.tab.h ]; then
echo >y.tab.h
fi
if [ ! -f y.tab.c ]; then
echo 'main() { return 0; }' >y.tab.c
fi
;;
lex|flex)
echo 1>&2 "\
WARNING: \`$1' is $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 [ $# -ne 1 ]; then
eval LASTARG="\${$#}"
case "$LASTARG" in
*.l)
SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
if [ -f "$SRCFILE" ]; then
cp "$SRCFILE" lex.yy.c
fi
;;
esac
fi
if [ ! -f lex.yy.c ]; then
echo 'main() { return 0; }' >lex.yy.c
fi
;;
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 's/.*-o \([^ ]*\).*/\1/p'`
if test -z "$file"; then
file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
fi
if [ -f "$file" ]; then
touch $file
else
test -z "$file" || exec >$file
echo ".ab help2man is required to generate this page"
exit 1
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 's/.*-o \([^ ]*\).*/\1/p'`
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
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-end: "$"
# End:

View file

@ -0,0 +1,99 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
# Public domain
errstatus=0
dirmode=""
usage="\
Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..."
# process command line arguments
while test $# -gt 0 ; do
case "${1}" in
-h | --help | --h* ) # -h for help
echo "${usage}" 1>&2; exit 0 ;;
-m ) # -m PERM arg
shift
test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
dirmode="${1}"
shift ;;
-- ) shift; break ;; # stop option processing
-* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option
* ) break ;; # first non-opt arg
esac
done
for file
do
if test -d "$file"; then
shift
else
break
fi
done
case $# in
0) exit 0 ;;
esac
case $dirmode in
'')
if mkdir -p -- . 2>/dev/null; then
echo "mkdir -p -- $*"
exec mkdir -p -- "$@"
fi ;;
*)
if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
echo "mkdir -m $dirmode -p -- $*"
exec mkdir -m "$dirmode" -p -- "$@"
fi ;;
esac
for file
do
set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
shift
pathcomp=
for d
do
pathcomp="$pathcomp$d"
case "$pathcomp" in
-* ) pathcomp=./$pathcomp ;;
esac
if test ! -d "$pathcomp"; then
echo "mkdir $pathcomp"
mkdir "$pathcomp" || lasterr=$?
if test ! -d "$pathcomp"; then
errstatus=$lasterr
else
if test ! -z "$dirmode"; then
echo "chmod $dirmode $pathcomp"
lasterr=""
chmod "$dirmode" "$pathcomp" || lasterr=$?
if test ! -z "$lasterr"; then
errstatus=$lasterr
fi
fi
fi
fi
pathcomp="$pathcomp/"
done
done
exit $errstatus
# Local Variables:
# mode: shell-script
# sh-indentation: 3
# End:
# mkinstalldirs ends here

View file

@ -0,0 +1 @@
./autogen.sh --with-EOdir=$HOME/new/eo

108
trunk/paradiseo-peo/paradisEO.prj Executable file
View file

@ -0,0 +1,108 @@
# Anjuta Version 1.2.2
Compatibility Level: 1
<PROJECT_DESCRIPTION_START>
Parallel and Distributed Evolving Objects<PROJECT_DESCRIPTION_END>
<CONFIG_PROGS_START>
<CONFIG_PROGS_END>
<CONFIG_LIBS_START>
<CONFIG_LIBS_END>
<CONFIG_HEADERS_START>
<CONFIG_HEADERS_END>
<CONFIG_CHARACTERISTICS_START>
<CONFIG_CHARACTERISTICS_END>
<CONFIG_LIB_FUNCS_START>
<CONFIG_LIB_FUNCS_END>
<CONFIG_ADDITIONAL_START>
<CONFIG_ADDITIONAL_END>
<CONFIG_FILES_START>
<CONFIG_FILES_END>
<MAKEFILE_AM_START>
<MAKEFILE_AM_END>
props.file.type=project
anjuta.version=1.2.2
anjuta.compatibility.level=1
project.name=paradisEO
project.type=GENERIC
project.target.type=STATIC_LIB
project.version=0.3
project.author=Sebastien CAHON
project.source.target=libparadiseo
project.has.gettext=0
project.gui.command=
project.programming.language=C++
project.excluded.modules=intl
project.config.extra.modules.before=
project.config.extra.modules.after=
project.config.blocked=0
project.config.disable.overwriting=0 0 0 0 0 0 0 0 0
project.menu.entry=paradisEO Version 0.1
project.menu.group=Applications
project.menu.comment=paradisEO Version 0.1
project.menu.icon=
project.menu.need.terminal=0
project.configure.options=
anjuta.program.arguments=
preferences.build.option.jobs=0
preferences.build.option.silent=0
preferences.build.option.autosave=0
preferences.make=make
preferences.build.option.keep.going=1
preferences.build.option.warn.undef=0
preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
preferences.indent.opening=0
preferences.autoformat.disable=1
preferences.indent.automatic=1
preferences.use.tabs=1
preferences.indent.size=4
preferences.tabsize=4
preferences.indent.closing=0
module.include.name=include
module.include.type=
module.include.files=
module.source.name=src
module.source.type=
module.source.files=\
main.cc
module.pixmap.name=pixmaps
module.pixmap.type=
module.pixmap.files=
module.data.name=data
module.data.type=
module.data.files=
module.help.name=help
module.help.type=
module.help.files=
module.doc.name=doc
module.doc.type=
module.doc.files=
module.po.files=
compiler.options.supports=
compiler.options.include.paths=
compiler.options.library.paths=
compiler.options.libraries=
compiler.options.libraries.selected=
compiler.options.defines=
compiler.options.defines.selected=
compiler.options.warning.buttons=0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
compiler.options.optimize.buttons=1 0 0 0
compiler.options.other.buttons=1 0
compiler.options.other.c.flags=
compiler.options.other.l.flags=
compiler.options.other.l.libs=
project.src.paths=

View file

@ -0,0 +1,107 @@
# Anjuta Version 1.2.2
Compatibility Level: 1
<PROJECT_DESCRIPTION_START>
Parallel and Distributed Evolving Objects<PROJECT_DESCRIPTION_END>
<CONFIG_PROGS_START>
<CONFIG_PROGS_END>
<CONFIG_LIBS_START>
<CONFIG_LIBS_END>
<CONFIG_HEADERS_START>
<CONFIG_HEADERS_END>
<CONFIG_CHARACTERISTICS_START>
<CONFIG_CHARACTERISTICS_END>
<CONFIG_LIB_FUNCS_START>
<CONFIG_LIB_FUNCS_END>
<CONFIG_ADDITIONAL_START>
<CONFIG_ADDITIONAL_END>
<CONFIG_FILES_START>
<CONFIG_FILES_END>
<MAKEFILE_AM_START>
<MAKEFILE_AM_END>
props.file.type=project
anjuta.version=1.2.2
anjuta.compatibility.level=1
project.name=paradisEO
project.type=GENERIC
project.target.type=STATIC_LIB
project.version=0.3
project.author=Sebastien CAHON
project.source.target=libparadiseo
project.has.gettext=0
project.gui.command=
project.programming.language=C++
project.excluded.modules=intl
project.config.extra.modules.before=
project.config.extra.modules.after=
project.config.blocked=0
project.config.disable.overwriting=0 0 0 0 0 0 0 0 0
project.menu.entry=paradisEO Version 0.1
project.menu.group=Applications
project.menu.comment=paradisEO Version 0.1
project.menu.icon=
project.menu.need.terminal=0
project.configure.options=
anjuta.program.arguments=
preferences.build.option.jobs=0
preferences.build.option.silent=0
preferences.build.option.autosave=0
preferences.make=make
preferences.build.option.keep.going=1
preferences.build.option.warn.undef=0
preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
preferences.indent.opening=0
preferences.autoformat.disable=1
preferences.indent.automatic=1
preferences.use.tabs=1
preferences.indent.size=4
preferences.tabsize=4
preferences.indent.closing=0
module.include.name=include
module.include.type=
module.include.files=
module.source.name=src
module.source.type=
module.source.files=
module.pixmap.name=pixmaps
module.pixmap.type=
module.pixmap.files=
module.data.name=data
module.data.type=
module.data.files=
module.help.name=help
module.help.type=
module.help.files=
module.doc.name=doc
module.doc.type=
module.doc.files=
module.po.files=
compiler.options.supports=
compiler.options.include.paths=
compiler.options.library.paths=
compiler.options.libraries=
compiler.options.libraries.selected=
compiler.options.defines=
compiler.options.defines.selected=
compiler.options.warning.buttons=0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
compiler.options.optimize.buttons=1 0 0 0
compiler.options.other.buttons=1 0
compiler.options.other.c.flags=
compiler.options.other.l.flags=
compiler.options.other.l.libs=
project.src.paths=

View file

@ -0,0 +1,17 @@
[File View]
filter.file.unmatch=*.so *.o *.a *.la
filter.file.ignore.hidden=0
filter.dir.ignore.hidden=0
[Project Tree]
0=0
[File Tree]
0=0
[executer]
RunInTerminal=true
[Project State]
clean before build=false

201
trunk/paradiseo-peo/setup-gettext Executable file
View file

@ -0,0 +1,201 @@
#!/bin/sh
#
# setup-gettext - Provides compatibility with versions of gettext
# from the 0.10.x series and 0.11.x.
#
# Copyright (C) 2002 Christian Hammond.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
VERSION=0.1.3
VERBOSE=1
parse_gettext_version() {
GETTEXT_VERSION=`$GETTEXT_TOOL --version | sed -n 's/^.*\([0-9]\+\)\.\([0-9]\+\)\.\([0-9]\+\).*$/\1.\2.\3/p'`
GETTEXT_MAJOR_VERSION=`echo $GETTEXT_VERSION | sed -n 's/^\([0-9]\+\).*/\1/p'`
GETTEXT_MINOR_VERSION=`echo $GETTEXT_VERSION | sed -n 's/^[0-9]\+\.\([0-9]\+\).*/\1/p'`
GETTEXT_MICRO_VERSION=`echo $GETTEXT_VERSION | sed -n 's/^[0-9]\+\.[0-9]\+\.\([0-9]\+\).*/\1/p'`
}
find_gettext() {
GETTEXT_TOOL=autopoint
(autopoint --version) < /dev/null > /dev/null 2>&1 || {
GETTEXT_TOOL=gettextize
(gettextize --version) < /dev/null > /dev/null 2>&1 || {
GETTEXT_TOOL=
}
}
}
install() {
[ -f configure.in ] && {
cp configure.in .tmp-configure.in
sed -e 's/^AM_GNU_GETTEXT\(.*\)$/AM_GNU_GETTEXT\1\
AM_GNU_GETTEXT_VERSION(0.10.40)/' < .tmp-configure.in > configure.in
rm .tmp-configure.in
}
[ -f configure.ac ] && {
cp configure.ac .tmp-configure.ac
sed -e 's/^AM_GNU_GETTEXT\(.*\)$/AM_GNU_GETTEXT\1\
AM_GNU_GETTEXT_VERSION(0.10.40)/' < .tmp-configure.ac > configure.ac
rm .tmp-configure.ac
}
[ -f autogen.sh ] && {
cp autogen.sh .tmp-autogen.sh
sed -e 's/\(gettextize\|autopoint\) --version/.\/setup-gettext --gettext-tool/1' -e 's/^\(echo.*|[\t ]*\)\?\(gettextize\|autopoint\) -.*$/.\/setup-gettext/1' < .tmp-autogen.sh > autogen.sh
rm .tmp-autogen.sh
}
echo 'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])' >> acinclude.m4
}
backup_m4() {
[ -d m4 ] && mv m4 m4~
}
restore_m4() {
[ -d m4~ ] && {
rm -rf m4
mv m4~ m4
}
}
restore_files() {
[ -f configure.in~ ] && mv -f configure.in~ configure.in
[ -f configure.ac~ ] && mv -f configure.ac~ configure.ac
[ -f Makefile.am~ ] && mv -f Makefile.am~ Makefile.am
}
abort() {
restore_files
restore_m4
exit 1
}
# Main code
find_gettext
# See if a version of gettext and its tools are installed.
if [ x$GETTEXT_TOOL = x ]; then
echo
echo "You do not have a version of gettext installed."
echo "Please download one from your local package repository or"
echo "from ftp://ftp.gnu.org/pub/gnu/gettext/"
echo
exit 1
fi
parse_gettext_version
NUMVAR=$#
if [ $NUMVAR -gt 0 ]; then
if [ $NUMVAR -gt 1 ]; then
echo "Only one option at a time!"
exit 1
elif [ $1 = "--gettext-tool" ]; then
echo $GETTEXT_TOOL
exit 0
elif [ $1 = "--help" ]; then
echo "setup-gettext v$VERSION"
echo "Usage:"
echo " --gettext-tool Returns gettextize or autopoint, depending"
echo " on the version of gettext installed."
echo " --gettext-version Returns the version of gettext installed."
echo " --gettext-major-version Returns the major version of gettext installed."
echo " --gettext-minor-version Returns the minor version of gettext installed."
echo " --gettext-micro-version Returns the micro version of gettext installed."
echo " --help Displays this help screen."
echo
exit 0
elif [ $1 = "--version" ]; then
echo $VERSION
exit 0
elif [ $1 = "--gettext-version" ]; then
echo $GETTEXT_VERSION
exit 0
elif [ $1 = "--gettext-major-version" ]; then
echo $GETTEXT_MAJOR_VERSION
exit 0
elif [ $1 = "--gettext-minor-version" ]; then
echo $GETTEXT_MINOR_VERSION
exit 0
elif [ $1 = "--gettext-micro-version" ]; then
echo $GETTEXT_MICRO_VERSION
exit 0
elif [ $1 = "--install" ]; then
install
echo "setup-gettext installed."
exit 0
elif [ $1 = "--happy-url" ]; then
echo http://gaim.sf.net/forkgettext.jpg
exit 0
elif [ $1 = "--verbose" ]; then
VERBOSE=1
else
echo "Invalid option '$1'"
exit 1
fi
fi
# Okay, run the main stuff
if [ "$GETTEXT_TOOL" = "autopoint" ]; then
backup_m4
[ $VERBOSE -eq 1 ] && echo " autopoint --force"
echo n | autopoint --force || abort
restore_m4
else
if [ $GETTEXT_MINOR_VERSION -eq 11 ]; then
backup_m4
# Gettext is pure evil. It DEMANDS that we press Return no matter
# what. This gets rid of their happy "feature" of doom.
[ $VERBOSE -eq 1 ] && \
echo " gettextize --copy --force --intl --no-changelog"
sed 's:read .*< /dev/tty::' `which gettextize` > .temp-gettextize
chmod +x .temp-gettextize
echo n | ./.temp-gettextize --copy --force --intl --no-changelog || abort
rm .temp-gettextize
restore_files
restore_m4
[ -f po/Makevars.template ] && mv po/Makevars.template po/Makevars
else
[ $VERBOSE -eq 1 ] && echo " gettextize --copy --force --intl"
echo n | gettextize --copy --force --intl || exit;
fi
fi

View file

@ -0,0 +1,294 @@
comm.o comm.o: comm.cpp \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h \
comm.h /usr/include/semaphore.h /usr/include/bits/semaphore.h
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/bits/semaphore.h:

View file

@ -0,0 +1,302 @@
coop.o coop.o: coop.cpp coop.h comm.h /usr/include/semaphore.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h /usr/include/bits/wordsize.h \
/usr/include/gnu/stubs-32.h /usr/include/sys/types.h \
/usr/include/bits/types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h runner.h \
/home/cahon/workspace/eo/src/eoFunctor.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h \
thread.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert \
/usr/include/assert.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc
coop.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs-32.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
runner.h:
/home/cahon/workspace/eo/src/eoFunctor.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h:
thread.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert:
/usr/include/assert.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1,323 @@
main_peodeploy.o main_peodeploy.o: main_peodeploy.cpp grid.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h /usr/include/bits/wordsize.h \
/usr/include/gnu/stubs-32.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/time.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert \
/usr/include/assert.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/string \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/char_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/memory \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_raw_storage_iter.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/limits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/algorithm \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algo.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_heap.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_tempbuf.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.tcc \
cluster.h host.h
grid.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs-32.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert:
/usr/include/assert.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/string:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/char_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/memory:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_raw_storage_iter.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/limits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/algorithm:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algo.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_heap.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_tempbuf.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.tcc:
cluster.h:
host.h:

View file

@ -0,0 +1,278 @@
peo_debug.o peo_debug.o: peo_debug.cpp peo_debug.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/libio.h \
/usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
/usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/time.h /usr/include/bits/time.h /usr/include/xlocale.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/string.h /usr/include/sys/types.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.h /usr/include/bits/setjmp.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc
peo_debug.h:
/usr/include/stdio.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/stdio_lim.h:
/usr/include/bits/sys_errlist.h:
/usr/include/time.h:
/usr/include/bits/time.h:
/usr/include/xlocale.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/string.h:
/usr/include/sys/types.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/sys/stat.h:
/usr/include/bits/stat.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.h:
/usr/include/bits/setjmp.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:

View file

@ -0,0 +1,298 @@
peo_fin.o peo_fin.o: peo_fin.cpp peo_fin.h peo_debug.h runner.h \
/home/lille/atantar/installs/eo//src/eoFunctor.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
comm.h /usr/include/semaphore.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h thread.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
rmc.h
peo_fin.h:
peo_debug.h:
runner.h:
/home/lille/atantar/installs/eo//src/eoFunctor.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
thread.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
rmc.h:

View file

@ -0,0 +1,51 @@
peo_init.o peo_init.o: peo_init.cpp /usr/include/stdio.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/libio.h \
/usr/include/_G_config.h /usr/include/wchar.h /usr/include/bits/wchar.h \
/usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
peo_init.h peo_param.h peo_debug.h rmc.h
/usr/include/stdio.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/stdio_lim.h:
/usr/include/bits/sys_errlist.h:
peo_init.h:
peo_param.h:
peo_debug.h:
rmc.h:

View file

@ -0,0 +1,474 @@
peo_param.o peo_param.o: peo_param.cpp \
/home/lille/atantar/installs/eo//src/utils/eoParser.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/sstream \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/istream \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ios \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/char_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/localefwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/ios_base.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/atomicity.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/atomic_word.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_classes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/string \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/memory \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_raw_storage_iter.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/limits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_string.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/algorithm \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algo.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_heap.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tempbuf.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_string.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/streambuf \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/streambuf.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_ios.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/streambuf_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_facets.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwctype \
/usr/include/wctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/ctype_base.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/ctype_inline.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/codecvt.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/time_members.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/messages_members.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_ios.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/istream.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/locale \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_facets.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/typeinfo \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ostream \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/ostream.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/sstream.tcc \
/home/lille/atantar/installs/eo//src/utils/eoParam.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cmath.tcc \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iterator \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stream_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/stdexcept \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
/home/lille/atantar/installs/eo//src/eoScalarFitness.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iostream \
/home/lille/atantar/installs/eo//src/eoObject.h \
/home/lille/atantar/installs/eo//src/utils/eoData.h \
/home/lille/atantar/installs/eo//src/utils/compatibility.h \
/home/lille/atantar/installs/eo//src/eoPersistent.h \
/home/lille/atantar/installs/eo//src/eoPrintable.h peo_param.h \
peo_debug.h
/home/lille/atantar/installs/eo//src/utils/eoParser.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/sstream:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/istream:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ios:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/char_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/localefwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/ios_base.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/atomicity.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/atomic_word.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_classes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/string:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/memory:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_raw_storage_iter.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/limits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_string.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/algorithm:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algo.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_heap.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tempbuf.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_string.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/streambuf:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/streambuf.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_ios.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/streambuf_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_facets.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwctype:
/usr/include/wctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/ctype_base.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/ctype_inline.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/codecvt.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/time_members.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/messages_members.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/basic_ios.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/istream.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/locale:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/locale_facets.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/typeinfo:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ostream:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/ostream.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/sstream.tcc:
/home/lille/atantar/installs/eo//src/utils/eoParam.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cmath.tcc:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iterator:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stream_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/stdexcept:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
/home/lille/atantar/installs/eo//src/eoScalarFitness.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iostream:
/home/lille/atantar/installs/eo//src/eoObject.h:
/home/lille/atantar/installs/eo//src/utils/eoData.h:
/home/lille/atantar/installs/eo//src/utils/compatibility.h:
/home/lille/atantar/installs/eo//src/eoPersistent.h:
/home/lille/atantar/installs/eo//src/eoPrintable.h:
peo_param.h:
peo_debug.h:

View file

@ -0,0 +1,297 @@
peo_run.o peo_run.o: peo_run.cpp peo_init.h peo_run.h rmc.h runner.h \
/home/lille/atantar/installs/eo//src/eoFunctor.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
comm.h /usr/include/semaphore.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h thread.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc
peo_init.h:
peo_run.h:
rmc.h:
runner.h:
/home/lille/atantar/installs/eo//src/eoFunctor.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
thread.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:

View file

@ -0,0 +1,280 @@
reac_thread.o reac_thread.o: reac_thread.cpp reac_thread.h \
/usr/include/semaphore.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/include/sys/types.h /usr/include/bits/types.h \
/usr/include/bits/wordsize.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h thread.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc
reac_thread.h:
/usr/include/semaphore.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
thread.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:

View file

@ -0,0 +1,299 @@
ring_topo.o ring_topo.o: ring_topo.cpp ring_topo.h topo.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
coop.h comm.h /usr/include/semaphore.h /usr/include/bits/semaphore.h \
runner.h /home/lille/atantar/installs/eo//src/eoFunctor.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
thread.h
ring_topo.h:
topo.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
coop.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/bits/semaphore.h:
runner.h:
/home/lille/atantar/installs/eo//src/eoFunctor.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
thread.h:

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1,305 @@
runner.o runner.o: runner.cpp \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
runner.h /home/lille/atantar/installs/eo//src/eoFunctor.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
comm.h /usr/include/semaphore.h /usr/include/bits/semaphore.h thread.h \
reac_thread.h peo_debug.h mess.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/utility \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_relops.h
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
runner.h:
/home/lille/atantar/installs/eo//src/eoFunctor.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/bits/semaphore.h:
thread.h:
reac_thread.h:
peo_debug.h:
mess.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/utility:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_relops.h:

View file

@ -0,0 +1,312 @@
runner_thread.o runner_thread.o: runner_thread.cpp runner_thread.h \
runner.h /usr/include/semaphore.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs-32.h \
/usr/include/sys/types.h /usr/include/bits/types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h \
/home/cahon/workspace/eo/src/eoFunctor.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h \
comm.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/utility \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_relops.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h \
thread.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert \
/usr/include/assert.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc \
peo_debug.h
runner_thread.h:
runner.h:
/usr/include/semaphore.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs-32.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
/home/cahon/workspace/eo/src/eoFunctor.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h:
comm.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/utility:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_relops.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h:
thread.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert:
/usr/include/assert.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
peo_debug.h:

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1,282 @@
service.o service.o: service.cpp service.h comm.h \
/usr/include/semaphore.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/include/sys/types.h /usr/include/bits/types.h \
/usr/include/bits/wordsize.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/semaphore.h thread.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc
service.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/semaphore.h:
thread.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:

View file

@ -0,0 +1,290 @@
thread.o thread.o: thread.cpp \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h \
thread.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/map:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_tree.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_map.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_multimap.h:
thread.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:

View file

@ -0,0 +1,307 @@
threads.o threads.o: threads.cpp /usr/include/pthread.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h /usr/include/bits/wordsize.h \
/usr/include/gnu/stubs-32.h /usr/include/sched.h \
/usr/include/bits/types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/bits/sched.h /usr/include/bits/time.h \
/usr/include/xlocale.h /usr/include/signal.h /usr/include/bits/sigset.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/setjmp.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef \
/usr/include/string.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/sys/sysmacros.h /usr/include/alloca.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert \
/usr/include/assert.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc \
role.h runner_thread.h runner.h \
/home/cahon/workspace/eo/src/eoFunctor.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h \
thread.h /usr/include/semaphore.h /usr/include/bits/semaphore.h \
peo_debug.h
/usr/include/pthread.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs-32.h:
/usr/include/sched.h:
/usr/include/bits/types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/bits/sched.h:
/usr/include/bits/time.h:
/usr/include/xlocale.h:
/usr/include/signal.h:
/usr/include/bits/sigset.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/bits/setjmp.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/vector:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef:
/usr/include/string.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/sys/sysmacros.h:
/usr/include/alloca.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert:
/usr/include/assert.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_vector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
role.h:
runner_thread.h:
runner.h:
/home/cahon/workspace/eo/src/eoFunctor.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/functional:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h:
thread.h:
/usr/include/semaphore.h:
/usr/include/bits/semaphore.h:
peo_debug.h:

View file

@ -0,0 +1,297 @@
topo.o topo.o: topo.cpp topo.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h \
/usr/include/string.h /usr/include/xlocale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/sys/types.h \
/usr/include/bits/types.h /usr/include/bits/wordsize.h \
/usr/include/bits/typesizes.h /usr/include/time.h \
/usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/time.h \
/usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \
/usr/include/wchar.h /usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h \
/usr/include/bits/sys_errlist.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/iconv.h \
/usr/include/libintl.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert \
/usr/include/assert.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc \
coop.h comm.h /usr/include/semaphore.h /usr/include/bits/semaphore.h \
runner.h /home/lille/atantar/installs/eo//src/eoFunctor.h \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional \
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h \
thread.h
topo.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/vector:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/functexcept.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception_defines.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_algobase.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++config.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/os_defines.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstring:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstddef:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stddef.h:
/usr/include/string.h:
/usr/include/xlocale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/climits:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/limits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdlib:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/sys/types.h:
/usr/include/bits/types.h:
/usr/include/bits/wordsize.h:
/usr/include/bits/typesizes.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/iosfwd:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++locale.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cstdio:
/usr/include/stdio.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/include/stdarg.h:
/usr/include/bits/sys_errlist.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/iconv.h:
/usr/include/libintl.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++io.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stringfwd.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/postypes.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cwchar:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_pair.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/cpp_type_traits.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_types.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/concept_check.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_iterator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/debug/debug.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/cassert:
/usr/include/assert.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/x86_64-linux-gnu/bits/c++allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/ext/new_allocator.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/new:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/exception:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_construct.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_uninitialized.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_vector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_bvector.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/vector.tcc:
coop.h:
comm.h:
/usr/include/semaphore.h:
/usr/include/bits/semaphore.h:
runner.h:
/home/lille/atantar/installs/eo//src/eoFunctor.h:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/functional:
/usr/lib/gcc/x86_64-linux-gnu/4.0.4/../../../../include/c++/4.0.4/bits/stl_function.h:
thread.h:

View file

@ -0,0 +1 @@
# dummy

View file

@ -0,0 +1,369 @@
xml_parser.o xml_parser.o: xml_parser.cpp \
/usr/include/libxml2/libxml/xmlreader.h \
/usr/include/libxml2/libxml/xmlversion.h \
/usr/include/libxml2/libxml/xmlexports.h \
/usr/include/libxml2/libxml/tree.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h /usr/include/bits/wordsize.h \
/usr/include/gnu/stubs-32.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \
/usr/include/bits/wchar.h /usr/include/gconv.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/libxml2/libxml/xmlstring.h \
/usr/include/libxml2/libxml/xmlregexp.h \
/usr/include/libxml2/libxml/xmlmemory.h \
/usr/include/libxml2/libxml/threads.h \
/usr/include/libxml2/libxml/globals.h \
/usr/include/libxml2/libxml/parser.h /usr/include/libxml2/libxml/dict.h \
/usr/include/libxml2/libxml/hash.h /usr/include/libxml2/libxml/valid.h \
/usr/include/libxml2/libxml/xmlerror.h \
/usr/include/libxml2/libxml/list.h \
/usr/include/libxml2/libxml/xmlautomata.h \
/usr/include/libxml2/libxml/entities.h \
/usr/include/libxml2/libxml/encoding.h /usr/include/iconv.h \
/usr/include/libxml2/libxml/xmlIO.h /usr/include/libxml2/libxml/SAX.h \
/usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/waitstatus.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/xlocale.h \
/usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \
/usr/include/libxml2/libxml/xlink.h /usr/include/libxml2/libxml/SAX2.h \
/usr/include/libxml2/libxml/relaxng.h xml_parser.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/string \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/char_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef \
/usr/include/string.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale \
/usr/include/locale.h /usr/include/bits/locale.h \
/usr/include/langinfo.h /usr/include/nl_types.h /usr/include/libintl.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h \
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype \
/usr/include/ctype.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime \
/usr/include/stdint.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert \
/usr/include/assert.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/memory \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_raw_storage_iter.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/limits \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/algorithm \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algo.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_heap.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_tempbuf.h \
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.tcc
/usr/include/libxml2/libxml/xmlreader.h:
/usr/include/libxml2/libxml/xmlversion.h:
/usr/include/libxml2/libxml/xmlexports.h:
/usr/include/libxml2/libxml/tree.h:
/usr/include/stdio.h:
/usr/include/features.h:
/usr/include/sys/cdefs.h:
/usr/include/gnu/stubs.h:
/usr/include/bits/wordsize.h:
/usr/include/gnu/stubs-32.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:
/usr/include/bits/types.h:
/usr/include/bits/typesizes.h:
/usr/include/libio.h:
/usr/include/_G_config.h:
/usr/include/wchar.h:
/usr/include/bits/wchar.h:
/usr/include/gconv.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stdarg.h:
/usr/include/bits/stdio_lim.h:
/usr/include/bits/sys_errlist.h:
/usr/include/libxml2/libxml/xmlstring.h:
/usr/include/libxml2/libxml/xmlregexp.h:
/usr/include/libxml2/libxml/xmlmemory.h:
/usr/include/libxml2/libxml/threads.h:
/usr/include/libxml2/libxml/globals.h:
/usr/include/libxml2/libxml/parser.h:
/usr/include/libxml2/libxml/dict.h:
/usr/include/libxml2/libxml/hash.h:
/usr/include/libxml2/libxml/valid.h:
/usr/include/libxml2/libxml/xmlerror.h:
/usr/include/libxml2/libxml/list.h:
/usr/include/libxml2/libxml/xmlautomata.h:
/usr/include/libxml2/libxml/entities.h:
/usr/include/libxml2/libxml/encoding.h:
/usr/include/iconv.h:
/usr/include/libxml2/libxml/xmlIO.h:
/usr/include/libxml2/libxml/SAX.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h:
/usr/include/endian.h:
/usr/include/bits/endian.h:
/usr/include/xlocale.h:
/usr/include/sys/types.h:
/usr/include/time.h:
/usr/include/sys/select.h:
/usr/include/bits/select.h:
/usr/include/bits/sigset.h:
/usr/include/bits/time.h:
/usr/include/sys/sysmacros.h:
/usr/include/bits/pthreadtypes.h:
/usr/include/alloca.h:
/usr/include/libxml2/libxml/xlink.h:
/usr/include/libxml2/libxml/SAX2.h:
/usr/include/libxml2/libxml/relaxng.h:
xml_parser.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/string:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++config.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/os_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stringfwd.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/char_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstring:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstddef:
/usr/include/string.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algobase.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/climits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/limits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdlib:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/iosfwd:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++locale.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cstdio:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/clocale:
/usr/include/locale.h:
/usr/include/bits/locale.h:
/usr/include/langinfo.h:
/usr/include/nl_types.h:
/usr/include/libintl.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++io.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/gthr-default.h:
/usr/include/pthread.h:
/usr/include/sched.h:
/usr/include/bits/sched.h:
/usr/include/signal.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/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cctype:
/usr/include/ctype.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/postypes.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cwchar:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ctime:
/usr/include/stdint.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/functexcept.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception_defines.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_pair.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/cpp_type_traits.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_types.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator_base_funcs.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/concept_check.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_iterator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/debug/debug.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/cassert:
/usr/include/assert.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/memory:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/c++allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/ext/mt_allocator.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/new:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/exception:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/atomicity.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/i386-redhat-linux/bits/atomic_word.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_construct.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_uninitialized.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_raw_storage_iter.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/limits:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_function.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/algorithm:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_algo.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_heap.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/stl_tempbuf.h:
/usr/lib/gcc/i386-redhat-linux/4.0.2/../../../../include/c++/4.0.2/bits/basic_string.tcc:

501
trunk/paradiseo-peo/src/Makefile Executable file
View file

@ -0,0 +1,501 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# 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.
# Process this file with automake to produce Makefile.in
SHELL = /bin/sh
srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include
pkgdatadir = $(datadir)/paradisEO
pkglibdir = $(libdir)/paradisEO
pkgincludedir = $(includedir)/paradisEO
top_builddir = ..
ACLOCAL = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run aclocal-1.6
AUTOCONF = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoconf
AUTOMAKE = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run automake-1.6
AUTOHEADER = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run autoheader
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = ${INSTALL}
INSTALL_HEADER = $(INSTALL_DATA)
transform = s,x,x,
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
EXEEXT =
OBJEXT = o
PATH_SEPARATOR = :
AMTAR = ${SHELL} /home/lille/atantar/installs/paradisEO/missing --run tar
AWK = mawk
CC = gcc
CXX = g++
CXXFLAGS =
DEPDIR = .deps
EO_DIR = /home/lille/atantar/installs/eo/
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
PACKAGE = paradisEO
RANLIB = ranlib
STRIP =
VERSION = 0.3
am__include = include
am__quote =
install_sh = /home/lille/atantar/installs/paradisEO/install-sh
INCLUDES = \
-I$(EO_DIR)/src
AM_CXXFLAGS = \
-Wall\
-g
SUBDIRS = rmc
lib_LIBRARIES = libparadiseo.a
#bin_PROGRAMS = peodeploy essai
shared_SOURCES = \
paradiseo \
paradiseo.h \
peo_init.h \
peo_init.cpp \
peo_fin.h \
peo_fin.cpp \
peo_run.h \
peo_run.cpp \
peo_param.h \
peo_param.cpp \
peo_debug.h \
peo_debug.cpp \
thread.h \
thread.cpp \
reac_thread.h \
reac_thread.cpp \
service.h \
service.cpp \
runner.h \
runner.cpp \
comm.h \
comm.cpp \
coop.h \
rmc.h \
comm.h \
mess.h \
topo.h \
topo.cpp \
ring_topo.h \
ring_topo.cpp \
eoPop_comm.h \
peoEA.h \
peoTransform.h \
peoSeqTransform.h \
peoParaTransform.h \
peoPopEval.h\
peoSeqPopEval.h \
peoAggEvalFunc.h \
peoParaPopEval.h
libparadiseo_a_SOURCES = \
$(shared_SOURCES)
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
LIBRARIES = $(lib_LIBRARIES)
libparadiseo_a_AR = $(AR) cru
libparadiseo_a_LIBADD =
am__objects_1 = peo_init.$(OBJEXT) peo_fin.$(OBJEXT) peo_run.$(OBJEXT) \
peo_param.$(OBJEXT) peo_debug.$(OBJEXT) thread.$(OBJEXT) \
reac_thread.$(OBJEXT) service.$(OBJEXT) runner.$(OBJEXT) \
comm.$(OBJEXT) topo.$(OBJEXT) ring_topo.$(OBJEXT)
am_libparadiseo_a_OBJECTS = $(am__objects_1)
libparadiseo_a_OBJECTS = $(am_libparadiseo_a_OBJECTS)
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"paradisEO\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1
DEFAULT_INCLUDES = -I. -I$(srcdir)
CPPFLAGS =
LDFLAGS =
LIBS =
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/comm.Po ./$(DEPDIR)/peo_debug.Po \
./$(DEPDIR)/peo_fin.Po ./$(DEPDIR)/peo_init.Po \
./$(DEPDIR)/peo_param.Po ./$(DEPDIR)/peo_run.Po \
./$(DEPDIR)/reac_thread.Po ./$(DEPDIR)/ring_topo.Po \
./$(DEPDIR)/runner.Po ./$(DEPDIR)/service.Po \
./$(DEPDIR)/thread.Po ./$(DEPDIR)/topo.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
CFLAGS = -g -O2
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(libparadiseo_a_SOURCES)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = Makefile.am Makefile.in
DIST_SUBDIRS = $(SUBDIRS)
SOURCES = $(libparadiseo_a_SOURCES)
all: all-recursive
.SUFFIXES:
.SUFFIXES: .cpp .o .obj
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
AR = ar
libLIBRARIES_INSTALL = $(INSTALL_DATA)
install-libLIBRARIES: $(lib_LIBRARIES)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libdir)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
$(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
else :; fi; \
done
@$(POST_INSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
p="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
$(RANLIB) $(DESTDIR)$(libdir)/$$p; \
else :; fi; \
done
uninstall-libLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
p="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
rm -f $(DESTDIR)$(libdir)/$$p; \
done
clean-libLIBRARIES:
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
libparadiseo.a: $(libparadiseo_a_OBJECTS) $(libparadiseo_a_DEPENDENCIES)
-rm -f libparadiseo.a
$(libparadiseo_a_AR) libparadiseo.a $(libparadiseo_a_OBJECTS) $(libparadiseo_a_LIBADD)
$(RANLIB) libparadiseo.a
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
include ./$(DEPDIR)/comm.Po
include ./$(DEPDIR)/peo_debug.Po
include ./$(DEPDIR)/peo_fin.Po
include ./$(DEPDIR)/peo_init.Po
include ./$(DEPDIR)/peo_param.Po
include ./$(DEPDIR)/peo_run.Po
include ./$(DEPDIR)/reac_thread.Po
include ./$(DEPDIR)/ring_topo.Po
include ./$(DEPDIR)/runner.Po
include ./$(DEPDIR)/service.Po
include ./$(DEPDIR)/thread.Po
include ./$(DEPDIR)/topo.Po
distclean-depend:
-rm -rf ./$(DEPDIR)
.cpp.o:
source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CXXDEPMODE) $(depcomp) \
$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
.cpp.obj:
source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CXXDEPMODE) $(depcomp) \
$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
CXXDEPMODE = depmode=gcc3
uninstall-info-am:
# 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):
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
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; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" \
distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile $(LIBRARIES)
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(libdir)
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_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
distclean: distclean-recursive
distclean-am: clean-am distclean-compile distclean-depend \
distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
info: info-recursive
info-am:
install-data-am:
install-exec-am: install-libLIBRARIES
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic
uninstall-am: uninstall-info-am uninstall-libLIBRARIES
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
clean-generic clean-libLIBRARIES clean-recursive distclean \
distclean-compile distclean-depend distclean-generic \
distclean-recursive distclean-tags distdir dvi dvi-am \
dvi-recursive info info-am info-recursive install install-am \
install-data install-data-am install-data-recursive \
install-exec install-exec-am install-exec-recursive \
install-info install-info-am install-info-recursive \
install-libLIBRARIES install-man install-recursive \
install-strip installcheck installcheck-am installdirs \
installdirs-am installdirs-recursive maintainer-clean \
maintainer-clean-generic maintainer-clean-recursive mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
tags tags-recursive uninstall uninstall-am uninstall-info-am \
uninstall-info-recursive uninstall-libLIBRARIES \
uninstall-recursive
#libparadiseo_a_LIBADD =
# peodeploy
# 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:

View file

@ -0,0 +1,73 @@
# Process this file with automake to produce Makefile.in
CXX=g++
INCLUDES = \
-I$(EO_DIR)/src
AM_CXXFLAGS =\
-Wall\
-g
SUBDIRS= rmc
lib_LIBRARIES = libparadiseo.a
#bin_PROGRAMS = peodeploy essai
## Shared sources
shared_SOURCES = \
paradiseo \
paradiseo.h \
peo_init.h \
peo_init.cpp \
peo_fin.h \
peo_fin.cpp \
peo_run.h \
peo_run.cpp \
peo_param.h \
peo_param.cpp \
peo_debug.h \
peo_debug.cpp \
thread.h \
thread.cpp \
reac_thread.h \
reac_thread.cpp \
service.h \
service.cpp \
runner.h \
runner.cpp \
comm.h \
comm.cpp \
coop.h \
rmc.h \
comm.h \
mess.h \
topo.h \
topo.cpp \
ring_topo.h \
ring_topo.cpp \
eoPop_comm.h \
peoEA.h \
peoTransform.h \
peoSeqTransform.h \
peoParaTransform.h \
peoPopEval.h\
peoSeqPopEval.h \
peoAggEvalFunc.h \
peoParaPopEval.h
## Main library
libparadiseo_a_SOURCES = \
$(shared_SOURCES)
#libparadiseo_a_LIBADD =
## Miscellaneous Tools
# peodeploy

View file

@ -0,0 +1,501 @@
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# 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@
# Process this file with automake to produce Makefile.in
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_HEADER = $(INSTALL_DATA)
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
PATH_SEPARATOR = @PATH_SEPARATOR@
AMTAR = @AMTAR@
AWK = @AWK@
CC = @CC@
CXX = g++
CXXFLAGS = @CXXFLAGS@
DEPDIR = @DEPDIR@
EO_DIR = @EO_DIR@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
STRIP = @STRIP@
VERSION = @VERSION@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
INCLUDES = \
-I$(EO_DIR)/src
AM_CXXFLAGS = \
-Wall\
-g
SUBDIRS = rmc
lib_LIBRARIES = libparadiseo.a
#bin_PROGRAMS = peodeploy essai
shared_SOURCES = \
paradiseo \
paradiseo.h \
peo_init.h \
peo_init.cpp \
peo_fin.h \
peo_fin.cpp \
peo_run.h \
peo_run.cpp \
peo_param.h \
peo_param.cpp \
peo_debug.h \
peo_debug.cpp \
thread.h \
thread.cpp \
reac_thread.h \
reac_thread.cpp \
service.h \
service.cpp \
runner.h \
runner.cpp \
comm.h \
comm.cpp \
coop.h \
rmc.h \
comm.h \
mess.h \
topo.h \
topo.cpp \
ring_topo.h \
ring_topo.cpp \
eoPop_comm.h \
peoEA.h \
peoTransform.h \
peoSeqTransform.h \
peoParaTransform.h \
peoPopEval.h\
peoSeqPopEval.h \
peoAggEvalFunc.h \
peoParaPopEval.h
libparadiseo_a_SOURCES = \
$(shared_SOURCES)
subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
LIBRARIES = $(lib_LIBRARIES)
libparadiseo_a_AR = $(AR) cru
libparadiseo_a_LIBADD =
am__objects_1 = peo_init.$(OBJEXT) peo_fin.$(OBJEXT) peo_run.$(OBJEXT) \
peo_param.$(OBJEXT) peo_debug.$(OBJEXT) thread.$(OBJEXT) \
reac_thread.$(OBJEXT) service.$(OBJEXT) runner.$(OBJEXT) \
comm.$(OBJEXT) topo.$(OBJEXT) ring_topo.$(OBJEXT)
am_libparadiseo_a_OBJECTS = $(am__objects_1)
libparadiseo_a_OBJECTS = $(am_libparadiseo_a_OBJECTS)
DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/comm.Po ./$(DEPDIR)/peo_debug.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/peo_fin.Po ./$(DEPDIR)/peo_init.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/peo_param.Po ./$(DEPDIR)/peo_run.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/reac_thread.Po ./$(DEPDIR)/ring_topo.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/runner.Po ./$(DEPDIR)/service.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/thread.Po ./$(DEPDIR)/topo.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(libparadiseo_a_SOURCES)
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
uninstall-info-recursive all-recursive install-data-recursive \
install-exec-recursive installdirs-recursive install-recursive \
uninstall-recursive check-recursive installcheck-recursive
DIST_COMMON = Makefile.am Makefile.in
DIST_SUBDIRS = $(SUBDIRS)
SOURCES = $(libparadiseo_a_SOURCES)
all: all-recursive
.SUFFIXES:
.SUFFIXES: .cpp .o .obj
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
AR = ar
libLIBRARIES_INSTALL = $(INSTALL_DATA)
install-libLIBRARIES: $(lib_LIBRARIES)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(libdir)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
$(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
else :; fi; \
done
@$(POST_INSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
p="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
$(RANLIB) $(DESTDIR)$(libdir)/$$p; \
else :; fi; \
done
uninstall-libLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LIBRARIES)'; for p in $$list; do \
p="`echo $$p | sed -e 's|^.*/||'`"; \
echo " rm -f $(DESTDIR)$(libdir)/$$p"; \
rm -f $(DESTDIR)$(libdir)/$$p; \
done
clean-libLIBRARIES:
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
libparadiseo.a: $(libparadiseo_a_OBJECTS) $(libparadiseo_a_DEPENDENCIES)
-rm -f libparadiseo.a
$(libparadiseo_a_AR) libparadiseo.a $(libparadiseo_a_OBJECTS) $(libparadiseo_a_LIBADD)
$(RANLIB) libparadiseo.a
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peo_debug.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peo_fin.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peo_init.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peo_param.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peo_run.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reac_thread.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ring_topo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runner.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/service.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topo.Po@am__quote@
distclean-depend:
-rm -rf ./$(DEPDIR)
.cpp.o:
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
.cpp.obj:
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
CXXDEPMODE = @CXXDEPMODE@
uninstall-info-am:
# 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):
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
@set fnord $$MAKEFLAGS; amf=$$2; \
dot_seen=no; \
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; \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d $(distdir)/$$subdir \
|| mkdir $(distdir)/$$subdir \
|| exit 1; \
(cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" \
distdir=../$(distdir)/$$subdir \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-recursive
all-am: Makefile $(LIBRARIES)
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(libdir)
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_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
distclean: distclean-recursive
distclean-am: clean-am distclean-compile distclean-depend \
distclean-generic distclean-tags
dvi: dvi-recursive
dvi-am:
info: info-recursive
info-am:
install-data-am:
install-exec-am: install-libLIBRARIES
install-info: install-info-recursive
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic
uninstall-am: uninstall-info-am uninstall-libLIBRARIES
uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
clean-generic clean-libLIBRARIES clean-recursive distclean \
distclean-compile distclean-depend distclean-generic \
distclean-recursive distclean-tags distdir dvi dvi-am \
dvi-recursive info info-am info-recursive install install-am \
install-data install-data-am install-data-recursive \
install-exec install-exec-am install-exec-recursive \
install-info install-info-am install-info-recursive \
install-libLIBRARIES install-man install-recursive \
install-strip installcheck installcheck-am installdirs \
installdirs-am installdirs-recursive maintainer-clean \
maintainer-clean-generic maintainer-clean-recursive mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-recursive \
tags tags-recursive uninstall uninstall-am uninstall-info-am \
uninstall-info-recursive uninstall-libLIBRARIES \
uninstall-recursive
#libparadiseo_a_LIBADD =
# peodeploy
# 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:

View file

@ -0,0 +1,38 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "cluster.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include "cluster.h"
Cluster :: Cluster (const std :: string & __domain_name
): domain_name (__domain_name) {
}
void Cluster :: save (FILE * __f) {
fprintf (__f, "\t<cluster domain=\"%s\">\n", domain_name.c_str ());
for (unsigned i = 0; i < size (); i ++)
operator [] (i).save (__f);
fprintf (__f, "\t</cluster>\n");
}

View file

@ -0,0 +1,45 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "cluster.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __cluster_h
#define __cluster_h
#include <vector>
#include "host.h"
struct Cluster : public std :: vector <Host> {
/** Constructor */
Cluster (const std :: string & __domain_name);
void save (FILE * __f);
/* Features */
std :: string domain_name; /* Domain name */
};
#endif

View file

@ -0,0 +1,85 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "comm.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include <vector>
#include <map>
#include <cassert>
#include "comm.h"
static std :: vector <Communicable *> key_to_comm (1); /* Vector of registered cooperators */
static std :: map <const Communicable *, unsigned> comm_to_key; /* Map of registered cooperators */
unsigned Communicable :: num_comm = 0;
Communicable :: Communicable () {
comm_to_key [this] = key = ++ num_comm;
key_to_comm.push_back (this);
sem_init (& sem_lock, 0, 1);
sem_init (& sem_stop, 0, 0);
}
Communicable :: ~ Communicable () {
}
COMM_ID Communicable :: getKey () {
return key;
}
Communicable * getCommunicable (COMM_ID __key) {
assert (__key < key_to_comm.size ());
return key_to_comm [__key];
}
COMM_ID getKey (const Communicable * __comm) {
return comm_to_key [__comm];
}
void Communicable :: lock () {
sem_wait (& sem_lock);
}
void Communicable :: unlock () {
sem_post (& sem_lock);
}
void Communicable :: stop () {
sem_wait (& sem_stop);
}
void Communicable :: resume () {
sem_post (& sem_stop);
}

62
trunk/paradiseo-peo/src/comm.h Executable file
View file

@ -0,0 +1,62 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "comm.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __comm_h
#define __comm_h
#include <semaphore.h>
typedef unsigned COMM_ID;
class Communicable {
public :
Communicable ();
virtual ~ Communicable ();
COMM_ID getKey ();
void lock (); /* It suspends the current process if the semaphore is locked */
void unlock (); /* It unlocks the shared semaphore */
void stop (); /* It suspends the current process */
void resume (); /* It resumes ___________ */
protected :
COMM_ID key;
sem_t sem_lock;
sem_t sem_stop;
static unsigned num_comm;
};
extern Communicable * getCommunicable (COMM_ID __key);
//extern COMM_ID getKey (const Communicable * __comm);
#endif

View file

@ -0,0 +1,42 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "cont_service.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __cont_service_h
#define __cont_service_h
#include "service.h"
class ContainerService : public Service {
public :
/** */
ContainerService ();
protected :
};
#endif

View file

@ -0,0 +1,26 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "coop.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include "coop.h"

56
trunk/paradiseo-peo/src/coop.h Executable file
View file

@ -0,0 +1,56 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "coop.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __coop_h
#define __coop_h
#include "comm.h"
#include "runner.h"
typedef unsigned COOP_ID;
class Cooperative : public Communicable {
public :
Runner * getOwner ();
void setOwner (Runner & __runner);
virtual void pack () = 0;
virtual void unpack () = 0;
void send (Cooperative * __coop);
virtual void notifySending ();
private :
Runner * owner;
};
extern Cooperative * getCooperative (COOP_ID __key);
#endif

View file

@ -0,0 +1,125 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "eoIslandMig.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __eoIslandMig_h
#define __eoIslandMig_h
#include <queue>
#include <utils/eoUpdater.h>
#include <eoContinue.h>
#include <eoSelect.h>
#include <eoReplacement.h>
#include <eoPop.h>
#include "eoTopology.h"
#include "coop.h"
#include "eoPop_comm.h"
extern int getNodeRank ();
template <class EOT> class eoIslandMig : public eoUpdater, public Cooperative {
public :
/* Ctor */
eoIslandMig (eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
eoTopology <EOT> & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to);
void pack ();
void unpack ();
protected :
void emigrate ();
void immigrate ();
eoSelect <EOT> & select; /* The selection strategy */
eoReplacement <EOT> & replace; /* The replacement strategy */
eoTopology <EOT> & topo; /* The neighboring topology */
/* Source and target populations */
eoPop <EOT> & from, & to;
/* Immigrants in the queue */
std :: queue <eoPop <EOT> > imm;
/* Emigrants */
eoPop <EOT> em;
sem_t sem_imm;
};
template <class EOT> eoIslandMig <EOT> :: eoIslandMig (eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
eoTopology <EOT> & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to
) : select (__select),
replace (__replace),
topo (__topo),
from (__from),
to (__to) {
sem_init (& sem_imm, 0, 0);
}
template <class EOT> void eoIslandMig <EOT> :: pack () {
:: pack (em);
}
template <class EOT> void eoIslandMig <EOT> :: unpack () {
printf ("Av lock unpack en %d\n", getNodeRank ());
lock ();
eoPop <EOT> mig;
:: unpack (mig);
imm.push (mig);
unlock ();
printf ("Ap lock unpack en %d\n", getNodeRank ());
sem_post (& sem_imm);
}
template <class EOT> void eoIslandMig <EOT> :: emigrate () {
std :: vector <eoIslandMig <EOT> *> in, out ;
topo.setNeighbors (this, in, out) ;
for (unsigned i = 0; i < out.size (); i ++) {
select (from, em);
send (out [i]);
printf ("On a reussi une emigration !!!!!!!!!!!!!\n");
}
}
template <class EOT> void eoIslandMig <EOT> :: immigrate () {
}
#endif

View file

@ -0,0 +1,47 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "eoPop_comm.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __eoPop_comm_h
#define __eoPop_comm_h
#include <eoPop.h>
#include "mess.h"
template <class EOT> void pack (const eoPop <EOT> & __pop) {
pack ((unsigned) __pop.size ());
for (unsigned i = 0; i < __pop.size (); i ++)
pack (__pop [i]);
}
template <class EOT> void unpack (eoPop <EOT> & __pop) {
unsigned n;
unpack (n);
__pop.resize (n);
for (unsigned i = 0; i < n; i ++)
unpack (__pop [i]);
}
#endif

View file

@ -0,0 +1,53 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "eoVector_comm.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __eoVector_comm_h
#define __eoVector_comm_h
#include <eoVector.h>
#include "mess.h"
template <class F, class T> void pack (const eoVector <F, T> & __v) {
pack (__v.fitness ()) ;
unsigned len = __v.size ();
pack (len);
for (unsigned i = 0 ; i < len; i ++)
pack (__v [i]);
}
template <class F, class T> void unpack (eoVector <F, T> & __v) {
F fit;
unpack (fit);
__v.fitness (fit);
unsigned len;
unpack (len);
__v.resize (len);
for (unsigned i = 0 ; i < len; i ++)
unpack (__v [i]);
}
#endif

103
trunk/paradiseo-peo/src/grid.cpp Executable file
View file

@ -0,0 +1,103 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "grid.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include <iostream>
#include <fstream>
#include <libxml/xmlreader.h>
#include "grid.h"
std :: vector <Cluster> the_grid;
void saveGrid (const char * __filename) {
FILE * f = fopen (__filename, "w");
fprintf (f, "<?xml version=\"1.0\"?>\n\n");
fprintf (f, "<grid name=\"grid5000\">\n");
for (unsigned i = 0; i < the_grid.size (); i ++)
the_grid [i].save (f);
fprintf (f, "</grid>\n");
fclose (f);
}
static void processNode(xmlTextReaderPtr reader) {
const xmlChar * name, * value;
name = xmlTextReaderConstName(reader);
if (name == NULL)
name = BAD_CAST "--";
printf ("#%s#\n", name);
value = xmlTextReaderConstValue(reader);
if (value && ! strcmp ((const char *) name, "name"))
printf("%s\n", value);
}
void loadGrid (const char * __filename) {
xmlTextReaderPtr reader = xmlReaderForFile (__filename, NULL, 0);
int ret = xmlTextReaderRead (reader);
while (ret == 1) {
processNode (reader);
ret = xmlTextReaderRead(reader);
}
xmlFreeTextReader(reader);
}
Cluster * getCluster (const std :: string & __domain_name) {
for (unsigned i = 0; i < the_grid.size (); i ++)
if (the_grid [i].domain_name == __domain_name)
return & the_grid [i];
return 0;
}
void loadMachineFile (const char * __filename) {
std :: ifstream f (__filename);
while (true) {
std :: string host_name;
f >> host_name;
if (f.eof ())
break;
std :: string domain_name = getDomainName (host_name);
std :: string short_host_name = getShortHostName (host_name);
Cluster * cluster = getCluster (domain_name);
Host host (short_host_name);
if (cluster)
cluster -> push_back (host);
else {
the_grid.push_back (Cluster (domain_name));
the_grid.back ().push_back (Host (short_host_name));
}
}
f.close ();
}

40
trunk/paradiseo-peo/src/grid.h Executable file
View file

@ -0,0 +1,40 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "grid.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __grid_h
#define __grid_h
#include <vector>
#include <string>
#include "cluster.h"
extern std :: vector <Cluster> the_grid;
extern void loadMachineFile (const char * __filename);
extern void loadGrid (const char * __filename);
extern void saveGrid (const char * __filename);
#endif

View file

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<grid name="grid5000">
<cluster domain=".lille.grid5000.fr">
<host name="node-1" num_procs="1"/>
<host name="node-2" num_procs="1"/>
<host name="node-3" num_procs="1"/>
</cluster>
<cluster domain=".orsay.grid5000.fr">
<host name="node-1" num_procs="1"/>
<host name="node-2" num_procs="1"/>
<host name="node-3" num_procs="1"/>
</cluster>
<cluster domain=".sophia.grid5000.fr">
<host name="node-1" num_procs="1"/>
<host name="node-2" num_procs="1"/>
<host name="node-3" num_procs="1"/>
</cluster>
</grid>

View file

@ -0,0 +1,51 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "host.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include "host.h"
#define MAX_BUFF_SIZE 1000
std :: string getShortHostName (const std :: string & __host_name) {
* strchr (__host_name.c_str (), '.') = '\0';
return __host_name;
}
Host :: Host (const std :: string & __name,
unsigned __num_procs
) : name (__name),
num_procs (__num_procs) {
// printf ("yeahhhh\n");
}
void Host :: save (FILE * __f) {
fprintf (__f, "\t\t<host name=\"%s\" num_procs=\"%u\"/>\n", name.c_str (), num_procs);
}
std :: string getDomainName (const std :: string & __host_name) {
return strchr (__host_name.c_str (), '.');
}

48
trunk/paradiseo-peo/src/host.h Executable file
View file

@ -0,0 +1,48 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "host.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __host_h
#define __host_h
#include <string>
struct Host {
/* Constructor */
Host (const std :: string & __name,
unsigned __num_procs = 1);
void save (FILE * __f);
/* Features */
std :: string name; /* Fully qualified hostname */
unsigned num_procs; /* Number of proc. */
};
extern std :: string getShortHostName (const std :: string & __host_name);
extern std :: string getDomainName (const std :: string & __host_name);
#endif

View file

@ -0,0 +1,11 @@
node-1.lille.grid5000.fr
node-2.lille.grid5000.fr
node-3.lille.grid5000.fr
node-1.orsay.grid5000.fr
node-2.orsay.grid5000.fr
node-3.orsay.grid5000.fr
node-1.sophia.grid5000.fr
node-2.sophia.grid5000.fr
node-3.sophia.grid5000.fr

View file

@ -0,0 +1,33 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "main_essai.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include "paradiseo"
int main (int __argc, char * * __argv) {
paradisEO :: init (__argc, __argv);
paradisEO :: finalize ();
return 0;
}

View file

@ -0,0 +1,35 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "main_peodeploy.cpp"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#include "grid.h"
int main (int __argc, char * * __argv) {
loadMachineFile (__argv [1]);
saveGrid ("grid.xml");
loadGrid ("grid.xml");
return 0;
}

119
trunk/paradiseo-peo/src/mess.h Executable file
View file

@ -0,0 +1,119 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "mess.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __mess_h
#define __mess_h
#include <utility>
/* Char */
extern void pack (const char & __c);
/* Float */
extern void pack (const float & __f, int __nitem = 1);
/* Double */
extern void pack (const double & __d, int __nitem = 1);
/* Integer */
extern void pack (const int & __i, int __nitem = 1);
/* Unsigned int. */
extern void pack (const unsigned int & __ui, int __nitem = 1);
/* Short int. */
extern void pack (const short & __sh, int __nitem = 1);
/* Unsigned short */
extern void pack (const unsigned short & __ush, int __nitem = 1);
/* Long */
extern void pack (const long & __l, int __nitem = 1);
/* Unsigned long */
extern void pack (const unsigned long & __ul, int __nitem = 1);
/* String */
extern void pack (const char * __str);
/* Pointer */
template <class T> void pack (const T * __ptr) {
pack ((unsigned long) __ptr);
}
/* Pair */
template <class U, class V> void pack (const std :: pair <U, V> & __pair) {
pack (__pair.first);
pack (__pair.second);
}
//
/* Float */
extern void unpack (char & __c);
/* Float */
extern void unpack (float & __f, int __nitem = 1);
/* Double */
extern void unpack (double & __d, int __nitem = 1);
/* Integer */
extern void unpack (int & __i, int __nitem = 1);
/* Unsigned int. */
extern void unpack (unsigned int & __ui, int __nitem = 1);
/* Short int. */
extern void unpack (short & __sh, int __nitem = 1);
/* Unsigned short */
extern void unpack (unsigned short & __ush, int __nitem = 1);
/* Long */
extern void unpack (long & __l, int __nitem = 1);
/* Unsigned long */
extern void unpack (unsigned long & __ul, int __nitem = 1);
/* String */
extern void unpack (char * __str);
/* Pointer */
template <class T> void unpack (T * & __ptr) {
unsigned long p;
unpack (p);
__ptr = (T *) p;
}
/* Pair */
template <class U, class V> void unpack (std :: pair <U, V> & __pair) {
unpack (__pair.first);
unpack (__pair.second);
}
#endif

View file

@ -0,0 +1,29 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "paradiseo"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __paradiseo_
#define __paradiseo_
#include "paradiseo.h"
#endif

View file

@ -0,0 +1,52 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "paradiseo.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __paradiseo_h_
#define __paradiseo_h_
#include <eo>
#include <mo>
#include "peo_init.h"
#include "peo_run.h"
#include "peo_fin.h"
#include "eoVector_comm.h"
#include "peoEA.h"
/* Parallel steps of the E.A. */
#include "peoSeqTransform.h"
#include "peoParaSGATransform.h"
#include "peoSeqPopEval.h"
#include "peoParaPopEval.h"
/* Cooperative island model */
#include "ring_topo.h"
#include "peoAsyncIslandMig.h"
#include "peoSyncIslandMig.h"
/* */
#include "peoSyncMultiStart.h"
#endif

View file

@ -0,0 +1,36 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoAggEvalFunc.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoAggEvalFunc_h
#define __peoAggEvalFunc_h
#include <eoFunctor.h>
/** */
template <class EOT>
class peoAggEvalFunc : public eoBF <EOT &, const typename EOT :: Fitness &, void> {
};
#endif

View file

@ -0,0 +1,150 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoAsyncIslandMig.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoAsyncIslandMig_h
#define __peoAsyncIslandMig_h
#include <queue>
#include <utils/eoUpdater.h>
#include <eoContinue.h>
#include <eoSelect.h>
#include <eoReplacement.h>
#include <eoPop.h>
#include "topo.h"
#include "coop.h"
#include "eoPop_comm.h"
#include "peo_debug.h"
template <class EOT> class peoAsyncIslandMig : public Cooperative, public eoUpdater {
public :
/* Ctor */
peoAsyncIslandMig (eoContinue <EOT> & __cont,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
Topology & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to);
void operator () ();
void pack ();
void unpack ();
private :
void emigrate ();
void immigrate ();
eoContinue <EOT> & cont; /* Continuator */
eoSelect <EOT> & select; /* The selection strategy */
eoReplacement <EOT> & replace; /* The replacement strategy */
Topology & topo; /* The neighboring topology */
/* Source and target populations */
eoPop <EOT> & from, & to;
/* Immigrants & emigrants in the queue */
std :: queue <eoPop <EOT> > imm, em;
std :: queue <Cooperative *> coop_em;
};
template <class EOT> peoAsyncIslandMig <EOT> :: peoAsyncIslandMig (eoContinue <EOT> & __cont,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
Topology & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to
) : cont (__cont),
select (__select),
replace (__replace),
topo (__topo),
from (__from),
to (__to) {
__topo.add (* this);
}
template <class EOT> void peoAsyncIslandMig <EOT> :: pack () {
lock ();
:: pack (coop_em.front () -> getKey ());
:: pack (em.front ());
coop_em.pop ();
em.pop ();
unlock ();
}
template <class EOT> void peoAsyncIslandMig <EOT> :: unpack () {
lock ();
eoPop <EOT> mig;
:: unpack (mig);
imm.push (mig);
unlock ();
}
template <class EOT> void peoAsyncIslandMig <EOT> :: emigrate () {
std :: vector <Cooperative *> in, out ;
topo.setNeighbors (this, in, out) ;
for (unsigned i = 0; i < out.size (); i ++) {
eoPop <EOT> mig;
select (from, mig);
em.push (mig);
coop_em.push (out [i]);
send (out [i]);
printDebugMessage ("sending some emigrants.");
}
}
template <class EOT> void peoAsyncIslandMig <EOT> :: immigrate () {
lock ();
while (! imm.empty ()) {
replace (to, imm.front ()) ;
imm.pop ();
printDebugMessage ("receiving some immigrants.");
}
unlock ();
}
template <class EOT> void peoAsyncIslandMig <EOT> :: operator () () {
if (! cont (from)) {
/* Sending emigrants */
emigrate ();
/* Immigrants */
immigrate ();
}
}
#endif

105
trunk/paradiseo-peo/src/peoEA.h Executable file
View file

@ -0,0 +1,105 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoEA.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoEA_h
#define __peoEA_h
#include <eoContinue.h>
#include <eoEvalFunc.h>
#include <eoSelect.h>
#include <eoPopEvalFunc.h>
#include <eoReplacement.h>
#include "runner.h"
#include "peoPopEval.h"
#include "peoTransform.h"
#include "peo_debug.h"
template <class EOT> class peoEA : public Runner {
public :
/** Constructor */
peoEA (eoContinue <EOT> & __cont,
peoPopEval <EOT> & __pop_eval,
eoSelect <EOT> & __select,
peoTransform <EOT> & __trans,
eoReplacement <EOT> & __replace
);
void run ();
void operator () (eoPop <EOT> & __pop);
private :
eoContinue <EOT> & cont;
peoPopEval <EOT> & pop_eval;
eoSelect <EOT> & select;
peoTransform <EOT> & trans;
eoReplacement <EOT> & replace;
eoPop <EOT> * pop;
};
template <class EOT> peoEA <EOT> :: peoEA (eoContinue <EOT> & __cont,
peoPopEval <EOT> & __pop_eval,
eoSelect <EOT> & __select,
peoTransform <EOT> & __trans,
eoReplacement <EOT> & __replace
) : cont (__cont),
pop_eval (__pop_eval),
select (__select),
trans (__trans),
replace (__replace) {
trans.setOwner (* this);
pop_eval.setOwner (* this);
}
template <class EOT> void peoEA <EOT> :: operator () (eoPop <EOT> & __pop
) {
pop = & __pop;
}
template <class EOT> void peoEA <EOT> :: run () {
printDebugMessage ("performing the first evaluation of the population.");
pop_eval (* pop);
do {
eoPop <EOT> off;
printDebugMessage ("performing the selection step.");
select (* pop, off);
trans (off);
printDebugMessage ("performing the evaluation of the population.");
pop_eval (off);
printDebugMessage ("performing the replacement of the population.");
replace (* pop, off);
printDebugMessage ("deciding of the continuation.");
} while (cont (* pop));
}
#endif

View file

@ -0,0 +1,46 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoNoAggEvalFunc.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoNoAggEvalFunc_h
#define __peoNoAggEvalFunc_h
#include "peoAggEvalFunc.h"
/** */
template <class EOT>
class peoNoAggEvalFunc : public peoAggEvalFunc <EOT> {
public :
void operator () (EOT & __sol, const typename EOT :: Fitness & __fit);
};
template <class EOT>
void peoNoAggEvalFunc <EOT> :: operator () (EOT & __sol, const typename EOT :: Fitness & __fit) {
__sol.fitness (__fit);
}
#endif

View file

@ -0,0 +1,200 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoParaPopEval.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoParaPopEval_h
#define __peoParaPopEval_h
#include <queue>
#include <eoEvalFunc.h>
#include "mess.h"
#include "peo_debug.h"
#include "peoAggEvalFunc.h"
template <class EOT> class peoParaPopEval : public peoPopEval <EOT> {
public :
peoParaPopEval (eoEvalFunc <EOT> & __eval_func);
/** Constructor */
peoParaPopEval (const std :: vector <eoEvalFunc <EOT> *> & __funcs,
eoAggEvalFunc <EOT> & __merge_eval
);
void operator () (eoPop <EOT> & __pop);
void packData ();
void unpackData ();
void execute ();
void packResult ();
void unpackResult ();
void notifySendingData ();
void notifySendingAllResourceRequests ();
private :
const std :: vector <eoEvalFunc <EOT> *> & funcs;
std :: vector <eoEvalFunc <EOT> *> one_func;
peoAggEvalFunc <EOT> & merge_eval;
peoNoAggEvalFunc <EOT> no_merge_eval ;
std :: queue <EOT *> tasks;
std :: map <EOT *, std :: pair <unsigned, unsigned> > progression;
unsigned num_func;
EOT sol;
EOT * ad_sol;
unsigned total;
};
template <class EOT>
peoParaPopEval <EOT> :: peoParaPopEval (eoEvalFunc <EOT> & __eval_func
) : funcs (one_func),
merge_eval (no_merge_eval) {
one_func.push_back (& __eval_func);
}
template <class EOT>
peoParaPopEval <EOT> :: eoParaPopEval (const std :: vector <eoEvalFunc <EOT> *> & __funcs,
eoAggEvalFunc <EOT> & __merge_eval
) : funcs (__funcs),
merge_eval (__merge_eval) {
}
template <class EOT>
void peoParaPopEval <EOT> :: operator () (eoPop <EOT> & __pop) {
for (unsigned i = 0; i < __pop.size (); i ++) {
/* ??? */
__pop [i].fitness (typename EOT :: Fitness ());
/* */
progression [& __pop [i]].first = funcs.size () - 1;
progression [& __pop [i]].second = funcs.size ();
for (unsigned i = 0; i < funcs.size (); i ++)
/* Queuing the 'invalid' solution and its associated owner */
tasks.push (& __pop [i]);
}
total = funcs.size () * __pop.size ();
requestResourceRequest (funcs.size () * __pop.size ());
stop ();
}
template <class EOT>
void peoParaPopEval <EOT> :: packData () {
/* Ugly !*/
pack (progression [tasks.front ()].first --);
/* Packing the contents :-) of the solution */
pack (* tasks.front ());
/* Packing the addresses of both the solution and the owner*/
pack (tasks.front ());
tasks.pop ();
}
template <class EOT>
void peoParaPopEval <EOT> :: unpackData () {
/* Ugly ! */
unpack (num_func);
/* Unpacking the solution */
unpack (sol);
/* Unpacking the @ of that one */
unpack (ad_sol);
}
template <class EOT>
void peoParaPopEval <EOT> :: execute () {
/* Computing the fitness of the solution */
funcs [num_func] -> operator () (sol);
}
template <class EOT>
void peoParaPopEval <EOT> :: packResult () {
/* Packing the fitness of the solution */
pack (sol.fitness ());
/* Packing the @ of the individual */
pack (ad_sol);
}
template <class EOT>
void peoParaPopEval <EOT> :: unpackResult () {
typename EOT :: Fitness fit;
/* Unpacking the computed fitness */
unpack (fit);
/* Unpacking the @ of the associated individual */
unpack (ad_sol);
/* Associating the fitness the local solution */
merge_eval (* ad_sol, fit);
progression [ad_sol].second --;
/* Notifying the container of the termination of the evaluation */
if (! progression [ad_sol].second)
progression.erase (ad_sol);
total --;
if (! total) {
getOwner () -> setActive ();
resume ();
}
}
template <class EOT>
void peoParaPopEval <EOT> :: notifySendingData () {
}
template <class EOT>
void peoParaPopEval <EOT> :: notifySendingAllResourceRequests () {
getOwner () -> setPassive ();
}
#endif

View file

@ -0,0 +1,44 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoEvalConsumer.h"
// (c) OPAC Team, LIFL, August 2005
/*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: cahon@lifl.fr
*/
#ifndef __peoParaEvalConsumer_h
#define __peoParaEvalConsumer_h
/** ? */
template <class EOT> class peoParaEvalConsumer {
public :
/** Destructor */
virtual ~ peoParaEvalConsumer () {
}
virtual void notifyEvaluationOf (EOT & __sol) = 0;
};
#endif

View file

@ -0,0 +1,235 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoParaPopEval.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoParaPopEval_h
#define __peoParaPopEval_h
#include <queue>
#include <eoEvalFunc.h>
#include "mess.h"
#include "peo_debug.h"
#include "peoAggEvalFunc.h"
#include "peoNoAggEvalFunc.h"
template <class EOT> class peoParaPopEval : public peoPopEval <EOT> {
public :
using peoPopEval <EOT> :: requestResourceRequest;
using peoPopEval <EOT> :: resume;
using peoPopEval <EOT> :: stop;
using peoPopEval <EOT> :: getOwner;
peoParaPopEval (eoEvalFunc <EOT> & __eval_func);
/** Constructor */
peoParaPopEval (const std :: vector <eoEvalFunc <EOT> *> & __funcs,
peoAggEvalFunc <EOT> & __merge_eval
);
void operator () (eoPop <EOT> & __pop);
void packData ();
void unpackData ();
void execute ();
void packResult ();
void unpackResult ();
void notifySendingData ();
void notifySendingAllResourceRequests ();
private :
const std :: vector <eoEvalFunc <EOT> *> & funcs;
std :: vector <eoEvalFunc <EOT> *> one_func;
peoAggEvalFunc <EOT> & merge_eval;
peoNoAggEvalFunc <EOT> no_merge_eval ;
std :: queue <EOT *> tasks;
std :: map <EOT *, std :: pair <unsigned, unsigned> > progression;
unsigned num_func;
EOT sol;
EOT * ad_sol;
unsigned total;
};
template <class EOT>
peoParaPopEval <EOT> :: peoParaPopEval (eoEvalFunc <EOT> & __eval_func
) : funcs (one_func),
merge_eval (no_merge_eval) {
one_func.push_back (& __eval_func);
}
template <class EOT>
peoParaPopEval <EOT> :: peoParaPopEval (const std :: vector <eoEvalFunc <EOT> *> & __funcs,
peoAggEvalFunc <EOT> & __merge_eval
) : funcs (__funcs),
merge_eval (__merge_eval) {
}
template <class EOT>
void peoParaPopEval <EOT> :: operator () (eoPop <EOT> & __pop) {
for (unsigned i = 0; i < __pop.size (); i ++) {
/* ??? */
__pop [i].fitness (typename EOT :: Fitness ());
/* */
progression [& __pop [i]].first = funcs.size () - 1;
progression [& __pop [i]].second = funcs.size ();
for (unsigned j = 0; j < funcs.size (); j ++)
/* Queuing the 'invalid' solution and its associated owner */
tasks.push (& __pop [i]);
}
total = funcs.size () * __pop.size ();
requestResourceRequest (funcs.size () * __pop.size ());
stop ();
}
template <class EOT>
void peoParaPopEval <EOT> :: packData () {
// printDebugMessage ("debut pakc data");
/* Ugly !*/
pack (progression [tasks.front ()].first --);
/* Packing the contents :-) of the solution */
pack (* tasks.front ());
/* Packing the addresses of both the solution and the owner*/
pack (tasks.front ());
tasks.pop ();
//printDebugMessage ("fin pakc data");
}
template <class EOT>
void peoParaPopEval <EOT> :: unpackData () {
/* Ugly ! */
unpack (num_func);
/* Unpacking the solution */
unpack (sol);
/* Unpacking the @ of that one */
unpack (ad_sol);
}
template <class EOT>
void peoParaPopEval <EOT> :: execute () {
/* Computing the fitness of the solution */
//printDebugMessage ("debut execute");
//char b [1000];
// sprintf (b, "num func = %d\n", num_func);
//printDebugMessage (b);
funcs [num_func] -> operator () (sol);
///printDebugMessage ("fin execute");
}
template <class EOT>
void peoParaPopEval <EOT> :: packResult () {
/* Packing the fitness of the solution */
pack (sol.fitness ());
/* Packing the @ of the individual */
pack (ad_sol);
}
template <class EOT>
void peoParaPopEval <EOT> :: unpackResult () {
// char buff [1000];
//printDebugMessage ("debut unpakc resultat");
typename EOT :: Fitness fit;
/* Unpacking the computed fitness */
unpack (fit);
//sprintf (buff, "fit partiel = %d\n", fit);
//printDebugMessage (buff);
/* Unpacking the @ of the associated individual */
unpack (ad_sol);
//printDebugMessage ("debut merge");
// sprintf (buff, "adresse sol = %u\n", (unsigned) ad_sol);
//printDebugMessage (buff);
/* Associating the fitness the local solution */
merge_eval (* ad_sol, fit);
//printDebugMessage ("avant progression");
progression [ad_sol].second --;
//printDebugMessage ("apres progression");
/* Notifying the container of the termination of the evaluation */
if (! progression [ad_sol].second) {
//printDebugMessage ("avant erase");
progression.erase (ad_sol);
//printDebugMessage ("apres erase");
}
// printDebugMessage ("fin unpakc resultat");
total --;
if (! total) {
getOwner () -> setActive ();
resume ();
}
}
template <class EOT>
void peoParaPopEval <EOT> :: notifySendingData () {
}
template <class EOT>
void peoParaPopEval <EOT> :: notifySendingAllResourceRequests () {
getOwner () -> setPassive ();
}
#endif

View file

@ -0,0 +1,165 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoParaSGATransform.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoParaSGATransform_h
#define __peoParaSGATransform_h
#include "peoTransform.h"
#include "thread.h"
#include "mess.h"
#include "peo_debug.h"
extern int getNodeRank ();
template <class EOT> class peoParaSGATransform : public peoTransform <EOT> {
public :
using peoTransform <EOT> :: requestResourceRequest;
using peoTransform <EOT> :: resume;
using peoTransform <EOT> :: stop;
using peoTransform <EOT> :: getOwner;
/* Ctor */
peoParaSGATransform (eoQuadOp <EOT> & __cross,
double __cross_rate,
eoMonOp <EOT> & __mut,
double __mut_rate);
void operator () (eoPop <EOT> & __pop);
void packData ();
void unpackData ();
void execute ();
void packResult ();
void unpackResult ();
void notifySendingData ();
void notifySendingAllResourceRequests ();
private :
eoQuadOp <EOT> & cross;
double cross_rate;
eoMonOp <EOT> & mut;
double mut_rate;
unsigned idx;
eoPop <EOT> * pop;
EOT father, mother;
unsigned num_term;
};
template <class EOT>
peoParaSGATransform <EOT> :: peoParaSGATransform (eoQuadOp <EOT> & __cross,
double __cross_rate,
eoMonOp <EOT> & __mut,
double __mut_rate
) : cross (__cross),
cross_rate (__cross_rate),
mut (__mut),
mut_rate (__mut_rate) {
}
template <class EOT>
void peoParaSGATransform <EOT> :: packData () {
pack (idx);
:: pack (pop -> operator [] (idx ++));
:: pack (pop -> operator [] (idx ++));
}
template <class EOT>
void peoParaSGATransform <EOT> :: unpackData () {
unpack (idx);
:: unpack (father);
:: unpack (mother);
}
template <class EOT>
void peoParaSGATransform <EOT> :: execute () {
if (rng.uniform () < cross_rate)
cross (father, father);
if (rng.uniform () < mut_rate)
mut (father);
if (rng.uniform () < mut_rate)
mut (mother);
}
template <class EOT>
void peoParaSGATransform <EOT> :: packResult () {
pack (idx);
:: pack (father);
:: pack (mother);
}
template <class EOT>
void peoParaSGATransform <EOT> :: unpackResult () {
unsigned sidx;
unpack (sidx);
:: unpack (pop -> operator [] (sidx ++));
:: unpack (pop -> operator [] (sidx));
num_term += 2;
if (num_term == pop -> size ()) {
getOwner () -> setActive ();
resume ();
}
}
template <class EOT>
void peoParaSGATransform <EOT> :: operator () (eoPop <EOT> & __pop) {
printDebugMessage ("performing the parallel transformation step.");
pop = & __pop;
idx = 0;
num_term = 0;
requestResourceRequest (__pop.size () / 2);
stop ();
}
template <class EOT>
void peoParaSGATransform <EOT> :: notifySendingData () {
}
template <class EOT>
void peoParaSGATransform <EOT> :: notifySendingAllResourceRequests () {
getOwner () -> setPassive ();
}
#endif

View file

@ -0,0 +1,37 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoPopEval.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoPopEval_h
#define __peoPopEval_h
#include "service.h"
template <class EOT> class peoPopEval : public Service {
public :
virtual void operator () (eoPop <EOT> & __pop) = 0;
};
#endif

View file

@ -0,0 +1,60 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoSeqPopEval.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoSeqPopEval_h
#define __peoSeqPopEval_h
#include <eoEvalFunc.h>
#include "peoPopEval.h"
template <class EOT> class peoSeqPopEval : public peoPopEval <EOT> {
public :
/** Ctor */
peoSeqPopEval (eoEvalFunc <EOT> & __eval);
/** */
void operator () (eoPop <EOT> & __pop);
private :
eoEvalFunc <EOT> & eval; /* Underlying evaluator */
};
template <class EOT>
peoSeqPopEval <EOT> :: peoSeqPopEval (eoEvalFunc <EOT> & __eval
) : eval (__eval) {
}
template <class EOT>
void peoSeqPopEval <EOT> :: operator () (eoPop <EOT> & __pop) {
for (unsigned i = 0; i < __pop.size (); i ++)
eval (__pop [i]);
}
#endif

View file

@ -0,0 +1,64 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoSeqTransform.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoSeqTransform_h
#define __peoSeqTransform_h
#include "peoTransform.h"
template <class EOT> class peoSeqTransform : public peoTransform <EOT> {
public :
/* Ctor */
peoSeqTransform (eoTransform <EOT> & __trans);
void operator () (eoPop <EOT> & __pop);
virtual void packData () {}
virtual void unpackData () {}
virtual void execute () {}
virtual void packResult () {}
virtual void unpackResult () {}
private :
eoTransform <EOT> & trans;
};
template <class EOT>
peoSeqTransform <EOT> :: peoSeqTransform (eoTransform <EOT> & __trans
) : trans (__trans) {
}
template <class EOT>
void peoSeqTransform <EOT> :: operator () (eoPop <EOT> & __pop) {
trans (__pop);
}
#endif

View file

@ -0,0 +1,174 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoSyncIslandMig.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoSyncIslandMig_h
#define __peoSyncIslandMig_h
#include <eoPeriodicContinue.h>
#include <queue>
#include <cassert>
#include <utils/eoUpdater.h>
#include <eoContinue.h>
#include <eoSelect.h>
#include <eoReplacement.h>
#include <eoPop.h>
#include "topo.h"
#include "thread.h"
#include "eoPop_comm.h"
#include "peo_debug.h"
template <class EOT> class peoSyncIslandMig : public Cooperative, public eoUpdater {
public :
/* Ctor */
peoSyncIslandMig (unsigned __freq,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
Topology & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to);
void operator () ();
void pack ();
void unpack ();
void notifySending ();
private :
void emigrate ();
void immigrate ();
eoPeriodicContinue <EOT> cont;
eoSelect <EOT> & select; /* The selection strategy */
eoReplacement <EOT> & replace; /* The replacement strategy */
Topology & topo; /* The neighboring topology */
/* Source and target populations */
eoPop <EOT> & from, & to;
/* Immigrants & emigrants in the queue */
std :: queue <eoPop <EOT> > imm, em;
std :: queue <Cooperative *> coop_em;
sem_t sync;
};
template <class EOT> peoSyncIslandMig <EOT> :: peoSyncIslandMig (unsigned __freq,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
Topology & __topo,
eoPop <EOT> & __from,
eoPop <EOT> & __to
) : cont (__freq),
select (__select),
replace (__replace),
topo (__topo),
from (__from),
to (__to) {
__topo.add (* this);
sem_init (& sync, 0, 0);
}
template <class EOT> void peoSyncIslandMig <EOT> :: pack () {
lock ();
:: pack (coop_em.front () -> getKey ());
:: pack (em.front ());
coop_em.pop ();
em.pop ();
unlock ();
}
template <class EOT> void peoSyncIslandMig <EOT> :: unpack () {
lock ();
eoPop <EOT> mig;
:: unpack (mig);
imm.push (mig);
unlock ();
sem_post (& sync);
}
template <class EOT> void peoSyncIslandMig <EOT> :: emigrate () {
std :: vector <Cooperative *> in, out ;
topo.setNeighbors (this, in, out) ;
for (unsigned i = 0; i < out.size (); i ++) {
eoPop <EOT> mig;
select (from, mig);
em.push (mig);
coop_em.push (out [i]);
send (out [i]);
printDebugMessage ("sending some emigrants.");
}
}
template <class EOT> void peoSyncIslandMig <EOT> :: immigrate () {
lock ();
assert (imm.size ());
replace (to, imm.front ()) ;
imm.pop ();
printDebugMessage ("receiving some immigrants.");
unlock ();
}
template <class EOT> void peoSyncIslandMig <EOT> :: operator () () {
if (! cont (from)) {
/* Sending emigrants */
emigrate ();
stop ();
/* Sync. */
sem_wait (& sync);
getOwner () -> setActive ();
/* Immigrants */
immigrate ();
}
}
template <class EOT> void peoSyncIslandMig <EOT> :: notifySending () {
lock ();
if (imm.empty ()) {
printDebugMessage ("mode passif\n");
getOwner () -> setPassive ();
}
unlock ();
resume ();
}
#endif

View file

@ -0,0 +1,155 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoSyncMultiStart.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoSyncMultiStart_h
#define __peoSyncMultiStart_h
#include <utils/eoUpdater.h>
#include <moAlgo.h>
#include <eoSelect.h>
#include <eoReplacement.h>
#include <eoContinue.h>
#include "service.h"
#include "mess.h"
#include "peo_debug.h"
extern int getNodeRank ();
template <class EOT> class peoSyncMultiStart : public Service, public eoUpdater {
public :
/* Ctor */
peoSyncMultiStart (eoContinue <EOT> & __cont,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
moAlgo <EOT> & __ls,
eoPop <EOT> & __pop);
void operator () ();
void packData ();
void unpackData ();
void execute ();
void packResult ();
void unpackResult ();
void notifySendingData ();
void notifySendingAllResourceRequests ();
private :
eoContinue <EOT> & cont;
eoSelect <EOT> & select;
eoReplacement <EOT> & replace;
moAlgo <EOT> & ls;
eoPop <EOT> & pop;
eoPop <EOT> sel;
eoPop <EOT> impr_sel;
EOT sol;
unsigned idx;
unsigned num_term;
};
template <class EOT>
peoSyncMultiStart <EOT> :: peoSyncMultiStart (eoContinue <EOT> & __cont,
eoSelect <EOT> & __select,
eoReplacement <EOT> & __replace,
moAlgo <EOT> & __ls,
eoPop <EOT> & __pop
) : cont (__cont),
select (__select),
replace (__replace),
ls (__ls),
pop (__pop) {
}
template <class EOT>
void peoSyncMultiStart <EOT> :: packData () {
:: pack (sel [idx ++]);
}
template <class EOT>
void peoSyncMultiStart <EOT> :: unpackData () {
unpack (sol);
}
template <class EOT>
void peoSyncMultiStart <EOT> :: execute () {
ls (sol);
}
template <class EOT>
void peoSyncMultiStart <EOT> :: packResult () {
pack (sol);
}
template <class EOT>
void peoSyncMultiStart <EOT> :: unpackResult () {
unpack (sol);
impr_sel.push_back (sol);
num_term ++;
if (num_term == sel.size ()) {
getOwner () -> setActive ();
replace (pop, impr_sel);
printDebugMessage ("replacing the improved individuals in the population.");
resume ();
}
}
template <class EOT>
void peoSyncMultiStart <EOT> :: operator () () {
printDebugMessage ("performing the parallel multi-start hybridization.");
select (pop, sel);
impr_sel.clear ();
idx = num_term = 0;
requestResourceRequest (sel.size ());
stop ();
}
template <class EOT>
void peoSyncMultiStart <EOT> :: notifySendingData () {
}
template <class EOT>
void peoSyncMultiStart <EOT> :: notifySendingAllResourceRequests () {
getOwner () -> setPassive ();
}
#endif

View file

@ -0,0 +1,35 @@
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
// "peoTransform.h"
// (c) OPAC Team, LIFL, August 2005
/* This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Contact: cahon@lifl.fr
*/
#ifndef __peoTransform_h
#define __peoTransform_h
#include <eoTransform.h>
#include "service.h"
template <class EOT> class peoTransform : public Service, public eoTransform <EOT> {
};
#endif

Some files were not shown because too many files have changed in this diff Show more