- eoGeneralRealBound that can be initialized using a string (and hence can be easily read as a parameter) - eoIntBound and all other integer-equivalent of the classes in eoRealBound.h Note that there is no equivalent to eoRealVectorBounds for vector of integers
52 lines
1 KiB
Makefile
52 lines
1 KiB
Makefile
## Makefile.am for eo/src/utils
|
|
|
|
lib_LIBRARIES = libeoutils.a
|
|
|
|
libeoutils_a_SOURCES = eoParser.cpp \
|
|
eoRNG.cpp \
|
|
eoState.cpp \
|
|
eoUpdater.cpp \
|
|
eoFileMonitor.cpp \
|
|
eoStdoutMonitor.cpp \
|
|
eoRealBounds.cpp \
|
|
eoIntBounds.cpp \
|
|
make_help.cpp
|
|
|
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|
|
|
|
utilsincludedir = $(pkgincludedir)/utils
|
|
|
|
utilsinclude_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 \
|
|
eoIntBounds.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
|