* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
This commit is contained in:
parent
301e29ac02
commit
9a549fbf83
2 changed files with 10 additions and 17 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2006-12-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
2006-12-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
|
||||||
|
|
||||||
* EO.tpl, MyStructEA.cpp, MyStructSEA.cpp, make_MyStruct.cpp: Use
|
* EO.tpl, MyStructEA.cpp, MyStructSEA.cpp, make_MyStruct.cpp: Use
|
||||||
correct names for includes.
|
correct names for includes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,14 @@
|
||||||
EXTRA_DIST = EO.tpl \
|
EXTRA_DIST = EO.tpl \
|
||||||
MakeSimple.tmpl \
|
|
||||||
Makefile.tmpl \
|
|
||||||
MyStructEA.cpp \
|
|
||||||
MyStructLibEA.cpp \
|
|
||||||
MyStructSEA.cpp \
|
|
||||||
README \
|
|
||||||
binCrossover.tmpl \
|
|
||||||
continue.tmpl \
|
|
||||||
create.sh \
|
|
||||||
createSimple \
|
|
||||||
eoMyStruct.tmpl \
|
eoMyStruct.tmpl \
|
||||||
evalFunc.tmpl \
|
evalFunc.tmpl \
|
||||||
init.tmpl \
|
init.tmpl \
|
||||||
lessOffspringExternalSelectorGenOp.tmpl \
|
|
||||||
lessOffspringSameSelectorGenOp.tmpl \
|
|
||||||
make_MyStruct.cpp \
|
|
||||||
make_genotype_MyStruct.h \
|
|
||||||
make_op_MyStruct.h \
|
|
||||||
moreOffspringGenOp.tmpl \
|
|
||||||
mutation.tmpl \
|
mutation.tmpl \
|
||||||
quadCrossover.tmpl \
|
quadCrossover.tmpl \
|
||||||
stat.tmpl
|
MyStructSEA.cpp \
|
||||||
|
stat.tmpl \
|
||||||
|
README \
|
||||||
|
README.manual \
|
||||||
|
README.tmpl \
|
||||||
|
configure.ac.tmpl \
|
||||||
|
Makefile.am.top-tmpl \
|
||||||
|
Makefile.am.src-tmpl
|
||||||
|
|
|
||||||
Reference in a new issue