correct names for includes. * README.manual: This is a copy of the old README. * README: Describe the new way and setup of creating a new EO project. * createEOproject.sh, Makefile.am.src-tmpl, Makefile.am.top-tmpl: * configure.ac.tmpl: New files to create a standalone EO project from templates.
16 lines
289 B
Text
16 lines
289 B
Text
bin_PROGRAMS = MyStruct
|
|
|
|
MyStruct_SOURCES = MyStructEA.cpp \
|
|
eoMyStruct.h \
|
|
eoMyStructEvalFunc.h \
|
|
eoMyStructInit.h \
|
|
eoMyStructMutation.h \
|
|
eoMyStructQuadCrossover.h
|
|
|
|
|
|
|
|
dnl Local Variables:
|
|
dnl coding: iso-8859-1
|
|
dnl mode: makefile-automake
|
|
dnl fill-column: 80
|
|
dnl End:
|