spielwiese
Last change
on this file since b0857ee was
b0857ee,
checked in by Oleksandr Motsak <motsak@…>, 9 years ago
|
Removed tailing '/' for directory specs in Makefile.am-s
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | # if WANT_DEBUG |
---|
4 | # LIB_G=libnumeric_g.la |
---|
5 | # else |
---|
6 | # LIB_G= |
---|
7 | # endif |
---|
8 | # |
---|
9 | libnumeric_LTLIBRARIES = libnumeric.la |
---|
10 | # ${LIB_G} |
---|
11 | libnumericdir = $(libdir)/singular |
---|
12 | |
---|
13 | # CXXTEMPLFLAGS =-ftrapv ## -fno-implicit-templates |
---|
14 | # |
---|
15 | # libnumeric_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
16 | # libnumeric_g_la_CFLAGS = ${PIPE} |
---|
17 | # |
---|
18 | # libnumeric_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} |
---|
19 | # libnumeric_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
20 | # # -fdiagnostics-show-option |
---|
21 | |
---|
22 | AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS} -DHAVE_CONFIG_H |
---|
23 | |
---|
24 | # libnumeric_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
25 | # libnumeric_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
26 | # libnumeric_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
27 | |
---|
28 | SOURCES = mpr_base.cc mpr_inout.cc mpr_numeric.cc |
---|
29 | libnumeric_la_SOURCES = $(SOURCES) |
---|
30 | # libnumeric_g_la_SOURCES = $(SOURCES) |
---|
31 | |
---|
32 | ### libnumeric_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
33 | |
---|
34 | libnumeric_includedir =$(includedir)/singular/numeric |
---|
35 | |
---|
36 | libnumeric_include_HEADERS = mpr_base.h mpr_inout.h mpr_numeric.h |
---|
37 | |
---|
38 | |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.