spielwiese
Last change
on this file since f323dd1 was
f323dd1,
checked in by Hans Schoenemann <hannes@…>, 11 years ago
|
chg: move feResource to findexec lib
|
-
Property mode set to
100644
|
File size:
854 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 feResource.cc |
---|
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 feResource.h |
---|
25 | |
---|
26 | |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.