src/HOL/Tools/Predicate_Compile/etc/settings
author wenzelm
Mon, 15 Nov 2010 17:14:43 +0100
changeset 40545 956c2cc7fced
parent 40243 3102b27ca03a
child 41308 9e576ec5c0dc
permissions -rw-r--r--
more robust treatment of spaces in file names;

# -*- shell-script -*- :mode=shellscript:

EXEC_SWIPL="$(choosefrom \
  "$ISABELLE_HOME/contrib/swipl/$ISABELLE_PLATFORM/bin/swipl" \
  "$ISABELLE_HOME/contrib_devel/swipl/$ISABELLE_PLATFORM/bin/swipl" \
  "$ISABELLE_HOME/../swipl" \
  $(type -p swipl) \
  "")"

EXEC_YAP="$(choosefrom \
  "$ISABELLE_HOME/contrib/yap/$ISABELLE_PLATFORM/bin/yap" \
  "$ISABELLE_HOME/contrib_devel/yap/$ISABELLE_PLATFORM/bin/yap" \
  "$ISABELLE_HOME/../yap" \
  $(type -p yap) \
  "")"

SWIPL_VERSION=$("$COMPONENT/lib/scripts/swipl_version")