updates for distributing/installing ParadisEO.
This commit is contained in:
parent
6fff184ba3
commit
495057c341
23 changed files with 243 additions and 33 deletions
|
|
@ -1,8 +1,4 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/utils
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
lib_LIBRARIES = libeoutils.a
|
||||
|
||||
|
|
@ -15,8 +11,38 @@ libeoutils_a_SOURCES = eoParser.cpp \
|
|||
eoRealBounds.cpp \
|
||||
make_help.cpp
|
||||
|
||||
pkginclude_HEADERS = checkpointing $(srcdir)/*.h
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
EXTRA_DIST = *.h
|
||||
pkginclude_HEADERS = checkpointing \
|
||||
compatibility.h \
|
||||
eoAssembledFitnessStat.h \
|
||||
eoCheckPoint.h \
|
||||
eoData.h \
|
||||
eoDistance.h \
|
||||
eoFDCStat.h \
|
||||
eoFileMonitor.h \
|
||||
eoFileSnapshot.h \
|
||||
eoGnuplot.h \
|
||||
eoGnuplot1DMonitor.h \
|
||||
eoGnuplot1DSnapshot.h \
|
||||
eoHowMany.h \
|
||||
eoMOFitnessStat.h \
|
||||
eoMonitor.h \
|
||||
eoParam.h \
|
||||
eoParser.h \
|
||||
eoPopStat.h \
|
||||
eoRNG.h \
|
||||
eoRealBounds.h \
|
||||
eoRealVectorBounds.h \
|
||||
eoRndGenerators.h \
|
||||
eoScalarFitnessStat.h \
|
||||
eoStat.h \
|
||||
eoState.h \
|
||||
eoStdoutMonitor.h \
|
||||
eoTimeCounter.h \
|
||||
eoUniformInit.h \
|
||||
eoUpdatable.h \
|
||||
eoUpdater.h \
|
||||
pipecom.h \
|
||||
rnd_generators.h \
|
||||
selectors.h
|
||||
|
|
|
|||
Reference in a new issue