make-rules/shared-macros.mk
changeset 1165 acf39745f10c
parent 1152 96d423311191
child 1188 d563dccb5adb
equal deleted inserted replaced
1164:3485ba7dfe6b 1165:acf39745f10c
   297 # Modules which are shipped by the OS but not with the core Python distribution
   297 # Modules which are shipped by the OS but not with the core Python distribution
   298 # belong in vendor-packages.
   298 # belong in vendor-packages.
   299 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   299 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   300 PYTHON_DATA= $(PYTHON_LIB)
   300 PYTHON_DATA= $(PYTHON_LIB)
   301 
   301 
   302 JAVA_HOME =	/usr/jdk/instances/jdk1.6.0
   302 JAVA7_HOME =	/usr/jdk/instances/jdk1.7.0
       
   303 JAVA6_HOME =	/usr/jdk/instances/jdk1.6.0
       
   304 JAVA_HOME = $(JAVA7_HOME)
   303 
   305 
   304 # This is the default BUILD version of perl
   306 # This is the default BUILD version of perl
   305 # Not necessarily the system's default version, i.e. /usr/bin/perl
   307 # Not necessarily the system's default version, i.e. /usr/bin/perl
   306 PERL_VERSION =  5.12
   308 PERL_VERSION =  5.12
   307 
   309