spielwiese
Last change
on this file since 131ab78 was
854405,
checked in by Hans Schoenemann <hannes@…>, 12 years ago
|
chg: move feFopen to findexec dir.
|
-
Property mode set to
100644
|
File size:
828 bytes
|
Line | |
---|
1 | noinst_LTLIBRARIES=libresources.la libresources_g.la |
---|
2 | # libresourcesdir = $(libdir)/singular |
---|
3 | |
---|
4 | CXXTEMPLFLAGS = ## -fno-implicit-templates |
---|
5 | |
---|
6 | libresources_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
7 | libresources_g_la_CFLAGS = ${PIPE} |
---|
8 | |
---|
9 | libresources_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
11 | # -fdiagnostics-show-option |
---|
12 | |
---|
13 | libresources_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
14 | libresources_g_la_CPPFLAGS = -DHAVE_CONFIG_H |
---|
15 | |
---|
16 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
17 | |
---|
18 | SOURCES = |
---|
19 | libresources_la_SOURCES = $(SOURCES) |
---|
20 | libresources_g_la_SOURCES = $(SOURCES) |
---|
21 | |
---|
22 | libresources_includedir =$(includedir)/singular/resources |
---|
23 | |
---|
24 | libresources_include_HEADERS = |
---|
25 | |
---|
26 | |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.