diff --git a/trunk/paradiseo-moeo/tutorial/Lesson1/src/flowshop/Makefile.am b/trunk/paradiseo-moeo/tutorial/Lesson1/src/flowshop/Makefile.am deleted file mode 100644 index 6845a342d..000000000 --- a/trunk/paradiseo-moeo/tutorial/Lesson1/src/flowshop/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -lib_LIBRARIES = libflowshop.a - -libflowshop_a_SOURCES = \ - FlowShop.cpp \ - FlowShopBenchmarkParser.cpp \ - FlowShopEval.cpp \ - FlowShopInit.cpp \ - FlowShopObjectiveVectorTraits.cpp \ - FlowShopOpCrossoverQuad.cpp \ - FlowShopOpMutationExchange.cpp \ - FlowShopOpMutationShift.cpp - -pkginclude_HEADERS = \ - FlowShop.h \ - FlowShopBenchmarkParser.h \ - FlowShopEval.h \ - FlowShopInit.h \ - FlowShopObjectiveVector.h \ - FlowShopObjectiveVectorTraits.h \ - FlowShopOpCrossoverQuad.h \ - FlowShopOpMutationExchange.h \ - FlowShopOpMutationShift.h - -INCLUDES = -I$(EO_DIR)/src/ -I$(top_srcdir)/src/ - -AM_CXXFLAGS = -Wall -ansi -pedantic