engine fixes, cleanup
[mala.git] / codegen.sh
blob3499487a68bf04ae3ee0c2eef561f229adef8d95
1 #!/bin/sh
3 # Copyright (C) 2004, Christian Thaeter <chth@gmx.net>
5 # This file is part of the MaLa extension Language.
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License version 2 as
9 # published by the Free Software Foundation.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, contact me.
19 for module in std string arith system gnu; do
20 ../tools/codegen -p `readlink -f ./$module/` -l C `for i in ../mala/module-defs/$module*.def; do readlink -f $i; done`
21 done
23 # arch-tag: a97e24d2-abd2-46a1-a052-35564df3a032