spielwiese
Last change
on this file since 148d3c was
148d3c,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
|
-
Property mode set to
100644
|
File size:
1010 bytes
|
Line | |
---|
1 | lib_LIBRARIES=libmisc.a libmisc_g.a |
---|
2 | |
---|
3 | CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions |
---|
4 | |
---|
5 | libmisc_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
6 | libmisc_g_a_CFLAGS = ${PIPE} |
---|
7 | |
---|
8 | libmisc_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
9 | libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | # -fdiagnostics-show-option |
---|
11 | |
---|
12 | libmisc_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
13 | libmisc_g_a_CPPFLAGS = -DHAVE_CONFIG_H |
---|
14 | |
---|
15 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
16 | |
---|
17 | SOURCES = intvec.cc options.c |
---|
18 | libmisc_a_SOURCES = $(SOURCES) |
---|
19 | libmisc_g_a_SOURCES = $(SOURCES) |
---|
20 | |
---|
21 | libmisc_a_includedir =$(includedir)/libpolys/misc |
---|
22 | libmisc_g_a_includedir=$(includedir)/libpolys/misc |
---|
23 | |
---|
24 | ###???? |
---|
25 | #libmisc_a_libdir =${libdir}/libpolys |
---|
26 | #libmisc_g_a_libdir=${libdir}/libpolys |
---|
27 | |
---|
28 | MISCHEADERS = auxiliary.h mylimits.h options.h intvec.h |
---|
29 | libmisc_a_include_HEADERS = $(MISCHEADERS) |
---|
30 | libmisc_g_a_include_HEADERS = $(MISCHEADERS) |
---|
31 | |
---|
32 | |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.