ticket #1: Remove the autotools files done

This commit is contained in:
Caner Candan 2010-09-01 14:51:09 +02:00
commit 6d04ba9d32
37 changed files with 0 additions and 998 deletions

View file

@ -1,16 +0,0 @@
noinst_PROGRAMS = FirstBitGA FirstRealGA exercise1.3
FirstBitGA_SOURCES = FirstBitGA.cpp
FirstRealGA_SOURCES = FirstRealGA.cpp
exercise1_3_SOURCES = exercise1.3.cpp
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
LIBS = -lga -leoutils -leo
INCLUDES = -I$(top_srcdir)/src

View file

@ -1,23 +0,0 @@
noinst_PROGRAMS = FirstBitEA FirstRealEA exercise2.3
FirstBitEA_SOURCES = FirstBitEA.cpp
FirstRealEA_SOURCES = FirstRealEA.cpp
exercise2_3_SOURCES = exercise2.3.cpp
noinst_HEADERS = binary_value.h \
real_value.h
extra_DIST = Makefile.simple
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
LIBS = -lga -leo -leoutils
INCLUDES = -I$(top_srcdir)/src

View file

@ -1,22 +0,0 @@
noinst_PROGRAMS = SecondBitEA SecondRealEA exercise3.1
SecondBitEA_SOURCES = SecondBitEA.cpp
SecondRealEA_SOURCES = SecondRealEA.cpp
exercise3_1_SOURCES = exercise3.1.cpp
noinst_HEADERS = binary_value.h \
real_value.h
extra_DIST = Makefile.simple
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
LIBS = -lga -leoutils -leo
INCLUDES = -I$(top_srcdir)/src

View file

@ -1,26 +0,0 @@
noinst_PROGRAMS = BitEA RealEA ESEA
BitEA_SOURCES = BitEA.cpp
RealEA_SOURCES = RealEA.cpp
ESEA_SOURCES = ESEA.cpp
noinst_HEADERS = binary_value.h \
real_value.h
extra_DIST = Makefile.simple
AM_CXXFLAGS = -I$(top_srcdir)/src
LIBEO = $(top_builddir)/src/libeo.a
LIBES = $(top_builddir)/src/es/libes.a
LIBGA = $(top_builddir)/src/ga/libga.a
LIBUTILS = $(top_builddir)/src/utils/libeoutils.a
DEPS = $(LIBEO) $(LIBUTILS) $(LIBES) $(LIBGA)
LIBS = $(LIBES) $(LIBGA) $(LIBEO) $(LIBUTILS)

View file

@ -1,28 +0,0 @@
noinst_PROGRAMS = OneMaxEA OneMaxLibEA
OneMaxEA_SOURCES = OneMaxEA.cpp
OneMaxLibEA_SOURCES = OneMaxLibEA.cpp make_OneMax.cpp
noinst_HEADERS = eoOneMax.h \
eoOneMaxEvalFunc.h \
eoOneMaxInit.h \
eoOneMaxMutation.h \
eoOneMaxQuadCrossover.h \
make_genotype_OneMax.h \
make_op_OneMax.h
extra_DIST = Makefile.simple
AM_CXXFLAGS = -I$(top_srcdir)/src
LIBEO = $(top_builddir)/src/libeo.a
LIBES = $(top_builddir)/src/es/libes.a
LIBGA = $(top_builddir)/src/ga/libga.a
LIBUTILS = $(top_builddir)/src/utils/libeoutils.a
DEPS = $(LIBEO) $(LIBUTILS) $(LIBES) $(LIBGA)
LIBS = $(LIBES) $(LIBGA) $(LIBEO) $(LIBUTILS)

View file

@ -1,19 +0,0 @@
noinst_PROGRAMS = BinaryPSO RealPSO
SecondBitEA_SOURCES = BinaryPSO.cpp
SecondRealEA_SOURCES = RealPSO.cpp
noinst_HEADERS =
extra_DIST = Makefile.simple
LDADD = -L$(top_builddir)/src
LIBS = -leoutils -leo
INCLUDES = -I$(top_srcdir)/src

View file

@ -1,2 +0,0 @@
SUBDIRS = html Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 pdf Templates

View file

@ -1,15 +0,0 @@
EXTRA_DIST = EO.tpl \
eoMyStruct.tmpl \
evalFunc.tmpl \
init.tmpl \
mutation.tmpl \
quadCrossover.tmpl \
MyStructSEA.cpp \
stat.tmpl \
README \
README.manual \
README.tmpl \
configure.ac.tmpl \
Makefile.am.top-tmpl \
Makefile.am.src-tmpl \
createEOproject.sh

View file

@ -1,44 +0,0 @@
EXTRA_DIST = BitEA.html \
EA_tutorial.jpg \
FirstBitEA.html \
FirstBitGA.html \
FirstRealEA.html \
FirstRealGA.html \
Firstmerge.html \
NoWay.html \
OneMaxEA.html \
SecondBitEA.html \
SecondRealEA.html \
beige009.jpg \
binary_value.html \
debut.html \
eoBottomUp.html \
eoCheckPoint.html \
eoEngine.html \
eoEval.html \
eoGeneration.html \
eoInit.html \
eoIo.html \
eoLesson1.html \
eoLesson2.html \
eoLesson3.html \
eoLesson4.html \
eoLesson5.html \
eoOneMax.html \
eoOneMaxEvalFunc.html \
eoOneMaxInit.html \
eoOneMaxMutation.html \
eoOneMaxQuadCrossover.html \
eoOneMax_complete.html \
eoOperators.html \
eoOutput.html \
eoProgramming.html \
eoRepresentation.html \
eoSGA.html \
eoSelect.html \
eoStop.html \
eoTopDown.html \
eoTutorial.html \
make_genotype_OneMax.html \
make_op_OneMax.html \
real_value.html

View file

@ -1 +0,0 @@
EXTRA_DIST =