-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfigure
executable file
·21 lines (18 loc) · 1019 Bytes
/
configure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash
## Configures and calls coqproject.sh (https://github.com/dwoos/coqproject)
## Configuration options for coqproject.sh
DEPS=(StructTact InfSeqExt Verdi Cheerios)
DIRS=(core systems/chord systems/chord-serialized systems/chord-util systems/chord-props lib extraction/chord/coq extraction/chord-serialized/coq)
NAMESPACE_core="Verdi"
NAMESPACE_systems="Chord"
NAMESPACE_lib="Chord"
NAMESPACE_systems_chord_util="Chord"
NAMESPACE_systems_chord_props="Chord"
NAMESPACE_systems_chord="Chord"
NAMESPACE_extraction_chord_coq="Chord"
NAMESPACE_systems_chord_serialized="Chord"
NAMESPACE_extraction_chord_serialized_coq="Chord"
CANARIES=("mathcomp.ssreflect.ssreflect" "Verdi requires mathcomp to be installed" "StructTact.StructTactics" "Build StructTact before building Verdi" "InfSeqExt.infseq" "Build InfSeqExt before building Verdi" "Cheerios.Cheerios" "Build Cheerios before building Verdi Chord")
Verdi_DIRS=(core lib systems extraction)
Cheerios_DIRS=(core extraction)
source script/coqproject.sh