aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-09 13:12:40 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-09 13:12:40 +0000
commit5cd5cb1fc95bd925a01fa85ab57190fe04e8630b (patch)
tree644cb387163b8bc95dcb2f99a81980edab8152c7 /Makefile
parente74a76adc938d794b43ce425986c07f6cfe126da (diff)
-I states dans les includes de Coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@833 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d023c912..3579cba7e 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ OCAMLOPT_P4O=$(OCAMLOPT) -pp camlp4o $(OPTFLAGS)
CAMLP4O=camlp4o -I . pa_extend.cmo q_MLast.cmo
CAMLP4DEPS=sed -n -e 's|^(\*.*camlp4deps: "\(.*\)".*\*)$$|\1|p'
-COQINCLUDES=-I contrib/omega -I contrib/ring -I contrib/xml \
+COQINCLUDES=-I states -I contrib/omega -I contrib/ring -I contrib/xml \
-I theories/Init -I theories/Logic -I theories/Arith \
-I theories/Bool -I theories/Zarith -I theories/Lists \
-I theories/Sets -I theories/Relations -I theories/Reals