spielwiese
Last change
on this file since b0857ee was
b0857ee,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Removed tailing '/' for directory specs in Makefile.am-s
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[9ba92b] | 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} |
---|
[c2eb2e] | 11 | libnumericdir = $(libdir)/singular |
---|
[b9cf41] | 12 | |
---|
[9ba92b] | 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 |
---|
[b9cf41] | 21 | |
---|
[9ba92b] | 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 |
---|
[b9cf41] | 23 | |
---|
[9ba92b] | 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 |
---|
[b9cf41] | 27 | |
---|
| 28 | SOURCES = mpr_base.cc mpr_inout.cc mpr_numeric.cc |
---|
[6d672b4] | 29 | libnumeric_la_SOURCES = $(SOURCES) |
---|
[9ba92b] | 30 | # libnumeric_g_la_SOURCES = $(SOURCES) |
---|
| 31 | |
---|
[17bdb2] | 32 | ### libnumeric_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
[b9cf41] | 33 | |
---|
[b0857ee] | 34 | libnumeric_includedir =$(includedir)/singular/numeric |
---|
[b9cf41] | 35 | |
---|
[c2eb2e] | 36 | libnumeric_include_HEADERS = mpr_base.h mpr_inout.h mpr_numeric.h |
---|
[b9cf41] | 37 | |
---|
| 38 | |
---|
| 39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.