deleted old makefile
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@432 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
56f990a0a9
commit
87f27ad9bb
1 changed files with 0 additions and 26 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue