paccmathdir = $(includedir)/Math paccmath_HEADERS = \ Matrix.hpp \ Vector.hpp lib_LTLIBRARIES = libpacc-math.la INCLUDES = -I$(top_srcdir)/PACC libpacc_math_la_LIBADD = \ $(top_srcdir)/PACC/XML/libpacc-xml.la \ $(top_srcdir)/PACC/Util/libpacc-util.la libpacc_math_la_LDFLAGS = -no-undefined -release @PACC_VERSION@ libpacc_math_la_SOURCES = \ Matrix.cpp \ Vector.cpp