Changeset f7f49e in git
- Timestamp:
- Jul 12, 2007, 6:02:09 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- be4db46303a610786bdd624ae324eb267ae77931
- Parents:
- 7884761cf57c0402307e5d8c335939ef83ac4a10
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/all.lib
r7884761 rf7f49e 1 // $Id: all.lib,v 1.5 5 2007-07-06 15:16:34Singular Exp $1 // $Id: all.lib,v 1.56 2007-07-12 16:01:52 Singular Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: all.lib,v 1.5 5 2007-07-06 15:16:34Singular Exp $";3 version="$Id: all.lib,v 1.56 2007-07-12 16:01:52 Singular Exp $"; 4 4 category = "General purpose"; 5 5 info=" … … 77 77 LIB "stratify.lib"; 78 78 LIB "surf.lib"; 79 LIB "surfex.lib"; 79 80 LIB "teachstd.lib"; 80 81 LIB "toric.lib"; … … 83 84 LIB "weierstr.lib"; 84 85 LIB "zeroset.lib"; 86 LIB "center.lib"; 87 LIB "dmod.lib"; 88 LIB "gkdim.lib"; 89 LIB "involut.lib"; 90 LIB "ncalg.lib"; 91 LIB "ncdecomp.lib"; 92 LIB "nctools.lib"; 93 LIB "perron.lib"; 94 LIB "qmatrix.lib"; -
Singular/Makefile.in
r7884761 rf7f49e 270 270 271 271 272 PLIBS = center.lib dmod.lib gkdim.lib involut.lib ncal l.lib ncalg.lib ncdecomp.lib nctools.lib perron.lib qmatrix.lib272 PLIBS = center.lib dmod.lib gkdim.lib involut.lib ncalg.lib ncdecomp.lib nctools.lib perron.lib qmatrix.lib 273 273 274 274 ifdef HAVE_PLURAL … … 551 551 ## 552 552 LIB/all.lib: LIB/all.lib.tmpl 553 ./make_alllib.sh LIB/all.lib.tmpl ${SLIB0} 553 ./make_alllib.sh LIB/all.lib.tmpl ${SLIB0} ${PLIBS} 554 554 555 555 install-bindist: $(HEADERS) $(SOURCES) Makefile depend
Note: See TracChangeset
for help on using the changeset viewer.