# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/LinearAlgebra/src AM_LDFLAGS = ${CodePatterns_LIBS} $(CPPUNIT_LIBS) -ldl AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) ${CodePatterns_CFLAGS} TESTS = \ ShapeUnittest 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) SHAPELIBS = \ ../../Shapes/libMolecuilderShapes.la \ $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \ ${CodePatterns_LIBS} \ $(BOOST_LIB) ShapeUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ ShapeUnitTest.cpp \ ShapeUnitTest.hpp \ ../../Helpers/defs.cpp ShapeUnittest_LDADD = $(SHAPELIBS) #AUTOMAKE_OPTIONS = parallel-tests