spielwiese
Last change
on this file since e2202ee was
17bdb2,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Don't use -release PKG_VER for all libraries
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../m4 |
---|
2 | |
---|
3 | # CXXTEMPLFLAGS =-ftrapv |
---|
4 | ## -fno-implicit-templates |
---|
5 | |
---|
6 | AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -DHAVE_CONFIG_H |
---|
7 | |
---|
8 | # if WANT_DEBUG |
---|
9 | # LIB_G=libreporter_g.la |
---|
10 | # else |
---|
11 | # LIB_G= |
---|
12 | # endif |
---|
13 | |
---|
14 | libreporter_LTLIBRARIES = libreporter.la |
---|
15 | # ${LIB_G} |
---|
16 | libreporterdir = $(libdir)/singular |
---|
17 | |
---|
18 | # libreporter_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
19 | # libreporter_g_la_CFLAGS = ${PIPE} |
---|
20 | # |
---|
21 | # libreporter_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} |
---|
22 | # libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
23 | # # -fdiagnostics-show-option |
---|
24 | |
---|
25 | # libreporter_la_CPPFLAGS = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H |
---|
26 | # libreporter_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
27 | # libreporter_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
28 | |
---|
29 | |
---|
30 | SOURCES = dError.cc reporter.cc |
---|
31 | libreporter_la_SOURCES = $(SOURCES) |
---|
32 | # libreporter_g_la_SOURCES = $(SOURCES) |
---|
33 | |
---|
34 | ## libreporter_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
35 | |
---|
36 | libreporter_includedir =$(includedir)/singular/reporter |
---|
37 | |
---|
38 | libreporter_include_HEADERS = reporter.h |
---|
39 | |
---|
40 | |
---|
41 | |
---|
Note: See
TracBrowser
for help on using the repository browser.