# $Id: Makefile.am 15921 2013-04-03 15:47:41Z sloot $ # $URL: https://ilk.uvt.nl/svn/trunk/sources/Timbl6/src/Makefile.am $ AM_CPPFLAGS = -I@top_srcdir@/include bin_PROGRAMS = timbl check_PROGRAMS = simpletest TESTS = $(check_PROGRAMS) TESTS_ENVIRONMENT = topsrcdir=$(top_srcdir) simpletest_SOURCES = simpletest.cxx CLEANFILES = dimin.out LDADD = libtimbl.la timbl_SOURCES = Timbl.cxx lib_LTLIBRARIES = libtimbl.la libtimbl_la_LDFLAGS= -version-info 4:0:0 libtimbl_la_SOURCES = CommandLine.cxx Common.cxx \ GetOptClass.cxx IBtree.cxx IBprocs.cxx Instance.cxx \ MBLClass.cxx MsgClass.cxx \ StringOps.cxx TimblAPI.cxx Choppers.cxx\ TimblExperiment.cxx IGExperiment.cxx Metrics.cxx Testers.cxx \ TRIBLExperiments.cxx LOOExperiment.cxx CVExperiment.cxx \ Types.cxx neighborSet.cxx Statistics.cxx BestArray.cxx