make/lib/Lib-java.security.jgss.gmk
branchihse-remove-mapfiles-branch
changeset 56107 706dba352bda
parent 47217 72e3ae9a25eb
child 56721 01b558efd286
equal deleted inserted replaced
56106:40e61db323c2 56107:706dba352bda
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 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
    38       SRC := $(LIBJ2GSS_SRC), \
    38       SRC := $(LIBJ2GSS_SRC), \
    39       OPTIMIZATION := LOW, \
    39       OPTIMIZATION := LOW, \
    40       CFLAGS := $(CFLAGS_JDKLIB) $(addprefix -I, $(LIBJ2GSS_SRC)) \
    40       CFLAGS := $(CFLAGS_JDKLIB) $(addprefix -I, $(LIBJ2GSS_SRC)) \
    41           $(LIBJAVA_HEADER_FLAGS) \
    41           $(LIBJAVA_HEADER_FLAGS) \
    42           -I$(SUPPORT_OUTPUTDIR)/headers/java.security.jgss, \
    42           -I$(SUPPORT_OUTPUTDIR)/headers/java.security.jgss, \
    43       MAPFILE := $(TOPDIR)/make/mapfiles/libj2gss/mapfile-vers, \
       
    44       LDFLAGS := $(LDFLAGS_JDKLIB) \
    43       LDFLAGS := $(LDFLAGS_JDKLIB) \
    45           $(call SET_SHARED_LIBRARY_ORIGIN), \
    44           $(call SET_SHARED_LIBRARY_ORIGIN), \
    46       LIBS := $(LIBDL), \
    45       LIBS := $(LIBDL), \
    47       LIBS_solaris := -lc, \
    46       LIBS_solaris := -lc, \
    48       OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libj2gss, \
    47       OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libj2gss, \