diff --git a/trunk/paradiseo-moeo/doc/Makefile.am b/trunk/paradiseo-moeo/doc/Makefile.am deleted file mode 100644 index 254b2661c..000000000 --- a/trunk/paradiseo-moeo/doc/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -doc: - -@doxygen moeo.doxyfile - -clean-local: - rm -rf html latex man diff --git a/trunk/paradiseo-moeo/src/Makefile.am b/trunk/paradiseo-moeo/src/Makefile.am deleted file mode 100644 index 63f989053..000000000 --- a/trunk/paradiseo-moeo/src/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = core diff --git a/trunk/paradiseo-moeo/src/core/Makefile.am b/trunk/paradiseo-moeo/src/core/Makefile.am deleted file mode 100644 index 8e2a6f0cd..000000000 --- a/trunk/paradiseo-moeo/src/core/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -lib_LIBRARIES = libmoeo.a - -libmoeo_a_SOURCES = moeoObjectiveVectorTraits.cpp - -pkginclude_HEADERS = moeoObjectiveVectorTraits.h - -INCLUDES = -I$(EO_DIR)/src/ -I$(top_srcdir)/src/ - -AM_CXXFLAGS = -Wall -ansi -pedantic diff --git a/trunk/paradiseo-moeo/tutorial/Lesson1/Makefile.am b/trunk/paradiseo-moeo/tutorial/Lesson1/Makefile.am deleted file mode 100644 index d2994a37a..000000000 --- a/trunk/paradiseo-moeo/tutorial/Lesson1/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -SUBDIRS = flowshop - -noinst_PROGRAMS = FlowShopEA - -FlowShopEA_SOURCES = FlowShopEA.cpp - -LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a $(top_srcdir)/src/core/libmoeo.a flowshop/libflowshop.a - -INCLUDES = -Iflowshop -I${EO_DIR}/src/ -I$(top_srcdir)/src/ - -AM_CXXFLAGS = -Wall -ansi -pedantic diff --git a/trunk/paradiseo-moeo/tutorial/Lesson2/Makefile.am b/trunk/paradiseo-moeo/tutorial/Lesson2/Makefile.am deleted file mode 100644 index 7500ec3ab..000000000 --- a/trunk/paradiseo-moeo/tutorial/Lesson2/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -noinst_PROGRAMS = Sch1 - -Sch1_SOURCES = Sch1.cpp - -LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a - -INCLUDES = -I${EO_DIR}/src/ -I$(top_srcdir)/src/ - -AM_CXXFLAGS = -Wall -ansi -pedantic diff --git a/trunk/paradiseo-moeo/tutorial/Makefile.am b/trunk/paradiseo-moeo/tutorial/Makefile.am deleted file mode 100644 index 7a7ae0422..000000000 --- a/trunk/paradiseo-moeo/tutorial/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS=Lesson1 Lesson2