spielwiese
Last change
on this file since 38750a was
38750a,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Minor BS cleanup: no need in -I${srcdir} and -I${builddir} in CPPFLAGS
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[9ba92b] | 1 | ACLOCAL_AMFLAGS = -I ../../m4 |
---|
| 2 | |
---|
[989d6b] | 3 | SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h |
---|
[1114d2] | 4 | |
---|
[38750a] | 5 | MYINCLUDES = -I${top_srcdir} -I${top_builddir} \ |
---|
[1114d2] | 6 | -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \ |
---|
[37e66f] | 7 | $(FACTORY_INCLUDES) $(RESOURCES_INCLUDES) $(OMALLOC_INCLUDES) \ |
---|
| 8 | $(FLINT_CFLAGS) $(NTL_CFLAGS) $(GMP_CFLAGS) $(GOOGLE_PERFTOOLS_CFLAGS) |
---|
[0c86ae] | 9 | |
---|
[989d6b] | 10 | module_LTLIBRARIES=syzextra.la |
---|
[1114d2] | 11 | |
---|
[989d6b] | 12 | if ENABLE_P_PROCS_DYNAMIC |
---|
| 13 | moduledir = $(libexecdir)/singular/MOD |
---|
| 14 | P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION |
---|
[99b54a] | 15 | # Add under Mac OS X: -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup |
---|
[989d6b] | 16 | else |
---|
| 17 | moduledir = $(libdir)/singular |
---|
| 18 | P_PROCS_CPPFLAGS_COMMON = -DSTATIC_VERSION |
---|
| 19 | endif |
---|
[1114d2] | 20 | |
---|
[989d6b] | 21 | P_PROCS_MODULE_LDFLAGS = -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup |
---|
| 22 | |
---|
| 23 | syzextra_la_SOURCES = $(SOURCES) |
---|
| 24 | syzextra_la_CPPFLAGS = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON} |
---|
[c70920] | 25 | syzextra_la_LDFLAGS = ${AM_LDFLAGS} ${P_PROCS_MODULE_LDFLAGS} ${GOOGLE_PERFTOOL_LDFLAGS} |
---|
[1114d2] | 26 | |
---|
[9e24ef] | 27 | # AM_COLOR_TESTS=always |
---|
| 28 | # |
---|
| 29 | # TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/Singular/LIB:${abs_top_srcdir}/Singular/LIB:${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables:${abs_builddir}/.libs:${abs_srcdir}' |
---|
| 30 | # TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}' |
---|
| 31 | # TESTS_ENVIRONMENT += SINGULAR_BIN_DIR='${abs_top_builddir}/Singular' |
---|
| 32 | # |
---|
| 33 | # TESTS=test_release.sh |
---|
| 34 | # |
---|
| 35 | # EXTRA_DIST = syzextra.tst ederc.tst test_clear_enum.tst test.sh $(TESTS) |
---|
Note: See
TracBrowser
for help on using the repository browser.