working TaskAnalysis code(with ADJLIST)
[IRC.git] / Robust / src / buildscripttask
1 #!/bin/bash
2
3 #ROBUSTROOT=~/research/Robust/src
4 #MAINFILE=$1
5 #shift
6 #mkdir tmpbuilddirectory
7
8 #java -cp $ROBUSTROOT/../cup/:$ROBUSTROOT Main.Main -classlibrary $ROBUSTROOT/ClassLibrary/ -dir tmpbuilddirectory -precise -struct $MAINFILE -task $@
9
10 #gcc -DPRECISE_GC -I$ROBUSTROOT/Runtime -I. -IRuntime/include -Itmpbuilddirectory -O0 -LRuntime/lib/ -DTASK -DDEBUG -g tmpbuilddirectory/methods.c tmpbuilddirectory/taskdefs.c $ROBUSTROOT/Runtime/runtime.c $ROBUSTROOT/Runtime/file.c $ROBUSTROOT/Runtime/socket.c $ROBUSTROOT/Runtime/Queue.c $ROBUSTROOT/Runtime/SimpleHash.c $ROBUSTROOT/Runtime/checkpoint.c $ROBUSTROOT/Runtime/GenericHashtable.c $ROBUSTROOT/Runtime/option.c $ROBUSTROOT/Runtime/garbage.c -o $MAINFILE.bin
11 #=======
12 #echo THIS FILE IS DEPRECATED.  DO NOT USE IT.
13 ./buildscript -recover -o $@
14 #>>>>>>> 1.15