products/Sources/formale Sprachen/Coq/dev image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: ocamldebug-coq.run   Sprache: Unknown

Spracherkennung für: .run vermutete Sprache: Text {Text[262] Haskell[396] Ada[624]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/bin/sh

# Wrapper around ocamldebug for Coq

# This file is to be launched via the generated script ocamldebug-coq,
# which will set the env variables $OCAMLDEBUG, $CAMLP5LIB, $COQTOP
# Anyway, just in case someone tries to use this script directly,
# here are some reasonable default values

[ -z "$OCAMLDEBUG" ] && OCAMLDEBUG=ocamldebug
[ -z "$COQTOP" -a -d "$PWD/kernel" ] && COQTOP=$PWD
[ -z "$COQTOP" -a -d "$PWD/../kernel" ] && COQTOP=`dirname $PWD`

export CAML_LD_LIBRARY_PATH=$COQTOP/kernel/byterun:$CAML_LD_LIBRARY_PATH

exec $OCAMLDEBUG \
    -I +threads \
    -I $COQTOP \
    -I $COQTOP/config -I $COQTOP/printing -I $COQTOP/grammar -I $COQTOP/clib \
    -I $COQTOP/gramlib/.pack \
    -I $COQTOP/lib -I $COQTOP/kernel -I $COQTOP/kernel/byterun \
    -I $COQTOP/library -I $COQTOP/engine \
    -I $COQTOP/pretyping -I $COQTOP/parsing -I $COQTOP/vernac \
    -I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics -I $COQTOP/stm \
    -I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config -I $COQTOP/ltac \
    -I $COQTOP/plugins/cc         -I $COQTOP/plugins/dp \
    -I $COQTOP/plugins/extraction -I $COQTOP/plugins/field \
    -I $COQTOP/plugins/firstorder \
    -I $COQTOP/plugins/funind     -I $COQTOP/plugins/groebner \
    -I $COQTOP/plugins/interface  -I $COQTOP/plugins/micromega \
    -I $COQTOP/plugins/omega      -I $COQTOP/plugins/quote \
    -I $COQTOP/plugins/ring \
    -I $COQTOP/plugins/rtauto     -I $COQTOP/plugins/setoid_ring \
    -I $COQTOP/plugins/subtac     -I $COQTOP/plugins/syntax \
    -I $COQTOP/plugins/xml        -I $COQTOP/plugins/ltac \
    -I $COQTOP/ide \
    "$@"

[ Dauer der Verarbeitung: 0.115 Sekunden  ]