paradiseo/trunk/paradiseo-moeo/tutorials/lesson2/Makefile.am
legrand ab0fc52a5c Sch example with NSGAII added as lesson2
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@112 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-21 13:34:36 +00:00

9 lines
189 B
Makefile

noinst_PROGRAMS = Sch1
Sch1_SOURCES = Sch1.cpp
LDADD = -L$(top_builddir)/src ${EO_DIR}/src/libeo.a ${EO_DIR}/src/utils/libeoutils.a
INCLUDES = -I${EO_DIR}/src/ -I$(top_srcdir)/src