make/lib/Awt2dLibraries.gmk
author jdv
Wed, 15 May 2019 10:10:53 +0530
branchmetal-prototype-branch
changeset 57357 f3beca8f19fc
parent 57233 faf96b92a47b
parent 54232 7c11a7cc7c1d
child 57400 978ffc56771f
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
53150
05429f43e036 8216155: C4819 warning at libfreetype sources on Windows
ysuenaga
parents: 52843
diff changeset
     2
# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
47314
743814386712 8188814: Simplify IncludeCustomExtension
ihse
parents: 47217
diff changeset
    26
$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries-pre.gmk))
39504
96c700e62710 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
erikj
parents: 39025
diff changeset
    27
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
    28
WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    29
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    30
LIBAWT_DEFAULT_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    31
    libawt/awt/image \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    32
    libawt/awt/image/cvutils \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    33
    libawt/java2d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    34
    libawt/java2d/loops \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    35
    libawt/java2d/pipe \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    36
    #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    37
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
    38
################################################################################
12317
9670c1610c53 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    39
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    40
# We must not include java.desktop/unix/native/libmlib_image, which is only
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    41
# for usage by solaris-sparc in libmlib_image_v.
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    42
BUILD_LIBMLIB_EXCLUDE_SRC_PATTERNS := unix
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    43
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    44
BUILD_LIBMLIB_CFLAGS := -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES -DMLIB_NO_LIBSUNMATH
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents: 13164
diff changeset
    45
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
    46
ifeq ($(call isTargetCpuBits, 64), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    47
  BUILD_LIBMLIB_CFLAGS += -DMLIB_OS64BIT
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
    48
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
    49
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
    50
$(eval $(call SetupJdkLibrary, BUILD_LIBMLIB_IMAGE, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
    51
    NAME := mlib_image, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    52
    EXTRA_SRC := common/awt/medialib, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    53
    EXCLUDE_FILES := mlib_c_ImageBlendTable.c, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    54
    EXCLUDE_SRC_PATTERNS := $(BUILD_LIBMLIB_EXCLUDE_SRC_PATTERNS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    55
    OPTIMIZATION := HIGHEST, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    56
    CFLAGS := $(CFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    57
        $(BUILD_LIBMLIB_CFLAGS), \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
    58
    DISABLED_WARNINGS_gcc := unused-function, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    59
    LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    60
        $(call SET_SHARED_LIBRARY_ORIGIN), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    61
    LIBS := $(JDKLIB_LIBS), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    62
    LIBS_unix := $(LIBM) $(LIBDL), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
    63
))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    64
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
    65
$(BUILD_LIBMLIB_IMAGE): $(call FindLib, java.base, java)
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
    66
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
    67
TARGETS += $(BUILD_LIBMLIB_IMAGE)
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
    68
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
    69
################################################################################
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
    70
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
    71
ifeq ($(call And, $(call isTargetOs, solaris) $(call isTargetCpuArch, sparc)), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    72
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    73
  # libmlib_image_v is basically built from mlib_image sources, with some additions
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    74
  # and some exclusions.
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    75
  LIBMLIB_IMAGE_V_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    76
     libmlib_image \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    77
     common/awt/medialib \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    78
     #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    79
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    80
  LIBMLIB_IMAGE_V_CFLAGS := -xarch=sparcvis -D__USE_J2D_NAMES -D__MEDIALIB_OLD_NAMES \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    81
      $(TOPDIR)/src/$(MODULE)/unix/native/libmlib_image/vis_$(OPENJDK_TARGET_CPU_BITS).il
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    82
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
    83
  ifeq ($(call isTargetCpuBits, 64), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    84
    LIBMLIB_IMAGE_V_CFLAGS += -DMLIB_OS64BIT
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
    85
  endif
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
    86
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    87
  BUILD_LIBMLIB_IMAGE_V_EXFILES := \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    88
      awt_ImagingLib.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    89
      mlib_c_ImageAffine_BC.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    90
      mlib_c_ImageAffine_BC_S16.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    91
      mlib_c_ImageAffine_BC_U16.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    92
      mlib_c_ImageAffine_BL.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    93
      mlib_c_ImageAffine_BL_S16.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    94
      mlib_c_ImageAffine_BL_U16.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    95
      mlib_c_ImageAffine_NN.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    96
      mlib_c_ImageConvClearEdge.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    97
      mlib_c_ImageConvCopyEdge.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    98
      mlib_c_ImageConv_f.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
    99
      mlib_c_ImageConvVersion.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   100
      mlib_c_ImageCopy.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   101
      mlib_c_ImageLookUp.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   102
      mlib_c_ImageLookUp_f.c \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   103
      #
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   104
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   105
  $(eval $(call SetupJdkLibrary, BUILD_LIBMLIB_IMAGE_V, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   106
      NAME := mlib_image_v, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   107
      SRC := $(LIBMLIB_IMAGE_V_SRC), \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   108
      EXCLUDE_FILES := $(BUILD_LIBMLIB_IMAGE_V_EXFILES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   109
      OPTIMIZATION := HIGHEST, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   110
      CFLAGS := $(CFLAGS_JDKLIB) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   111
          $(LIBMLIB_IMAGE_V_CFLAGS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   112
      LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   113
          $(call SET_SHARED_LIBRARY_ORIGIN), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   114
      LIBS := -ljava -ljvm $(LIBM) $(LIBDL), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   115
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   116
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   117
  $(BUILD_LIBMLIB_IMAGE_V): $(call FindLib, java.base, java)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   118
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   119
  TARGETS += $(BUILD_LIBMLIB_IMAGE_V)
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   120
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   121
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   122
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   123
################################################################################
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   124
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   125
LIBAWT_EXTRA_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   126
    common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   127
    $(TOPDIR)/src/$(MODULE)/$(OPENJDK_TARGET_OS_TYPE)/native/common/awt \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   128
    #
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   129
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   130
ifeq ($(call And, $(call isTargetOs, solaris) $(call isTargetCpuArch, sparc)), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   131
  LIBAWT_EXTRA_SRC += $(TOPDIR)/src/$(MODULE)/share/native/common/awt/medialib
26225
3c7e92c78bab 8056246: Fix AIX build after the Modular Source Code change 8054834
simonis
parents: 26191
diff changeset
   132
endif
3c7e92c78bab 8056246: Fix AIX build after the Modular Source Code change 8054834
simonis
parents: 26191
diff changeset
   133
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   134
ifeq ($(call isTargetOs, windows), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   135
  LIBAWT_EXTRA_SRC += \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   136
      $(TOPDIR)/src/$(MODULE)/share/native/common/awt/utility \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   137
      $(TOPDIR)/src/$(MODULE)/share/native/common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   138
      $(TOPDIR)/src/$(MODULE)/share/native/common/java2d/opengl \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   139
      $(TOPDIR)/src/$(MODULE)/$(OPENJDK_TARGET_OS_TYPE)/native/common/awt/systemscale \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   140
      #
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   141
endif
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   142
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   143
ifeq ($(call isTargetOs, solaris linux macosx aix), true)
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   144
  LIBAWT_EXFILES += awt_Font.c CUPSfuncs.c fontpath.c X11Color.c
14231
a0c23c1c010f 8000992: Update new build-infra makefiles
ohair
parents: 13702
diff changeset
   145
endif
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   146
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   147
ifeq ($(call isTargetOs, macosx), true)
26751
70bac69b37c9 8056216: Remove "sun" directory layer from libawt and common
prr
parents: 26741
diff changeset
   148
  LIBAWT_EXFILES += initIDs.c awt/image/cvutils/img_colors.c
22597
7515a991bb37 8024854: PPC64: Basic changes and files to build the class library on AIX
simonis
parents: 22595
diff changeset
   149
endif
7515a991bb37 8024854: PPC64: Basic changes and files to build the class library on AIX
simonis
parents: 22595
diff changeset
   150
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   151
ifeq ($(call isTargetOs, windows), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   152
  LIBAWT_EXFILES += \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   153
      java2d/d3d/D3DShaderGen.c \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   154
      awt/image/cvutils/img_colors.c \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   155
      #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   156
endif
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   157
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   158
ifeq ($(call And, $(call isTargetOs, solaris) $(call isTargetCpu, sparcv9)), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   159
  LIBAWT_EXFILES += java2d/loops/MapAccelFunc.c
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   160
else
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   161
  LIBAWT_EXCLUDES += \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   162
      $(TOPDIR)/src/$(MODULE)/unix/native/libawt/awt/medialib \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   163
      $(TOPDIR)/src/$(MODULE)/unix/native/libawt/java2d/loops \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   164
      $(TOPDIR)/src/$(MODULE)/unix/native/common/awt/medialib \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   165
      #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   166
endif
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   167
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   168
LIBAWT_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   169
    $(LIBAWT_DEFAULT_HEADER_DIRS) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   170
    $(call GetJavaHeaderDir, java.base) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   171
    libawt/awt/medialib \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   172
    libawt/java2d/d3d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   173
    libawt/java2d/opengl \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   174
    libawt/java2d/windows \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   175
    libawt/windows \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   176
    common/awt/medialib \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   177
    libmlib_image \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   178
    include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   179
    java.base:libjava \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   180
    java.base:include \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   181
    #
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   182
26225
3c7e92c78bab 8056246: Fix AIX build after the Modular Source Code change 8054834
simonis
parents: 26191
diff changeset
   183
LIBAWT_CFLAGS += -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES $(X_CFLAGS)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   184
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   185
ifeq ($(call And, $(call isTargetOs, solaris) $(call isTargetCpu, sparcv9)), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   186
  LIBAWT_CFLAGS += -xarch=sparcvis -DMLIB_ADD_SUFF \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   187
      $(TOPDIR)/src/$(MODULE)/unix/native/libmlib_image/vis_$(OPENJDK_TARGET_CPU_BITS).il
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   188
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   189
  LIBAWT_ASFLAGS = -P -xarch=v9a
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   190
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   191
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   192
ifeq ($(call isTargetOs, solaris), false)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   193
  LIBAWT_CFLAGS += -DMLIB_NO_LIBSUNMATH
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   194
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   195
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   196
ifeq ($(call isTargetOs, windows), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   197
  LIBAWT_CFLAGS += -EHsc -DUNICODE -D_UNICODE
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   198
  ifeq ($(call isTargetCpuBits, 64), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   199
    LIBAWT_CFLAGS += -DMLIB_OS64BIT
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   200
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   201
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
   202
  LIBAWT_RC_FLAGS ?= -I $(TOPDIR)/src/java.base/windows/native/launcher/icons
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   203
  LIBAWT_VERSIONINFO_RESOURCE := $(TOPDIR)/src/$(MODULE)/windows/native/libawt/windows/awt.rc
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   204
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   205
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   206
ifeq ($(call isTargetOs, linux), true)
49440
396ea30afbd5 8200178: Remove mapfiles for JDK native libraries
ihse
parents: 49263
diff changeset
   207
  # FIXME: This is probably not what we want to do, but keep it now for compatibility.
396ea30afbd5 8200178: Remove mapfiles for JDK native libraries
ihse
parents: 49263
diff changeset
   208
  LIBAWT_CFLAGS += $(EXPORT_ALL_SYMBOLS)
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   209
endif
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   210
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   211
# Turn off all warnings for debug_mem.c This is needed because the specific warning
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   212
# about initializing a declared 'extern' cannot be turned off individually. Only
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   213
# applies to debug builds.
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   214
ifeq ($(TOOLCHAIN_TYPE), gcc)
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   215
  BUILD_LIBAWT_debug_mem.c_CFLAGS := -w
43082
cf17b8a17dc0 8140266: Performance loss between jdk8 and jdk9 on Maskfill
serb
parents: 42747
diff changeset
   216
  # This option improves performance of MaskFill in Java2D by 20% for some gcc
cf17b8a17dc0 8140266: Performance loss between jdk8 and jdk9 on Maskfill
serb
parents: 42747
diff changeset
   217
  LIBAWT_CFLAGS += -fgcse-after-reload
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   218
endif
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   219
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   220
$(eval $(call SetupJdkLibrary, BUILD_LIBAWT, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   221
    NAME := awt, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   222
    EXTRA_SRC := $(LIBAWT_EXTRA_SRC), \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   223
    EXCLUDES := $(LIBAWT_EXCLUDES), \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   224
    EXCLUDE_FILES := $(LIBAWT_EXFILES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   225
    OPTIMIZATION := LOW, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   226
    CFLAGS := $(CFLAGS_JDKLIB) $(LIBAWT_CFLAGS), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   227
    EXTRA_HEADER_DIRS := $(LIBAWT_EXTRA_HEADER_DIRS), \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   228
    DISABLED_WARNINGS_gcc := sign-compare unused-result maybe-uninitialized \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   229
        format-nonliteral parentheses unused-value unused-function, \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   230
    DISABLED_WARNINGS_clang := logical-op-parentheses extern-initializer \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   231
        sign-compare format-nonliteral, \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   232
    DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE, \
50484
f8c15a2f2ae9 8204211: windows : handle potential C++ exception in GDIRenderer
mbaesken
parents: 50479
diff changeset
   233
    DISABLED_WARNINGS_microsoft := 4244 4267 4996, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   234
    ASFLAGS := $(LIBAWT_ASFLAGS), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   235
    LDFLAGS := $(LDFLAGS_JDKLIB) $(call SET_SHARED_LIBRARY_ORIGIN), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   236
    LDFLAGS_macosx := -L$(INSTALL_LIBRARIES_HERE), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   237
    LDFLAGS_windows := -delayload:user32.dll -delayload:gdi32.dll \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   238
        -delayload:shell32.dll -delayload:winmm.dll \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   239
        -delayload:winspool.drv -delayload:imm32.dll \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   240
        -delayload:ole32.dll -delayload:comdlg32.dll \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   241
        -delayload:comctl32.dll -delayload:shlwapi.dll, \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   242
    LIBS_unix := -ljvm -ljava $(LIBM), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   243
    LIBS_linux :=  $(LIBDL), \
49241
de4b3a04feae 8199606: Set -lc as global LIBS on solstudio
ihse
parents: 49239
diff changeset
   244
    LIBS_solaris := $(LIBDL), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   245
    LIBS_aix := $(LIBDL),\
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   246
    LIBS_macosx := -lmlib_image \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   247
        -framework Cocoa \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   248
        -framework OpenGL \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   249
        -framework JavaNativeFoundation \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   250
        -framework JavaRuntimeSupport \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   251
        -framework ApplicationServices \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   252
        -framework AudioToolbox, \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   253
    LIBS_windows := kernel32.lib user32.lib gdi32.lib winspool.lib \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   254
        imm32.lib ole32.lib uuid.lib shell32.lib \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   255
        comdlg32.lib winmm.lib comctl32.lib shlwapi.lib \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   256
        delayimp.lib jvm.lib $(WIN_JAVA_LIB) advapi32.lib, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   257
    VERSIONINFO_RESOURCE := $(LIBAWT_VERSIONINFO_RESOURCE), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   258
    RC_FLAGS := $(RC_FLAGS) $(LIBAWT_RC_FLAGS) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   259
        -D "JDK_FNAME=awt.dll" \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   260
        -D "JDK_INTERNAL_NAME=awt" \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   261
        -D "JDK_FTYPE=0x2L", \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   262
))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   263
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   264
$(BUILD_LIBAWT): $(call FindLib, java.base, java)
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   265
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   266
ifeq ($(call isTargetOs, macosx), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   267
  $(BUILD_LIBAWT): $(BUILD_LIBMLIB_IMAGE)
13164
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   268
endif
72c5d01a857d 7181504: Update of latest build-infra Makefiles
erikj
parents: 12892
diff changeset
   269
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   270
TARGETS += $(BUILD_LIBAWT)
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   271
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   272
################################################################################
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   273
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   274
ifeq ($(call isTargetOs, windows macosx), false)
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   275
  ifeq ($(ENABLE_HEADLESS_ONLY), false)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   276
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   277
    LIBAWT_XAWT_EXTRA_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   278
        common/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   279
        common/java2d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   280
        common/font \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   281
        #
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   282
52636
f52ea62d68cc 8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
simonis
parents: 52612
diff changeset
   283
    LIBAWT_XAWT_EXCLUDES := medialib debug
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   284
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   285
    LIBAWT_XAWT_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   286
        $(LIBAWT_DEFAULT_HEADER_DIRS) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   287
        libawt_xawt/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   288
        include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   289
        common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   290
        common/awt/systemscale \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   291
        common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   292
        common/java2d/opengl \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   293
        common/java2d/x11 \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   294
        #
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   295
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   296
    LIBAWT_XAWT_CFLAGS += -DXAWT -DXAWT_HACK \
47507
5a270d2dfa5d 8170681: Remove fontconfig header files from JDK source tree
prr
parents: 47314
diff changeset
   297
        $(FONTCONFIG_CFLAGS) \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   298
        $(CUPS_CFLAGS)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   299
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   300
    ifeq ($(call isTargetOs, solaris), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   301
      LIBAWT_XAWT_CFLAGS += -DFUNCPROTO=15
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   302
    endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   303
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   304
    ifeq ($(call isTargetOs, linux), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   305
      ifeq ($(DISABLE_XRENDER), true)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   306
        LIBAWT_XAWT_CFLAGS += -DDISABLE_XRENDER_BY_DEFAULT=true
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   307
      endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   308
    endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   309
49241
de4b3a04feae 8199606: Set -lc as global LIBS on solstudio
ihse
parents: 49239
diff changeset
   310
    LIBAWT_XAWT_LIBS := $(LIBM) -lawt -lXext -lX11 -lXrender $(LIBDL) -lXtst -lXi -ljava -ljvm
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   311
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   312
    ifeq ($(call isTargetOs, linux), true)
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   313
      LIBAWT_XAWT_LIBS += -lpthread
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   314
    endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   315
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   316
    ifeq ($(TOOLCHAIN_TYPE), gcc)
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   317
      # Turn off all warnings for the following files since they contain warnings
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   318
      # that cannot be turned of individually.
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   319
      # redefining a macro
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   320
      BUILD_LIBAWT_XAWT_gtk2_interface.c_CFLAGS := -w
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   321
      # comparison between pointer and integer
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   322
      BUILD_LIBAWT_XAWT_awt_Font.c_CFLAGS := -w
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   323
      # initializing a declared 'extern'
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   324
      BUILD_LIBAWT_XAWT_debug_mem.c_CFLAGS := -w
50350
668463f93ec0 8201429: Support AIX Input Method Editor (IME) for AWT Input Method Framework (IMF)
clanger
parents: 49999
diff changeset
   325
    endif
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   326
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   327
    $(eval $(call SetupJdkLibrary, BUILD_LIBAWT_XAWT, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   328
        NAME := awt_xawt, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   329
        EXTRA_SRC := $(LIBAWT_XAWT_EXTRA_SRC), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   330
        EXTRA_HEADER_DIRS := $(LIBAWT_XAWT_EXTRA_HEADER_DIRS), \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   331
        EXCLUDES := $(LIBAWT_XAWT_EXCLUDES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   332
        OPTIMIZATION := LOW, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   333
        CFLAGS := $(CFLAGS_JDKLIB) $(LIBAWT_XAWT_CFLAGS) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   334
            $(X_CFLAGS), \
37529
868c7195632c 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
simonis
parents: 36110
diff changeset
   335
        WARNINGS_AS_ERRORS_xlc := false, \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   336
        DISABLED_WARNINGS_gcc := type-limits pointer-to-int-cast \
42194
4c928df88d20 8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
aghaisas
parents: 41132
diff changeset
   337
            unused-result maybe-uninitialized format \
48766
2c4d1993b5f9 8196985: Disable new warnings from GCC 7.3 in jdk libraries
erikj
parents: 48751
diff changeset
   338
            format-security int-to-pointer-cast parentheses \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   339
            implicit-fallthrough undef unused-function, \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   340
        DISABLED_WARNINGS_clang := parentheses format undef \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   341
            logical-op-parentheses format-nonliteral int-conversion, \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   342
        DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE \
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   343
            E_ASSIGNMENT_TYPE_MISMATCH E_NON_CONST_INIT, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   344
        LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   345
            $(call SET_SHARED_LIBRARY_ORIGIN) \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   346
            -L$(INSTALL_LIBRARIES_HERE), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   347
        LIBS :=  $(X_LIBS) $(LIBAWT_XAWT_LIBS), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   348
    ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   349
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   350
    $(BUILD_LIBAWT_XAWT): $(call FindLib, java.base, java)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   351
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   352
    $(BUILD_LIBAWT_XAWT): $(BUILD_LIBAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   353
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   354
    TARGETS += $(BUILD_LIBAWT_XAWT)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   355
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   356
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   357
endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   358
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   359
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   360
33285
5b20fc9010b7 8086092: More palette improvements
prr
parents: 32872
diff changeset
   361
# The fast floor code loses precision.
5b20fc9010b7 8086092: More palette improvements
prr
parents: 32872
diff changeset
   362
LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR
24540
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   363
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   364
ifeq ($(USE_EXTERNAL_LCMS), true)
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   365
  # If we're using an external library, we'll just need the wrapper part.
42352
4036fe6d110d 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse
parents: 42340
diff changeset
   366
  # By including it explicitly, all other files will be excluded.
24540
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   367
  BUILD_LIBLCMS_INCLUDE_FILES := LCMS.c
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   368
  # If we're using an external library, we can't include our own SRC path
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   369
  # as includes, instead the system headers should be used.
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   370
  LIBLCMS_HEADERS_FROM_SRC := false
24540
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   371
else
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   372
  BUILD_LIBLCMS_INCLUDE_FILES :=
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   373
endif
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   374
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   375
$(eval $(call SetupJdkLibrary, BUILD_LIBLCMS, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   376
    NAME := lcms, \
24540
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   377
    INCLUDE_FILES := $(BUILD_LIBLCMS_INCLUDE_FILES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   378
    OPTIMIZATION := HIGHEST, \
51819
f12165de3cc0 8210949: Stop filtering out -xc99=%none for liblcms
ihse
parents: 51811
diff changeset
   379
    CFLAGS := $(CFLAGS_JDKLIB) \
24540
41aa84a568f3 8042159: Allow using a system-installed lcms2
omajid
parents: 23592
diff changeset
   380
        $(LCMS_CFLAGS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   381
    CFLAGS_solaris := -xc99=no_lib, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   382
    CFLAGS_windows := -DCMS_IS_WINDOWS_, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   383
    EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   384
        common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   385
        libawt/java2d, \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   386
    HEADERS_FROM_SRC := $(LIBLCMS_HEADERS_FROM_SRC), \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   387
    DISABLED_WARNINGS_gcc := format-nonliteral type-limits \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   388
        misleading-indentation undef unused-function, \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   389
    DISABLED_WARNINGS_clang := tautological-compare format-nonliteral undef, \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   390
    DISABLED_WARNINGS_solstudio := E_STATEMENT_NOT_REACHED, \
42747
807791cafb87 8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales
dbuck
parents: 42352
diff changeset
   391
    DISABLED_WARNINGS_microsoft := 4819, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   392
    LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   393
        $(call SET_SHARED_LIBRARY_ORIGIN), \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   394
    LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
49640
dd76fcbda95f 8200383: Can't build on SPARC Hotspot with code which use math functions
kvn
parents: 49263
diff changeset
   395
    LIBS_unix := -lawt -ljvm -ljava $(LCMS_LIBS) $(LIBM), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   396
    LIBS_windows := $(WIN_AWT_LIB) $(WIN_JAVA_LIB), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   397
))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   398
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   399
TARGETS += $(BUILD_LIBLCMS)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   400
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   401
$(BUILD_LIBLCMS): $(BUILD_LIBAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   402
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   403
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   404
49440
396ea30afbd5 8200178: Remove mapfiles for JDK native libraries
ihse
parents: 49263
diff changeset
   405
# "DISABLED_WARNINGS_gcc := clobbered" rationale:
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   406
# Suppress gcc warnings like "variable might be clobbered by 'longjmp'
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   407
# or 'vfork'": this warning indicates that some variable is placed to
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   408
# a register by optimized compiler and it's value might be lost on longjmp().
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   409
# Recommended way to avoid such warning is to declare the variable as
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   410
# volatile to prevent the optimization. However, this approach does not
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   411
# work because we have to declare all variables as volatile in result.
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   412
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   413
ifeq ($(USE_EXTERNAL_LIBJPEG), true)
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   414
  LIBJPEG_LIBS := -ljpeg
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   415
  BUILD_LIBJAVAJPEG_INCLUDE_FILES := \
33647
2665054d3864 8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
omajid
parents: 33518
diff changeset
   416
      imageioJPEG.c \
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   417
      jpegdecoder.c
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   418
  # If we're using an external library, we can't include our own SRC path
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   419
  # as includes, instead the system headers should be used.
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   420
  LIBJPEG_HEADERS_FROM_SRC := false
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   421
else
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   422
  LIBJPEG_LIBS :=
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   423
  BUILD_LIBJAVAJPEG_INCLUDE_FILES :=
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   424
endif
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   425
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   426
$(eval $(call SetupJdkLibrary, BUILD_LIBJAVAJPEG, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   427
    NAME := javajpeg, \
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   428
    INCLUDE_FILES := $(BUILD_LIBJAVAJPEG_INCLUDE_FILES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   429
    OPTIMIZATION := HIGHEST, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   430
    CFLAGS := $(CFLAGS_JDKLIB), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   431
    HEADERS_FROM_SRC := $(LIBJPEG_HEADERS_FROM_SRC), \
48766
2c4d1993b5f9 8196985: Disable new warnings from GCC 7.3 in jdk libraries
erikj
parents: 48751
diff changeset
   432
    DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough shift-negative-value, \
33305
ed708a0e3482 8140223: fix the build with a toolchain with a linker defaulting to ld --as-needed
erikj
parents: 33285
diff changeset
   433
    LDFLAGS := $(LDFLAGS_JDKLIB) \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   434
        $(call SET_SHARED_LIBRARY_ORIGIN), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   435
    LIBS := $(LIBJPEG_LIBS) $(JDKLIB_LIBS), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   436
    LIBS_windows := $(WIN_JAVA_LIB) jvm.lib, \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   437
))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   438
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   439
$(BUILD_LIBJAVAJPEG): $(call FindLib, java.base, java)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   440
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   441
TARGETS += $(BUILD_LIBJAVAJPEG)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   442
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   443
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   444
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   445
# Mac and Windows only use the native AWT lib, do not build libawt_headless
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   446
ifeq ($(call isTargetOs, windows macosx), false)
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   447
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   448
  LIBAWT_HEADLESS_EXTRA_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   449
      common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   450
      common/java2d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   451
      $(TOPDIR)/src/$(MODULE)/$(OPENJDK_TARGET_OS_TYPE)/native/common/awt \
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   452
      #
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   453
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   454
  LIBAWT_HEADLESS_EXCLUDES := medialib
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   455
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   456
  LIBAWT_HEADLESS_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   457
      $(LIBAWT_DEFAULT_HEADER_DIRS) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   458
      common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   459
      common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   460
      common/java2d/opengl \
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   461
      #
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   462
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   463
  LIBAWT_HEADLESS_CFLAGS := $(CUPS_CFLAGS) $(FONTCONFIG_CFLAGS) $(X_CFLAGS) \
51811
4be08a5102b0 8210924: Remove PACKAGE_PATH
ihse
parents: 51387
diff changeset
   464
      -DHEADLESS=true
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   465
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   466
  $(eval $(call SetupJdkLibrary, BUILD_LIBAWT_HEADLESS, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   467
      NAME := awt_headless, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   468
      EXTRA_SRC := $(LIBAWT_HEADLESS_EXTRA_SRC), \
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   469
      EXCLUDES := $(LIBAWT_HEADLESS_EXCLUDES), \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   470
      OPTIMIZATION := LOW, \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   471
      CFLAGS := $(CFLAGS_JDKLIB) \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   472
          $(LIBAWT_HEADLESS_CFLAGS), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   473
      EXTRA_HEADER_DIRS := $(LIBAWT_HEADLESS_EXTRA_HEADER_DIRS), \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   474
      DISABLED_WARNINGS_gcc := unused-function, \
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   475
      DISABLED_WARNINGS_xlc := 1506-356, \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   476
      DISABLED_WARNINGS_solstudio := E_EMPTY_TRANSLATION_UNIT, \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   477
      LDFLAGS := $(LDFLAGS_JDKLIB) \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   478
          $(call SET_SHARED_LIBRARY_ORIGIN), \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   479
      LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   480
      LIBS_unix := -lawt -ljvm -ljava, \
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   481
      LIBS_linux := $(LIBM) $(LIBDL), \
49241
de4b3a04feae 8199606: Set -lc as global LIBS on solstudio
ihse
parents: 49239
diff changeset
   482
      LIBS_solaris := $(LIBM) $(LIBDL) $(LIBCXX), \
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   483
  ))
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   484
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   485
  # AIX warning explanation:
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   486
  # 1506-356 : (W) Compilation unit is empty.
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   487
  #            This happens during the headless build
37529
868c7195632c 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
simonis
parents: 36110
diff changeset
   488
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   489
  $(BUILD_LIBAWT_HEADLESS): $(BUILD_LIBAWT)
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   490
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   491
  TARGETS += $(BUILD_LIBAWT_HEADLESS)
29006
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   492
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   493
endif
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   494
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   495
################################################################################
0d72c5ab72d8 8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
prr
parents: 29002
diff changeset
   496
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   497
ifeq ($(FREETYPE_TO_USE), system)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   498
  # For use by libfontmanager:
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   499
  LIBFREETYPE_CFLAGS := $(FREETYPE_CFLAGS)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   500
  LIBFREETYPE_LIBS := $(FREETYPE_LIBS)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   501
else
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   502
  BUILD_LIBFREETYPE_HEADER_DIRS := $(TOPDIR)/src/$(MODULE)/share/native/libfreetype/include
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   503
  BUILD_LIBFREETYPE_CFLAGS := -DFT2_BUILD_LIBRARY $(EXPORT_ALL_SYMBOLS)
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   504
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   505
  # For use by libfontmanager:
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   506
  LIBFREETYPE_CFLAGS := -I$(BUILD_LIBFREETYPE_HEADER_DIRS)
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   507
  ifeq ($(call isTargetOs, windows), true)
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   508
    LIBFREETYPE_LIBS := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libfreetype/freetype.lib
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   509
  else
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   510
    LIBFREETYPE_LIBS := -lfreetype
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   511
  endif
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   512
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   513
  $(eval $(call SetupJdkLibrary, BUILD_LIBFREETYPE, \
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   514
      NAME := freetype, \
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   515
      OPTIMIZATION := HIGHEST, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   516
      CFLAGS := $(CFLAGS_JDKLIB) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   517
          $(BUILD_LIBFREETYPE_CFLAGS), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   518
      EXTRA_HEADER_DIRS := $(BUILD_LIBFREETYPE_HEADER_DIRS), \
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   519
      DISABLED_WARNINGS_solstudio := \
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   520
         E_STATEMENT_NOT_REACHED \
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   521
         E_END_OF_LOOP_CODE_NOT_REACHED, \
53150
05429f43e036 8216155: C4819 warning at libfreetype sources on Windows
ysuenaga
parents: 52843
diff changeset
   522
      DISABLED_WARNINGS_microsoft := 4267 4244 4312 4819, \
50479
70e706c85f1d 8203367: Upgrade to freetype 2.9.1
prr
parents: 50357
diff changeset
   523
      DISABLED_WARNINGS_gcc := implicit-fallthrough, \
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   524
      LDFLAGS := $(LDFLAGS_JDKLIB) \
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   525
          $(call SET_SHARED_LIBRARY_ORIGIN), \
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   526
  ))
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   527
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   528
  TARGETS += $(BUILD_LIBFREETYPE)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   529
endif
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   530
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   531
###########################################################################
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   532
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   533
#### Begin harfbuzz configuration
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   534
50826
f5b95be8b6e2 8205441: Upgrade to harfbuzz 1.8.1
prr
parents: 50494
diff changeset
   535
HARFBUZZ_CFLAGS := -DHAVE_OT -DHAVE_FALLBACK -DHAVE_UCDN -DHAVE_ROUND
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   536
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   537
ifeq ($(call isTargetOs, windows), false)
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   538
  HARFBUZZ_CFLAGS += -DGETPAGESIZE -DHAVE_MPROTECT -DHAVE_PTHREAD \
54232
7c11a7cc7c1d 8210782: Upgrade HarfBuzz to the latest 2.3.1
prr
parents: 53917
diff changeset
   539
                      -DHAVE_SYSCONF -DHAVE_SYS_MMAN_H -DHAVE_UNISTD_H \
7c11a7cc7c1d 8210782: Upgrade HarfBuzz to the latest 2.3.1
prr
parents: 53917
diff changeset
   540
                      -DHB_NO_PRAGMA_GCC_DIAGNOSTIC
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   541
endif
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   542
ifeq ($(call isTargetOs, linux macosx), true)
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   543
  HARFBUZZ_CFLAGS += -DHAVE_INTEL_ATOMIC_PRIMITIVES
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   544
endif
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   545
ifeq ($(call isTargetOs, solaris), true)
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   546
  HARFBUZZ_CFLAGS += -DHAVE_SOLARIS_ATOMIC_OPS
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   547
endif
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   548
ifeq ($(call isTargetOs, macosx), true)
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   549
  HARFBUZZ_CFLAGS += -DHAVE_CORETEXT
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   550
endif
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   551
ifeq ($(call isTargetOs, macosx), false)
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   552
  LIBFONTMANAGER_EXCLUDE_FILES += harfbuzz/hb-coretext.cc
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   553
endif
34432
958d65712d3e 8144616: Problem building OpenJDK/harfbuzz on jprt
prr
parents: 34414
diff changeset
   554
# hb-ft.cc is not presently needed, and requires freetype 2.4.2 or later.
958d65712d3e 8144616: Problem building OpenJDK/harfbuzz on jprt
prr
parents: 34414
diff changeset
   555
LIBFONTMANAGER_EXCLUDE_FILES += harfbuzz/hb-ft.cc
34414
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   556
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   557
LIBFONTMANAGER_CFLAGS += $(HARFBUZZ_CFLAGS)
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   558
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   559
#### End harfbuzz configuration
e496a8d8fc8a 8143177: Integrate harfbuzz opentype layout engine per JEP 258
prr
parents: 33647
diff changeset
   560
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   561
LIBFONTMANAGER_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   562
    libfontmanager/harfbuzz \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   563
    libfontmanager/harfbuzz/hb-ucdn \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   564
    common/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   565
    common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   566
    libawt/java2d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   567
    libawt/java2d/pipe \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   568
    libawt/java2d/loops \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   569
    #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   570
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   571
LIBFONTMANAGER_CFLAGS += $(LIBFREETYPE_CFLAGS)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   572
BUILD_LIBFONTMANAGER_FONTLIB += $(LIBFREETYPE_LIBS)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   573
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   574
LIBFONTMANAGER_OPTIMIZATION := HIGH
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   575
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   576
ifeq ($(call isTargetOs, windows), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   577
  LIBFONTMANAGER_EXCLUDE_FILES += X11FontScaler.c \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   578
      X11TextRenderer.c
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   579
  LIBFONTMANAGER_OPTIMIZATION := HIGHEST
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   580
else ifeq ($(call isTargetOs, macosx), true)
21130
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   581
  LIBFONTMANAGER_EXCLUDE_FILES += X11FontScaler.c \
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   582
      X11TextRenderer.c \
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   583
      fontpath.c \
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   584
      lcdglyph.c
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   585
else
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   586
  LIBFONTMANAGER_EXCLUDE_FILES += fontpath.c \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   587
      lcdglyph.c
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   588
endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   589
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   590
LIBFONTMANAGER_CFLAGS += $(X_CFLAGS) -DLE_STANDALONE -DHEADLESS
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   591
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   592
ifeq ($(TOOLCHAIN_TYPE), gcc)
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   593
  # Turn off all warnings for sunFont.c. This is needed because the specific warning
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   594
  # about discarding 'const' qualifier cannot be turned off individually.
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   595
  BUILD_LIBFONTMANAGER_sunFont.c_CFLAGS := -w
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   596
endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   597
49693
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   598
# LDFLAGS clarification:
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   599
#   Filter relevant linker flags disallowing unresolved symbols as we cannot
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   600
#   build-time decide to which library to link against (libawt_headless or
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   601
#   libawt_xawt). See JDK-8196516 for details.
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   602
$(eval $(call SetupJdkLibrary, BUILD_LIBFONTMANAGER, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   603
    NAME := fontmanager, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   604
    EXCLUDE_FILES := $(LIBFONTMANAGER_EXCLUDE_FILES) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   605
        AccelGlyphCache.c, \
29931
64e274ed6567 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
erikj
parents: 29734
diff changeset
   606
    TOOLCHAIN := TOOLCHAIN_LINK_CXX, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   607
    CFLAGS := $(CFLAGS_JDKLIB) $(LIBFONTMANAGER_CFLAGS), \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   608
    CXXFLAGS := $(CXXFLAGS_JDKLIB) $(LIBFONTMANAGER_CFLAGS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   609
    OPTIMIZATION := $(LIBFONTMANAGER_OPTIMIZATION), \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   610
    CFLAGS_windows = -DCC_NOEX, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   611
    EXTRA_HEADER_DIRS := $(LIBFONTMANAGER_EXTRA_HEADER_DIRS), \
37529
868c7195632c 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
simonis
parents: 36110
diff changeset
   612
    WARNINGS_AS_ERRORS_xlc := false, \
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   613
    DISABLED_WARNINGS_gcc := sign-compare int-to-pointer-cast \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   614
        type-limits missing-field-initializers implicit-fallthrough \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   615
        strict-aliasing undef unused-function, \
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   616
    DISABLED_WARNINGS_CXX_gcc := reorder delete-non-virtual-dtor strict-overflow \
54232
7c11a7cc7c1d 8210782: Upgrade HarfBuzz to the latest 2.3.1
prr
parents: 53917
diff changeset
   617
        maybe-uninitialized class-memaccess, \
30434
6b881118c93b 8074859: Turn on warnings as error
ihse
parents: 30325
diff changeset
   618
    DISABLED_WARNINGS_clang := unused-value incompatible-pointer-types \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   619
        tautological-constant-out-of-range-compare int-to-pointer-cast \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   620
        sign-compare undef missing-field-initializers, \
35711
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   621
    DISABLED_WARNINGS_C_solstudio = \
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   622
        E_INTEGER_OVERFLOW_DETECTED \
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   623
        E_ARG_INCOMPATIBLE_WITH_ARG_L \
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   624
        E_ENUM_VAL_OVERFLOWS_INT_MAX, \
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   625
    DISABLED_WARNINGS_CXX_solstudio := \
d08f24178498 8148629: Disable remaining warnings in awt/fontmanager
erikj
parents: 35276
diff changeset
   626
        truncwarn wvarhidenmem wvarhidemem wbadlkginit identexpected \
54232
7c11a7cc7c1d 8210782: Upgrade HarfBuzz to the latest 2.3.1
prr
parents: 53917
diff changeset
   627
        hidevf w_novirtualdescr arrowrtn2 refmemnoconstr_aggr unknownpragma, \
7c11a7cc7c1d 8210782: Upgrade HarfBuzz to the latest 2.3.1
prr
parents: 53917
diff changeset
   628
    DISABLED_WARNINGS_microsoft := 4267 4244 4018 4090 4996 4146 4334 4819 4101 4068 4805 4138, \
49693
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   629
    LDFLAGS := $(subst -Xlinker -z -Xlinker defs,, \
fa23ea24dade 8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
sgehwolf
parents: 49566
diff changeset
   630
        $(subst -Wl$(COMMA)-z$(COMMA)defs,,$(LDFLAGS_JDKLIB))) $(LDFLAGS_CXX_JDK) \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   631
        $(call SET_SHARED_LIBRARY_ORIGIN), \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   632
    LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
49991
033f3118dc67 8201524: [AIX] Don't link libfontmanager against libawt_headless
simonis
parents: 49697
diff changeset
   633
    LDFLAGS_aix := -Wl$(COMMA)-berok, \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   634
    LIBS := $(BUILD_LIBFONTMANAGER_FONTLIB), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   635
    LIBS_unix := -lawt -ljava -ljvm $(LIBM) $(LIBCXX), \
49533
0eaddc72d8f4 8199608: Clean up LDFLAGS for libfontmanager
ihse
parents: 49523
diff changeset
   636
    LIBS_macosx := -lawt_lwawt -framework CoreText -framework CoreFoundation \
0eaddc72d8f4 8199608: Clean up LDFLAGS for libfontmanager
ihse
parents: 49523
diff changeset
   637
        -framework CoreGraphics, \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   638
    LIBS_windows := $(WIN_JAVA_LIB) advapi32.lib user32.lib gdi32.lib \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   639
        $(WIN_AWT_LIB), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   640
))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   641
48040
26f1193f1348 8192876: MacOS build fails intermittently after JDK-8139653
erikj
parents: 48032
diff changeset
   642
$(BUILD_LIBFONTMANAGER): $(BUILD_LIBAWT)
26f1193f1348 8192876: MacOS build fails intermittently after JDK-8139653
erikj
parents: 48032
diff changeset
   643
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   644
ifeq ($(call isTargetOs, macosx), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   645
  $(BUILD_LIBFONTMANAGER): $(call FindLib, $(MODULE), awt_lwawt)
49533
0eaddc72d8f4 8199608: Clean up LDFLAGS for libfontmanager
ihse
parents: 49523
diff changeset
   646
endif
0eaddc72d8f4 8199608: Clean up LDFLAGS for libfontmanager
ihse
parents: 49523
diff changeset
   647
49234
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   648
ifeq ($(FREETYPE_TO_USE), bundled)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   649
  $(BUILD_LIBFONTMANAGER): $(BUILD_LIBFREETYPE)
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   650
endif
3375a8039fde 8193017: Import freetype sources into OpenJDK source tree
prr
parents: 49106
diff changeset
   651
48040
26f1193f1348 8192876: MacOS build fails intermittently after JDK-8139653
erikj
parents: 48032
diff changeset
   652
TARGETS += $(BUILD_LIBFONTMANAGER)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   653
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   654
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   655
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   656
ifeq ($(call isTargetOs, windows), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   657
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   658
  LIBJAWT_CFLAGS := -EHsc -DUNICODE -D_UNICODE
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   659
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   660
  LIBJAWT_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   661
      include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   662
      common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   663
      libawt/awt/image/cvutils \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   664
      libawt/java2d \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   665
      libawt/java2d/windows \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   666
      libawt/windows \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   667
      java.base:include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   668
      java.base:libjava \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   669
      #
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   670
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   671
  ifeq ($(call isTargetCpu, x86), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   672
    KERNEL32_LIB := kernel32.lib
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   673
  endif
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   674
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   675
  $(eval $(call SetupJdkLibrary, BUILD_LIBJAWT, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   676
      NAME := jawt, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   677
      OPTIMIZATION := LOW, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   678
      CFLAGS := $(CXXFLAGS_JDKLIB) \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   679
          $(LIBJAWT_CFLAGS), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   680
      EXTRA_HEADER_DIRS := $(LIBJAWT_EXTRA_HEADER_DIRS), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   681
      LDFLAGS := $(LDFLAGS_JDKLIB) $(LDFLAGS_CXX_JDK), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   682
      LIBS := $(JDKLIB_LIBS) $(KERNEL32_LIB) advapi32.lib $(WIN_AWT_LIB), \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   683
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   684
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   685
  $(BUILD_LIBJAWT): $(BUILD_LIBAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   686
45781
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   687
  $(eval $(call SetupCopyFiles, COPY_JAWT_LIB, \
49263
78af880eec61 8199749: Debug symbols are not copied to exploded image on Mac
erikj
parents: 49261
diff changeset
   688
      FILES := $(BUILD_LIBJAWT_IMPORT_LIBRARY), \
45781
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   689
      DEST := $(SUPPORT_OUTPUTDIR)/modules_libs/$(MODULE), \
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   690
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   691
45781
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   692
  $(COPY_JAWT_LIB): $(BUILD_LIBJAWT)
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   693
0491f891667c 8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
erikj
parents: 43806
diff changeset
   694
  TARGETS += $(COPY_JAWT_LIB)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   695
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   696
else # not windows
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   697
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   698
  ifeq ($(call isTargetOs, macosx), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   699
    # libjawt on macosx do not use the unix code
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   700
    LIBJAWT_EXCLUDE_SRC_PATTERNS := unix
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   701
  endif
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   702
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   703
  ifeq ($(call isTargetOs, macosx), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   704
    JAWT_LIBS := -lawt_lwawt
21130
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   705
  else
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   706
    JAWT_LIBS :=
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   707
    ifeq ($(call isTargetOs, solaris), false)
21130
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   708
      JAWT_LIBS += -lawt
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   709
    endif
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   710
    ifeq ($(ENABLE_HEADLESS_ONLY), false)
21130
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   711
      JAWT_LIBS += -lawt_xawt
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   712
    else
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   713
      JAWT_LIBS += -lawt_headless
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   714
      ifeq ($(call isTargetOs, linux), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   715
        JAWT_CFLAGS += -DHEADLESS
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   716
      endif
21130
0f0b9c8f701a 8025673: [macosx] Disable X11 AWT toolkit
dholmes
parents: 20901
diff changeset
   717
    endif
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   718
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   719
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   720
  $(eval $(call SetupJdkLibrary, BUILD_LIBJAWT, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   721
      NAME := jawt, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   722
      EXCLUDE_SRC_PATTERNS := $(LIBJAWT_EXCLUDE_SRC_PATTERNS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   723
      INCLUDE_FILES := $(JAWT_FILES), \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   724
      OPTIMIZATION := LOW, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   725
      CFLAGS := $(CFLAGS_JDKLIB) \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   726
          $(JAWT_CFLAGS), \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   727
      DISABLED_WARNINGS_clang := sign-compare, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   728
      EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   729
          include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   730
          common/awt, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   731
      LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   732
          $(call SET_SHARED_LIBRARY_ORIGIN), \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   733
      LDFLAGS_unix := -L$(INSTALL_LIBRARIES_HERE), \
34695
7a6cc9982d22 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34432
diff changeset
   734
      LDFLAGS_macosx := -Wl$(COMMA)-rpath$(COMMA)@loader_path, \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   735
      LIBS_unix := $(JAWT_LIBS) $(JDKLIB_LIBS), \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   736
      LIBS_solaris := $(X_LIBS) -lXrender, \
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   737
      LIBS_macosx := -framework Cocoa, \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   738
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   739
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   740
  ifeq ($(ENABLE_HEADLESS_ONLY), false)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   741
    $(BUILD_LIBJAWT): $(BUILD_LIBAWT_XAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   742
  else
52022
804792ce736f 8210459: Add support for generating compile_commands.json
rwestberg
parents: 51853
diff changeset
   743
    $(BUILD_LIBJAWT): $(call FindLib, $(MODULE), awt_headless)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   744
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   745
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   746
  ifeq ($(call isTargetOs, macosx), true)
52022
804792ce736f 8210459: Add support for generating compile_commands.json
rwestberg
parents: 51853
diff changeset
   747
   $(BUILD_LIBJAWT): $(call FindLib, $(MODULE), awt_lwawt)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   748
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   749
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   750
endif
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   751
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   752
TARGETS += $(BUILD_LIBJAWT)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   753
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   754
################################################################################
12892
3ef14bab6254 7170079: Adjustments to build-infra makefiles
erikj
parents: 12317
diff changeset
   755
41132
2a3c61e80af0 8163102: Fix headless only configuration option
erikj
parents: 40205
diff changeset
   756
ifeq ($(ENABLE_HEADLESS_ONLY), false)
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   757
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   758
  LIBSPLASHSCREEN_EXTRA_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   759
      common/awt/systemscale \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   760
      #
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   761
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   762
  ifeq ($(USE_EXTERNAL_LIBGIF), false)
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   763
    LIBSPLASHSCREEN_HEADER_DIRS += libsplashscreen/giflib
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   764
  else
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   765
    LIBSPLASHSCREEN_EXCLUDES := giflib
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   766
    GIFLIB_LIBS := -lgif
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   767
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   768
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   769
  ifeq ($(USE_EXTERNAL_LIBJPEG), false)
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   770
    # While the following ought to work, it will currently pull in the closed
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   771
    # additions to this library, and this was not done previously in the build.
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   772
    # LIBSPLASHSCREEN_EXTRA_SRC += libjavajpeg
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   773
    LIBSPLASHSCREEN_EXTRA_SRC += $(TOPDIR)/src/java.desktop/share/native/libjavajpeg
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   774
  else
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   775
    LIBJPEG_LIBS := -ljpeg
25103
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   776
  endif
4dcb7cd7652e 8043805: Allow using a system-installed libjpeg
omajid
parents: 24566
diff changeset
   777
23305
e7d0093bfc6c 8035341: Allow using a system installed libpng
omajid
parents: 23292
diff changeset
   778
  ifeq ($(USE_EXTERNAL_LIBPNG), false)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   779
    LIBSPLASHSCREEN_HEADER_DIRS += libsplashscreen/libpng
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   780
  else
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   781
    LIBSPLASHSCREEN_EXCLUDES += libpng
23305
e7d0093bfc6c 8035341: Allow using a system installed libpng
omajid
parents: 23292
diff changeset
   782
  endif
e7d0093bfc6c 8035341: Allow using a system installed libpng
omajid
parents: 23292
diff changeset
   783
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   784
  ifeq ($(USE_EXTERNAL_LIBZ), false)
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   785
    LIBSPLASHSCREEN_EXTRA_SRC += java.base:libzip/zlib
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   786
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   787
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   788
  ifeq ($(call isTargetOs, macosx), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   789
    # libsplashscreen on macosx do not use the unix code
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   790
    LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS := unix
36869
f8ef78f4157d 8145174: HiDPI splash screen support on Linux
rchamyal
parents: 36110
diff changeset
   791
  endif
36880
3a05117c7611 8151770: 9-client windows builds fail on windows since make file change for 8145174
erikj
parents: 36869
diff changeset
   792
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   793
  LIBSPLASHSCREEN_CFLAGS += -DSPLASHSCREEN -DPNG_NO_MMX_CODE -DPNG_ARM_NEON_OPT=0
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   794
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   795
  ifeq ($(call isTargetOs, linux), true)
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   796
    ifeq ($(call isTargetCpuArch, ppc), true)
51387
9fe4fc157f4e 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken
parents: 50826
diff changeset
   797
      LIBSPLASHSCREEN_CFLAGS += -DPNG_POWERPC_VSX_OPT=0
9fe4fc157f4e 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken
parents: 50826
diff changeset
   798
    endif
9fe4fc157f4e 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken
parents: 50826
diff changeset
   799
  endif
9fe4fc157f4e 8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
mbaesken
parents: 50826
diff changeset
   800
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   801
  ifeq ($(call isTargetOs, macosx), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   802
    LIBSPLASHSCREEN_CFLAGS += -DWITH_MACOSX
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   803
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   804
    BUILD_LIBSPLASHSCREEN_java_awt_SplashScreen.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   805
    BUILD_LIBSPLASHSCREEN_splashscreen_gfx_impl.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   806
    BUILD_LIBSPLASHSCREEN_splashscreen_gif.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   807
    BUILD_LIBSPLASHSCREEN_splashscreen_impl.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   808
    BUILD_LIBSPLASHSCREEN_splashscreen_jpeg.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   809
    BUILD_LIBSPLASHSCREEN_splashscreen_png.c_CFLAGS := -x objective-c -O0
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   810
    BUILD_LIBSPLASHSCREEN_splashscreen_sys.m_CFLAGS := -O0
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   811
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   812
  else ifeq ($(call isTargetOs, windows), true)
20901
70f69e624fc9 8026888: Licensee build failure due to wrong libs being called
erikj
parents: 20899
diff changeset
   813
    LIBSPLASHSCREEN_CFLAGS += -DWITH_WIN32
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   814
  else
20901
70f69e624fc9 8026888: Licensee build failure due to wrong libs being called
erikj
parents: 20899
diff changeset
   815
    LIBSPLASHSCREEN_CFLAGS += -DWITH_X11 $(X_CFLAGS)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   816
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   817
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   818
  LIBSPLASHSCREEN_LIBS :=
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   819
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   820
  ifeq ($(call isTargetOs, macosx), true)
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   821
    LIBSPLASHSCREEN_LIBS += \
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   822
        $(LIBM) -lpthread -liconv -losxapp \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   823
        -framework ApplicationServices \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   824
        -framework Foundation \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   825
        -framework Cocoa \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   826
        -framework JavaNativeFoundation
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   827
  else ifeq ($(call isTargetOs, windows), true)
36907
c3d8383e3efb 8145173: HiDPI splash screen support on Windows
rchamyal
parents: 36880
diff changeset
   828
    LIBSPLASHSCREEN_LIBS += kernel32.lib user32.lib gdi32.lib delayimp.lib $(WIN_JAVA_LIB) jvm.lib
23592
35b16ae6b4f4 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj
parents: 23310
diff changeset
   829
  else
39844
a3cc7e551a48 8149115: [hidpi] Linux: display-wise scaling factor should probably be taken into account
ssadetsky
parents: 39550
diff changeset
   830
    LIBSPLASHSCREEN_LIBS += $(X_LIBS) -lX11 -lXext $(LIBM) -lpthread -ldl
20901
70f69e624fc9 8026888: Licensee build failure due to wrong libs being called
erikj
parents: 20899
diff changeset
   831
  endif
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   832
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   833
  LIBSPLASHSCREEN_HEADER_DIRS += \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   834
      libosxapp \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   835
      java.base:include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   836
      java.base:libjava \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   837
      #
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   838
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   839
  $(eval $(call SetupJdkLibrary, BUILD_LIBSPLASHSCREEN, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   840
      NAME := splashscreen, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   841
      EXTRA_SRC := $(LIBSPLASHSCREEN_EXTRA_SRC), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   842
      EXCLUDE_SRC_PATTERNS := $(LIBSPLASHSCREEN_EXCLUDE_SRC_PATTERNS), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   843
      EXCLUDE_FILES := imageioJPEG.c jpegdecoder.c pngtest.c, \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   844
      EXCLUDES := $(LIBSPLASHSCREEN_EXCLUDES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   845
      OPTIMIZATION := LOW, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   846
      CFLAGS := $(CFLAGS_JDKLIB) $(LIBSPLASHSCREEN_CFLAGS) \
48751
54f355e65415 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj
parents: 48731
diff changeset
   847
          $(GIFLIB_CFLAGS) $(LIBJPEG_CFLAGS) $(PNG_CFLAGS) $(LIBZ_CFLAGS), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   848
      EXTRA_HEADER_DIRS := $(LIBSPLASHSCREEN_HEADER_DIRS), \
48766
2c4d1993b5f9 8196985: Disable new warnings from GCC 7.3 in jdk libraries
erikj
parents: 48751
diff changeset
   849
      DISABLED_WARNINGS_gcc := sign-compare type-limits unused-result \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   850
          maybe-uninitialized shift-negative-value implicit-fallthrough \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   851
          unused-function, \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   852
      DISABLED_WARNINGS_clang := incompatible-pointer-types sign-compare, \
32408
97230ec16697 8134408: Disable warnings for jdk libraries triggered by SS12u4
erikj
parents: 31159
diff changeset
   853
      DISABLED_WARNINGS_solstudio := E_NEWLINE_NOT_LAST E_DECLARATION_IN_CODE \
97230ec16697 8134408: Disable warnings for jdk libraries triggered by SS12u4
erikj
parents: 31159
diff changeset
   854
          E_STATEMENT_NOT_REACHED, \
30502
50552a5900a2 8080317: Disable warning treated as error for signed/unsigned comparison in building splashscreen
prr
parents: 30439
diff changeset
   855
      DISABLED_WARNINGS_microsoft := 4018 4244 4267, \
49239
c35ec365e329 8199483: Clean up some non-standard LDFLAGS usage
ihse
parents: 49234
diff changeset
   856
      LDFLAGS := $(LDFLAGS_JDKLIB) \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   857
          $(call SET_SHARED_LIBRARY_ORIGIN), \
49239
c35ec365e329 8199483: Clean up some non-standard LDFLAGS usage
ihse
parents: 49234
diff changeset
   858
      LDFLAGS_macosx := -L$(INSTALL_LIBRARIES_HERE), \
c35ec365e329 8199483: Clean up some non-standard LDFLAGS usage
ihse
parents: 49234
diff changeset
   859
      LDFLAGS_windows := -delayload:user32.dll, \
48751
54f355e65415 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj
parents: 48731
diff changeset
   860
      LIBS := $(JDKLIB_LIBS) $(LIBSPLASHSCREEN_LIBS) $(LIBZ_LIBS) \
54f355e65415 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj
parents: 48731
diff changeset
   861
          $(GIFLIB_LIBS) $(LIBJPEG_LIBS) $(PNG_LIBS), \
33518
3f1644328d06 8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
simonis
parents: 33406
diff changeset
   862
      LIBS_aix := -liconv, \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   863
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   864
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   865
  TARGETS += $(BUILD_LIBSPLASHSCREEN)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   866
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   867
  ifeq ($(call isTargetOs, macosx), true)
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   868
    $(BUILD_LIBSPLASHSCREEN): $(call FindLib, $(MODULE), osxapp)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   869
  endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   870
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   871
endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   872
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   873
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   874
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   875
ifeq ($(call isTargetOs, macosx), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   876
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   877
  LIBAWT_LWAWT_EXTRA_SRC := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   878
      $(TOPDIR)/src/$(MODULE)/unix/native/common/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   879
      $(TOPDIR)/src/$(MODULE)/share/native/common/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   880
      $(TOPDIR)/src/$(MODULE)/share/native/common/java2d \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   881
      #
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   882
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   883
  LIBAWT_LWAWT_EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   884
      $(LIBAWT_DEFAULT_HEADER_DIRS) \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   885
      libawt_lwawt/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   886
      libawt_lwawt/font \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   887
      libawt_lwawt/java2d/opengl \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   888
      include \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   889
      common/awt/debug \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   890
      common/java2d/opengl \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   891
      libosxapp \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   892
      #
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   893
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   894
  LIBAWT_LWAWT_CFLAGS := $(X_CFLAGS) $(X_LIBS)
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   895
26741
bc80bcd0765a 8056213: Clean up unix/native/common/sun/awt
prr
parents: 26611
diff changeset
   896
  LIBAWT_LWAWT_EXFILES := fontpath.c awt_Font.c X11Color.c
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   897
  LIBAWT_LWAWT_EXCLUDES := $(TOPDIR)/src/$(MODULE)/unix/native/common/awt/medialib
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   898
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   899
  $(eval $(call SetupJdkLibrary, BUILD_LIBAWT_LWAWT, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   900
      NAME := awt_lwawt, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   901
      EXTRA_SRC := $(LIBAWT_LWAWT_EXTRA_SRC), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   902
      INCLUDE_FILES := $(LIBAWT_LWAWT_FILES), \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   903
      EXCLUDE_FILES := $(LIBAWT_LWAWT_EXFILES), \
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   904
      EXCLUDES := $(LIBAWT_LWAWT_EXCLUDES), \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   905
      OPTIMIZATION := LOW, \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   906
      CFLAGS := $(CFLAGS_JDKLIB) \
25859
3317bb8137f4 8054834: Modular Source Code
chegar
parents: 25563
diff changeset
   907
          $(LIBAWT_LWAWT_CFLAGS), \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   908
      EXTRA_HEADER_DIRS := $(LIBAWT_LWAWT_EXTRA_HEADER_DIRS), \
32872
abca6234313d 8079965: Stop ignoring warnings for libawt_lwawt
serb
parents: 32408
diff changeset
   909
      DISABLED_WARNINGS_clang := incomplete-implementation enum-conversion \
29374
f031a666744a 8074096: Disable (most) native warnings in JDK on a per-library basis
ihse
parents: 29006
diff changeset
   910
          deprecated-declarations objc-method-access bitwise-op-parentheses \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   911
          incompatible-pointer-types parentheses-equality extra-tokens \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   912
          sign-compare semicolon-before-method-body format-nonliteral undef \
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   913
          pointer-arith, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   914
      LDFLAGS := $(LDFLAGS_JDKLIB) \
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   915
          $(call SET_SHARED_LIBRARY_ORIGIN) \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   916
          -L$(INSTALL_LIBRARIES_HERE), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   917
      LIBS := -lawt -lmlib_image -losxapp -ljvm $(LIBM) \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   918
          -framework Accelerate \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   919
          -framework ApplicationServices \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   920
          -framework AudioToolbox \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   921
          -framework Carbon \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   922
          -framework Cocoa \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   923
          -framework Security \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   924
          -framework ExceptionHandling \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   925
          -framework JavaNativeFoundation \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   926
          -framework JavaRuntimeSupport \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   927
          -framework OpenGL \
57196
a95707a39ff5 Description : Metal Rendering Pipeline - initial implementation of line and quad rendering
aghaisas
parents: 53683
diff changeset
   928
          -framework Metal \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   929
          -framework QuartzCore -ljava, \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   930
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   931
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   932
  TARGETS += $(BUILD_LIBAWT_LWAWT)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   933
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   934
  $(BUILD_LIBAWT_LWAWT): $(BUILD_LIBAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   935
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   936
  $(BUILD_LIBAWT_LWAWT): $(BUILD_LIBMLIB_IMAGE)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   937
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   938
  $(BUILD_LIBAWT_LWAWT): $(call FindLib, $(MODULE), osxapp)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   939
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   940
  $(BUILD_LIBAWT_LWAWT): $(call FindLib, java.base, java)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   941
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   942
endif
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   943
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   944
################################################################################
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   945
53683
48ff68e2fe5c 8218431: Improved platform checking in makefiles
ihse
parents: 53150
diff changeset
   946
ifeq ($(call isTargetOs, macosx), true)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   947
49244
995a5556edfa 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse
parents: 49241
diff changeset
   948
  $(eval $(call SetupJdkLibrary, BUILD_LIBOSXUI, \
49070
d7859531621b 8198751: Refactor SetupNativeCompilation to take NAME and TYPE
ihse
parents: 48766
diff changeset
   949
      NAME := osxui, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   950
      OPTIMIZATION := LOW, \
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   951
      CFLAGS := $(CFLAGS_JDKLIB), \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   952
      EXTRA_HEADER_DIRS := \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   953
          libawt_lwawt/awt \
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   954
          libosxapp, \
51853
ec62d6cab037 8211029: Have a common set of enabled warnings for all native libraries
ihse
parents: 51819
diff changeset
   955
      DISABLED_WARNINGS_clang := deprecated-declarations sign-compare, \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   956
      LDFLAGS := $(LDFLAGS_JDKLIB) \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   957
          $(call SET_SHARED_LIBRARY_ORIGIN) \
34695
7a6cc9982d22 8142907: Integration of minor fixes from the build-infra project
ihse
parents: 34432
diff changeset
   958
          -Wl$(COMMA)-rpath$(COMMA)@loader_path \
27944
c6d5edd39016 8066752: Remove space after -L on linker lines
erikj
parents: 27799
diff changeset
   959
          -L$(INSTALL_LIBRARIES_HERE), \
33406
4680f7495292 8140661: Rename LDFLAGS_SUFFIX to LIBS
ihse
parents: 33305
diff changeset
   960
      LIBS := -lawt -losxapp -lawt_lwawt \
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   961
          -framework Cocoa \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   962
          -framework Carbon \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   963
          -framework ApplicationServices \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   964
          -framework JavaNativeFoundation \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   965
          -framework JavaRuntimeSupport \
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   966
          -ljava -ljvm, \
35276
50b3cdcef339 8145596: Enable debug symbols for all libraries
ihse
parents: 35241
diff changeset
   967
  ))
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   968
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 26751
diff changeset
   969
  TARGETS += $(BUILD_LIBOSXUI)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   970
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   971
  $(BUILD_LIBOSXUI): $(BUILD_LIBAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   972
50471
f0aeede1b855 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse
parents: 50357
diff changeset
   973
  $(BUILD_LIBOSXUI): $(call FindLib, $(MODULE), osxapp)
20547
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   974
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   975
  $(BUILD_LIBOSXUI): $(BUILD_LIBAWT_LWAWT)
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   976
453837141fac 8001931: The new build system whitespace cleanup
ihse
parents: 20203
diff changeset
   977
endif
26191
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   978
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   979
################################################################################
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   980
a0ff4b39d34b 8055188: General cleanup of minor issues from source restructure
erikj
parents: 25993
diff changeset
   981
# Hook to include the corresponding custom file, if present.
47314
743814386712 8188814: Simplify IncludeCustomExtension
ihse
parents: 47217
diff changeset
   982
$(eval $(call IncludeCustomExtension, lib/Awt2dLibraries.gmk))