jengelh-datetimespielwiese
Last change
on this file since 5417ff was
5417ff,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Added automake BuildSystem
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[26b713] | 1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
| 2 | |
---|
[5417ff] | 3 | if HAVE_GFANLIB |
---|
| 4 | libgfan_LTLIBRARIES=libgfan.la |
---|
[26b713] | 5 | if WANT_DEBUG |
---|
[5417ff] | 6 | libgfan_LTLIBRARIES+=libgfan_g.la |
---|
| 7 | endif |
---|
[26b713] | 8 | endif |
---|
| 9 | |
---|
| 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.