/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2020-01-31 17:43:44 UTC
  • mto: This revision was merged to the branch mainline in revision 7478.
  • Revision ID: jelmer@jelmer.uk-20200131174344-qjhgqm7bdkuqj9sj
Default to running Python 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
### Core Stuff ###
22
22
 
23
23
SHELL=bash
24
 
PYTHON?=python
 
24
PYTHON?=python3
 
25
PYTHON2?=python2
25
26
PYTHON3?=python3
26
 
PYTHON24=python24
27
 
PYTHON25=python25
28
 
PYTHON26=python26
 
27
PYTHON27=python27
29
28
BRZ_TARGET=release
30
29
PLUGIN_TARGET=plugin-release
31
30
PYTHON_BUILDFLAGS=
267
266
        $(PYTHON) tools/win32/run_script.py cog.py -d -o tools/win32/brz.iss tools/win32/brz.iss.cog
268
267
        iscc /Q tools/win32/brz.iss
269
268
 
270
 
# win32 Python's distutils-based installer
271
 
# require to have Python interpreter installed on win32
272
 
py-inst-24: docs
273
 
        $(PYTHON24) setup.py bdist_wininst --install-script="brz-win32-bdist-postinstall.py" -d .
274
 
 
275
 
py-inst-25: docs
276
 
        $(PYTHON25) setup.py bdist_wininst --install-script="brz-win32-bdist-postinstall.py" -d .
277
 
 
278
 
py-inst-26: docs
279
 
        $(PYTHON26) setup.py bdist_wininst --install-script="brz-win32-bdist-postinstall.py" -d .
280
 
 
281
 
python-installer: py-inst-24 py-inst-25 py-inst-26
 
269
py-inst-27: docs
 
270
        $(PYTHON27) setup.py bdist_wininst --install-script="brz-win32-bdist-postinstall.py" -d .
 
271
 
 
272
python-installer: py-inst-27
282
273
 
283
274
 
284
275
copy-docs: docs