noinst_LTLIBRARIES = libtest.la INCLUDES = \ -I. \ -I$(top_srcdir)/PACC \ -I$(top_srcdir)/beagle/include \ -I$(top_srcdir)/beagle/GA/include \ -I$(top_srcdir)/beagle/GP/include libtest_la_LIBADD = \ $(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 libtest_la_LDFLAGS = -no-undefined noinst_HEADERS = \ BeagleTest.hpp \ GenotypeString.hpp \ InitializationStringOp.hpp \ Macros.hpp \ Pass.hpp \ Test.hpp libtest_la_SOURCES = \ BeagleTest.cpp \ Pass.cpp \ GenotypeString.cpp \ InitializationStringOp.cpp