]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/Makefile
Huge reorganization of matita and ocaml.
[helm.git] / helm / ocaml / grafite / Makefile
index f7cbc9d821971cf8a0385428ddb2ea3147746683..182cd456171cef5b2225ce19cdef45dd6c9f8f39 100644 (file)
@@ -3,29 +3,11 @@ PREDICATES =
 
 INTERFACE_FILES =              \
        grafiteAstPp.mli        \
-       grafiteParser.mli       \
-       cicNotation.mli         \
+       grafiteMarshal.mli      \
        $(NULL)
 IMPLEMENTATION_FILES =         \
        grafiteAst.ml           \
        $(INTERFACE_FILES:%.mli=%.ml)
 
-all: test_parser print_grammar test_dep
-clean: clean_tests
-
-grafiteParser.cmo: OCAMLC = $(OCAMLC_P4)
-grafiteParser.cmx: OCAMLOPT = $(OCAMLOPT_P4)
-
-clean_tests:
-       rm -f test_parser{,.opt} test_dep{,.opt} print_grammar{,.opt}
-
-LOCAL_LINKOPTS = -package helm-grafite -linkpkg
-test: test_parser print_grammar test_dep
-test_parser: test_parser.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
-print_grammar: print_grammar.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
-test_dep: test_dep.ml $(PACKAGE).cma
-       $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<
 
 include ../Makefile.common