# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/UIElements AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} TESTS = \ MenuDescriptionUnitTest \ MenuDescription_ActionRegistry_ConsistencyUnitTest check_PROGRAMS = $(TESTS) noinst_PROGRAMS = $(TESTS) BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) MENULIBS = \ $(BOOST_LIB) MenuDescriptionUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ MenuDescriptionUnitTest.cpp \ MenuDescriptionUnitTest.hpp \ ../MenuDescription.cpp \ ../MenuDescription.hpp MenuDescriptionUnitTest_LDADD = $(MENULIBS) MenuDescription_ActionRegistry_ConsistencyUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ MenuDescription_ActionRegistry_ConsistencyUnitTest.cpp \ MenuDescription_ActionRegistry_ConsistencyUnitTest.hpp MenuDescription_ActionRegistry_ConsistencyUnitTest_LDADD = \ ../../libMolecuilderUI.la \ ../../../Actions/libMolecuilderActions.la \ ../../../Graph/libMolecuilderGraph.la \ ../../../libMolecuilder.la \ ../../../Parser/libMolecuilderParser.la \ ../../../Shapes/libMolecuilderShapes.la \ ../../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ ../../../Exceptions/libMolecuilderExceptions.la \ ../../../RandomNumbers/libMolecuilderRandomNumbers.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) #AUTOMAKE_OPTIONS = parallel-tests