summaryrefslogtreecommitdiff
path: root/dev/ocamldebug-coq.template
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ocamldebug-coq.template')
-rw-r--r--dev/ocamldebug-coq.template9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template
index 2d1c6289..ac5ec1e0 100644
--- a/dev/ocamldebug-coq.template
+++ b/dev/ocamldebug-coq.template
@@ -6,15 +6,12 @@ export COQTOP=COQTOPDIRECTORY
export COQLIB=COQLIBDIRECTORY
export COQTH=$COQLIB/theories
CAMLBIN=CAMLBINDIRECTORY
+CAMLP4LIB=CAMLP4LIBDIRECTORY
OCAMLDEBUG=$CAMLBIN/ocamldebug
-if [ -x "$CAMLBIN/camlp5" ]; then
- export CAMLP4LIB=`$CAMLBIN/camlp5 -where`
-else
- export CAMLP4LIB=`$CAMLBIN/camlp4 -where`
-fi
exec $OCAMLDEBUG \
-I $CAMLP4LIB \
+ -I $COQTOP \
-I $COQTOP/config \
-I $COQTOP/lib -I $COQTOP/kernel \
-I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \
@@ -22,7 +19,7 @@ exec $OCAMLDEBUG \
-I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \
-I $COQTOP/translate \
-I $COQTOP/contrib/extraction -I $COQTOP/contrib/field \
- -I $COQTOP/contrib/fourier -I $COQTOP/contrib/first-order \
+ -I $COQTOP/contrib/fourier -I $COQTOP/contrib/firstorder \
-I $COQTOP/contrib/interface -I $COQTOP/contrib/jprover \
-I $COQTOP/contrib/omega -I $COQTOP/contrib/romega \
-I $COQTOP/contrib/ring -I $COQTOP/contrib/xml \