source: git/libpolys/reporter/Makefile.am @ c2eb2e

spielwiese
Last change on this file since c2eb2e was c2eb2e, checked in by Volker Braun <vbraun.name@…>, 13 years ago
make install and make distcheck work now
  • Property mode set to 100644
File size: 859 bytes
Line 
1libreporter_LIBRARIES=libreporter.a libreporter_g.a
2libreporterdir = $(libdir)/singular
3
4CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
5
6libreporter_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
7libreporter_g_a_CFLAGS = ${PIPE}
8
9libreporter_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
10libreporter_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
11# -fdiagnostics-show-option
12
13libreporter_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
14libreporter_g_a_CPPFLAGS = -DHAVE_CONFIG_H
15
16INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
17
18SOURCES  = dError.c reporter.cc
19libreporter_a_SOURCES   = $(SOURCES)
20libreporter_g_a_SOURCES = $(SOURCES)
21
22libreporter_includedir  =$(includedir)/singular/reporter
23
24libreporter_include_HEADERS   = reporter.h
25
26
27
Note: See TracBrowser for help on using the repository browser.