From f7377b0fcf393f72b7766c5302c9ccdc47b68c20 Mon Sep 17 00:00:00 2001 From: evomarc Date: Thu, 18 Oct 2001 04:37:14 +0000 Subject: [PATCH] All files on one line in Makefile.am (for Windows) --- eo/src/es/Makefile.am | 7 +------ eo/src/ga/Makefile.am | 8 +------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/eo/src/es/Makefile.am b/eo/src/es/Makefile.am index 9b388266..b30a704a 100644 --- a/eo/src/es/Makefile.am +++ b/eo/src/es/Makefile.am @@ -6,12 +6,7 @@ INCLUDES = -I$(top_builddir)/src lib_LIBRARIES = libes.a -libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp \ - make_continue_real.cpp make_genotype_real.cpp \ - make_op_real.cpp make_pop_real.cpp make_run_real.cpp \ - make_algo_scalar_es.cpp make_checkpoint_es.cpp \ - make_continue_es.cpp make_genotype_es.cpp \ - make_op_es.cpp make_pop_es.cpp make_run_es.cpp +libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp make_continue_real.cpp make_genotype_real.cpp make_op_real.cpp make_pop_real.cpp make_run_real.cpp make_algo_scalar_es.cpp make_checkpoint_es.cpp make_continue_es.cpp make_genotype_es.cpp make_op_es.cpp make_pop_es.cpp make_run_es.cpp CPPFLAGS = -Wall CXXFLAGS = diff --git a/eo/src/ga/Makefile.am b/eo/src/ga/Makefile.am index ebb62568..68d6194a 100644 --- a/eo/src/ga/Makefile.am +++ b/eo/src/ga/Makefile.am @@ -6,13 +6,7 @@ INCLUDES = -I$(top_builddir)/src lib_LIBRARIES = libga.a -libga_a_SOURCES = make_algo_scalar_ga.cpp \ - make_checkpoint_ga.cpp \ - make_continue_ga.cpp \ - make_genotype_ga.cpp \ - make_op_ga.cpp \ - make_pop_ga.cpp \ - make_run_ga.cpp +libga_a_SOURCES = make_algo_scalar_ga.cpp make_checkpoint_ga.cpp make_continue_ga.cpp make_genotype_ga.cpp make_op_ga.cpp make_pop_ga.cpp make_run_ga.cpp CPPFLAGS = -Wall CXXFLAGS = libeoincdir = $(includedir)/eo/ga