Searched defs:PYTHON (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/gnome/gupnp/
H A DMakefile45 PYTHON=3.4 macro
/solaris-userland/components/apache2-modules/mod_wsgi/
H A DMakefile50 $(BUILD_DIR)/apache2%-python27/$(MACH64)/.configured: PYTHON=$(PYTHON.2.7.64) macro
51 $(BUILD_DIR)/apache2%-python34/$(MACH64)/.configured: PYTHON=$(PYTHON.3.4.64) macro
52 $(BUILD_DIR)/apache2%-python35/$(MACH64)/.configured: PYTHON=$(PYTHON.3.5.64) macro
57 CONFIGURE_OPTIONS += --with-python=$(PYTHON)
/solaris-userland/components/desktop/mozjs-24/
H A DMakefile46 PYTHON= $(PYTHON.2.7.$(BITS)) macro
/solaris-userland/components/gnome/gupnp-igd/
H A DMakefile42 PYTHON=3.4 macro
/solaris-userland/components/gnome/pygobject3/
H A DMakefile81 CONFIGURE_OPTIONS += --with-python=$(PYTHON)
92 # Override $(PYTHON) for configure step so that configure can find
93 # $(PYTHON)-config properly
94 $(BUILD_DIR)/%-3.4/.configured: PYTHON=$(PYTHON.3.4)m macro
95 $(BUILD_DIR)/%-3.5/.configured: PYTHON=$(PYTHON.3.5)m macro
/solaris-userland/make-rules/
H A Dshared-macros.mk525 PYTHON.2.7.VENDOR_PACKAGES.32 = /usr/lib/python2.7/vendor-packages
526 PYTHON.2.7.VENDOR_PACKAGES.64 = /usr/lib/python2.7/vendor-packages/64
527 PYTHON.2.7.VENDOR_PACKAGES = $(PYTHON.2.7.VENDOR_PACKAGES.$(BITS))
529 PYTHON.3.4.VENDOR_PACKAGES.64 = /usr/lib/python3.4/vendor-packages/64
530 PYTHON.3.4.VENDOR_PACKAGES = $(PYTHON.3.4.VENDOR_PACKAGES.$(BITS))
532 PYTHON.3.5.VENDOR_PACKAGES.64 = /usr/lib/python3.5/vendor-packages
533 PYTHON.3.5.VENDOR_PACKAGES = $(PYTHON
569 PYTHON = $(PYTHON.$(PYTHON_VERSION).$(BITS)) macro
[all...]

Completed in 1030 milliseconds