< prev index next >

make/CompileJavaClasses.gmk

Print this page




  52 ifdef OPENJDK
  53   EXCLUDES += sun/dc \
  54       com/sun/jmx/snmp \
  55       sun/management/snmp \
  56       com/sun/script
  57 endif
  58 
  59 ifndef OPENJDK
  60   # There exists two versions of these files...
  61   EXFILES += $(JDK_TOPDIR)/src/share/classes/javax/crypto/JarVerifier.java
  62 
  63   ifeq ($(OPENJDK_TARGET_OS), windows)
  64     # This gets built on unix platforms implicitly in the old build even though
  65     # it's excluded in the closed build.
  66     EXCLUDES += sun/java2d/pisces
  67   endif
  68 endif
  69 
  70 ifeq ($(OPENJDK_TARGET_OS), windows)
  71     # AccessBridge is compiled separately below.
  72     EXFILES += AccessBridge.java \
  73         AccessBridgeLoader.java \
  74         com/sun/java/accessibility/util/java/awt/ChoiceTranslator.java
  75     # This seems to never be built
  76     EXCLUDES += com/sun/java/accessibility/extensions
  77   endif
  78 
  79 ifneq ($(OPENJDK_TARGET_OS), solaris)
  80   # Exclude Solaris nio and two security related files in src/share/classes
  81   EXFILES += SolarisAclFileAttributeView.java \
  82       SolarisFileStore.java \
  83       SolarisFileSystem.java \
  84       SolarisFileSystemProvider.java \
  85       SolarisNativeDispatcher.java \
  86       SolarisUserDefinedFileAttributeView.java \
  87       SolarisWatchService.java \
  88       SolarisAclFileAttributeView.java \
  89       SolarisLoginModule.java \
  90       SolarisSystem.java \
  91       sun/nio/ch/DevPollArrayWrapper.java \
  92       sun/nio/ch/DevPollSelectorImpl.java \
  93       sun/nio/ch/DevPollSelectorProvider.java \
  94       sun/nio/ch/EventPortSelectorImpl.java \




  52 ifdef OPENJDK
  53   EXCLUDES += sun/dc \
  54       com/sun/jmx/snmp \
  55       sun/management/snmp \
  56       com/sun/script
  57 endif
  58 
  59 ifndef OPENJDK
  60   # There exists two versions of these files...
  61   EXFILES += $(JDK_TOPDIR)/src/share/classes/javax/crypto/JarVerifier.java
  62 
  63   ifeq ($(OPENJDK_TARGET_OS), windows)
  64     # This gets built on unix platforms implicitly in the old build even though
  65     # it's excluded in the closed build.
  66     EXCLUDES += sun/java2d/pisces
  67   endif
  68 endif
  69 
  70 ifeq ($(OPENJDK_TARGET_OS), windows)
  71     # AccessBridge is compiled separately below.
  72     EXFILES += AccessBridge.java AccessBridgeLoader.java


  73     # This seems to never be built
  74     EXCLUDES += com/sun/java/accessibility/extensions
  75   endif
  76 
  77 ifneq ($(OPENJDK_TARGET_OS), solaris)
  78   # Exclude Solaris nio and two security related files in src/share/classes
  79   EXFILES += SolarisAclFileAttributeView.java \
  80       SolarisFileStore.java \
  81       SolarisFileSystem.java \
  82       SolarisFileSystemProvider.java \
  83       SolarisNativeDispatcher.java \
  84       SolarisUserDefinedFileAttributeView.java \
  85       SolarisWatchService.java \
  86       SolarisAclFileAttributeView.java \
  87       SolarisLoginModule.java \
  88       SolarisSystem.java \
  89       sun/nio/ch/DevPollArrayWrapper.java \
  90       sun/nio/ch/DevPollSelectorImpl.java \
  91       sun/nio/ch/DevPollSelectorProvider.java \
  92       sun/nio/ch/EventPortSelectorImpl.java \


< prev index next >