149 lines
3.1 KiB
Makefile
149 lines
3.1 KiB
Makefile
# Makefile.am for eo/src
|
|
|
|
SUBDIRS = es ga gp do utils other moo
|
|
|
|
lib_LIBRARIES = libeo.a
|
|
|
|
libeo_a_SOURCES = eoFunctorStore.cpp \
|
|
eoPersistent.cpp \
|
|
eoPrintable.cpp \
|
|
eoCtrlCContinue.cpp \
|
|
eoParetoFitness.cpp \
|
|
eoScalarFitnessAssembled.cpp
|
|
|
|
|
|
pkginclude_HEADERS = eo \
|
|
EO.h \
|
|
apply.h \
|
|
eoAlgo.h \
|
|
eoBinaryFlight.h \
|
|
eoBitParticle.h \
|
|
eoBreed.h \
|
|
eoCellularEasyEA.h \
|
|
eoCloneOps.h \
|
|
eoCombinedContinue.h \
|
|
eoCombinedInit.h \
|
|
eoConstrictedVariableWeightVelocity.h \
|
|
eoConstrictedVelocity.h \
|
|
eoContinue.h \
|
|
eoCounter.h \
|
|
eoCtrlCContinue.h \
|
|
eoDetSelect.h \
|
|
eoDetTournamentSelect.h \
|
|
eoDistribUpdater.h \
|
|
eoDistribution.h \
|
|
eoDominanceMap.h \
|
|
eoDummyFlight.h \
|
|
eoEDA.h \
|
|
eoEasyEA.h \
|
|
eoEasyPSO.h \
|
|
eoEvalContinue.h \
|
|
eoEvalFunc.h \
|
|
eoEvalFuncCounter.h \
|
|
eoEvalFuncPtr.h \
|
|
eoFactory.h \
|
|
eoFitContinue.h \
|
|
eoFitnessScalingSelect.h \
|
|
eoFixedInertiaWeightedVelocity.h \
|
|
eoFlight.h \
|
|
eoFlOrBinOp.h \
|
|
eoFlOrMonOp.h \
|
|
eoFlOrQuadOp.h \
|
|
eoFunctor.h \
|
|
eoFunctorStore.h \
|
|
eoG3Replacement.h \
|
|
eoGaussRealWeightUp.h \
|
|
eoGenContinue.h \
|
|
eoGenOp.h \
|
|
eoGeneralBreeder.h \
|
|
eoInit.h \
|
|
eoInvalidateOps.h \
|
|
eoLinearDecreasingWeightUp.h \
|
|
eoLinearFitScaling.h \
|
|
eoLinearTopology.h \
|
|
eoLSPSO.h \
|
|
eoMGGReplacement.h \
|
|
eoMerge.h \
|
|
eoMergeReduce.h \
|
|
eoNDSorting.h \
|
|
eoNeighborhood.h \
|
|
eoObject.h \
|
|
eoOneToOneBreeder.h \
|
|
eoOp.h \
|
|
eoOpContainer.h \
|
|
eoOpSelMason.h \
|
|
eoParetoConstraintFitness.h \
|
|
eoParetoFitness.h \
|
|
eoParetoRanking.h \
|
|
eoParticleBestInit.h \
|
|
eoPerf2Worth.h \
|
|
eoPeriodicContinue.h \
|
|
eoPersistent.h \
|
|
eoPop.h \
|
|
eoPopAlgo.h \
|
|
eoPopEvalFunc.h \
|
|
eoPopulator.h \
|
|
eoPrintable.h \
|
|
eoPropGAGenOp.h \
|
|
eoProportionalCombinedOp.h \
|
|
eoProportionalSelect.h \
|
|
eoPSO.h \
|
|
eoRandomRealWeightUp.h \
|
|
eoRandomSelect.h \
|
|
eoRanking.h \
|
|
eoRankingSelect.h \
|
|
eoRealBoundModifier.h \
|
|
eoRealParticle.h \
|
|
eoReduce.h \
|
|
eoReduceMerge.h \
|
|
eoReduceMergeReduce.h \
|
|
eoReduceSplit.h \
|
|
eoReplacement.h \
|
|
eoSGA.h \
|
|
eoSGAGenOp.h \
|
|
eoSGATransform.h \
|
|
eoSTLFunctor.h \
|
|
eoScalarFitness.h \
|
|
eoScalarFitnessAssembled.cpp \
|
|
eoScalarFitnessAssembled.h \
|
|
eoSelect.h \
|
|
eoSelectFactory.h \
|
|
eoSelectFromWorth.h \
|
|
eoSelectMany.h \
|
|
eoSelectNumber.h \
|
|
eoSelectOne.h \
|
|
eoSelectPerc.h \
|
|
eoSequentialSelect.h \
|
|
eoSharing.h \
|
|
eoSharingSelect.h \
|
|
eoSigBinaryFlight.h \
|
|
eoSimpleEDA.h \
|
|
eoSocialNeighborhood.h \
|
|
eoSSPSO.h \
|
|
eoStandardFlight.h \
|
|
eoStandardVelocity.h \
|
|
eoStarTopology.h \
|
|
eoSteadyFitContinue.h \
|
|
eoStochTournamentSelect.h \
|
|
eoStochasticUniversalSelect.h \
|
|
eoSurviveAndDie.h \
|
|
eoSyncEasyPSO.h \
|
|
eoTopology.h \
|
|
eoTransform.h \
|
|
eoTruncSelect.h \
|
|
eoTruncatedSelectMany.h \
|
|
eoTruncatedSelectOne.h \
|
|
eoVariableInertiaWeightedVelocity.h \
|
|
eoVariableLengthCrossover.h \
|
|
eoVariableLengthMutation.h \
|
|
eoVector.h \
|
|
eoVectorParticle.h \
|
|
eoVelocity.h \
|
|
eoVelocityInit.h \
|
|
eoWeightUpdater.h \
|
|
es.h \
|
|
ga.h \
|
|
PO.h \
|
|
eoTimeContinue.h
|
|
|
|
AM_CXXFLAGS = -I$(top_srcdir)/src
|