source:
git/kernel/combinatorics/Makefile.am
@
a4771e1
Last change on this file since a4771e1 was a4771e1, checked in by , 9 years ago | |
---|---|
|
|
File size: 801 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=libcombinatorics.la |
7 | libcombinatorics_la_SOURCES=hdegree.cc hilb.cc hutil.cc |
8 | |
9 | libcombinatorics_la_includedir=$(includedir)/singular/kernel/combinatorics |
10 | libcombinatorics_la_include_HEADERS=hutil.h stairc.h hilb.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 = libcombinatorics.la ${builddir}/../libkernelCommon.la |
21 | |
22 | CLEANFILES = $(TESTS) |
Note: See TracBrowser
for help on using the repository browser.