# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab DYNAMICSTESTSSOURCES = \ ../Dynamics/unittests/BondVectorsUnitTest.cpp DYNAMICSTESTSHEADERS = \ ../Dynamics/unittests/BondVectorsUnitTest.hpp DYNAMICSTESTS = \ BondVectorsUnitTest TESTS += $(DYNAMICSTESTS) check_PROGRAMS += $(DYNAMICSTESTS) noinst_PROGRAMS += $(DYNAMICSTESTS) DYNAMICSLIBS = \ libUnitTest.la \ ../libMolecuilder.la \ ../libMolecuilderUI.la if CONDJOBMARKET DYNAMICSLIBS += \ ../libMolecuilderJobs.la \ ../libMolecuilderJobs_Work.la endif DYNAMICSLIBS += \ $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) BondVectorsUnitTest_SOURCES = \ ../Dynamics/unittests/BondVectorsUnitTest.cpp \ ../Dynamics/unittests/BondVectorsUnitTest.hpp BondVectorsUnitTest_LDADD = $(DYNAMICSLIBS) #AUTOMAKE_OPTIONS = parallel-tests