aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfilliatr1999-09-08 07:42:02 +0000
committerfilliatr1999-09-08 07:42:02 +0000
commit69f95bd34f0fc9c339169397331f2d747839314f (patch)
treea8c1a351b8d4af541e3455a79a9d08d5b32bd78c /Makefile
parent956398ddb20688be71c313e1931fd82f8b649a75 (diff)
minicoq: pretty-print applications; ambiguite grammaire supprimee; Ind, Const et Construct mots cles
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@51 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 850060911c..e52b55118e 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ parsing/lexer.cmo: parsing/lexer.ml
# Default rules
-.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .g4
+.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .ml4
.ml.cmo:
$(OCAMLC) $(BYTEFLAGS) -c $<
@@ -110,10 +110,10 @@ parsing/lexer.cmo: parsing/lexer.ml
.mll.ml:
ocamllex $<
-.g4.cmo:
+.ml4.cmo:
$(OCAMLC) $(BYTEFLAGS) -I $(CAMLP4LIB) -pp "$(CAMLP4EXTEND) -impl" -c -impl $<
-.g4.cmx:
+.ml44.cmx:
$(OCAMLOPT) $(OPTFLAGS) -I $(CAMLP4LIB) -pp "$(CAMLP4EXTEND) -impl" -c -impl $<
# Cleaning