spielwiese
Last change
on this file was
b270e37,
checked in by Hans Schoenemann <hannes@…>, 17 months ago
|
moved distrib.h to libpolys/misc for dError.cc
|
-
Property mode set to
100644
|
File size:
581 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../m4 |
---|
2 | |
---|
3 | AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. \ |
---|
4 | $(FACTORY_INCLUDES) |
---|
5 | |
---|
6 | noinst_LTLIBRARIES = libmisc.la |
---|
7 | ##### libmiscdir = $(libdir)/singular |
---|
8 | |
---|
9 | ## libmisc_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
10 | |
---|
11 | libmisc_la_SOURCES = int64vec.cc options.c sirandom.c intvec.cc prime.cc |
---|
12 | libmisc_la_LDFLAGS = $(SINGULAR_LDFLAGS) |
---|
13 | |
---|
14 | libmisc_la_includedir = $(includedir)/singular/misc |
---|
15 | libmisc_la_include_HEADERS = mylimits.h options.h intvec.h int64vec.h \ |
---|
16 | sirandom.h prime.h auxiliary.h distrib.h |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.