]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
* Abst removed from the DTD
[helm.git] / helm / gTopLevel / Makefile
index 8a9c5e535792782c06f68609b80692f447ca2a06..0fc38eac95cc4deeaf9acd962d8d0c6aa6702523 100644 (file)
@@ -14,13 +14,13 @@ LIBRARIES_OPT = $(shell ocamlfind query -recursive -predicates "native $(PREDICA
 all: gTopLevel
 opt: gTopLevel.opt
 
-DEPOBJS = xml2Gdome.ml proofEngineReduction.ml proofEngine.ml cic2Xml.ml \
+DEPOBJS = xml2Gdome.ml proofEngineReduction.ml proofEngine.ml \
           doubleTypeInference.ml doubleTypeInference.mli cic2acic.ml \
-          cic2acic.mli logicalOperations.ml sequentPp.ml mquery.mli \
-          mquery.ml gTopLevel.ml
+          cic2Xml.ml cic2acic.mli logicalOperations.ml sequentPp.ml \
+          mquery.mli mquery.ml gTopLevel.ml
 
 TOPLEVELOBJS = xml2Gdome.cmo proofEngineReduction.cmo proofEngine.cmo \
-               cic2Xml.cmo doubleTypeInference.cmo cic2acic.cmo \
+               doubleTypeInference.cmo cic2acic.cmo cic2Xml.cmo \
                logicalOperations.cmo sequentPp.cmo mquery.cmo gTopLevel.cmo
 
 depend: