# 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 = \ ${FRAGMENTATIONEXPORTERSLIBS} \ ../libMolecuilderUI.la SaturatedFragmentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp SaturatedFragmentUnitTest_LDADD = \ ${FRAGMENTATIONEXPORTERSLIBS} \ ../libMolecuilderUI.la #AUTOMAKE_OPTIONS = parallel-tests