update Makefile
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@392 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
64267400c3
commit
1d94e67c2e
1 changed files with 4 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
SUBDIRS = flowshop
|
||||
|
||||
noinst_PROGRAMS = FlowShopEA
|
||||
|
||||
FlowShopEA_SOURCES = FlowShopEA.cpp
|
||||
|
||||
LDADD = -L$(top_builddir)/src ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a
|
||||
LDADD = ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a $(top_srcdir)/src/core/libmoeo.a flowshop/libflowshop.a
|
||||
|
||||
INCLUDES = -I${EO_DIR}/src/ -I${MO_DIR}/src/ -I$(top_srcdir)/src
|
||||
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