# PLEASE adhere to the alphabetical ordering in this Makefile! # Also indentation by a single tab # NOTE that all paths are relative to ./src (because we get included there!) check_PROGRAMS = noinst_PROGRAMS = TESTS = TESTSOURCES = TESTHEADERS = AM_LDFLAGS = ${BOOST_THREAD_LDFLAGS} $(CPPUNIT_LIBS) -ldl AM_CPPFLAGS = -I$(top_srcdir)/src/ ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) include $(top_srcdir)/src/Helpers/unittests/Makefile.am include $(top_srcdir)/src/Patterns/unittests/Makefile.am include $(top_srcdir)/src/Observer/unittests/Makefile.am check_PROGRAMS += noinst_PROGRAMS += TestRunner TestRunner_SOURCES = \ TestRunnerMain.cpp \ $(TESTSOURCES) \ $(TESTHEADERS) TestRunner_LDADD = \ ../Patterns/libcodepatterns-Patterns-debug.la \ ../Observer/libcodepatterns-Observer-debug.la \ ../Helpers/libcodepatterns-Helpers-debug.la \ $(LIBRT) #AUTOMAKE_OPTIONS = parallel-tests