# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab FRAGMENTATIONEXPORTERSSOURCES = \ ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp FRAGMENTATIONEXPORTERSTESTSHEADERS = \ ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp FRAGMENTATIONEXPORTERSTESTS = \ HydrogenPoolUnitTest \ SaturatedFragmentUnitTest TESTS += $(FRAGMENTATIONEXPORTERSTESTS) check_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) noinst_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) FRAGMENTATIONEXPORTERSLIBS = \ ../libMolecuilderFragmentation.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) HydrogenPoolUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp HydrogenPoolUnitTest_LDADD = \ ../libMolecuilderUI.la \ ${FRAGMENTATIONEXPORTERSLIBS} SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp SaturatedFragmentUnitTest_LDADD = \ ../libMolecuilderUI.la \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${FRAGMENTATIONEXPORTERSLIBS} #AUTOMAKE_OPTIONS = parallel-tests