]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
Spurious files removed.
[helm.git] / helm / gTopLevel / Makefile
index d897036c03ecb9a7ae4f78d328f31896cc945e9e..076fef910c0d4fcc4726f376b1c1ce1657e09030 100644 (file)
@@ -11,22 +11,21 @@ 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
 
 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