mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-19 04:07:39 +00:00
[Examples] Python: move Python constants to Scripts/Makefile.python
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
f7f89c2ed2
commit
741f5f7cd4
@@ -9,16 +9,8 @@
|
||||
|
||||
include ../../Scripts/Makefile.configs
|
||||
|
||||
# Constants
|
||||
|
||||
# By default, Graphene runs the system Python 3.5 executable.
|
||||
PYTHONVERSION ?= python3.5
|
||||
PYTHONPATH ?= /usr
|
||||
|
||||
PYTHONHOME := $(PYTHONPATH)/lib/$(PYTHONVERSION)
|
||||
PYTHONEXEC := $(PYTHONPATH)/bin/$(PYTHONVERSION)
|
||||
PYTHONDISTHOME := $(PYTHONPATH)/lib/python3/dist-packages
|
||||
PYTHONSHORTVERSION := $(subst python,,$(subst .,,$(PYTHONVERSION)))
|
||||
# Python constants are declared in Makefile.python
|
||||
include ../../Scripts/Makefile.python
|
||||
|
||||
# Relative path to Graphene root
|
||||
GRAPHENEDIR ?= ../..
|
||||
|
||||
Reference in New Issue
Block a user