Print this page
NEX-3123 update gate build environment to [open]jdk7
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>


   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #


  26 
  27 include $(SRC)/Makefile.master
  28 
  29 # The Java DTrace API package
  30 
  31 PKGPATH=org/opensolaris/os/dtrace
  32 PKGNAME=org.opensolaris.os.dtrace
  33 
  34 # The Java DTrace API directories
  35 
  36 APIDIR=$(SRC)/lib/libdtrace_jni/java
  37 CLASSES=$(APIDIR)/classes
  38 JNI=$(APIDIR)/native
  39 JARS=$(APIDIR)/lib
  40 DOCS=$(APIDIR)/docs
  41 DOCAPI=$(DOCS)/api
  42 DOCEXAMPLES=$(DOCS)/examples
  43 DOCHTML=$(DOCS)/html
  44 DOCIMAGES=$(DOCS)/images
  45 MANIFEST=$(APIDIR)/manifest




   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright 2014 PALO, Richard. All rights reserved.
  27 #
  28 
  29 include $(SRC)/Makefile.master
  30 
  31 # The Java DTrace API package
  32 
  33 PKGPATH=org/opensolaris/os/dtrace
  34 PKGNAME=org.opensolaris.os.dtrace
  35 
  36 # The Java DTrace API directories
  37 
  38 APIDIR=$(SRC)/lib/libdtrace_jni/java
  39 CLASSES=$(APIDIR)/classes
  40 JNI=$(APIDIR)/native
  41 JARS=$(APIDIR)/lib
  42 DOCS=$(APIDIR)/docs
  43 DOCAPI=$(DOCS)/api
  44 DOCEXAMPLES=$(DOCS)/examples
  45 DOCHTML=$(DOCS)/html
  46 DOCIMAGES=$(DOCS)/images
  47 MANIFEST=$(APIDIR)/manifest