jengelh-datetimespielwiese
Last change
on this file since bf5914 was
bf5914,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard under Mac OS X 10.5)
|
-
Property mode set to
100644
|
File size:
645 bytes
|
Line | |
---|
1 | lib_LIBRARIES=libmisc.a libmisc_g.a |
---|
2 | |
---|
3 | AM_CFLAGS = -O3 -w -fomit-frame-pointer ${PIPE} |
---|
4 | CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions |
---|
5 | AM_CXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
6 | INCLUDES = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/.. |
---|
7 | AM_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
8 | |
---|
9 | SOURCES = intvec.cc |
---|
10 | |
---|
11 | libmisc_a_SOURCES = $(SOURCES) |
---|
12 | |
---|
13 | libmisc_a_includedir=$(includedir)/libpolys/misc |
---|
14 | |
---|
15 | libmisc_a_include_HEADERS = auxiliary.h mylimits.h options.h intvec.h |
---|
16 | |
---|
17 | libmisc_g_a_SOURCES = $(SOURCES) |
---|
18 | |
---|
19 | libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long |
---|
20 | # -fdiagnostics-show-option |
---|
Note: See
TracBrowser
for help on using the repository browser.