ticket #1: Remove the autotools files done

This commit is contained in:
Caner Candan 2010-09-01 14:51:09 +02:00
commit 6d04ba9d32
37 changed files with 0 additions and 998 deletions

View file

@ -1,146 +0,0 @@
# 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 \
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 \
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 \
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

View file

@ -1,15 +0,0 @@
pkginclude_HEADERS = make_algo_easea.h \
make_algo_pareto.h \
make_algo_scalar.h \
make_checkpoint.h \
make_checkpoint_FDC.h \
make_checkpoint_assembled.h \
make_checkpoint_pareto.h \
make_continue.h \
make_continue_pareto.h \
make_general_replacement.h \
make_pop.h \
make_run.h
EXTRA_DIST = Readme

0
eo/src/eoDetTournamentSelect.h Executable file → Normal file
View file

0
eo/src/eoProportionalSelect.h Executable file → Normal file
View file

0
eo/src/eoSteadyFitContinue.h Executable file → Normal file
View file

0
eo/src/eoStochTournamentSelect.h Executable file → Normal file
View file

0
eo/src/eoStochasticUniversalSelect.h Executable file → Normal file
View file

View file

@ -1,56 +0,0 @@
## 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

View file

@ -1,32 +0,0 @@
###############################################################################
##
## Makefile.am for eo/src/ga
##
###############################################################################
AM_CXXFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/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
gaincludedir = $(pkgincludedir)/ga
gainclude_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

View file

@ -1,11 +0,0 @@
## Makefile.am for eo/src/gp
gpincludedir = $(pkgincludedir)/gp
gpinclude_HEADERS = eoParseTreeDepthInit.h \
eoParseTree.h \
eoParseTreeOp.h \
eoStParseTreeDepthInit.h \
eoStParseTreeOp.h \
node_pool.h \
parse_tree.h

View file

@ -1,18 +0,0 @@
lib_LIBRARIES = libeomoo.a
libeomoo_a_SOURCES = eoFrontSorter.cpp \
eoNSGA_IIa_Eval.cpp \
eoNSGA_II_Eval.cpp
pkginclude_HEADERS =\
eoEpsilonArchive.h\
eoEpsMOEA.h\
eoFrontSorter.h\
eoMOEval.h\
eoMOFitness.h\
eoNSGA_I_Eval.h\
eoNSGA_IIa_Eval.h\
eoNSGA_II_Eval.h
AM_CXXFLAGS = -I$(top_srcdir)/src

View file

@ -1,14 +0,0 @@
###############################################################################
##
## Makefile.am for eo/src/obsolete
##
###############################################################################
INCLUDES = -I$(top_builddir)/src
lib_LIBRARIES = libeoobsolete.a
libeoobsolete_a_SOURCES = eoParserUtils.cpp
libeoobsoleteincdir = $(includedir)/eo/obsolete
libeoobsoleteinc_HEADERS = eo1d.h eo1dWDistance.h eo2d.h eo2dVector.h eoAtomBitFlip.h eoAtomCreep.h eoAtomMutation.h eoAtomMutator.h eoAtomRandom.h eoBin.h eoBreeder.h eoCopyElite.h eoDetTournament.h eoDetTournamentIndiSelector.h eoDistance.h eoDup.h eoES.h eoESChrom.h eoESFullChrom.h eoESFullMut.h eoEsObjectiveBounds.h eoEvalFuncPtrCnt.h eoFitTerm.h eoFitness.h eoGenTerm.h eoGeneration.h eoID.h eoInclusion.h eoInsertion.h eoKill.h eoLottery.h eoMutation.h eoNegExp.h eoNonUniform.h eoNormal.h eoParser.h eoParserUtils.h eoPopOps.h eoProblem.h eoProportional.h eoRandomBreed.h eoRandomIndiSelector.h eoRandomSelect.h eoRank.h eoRnd.h eoScheme.h eoSelectRandom.h eoStochTournament.h eoStringMutation.h eoTerm.h eoTournament.h eoTranspose.h eoUniform.h eoUniformXOver.h eoVector.h eoXOver2.h

View file

@ -1,11 +0,0 @@
## Makefile.am for eo/src/other
AM_CXXFLAGS = -I$(top_builddir)/src
otherincludedir = $(pkgincludedir)/other
otherinclude_HEADERS = eoExternalEO.h \
eoString.h \
external_eo \
eoExternalOpFunctions.h

View file

@ -1,58 +0,0 @@
## Makefile.am for eo/src/utils
lib_LIBRARIES = libeoutils.a
libeoutils_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.cpp
utilsincludedir = $(pkgincludedir)/utils
utilsinclude_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.h
AM_CXXFLAGS = -I$(top_srcdir)/src -DGNUPLOT_PROGRAM=\"@GNUPLOT@\"