make/lib/Lib-java.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) 2011, 2017, 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
    48     LIBRARY := management, \
    48     LIBRARY := management, \
    49     OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    49     OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \
    50     SRC := $(LIBMANAGEMENT_SRC), \
    50     SRC := $(LIBMANAGEMENT_SRC), \
    51     OPTIMIZATION := $(LIBMANAGEMENT_OPTIMIZATION), \
    51     OPTIMIZATION := $(LIBMANAGEMENT_OPTIMIZATION), \
    52     CFLAGS := $(CFLAGS_JDKLIB) $(LIBMANAGEMENT_CFLAGS), \
    52     CFLAGS := $(CFLAGS_JDKLIB) $(LIBMANAGEMENT_CFLAGS), \
    53     MAPFILE := $(TOPDIR)/make/mapfiles/libmanagement/mapfile-vers, \
       
    54     LDFLAGS := $(LDFLAGS_JDKLIB) \
    53     LDFLAGS := $(LDFLAGS_JDKLIB) \
    55         $(call SET_SHARED_LIBRARY_ORIGIN), \
    54         $(call SET_SHARED_LIBRARY_ORIGIN), \
    56     LIBS := $(JDKLIB_LIBS), \
    55     LIBS := $(JDKLIB_LIBS), \
    57     LIBS_solaris := -lkstat, \
    56     LIBS_solaris := -lkstat, \
    58     LIBS_aix := -lperfstat,\
    57     LIBS_aix := -lperfstat,\