1# Copyright(c)'1994-2009 by The Givaro group
2# This file is part of Givaro.
3# Givaro is governed by the CeCILL-B license under French law
4# and abiding by the rules of distribution of free software.
5# see the COPYRIGHT file for more details.
6
7AM_CPPFLAGS=-I$(top_builddir)
8
9AM_CXXFLAGS = @DEFAULT_CFLAGS@
10AM_CPPFLAGS+= -I$(top_builddir)/src/kernel/bstruct -I$(top_builddir)/src/kernel/system -I$(top_builddir)/src/kernel/memory -I$(top_builddir)/src/library/vector
11
12pkginclude_HEADERS=         \
13	givmatdense.h		    \
14	givmatrix.h		        \
15	givmatsparse.h		    \
16	givmatstoragedense.h	\
17	givmatsparseops.inl	    \
18	givmatstoragesparse.h	\
19	givmatdenseops.inl	    \
20	givmatstorage.h
21
22#noinst_LTLIBRARIES=libgivmatrix.la
23#libgivmatrix_la_SOURCES=givmatrix.C
24