Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/FOL_Seq_Calc2/   (Archive of formal Proofs Version 2026-5©)  Datei vom 29.4.2026 mit Größe 486 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
ISABELLE := .
ISABELLE_EXE := isabelle
HASKELL := haskell
EXPORT := $(HASKELL)/prover
APP := $(HASKELL)/app
LIB := $(HASKELL)/lib
ISABELLE_SOURCES = $(wildcard $(ISABELLE)/*.thy)

.PHONY: clean test

build: $(EXPORT)/%.hs
 cabal build

test:
 cabal test
 rm -rf test-tmp

$(EXPORT)/%.hs: $(ISABELLE_SOURCES) $(ISABELLE)/ROOT
 $(ISABELLE_EXE) export -d $(ISABELLE) -x "SeCaV_Prover*:**.hs" -p 3 -O $(EXPORT) SeCaV_Prover

clean:
 rm -rf $(EXPORT)
 rm -rf $(ISABELLE)/output
 cabal clean

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-07-02]