source: git/libpolys/reporter/Makefile.am @ 484a08

spielwiese
Last change on this file since 484a08 was 5e28ea, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
Temporary removed -Winline TODO: revert this upon starting optimizing inline's
  • Property mode set to 100644
File size: 942 bytes
Line 
1CXXTEMPLFLAGS =-ftrapv 
2## -fno-implicit-templates
3
4AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
5
6if WANT_DEBUG
7  LIB_G=libreporter_g.la
8else
9  LIB_G=
10endif
11
12libreporter_LTLIBRARIES = libreporter.la ${LIB_G}
13libreporterdir = $(libdir)/singular
14
15libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
16libreporter_g_la_CFLAGS = ${PIPE}
17
18libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
19libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
20# -fdiagnostics-show-option
21
22libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
23libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
24
25
26SOURCES  = dError.cc reporter.cc
27libreporter_la_SOURCES   = $(SOURCES)
28libreporter_g_la_SOURCES = $(SOURCES)
29
30libreporter_includedir  =$(includedir)/singular/reporter
31
32libreporter_include_HEADERS   = reporter.h
33
34
35
Note: See TracBrowser for help on using the repository browser.