jengelh-datetimespielwiese
Last change
on this file since 2b43ac was
2b43ac,
checked in by François Bissey <francois.bissey@…>, 11 years ago
|
Make debuging objects (_g) a configure option.
|
-
Property mode set to
100644
|
File size:
996 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | if WANT_DEBUG |
---|
4 | LIB_G=libfindexec_g.la |
---|
5 | else |
---|
6 | LIB_G= |
---|
7 | endif |
---|
8 | |
---|
9 | libfindexec_LTLIBRARIES = libfindexec.la ${LIB_G} |
---|
10 | libfindexecdir = $(libdir)/singular |
---|
11 | |
---|
12 | CXXTEMPLFLAGS = |
---|
13 | ### --no-exceptions ## -fno-implicit-templates |
---|
14 | |
---|
15 | libfindexec_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
16 | libfindexec_g_la_CFLAGS = ${PIPE} |
---|
17 | |
---|
18 | libfindexec_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} |
---|
19 | ## --no-rtti |
---|
20 | libfindexec_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
21 | # -fdiagnostics-show-option |
---|
22 | |
---|
23 | AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} |
---|
24 | |
---|
25 | libfindexec_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
26 | libfindexec_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
27 | |
---|
28 | SOURCES = omFindExec.c feResource.cc feFopen.cc |
---|
29 | libfindexec_la_SOURCES = $(SOURCES) |
---|
30 | libfindexec_g_la_SOURCES = $(SOURCES) |
---|
31 | |
---|
32 | libfindexec_includedir =$(includedir)/singular/findexec/ |
---|
33 | |
---|
34 | libfindexec_include_HEADERS = omFindExec.h feResource.h feFopen.h |
---|
35 | |
---|
36 | |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.