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

jengelh-datetimespielwiese
Last change on this file since fd201f was fd201f, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
install (sub)libraries to corrrect locations
  • Property mode set to 100644
File size: 935 bytes
Line 
1CXXTEMPLFLAGS = 
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.