INCLUDES = -I$(top_srcdir)/src noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest ListOfBondsUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest check_PROGRAMS = $(TESTS) ActOnAllUnitTest_SOURCES = ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp ActOnAllUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) ActOnAllUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl ActOnAllUnitTest_LDADD = ../libmolecuilder.a AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp AnalysisCorrelationToPointUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) AnalysisCorrelationToPointUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl AnalysisCorrelationToPointUnitTest_LDADD = ../libmolecuilder.a AnalysisCorrelationToSurfaceUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToSurfaceUnitTest.cpp AnalysisCorrelationToSurfaceUnitTest.hpp AnalysisCorrelationToSurfaceUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) AnalysisCorrelationToSurfaceUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl AnalysisCorrelationToSurfaceUnitTest_LDADD = ../libmolecuilder.a AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp AnalysisPairCorrelationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) AnalysisPairCorrelationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp ListOfBondsUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) ListOfBondsUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl ListOfBondsUnitTest_LDADD = ../libmolecuilder.a VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl VectorUnitTest_LDADD = ../libmolecuilder.a MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) -I.. MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a