spielwiese
Last change
on this file since 4b7c2a was
4b7c2a,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Fixed the target path for public kernel headers
|
-
Property mode set to
100644
|
File size:
1001 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS=-I ../../m4 |
---|
2 | AM_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 | |
---|
6 | noinst_LTLIBRARIES=liblinear_algebra.la |
---|
7 | liblinear_algebra_la_SOURCES= \ |
---|
8 | Minor.cc MinorInterface.cc MinorProcessor.cc \ |
---|
9 | linearAlgebra.cc eigenval.cc interpolation.cc minpoly.cc |
---|
10 | |
---|
11 | |
---|
12 | liblinear_algebra_la_includedir=$(includedir)/singular/kernel/linear_algebra |
---|
13 | liblinear_algebra_la_include_HEADERS= \ |
---|
14 | Minor.h MinorInterface.h MinorProcessor.h \ |
---|
15 | linearAlgebra.h eigenval.h interpolation.h minpoly.h \ |
---|
16 | Cache.h CacheImplementation.h |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables' |
---|
21 | TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}' |
---|
22 | |
---|
23 | TESTS = test |
---|
24 | check_PROGRAMS = $(TESTS) |
---|
25 | test_SOURCES = test.cc |
---|
26 | test_LDADD = liblinear_algebra.la ${builddir}/../libkernelCommon.la |
---|
27 | |
---|
28 | CLEANFILES = $(TESTS) |
---|
Note: See
TracBrowser
for help on using the repository browser.