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

spielwiese
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
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_CPPFLAGS} $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
5
6noinst_LTLIBRARIES=libmaps.la
7libmaps_la_SOURCES=fast_maps.cc gen_maps.cc find_perm.cc subst_maps.cc
8
9libmaps_la_includedir=$(includedir)/singular/kernel/maps
10libmaps_la_include_HEADERS=fast_maps.h gen_maps.h find_perm.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   = libmaps.la ${builddir}/../../omalloc/libomalloc.la ${builddir}/../../Singular/libSingular.la
21
22CLEANFILES = $(TESTS)
Note: See TracBrowser for help on using the repository browser.