source: git/kernel/linear_algebra/Makefile.am @ ae4f367

spielwiese
Last change on this file since ae4f367 was ae4f367, checked in by Adi Popescu <adi_popescum@…>, 10 years ago
Separating Sources kernel/linear_algebra
  • Property mode set to 100644
File size: 562 bytes
Line 
1ACLOCAL_AMFLAGS=-I ../../m4
2AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
3${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
4${NTL_CFLAGS} $(FLINT_CFLAGS) ${GMP_CFLAGS}
5
6noinst_LTLIBRARIES=liblinear_algebra.la
7liblinear_algebra_la_SOURCES=Minor.cc MinorInterface.cc MinorProcessor.cc linearAlgebra.cc eigenval.cc
8
9# liblinear_algebra_la_includedir=$(includedir)/kernel/linear_algebra
10# liblinear_algebra_la_include_HEADERS=Minor.h MinorInterface.h MinorProcessor.h linearAlgebra.h eigenval.h
11
12
13
Note: See TracBrowser for help on using the repository browser.