< prev index next >

make/lib/Lib-jdk.jdwp.agent.gmk

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 34,45 **** -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp/export \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/include \ # ! $(eval $(call SetupNativeCompilation,BUILD_LIBDT_SOCKET, \ ! LIBRARY := dt_socket, \ OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ SRC := $(LIBDT_SOCKET_SRC), \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB) -DUSE_MMAP \ $(LIBDT_SOCKET_CPPFLAGS), \ --- 34,45 ---- -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp/export \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/include \ # ! $(eval $(call SetupNativeCompilation, BUILD_LIBDT_SOCKET, \ ! NAME := dt_socket, \ OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ SRC := $(LIBDT_SOCKET_SRC), \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB) -DUSE_MMAP \ $(LIBDT_SOCKET_CPPFLAGS), \
*** 72,83 **** -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp/export \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/include \ $(addprefix -I, $(LIBJDWP_SRC)) # JDWP_LOGGING causes log messages to be compiled into the library. ! $(eval $(call SetupNativeCompilation,BUILD_LIBJDWP, \ ! LIBRARY := jdwp, \ OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ SRC := $(LIBJDWP_SRC), \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING \ $(LIBJDWP_CPPFLAGS) \ --- 72,83 ---- -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/libjdwp/export \ -I$(TOPDIR)/src/jdk.jdwp.agent/share/native/include \ $(addprefix -I, $(LIBJDWP_SRC)) # JDWP_LOGGING causes log messages to be compiled into the library. ! $(eval $(call SetupNativeCompilation, BUILD_LIBJDWP, \ ! NAME := jdwp, \ OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE), \ SRC := $(LIBJDWP_SRC), \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING \ $(LIBJDWP_CPPFLAGS) \
< prev index next >