source: git/kernel/fglm/Makefile.am @ 066288

spielwiese
Last change on this file since 066288 was 066288, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Separating headers: kernel/fglm/ NOTE: in this case git was able to detect the movement of headers despite minor changes to them, in general if git fails to do that one will get separate DELETION and ADDITION of a new file which is to be avoided e.g. at the cost of an extra commit (with all the changes)
  • Property mode set to 100644
File size: 455 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/fglm
10libfglm_la_include_HEADERS=fglm.h fglmgauss.h fglmvec.h
11
12
13
Note: See TracBrowser for help on using the repository browser.