uninitialized variables. * README.tmpl: Hint to regular Templates/README for details. * README: Add documentation for adding new source-files. * Makefile.am.src-tmpl (noinst_HEADERS): Add (MyStruct_SOURCES): Move header files from here to the new noinst_HEADERS variable.
16 lines
302 B
Text
16 lines
302 B
Text
bin_PROGRAMS = MyStruct
|
|
|
|
noinst_HEADERS = eoMyStruct.h \
|
|
eoMyStructEvalFunc.h \
|
|
eoMyStructInit.h \
|
|
eoMyStructMutation.h \
|
|
eoMyStructQuadCrossover.h
|
|
|
|
MyStruct_SOURCES = MyStructEA.cpp
|
|
|
|
|
|
dnl Local Variables:
|
|
dnl coding: iso-8859-1
|
|
dnl mode: makefile-automake
|
|
dnl fill-column: 80
|
|
dnl End:
|