Changeset 4811c35 in git for Singular/dyn_modules


Ignore:
Timestamp:
Feb 26, 2021, 9:38:30 PM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
1773b29931f968c9b93375be0f82fef5c6ec62a7
Parents:
21dd603bd79785398a3c8a8b99996f39a30d54ba
Message:
configure --disable-XYZ-module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Makefile.am

    r21dd603 r4811c35  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb systhreads loctriv machinelearning
     3DIST_SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb systhreads loctriv machinelearning
     4
     5SUBDIRS =
     6if ENABLE_STATICDEMO_MODULE
     7SUBDIRS += staticdemo
     8endif
     9if ENABLE_BIGINTM_MODULE
     10SUBDIRS += bigintm
     11endif
     12if ENABLE_SUBSETS_MODULE
     13SUBDIRS += subsets
     14endif
     15if ENABLE_SYZEXTRA_MODULE
     16SUBDIRS += syzextra
     17endif
     18if ENABLE_PYOBJECT_MODULE
     19SUBDIRS += pyobject
     20endif
     21if ENABLE_CUSTOMSTD_MODULE
     22SUBDIRS += customstd
     23endif
     24if ENABLE_GFANLIB_MODULE
     25SUBDIRS += gfanlib
     26endif
     27if ENABLE_PYTHON_MODULE
     28SUBDIRS += python
     29endif
     30if ENABLE_GITFAN_MODULE
     31SUBDIRS += gitfan
     32endif
     33if ENABLE_POLYMAKE_MODULE
     34SUBDIRS += polymake
     35endif
     36if ENABLE_SINGMATHIC_MODULE
     37SUBDIRS += singmathic
     38endif
     39if ENABLE_ORDER_MODULE
     40SUBDIRS += Order
     41endif
     42if ENABLE_INTERVAL_MODULE
     43SUBDIRS += interval
     44endif
     45if ENABLE_COHOMO_MODULE
     46SUBDIRS += cohomo
     47endif
     48if ENABLE_FREEALGEBRA_MODULE
     49SUBDIRS += freealgebra
     50endif
     51if ENABLE_PARTIALGB_MODULE
     52SUBDIRS += partialgb
     53endif
     54if ENABLE_SYSTHREADS_MODULE
     55SUBDIRS += systhreads
     56endif
     57if ENABLE_LOCTRIV_MODULE
     58SUBDIRS += loctriv
     59endif
     60if ENABLE_MACHINELEARNING_MODULE
     61SUBDIRS += machinelearning
     62endif
Note: See TracChangeset for help on using the changeset viewer.