make/CompileJavaModules.gmk

Print this page




  77   # only solaris, macosx and aix
  78   #
  79   java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
  80 endif
  81 
  82 ifeq ($(OPENJDK_TARGET_OS), windows)
  83   java.base_EXCLUDE_FILES += \
  84       sun/nio/ch/AbstractPollSelectorImpl.java \
  85       sun/nio/ch/PollSelectorProvider.java \
  86       sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \
  87       #
  88 endif
  89 
  90 ################################################################################
  91 
  92 java.datatransfer_COPY := flavormap.properties
  93 
  94 ################################################################################
  95 
  96 java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
  97 java.desktop_CLEAN := iio-plugin.properties
  98 
  99 java.desktop_EXCLUDES += \
 100     java/awt/doc-files \
 101     javax/swing/doc-files \
 102     javax/swing/text/doc-files \
 103     javax/swing/plaf/synth/doc-files \
 104     javax/swing/undo/doc-files \
 105     sun/awt/X11/doc-files \
 106     #
 107 
 108 # The exception handling of swing beaninfo
 109 # These resources violates the convention of having code and resources together under
 110 # $(JDK_TOPDIR)/src/.../classes directories
 111 $(eval $(call SetupCopyFiles,COPY_BEANINFO, \
 112     SRC := $(JDK_TOPDIR)/make/data/swingbeaninfo/images, \
 113     DEST := $(JDK_OUTPUTDIR)/modules/java.desktop/javax/swing/beaninfo/images, \
 114     FILES := $(wildcard $(JDK_TOPDIR)/make/data/swingbeaninfo/images/*.gif)))
 115 
 116 java.desktop_COPY_EXTRA += $(COPY_BEANINFO)
 117 




  77   # only solaris, macosx and aix
  78   #
  79   java.base_EXCLUDE_FILES += sun/nio/fs/PollingWatchService.java
  80 endif
  81 
  82 ifeq ($(OPENJDK_TARGET_OS), windows)
  83   java.base_EXCLUDE_FILES += \
  84       sun/nio/ch/AbstractPollSelectorImpl.java \
  85       sun/nio/ch/PollSelectorProvider.java \
  86       sun/nio/ch/SimpleAsynchronousFileChannelImpl.java \
  87       #
  88 endif
  89 
  90 ################################################################################
  91 
  92 java.datatransfer_COPY := flavormap.properties
  93 
  94 ################################################################################
  95 
  96 java.desktop_COPY := .gif .png .wav .txt .xml .css .pf
  97 java.desktop_CLEAN := iio-plugin.properties cursors.properties
  98 
  99 java.desktop_EXCLUDES += \
 100     java/awt/doc-files \
 101     javax/swing/doc-files \
 102     javax/swing/text/doc-files \
 103     javax/swing/plaf/synth/doc-files \
 104     javax/swing/undo/doc-files \
 105     sun/awt/X11/doc-files \
 106     #
 107 
 108 # The exception handling of swing beaninfo
 109 # These resources violates the convention of having code and resources together under
 110 # $(JDK_TOPDIR)/src/.../classes directories
 111 $(eval $(call SetupCopyFiles,COPY_BEANINFO, \
 112     SRC := $(JDK_TOPDIR)/make/data/swingbeaninfo/images, \
 113     DEST := $(JDK_OUTPUTDIR)/modules/java.desktop/javax/swing/beaninfo/images, \
 114     FILES := $(wildcard $(JDK_TOPDIR)/make/data/swingbeaninfo/images/*.gif)))
 115 
 116 java.desktop_COPY_EXTRA += $(COPY_BEANINFO)
 117