| 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
|---|
| 2 | # Also indentation by a single tab
|
|---|
| 3 |
|
|---|
| 4 | FRAGMENTATIONEXPORTERSSOURCES = \
|
|---|
| 5 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.cpp \
|
|---|
| 6 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
|
|---|
| 7 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
|
|---|
| 8 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
|
|---|
| 9 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp
|
|---|
| 10 |
|
|---|
| 11 | FRAGMENTATIONEXPORTERSTESTSHEADERS = \
|
|---|
| 12 | ../Fragmentation/Exporters/unittests/ExportGraph_ToJobsUnitTest.hpp \
|
|---|
| 13 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp \
|
|---|
| 14 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp \
|
|---|
| 15 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
|
|---|
| 16 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp \
|
|---|
| 17 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest_assistant.hpp
|
|---|
| 18 |
|
|---|
| 19 | FRAGMENTATIONEXPORTERSTESTS = \
|
|---|
| 20 | ExportGraph_ToJobsUnitTest \
|
|---|
| 21 | HydrogenPoolUnitTest \
|
|---|
| 22 | SaturatedFragmentUnitTest \
|
|---|
| 23 | SaturationDistanceMaximizerUnitTest \
|
|---|
| 24 | SphericalPointDistributionUnitTest
|
|---|
| 25 |
|
|---|
| 26 | TESTS += $(FRAGMENTATIONEXPORTERSTESTS)
|
|---|
| 27 | check_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS)
|
|---|
| 28 | noinst_PROGRAMS += $(FRAGMENTATIONEXPORTERSTESTS)
|
|---|
| 29 |
|
|---|
| 30 | FRAGMENTATIONEXPORTERSLIBS = \
|
|---|
| 31 | libUnitTest.la \
|
|---|
| 32 | ../libMolecuilder.la \
|
|---|
| 33 | ../libMolecuilderFragmentation.la \
|
|---|
| 34 | ${CodePatterns_LIBS} \
|
|---|
| 35 | $(BOOST_LIB)
|
|---|
| 36 |
|
|---|
| 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 |
|
|---|
| 45 | HydrogenPoolUnitTest_SOURCES = \
|
|---|
| 46 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.cpp \
|
|---|
| 47 | ../Fragmentation/Exporters/unittests/HydrogenPoolUnitTest.hpp
|
|---|
| 48 | HydrogenPoolUnitTest_LDADD = \
|
|---|
| 49 | ../libMolecuilderUI.la \
|
|---|
| 50 | ${FRAGMENTATIONEXPORTERSLIBS}
|
|---|
| 51 |
|
|---|
| 52 | SaturatedFragmentUnitTest_SOURCES = \
|
|---|
| 53 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.cpp \
|
|---|
| 54 | ../Fragmentation/Exporters/unittests/SaturatedFragmentUnitTest.hpp
|
|---|
| 55 | SaturatedFragmentUnitTest_LDADD = \
|
|---|
| 56 | ../libMolecuilderUI.la \
|
|---|
| 57 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
|---|
| 58 | ${FRAGMENTATIONEXPORTERSLIBS}
|
|---|
| 59 |
|
|---|
| 60 | SaturationDistanceMaximizerUnitTest_SOURCES = \
|
|---|
| 61 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.cpp \
|
|---|
| 62 | ../Fragmentation/Exporters/unittests/SaturationDistanceMaximizerUnitTest.hpp \
|
|---|
| 63 | ../Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp
|
|---|
| 64 | SaturationDistanceMaximizerUnitTest_LDADD = \
|
|---|
| 65 | ../libMolecuilderUI.la \
|
|---|
| 66 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
|---|
| 67 | ${FRAGMENTATIONEXPORTERSLIBS}
|
|---|
| 68 |
|
|---|
| 69 | SphericalPointDistributionUnitTest_SOURCES = \
|
|---|
| 70 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.cpp \
|
|---|
| 71 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp \
|
|---|
| 72 | ../Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest_assistant.hpp
|
|---|
| 73 | SphericalPointDistributionUnitTest_LDADD = \
|
|---|
| 74 | ../libMolecuilderUI.la \
|
|---|
| 75 | $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
|---|
| 76 | ${FRAGMENTATIONEXPORTERSLIBS}
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|