## Process this file with automake to produce Makefile.in ## ## $Id: Makefile.am 281 2005-04-20 16:45:02Z peter $ INCLUDES = @LOCAL_INCLUDES@ noinst_LTLIBRARIES = libgslapi.la libgslapi_la_SOURCES = matrix.cc utility.cc vector.cc include_gslapidir = $(includedir)/c++_tools/gslapi include_gslapi_HEADERS = \ matrix.h utility.h vector.h