lib_LTLIBRARIES = libbeagle-Coev.la INCLUDES = \ -I$(top_srcdir)/PACC \ -I$(top_srcdir)/beagle/include \ -I$(top_srcdir)/beagle/GA/include \ -I$(top_srcdir)/beagle/GP/include \ -I$(top_srcdir)/beagle/Coev/include libbeagle_Coev_la_LIBADD = \ $(top_srcdir)/beagle/GP/src/libbeagle-GP.la \ $(top_srcdir)/beagle/GA/src/libbeagle-GA.la \ $(top_srcdir)/beagle/src/libbeagle.la \ $(top_srcdir)/PACC/Threading/libpacc-threading.la \ $(top_srcdir)/PACC/Math/libpacc-math.la \ $(top_srcdir)/PACC/XML/libpacc-xml.la \ $(top_srcdir)/PACC/Util/libpacc-util.la libbeagle_Coev_la_LDFLAGS = -no-undefined -release @VERSION@ libbeagle_Coev_la_SOURCES = \ EvaluationOp.cpp \ GPEvaluationOp.cpp \ TermBroadcastOp.cpp