Added t-eoGOpSel.
This commit is contained in:
parent
ed45375451
commit
fee9a330b1
1 changed files with 8 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ noinst_PROGRAMS = t-eobreeder t-eoinclusion t-eoinsertion t-eo t-eofitness \
|
||||||
t-eoproblem t-eobin t-eolottery t-eo2dVector t-eogeneration t-eoEasyEA\
|
t-eoproblem t-eobin t-eolottery t-eo2dVector t-eogeneration t-eoEasyEA\
|
||||||
t-eoNonUniform t-eoUniform t-eoRandom t-eoStateAndParser \
|
t-eoNonUniform t-eoUniform t-eoRandom t-eoStateAndParser \
|
||||||
t-eoAtomOps t-selectOne t-eoGOpSel \
|
t-eoAtomOps t-selectOne t-eoGOpSel \
|
||||||
t-eoVector t-eoCheckpointing
|
t-eoVector t-eoCheckpointing t-eoGOpSel
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
@ -170,3 +170,10 @@ t_eoCheckpointing_LDFLAGS = -lm
|
||||||
t_eoCheckpointing_LDADD = $(LDADDS)
|
t_eoCheckpointing_LDADD = $(LDADDS)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
t_eoGOpSel_SOURCES = t_eoGOpSel.cpp
|
||||||
|
t_eoGOpSel_DEPENDENCIES = $(DEPS)
|
||||||
|
t_eoGOpSel_LDFLAGS = -lm
|
||||||
|
t_eoGOpSel_LDADD = $(LDADDS)
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
|
||||||
Reference in a new issue