jdk/make/sun/awt/Makefile
author andrew
Thu, 30 May 2013 16:50:31 +0100
changeset 17887 30b9116a7ae1
parent 12047 320a714614e9
child 18274 7c4289125569
permissions -rw-r--r--
8011693: Remove redundant fontconfig files Summary: Remove unused fontconfig files from OpenJDK GNU/Linux builds Reviewed-by: andrew, prr Contributed-by: Jiri Vanek <jvanek@redhat.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
     2
# Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4836
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4836
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4836
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4836
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4836
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
BUILDDIR = ../..
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
PACKAGE = sun.awt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
LIBRARY = awt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
PRODUCT = sun
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# Tell Defs.gmk that VIS is needed
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
VIS_NEEDED=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
917
75261da60fff 6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents: 2
diff changeset
    34
# Use highest optimization level
75261da60fff 6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents: 2
diff changeset
    35
OPTMIZATION_LEVEL = HIGHEST
75261da60fff 6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
ohair
parents: 2
diff changeset
    36
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
include $(BUILDDIR)/common/Defs.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
OTHER_CFLAGS += -D__MEDIALIB_OLD_NAMES -D__USE_J2D_NAMES
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# Files
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
# Include all Java source files in sun/awt and sun/java2d, except for:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# sun/awt/resources       handled by java/awt/Makefile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# sun/java2d/pisces       handled by sun/pisces/Makefile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
#
1978
8b981ce05cd0 6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
anthony
parents: 1971
diff changeset
    50
AUTO_FILES_JAVA_DIRS = sun/awt sun/java2d com/sun/awt
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
AUTO_JAVA_PRUNE = resources pisces
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
# Files
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
include FILES_c_windows.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
include FILES_export_windows.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
# Prune files that are currently unused on Windows (but still used on
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
# Solaris/Linux).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
AUTO_JAVA_PRUNE += RemoteOffScreenImage.java
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
OTHER_CFLAGS += $(GX_OPTION) -DMLIB_NO_LIBSUNMATH -DUNICODE -D_UNICODE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
OTHER_CXXFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
ifeq ($(ARCH_DATA_MODEL), 64)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
  OTHER_CFLAGS += -DMLIB_OS64BIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
ifneq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
# Files
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
include FILES_c_unix.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
include FILES_export_unix.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# Prune the sun/awt/X11 subdirectory, which is handled by sun/xawt/Makefile.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
# Also prune files that are currently unused on Solaris/Linux (but still
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# used on Windows).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
AUTO_JAVA_PRUNE += X11 AWTCharset.java
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
ifeq  ($(PLATFORM), solaris)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
FILES_c = $(FILES_2D_c)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
FILES_c += awt_LoadLibrary.c
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
    96
OTHER_LDLIBS = $(JVMLIB) $(LIBM) $(LIBDL)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
ifeq ($(CC_VER), 5.8)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
  ifndef REMOVE_ALL_WORKAROUNDS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
    ifeq ($(ARCH_FAMILY), i586)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
      # If on Solaris 11 (or dlfcn.h has unknown_control_flow pragmas in it)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
      #   we trigger a SS11 bug that causes the compiler to crash (bug 6343678)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
      #   Here we check to see if we need this workaround and change the opt 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
      #   settings for this one file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
      USE_WORKAROUND:=$(shell $(GREP) unknown_control_flow /usr/include/dlfcn.h)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
      ifneq ($(USE_WORKAROUND),)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
	ifeq ($(FASTDEBUG), true)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
          CFLAGS_DBG/awt_Mlib.o = -xO0 \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
	    $(warning  "WARNING: Using workaround for SS11 bug 6343678, on $@")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
	endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
        # Compiler bug 6343678 need to prevent a SEGV in the compiler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
        CFLAGS_OPT/awt_Mlib.o = -g \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
	  $(warning  "WARNING: Using workaround for SS11 bug 6343678, on $@")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
      endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
    endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
  endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
ifeq  ($(PLATFORM), linux)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
FILES_c = $(FILES_2D_c)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
FILES_c += awt_LoadLibrary.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
OTHER_CFLAGS += -DMLIB_NO_LIBSUNMATH
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   123
OTHER_LDLIBS = $(JVMLIB) $(LIBM) $(LIBDL)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
FILES_c += initIDs.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   128
ifeq ($(PLATFORM), macosx)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   129
FILES_c = $(FILES_2D_c)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   130
FILES_c += awt_LoadLibrary.c
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   131
OTHER_CFLAGS += -DMLIB_NO_LIBSUNMATH
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   132
OTHER_LDLIBS = $(JVMLIB) $(LIBM)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   133
endif
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   134
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
endif # PLATFORM 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   138
ifeq ($(PLATFORM), macosx)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   139
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   140
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   141
#
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   142
# Files
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   143
#
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   144
include FILES_c_macosx.gmk
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   145
include FILES_export_macosx.gmk
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   146
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   147
FILES_objc = $(FILES_AWT_objc)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   148
OTHER_LDLIBS = -lmlib_image $(JVMLIB) $(LIBM) \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   149
    -framework Cocoa \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   150
    -framework OpenGL \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   151
    -framework JavaNativeFoundation \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   152
    -framework JavaRuntimeSupport \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   153
    -framework ApplicationServices \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   154
    -framework AudioToolbox
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   155
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   156
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   157
endif # PLATFORM 
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   158
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS-SPARC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
# solaris-sparc and solaris-sparcv9 both build 'vis'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
ifeq ("$(PLATFORM)-$(ARCH_FAMILY)", "solaris-sparc")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
  FILES_c += $(FILES_2D_vis)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
  ASFLAGS += -P
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
  FILES_s += mlib_v_ImageCopy_blk.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
  INLINE_VIS = $(PLATFORM_SRC)/native/sun/awt/medialib/vis_$(ARCH_DATA_MODEL).il
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
  CFLAGS_sparcv9 = -DMLIB_OS64BIT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
  CFLAGS += $(CFLAGS_$(ARCH)) -DMLIB_ADD_SUFF $(INLINE_VIS) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
	    -I$(SHARE_SRC)/native/sun/awt/medialib \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
	    -I$(PLATFORM_SRC)/native/sun/awt/medialib \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
	    -I$(PLATFORM_SRC)/native/sun/java2d/loops
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
vpath %.c  $(PLATFORM_SRC)/native/sun/java2d/loops
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
vpath %.c  $(SHARE_SRC)/native/sun/awt/medialib
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
vpath %.c  $(PLATFORM_SRC)/native/sun/awt/medialib
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
vpath %.s  $(PLATFORM_SRC)/native/sun/awt/medialib
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
  FILES_c += MapAccelFunc.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS-SPARC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
# Resources
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
LOCALE_SET_DEFINITION = jre
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
  RESOURCE_BUNDLES_COMPILED_PROPERTIES += \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
	sun/awt/windows/awtLocalization.properties
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
# Rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
ifeq ($(PLATFORM), linux)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
  FILES_m = mapfile-vers-linux
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
  # libawt.so on Linux is statically linked with Motif and contains all the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
  # Xm symbols. Mapfile is disabled so the symbols will remain public.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
  LDNOMAP=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
include $(BUILDDIR)/common/Mapfile-vers.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
include $(BUILDDIR)/common/Library.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
7777
1241aaaec247 6990037: font warnings in the build, missing fonts
okutsu
parents: 7507
diff changeset
   205
COMPILEFONTCONFIG_FLAGS =
1241aaaec247 6990037: font warnings in the build, missing fonts
okutsu
parents: 7507
diff changeset
   206
ifdef ALT_COMPILEFONTCONFIG_FLAGS
1241aaaec247 6990037: font warnings in the build, missing fonts
okutsu
parents: 7507
diff changeset
   207
  COMPILEFONTCONFIG_FLAGS += $(ALT_COMPILEFONTCONFIG_FLAGS)
1241aaaec247 6990037: font warnings in the build, missing fonts
okutsu
parents: 7507
diff changeset
   208
endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
build: fontconfigs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
# Additional dependencies.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
# If make.depend is not working correctly, then it can be omitted
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
# if you always build from a clean workspace. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
include make.depend
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
# required additional rules:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
ifneq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
ifndef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
build: dgalibs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
clobber clean:: java2d.clean fontconfigs.clean
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
ifndef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
clobber clean:: dgalib.clean 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
java2d.clean:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
	$(RM) -r $(CLASSBINDIR)/sun/java2d .classes.*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
# Add to the ambient vpath to pick up files in subdirectories
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/image
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/image/gif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/image/cvutils
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/shell
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/medialib
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/debug
2451
597df8e1d786 6633275: Need to support shaped/translucent windows
art
parents: 1978
diff changeset
   254
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/utility
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/../java2d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/../java2d/loops
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/../java2d/pipe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
vpath %.cpp $(SHARE_SRC)/native/$(PKGDIR)/image
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
vpath %.cpp   $(PLATFORM_SRC)/native/sun/windows
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
vpath %.cpp   $(PLATFORM_SRC)/native/$(PKGDIR)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
vpath %.cpp   $(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/windows
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
vpath %.cpp   $(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/d3d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
vpath %.c     $(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/opengl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
vpath %.c     $(SHARE_SRC)/native/$(PKGDIR)/../java2d/opengl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
vpath %.c     $(SHARE_SRC)/native/$(PKGDIR)/../font
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   271
ifneq (,$(findstring $(PLATFORM), linux bsd))
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/../java2d/opengl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
vpath %.c   $(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/opengl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
vpath %.c   $(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/x11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/../font
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   280
ifeq ($(PLATFORM), macosx)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   281
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   282
vpath %.m   $(call NativeSrcDirList,,native/com/apple/resources)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   283
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   284
endif # PLATFORM
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   285
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
OTHER_LDLIBS = kernel32.lib user32.lib gdi32.lib winspool.lib \
1954
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   289
               imm32.lib ole32.lib uuid.lib shell32.lib \
4831
85d01a4fe115 4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents: 2477
diff changeset
   290
               comdlg32.lib winmm.lib comctl32.lib \
85d01a4fe115 4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents: 2477
diff changeset
   291
               shlwapi.lib delayimp.lib \
1954
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   292
               $(JVMLIB) \
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   293
               /DELAYLOAD:user32.dll /DELAYLOAD:gdi32.dll \
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   294
               /DELAYLOAD:shell32.dll /DELAYLOAD:winmm.dll \
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   295
               /DELAYLOAD:winspool.drv /DELAYLOAD:imm32.dll \
b93b85df3211 6585765: RFE: Remove Unicows-related code from AWT
art
parents: 888
diff changeset
   296
               /DELAYLOAD:ole32.dll /DELAYLOAD:comdlg32.dll \
4831
85d01a4fe115 4874070: invoking DragSource's startDrag with an Image renders no image on drag
uta
parents: 2477
diff changeset
   297
               /DELAYLOAD:comctl32.dll /DELAYLOAD:shlwapi.dll
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
clean:: awt.clean
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
awt.clean: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
	$(RM) $(TEMPDIR)/awt.ico 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
	$(RM) $(TEMPDIR)/awt.res 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
	$(RM) $(TEMPDIR)/hand.cur 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
	$(RM) $(TEMPDIR)/check.bmp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
ifneq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
LIBXTST = -lXtst
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
# Use -lXmu for EditRes support
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
LIBXMU_DBG	= -lXmu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
LIBXMU_OPT	=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
LIBXMU	        = $(LIBXMU_$(VARIANT))
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
# Extra C flags.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
ifndef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
# Solaris X11 Direct Graphics Access library
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
_DGALIBS_sparc = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
	libxinerama.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
	libjdgaSUNWcg6.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
	libjdgaSUNWffb.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
	libjdgaSUNWm64.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
	libjdgaSUNWafb.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
_DGALIBS_sparcv9 = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
	libxinerama.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
	libjdgaSUNWcg6.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
	libjdgaSUNWffb.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
	libjdgaSUNWm64.so \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
	libjdgaSUNWafb.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
_DGALIBS_i586 = 	# no i586 library yet
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
_DGALIBS_amd64 = 	# no amd64 library yet
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
DGALIBS = $(_DGALIBS_$(ARCH):%=$(LIBDIR)/$(LIBARCH)/%)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
dgalibs: $(DGALIBS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
$(LIBDIR)/$(LIBARCH)/libxinerama.so: $(CLOSED_SRC)/solaris/lib/$(ARCH)/libxinerama.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
	$(install-file)
4665
d14dc3d9e1fa 6911737: Module build: generate modules with native libraries and any other files not in jar
mchung
parents: 2477
diff changeset
   354
	$(call chmod-file, a+x)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
$(LIBDIR)/$(LIBARCH)/libjdgaSUNW%.so: $(CLOSED_SRC)/solaris/lib/$(ARCH)/libjdgaSUNW%.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
	$(install-file)
4665
d14dc3d9e1fa 6911737: Module build: generate modules with native libraries and any other files not in jar
mchung
parents: 2477
diff changeset
   358
	$(call chmod-file, a+x)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
$(LIBDIR)/$(LIBARCH)/libjdgaSUNWafb.so: $(LIBDIR)/$(LIBARCH)/libjdgaSUNWffb.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
	$(prep-target)
4665
d14dc3d9e1fa 6911737: Module build: generate modules with native libraries and any other files not in jar
mchung
parents: 2477
diff changeset
   362
	$(call install-sym-link, libjdgaSUNWffb.so)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
clean:: dgalib.clean
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
dgalib.clean:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
	$(RM) $(LIBDIR)/$(LIBARCH)/libjdgaSUNW* $(LIBDIR)/$(LIBARCH)/libxinerama.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
# Font configs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
FONTCONFIGS_SRC = $(PLATFORM_SRC)/classes/sun/awt/windows
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
_FONTCONFIGS = \
2370
bdaf8cd4253f 6708137: Remove obsolete fontconfig.98.properties from JDK 7
prr
parents: 922
diff changeset
   382
        fontconfig.properties
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
FONTCONFIGS_SRC_PREFIX =
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
ifeq ($(PLATFORM), linux)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
ifdef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
17887
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   393
FONTCONFIGS_SRC	= 
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   394
_FONTCONFIGS	= 
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   395
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
FONTCONFIGS_SRC	= $(CLOSED_SRC)/solaris/classes/sun/awt/fontconfigs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
_FONTCONFIGS	= \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
	fontconfig.properties				\
11496
c01632b809ae 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
dbuck
parents: 9035
diff changeset
   401
	fontconfig.RedHat.5.properties			\
c01632b809ae 7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
dbuck
parents: 9035
diff changeset
   402
	fontconfig.RedHat.6.properties			\
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
	fontconfig.Turbo.properties			\
7507
d138864de4a6 6911839: Sles/SuSE 11 needs CJK support
okutsu
parents: 5506
diff changeset
   404
	fontconfig.SuSE.10.properties                   \
d138864de4a6 6911839: Sles/SuSE 11 needs CJK support
okutsu
parents: 5506
diff changeset
   405
	fontconfig.SuSE.11.properties
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
FONTCONFIGS_SRC_PREFIX = $(PLATFORM).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
ifeq ($(PLATFORM), solaris)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
FONTCONFIGS_SRC	= $(PLATFORM_SRC)/classes/sun/awt/fontconfigs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
_FONTCONFIGS	= \
7948
6711180a6212 7013646: remove obsolete fontconfig files for linux and solaris
prr
parents: 7793
diff changeset
   418
	fontconfig.properties
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
FONTCONFIGS_SRC_PREFIX = $(PLATFORM).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
12047
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   425
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   426
ifeq ($(PLATFORM), macosx)
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   427
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   428
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   429
FONTCONFIGS_SRC = $(JDK_TOPDIR)/src/macosx/classes/sun/awt/fontconfigs
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   430
_FONTCONFIGS    = \
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   431
        fontconfig.properties
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   432
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   433
FONTCONFIGS_SRC_PREFIX = $(PLATFORM).
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   434
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   435
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ MAC OS X
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   436
endif # PLATFORM
320a714614e9 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11496
diff changeset
   437
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
FONTCONFIGS     = $(_FONTCONFIGS:%=$(LIBDIR)/%.src)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
BINARYFONTCONFIGS = $(_FONTCONFIGS:%.properties=$(LIBDIR)/%.bfc)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
17887
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   441
ifneq ("x$(_FONTCONFIGS)", "x")
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
fontconfigs: $(FONTCONFIGS) $(BINARYFONTCONFIGS)
17887
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   443
else
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   444
fontconfigs:
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   445
endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
$(LIBDIR)/%.src: $(FONTCONFIGS_SRC)/$(FONTCONFIGS_SRC_PREFIX)%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
	$(install-file)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
COMPILEFONTCONFIG_JARFILE = $(BUILDTOOLJARDIR)/compilefontconfig.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
$(LIBDIR)/%.bfc: $(FONTCONFIGS_SRC)/$(FONTCONFIGS_SRC_PREFIX)%.properties \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
    $(COMPILEFONTCONFIG_JARFILE)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
	$(prep-target)
7777
1241aaaec247 6990037: font warnings in the build, missing fonts
okutsu
parents: 7507
diff changeset
   455
	$(BOOT_JAVA_CMD) -jar $(COMPILEFONTCONFIG_JARFILE) $(COMPILEFONTCONFIG_FLAGS) $< $@
4665
d14dc3d9e1fa 6911737: Module build: generate modules with native libraries and any other files not in jar
mchung
parents: 2477
diff changeset
   456
	$(call chmod-file, 444)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
	@$(java-vm-cleanup)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
17887
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   459
ifneq ("x$(_FONTCONFIGS)", "x")
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
fontconfigs.clean :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
	$(RM) $(FONTCONFIGS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
	$(RM) $(BINARYFONTCONFIGS)
17887
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   463
else
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   464
fontconfigs.clean :
30b9116a7ae1 8011693: Remove redundant fontconfig files
andrew
parents: 12047
diff changeset
   465
endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
ifeq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
OTHER_CFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
ifeq ($(MILESTONE), internal)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
  CPPFLAGS += -DINTERNAL_BUILD
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
# Useful variables that name parts of the src tree.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
WINAWT_native        = $(PLATFORM_SRC)/native/sun/windows
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
WINAWT_COMMON_native = $(PLATFORM_SRC)/native/sun/awt_common
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
# FIXME: awt shouldn't have to see the VM's private headers.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
# FIXME: if you re-order this list, the build breaks, possibly because 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
#        of filename collision. Such a collision, if present, is pure
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
#        evil. Need to investigate this.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
OTHER_INCLUDES += -I$(CLASSHDRDIR)/../../java/jvm \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
	-I$(OBJDIR) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
	-I$(SHARE_SRC)/native/common \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
	-I$(WINAWT_native) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
	-I$(DXSDK_INCLUDE_PATH) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
	-I$(SHARE_SRC)/native/sun/awt/image/cvutils \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
	-I$(SHARE_SRC)/native/sun/awt/image \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
	-I$(SHARE_SRC)/native/sun/java2d/loops \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
	-I$(SHARE_SRC)/native/sun/java2d \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
	-I$(PLATFORM_SRC)/native/sun/java2d \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
	-I$(SHARE_SRC)/native/sun/java2d/opengl \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
	-I$(PLATFORM_SRC)/native/sun/java2d/d3d \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
	-I$(PLATFORM_SRC)/native/sun/java2d/opengl \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
	-I$(PLATFORM_SRC)/native/sun/java2d/windows \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
	-I$(SHARE_SRC)/native/sun/font \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
	-I$(SHARE_SRC)/native/sun/java2d/pipe \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
	-I$(SHARE_SRC)/native/sun/dc/path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
	-I$(SHARE_SRC)/native/sun/dc/doe \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
	-I$(SHARE_SRC)/native/sun/awt/debug \
887
0aab8d3fa11a 6725214: D3D: forward-port the new pipeline from 6u10
tdv
parents: 2
diff changeset
   505
	-I$(PLATFORM_SRC)/native/sun/awt
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
#	-I$(WINAWT_COMMON_native)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
# this is only required for compiling )/native/sun/awt/medialib/*.c files
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
# .res file construction.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
ifdef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
    RC_FLAGS += -i "$(PLATFORM_SRC)/resource/icons"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
    RC_FLAGS += -i "$(CLOSED_SRC)/windows/native/sun/windows"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
VERSIONINFO_RESOURCE = $(WINAWT_native)/awt.rc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
ifneq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
# Other extra flags needed for compiling.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
ifeq ($(PLATFORM), linux)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
CPPFLAGS += -I$(OPENWIN_HOME)/include \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
            -I$(OPENWIN_HOME)/include/X11/extensions \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
            -I$(PLATFORM_SRC)/native/$(PKGDIR)/font 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/debug \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
            -I$(SHARE_SRC)/native/$(PKGDIR)/../font \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
            -I$(PLATFORM_SRC)/native/$(PKGDIR)/../font \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
            -I$(SHARE_SRC)/native/$(PKGDIR)/image \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
	    -I$(SHARE_SRC)/native/$(PKGDIR)/image/cvutils \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
	    -I$(SHARE_SRC)/native/$(PKGDIR)/shell \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
            -I$(SHARE_SRC)/native/$(PKGDIR)/medialib \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
            -I$(PLATFORM_SRC)/native/$(PKGDIR)/medialib \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../java2d \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
	    -I$(PLATFORM_SRC)/native/$(PKGDIR)/../java2d \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../java2d/loops \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../java2d/pipe \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../java2d/opengl \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
	    -I$(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/opengl \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
	    -I$(PLATFORM_SRC)/native/$(PKGDIR)/../java2d/x11 \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../dc/doe \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
	    -I$(SHARE_SRC)/native/$(PKGDIR)/../dc/path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
            -I$(PLATFORM_SRC)/native/$(PKGDIR)/../jdga \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
            -I$(PLATFORM_SRC)/native/$(PKGDIR) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
	    $(EVENT_MODEL)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
ifeq ($(PLATFORM), linux)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
LDFLAGS += -L$(OPENWIN_LIB)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
LDFLAGS += -L$(LIBDIR)/$(LIBARCH)/$(TSOBJDIR) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
	   $(AWT_RUNPATH)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
endif # PLATFORM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
CLASSES.export += java.io.InputStream \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
		  java.lang.Integer \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
		  java.lang.ThreadGroup
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
.PHONY: dgalibs dgalib.clean fontconfigs fontconfigs.clean
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574