Skip to content

Commit

Permalink
initial compiling isl
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Jan 16, 2024
1 parent 83d36cc commit 65377cd
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 100 deletions.
22 changes: 4 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
EXTRA_DIR:= doc-config
COQDOCFLAGS:= \
--external 'http://ssr2.msr-inria.inria.fr/doc/ssreflect-1.5/' Ssreflect \
--external 'http://ssr2.msr-inria.inria.fr/doc/mathcomp-1.5/' MathComp \
--toc --toc-depth 2 --html --interpolate \
--index indexpage --no-lib-name --parse-comments \
--with-header $(EXTRA_DIR)/header.html --with-footer $(EXTRA_DIR)/footer.html
export COQDOCFLAGS

_: makefile.coq

makefile.coq: _CoqProject
coq_makefile $(shell cat _CoqProject) _build/default/theories/iSL/*.v > $@ 2> /dev/null

all: duneall

duneall:
dune build --display short
makefile.coq:
coq_makefile -f _CoqProject -o $@

doc: makefile.coq
rm -fr html
Expand All @@ -26,14 +19,7 @@ doc: makefile.coq
-include makefile.coq

clean::
rm makefile.coq
dune clean
rm -f theories/.*.aux theories/*.glob theories/*.vo theories/*.glob

demo: _build/default/bin/propquant.exe
_build/default/bin/propquant.exe $()

release:
tar -zcvf release.tar.gz Makefile theories/*.v bin/ extraction _CoqProject dune dune-project theories/dune README.md
rm makefile.coq makefile.coq.conf
rm -f theories/*/.*.aux theories/*/*.glob theories/*/*.vo theories/*/*.glob

.PHONY: _
3 changes: 2 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-R _build/default/theories/iSL ISL
-R theories/iSL ISL
theories/iSL
3 changes: 0 additions & 3 deletions dune

This file was deleted.

31 changes: 0 additions & 31 deletions dune-project

This file was deleted.

4 changes: 0 additions & 4 deletions theories/dune

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 0 additions & 43 deletions uiml.opam

This file was deleted.

0 comments on commit 65377cd

Please sign in to comment.