Added eoParser

This commit is contained in:
jmerelo 1999-10-29 11:23:10 +00:00
commit 0d8648c0e6
8 changed files with 1038 additions and 7 deletions

View file

@ -13,7 +13,7 @@ LDADDS = $(top_builddir)/src/libeo.a
###############################################################################
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-eoNonUniform t-eoUniform t-eoRandom
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-eoNonUniform t-eoUniform t-eoRandom t-parser
###############################################################################
@ -109,3 +109,10 @@ t_eo2dVector_LDFLAGS = -lm
t_eo2dVector_LDADD = $(LDADDS)
###############################################################################
t_parser_SOURCES = t-parser.cpp
t_parser_DEPENDENCIES = $(DEPS)
t_parser_LDFLAGS = -lm
t_parser_LDADD = $(LDADDS)
###############################################################################