makefile.am

来自「这是linux下的进化计算的源代码。 === === === === ==」· AM 代码 · 共 59 行

AM
59
字号
## Makefile.am for eo/src/utilslib_LIBRARIES 		= libeoutils.alibeoutils_a_SOURCES 	= eoData.cpp \			eoFileMonitor.cpp \			eoGnuplot.cpp \			eoGnuplot1DMonitor.cpp \			eoGnuplot1DSnapshot.cpp \			eoIntBounds.cpp \			eoParser.cpp \			eoRealBounds.cpp \			eoRNG.cpp \			eoState.cpp \			eoStdoutMonitor.cpp \			eoUpdater.cpp \			make_help.cpp \			pipecom.cpputilsincludedir		= $(pkgincludedir)/utilsutilsinclude_HEADERS 	= checkpointing \			compatibility.h \			eoAssembledFitnessStat.h \			eoCheckPoint.h \			eoData.h \			eoDistance.h \			eoFDCStat.h \			eoFileMonitor.h \			eoFileSnapshot.h \			eoGnuplot.h \			eoGnuplot1DMonitor.h \			eoGnuplot1DSnapshot.h \			eoHowMany.h \			eoMOFitnessStat.h \			eoMonitor.h \			eoParam.h \			eoParser.h \			eoPopStat.h \			eoRNG.h \			eoRealBounds.h \			eoIntBounds.h \			eoRealVectorBounds.h \			eoRndGenerators.h \			eoScalarFitnessStat.h \			eoStat.h \			eoState.h \			eoStdoutMonitor.h \			eoTimeCounter.h \			eoTimedMonitor.h \			eoUniformInit.h \			eoUpdatable.h \			eoUpdater.h \			pipecom.h \			rnd_generators.h \			selectors.hAM_CXXFLAGS 		= -I$(top_srcdir)/src -DGNUPLOT_PROGRAM=\"@GNUPLOT@\"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?