spielwiese
Last change
on this file since 86bbe3 was
9a738f,
checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
|
migrated reporter to automake
|
-
Property mode set to
100644
|
File size:
651 bytes
|
Line | |
---|
1 | lib_LIBRARIES=libreporter.a libreporter_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 = dError.c reporter.cc |
---|
10 | |
---|
11 | libreporter_a_SOURCES = $(SOURCES) |
---|
12 | |
---|
13 | libreporter_a_includedir=$(includedir)/libpolys/reporter |
---|
14 | |
---|
15 | libreporter_a_include_HEADERS = reporter.h |
---|
16 | |
---|
17 | libreporter_g_a_SOURCES = $(SOURCES) |
---|
18 | |
---|
19 | libpolys_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long |
---|
Note: See
TracBrowser
for help on using the repository browser.