jdk/make/lib/CoreLibraries.gmk
changeset 36110 91a3a6df36ec
parent 35706 c6bc87214e4c
child 36118 b59ca256a01a
equal deleted inserted replaced
36047:1c076468bf7d 36110:91a3a6df36ec
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   161         -export:getLastErrorString \
   161         -export:getLastErrorString \
   162         -export:getErrorString -delayload:shell32.dll, \
   162         -export:getErrorString -delayload:shell32.dll, \
   163     LIBS_unix := -ljvm -lverify, \
   163     LIBS_unix := -ljvm -lverify, \
   164     LIBS_linux := $(LIBDL) $(BUILD_LIBFDLIBM), \
   164     LIBS_linux := $(LIBDL) $(BUILD_LIBFDLIBM), \
   165     LIBS_solaris := -lsocket -lnsl -lscf $(LIBDL) $(BUILD_LIBFDLIBM) -lc, \
   165     LIBS_solaris := -lsocket -lnsl -lscf $(LIBDL) $(BUILD_LIBFDLIBM) -lc, \
   166     LIBS_aix := $(LIBDL) $(BUILD_LIBFDLIBM) -lm,\
   166     LIBS_aix := $(LIBDL) $(BUILD_LIBFDLIBM) $(LIBM),\
   167     LIBS_macosx := -lfdlibm \
   167     LIBS_macosx := -lfdlibm \
   168         -framework CoreFoundation \
   168         -framework CoreFoundation \
   169         -framework Foundation \
   169         -framework Foundation \
   170         -framework Security -framework SystemConfiguration, \
   170         -framework Security -framework SystemConfiguration, \
   171     LIBS_windows := jvm.lib $(BUILD_LIBFDLIBM) $(WIN_VERIFY_LIB) \
   171     LIBS_windows := jvm.lib $(BUILD_LIBFDLIBM) $(WIN_VERIFY_LIB) \
   223     REORDER := $(BUILD_LIBZIP_REORDER), \
   223     REORDER := $(BUILD_LIBZIP_REORDER), \
   224     LDFLAGS := $(LDFLAGS_JDKLIB) \
   224     LDFLAGS := $(LDFLAGS_JDKLIB) \
   225         $(call SET_SHARED_LIBRARY_ORIGIN), \
   225         $(call SET_SHARED_LIBRARY_ORIGIN), \
   226     LDFLAGS_windows := -export:ZIP_Open -export:ZIP_Close -export:ZIP_FindEntry \
   226     LDFLAGS_windows := -export:ZIP_Open -export:ZIP_Close -export:ZIP_FindEntry \
   227         -export:ZIP_ReadEntry -export:ZIP_GetNextEntry \
   227         -export:ZIP_ReadEntry -export:ZIP_GetNextEntry \
   228         -export:ZIP_InflateFully -export:ZIP_CRC32, \
   228         -export:ZIP_InflateFully, \
   229     LIBS_unix := -ljvm -ljava $(LIBZ), \
   229     LIBS_unix := -ljvm -ljava $(LIBZ), \
   230     LIBS_solaris := -lc, \
   230     LIBS_solaris := -lc, \
   231     LIBS_windows := jvm.lib $(WIN_JAVA_LIB), \
   231     LIBS_windows := jvm.lib $(WIN_JAVA_LIB), \
   232     VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
   232     VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
   233     RC_FLAGS := $(RC_FLAGS) \
   233     RC_FLAGS := $(RC_FLAGS) \