source: git/kernel/fglm/Makefile.am @ 4b7c2a

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: 783 bytes
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=libfglm.la
7libfglm_la_SOURCES=fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc
8
9libfglm_la_includedir=$(includedir)/singular/kernel/fglm
10libfglm_la_include_HEADERS=fglm.h fglmgauss.h fglmvec.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   = libfglm.la ${builddir}/../libkernelCommon.la
21
22CLEANFILES = $(TESTS)
Note: See TracBrowser for help on using the repository browser.