spielwiese
Last change
on this file since c2eb2e was
c2eb2e,
checked in by Volker Braun <vbraun.name@…>, 12 years ago
|
make install and make distcheck work now
|
-
Property mode set to
100644
|
File size:
916 bytes
|
Line | |
---|
1 | libnumeric_LIBRARIES = libnumeric.a libnumeric_g.a |
---|
2 | libnumericdir = $(libdir)/singular |
---|
3 | |
---|
4 | CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates |
---|
5 | |
---|
6 | libnumeric_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
7 | libnumeric_g_a_CFLAGS = ${PIPE} |
---|
8 | |
---|
9 | libnumeric_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | libnumeric_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
11 | # -fdiagnostics-show-option |
---|
12 | |
---|
13 | libnumeric_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG |
---|
14 | #libnumeric_g_a_CPPFLAGS = |
---|
15 | |
---|
16 | INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} ${FACTORY_CFLAGS} ${NTL_CFLAGS} |
---|
17 | |
---|
18 | SOURCES = mpr_base.cc mpr_inout.cc mpr_numeric.cc |
---|
19 | libnumeric_a_SOURCES = $(SOURCES) |
---|
20 | libnumeric_g_a_SOURCES = $(SOURCES) |
---|
21 | |
---|
22 | libnumeric_includedir =$(includedir)/singular/numeric/ |
---|
23 | |
---|
24 | libnumeric_include_HEADERS = mpr_base.h mpr_inout.h mpr_numeric.h |
---|
25 | |
---|
26 | |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.