-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.conf
63 lines (52 loc) · 3.58 KB
/
Makefile.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This configuration file was generated by running:
# coq_makefile -f _CoqProject -o Makefile
###############################################################################
# #
# Project files. #
# #
###############################################################################
COQMF_VFILES = src/Syntax.v src/Helpers.v src/Env.v src/Aux.v src/NOS.v src/FBOS.v src/PBOS.v src/Equivs.v src/Tests.v src/small_test.v src/small_test_fbos.v src/small_test_pbos.v src/medium_test.v src/medium_test_fbos.v src/medium_test_pbos.v src/large_test.v src/large_test_fbos.v src/large_test_pbos.v
COQMF_MLIFILES =
COQMF_MLFILES =
COQMF_MLGFILES =
COQMF_MLPACKFILES =
COQMF_MLLIBFILES =
COQMF_CMDLINE_VFILES =
###############################################################################
# #
# Path directives (-I, -R, -Q). #
# #
###############################################################################
COQMF_OCAMLLIBS =
COQMF_SRC_SUBDIRS =
COQMF_COQLIBS = -R src CE
COQMF_COQLIBS_NOML = -R src CE
COQMF_CMDLINE_COQLIBS =
###############################################################################
# #
# Coq configuration. #
# #
###############################################################################
COQMF_COQLIB=/home/berpeti/.opam/ocaml-base-compiler.4.13.1/lib/coq/
COQMF_COQCORELIB=/home/berpeti/.opam/ocaml-base-compiler.4.13.1/lib/coq/../coq-core/
COQMF_DOCDIR=/home/berpeti/.opam/ocaml-base-compiler.4.13.1/doc/coq/
COQMF_OCAMLFIND=/home/berpeti/.opam/ocaml-base-compiler.4.13.1/bin/ocamlfind
COQMF_CAMLFLAGS=-thread -rectypes -w -a+1..3-4+5..8-9+10..26-27+28..40-41-42+43-44-45+46..47-48+49..57-58+59..66-67-68+69-70 -safe-string -strict-sequence
COQMF_WARN=-warn-error +a-3
COQMF_HASNATDYNLINK=true
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
COQMF_COQ_NATIVE_COMPILER_DEFAULT=no
COQMF_WINDRIVE=
###############################################################################
# #
# Native compiler. #
# #
###############################################################################
COQMF_COQPROJECTNATIVEFLAG =
###############################################################################
# #
# Extra variables. #
# #
###############################################################################
COQMF_OTHERFLAGS =
COQMF_INSTALLCOQDOCROOT = CE