Added bounds to the real operators in make_XXX (and hence in t-eoReal)

This commit is contained in:
evomarc 2001-04-28 05:47:18 +00:00
commit a7042bffee
16 changed files with 330 additions and 181 deletions

View file

@ -6,14 +6,12 @@
INCLUDES = -I$(top_builddir)/src
lib_LIBRARIES = libes.a
libes_a_SOURCES = make_algo_scalar_real.cpp \
make_checkpoint_real.cpp \
make_continue_real.cpp \
make_genotype_real.cpp \
make_help.cpp \
make_op_real.cpp \
make_pop_real.cpp \
make_run_real.cpp
libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp \
make_continue_real.cpp make_genotype_real.cpp make_help.cpp \
make_op_real.cpp make_pop_real.cpp make_run_real.cpp \
make_algo_scalar_es.cpp make_checkpoint_es.cpp \
make_continue_es.cpp make_pop_es.cpp make_run_es.cpp
CPPFLAGS = -Wall
CXXFLAGS = -g
libeoincdir = $(includedir)/eo/es