jdk/make/lib/SecurityLibraries.gmk
author kbarrett
Thu, 15 Oct 2015 10:10:13 -0400
changeset 33224 bc5da96c1f0e
parent 32229 181a18587d61
child 33406 4680f7495292
child 33653 c1ee09fe3274
permissions -rw-r--r--
8139200: Eliminate G1ParClosureSuper::_worker_id Summary: Moved _worker_id from G1ParClosureSuper to G1ParCopyHelper. Reviewed-by: mgerdin, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32229
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     1
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     2
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     4
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    10
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    15
# accompanied this code).
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    16
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    20
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    23
# questions.
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    24
#
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    25
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    26
include LibCommon.gmk
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    27
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    28
ifeq ($(OPENJDK_TARGET_OS), macosx)
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    29
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    30
  ################################################################################
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    31
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    32
  LIBOSXSECURITY_DIRS := $(JDK_TOPDIR)/src/java.base/macosx/native/libosxsecurity
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    33
  LIBOSXSECURITY_CFLAGS := -I$(LIBOSXSECURITY_DIRS) \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    34
      $(LIBJAVA_HEADER_FLAGS) \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    35
      -I$(SUPPORT_OUTPUTDIR)/headers/java.base \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    36
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    37
  $(eval $(call SetupNativeCompilation,BUILD_LIBOSXSECURITY, \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    38
      LIBRARY := osxsecurity, \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    39
      OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    40
      SRC := $(LIBOSXSECURITY_DIRS), \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    41
      OPTIMIZATION := LOW, \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    42
      CFLAGS := $(CFLAGS_JDKLIB) \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    43
          $(LIBOSXSECURITY_CFLAGS), \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    44
      DISABLED_WARNINGS_clang := deprecated-declarations, \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    45
      LDFLAGS := $(LDFLAGS_JDKLIB) \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    46
          -L$(SUPPORT_OUTPUTDIR)/modules_libs/java.base \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    47
          $(call SET_SHARED_LIBRARY_ORIGIN), \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    48
      LDFLAGS_SUFFIX_macosx := \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    49
          -fobjc-link-runtime \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    50
          -framework JavaNativeFoundation \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    51
          -framework CoreServices \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    52
          -framework Security \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    53
          $(LDFLAGS_JDKLIB_SUFFIX), \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    54
      OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libosxsecurity, \
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    55
      DEBUG_SYMBOLS := $(DEBUG_ALL_BINARIES)))
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    56
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    57
  $(BUILD_LIBOSXSECURITY): $(BUILD_LIBJAVA)
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    58
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    59
  TARGETS += $(BUILD_LIBOSXSECURITY)
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    60
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    61
  ################################################################################
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    62
181a18587d61 8086002: Move apple.security.AppleProvider to a proper module
valeriep
parents:
diff changeset
    63
endif