INCLUDES = -I$(top_srcdir)/src noinst_PROGRAMS = ActOnAllTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest TESTS = ActOnAllTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest check_PROGRAMS = $(TESTS) ActOnAllTest_SOURCES = ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS) ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl ActOnAllTest_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