make/lib/Lib-jdk.hotspot.agent.gmk
changeset 53379 e47074d2d8cc
parent 52108 9c84227836d4
child 53683 48ff68e2fe5c
equal deleted inserted replaced
53378:52abdb8a48b2 53379:e47074d2d8cc
     1 #
     1 #
     2 # Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2019, 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
    64     DISABLED_WARNINGS_CXX_solstudio := truncwarn unknownpragma, \
    64     DISABLED_WARNINGS_CXX_solstudio := truncwarn unknownpragma, \
    65     CFLAGS := $(CFLAGS_JDKLIB) $(SA_CFLAGS), \
    65     CFLAGS := $(CFLAGS_JDKLIB) $(SA_CFLAGS), \
    66     CXXFLAGS := $(CXXFLAGS_JDKLIB) $(SA_CFLAGS) $(SA_CXXFLAGS), \
    66     CXXFLAGS := $(CXXFLAGS_JDKLIB) $(SA_CFLAGS) $(SA_CXXFLAGS), \
    67     EXTRA_SRC := $(LIBSA_EXTRA_SRC), \
    67     EXTRA_SRC := $(LIBSA_EXTRA_SRC), \
    68     LDFLAGS := $(LDFLAGS_JDKLIB) $(SA_LDFLAGS), \
    68     LDFLAGS := $(LDFLAGS_JDKLIB) $(SA_LDFLAGS), \
    69     LIBS_linux := -lthread_db $(LIBDL), \
    69     LIBS_linux := $(LIBDL), \
    70     LIBS_solaris := -ldl -ldemangle -lthread -lproc, \
    70     LIBS_solaris := -ldl -ldemangle -lthread -lproc, \
    71     LIBS_macosx := -framework Foundation -framework JavaNativeFoundation \
    71     LIBS_macosx := -framework Foundation -framework JavaNativeFoundation \
    72         -framework JavaRuntimeSupport -framework Security -framework CoreFoundation, \
    72         -framework JavaRuntimeSupport -framework Security -framework CoreFoundation, \
    73     LIBS_windows := dbgeng.lib, \
    73     LIBS_windows := dbgeng.lib, \
    74 ))
    74 ))