Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  afp_build

  Sprache: Isabelle
 

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: build and manage AFP sessions


## diagnostics

PRG="$(basename "$0")"

function usage()
{
  echo
  echo "Usage: isabelle $PRG [OPTIONS] -- [BUILD_ARGS ...]"
  echo
  echo " Options are:"
  echo " -A select all AFP sessions"
  echo
  echo " Build AFP sessions, as front-end for isabelle build with AFP settings."
  echo " Further options and arguments after \"--\" are passed to the latter."
  echo
  exit 1
}

function fail()
{
  echo "$1" >&2
  exit 2
}


## process command line

eval "BUILD_OPTS=($AFP_BUILD_OPTIONS)"

BUILD_OPTS["${#BUILD_OPTS[@]}"]="-d"
BUILD_OPTS["${#BUILD_OPTS[@]}"]="$AFP"

while getopts "A" OPT
do
  case "$OPT" in
    A)
      BUILD_OPTS["${#BUILD_OPTS[@]}"]="-g"
      BUILD_OPTS["${#BUILD_OPTS[@]}"]="AFP"
      ;;
    \?)
      usage
      ;;
  esac
done

shift $(($OPTIND - 1))


## main

exec "$ISABELLE_TOOL" build "${BUILD_OPTS[@]}" "$@"


Messung V0.5 in Prozent
C=87 H=98 G=92

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge