# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES = \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS = \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp UIELEMENTSCOMMANDLINEPARSERTESTS = \ CommandLineParser_ActionRegistry_ConsistencyUnitTest TESTS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) check_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) noinst_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp \ ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD = \ libUnitTest.la \ ../libMolecuilder.la \ ../libMolecuilderUI.la if CONDJOBMARKET CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \ ../libMolecuilderJobs.la \ ../libMolecuilderJobs_Work.la endif CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \ $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) #AUTOMAKE_OPTIONS = parallel-tests