Added the MyStructLibEA.cpp+make_MyStruct.cpp that allow separate

compilation of representation-indenepent stuff. Modified create.sh script
and Makefile accordingly. See Lesson5 of the tutorial
This commit is contained in:
evomarc 2002-05-08 06:47:50 +00:00
commit b407bf5e81
4 changed files with 308 additions and 7 deletions

View file

@ -54,6 +54,8 @@ sed s/MyStruct/$1/g quadCrossover.tmpl > $TargetDir/eo$1QuadCrossover.h
sed s/MyStruct/$1/g MyStructEA.cpp > $TargetDir/$1EA.cpp
sed s/MyStruct/$1/g make_genotype_MyStruct.h > $TargetDir/make_genotype_$1.h
sed s/MyStruct/$1/g make_op_MyStruct.h > $TargetDir/make_op_$1.h
sed s/MyStruct/$1/g make_MyStruct.cpp > $TargetDir/make_$1.cpp
sed s/MyStruct/$1/g MyStructLibEA.cpp > $TargetDir/$1LibEA.cpp
sed s/MyStruct/$1/g Makefile.tmpl > $TargetDir/$MakeName
echo Done!