X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=34b0aec80b932069dc7b1b7235cb7a6bbf158e81;hb=7fe29ab0adae7bbd2589630b1c5363daf62100c9;hp=c3626bcd038c46de8fd134cf1714a6f38e8da293;hpb=7fedf47037503b281d078eef6de13927020eb410;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index c3626bcd0..34b0aec80 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -22,13 +22,15 @@ DEPOBJS = \ sequentPp.ml sequentPp.mli mQueryGenerator.mli mQueryLevels.ml \ mQueryLevels2.mli mQueryLevels2.ml mQueryGenerator.ml misc.ml misc.mli \ disambiguate.ml disambiguate.mli termEditor.ml termEditor.mli \ - applyStylesheets.ml applyStylesheets.mli gTopLevel.ml + applyStylesheets.ml applyStylesheets.mli termViewer.ml \ + termViewer.mli invokeTactics.ml invokeTactics.mli gTopLevel.ml TOPLEVELOBJS = \ xml2Gdome.cmo proofEngine.cmo doubleTypeInference.cmo cic2acic.cmo \ cic2Xml.cmo logicalOperations.cmo sequentPp.cmo mQueryLevels.cmo \ mQueryLevels2.cmo mQueryGenerator.cmo misc.cmo disambiguate.cmo \ - termEditor.cmo applyStylesheets.cmo gTopLevel.cmo + termEditor.cmo applyStylesheets.cmo termViewer.cmo invokeTactics.cmo \ + gTopLevel.cmo depend: $(OCAMLDEP) $(DEPOBJS) > .depend