# /Users/fpottier/dev/dune/_build/default/bin/main.exe build calc.exe
# OCAMLPARAM: unset
$ /usr/bin/getconf _NPROCESSORS_ONLN > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dune895603.output
$ /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -config > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dune292aff.output
$ /Users/fpottier/.opam/4.05.0/bin/ocamlfind printconf path > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dunec5009b.output
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamllex.opt -q -o lexer.ml lexer.mll)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl calc.ml) > _build/default/calc.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl lexer.ml) > _build/default/lexer.ml.d
$ (cd _build/default && /Users/fpottier/bin/menhir -la 2 parser.mly --base parser --infer-write-query parser__mock.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl parser__mock.ml) > _build/default/parser__mock.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -w -40 -g -I .calc.eobjs -i -impl parser__mock.ml) > _build/default/parser__mock.mli.inferred
$ (cd _build/default && /Users/fpottier/bin/menhir -la 2 parser.mly --base parser --infer-read-reply parser__mock.mli.inferred)
> Built an LR(0) automaton with 18 states.
> Built an LR(1) automaton with 18 states.
> 20 shift/reduce conflicts were silently solved.
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl parser.ml) > _build/default/parser.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -intf parser.mli) > _build/default/parser.mli.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .calc.eobjs -no-alias-deps -o .calc.eobjs/parser.cmi -c -intf parser.mli)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .calc.eobjs -no-alias-deps -o .calc.eobjs/lexer.cmo -c -impl lexer.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -w -40 -g -bin-annot -I .calc.eobjs -no-alias-deps -o .calc.eobjs/calc.cmo -c -impl calc.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlopt.opt -w -40 -g -I .calc.eobjs -no-alias-deps -o .calc.eobjs/parser.cmx -c -impl parser.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlopt.opt -w -40 -g -I .calc.eobjs -intf-suffix .ml -no-alias-deps -o .calc.eobjs/lexer.cmx -c -impl lexer.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlopt.opt -w -40 -g -I .calc.eobjs -intf-suffix .ml -no-alias-deps -o .calc.eobjs/calc.cmx -c -impl calc.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlopt.opt -w -40 -g -o calc.exe .calc.eobjs/parser.cmx .calc.eobjs/lexer.cmx .calc.eobjs/calc.cmx)
