From bfca8ca4336a3d625c9a0e91e23a4905f6450c7d Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 9 Apr 2001 14:20:48 +0000 Subject: [PATCH] Sorry, last check in was a mistake --- eo/test/Makefile.am | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index d130aae1..55783992 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -9,29 +9,15 @@ 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 ############################################################################### @@ -102,26 +88,6 @@ 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) @@ -167,4 +133,3 @@ t_eoParetoFitness_DEPENDENCIES = $(DEPS) $(top_builddir)/src/ga/libga.a t_eoParetoFitness_LDFLAGS = -lm t_eoParetoFitness_LDADD = $(LDADDS) ############################################################################### ->>>>>>> 1.44