source: git/kernel/combinatorics/Makefile.am @ 3c78f6

fieker-DuValspielwiese
Last change on this file since 3c78f6 was 3c78f6, checked in by Hans Schoenemann <hannes@…>, 3 years ago
fix 'make check' for xalloc-Singular
  • Property mode set to 100644
File size: 854 bytes
RevLine 
[f2f5ea]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) \
[c473b7]4${GMP_CPPFLAGS}
[f2f5ea]5
6noinst_LTLIBRARIES=libcombinatorics.la
7libcombinatorics_la_SOURCES=hdegree.cc hilb.cc hutil.cc
8
[4b7c2a]9libcombinatorics_la_includedir=$(includedir)/singular/kernel/combinatorics
[a4771e1]10libcombinatorics_la_include_HEADERS=hutil.h stairc.h hilb.h
[f2f5ea]11
12
13
[a01c17]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
[3c78f6]20test_LDADD   = libcombinatorics.la ${builddir}/../libkernelCommon.la ${builddir}/../../omalloc/libomalloc.la ${builddir}/../../Singular/libSingular.la
[a01c17]21
22CLEANFILES = $(TESTS)
Note: See TracBrowser for help on using the repository browser.