# lib_LTLIBRARIES = libbeagle-LinGP.la noinst_LTLIBRARIES = libbeagle-LinGP.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)/tests/LinGP/include libbeagle_LinGP_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/Math/libpacc-math.la \ $(top_srcdir)/PACC/XML/libpacc-xml.la \ $(top_srcdir)/PACC/Util/libpacc-util.la libbeagle_LinGP_la_LDFLAGS = -no-undefined libbeagle_LinGP_la_SOURCES = \ Evolver.cpp \ Individual.cpp \ InitializationOp.cpp \ Instruction.cpp \ InstructionSet.cpp \ InstructionSuperSet.cpp \ MutationOp.cpp \ Program.cpp \ System.cpp