From b7915a4bbed0ab6b13e3d007f9ae97ba6dc7acec Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 8 May 2001 04:44:30 +0000 Subject: [PATCH] CHanged CXXFLAGS to nothing - so lib files remain of manageable size! --- eo/src/es/Makefile.am | 2 +- eo/src/ga/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/es/Makefile.am b/eo/src/es/Makefile.am index 8342b8a9..bef3f588 100644 --- a/eo/src/es/Makefile.am +++ b/eo/src/es/Makefile.am @@ -14,6 +14,6 @@ libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp \ make_op_es.cpp make_pop_es.cpp make_run_es.cpp CPPFLAGS = -Wall -CXXFLAGS = -g +CXXFLAGS = libeoincdir = $(includedir)/eo/es libeoinc_HEADERS = eoEsChromInit.h eoEsFull.h eoEsMutate.h eoEsMutationInit.h eoEsSimple.h eoEsStdev.h eoEsStdevXOver.h eoGenericRealOp.h eoNormalMutation.h eoReal.h eoRealOp.h eoEsGlobalXover.h eoEsLocalXover.h eoRealAtomXover.h diff --git a/eo/src/ga/Makefile.am b/eo/src/ga/Makefile.am index b46bb017..ebb62568 100644 --- a/eo/src/ga/Makefile.am +++ b/eo/src/ga/Makefile.am @@ -14,6 +14,6 @@ libga_a_SOURCES = make_algo_scalar_ga.cpp \ make_pop_ga.cpp \ make_run_ga.cpp CPPFLAGS = -Wall -CXXFLAGS = -g +CXXFLAGS = libeoincdir = $(includedir)/eo/ga libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h make_ga.h