spielwiese
Last change
on this file since c2eb2e was
c2eb2e,
checked in by Volker Braun <vbraun.name@…>, 12 years ago
|
make install and make distcheck work now
|
-
Property mode set to
100644
|
File size:
825 bytes
|
Line | |
---|
1 | libmisc_LIBRARIES = libmisc.a libmisc_g.a |
---|
2 | libmiscdir = $(libdir)/singular |
---|
3 | |
---|
4 | CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates |
---|
5 | |
---|
6 | libmisc_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
7 | libmisc_g_a_CFLAGS = ${PIPE} |
---|
8 | |
---|
9 | libmisc_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
11 | # -fdiagnostics-show-option |
---|
12 | |
---|
13 | libmisc_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG |
---|
14 | #libmisc_g_a_CPPFLAGS = |
---|
15 | |
---|
16 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
17 | |
---|
18 | SOURCES = intvec.cc int64vec.cc options.c |
---|
19 | libmisc_a_SOURCES = $(SOURCES) |
---|
20 | libmisc_g_a_SOURCES = $(SOURCES) |
---|
21 | |
---|
22 | libmisc_includedir = $(includedir)/singular/misc |
---|
23 | libmisc_include_HEADERS = auxiliary.h mylimits.h options.h intvec.h int64vec.h |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.