]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
HBugs compile again (but it does not do anything right now: still to be
[helm.git] / helm / gTopLevel / Makefile
index 5f8063939e54cd990cd886dc4702f5ee658726ab..9c9aaea62093ff46d45db89e6b32c21e426830ac 100644 (file)
@@ -17,12 +17,17 @@ LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PRED
 all: styles gTopLevel
 opt: styles gTopLevel.opt
 
+start:
+       $(MAKE) -C ../hbugs/ start
+stop:
+       $(MAKE) -C ../hbugs/ stop
+
 INTERFACE_FILES = \
        proofEngine.mli logicalOperations.mli disambiguate.mli \
        termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \
        invokeTactics.mli hbugs.mli
 
-DEPOBJS = $INTERFACE_FILES $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml
+DEPOBJS = $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) gTopLevel.ml
 
 TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo