source: git/libpolys/reporter/Makefile.am @ 9f524d

spielwiese
Last change on this file since 9f524d 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
RevLine 
[4bc0ab9]1CXXTEMPLFLAGS = 
2## -fno-implicit-templates
[9a738f]3
[4bc0ab9]4AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
5
[9f524d]6lib_LTLIBRARIES = libreporter.la libreporter_g.la
7libreporterdir = $(libdir)/singular
[9a738f]8
[6d672b4]9libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
10libreporter_g_la_CFLAGS = ${PIPE}
[9a738f]11
[ebf138]12libreporter_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
[6d672b4]13libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
[1b49ff]14# -fdiagnostics-show-option
[9a738f]15
[4bc0ab9]16libreporter_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
17libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
[9a738f]18
19
[1b49ff]20SOURCES  = dError.c reporter.cc
[6d672b4]21libreporter_la_SOURCES   = $(SOURCES)
22libreporter_g_la_SOURCES = $(SOURCES)
[9a738f]23
[c2eb2e]24libreporter_includedir  =$(includedir)/singular/reporter
[1b49ff]25
[c2eb2e]26libreporter_include_HEADERS   = reporter.h
[1b49ff]27
28
29
Note: See TracBrowser for help on using the repository browser.