jdk/make/gensrc/Gensrc-java.desktop.gmk
changeset 36866 6ab1550e469d
parent 33669 1082bb5cff16
equal deleted inserted replaced
36865:12d5f6f44eea 36866:6ab1550e469d
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    60       #
    60       #
    61 endif
    61 endif
    62 
    62 
    63 ifeq ($(OPENJDK_TARGET_OS), windows)
    63 ifeq ($(OPENJDK_TARGET_OS), windows)
    64   PROP_SRC_DIRS += $(JDK_TOPDIR)/src/java.desktop/windows/classes/sun/awt/windows
    64   PROP_SRC_DIRS += $(JDK_TOPDIR)/src/java.desktop/windows/classes/sun/awt/windows
    65 else
    65 endif
       
    66 
       
    67 ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx), )
    66   PROP_SRC_DIRS += $(JDK_TOPDIR)/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/resources
    68   PROP_SRC_DIRS += $(JDK_TOPDIR)/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/resources
    67 endif
    69 endif
    68 
    70 
    69 $(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \
    71 $(eval $(call SetupCompileProperties, COMPILE_PROPERTIES, \
    70     SRC_DIRS := $(PROP_SRC_DIRS), \
    72     SRC_DIRS := $(PROP_SRC_DIRS), \