make/lib/Lib-jdk.jdwp.agent.gmk
branchihse-remove-mapfiles-branch
changeset 56106 40e61db323c2
parent 48766 2c4d1993b5f9
child 56107 706dba352bda
equal deleted inserted replaced
56105:749e0ffa206f 56106:40e61db323c2
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, 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
    45         $(LIBDT_SOCKET_CPPFLAGS), \
    45         $(LIBDT_SOCKET_CPPFLAGS), \
    46     DISABLED_WARNINGS_gcc := shift-negative-value, \
    46     DISABLED_WARNINGS_gcc := shift-negative-value, \
    47     MAPFILE := $(TOPDIR)/make/mapfiles/libdt_socket/mapfile-vers, \
    47     MAPFILE := $(TOPDIR)/make/mapfiles/libdt_socket/mapfile-vers, \
    48     LDFLAGS := $(LDFLAGS_JDKLIB) \
    48     LDFLAGS := $(LDFLAGS_JDKLIB) \
    49         $(call SET_SHARED_LIBRARY_ORIGIN), \
    49         $(call SET_SHARED_LIBRARY_ORIGIN), \
    50     LDFLAGS_windows := -export:jdwpTransport_OnLoad, \
       
    51     LIBS_linux := -lpthread, \
    50     LIBS_linux := -lpthread, \
    52     LIBS_solaris := -lnsl -lsocket -lc, \
    51     LIBS_solaris := -lnsl -lsocket -lc, \
    53     LIBS_windows := $(JDKLIB_LIBS) ws2_32.lib, \
    52     LIBS_windows := $(JDKLIB_LIBS) ws2_32.lib, \
    54     VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
    53     VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
    55     RC_FLAGS := $(RC_FLAGS) \
    54     RC_FLAGS := $(RC_FLAGS) \