make/lib/Lib-jdk.crypto.ucrypto.gmk
changeset 49070 d7859531621b
parent 47217 72e3ae9a25eb
child 49241 de4b3a04feae
child 56287 593a452fcbeb
equal deleted inserted replaced
49069:e37b804ae0b1 49070:d7859531621b
     1 #
     1 #
     2 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 2018, 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
    29 
    29 
    30 ifeq ($(OPENJDK_TARGET_OS), solaris)
    30 ifeq ($(OPENJDK_TARGET_OS), solaris)
    31 
    31 
    32   LIBJ2UCRYPTO_SRC := $(TOPDIR)/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto
    32   LIBJ2UCRYPTO_SRC := $(TOPDIR)/src/jdk.crypto.ucrypto/solaris/native/libj2ucrypto
    33 
    33 
    34   $(eval $(call SetupNativeCompilation,BUILD_LIBJ2UCRYPTO, \
    34   $(eval $(call SetupNativeCompilation, BUILD_LIBJ2UCRYPTO, \
    35       LIBRARY := j2ucrypto, \
    35       NAME := j2ucrypto, \
    36       OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    36       OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    37       SRC := $(LIBJ2UCRYPTO_SRC), \
    37       SRC := $(LIBJ2UCRYPTO_SRC), \
    38       OPTIMIZATION := LOW, \
    38       OPTIMIZATION := LOW, \
    39       CFLAGS := $(CFLAGS_JDKLIB) \
    39       CFLAGS := $(CFLAGS_JDKLIB) \
    40           $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \
    40           $(addprefix -I, $(LIBJ2UCRYPTO_SRC)), \