X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=8b89d823a18cd92a894456d40d1d7977ea9e8ffd;hb=d3c72d6856cd185e5b3e9f2e8b928b78c7031ed1;hp=4017367da8f2e04152429789064fb2a79474fffe;hpb=67eafee21527f29a9b26fd1a7c518e0b49c24bf5;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 4017367da..8b89d823a 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -38,22 +38,30 @@ stop: $(MAKE) -C ../hbugs/ stop INTERFACE_FILES = \ - proofEngine.mli logicalOperations.mli oldDisambiguate.mli \ - disambiguatingParser.mli termEditor.mli texTermEditor.mli xmlDiff.mli \ - chosenTransformer.mli termViewer.mli invokeTactics.mli hbugs.mli \ - chosenTermEditor.mli + proofEngine.mli \ + logicalOperations.mli \ + oldDisambiguate.mli \ + disambiguatingParser.mli \ + termEditor.mli \ + texTermEditor.mli \ + xmlDiff.mli \ + chosenTransformer.mli \ + termViewer.mli \ + invokeTactics.mli \ + hbugs.mli \ + chosenTermEditor.mli DEPOBJS = \ $(INTERFACE_FILES) $(INTERFACE_FILES:%.mli=%.ml) \ gTopLevel.ml regtest.ml testlibrary.ml batchParser.ml batchParser.mli TOPLEVELOBJS = $(INTERFACE_FILES:%.mli=%.cmo) gTopLevel.cmo -REGTESTOBJS = \ +TESTOBJS = \ oldDisambiguate.cmo \ disambiguatingParser.cmo \ - batchParser.cmo \ - regtest.cmo -TESTLIBOBJS = testlibrary.cmo + batchParser.cmo +REGTESTOBJS = $(TESTOBJS) regtest.cmo +TESTLIBOBJS = $(TESTOBJS) testlibrary.cmo $(INTERFACE_FILES:%.mli=%.cmo): $(LIBRARIES) $(INTERFACE_FILES:%.mli=%.cmx): $(LIBRARIES_OPT) @@ -121,7 +129,7 @@ test: regtest envtest: regtest ./regtest -dump $(INTESTS) 2> /dev/null librarytest: testlibrary.opt - ./testlibrary.opt - /dev/null >LOG & + ./testlibrary.opt index.txt 2>/dev/null >LOG & MAIN = ./gTopLevel ARGS =