spielwiese
Last change
on this file since d8b0f69 was
8fee84,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
libfindexec separation
CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any
configure anymore)
CHG: separation/removal of omFindExec from omalloc & xalloc
ADD: use new findexec library
|
-
Property mode set to
100644
|
File size:
827 bytes
|
Line | |
---|
1 | libfindexec_LTLIBRARIES = libfindexec.la libfindexec_g.la |
---|
2 | libfindexecdir = $(libdir)/singular |
---|
3 | |
---|
4 | CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates |
---|
5 | |
---|
6 | libfindexec_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
7 | libfindexec_g_la_CFLAGS = ${PIPE} |
---|
8 | |
---|
9 | libfindexec_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | libfindexec_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
11 | # -fdiagnostics-show-option |
---|
12 | |
---|
13 | libfindexec_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
14 | libfindexec_g_la_CPPFLAGS = -DHAVE_CONFIG_H |
---|
15 | |
---|
16 | INCLUDES = -I${top_srcdir} -I${top_builddir} |
---|
17 | |
---|
18 | SOURCES = omFindExec.c |
---|
19 | libfindexec_la_SOURCES = $(SOURCES) |
---|
20 | libfindexec_g_la_SOURCES = $(SOURCES) |
---|
21 | |
---|
22 | libfindexec_includedir =$(includedir)/singular/findexec/ |
---|
23 | |
---|
24 | libfindexec_include_HEADERS = omFindExec.h |
---|
25 | |
---|
26 | |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.