deleted old makefile

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@432 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-06-28 12:07:12 +00:00
commit 87f27ad9bb

View file

@ -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