diff options
| -rw-r--r-- | doc/Makefile | 6 | ||||
| -rw-r--r-- | lib/isabelle/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile index 7e9e4f2f..981463ca 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -52,14 +52,14 @@ ifeq ($(shell which sail),) $(error Cannot find sail executable, make sure it is in PATH) endif -RISCV=../../sail-riscv +SAIL_RISCV=../../sail-riscv all: manual.pdf .PHONY: clean -code_riscv.tex: ${RISCV}/model/prelude.sail ${RISCV}/model/riscv_duopod.sail - sail -o code_riscv -latex -latex_full_valspecs ${RISCV}/model/prelude.sail ${RISCV}/model/riscv_duopod.sail +code_riscv.tex: ${SAIL_RISCV}/model/prelude.sail ${SAIL_RISCV}/model/riscv_duopod.sail + sail -o code_riscv -latex -latex_full_valspecs ${SAIL_RISCV}/model/prelude.sail ${SAIL_RISCV}/model/riscv_duopod.sail cp code_riscv/commands.tex code_riscv.tex code_myreplicatebits.tex: examples/my_replicate_bits.sail diff --git a/lib/isabelle/Makefile b/lib/isabelle/Makefile index a1500292..975810a1 100644 --- a/lib/isabelle/Makefile +++ b/lib/isabelle/Makefile @@ -12,7 +12,7 @@ ifeq ($(wildcard $(LEM_ISA_LIB)/ROOT),) $(error isabelle-lib directory of Lem not found. Please set the LEM_ISA_LIB environment variable) endif -RISCV ?= ../../../sail-riscv +SAIL_RISCV ?= ../../../sail-riscv .PHONY: all heap-img clean @@ -25,8 +25,8 @@ heap-img: thys $(EXTRA_THYS) ROOT manual: heap-img manual/Manual.thy manual/ROOT manual/document/root.tex cp output/document/session_graph.pdf manual/document/Sail_session_graph.pdf - make -C $(RISCV) riscv_duopod - isabelle build -d $(LEM_ISA_LIB) -d . -d $(RISCV)/generated_definitions/isabelle -D manual + make -C $(SAIL_RISCV) riscv_duopod + isabelle build -d $(LEM_ISA_LIB) -d . -d $(SAIL_RISCV)/generated_definitions/isabelle -D manual Sail2_instr_kinds.thy: ../../src/lem_interp/sail2_instr_kinds.lem lem -isa -outdir . -auxiliary_level none -lib ../../src/lem_interp -lib ../../src/gen_lib $< |
