1
0
mirror of https://gitlab.com/rnger/amath synced 2025-12-08 03:43:42 +00:00

Release 1.7.0

This commit is contained in:
Carsten Larsen
2017-03-11 23:37:45 +01:00
parent 76ed613e8d
commit 1757e0bcf1
243 changed files with 12160 additions and 4196 deletions

View File

@ -1,109 +1,56 @@
#!/bin/sh
set -e
rm -f amath.lha
rm -Rf amath
rm -Rf dist
mkdir dist
cd build/flexcat
./configure
make clean
make
cd ../..
./configure --disable-test --cflags="-m68000 -noixemul" --cross-compile="m68k-amigaos"
./configure --disable-test --cross-compile="m68k-amigaos" CFLAGS="-m68000 -noixemul"
make clean
make static
mv amath dist/amath.000
make clean
./configure --disable-test --cflags="-m68020 -noixemul" --cross-compile="m68k-amigaos"
./configure --disable-test --cross-compile="m68k-amigaos" CFLAGS="-m68020 -noixemul"
make static
mv amath dist/amath.020
make clean
./configure --disable-test --cflags="-m68030 -noixemul" --cross-compile="m68k-amigaos"
./configure --disable-test --cross-compile="m68k-amigaos" CFLAGS="-m68030 -noixemul"
make static
mv amath dist/amath.030
make clean
#./configure --disable-test --cflags="-m68040 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath.040
#make clean
#./configure --disable-test --cflags="-m68060 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath.060
#make clean
#./configure --disable-test --cflags="-m68020 -m68881 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath.020f
#make clean
#./configure --disable-test --cflags="-m68030 -m68881 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath.030f
#make clean
./configure --enable-test --cflags="-m68000 -noixemul" --cross-compile="m68k-amigaos"
./configure --enable-test --cross-compile="m68k-amigaos" CFLAGS="-m68000 -noixemul"
make static
mv amath dist/amath-test.000
make clean
./configure --enable-test --cflags="-m68020 -noixemul" --cross-compile="m68k-amigaos"
./configure --enable-test --cross-compile="m68k-amigaos" CFLAGS="-m68020 -noixemul"
make static
mv amath dist/amath-test.020
make clean
./configure --enable-test --cflags="-m68030 -noixemul" --cross-compile="m68k-amigaos"
./configure --enable-test --cross-compile="m68k-amigaos" CFLAGS="-m68030 -noixemul"
make static
mv amath dist/amath-test.030
make clean
#./configure --enable-test --cflags="-m68040 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath-test.040
#make clean
#./configure --enable-test --cflags="-m68060 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath-test.060
#make clean
#./configure --enable-test --cflags="-m68020 -m68881 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath-test.020f
#make clean
#./configure --enable-test --cflags="-m68030 -m68881 -noixemul" --cross-compile="m68k-amigaos"
#make static
#mv amath dist/amath-test.030f
#make clean
cd dist
touch hashkeys
sha1sum amath.000 >>hashkeys
sha1sum amath.020 >>hashkeys
sha1sum amath.030 >>hashkeys
#sha1sum amath.040 >>hashkeys
#sha1sum amath.060 >>hashkeys
#sha1sum amath.020f >>hashkeys
#sha1sum amath.030f >>hashkeys
sha1sum amath-test.000 >>hashkeys
sha1sum amath-test.020 >>hashkeys
sha1sum amath-test.030 >>hashkeys
#sha1sum amath-test.040 >>hashkeys
#sha1sum amath-test.060 >>hashkeys
#sha1sum amath-test.020f >>hashkeys
#sha1sum amath-test.030f >>hashkeys
sha256sum amath.000 >>hashkeys
sha256sum amath.020 >>hashkeys
sha256sum amath.030 >>hashkeys
#sha256sum amath.040 >>hashkeys
#sha256sum amath.060 >>hashkeys
#sha256sum amath.020f >>hashkeys
#sha256sum amath.030f >>hashkeys
sha256sum amath-test.000 >>hashkeys
sha256sum amath-test.020 >>hashkeys
sha256sum amath-test.030 >>hashkeys
#sha256sum amath-test.040 >>hashkeys
#sha256sum amath-test.060 >>hashkeys
#sha256sum amath-test.020f >>hashkeys
#sha256sum amath-test.030f >>hashkeys
cd ..
make amigacatalogs
make catalogs
cp LICENSE dist/
cp HISTORY dist/