X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;fp=helm%2FgTopLevel%2FMakefile;h=076fef910c0d4fcc4726f376b1c1ce1657e09030;hp=8f6205de11c7e7630101856cc213160023d031bf;hb=2122459392680c4b53e32a2cf1d4792405f118ce;hpb=11858f45a39c301de590043d3271d95790a52377 diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 8f6205de1..076fef910 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -18,15 +18,14 @@ all: styles gTopLevel opt: styles gTopLevel.opt DEPOBJS = \ - proofEngine.ml proofEngine.mli eta_fixing.ml eta_fixing.mli \ - content2cic.ml content2cic.mli logicalOperations.ml \ + proofEngine.ml proofEngine.mli logicalOperations.ml \ logicalOperations.mli disambiguate.ml disambiguate.mli termEditor.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 \ + proofEngine.cmo logicalOperations.cmo \ disambiguate.cmo termEditor.cmo texTermEditor.cmo xmlDiff.cmo \ termViewer.cmo invokeTactics.cmo hbugs.cmo gTopLevel.cmo