Update configure with switches for app, ParadisEO, and tutorial.

Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
This commit is contained in:
kuepper 2004-09-22 08:18:29 +00:00
commit e388461a3b
16 changed files with 113 additions and 8 deletions

View file

@ -27,7 +27,9 @@
#ifndef _eoFileSnapshot_h
#define _eoFileSnapshot_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string>
#include <fstream>

View file

@ -26,7 +26,9 @@
#ifndef _eoGnuplot_H
#define _eoGnuplot_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string>
@ -152,7 +154,7 @@ inline void eoGnuplot::initGnuPlot(std::string _title, std::string _extra)
* Created......: Mon Mar 13 13:50:11 1995
* Description..: Communication par pipe bidirectionnel avec un autre process
*
* Ident........: $Id: eoGnuplot.h,v 1.10 2004-09-17 16:53:15 kuepper Exp $
* Ident........: $Id: eoGnuplot.h,v 1.11 2004-09-22 08:18:28 kuepper Exp $
* ----------------------------------------------------------------------
*/

View file

@ -28,7 +28,9 @@
#ifndef _eoGnuplot1DMonitor_H
#define _eoGnuplot1DMonitor_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string>

View file

@ -28,7 +28,9 @@
#ifndef _eoGnuplot1DSnapshot_H
#define _eoGnuplot1DSnapshot_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string>
#ifdef HAVE_SSTREAM

View file

@ -64,7 +64,9 @@
* It is an eoPersistent because we need to be able to use eoParamValue<eoHowMany>
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_SSTREAM
#include <sstream>

View file

@ -27,7 +27,9 @@
#ifndef eoParam_h
#define eoParam_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
//-----------------------------------------------------------------------------
#include <math.h> // for floor

View file

@ -35,7 +35,9 @@ that can be used to dump to the screen
#ifndef _eoPopStat_h
#define _eoPopStat_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <utils/eoStat.h>