spielwiese
Last change
on this file since 419b39 was
419b39,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: enable implicit templates for now (commented out the use of -fno-implicit-templates)
|
-
Property mode set to
100644
|
File size:
968 bytes
|
Rev | Line | |
---|
[9a738f] | 1 | lib_LIBRARIES=libreporter.a libreporter_g.a |
---|
| 2 | |
---|
[419b39] | 3 | CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates |
---|
[9a738f] | 4 | |
---|
[1b49ff] | 5 | libreporter_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
| 6 | libreporter_g_a_CFLAGS = ${PIPE} |
---|
[9a738f] | 7 | |
---|
[1b49ff] | 8 | libreporter_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
| 9 | libreporter_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
| 10 | # -fdiagnostics-show-option |
---|
[9a738f] | 11 | |
---|
[1b49ff] | 12 | libreporter_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
| 13 | libreporter_g_a_CPPFLAGS = -DHAVE_CONFIG_H |
---|
[9a738f] | 14 | |
---|
[adb2ed] | 15 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
[9a738f] | 16 | |
---|
[1b49ff] | 17 | SOURCES = dError.c reporter.cc |
---|
| 18 | libreporter_a_SOURCES = $(SOURCES) |
---|
[9a738f] | 19 | libreporter_g_a_SOURCES = $(SOURCES) |
---|
| 20 | |
---|
[1b49ff] | 21 | libreporter_a_includedir =$(includedir)/libpolys/reporter |
---|
| 22 | libreporter_g_a_includedir=$(includedir)/libpolys/reporter |
---|
| 23 | |
---|
| 24 | REPORTERHEADERS = reporter.h |
---|
| 25 | libreporter_a_include_HEADERS = $(REPORTERHEADERS) |
---|
| 26 | libreporter_g_a_include_HEADERS = $(REPORTERHEADERS) |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.