X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=d897036c03ecb9a7ae4f78d328f31896cc945e9e;hb=75f24bc40a8b7b1d00e6e88cb9a7b08c6551cac7;hp=e449673058fbdb9d8d9aa028f2e9ff0f2dd6a527;hpb=21bf57e0b7de37faa4991e136cf6f09cfbf4d0a3;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index e44967305..d897036c0 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -21,15 +21,14 @@ DEPOBJS = \ proofEngine.ml proofEngine.mli eta_fixing.ml eta_fixing.mli \ content2cic.ml content2cic.mli logicalOperations.ml \ logicalOperations.mli disambiguate.ml disambiguate.mli termEditor.ml \ - termEditor.mli texTermEditor.ml texTermEditor.mli termViewer.ml \ - termViewer.mli invokeTactics.ml invokeTactics.mli hbugs.ml hbugs.mli \ - gTopLevel.ml + termEditor.mli texTermEditor.ml texTermEditor.mli xmlDiff.ml \ + xmlDiff.mli termViewer.ml termViewer.mli invokeTactics.ml \ + invokeTactics.mli hbugs.ml hbugs.mli gTopLevel.ml TOPLEVELOBJS = \ - eta_fixing.cmo content2cic.cmo \ - proofEngine.cmo logicalOperations.cmo \ - disambiguate.cmo termEditor.cmo texTermEditor.cmo termViewer.cmo \ - invokeTactics.cmo hbugs.cmo gTopLevel.cmo + eta_fixing.cmo content2cic.cmo proofEngine.cmo logicalOperations.cmo \ + disambiguate.cmo termEditor.cmo texTermEditor.cmo xmlDiff.cmo \ + termViewer.cmo invokeTactics.cmo hbugs.cmo gTopLevel.cmo styles: @echo "***********************************************************************"