aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-18 16:53:54 +0000
committerGravatar Vincent Laporte <Vincent.Laporte@gmail.com>2018-06-25 16:15:07 +0000
commit6c4062ca13e6fb9e7d2dc93c70b545ccb22575de (patch)
treeca7fff282c7f567488b322a897a379213963b2ff /Makefile.build
parent24279abf43cfbd65e2fc29f171eb8705fdf61a3e (diff)
Archive the `gallina` tool
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.build b/Makefile.build
index b85418243..49afa50b2 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -493,14 +493,6 @@ $(COQDEPBYTE): $(COQDEPCMO)
$(SHOW)'OCAMLC -o $@'
$(HIDE)$(call ocamlbyte, $(SYSMOD))
-$(GALLINA): $(call bestobj, tools/gallina_lexer.cmo tools/gallina.cmo)
- $(SHOW)'OCAMLBEST -o $@'
- $(HIDE)$(call bestocaml,)
-
-$(GALLINABYTE): tools/gallina_lexer.cmo tools/gallina.cmo
- $(SHOW)'OCAMLC -o $@'
- $(HIDE)$(call ocamlbyte,)
-
COQMAKEFILECMO:=clib/clib.cma lib/lib.cma tools/coq_makefile.cmo
$(COQMAKEFILE): $(call bestobj,$(COQMAKEFILECMO))