mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
8a93f34b4a
203 changed files with 1023 additions and 1587 deletions
|
@ -9,7 +9,7 @@ from mk_util import *
|
|||
|
||||
# Z3 Project definition
|
||||
def init_project_def():
|
||||
set_version(4, 8, 1, 0)
|
||||
set_version(4, 8, 2, 0)
|
||||
add_lib('util', [], includes2install = ['z3_version.h'])
|
||||
add_lib('polynomial', ['util'], 'math/polynomial')
|
||||
add_lib('sat', ['util'])
|
||||
|
|
|
@ -3494,7 +3494,7 @@ class MakeRuleCmd(object):
|
|||
needed commands used in Makefile rules
|
||||
Note that several of the method are meant for use during ``make
|
||||
install`` and ``make uninstall``. These methods correctly use
|
||||
``$(PREFIX)`` and ``$(DESTDIR)`` and therefore are preferrable
|
||||
``$(PREFIX)`` and ``$(DESTDIR)`` and therefore are preferable
|
||||
to writing commands manually which can be error prone.
|
||||
"""
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue