Fix_FitPotential_needs_atomicnumbers
| Line | |
|---|
| 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
|---|
| 2 | # Also indentation by a single tab
|
|---|
| 3 |
|
|---|
| 4 | FUNCTIONAPPROXIMATION_SUBGRAPHTESTSSOURCES = \
|
|---|
| 5 | ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp
|
|---|
| 6 |
|
|---|
| 7 | FUNCTIONAPPROXIMATION_SUBGRAPHTESTSHEADERS = \
|
|---|
| 8 | ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp
|
|---|
| 9 |
|
|---|
| 10 | FUNCTIONAPPROXIMATION_SUBGRAPHTESTS = \
|
|---|
| 11 | SubgraphEdgeUnitTest
|
|---|
| 12 |
|
|---|
| 13 | TESTS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
|
|---|
| 14 | check_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
|
|---|
| 15 | noinst_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS)
|
|---|
| 16 |
|
|---|
| 17 | FUNCTIONAPPROXIMATION_SUBGRAPHLIBS = \
|
|---|
| 18 | libUnitTest.la \
|
|---|
| 19 | ../libMolecuilder.la \
|
|---|
| 20 | $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
|
|---|
| 21 | ${CodePatterns_LIBS} \
|
|---|
| 22 | $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
|
|---|
| 23 | $(BOOST_LIB)
|
|---|
| 24 |
|
|---|
| 25 | SubgraphEdgeUnitTest_SOURCES = \
|
|---|
| 26 | ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp \
|
|---|
| 27 | ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp \
|
|---|
| 28 | ../FunctionApproximation/Subgraph/SubgraphEdge.hpp
|
|---|
| 29 | SubgraphEdgeUnitTest_LDADD = ${FUNCTIONAPPROXIMATION_SUBGRAPHLIBS}
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | #AUTOMAKE_OPTIONS = parallel-tests
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.