|
23 | 23 | # questions.
|
24 | 24 | #
|
25 | 25 |
|
| 26 | +# =========================================================================== |
| 27 | +# (c) Copyright IBM Corp. 2025, 2025 All Rights Reserved |
| 28 | +# =========================================================================== |
| 29 | + |
26 | 30 | LIBNET_SRC_DIRS := $(JDK_TOPDIR)/src/share/native/java/net \
|
27 | 31 | $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/native/java/net \
|
28 | 32 | $(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/native/sun/net/ \
|
|
37 | 41 |
|
38 | 42 | LIBNET_CFLAGS := $(foreach dir, $(LIBNET_SRC_DIRS), -I$(dir))
|
39 | 43 |
|
| 44 | +BUILD_LIBNET_aix_close.c_CFLAGS := \ |
| 45 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 46 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 47 | +BUILD_LIBNET_bsd_close.c_CFLAGS := \ |
| 48 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 49 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 50 | +BUILD_LIBNET_DualStackPlainSocketImpl.c_CFLAGS := \ |
| 51 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 52 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 53 | +BUILD_LIBNET_linux_close.c_CFLAGS := \ |
| 54 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 55 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 56 | +BUILD_LIBNET_net_util.c_CFLAGS := \ |
| 57 | + -I$(OPENJ9_TOPDIR)/runtime/include \ |
| 58 | + -I$(OPENJ9_TOPDIR)/runtime/oti \ |
| 59 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 60 | + -I$(OUTPUT_ROOT)/vm/runtime \ |
| 61 | + -I$(OPENJ9_TOPDIR)/runtime/jcl \ |
| 62 | + -I$(OPENJ9_TOPDIR)/runtime/util \ |
| 63 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 64 | +BUILD_LIBNET_PlainSocketImpl.c_CFLAGS := \ |
| 65 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 66 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 67 | +BUILD_LIBNET_TwoStacksPlainSocketImpl.c_CFLAGS := \ |
| 68 | + -I$(OPENJ9OMR_TOPDIR)/include_core \ |
| 69 | + -I$(OUTPUT_ROOT)/vm/runtime/jcl |
| 70 | + |
40 | 71 | LIBNET_EXCLUDE_FILES :=
|
41 | 72 | ifneq ($(OPENJDK_TARGET_OS), linux)
|
42 | 73 | LIBNET_EXCLUDE_FILES += linux_close.c
|
|
0 commit comments