# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab FUNCTIONAPPROXIMATION_SUBGRAPHTESTSSOURCES = \ ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp FUNCTIONAPPROXIMATION_SUBGRAPHTESTSHEADERS = \ ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp FUNCTIONAPPROXIMATION_SUBGRAPHTESTS = \ SubgraphEdgeUnitTest TESTS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS) check_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS) noinst_PROGRAMS += $(FUNCTIONAPPROXIMATION_SUBGRAPHTESTS) FUNCTIONAPPROXIMATION_SUBGRAPHLIBS = \ libUnitTest.la \ ../libMolecuilder.la \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${CodePatterns_LIBS} \ $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \ $(BOOST_LIB) SubgraphEdgeUnitTest_SOURCES = \ ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.cpp \ ../FunctionApproximation/Subgraph/unittests/SubgraphEdgeUnitTest.hpp \ ../FunctionApproximation/Subgraph/SubgraphEdge.hpp SubgraphEdgeUnitTest_LDADD = ${FUNCTIONAPPROXIMATION_SUBGRAPHLIBS} #AUTOMAKE_OPTIONS = parallel-tests