This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src/es/Makefile.am
kuepper b2ce7bedb6 * Makefile.am: Update for release-distribution.
* Makefile.am: Add missing CMA header for distribution.

* Makefile.am: Add missing header for distribution.
2006-12-01 20:08:51 +00:00

56 lines
1.1 KiB
Makefile

## Makefile.am for eo/src/es
lib_LIBRARIES = libes.a libcma.a
libes_a_SOURCES = make_algo_scalar_es.cpp \
make_algo_scalar_real.cpp \
make_checkpoint_es.cpp \
make_checkpoint_real.cpp \
make_continue_es.cpp \
make_continue_real.cpp \
make_genotype_es.cpp \
make_genotype_real.cpp \
make_op_es.cpp \
make_op_real.cpp \
make_pop_es.cpp \
make_pop_real.cpp \
make_run_es.cpp \
make_run_real.cpp
esincludedir = $(pkgincludedir)/es
esinclude_HEADERS = eoEsChromInit.h \
eoEsFull.h \
eoEsGlobalXover.h \
eoEsMutate.h \
eoEsMutationInit.h \
eoEsSimple.h \
eoEsStandardXover.h \
eoEsStdev.h \
eoNormalMutation.h \
eoRealAtomXover.h \
eoReal.h \
eoRealInitBounded.h \
eoRealOp.h \
eoSBXcross.h \
make_es.h \
make_genotype_real.h \
make_op_es.h \
make_op.h \
make_op_real.h \
make_real.h
libcma_a_SOURCES = eig.cpp \
CMAState.cpp \
CMAParams.cpp
cmaincludedir = $(pkgincludedir)/es
cmainclude_HEADERS = CMAParams.h \
CMAState.h \
eig.h \
eoCMAInit.h \
eoCMABreed.h \
matrices.h
AM_CXXFLAGS = -I$(top_srcdir)/src