| [c3df23] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile! | 
|---|
|  | 2 | # Also indentation by a single tab | 
|---|
|  | 3 |  | 
|---|
|  | 4 | FRAGMENTATIONEXPORTERSSOURCES = \ | 
|---|
| [160ad7] | 5 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.cpp \ | 
|---|
| [7d5fcd] | 6 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ | 
|---|
| [a1d1dd] | 7 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ | 
|---|
| [64cafb2] | 8 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \ | 
|---|
|  | 9 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp | 
|---|
| [c3df23] | 10 |  | 
|---|
|  | 11 | FRAGMENTATIONEXPORTERSTESTSHEADERS = \ | 
|---|
| [160ad7] | 12 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.hpp \ | 
|---|
| [7d5fcd] | 13 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \ | 
|---|
| [a1d1dd] | 14 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \ | 
|---|
| [64cafb2] | 15 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \ | 
|---|
| [6393ff] | 16 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp \ | 
|---|
|  | 17 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest_assistant.hpp | 
|---|
| [c3df23] | 18 |  | 
|---|
|  | 19 | FRAGMENTATIONEXPORTERSTESTS = \ | 
|---|
| [160ad7] | 20 | ExportGraph_ToJobsUnitTest \ | 
|---|
| [7d5fcd] | 21 | HydrogenPoolUnitTest \ | 
|---|
| [a1d1dd] | 22 | SaturatedFragmentUnitTest \ | 
|---|
| [64cafb2] | 23 | SaturationDistanceMaximizerUnitTest \ | 
|---|
|  | 24 | SphericalPointDistributionUnitTest | 
|---|
| [c3df23] | 25 |  | 
|---|
|  | 26 | TESTS += $(FRAGMENTATIONEXPORTERSTESTS) | 
|---|
|  | 27 | check_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) | 
|---|
|  | 28 | noinst_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS) | 
|---|
|  | 29 |  | 
|---|
|  | 30 | FRAGMENTATIONEXPORTERSLIBS = \ | 
|---|
| [e9e86f] | 31 | libUnitTest.la \ | 
|---|
| [748fc7] | 32 | ../libMolecuilder.la \ | 
|---|
| [c3df23] | 33 | ../libMolecuilderFragmentation.la \ | 
|---|
|  | 34 | ${CodePatterns_LIBS} \ | 
|---|
|  | 35 | $(BOOST_LIB) | 
|---|
|  | 36 |  | 
|---|
| [160ad7] | 37 | ExportGraph_ToJobsUnitTest_SOURCES = \ | 
|---|
|  | 38 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.cpp \ | 
|---|
|  | 39 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.hpp | 
|---|
|  | 40 | ExportGraph_ToJobsUnitTest_LDADD = \ | 
|---|
|  | 41 | ../libMolecuilderUI.la \ | 
|---|
|  | 42 | ../libMolecuilderFragmentationSetValues.la \ | 
|---|
|  | 43 | ${ALLLIBS} | 
|---|
|  | 44 |  | 
|---|
| [e9e86f] | 45 | HydrogenPoolUnitTest_SOURCES = \ | 
|---|
| [c3df23] | 46 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \ | 
|---|
|  | 47 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp | 
|---|
|  | 48 | HydrogenPoolUnitTest_LDADD = \ | 
|---|
| [c39675] | 49 | ../libMolecuilderUI.la \ | 
|---|
|  | 50 | ${FRAGMENTATIONEXPORTERSLIBS} | 
|---|
| [7d5fcd] | 51 |  | 
|---|
| [e9e86f] | 52 | SaturatedFragmentUnitTest_SOURCES = \ | 
|---|
| [7d5fcd] | 53 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \ | 
|---|
|  | 54 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp | 
|---|
|  | 55 | SaturatedFragmentUnitTest_LDADD = \ | 
|---|
| [c39675] | 56 | ../libMolecuilderUI.la  \ | 
|---|
| [4ecb2d] | 57 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ | 
|---|
| [c39675] | 58 | ${FRAGMENTATIONEXPORTERSLIBS} | 
|---|
| [a1d1dd] | 59 |  | 
|---|
| [e9e86f] | 60 | SaturationDistanceMaximizerUnitTest_SOURCES = \ | 
|---|
| [64cafb2] | 61 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \ | 
|---|
| [a1d1dd] | 62 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \ | 
|---|
|  | 63 | ../Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp | 
|---|
|  | 64 | SaturationDistanceMaximizerUnitTest_LDADD = \ | 
|---|
|  | 65 | ../libMolecuilderUI.la  \ | 
|---|
| [4ecb2d] | 66 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ | 
|---|
| [a1d1dd] | 67 | ${FRAGMENTATIONEXPORTERSLIBS} | 
|---|
| [64cafb2] | 68 |  | 
|---|
|  | 69 | SphericalPointDistributionUnitTest_SOURCES = \ | 
|---|
|  | 70 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp \ | 
|---|
| [34709f] | 71 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp \ | 
|---|
|  | 72 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest_assistant.hpp | 
|---|
| [64cafb2] | 73 | SphericalPointDistributionUnitTest_LDADD = \ | 
|---|
|  | 74 | ../libMolecuilderUI.la  \ | 
|---|
| [4ecb2d] | 75 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ | 
|---|
| [64cafb2] | 76 | ${FRAGMENTATIONEXPORTERSLIBS} | 
|---|
| [041b77] | 77 |  | 
|---|
| [c3df23] | 78 |  | 
|---|
|  | 79 | #AUTOMAKE_OPTIONS = parallel-tests | 
|---|