## The Spar Library - modular math parser ## Copyright (C) 2000,2001 Davide Angelocola ## This library is free software; you can redistribute it and/or ## modify it under the terms of the GNU Lesser General Public ## License as published by the Free Software Foundation; either ## version 2.1 of the License. ## This library is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## Lesser General Public License for more details. ## You should have received a copy of the GNU Lesser General Public ## License along with this library; if not, write to the ## Free Software Foundation, Inc., 59 Temple Place - Suite 330, ## Boston, MA 02111-1307, USA. SUBDIRS = algebra bool btree complex constant deriv diff error formula framework geom io integration interpolation list math matrix maxmin module parser permutation poly randist series sort symtab statistics table test utils vector SUBLIBS = math/libslmath.la sort/libslsort.la poly/libslpoly.la io/libslio.la module/libslmodule.la utils/libslutil.la error/libslerror.la parser/libslparser.la table/libsltable.la bool/libslbool.la complex/libslcomplex.la formula/libslformula.la vector/libslvector.la test/libsltest.la randist/libslrandist.la framework/libslframework.la lib_LTLIBRARIES = libspar.la pkginclude_HEADERS = sl.h sl_init.h sl_conf.h sl_version.h libspar_la_SOURCES = init.c version.c assert.c libspar_la_LDFLAGS = -export-dynamic -version-info @LT_VERSION_INFO@ libspar_la_LIBADD = ${SUBLIBS} -lm EXTRA_DIST = sl_conf.h.in COPYING.lgpl README TODO CODING_STYLES Doxyfile.in LIB-STRUCTURE