source: git/kernel/maps/Makefile.am @ 244674

fieker-DuValspielwiese
Last change on this file since 244674 was 244674, checked in by Hans Schoenemann <hannes@…>, 2 years ago
more NTL_CPPFLAGS: modulop.h includes NTL/config.h
  • Property mode set to 100644
File size: 833 bytes
RevLine 
[921690]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) \
[244674]4${NTL_CPPFLAGS} $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
[921690]5
6noinst_LTLIBRARIES=libmaps.la
[4d5437]7libmaps_la_SOURCES=fast_maps.cc gen_maps.cc find_perm.cc subst_maps.cc
[921690]8
[4b7c2a]9libmaps_la_includedir=$(includedir)/singular/kernel/maps
[4d5437]10libmaps_la_include_HEADERS=fast_maps.h gen_maps.h find_perm.h
[921690]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   = libmaps.la ${builddir}/../../omalloc/libomalloc.la ${builddir}/../../Singular/libSingular.la
[a01c17]21
22CLEANFILES = $(TESTS)
Note: See TracBrowser for help on using the repository browser.