source: git/kernel/linear_algebra/Makefile.am @ 23a78e

spielwiese
Last change on this file since 23a78e was 23a78e, checked in by Adi Popescu <adi_popescum@…>, 10 years ago
Separating Headers: kernel/linear_algebra
  • Property mode set to 100644
File size: 558 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
9liblinear_algebra_la_includedir=$(includedir)/kernel/linear_algebra
10liblinear_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.