From c35a3f47e0468a6076a3afdd6f2ff5c5fe528784 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 7 Feb 2004 10:32:38 +0000 Subject: [PATCH] changed deps since testlibrary now uses (minimally) BatchParser --- helm/gTopLevel/Makefile | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) 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 = -- 2.39.2