source: git/kernel/GBEngine/Makefile.am @ 0e5ce57

fieker-DuValspielwiese
Last change on this file since 0e5ce57 was 922890, checked in by Hans Schoenemann <hannes@…>, 10 years ago
moved stairc.h to kernel/combinatorics/
  • Property mode set to 100644
File size: 1.1 KB
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=libGBEngine.la
7libGBEngine_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 units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc f5c.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc
8
9libGBEngine_la_includedir=$(includedir)/singular/kernel/GBEngine
10libGBEngine_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 f5c.h f5data.h f5gb.h f5lists.h janet.h
11
12
13
14TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables'
15TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}'
16
17TESTS = test
18check_PROGRAMS = $(TESTS)
19test_SOURCES = test.cc
20test_LDADD   = libGBEngine.la ${builddir}/../combinatorics/libcombinatorics.la ${builddir}/../libkernelCommon.la
21
22CLEANFILES = $(TESTS)
23
Note: See TracBrowser for help on using the repository browser.