tclcompiler Code
Brought to you by:
aotto1968
#!/bin/ksh -u #!/bin/ksh -uvx #§ #§ Compiler2 - TestCompile #§ #§ (C) IPN - Ingenieurbuero fuer Praezisionsnumerik #§ #§ Dipl.-Ing. Andreas Otto #§ Ulmenstrasse 3 #§ D-34289 Zierenberg #§ mailto:aotto@t-online.de #§ #§ Alle Rechte vorbehalten #§ #§ ## ## ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ## . $STDLIB ## ## ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ## (( $# != 2 )) && Error "usage: TestSource \"plugin\" \"ext\" " ## Head TestCompile \"$1\" ------------------------------------------ ## TGT=$1$2 Unpack $1 $TGT NO || Error "Unpack $1" CctMake $TGT linuxi386 || Error "CctMake $TGT" [[ ! -d build/$TGT ]] && Error "dir \"build/$TGT\" not available" exit 0