blob: b66f94c5ad104993bfdd3bdea97761a63786f7e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# NB: This file lives in the top-level integer-gmp folder, and not in
# the gmp subfolder, because of #14972, where we MUST NOT create a
# folder named 'gmp' in dist/build/
ifeq "$(HaveLibGmp)" ""
HaveLibGmp = @HaveLibGmp@
endif
ifeq "$(HaveFrameworkGMP)" ""
HaveFrameworkGMP = @HaveFrameworkGMP@
endif
GMP_INCLUDE_DIRS = @GMP_INCLUDE_DIRS@
GMP_LIB_DIRS = @GMP_LIB_DIRS@
|