source: git/libpolys/reporter/Makefile.am @ 3b8a6e

spielwiese
Last change on this file since 3b8a6e was 9f524d, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
reverted library packing with LIBADD chg: correct _LDADD chg: no use of LIBADD in libcoeffs & libpolys chg: install all of libmisc, libreporter, libcoeffs & libpolys NOTE: coeffs & polys should not pack libmisc & libreporter since it causes usage problems for shared libs from an installed package
  • Property mode set to 100644
File size: 874 bytes
Line 
1CXXTEMPLFLAGS = 
2## -fno-implicit-templates
3
4AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
5
6lib_LTLIBRARIES = libreporter.la libreporter_g.la
7libreporterdir = $(libdir)/singular
8
9libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
10libreporter_g_la_CFLAGS = ${PIPE}
11
12libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
13libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
14# -fdiagnostics-show-option
15
16libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
17libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
18
19
20SOURCES  = dError.c reporter.cc
21libreporter_la_SOURCES   = $(SOURCES)
22libreporter_g_la_SOURCES = $(SOURCES)
23
24libreporter_includedir  =$(includedir)/singular/reporter
25
26libreporter_include_HEADERS   = reporter.h
27
28
29
Note: See TracBrowser for help on using the repository browser.