aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/Makefile
blob: 90640208f9f39911fe5597878bcef32c55bec0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- Makefile -*-

# setting variables
COQPROJECT?=Make
COQMAKEOPTIONS=--no-print-directory

# Main Makefile
include Makefile.common

# --------------------------------------------------------------------
# this sets variable V (coq version) and MLLIBEXTRA
# assuming PLUGIN is set to the directory which contains the plugins
# and SSR is set to the directory of the ssreflect package
PLUGIN=../plugin
SSR=ssreflect
include ssreflect/Makefile.detect-coq-version
COQMAKEFILEOPTIONS=$(MLLIBEXTRA)