source: git/Singular/singular-libs @ c45b8f0

spielwiese
Last change on this file since c45b8f0 was 317d77f, checked in by Hans Schoenemann <hannes@…>, 13 years ago
new lib grobcov.lib git-svn-id: file:///usr/local/Singular/svn/trunk@13893 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.8 KB
Line 
1#
2# Singular libraries which go into distribution
3# (they should be ordered alphabetically)
4# MAKE SURE THAT THIS IS UP_TO_DATE
5# and use:
6# svn propset svn:keywords "Id" yourlib.lib
7# for new libs
8#
9
10SLIB0 = absfact.lib  ainvar.lib  aksaka.lib  alexpoly.lib  algebra.lib \
11        arcpoint.lib  assprimeszerodim.lib atkins.lib  brnoeth.lib \
12        cisimplicial.lib  classify.lib \
13        compregb.lib  control.lib  crypto.lib  curvepar.lib  decodegb.lib \
14        deform.lib elim.lib  equising.lib  finvar.lib  general.lib gmspoly.lib \
15        gmssing.lib  graphics.lib  grobcov.lib groups.lib  grwalk.lib \
16        hnoether.lib \
17        homolog.lib  hyperel.lib  inout.lib  intprog.lib  jacobson.lib \
18        kskernel.lib  latex.lib  linalg.lib  lll.lib  makedbm.lib \
19        matrix.lib  modstd.lib  mondromy.lib  monomialideal.lib \
20        mprimdec.lib  mregular.lib \
21        noether.lib normal.lib normaliz.lib   ntsolve.lib phindex.lib \
22        pointid.lib poly.lib \
23        polymake.lib presolve.lib  primdec.lib  primitiv.lib  qhmoduli.lib \
24        random.lib \
25        realrad.lib  reesclos.lib  resbin.lib \
26        resgraph.lib  resolve.lib \
27        reszeta.lib  ring.lib  rinvar.lib  rootsmr.lib  rootsur.lib \
28        sagbi.lib  sheafcoh.lib  sing.lib  sing4ti2.lib  signcond.lib \
29        solve.lib  spcurve.lib  spectrum.lib  standard.lib  stratify.lib \
30        surf.lib  surfex.lib \
31        teachstd.lib  toric.lib  triang.lib \
32        tropical.lib weierstr.lib  zeroset.lib
33
34# libs in beta testing:
35# the will be included in share.tar.gz, but not in all.lib
36# (they should be ordered alphabetically)
37# and use:
38# svn propset svn:keywords "Id" yourlib.lib
39# for new libs
40
41SLIB1 = findiff.lib integralbasis.lib multigrading.lib paraplanecurves.lib \
42         primdecint.lib resjung.lib surfacesignature.lib fpadim.lib
43
44PLIBS = bfun.lib  central.lib  dmod.lib  dmodapp.lib dmodvar.lib \
45        freegb.lib  gkdim.lib  involut.lib  ncalg.lib  ncdecomp.lib \
46        nctools.lib  perron.lib  qmatrix.lib
47
Note: See TracBrowser for help on using the repository browser.