make/lib/Lib-jdk.management.gmk
branchihse-remove-mapfiles-branch
changeset 56107 706dba352bda
parent 48695 a7ce228abcd7
child 56721 01b558efd286
equal deleted inserted replaced
56106:40e61db323c2 56107:706dba352bda
     1 #
     1 #
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 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
    58     OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    58     OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    59     SRC := $(LIBMANAGEMENT_EXT_SRC), \
    59     SRC := $(LIBMANAGEMENT_EXT_SRC), \
    60     LANG := C, \
    60     LANG := C, \
    61     OPTIMIZATION := $(LIBMANAGEMENT_EXT_OPTIMIZATION), \
    61     OPTIMIZATION := $(LIBMANAGEMENT_EXT_OPTIMIZATION), \
    62     CFLAGS := $(CFLAGS_JDKLIB) $(LIBMANAGEMENT_EXT_CFLAGS), \
    62     CFLAGS := $(CFLAGS_JDKLIB) $(LIBMANAGEMENT_EXT_CFLAGS), \
    63     MAPFILE := $(TOPDIR)/make/mapfiles/libmanagement_ext/mapfile-vers, \
       
    64     LDFLAGS := $(LDFLAGS_JDKLIB) \
    63     LDFLAGS := $(LDFLAGS_JDKLIB) \
    65         $(call SET_SHARED_LIBRARY_ORIGIN), \
    64         $(call SET_SHARED_LIBRARY_ORIGIN), \
    66     LIBS := $(JDKLIB_LIBS), \
    65     LIBS := $(JDKLIB_LIBS), \
    67     LIBS_solaris := -lkstat, \
    66     LIBS_solaris := -lkstat, \
    68     LIBS_aix := -lperfstat,\
    67     LIBS_aix := -lperfstat,\