merge ParadisEO-MOEO v-1.0
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@400 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d46e17d10a
commit
8b7d5260fb
724 changed files with 63305 additions and 2757 deletions
11
trunk/paradiseo-moeo/tutorial/Lesson1/Makefile.am
Normal file
11
trunk/paradiseo-moeo/tutorial/Lesson1/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue