< prev index next >

make/CreateJars.gmk

Print this page
rev 13428 : jfr backport
   1 #
   2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 383       sun/awt/motif/X11GB2312.class \
 384       sun/awt/motif/X11KSC5601\$$$$Decoder.class \
 385       sun/awt/motif/X11KSC5601\$$$$Encoder.class \
 386       sun/awt/motif/X11GB2312\$$$$Encoder.class \
 387       sun/awt/motif/X11GBK\$$$$Encoder.class \
 388       sun/awt/motif/X11KSC5601.class
 389 endif
 390 
 391 $(eval $(call SetupArchive,BUILD_CHARSETS_JAR, , \
 392     SRCS := $(JDK_OUTPUTDIR)/classes, \
 393     SUFFIXES := .class .dat, \
 394     INCLUDES := sun/nio/cs/ext, \
 395     EXTRA_FILES := sun/awt/HKSCS.class \
 396         $(CHARSETS_EXTRA_FILES), \
 397     JAR := $(IMAGES_OUTPUTDIR)/lib/charsets.jar, \
 398     SKIP_METAINF := true, \
 399     CHECK_COMPRESS_JAR := true))
 400 
 401 ##########################################################################################
 402 
 403 ifndef OPENJDK
 404   ifeq ($(ENABLE_JFR), true)
 405     $(eval $(call SetupArchive,BUILD_JFR_JAR, , \
 406         SRCS := $(JDK_OUTPUTDIR)/classes, \
 407         SUFFIXES := .class .jfc .xsd, \
 408         INCLUDES := com/oracle/jrockit/jfr \
 409             oracle/jrockit/jfr \
 410             jdk/jfr, \
 411         JAR := $(IMAGES_OUTPUTDIR)/lib/jfr.jar, \
 412         SKIP_METAINF := true, \
 413         MANIFEST := $(MAINMANIFEST), \
 414         CHECK_COMPRESS_JAR := true))
 415 
 416   endif
 417 endif
 418 
 419 ##########################################################################################
 420 
 421 $(eval $(call SetupArchive,BUILD_JSSE_JAR, , \
 422     SRCS := $(JDK_OUTPUTDIR)/classes, \
 423     INCLUDES := sun/security/provider/Sun.class \
 424         sun/security/rsa/SunRsaSign.class \
 425         sun/security/ssl \
 426         com/sun/net/ssl/internal/ssl, \
 427     JAR := $(IMAGES_OUTPUTDIR)/lib/jsse.jar, \
 428     SKIP_METAINF := true, \
 429     MANIFEST := $(MAINMANIFEST), \
 430     CHECK_COMPRESS_JAR := true))
 431 
 432 ##########################################################################################
 433 
 434 $(eval $(call SetupArchive,BUILD_SWINGBEANS_JAR, , \
 435     SRCS := $(JDK_OUTPUTDIR)/classes, \
 436     SUFFIXES := BeanInfo.class .gif, \
 437     INCLUDES := javax/swing sun/swing, \


   1 #
   2 # Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 383       sun/awt/motif/X11GB2312.class \
 384       sun/awt/motif/X11KSC5601\$$$$Decoder.class \
 385       sun/awt/motif/X11KSC5601\$$$$Encoder.class \
 386       sun/awt/motif/X11GB2312\$$$$Encoder.class \
 387       sun/awt/motif/X11GBK\$$$$Encoder.class \
 388       sun/awt/motif/X11KSC5601.class
 389 endif
 390 
 391 $(eval $(call SetupArchive,BUILD_CHARSETS_JAR, , \
 392     SRCS := $(JDK_OUTPUTDIR)/classes, \
 393     SUFFIXES := .class .dat, \
 394     INCLUDES := sun/nio/cs/ext, \
 395     EXTRA_FILES := sun/awt/HKSCS.class \
 396         $(CHARSETS_EXTRA_FILES), \
 397     JAR := $(IMAGES_OUTPUTDIR)/lib/charsets.jar, \
 398     SKIP_METAINF := true, \
 399     CHECK_COMPRESS_JAR := true))
 400 
 401 ##########################################################################################
 402 
 403 $(eval $(call SetupArchive,BUILD_JFR_JAR, , \


 404     SRCS := $(JDK_OUTPUTDIR)/classes, \
 405     SUFFIXES := .class .jfc .xsd .xml .dtd, \
 406     INCLUDES := jdk/jfr, \


 407     JAR := $(IMAGES_OUTPUTDIR)/lib/jfr.jar, \
 408     SKIP_METAINF := true, \
 409     MANIFEST := $(MAINMANIFEST), \
 410     CHECK_COMPRESS_JAR := true))
 411 
 412 JARS += $(IMAGES_OUTPUTDIR)/lib/jfr.jar

 413 
 414 ##########################################################################################
 415 
 416 $(eval $(call SetupArchive,BUILD_JSSE_JAR, , \
 417     SRCS := $(JDK_OUTPUTDIR)/classes, \
 418     INCLUDES := sun/security/provider/Sun.class \
 419         sun/security/rsa/SunRsaSign.class \
 420         sun/security/ssl \
 421         com/sun/net/ssl/internal/ssl, \
 422     JAR := $(IMAGES_OUTPUTDIR)/lib/jsse.jar, \
 423     SKIP_METAINF := true, \
 424     MANIFEST := $(MAINMANIFEST), \
 425     CHECK_COMPRESS_JAR := true))
 426 
 427 ##########################################################################################
 428 
 429 $(eval $(call SetupArchive,BUILD_SWINGBEANS_JAR, , \
 430     SRCS := $(JDK_OUTPUTDIR)/classes, \
 431     SUFFIXES := BeanInfo.class .gif, \
 432     INCLUDES := javax/swing sun/swing, \


< prev index next >