Removing ParadisEO
This commit is contained in:
parent
d144ba2885
commit
96dd240cf3
3 changed files with 3 additions and 25 deletions
|
|
@ -17,7 +17,6 @@ AM_CONFIG_HEADER(config.h)
|
|||
|
||||
dnl user-switches
|
||||
AC_APPLICATIONS
|
||||
AC_PARADISEO
|
||||
AC_TUTORIAL
|
||||
|
||||
dnl Checks for programs.
|
||||
|
|
@ -63,14 +62,6 @@ AC_OUTPUT(Makefile \
|
|||
src/gp/Makefile \
|
||||
src/ga/Makefile \
|
||||
src/other/Makefile \
|
||||
src/paradisEO/Makefile \
|
||||
src/paradisEO/comm/Makefile \
|
||||
src/paradisEO/comm/messages/Makefile \
|
||||
src/paradisEO/comm/messages/from/Makefile \
|
||||
src/paradisEO/comm/messages/to/Makefile \
|
||||
src/paradisEO/eval/Makefile \
|
||||
src/paradisEO/island/Makefile \
|
||||
src/paradisEO/island/topologies/Makefile \
|
||||
src/utils/Makefile \
|
||||
test/Makefile \
|
||||
tutorial/Makefile \
|
||||
|
|
@ -79,8 +70,4 @@ AC_OUTPUT(Makefile \
|
|||
tutorial/Lesson3/Makefile \
|
||||
tutorial/Lesson4/Makefile \
|
||||
tutorial/Lesson5/Makefile \
|
||||
tutorial/ParadisEO/Makefile \
|
||||
tutorial/ParadisEO/Lesson1/Makefile \
|
||||
tutorial/ParadisEO/Lesson2/Makefile \
|
||||
tutorial/ParadisEO/Lesson3/Makefile \
|
||||
win/Makefile)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
# Makefile.am for eo/src
|
||||
|
||||
if USE_PARADISEO
|
||||
SUBDIRS = es ga gp do utils other paradisEO
|
||||
PARADISEO_H = paradiseo.h
|
||||
else
|
||||
SUBDIRS = es ga gp do utils other
|
||||
PARADISEO_H =
|
||||
endif
|
||||
|
||||
lib_LIBRARIES = libeo.a
|
||||
|
||||
|
|
@ -118,5 +112,5 @@ pkginclude_HEADERS = eo \
|
|||
eoVariableLengthMutation.h \
|
||||
eoVector.h \
|
||||
es.h \
|
||||
ga.h \
|
||||
$(PARADISEO_H)
|
||||
ga.h
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
if USE_PARADISEO
|
||||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 ParadisEO
|
||||
else
|
||||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue