jdk/make/lib/Lib-jdk.crypto.pkcs11.gmk
changeset 29374 f031a666744a
parent 27799 097b1d6f6894
child 29931 64e274ed6567
equal deleted inserted replaced
29373:8f41a04d1a02 29374:f031a666744a
     1 #
     1 #
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2015, 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
    37     LANG := C, \
    37     LANG := C, \
    38     OPTIMIZATION := LOW, \
    38     OPTIMIZATION := LOW, \
    39     CFLAGS := $(CFLAGS_JDKLIB) $(addprefix -I, $(LIBJ2PKCS11_SRC)) \
    39     CFLAGS := $(CFLAGS_JDKLIB) $(addprefix -I, $(LIBJ2PKCS11_SRC)) \
    40         $(LIBJAVA_HEADER_FLAGS) \
    40         $(LIBJAVA_HEADER_FLAGS) \
    41         -I$(SUPPORT_OUTPUTDIR)/headers/jdk.crypto.pkcs11, \
    41         -I$(SUPPORT_OUTPUTDIR)/headers/jdk.crypto.pkcs11, \
       
    42     DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE, \
       
    43     DISABLED_WARNINGS_microsoft := 4013 4267, \
    42     MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2pkcs11/mapfile-vers, \
    44     MAPFILE := $(JDK_TOPDIR)/make/mapfiles/libj2pkcs11/mapfile-vers, \
    43     LDFLAGS := $(LDFLAGS_JDKLIB) \
    45     LDFLAGS := $(LDFLAGS_JDKLIB) \
    44         $(call SET_SHARED_LIBRARY_ORIGIN), \
    46         $(call SET_SHARED_LIBRARY_ORIGIN), \
    45     LDFLAGS_SUFFIX_unix := $(LIBDL), \
    47     LDFLAGS_SUFFIX_unix := $(LIBDL), \
    46     LDFLAGS_SUFFIX_solaris := -lc, \
    48     LDFLAGS_SUFFIX_solaris := -lc, \