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 | |
---|
1 | CXXTEMPLFLAGS = |
---|
2 | ## -fno-implicit-templates |
---|
3 | |
---|
4 | AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
5 | |
---|
6 | if WANT_DEBUG |
---|
7 | LIB_G=libreporter_g.la |
---|
8 | else |
---|
9 | LIB_G= |
---|
10 | endif |
---|
11 | |
---|
12 | libreporter_LTLIBRARIES = libreporter.la ${LIB_G} |
---|
13 | libreporterdir = $(libdir)/singular |
---|
14 | |
---|
15 | libreporter_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
16 | libreporter_g_la_CFLAGS = ${PIPE} |
---|
17 | |
---|
18 | libreporter_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} |
---|
19 | libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
20 | # -fdiagnostics-show-option |
---|
21 | |
---|
22 | libreporter_la_CPPFLAGS = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
23 | libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
24 | |
---|
25 | |
---|
26 | SOURCES = dError.cc reporter.cc |
---|
27 | libreporter_la_SOURCES = $(SOURCES) |
---|
28 | libreporter_g_la_SOURCES = $(SOURCES) |
---|
29 | |
---|
30 | libreporter_includedir =$(includedir)/singular/reporter |
---|
31 | |
---|
32 | libreporter_include_HEADERS = reporter.h |
---|
33 | |
---|
34 | |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.