blob: 23145b5ae115041540a2028264092c9e36d1d4f1 [file] [log] [blame]
release_full:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./buildpython.sh
cd SVIncCompil; ./buildantlr_mini.sh
cd SVIncCompil; ./buildflatbuffer.sh
cd SVIncCompil; ./buildrelease.sh
all:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./buildall.sh
release:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty_mini.sh
cd SVIncCompil; ./buildrelease.sh
test:
cd SVIncCompil/Testcases; ./regression.tcl
debug:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./builddebug.sh