# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab FRAGMENTATIONTESTSSOURCES = \ ../Fragmentation/unittests/KeySetsContainerUnitTest.cpp \ ../Fragmentation/unittests/MatrixContainerUnitTest.cpp FRAGMENTATIONTESTSHEADERS = \ ../Fragmentation/unittests/KeySetsContainerUnitTest.hpp \ ../Fragmentation/unittests/MatrixContainerUnitTest.hpp FRAGMENTATIONTESTS = \ KeySetsContainerUnitTest \ MatrixContainerUnitTest TESTS += $(FRAGMENTATIONTESTS) check_PROGRAMS += $(FRAGMENTATIONTESTS) noinst_PROGRAMS += $(FRAGMENTATIONTESTS) FRAGMENTATIONLIBS = \ libUnitTest.la \ ../libMolecuilder.la \ ../libMolecuilderFragmentation.la \ ../libMolecuilderFragmentation_KeysetsContainer.la \ ../libMolecuilderHelpers.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) KeySetsContainerUnitTest_SOURCES = \ ../Fragmentation/unittests/KeySetsContainerUnitTest.cpp \ ../Fragmentation/unittests/KeySetsContainerUnitTest.hpp KeySetsContainerUnitTest_LDADD = ${FRAGMENTATIONLIBS} MatrixContainerUnitTest_SOURCES = \ ../Fragmentation/unittests/MatrixContainerUnitTest.cpp \ ../Fragmentation/unittests/MatrixContainerUnitTest.hpp MatrixContainerUnitTest_LDADD = ${FRAGMENTATIONLIBS} #AUTOMAKE_OPTIONS = parallel-tests