lib_LTLIBRARIES = libjags.la

libjags_la_SOURCES = Console.cc

pkginclude_HEADERS = Console.h JAGSVersion.h

libjags_la_LIBADD = model/libmodel.la \
        sarray/libsarray.la \
        functions/libfunc.la \
        sampler/libsampler.la \
        distributions/libdist.la \
        matrix/libmatrix.la \
	graph/libgraph.la \
	compiler/libcompiler.la

SUBDIRS = sarray matrix distributions functions sampler graph model compiler


syntax highlighted by Code2HTML, v. 0.9.1