make-rules/shared-macros.mk
branchs11-update
changeset 2591 31090006a324
parent 2576 f1b6ecbb2d1e
child 2629 3666f503c6e7
equal deleted inserted replaced
2589:8ecfb2b25ddc 2591:31090006a324
   294 # Modules which are shipped by the OS but not with the core Python distribution
   294 # Modules which are shipped by the OS but not with the core Python distribution
   295 # belong in vendor-packages.
   295 # belong in vendor-packages.
   296 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   296 PYTHON_LIB= /usr/lib/python$(PYTHON_VERSION)/vendor-packages
   297 PYTHON_DATA= $(PYTHON_LIB)
   297 PYTHON_DATA= $(PYTHON_LIB)
   298 
   298 
   299 JAVA_HOME =	/usr/jdk/instances/jdk1.6.0
   299 JAVA7_HOME =    /usr/jdk/instances/jdk1.7.0
       
   300 JAVA6_HOME =    /usr/jdk/instances/jdk1.6.0
       
   301 JAVA_HOME = $(JAVA7_HOME)
   300 
   302 
   301 # This is the default BUILD version of perl
   303 # This is the default BUILD version of perl
   302 # Not necessarily the system's default version, i.e. /usr/bin/perl
   304 # Not necessarily the system's default version, i.e. /usr/bin/perl
   303 PERL_VERSION =  5.12
   305 PERL_VERSION =  5.12
   304 
   306