make-rules/shared-macros.mk
branchs11-update
changeset 4005 4bcc81bdda4e
parent 3996 20c0f21bbe1e
child 4227 35a4398c64cb
equal deleted inserted replaced
3999:da604685a0ed 4005:4bcc81bdda4e
   352 # Modules which are shipped by the OS but not with the core Python distribution
   352 # Modules which are shipped by the OS but not with the core Python distribution
   353 # belong in vendor-packages.
   353 # belong in vendor-packages.
   354 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   354 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   355 PYTHON_DATA= $(PYTHON_LIB)
   355 PYTHON_DATA= $(PYTHON_LIB)
   356 
   356 
       
   357 JAVA8_HOME =	/usr/jdk/instances/jdk1.8.0
   357 JAVA7_HOME =	/usr/jdk/instances/jdk1.7.0
   358 JAVA7_HOME =	/usr/jdk/instances/jdk1.7.0
   358 JAVA6_HOME =	/usr/jdk/instances/jdk1.6.0
   359 JAVA_HOME = $(JAVA8_HOME)
   359 JAVA_HOME = $(JAVA7_HOME)
       
   360 
   360 
   361 # This is the default BUILD version of perl
   361 # This is the default BUILD version of perl
   362 # Not necessarily the system's default version, i.e. /usr/bin/perl
   362 # Not necessarily the system's default version, i.e. /usr/bin/perl
   363 PERL_VERSION ?=  5.12
   363 PERL_VERSION ?=  5.12
   364 
   364