]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blobdiff - build
Merge tag 'upstream/0.1'
[pkg-cerco/acc-trusted.git] / build
diff --git a/build b/build
deleted file mode 100755 (executable)
index 75fe30a..0000000
--- a/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# A crappy build script that needs to be replaced by some proper structure.
-
-OCAMLC="ocamlc -I cparser"
-
-make -C cparser
-(cd extracted; ./build)
-cp extracted/_build/extracted.cm[io] .
-$OCAMLC -c -g *.mli
-$OCAMLC -c -g error.ml
-$OCAMLC -c -g optionsParsing.ml
-$OCAMLC -c -g options.ml
-$OCAMLC -c -g *.ml
-$OCAMLC -custom -g extracted.cmo cparser/cparser.cma clightFromC.cmo clightParser.cmo IntelHex.cmo clightPrinter.cmo rTLabsPrinter.cmo ASMPrinter.cmo printer.cmo error.cmo optionsParsing.cmo options.cmo acc.cmo -o acc