Changeset f0f0003 in git
- Timestamp:
- Feb 28, 2019, 12:17:20 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9136799a4f5e8a15b6bcf34618ce71f5ae83e66dc1ce478a166637f48827590a864f4f7fb752229f
- Parents:
- 5c91fbe369eb440206c5886d022fc2543bf2351f
- git-author:
- Reimer Behrends <behrends@murrumesh.mathematik.uni-kl.de>2019-02-28 12:17:20+01:00
- git-committer:
- Reimer Behrends <behrends@gmail.com>2019-02-28 12:26:06+01:00
- Files:
-
- 27 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/Makefile.am
r5c91fb rf0f0003 1 1 ACLOCAL_AMFLAGS = -I ../m4 2 2 3 SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb 3 SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb systhreads -
configure.ac
r5c91fb rf0f0003 254 254 AC_CONFIG_FILES([Singular/dyn_modules/interval/Makefile]) 255 255 AC_CONFIG_FILES([Singular/dyn_modules/cohomo/Makefile]) 256 AC_CONFIG_FILES([Singular/dyn_modules/systhreads/Makefile]) 256 257 257 258 AC_CONFIG_FILES([Singular/Makefile]) -
m4/options.m4
r5c91fb rf0f0003 412 412 AM_CONDITIONAL([SI_BUILTIN_GITFAN], [test x$bi_gitfan = xtrue]) 413 413 AM_CONDITIONAL([SI_BUILTIN_INTERVAL], [test x$bi_interval = xtrue]) 414 AM_CONDITIONAL([SI_BUILTIN_SYSTHREADS], [test x$bi_systhreads = xtrue]) 414 415 415 416 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset
for help on using the changeset viewer.