fix installation, dist-preparation
This commit is contained in:
parent
495057c341
commit
51471804cd
18 changed files with 110 additions and 80 deletions
|
|
@ -119,16 +119,4 @@ pkginclude_HEADERS = eo \
|
|||
eoVector.h \
|
||||
es.h \
|
||||
ga.h \
|
||||
do/make_algo_easea.h \
|
||||
do/make_algo_pareto.h \
|
||||
do/make_algo_scalar.h \
|
||||
do/make_checkpoint.h \
|
||||
do/make_checkpoint_FDC.h \
|
||||
do/make_checkpoint_assembled.h \
|
||||
do/make_checkpoint_pareto.h \
|
||||
do/make_continue.h \
|
||||
do/make_continue_pareto.h \
|
||||
do/make_general_replacement.h \
|
||||
do/make_pop.h \
|
||||
do/make_run.h \
|
||||
$(PARADISEO_H)
|
||||
|
|
|
|||
|
|
@ -1 +1,15 @@
|
|||
pkginclude_HEADERS = make_algo_easea.h \
|
||||
make_algo_pareto.h \
|
||||
make_algo_scalar.h \
|
||||
make_checkpoint.h \
|
||||
make_checkpoint_FDC.h \
|
||||
make_checkpoint_assembled.h \
|
||||
make_checkpoint_pareto.h \
|
||||
make_continue.h \
|
||||
make_continue_pareto.h \
|
||||
make_general_replacement.h \
|
||||
make_pop.h \
|
||||
make_run.h
|
||||
|
||||
|
||||
EXTRA_DIST = Readme
|
||||
|
|
|
|||
|
|
@ -17,7 +17,9 @@ libes_a_SOURCES = make_algo_scalar_es.cpp \
|
|||
make_run_es.cpp \
|
||||
make_run_real.cpp
|
||||
|
||||
pkginclude_HEADERS = eoEsChromInit.h \
|
||||
esincludedir = $(pkgincludedir)/es
|
||||
|
||||
esinclude_HEADERS = eoEsChromInit.h \
|
||||
eoEsFull.h \
|
||||
eoEsGlobalXover.h \
|
||||
eoEsMutate.h \
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ libga_a_SOURCES = make_algo_scalar_ga.cpp \
|
|||
make_pop_ga.cpp \
|
||||
make_run_ga.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo/ga
|
||||
gaincludedir = $(pkgincludedir)/ga
|
||||
|
||||
libeoinc_HEADERS = eoBit.h \
|
||||
gainclude_HEADERS = eoBit.h \
|
||||
eoBitOpFactory.h \
|
||||
eoBitOp.h \
|
||||
eoBoolFlip.h \
|
||||
|
|
|
|||
|
|
@ -1,14 +1,11 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/gp
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
libeoincdir = $(includedir)/eo/gp
|
||||
libeoinc_HEADERS = eoParseTreeDepthInit.h \
|
||||
eoParseTree.h \
|
||||
eoParseTreeOp.h \
|
||||
eoStParseTreeDepthInit.h \
|
||||
eoStParseTreeOp.h \
|
||||
node_pool.h \
|
||||
parse_tree.h
|
||||
gpincludedir = $(pkgincludedir)/gp
|
||||
|
||||
gpinclude_HEADERS = eoParseTreeDepthInit.h \
|
||||
eoParseTree.h \
|
||||
eoParseTreeOp.h \
|
||||
eoStParseTreeDepthInit.h \
|
||||
eoStParseTreeOp.h \
|
||||
node_pool.h \
|
||||
parse_tree.h
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/other
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src
|
||||
|
||||
#lib_LIBRARIES = libeoother.a
|
||||
#libeoother_a_SOURCES =
|
||||
AM_CXXFLAGS = -I$(top_builddir)/src
|
||||
|
||||
libeootherincdir = $(includedir)/eo/other
|
||||
libeootherinc_HEADERS = eoExternalEO.h eoString.h external_eo eoExternalOpFunctions.h
|
||||
otherincludedir = $(pkgincludedir)/other
|
||||
|
||||
otherinclude_HEADERS = eoExternalEO.h \
|
||||
eoString.h \
|
||||
external_eo \
|
||||
eoExternalOpFunctions.h
|
||||
|
|
|
|||
Reference in a new issue