OCAMLMAKEFILE = /usr/share/ocaml-tools/OcamlMakefile

SOURCES = test_impl.c test.idl parser.mly lexer.mll calc.ml
RESULT  = calc
THREADS = yes

-include $(OCAMLMAKEFILE)
