don't use user-variables
This commit is contained in:
parent
9e508c66a6
commit
5e416e4a1c
4 changed files with 79 additions and 83 deletions
|
|
@ -4,28 +4,29 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -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
|
||||
AM_CXXFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
|
||||
CPPFLAGS = -Wall
|
||||
CXXFLAGS =
|
||||
libeoincdir = $(includedir)/eo/ga
|
||||
libeoinc_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
|
||||
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
|
||||
|
||||
libeoincdir = $(includedir)/eo/ga
|
||||
|
||||
libeoinc_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
|
||||
|
|
|
|||
Reference in a new issue