source: git/Singular/make_table @ 61d9a4

fieker-DuValspielwiese
Last change on this file since 61d9a4 was 8858d33, checked in by Hans Schoenemann <hannes@…>, 5 years ago
chg: cross compile for Singular (gentable,feOptGen)
  • Property mode set to 100755
File size: 487 bytes
Line 
1#!/bin/sh
2# generate iparith.inc, feOpt.inc, feOptTS.inc,feOptES.inc
3BUILD_DIR=/tmp2/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.