spielwiese
Last change
on this file since b9cf41 was
b9cf41,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
ADD: made libnumeric out of numberic/
|
-
Property mode set to
100644
|
File size:
986 bytes
|
Line | |
---|
1 | lib_LIBRARIES=libnumeric.a libnumeric_g.a |
---|
2 | |
---|
3 | CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions |
---|
4 | |
---|
5 | libnumeric_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
6 | libnumeric_g_a_CFLAGS = ${PIPE} |
---|
7 | |
---|
8 | libnumeric_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
9 | libnumeric_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | # -fdiagnostics-show-option |
---|
11 | |
---|
12 | libnumeric_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
13 | libnumeric_g_a_CPPFLAGS = -DHAVE_CONFIG_H |
---|
14 | |
---|
15 | INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys |
---|
16 | |
---|
17 | SOURCES = mpr_base.cc mpr_inout.cc mpr_numeric.cc |
---|
18 | libnumeric_a_SOURCES = $(SOURCES) |
---|
19 | libnumeric_g_a_SOURCES = $(SOURCES) |
---|
20 | |
---|
21 | libnumeric_a_includedir =$(includedir)/numeric/ |
---|
22 | libnumeric_g_a_includedir=$(includedir)/numeric/ |
---|
23 | |
---|
24 | NUMERICHEADERS = mpr_base.h mpr_inout.h mpr_numeric.h |
---|
25 | |
---|
26 | libnumeric_a_include_HEADERS = $(NUMERICHEADERS) |
---|
27 | libnumeric_g_a_include_HEADERS = $(NUMERICHEADERS) |
---|
28 | |
---|
29 | |
---|
30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.