|
| 1 | +# This configuration file was generated by running: |
| 2 | +# coq_makefile -f _CoqProject -o CoqMakefile |
| 3 | + |
| 4 | +COQBIN?= |
| 5 | +ifneq (,$(COQBIN)) |
| 6 | +# add an ending / |
| 7 | +COQBIN:=$(COQBIN)/ |
| 8 | +endif |
| 9 | +COQMKFILE ?= "$(COQBIN)coq_makefile" |
| 10 | + |
| 11 | +############################################################################### |
| 12 | +# # |
| 13 | +# Project files. # |
| 14 | +# # |
| 15 | +############################################################################### |
| 16 | + |
| 17 | +COQMF_CMDLINE_VFILES := |
| 18 | +COQMF_SOURCES := $(shell $(COQMKFILE) -sources-of -f _CoqProject $(COQMF_CMDLINE_VFILES)) |
| 19 | +COQMF_VFILES := $(filter %.v, $(COQMF_SOURCES)) |
| 20 | +COQMF_MLIFILES := $(filter %.mli, $(COQMF_SOURCES)) |
| 21 | +COQMF_MLFILES := $(filter %.ml, $(COQMF_SOURCES)) |
| 22 | +COQMF_MLGFILES := $(filter %.mlg, $(COQMF_SOURCES)) |
| 23 | +COQMF_MLPACKFILES := $(filter %.mlpack, $(COQMF_SOURCES)) |
| 24 | +COQMF_MLLIBFILES := $(filter %.mllib, $(COQMF_SOURCES)) |
| 25 | +COQMF_METAFILE = |
| 26 | + |
| 27 | +############################################################################### |
| 28 | +# # |
| 29 | +# Path directives (-I, -R, -Q). # |
| 30 | +# # |
| 31 | +############################################################################### |
| 32 | + |
| 33 | +COQMF_OCAMLLIBS = |
| 34 | +COQMF_SRC_SUBDIRS = |
| 35 | +COQMF_COQLIBS = -R theories CheriCaps |
| 36 | +COQMF_COQLIBS_NOML = -R theories CheriCaps |
| 37 | +COQMF_CMDLINE_COQLIBS = |
| 38 | + |
| 39 | +############################################################################### |
| 40 | +# # |
| 41 | +# Coq configuration. # |
| 42 | +# # |
| 43 | +############################################################################### |
| 44 | + |
| 45 | +COQMF_COQLIB=/home/ricardo/.opam/coq-cheri-capabilities/lib/coq/ |
| 46 | +COQMF_COQCORELIB=/home/ricardo/.opam/coq-cheri-capabilities/lib/coq/../coq-core/ |
| 47 | +COQMF_DOCDIR=/home/ricardo/.opam/coq-cheri-capabilities/share/doc/ |
| 48 | +COQMF_OCAMLFIND=/home/ricardo/.opam/coq-cheri-capabilities/bin/ocamlfind |
| 49 | +COQMF_CAMLFLAGS=-thread -bin-annot -strict-sequence -w -a+1..3-4+5..8-9+10..26-27+28..39-40-41-42+43-44-45+46..47-48+49..57-58+59..66-67-68+69-70 |
| 50 | +COQMF_WARN=-warn-error +a-3 |
| 51 | +COQMF_HASNATDYNLINK=true |
| 52 | +COQMF_COQ_SRC_SUBDIRS=boot config lib clib kernel library engine pretyping interp gramlib parsing proofs tactics toplevel printing ide stm vernac plugins/btauto plugins/cc plugins/derive plugins/extraction plugins/firstorder plugins/funind plugins/ltac plugins/ltac2 plugins/micromega plugins/nsatz plugins/ring plugins/rtauto plugins/ssr plugins/ssrmatching plugins/syntax |
| 53 | +COQMF_COQ_NATIVE_COMPILER_DEFAULT=no |
| 54 | +COQMF_WINDRIVE= |
| 55 | + |
| 56 | +############################################################################### |
| 57 | +# # |
| 58 | +# Native compiler. # |
| 59 | +# # |
| 60 | +############################################################################### |
| 61 | + |
| 62 | +COQMF_COQPROJECTNATIVEFLAG = |
| 63 | + |
| 64 | +############################################################################### |
| 65 | +# # |
| 66 | +# Extra variables. # |
| 67 | +# # |
| 68 | +############################################################################### |
| 69 | + |
| 70 | +COQMF_OTHERFLAGS = |
| 71 | +COQMF_INSTALLCOQDOCROOT = CheriCaps |
0 commit comments