AM_CPPFLAGS = \ -I$(top_srcdir) \ $(BOOST_CPPFLAGS) LDFLAGS = $(BOOST_LDFLAGS) LDADD = $(top_builddir)/libopmcore.la noinst_PROGRAMS = \ bo_resprop_test \ monotcubicinterpolator_test \ param_test \ sparsetable_test \ sparsevector_test \ test_cartgrid \ test_column_extract \ test_lapack \ test_readpolymer \ test_readvector \ test_sf2p \ test_writeVtkData \ unit_test \ test_read_vag bo_resprop_test_SOURCES = bo_resprop_test.cpp monotcubicinterpolator_test_SOURCES = monotcubicinterpolator_test.cpp param_test_SOURCES = param_test.cpp param_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) sparsetable_test_SOURCES = sparsetable_test.cpp sparsetable_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) sparsevector_test_SOURCES = sparsevector_test.cpp sparsevector_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) test_cartgrid_SOURCES = test_cartgrid.cpp test_column_extract_SOURCES = test_column_extract.cpp test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD) test_lapack_SOURCES = test_lapack.cpp test_lapack_LDADD = $(LAPACK_LIBS) $(LDADD) test_readpolymer_SOURCES = test_readpolymer.cpp test_readvector_SOURCES = test_readvector.cpp test_sf2p_SOURCES = test_sf2p.cpp test_writeVtkData_SOURCES = test_writeVtkData.cpp unit_test_SOURCES = unit_test.cpp test_read_vag_SOURCES = test_read_vag.cpp test_read_vag_LDADD = $(LDADD) if UMFPACK noinst_PROGRAMS += test_cfs_tpfa noinst_PROGRAMS += test_jacsys test_jacsys_SOURCES = test_jacsys.cpp endif if BUILD_AGMG noinst_PROGRAMS += test_agmg test_agmg_SOURCES = test_agmg.cpp endif