X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=8f6205de11c7e7630101856cc213160023d031bf;hb=122304a548cba036c8bb3769e00276b2eb3f179d;hp=6dfa38622896000f116052ff92564176b37232fb;hpb=f7b2e35a7bdadb4fdf0e640428e694703ddf67a5;p=helm.git diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 6dfa38622..8f6205de1 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -11,8 +11,8 @@ OCAMLC = $(OCAMLFIND) ocamlc -thread $(OCAMLOPTIONS) OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(OCAMLOPTIONS) OCAMLDEP = ocamldep -pp camlp4o -LIBRARIES = $(shell ocamlfind query -recursive -predicates "byte $(PREDICATES)" -format "%d/%a" $(REQUIRES)) -LIBRARIES_OPT = $(shell ocamlfind query -recursive -predicates "native $(PREDICATES)" -format "%d/%a" $(REQUIRES)) +LIBRARIES = $(shell $(OCAMLFIND) query -recursive -predicates "byte $(PREDICATES)" -format "%d/%a" $(REQUIRES)) +LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PREDICATES)" -format "%d/%a" $(REQUIRES)) all: styles gTopLevel opt: styles gTopLevel.opt @@ -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 = \ - doubleTypeInference.cmo 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 "***********************************************************************"