jengelh-datetimespielwiese
Last change
on this file since 81384b was
26b713,
checked in by Yue Ren <ren@…>, 10 years ago
|
chg: updated gfanlib package to newest version in master
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | if WANT_DEBUG |
---|
4 | LIB_G=libgfan_g.la |
---|
5 | else |
---|
6 | LIB_G= |
---|
7 | endif |
---|
8 | |
---|
9 | libgfan_LTLIBRARIES = libgfan.la ${LIB_G} |
---|
10 | libgfandir = $(libdir)/ |
---|
11 | |
---|
12 | CXXTEMPLFLAGS =-ftrapv |
---|
13 | ### -fno-implicit-templates |
---|
14 | |
---|
15 | libgfan_la_CFLAGS = -O3 -fpermissive -fomit-frame-pointer ${PIPE} |
---|
16 | libgfan_g_la_CFLAGS = ${PIPE} |
---|
17 | |
---|
18 | libgfan_la_CXXFLAGS = -O3 -fpermissive -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti |
---|
19 | libgfan_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
20 | # -fdiagnostics-show-option |
---|
21 | |
---|
22 | AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL |
---|
23 | |
---|
24 | libgfan_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
25 | libgfan_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
26 | |
---|
27 | SOURCES = gfanlib_zcone.cpp gfanlib_symmetry.cpp gfanlib_symmetriccomplex.cpp gfanlib_polyhedralfan.cpp gfanlib_zfan.cpp gfanlib_polymakefile.cpp |
---|
28 | libgfan_la_SOURCES = $(SOURCES) |
---|
29 | libgfan_g_la_SOURCES = $(SOURCES) |
---|
30 | |
---|
31 | libgfan_includedir =$(includedir)/gfanlib/ |
---|
32 | |
---|
33 | libgfan_include_HEADERS = gfanlib_z.h gfanlib_q.h gfanlib_vector.h gfanlib_matrix.h gfanlib_zcone.h gfanlib.h gfanlib_polyhedralfan.h gfanlib_polymakefile.h gfanlib_symmetriccomplex.h gfanlib_zfan.h |
---|
34 | |
---|
35 | |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.