spielwiese
Last change
on this file was
830069,
checked in by Hans Schoenemann <hannes@…>, 19 months ago
|
omit -flat_namespace (OsX) from dyn. modules
|
-
Property mode set to
100644
|
File size:
924 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../m4 |
---|
2 | |
---|
3 | if SI_BUILTIN_BIGINTM |
---|
4 | noinst_LTLIBRARIES=bigintm.la |
---|
5 | # check_LTLIBRARIES=bigintm.la |
---|
6 | P_PROCS_CPPFLAGS_COMMON = -DSTATIC_VERSION |
---|
7 | P_PROCS_MODULE_LDFLAGS = -module |
---|
8 | else |
---|
9 | module_LTLIBRARIES=bigintm.la |
---|
10 | moduledir = $(libexecdir)/singular/MOD |
---|
11 | P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION |
---|
12 | P_PROCS_MODULE_LDFLAGS = -module -export-dynamic -avoid-version |
---|
13 | endif |
---|
14 | |
---|
15 | MYINCLUDES = -I${top_srcdir} -I${top_builddir} \ |
---|
16 | -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \ |
---|
17 | $(FACTORY_INCLUDES) $(RESOURCES_INCLUDES) $(OMALLOC_INCLUDES) \ |
---|
18 | $(FLINT_CFLAGS) $(NTL_CXXFLAGS) $(NTL_CPPFLAGS) $(GMP_CPPFLAGS) |
---|
19 | |
---|
20 | bigintm_la_SOURCES = mod_main.cc bigintm.cc bigintm.h |
---|
21 | bigintm_la_CPPFLAGS = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON} |
---|
22 | bigintm_la_LDFLAGS = ${P_PROCS_MODULE_LDFLAGS} $(SINGULAR_LDFLAGS) |
---|
23 | if SING_WIN |
---|
24 | if !SI_BUILTIN_BIGINTM |
---|
25 | bigintm_la_LIBADD = ${top_builddir}/Singular/libSingular.la |
---|
26 | endif |
---|
27 | endif |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.