Changeset ad0c5c in git
- Timestamp:
- Jul 22, 2010, 11:44:17 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 4fb4f3bf3fb08072c0e69137624a62a62cd3df94
- Parents:
- 4bfbcc2d5c7bcc8ae8926b4c408af50853e7236b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r4bfbcc rad0c5c 278 278 279 279 ifdef HAVE_PLURAL 280 SLIBS = COPYING ${SLIB0} ${ PLIBS} all.lib help.cnf280 SLIBS = COPYING ${SLIB0} ${SLIB1} ${PLIBS} all.lib help.cnf 281 281 else 282 SLIBS = COPYING ${SLIB0} all.lib help.cnf282 SLIBS = COPYING ${SLIB0} ${SLIB1} all.lib help.cnf 283 283 endif 284 284 -
Singular/singular-libs
r4bfbcc rad0c5c 29 29 tropical.lib weierstr.lib zeroset.lib 30 30 31 # libs in beta testing: 32 # the will be included in share.tar.gz, but not in all.lib 33 34 SLIBS1 = findiff.lib 31 35 32 36 PLIBS = bfun.lib central.lib dmod.lib dmodapp.lib dmodvar.lib \
Note: See TracChangeset
for help on using the changeset viewer.