Updated lists of headers in some Makefile.am (thanks to Claude Dion for pointing this out)

While there, changed the presentations of source and headers (1 per line with \)
This commit is contained in:
evomarc 2003-09-20 05:42:23 +00:00
commit bc1e98a65a
3 changed files with 62 additions and 10 deletions

View file

@ -6,8 +6,26 @@
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
libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h make_ga.h
libeoinc_HEADERS = eoBit.h \
eoBitOpFactory.h \
eoBitOp.h \
eoBoolFlip.h \
eoPBILAdditive.h \
eoPBILDistrib.h \
eoPBILOrg.h \
make_ga.h \
make_genotype_ga.h \
make_op.h \
make_PBILdistrib.h \
make_PBILupdate.h