< prev index next >

jdk/make/copy/Copy-jdk.accessibility.gmk

Print this page




  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
  23 # questions.
  24 #
  25 
  26 include CopyCommon.gmk
  27 
  28 ################################################################################
  29 
  30 ifeq ($(OPENJDK_TARGET_OS), windows)
  31   TARGETS += $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCallbacks.h \
  32       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.h \
  33       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgePackages.h \
  34       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.c \
  35       $(CONF_DST_DIR)/accessibility.properties
  36 
  37   $(INCLUDE_DST_OS_DIR)/bridge/%: \
  38       $(JDK_TOPDIR)/src/jdk.accessibility/windows/native/include/bridge/%
  39                 $(install-file)
  40 
  41   $(CONF_DST_DIR)/accessibility.properties: \
  42       $(JDK_TOPDIR)/src/jdk.accessibility/windows/conf/accessibility.properties
  43                 $(install-file)
  44 
  45 endif
  46 
  47 ################################################################################


  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
  23 # questions.
  24 #
  25 
  26 include CopyCommon.gmk
  27 
  28 ################################################################################
  29 
  30 ifeq ($(OPENJDK_TARGET_OS), windows)
  31   TARGETS += $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCallbacks.h \
  32       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.h \
  33       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgePackages.h \
  34       $(INCLUDE_DST_OS_DIR)/bridge/AccessBridgeCalls.c

  35 
  36   $(INCLUDE_DST_OS_DIR)/bridge/%: \
  37       $(JDK_TOPDIR)/src/jdk.accessibility/windows/native/include/bridge/%




  38                 $(install-file)
  39 
  40 endif
  41 
  42 ################################################################################
< prev index next >