git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@392 331e1502-861f-0410-8da2-ba01fb791d7f
11 lines
315 B
Makefile
11 lines
315 B
Makefile
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
|