📄 makefile.am
字号:
## Makefile.am for eo/src/eslib_LIBRARIES = libes.a libcma.alibes_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.cppesincludedir = $(pkgincludedir)/esesinclude_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.hlibcma_a_SOURCES = eig.cpp \ CMAState.cpp \ CMAParams.cppcmaincludedir = $(pkgincludedir)/escmainclude_HEADERS = CMAParams.h \ CMAState.h \ eig.h \ eoCMAInit.h \ eoCMABreed.h \ matrices.h AM_CXXFLAGS = -I$(top_srcdir)/src
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -