source: git/Singular/make_table @ aa37e4

spielwiese
Last change on this file since aa37e4 was 760bfdc, checked in by Hans Schoenemann <hannes@…>, 3 years ago
modulo: 3 args: T/"alg"
  • Property mode set to 100755
File size: 486 bytes
Line 
1#!/bin/sh
2# generate iparith.inc, feOpt.inc, feOptTS.inc,feOptES.inc
3BUILD_DIR=/tmp/wawa
4g++ -I.. -I../libpolys -I$BUILD_DIR -I$BUILD_DIR/libpolys gentable.cc -o gentable
5./gentable
6g++ feOptGen.cc -I.. -I../libpolys -I$BUILD_DIR -I$BUILD_DIR/libpolys -o feOptGen
7
8./feOptGen
9g++ feOptGen.cc -DESINGULAR -I.. -I../libpolys -I$BUILD_DIR -I$BUILD_DIR/libpolys -o feOptGen
10./feOptGen
11g++ feOptGen.cc -DTSINGULAR -I.. -I../libpolys -I$BUILD_DIR -I$BUILD_DIR/libpolys -o feOptGen
12./feOptGen
Note: See TracBrowser for help on using the repository browser.