spielwiese
Last change
on this file since 3f34dc was
3f34dc,
checked in by Hans Schoenemann <hannes@…>, 4 years ago
|
code cleanup: F5C (and tests for sba)
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
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 | ${GMP_CPPFLAGS} |
---|
5 | |
---|
6 | noinst_LTLIBRARIES=libGBEngine.la |
---|
7 | libGBEngine_la_SOURCES=khstd.cc kstdfac.cc kstd1.cc kstd2.cc kutil.cc nc.cc sca.cc gr_kstd2.cc kspoly.cc kpolys.cc syz.cc syz0.cc syz1.cc syz2.cc syz3.cc syz4.cc units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc |
---|
8 | |
---|
9 | libGBEngine_la_includedir=$(includedir)/singular/kernel/GBEngine |
---|
10 | libGBEngine_la_include_HEADERS=syz.h kstdfac.h kutil.h khstd.h kstd1.h units.h ratgring.h shiftgb.h nc.h kInline.h tgb.h ringgb.h tgbgauss.h tgb_internal.h f5data.h f5gb.h f5lists.h janet.h |
---|
11 | |
---|
12 | |
---|
13 | |
---|
14 | TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables' |
---|
15 | TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}' |
---|
16 | |
---|
17 | TESTS = test |
---|
18 | check_PROGRAMS = $(TESTS) |
---|
19 | test_SOURCES = test.cc |
---|
20 | test_LDADD = libGBEngine.la ${builddir}/../combinatorics/libcombinatorics.la ${builddir}/../linear_algebra/liblinear_algebra.la ${builddir}/../libkernelCommon.la ${builddir}/../../Singular/libSingular.la |
---|
21 | |
---|
22 | CLEANFILES = $(TESTS) |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.