Commented some ====== that resulted in error when running autogen.sh
This commit is contained in:
parent
f0813c55ca
commit
e3745d0674
1 changed files with 35 additions and 0 deletions
|
|
@ -9,15 +9,29 @@ DEPS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
|
|||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src
|
||||
<<<<<<< Makefile.am
|
||||
LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a
|
||||
CXXFLAGS = -g
|
||||
#=======
|
||||
LDADDS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
|
||||
CXXFLAGS = -g -Wall
|
||||
>>>>>>> 1.44
|
||||
###############################################################################
|
||||
<<<<<<< Makefile.am
|
||||
|
||||
check_PROGRAMS = t-eofitness t-eoRandom t-eobin t-eoStateAndParser t-eoCheckpointing \
|
||||
t-eoExternalEO t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA
|
||||
TESTS=run_tests
|
||||
# removing temporarily t-eoESFull
|
||||
#noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA
|
||||
#=======
|
||||
|
||||
check_PROGRAMS = t-eoParetoFitness t-eoPareto t-eofitness t-eoRandom t-eobin t-eoStateAndParser t-eoCheckpointing t-eoSSGA \
|
||||
t-eoExternalEO t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA t-eoVector
|
||||
TESTS=run_tests t-eoVector t-eoRandom t-eoSSGA t-eoPareto t-eoParetoFitness
|
||||
# removing temporarily t-eoESFull
|
||||
#noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp t-eoGA
|
||||
>>>>>>> 1.44
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
|
@ -88,6 +102,26 @@ t_eoSymreg_LDADD = $(LDADDS)
|
|||
###############################################################################
|
||||
|
||||
t_eo_SOURCES = t-eo.cpp
|
||||
<<<<<<< Makefile.am
|
||||
t_eo_DEPENDENCIES = $(DEPS)
|
||||
t_eo_LDFLAGS = -lm
|
||||
t_eo_LDADD = $(LDADDS)
|
||||
|
||||
###############################################################################
|
||||
|
||||
t_eoGenOp_SOURCES = t-eoGenOp.cpp
|
||||
t_eoGenOp_DEPENDENCIES = $(DEPS)
|
||||
t_eoGenOp_LDFLAGS = -lm
|
||||
t_eoGenOp_LDADD = $(LDADDS)
|
||||
|
||||
###############################################################################
|
||||
|
||||
t_eoGA_SOURCES = t-eoGA.cpp binary_value.h
|
||||
t_eoGA_DEPENDENCIES = $(DEPS) $(top_builddir)/src/ga/libga.a
|
||||
t_eoGA_LDFLAGS = -lm
|
||||
t_eoGA_LDADD = $(top_builddir)/src/ga/libga.a $(LDADDS)
|
||||
|
||||
###############################################################################
|
||||
t_eo_DEPENDENCIES = $(DEPS)
|
||||
t_eo_LDFLAGS = -lm
|
||||
t_eo_LDADD = $(LDADDS)
|
||||
|
|
@ -133,3 +167,4 @@ t_eoParetoFitness_DEPENDENCIES = $(DEPS) $(top_builddir)/src/ga/libga.a
|
|||
t_eoParetoFitness_LDFLAGS = -lm
|
||||
t_eoParetoFitness_LDADD = $(LDADDS)
|
||||
###############################################################################
|
||||
>>>>>>> 1.44
|
||||
|
|
|
|||
Reference in a new issue