author | ohair |
Wed, 13 Apr 2011 16:56:16 -0700 | |
changeset 9050 | 26c2c1de1631 |
parent 9003 | e1b0f0099915 |
parent 9035 | 1255eb81cc2f |
child 10596 | 39b3a979e600 |
permissions | -rw-r--r-- |
2 | 1 |
# |
9035
1255eb81cc2f
7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents:
8583
diff
changeset
|
2 |
# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
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 |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 24 |
# |
25 |
||
26 |
BUILDDIR = ../.. |
|
27 |
PACKAGE = java.net |
|
28 |
LIBRARY = net |
|
29 |
PRODUCT = sun |
|
30 |
include $(BUILDDIR)/common/Defs.gmk |
|
31 |
||
32 |
# |
|
33 |
# Files |
|
34 |
# |
|
35 |
include FILES_c.gmk |
|
36 |
||
37 |
AUTO_FILES_JAVA_DIRS = java/net |
|
38 |
||
39 |
ifeq ($(PLATFORM), windows) |
|
40 |
FILES_c += NTLMAuthSequence.c |
|
41 |
FILES_c += NetworkInterface_winXP.c |
|
6525 | 42 |
else |
43 |
FILES_c += SdpSupport.c |
|
2 | 44 |
endif |
45 |
||
46 |
FILES_export = \ |
|
47 |
java/net/Socket.java \ |
|
48 |
java/net/SocketOptions.java \ |
|
49 |
java/net/SocketImpl.java \ |
|
50 |
java/net/AbstractPlainSocketImpl.java \ |
|
51 |
java/net/PlainSocketImpl.java \ |
|
52 |
java/net/ServerSocket.java \ |
|
53 |
java/net/InetAddress.java \ |
|
54 |
java/net/Inet4Address.java \ |
|
55 |
java/net/Inet6Address.java \ |
|
56 |
java/net/InetAddressImpl.java \ |
|
57 |
java/net/Inet4AddressImpl.java \ |
|
58 |
java/net/Inet6AddressImpl.java \ |
|
59 |
java/net/NetworkInterface.java \ |
|
60 |
java/net/SocketInputStream.java \ |
|
61 |
java/net/SocketOutputStream.java \ |
|
62 |
java/net/DefaultDatagramSocketImplFactory.java \ |
|
63 |
java/net/DatagramPacket.java \ |
|
64 |
java/net/DatagramSocket.java \ |
|
65 |
java/net/DatagramSocketImpl.java \ |
|
66 |
java/net/AbstractPlainDatagramSocketImpl.java \ |
|
67 |
java/net/MulticastSocket.java \ |
|
68 |
java/net/UnknownHostException.java \ |
|
69 |
java/net/ProtocolException.java \ |
|
70 |
sun/net/spi/DefaultProxySelector.java |
|
71 |
||
72 |
ifeq ($(PLATFORM), windows) |
|
73 |
FILES_export += java/net/TwoStacksPlainSocketImpl.java |
|
74 |
FILES_export += java/net/DualStackPlainSocketImpl.java |
|
75 |
FILES_export += java/net/TwoStacksPlainDatagramSocketImpl.java |
|
76 |
FILES_export += java/net/DualStackPlainDatagramSocketImpl.java |
|
77 |
else |
|
78 |
FILES_export += java/net/PlainDatagramSocketImpl.java |
|
79 |
endif |
|
80 |
||
81 |
# |
|
82 |
# Find platform specific native code |
|
83 |
# |
|
6525 | 84 |
vpath %.c $(PLATFORM_SRC)/native/sun/net/dns $(PLATFORM_SRC)/native/sun/net/www/protocol/http/ntlm \ |
85 |
$(PLATFORM_SRC)/native/sun/net/sdp $(PLATFORM_SRC)/native/sun/net/spi |
|
2 | 86 |
|
87 |
# |
|
88 |
# Include rules |
|
89 |
# |
|
90 |
include $(BUILDDIR)/common/Mapfile-vers.gmk |
|
91 |
||
92 |
include $(BUILDDIR)/common/Library.gmk |
|
93 |
||
94 |
ifeq ($(PLATFORM), windows) |
|
9003
e1b0f0099915
7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)
chegar
parents:
8583
diff
changeset
|
95 |
OTHER_LDLIBS = ws2_32.lib $(JVMLIB) \ |
e1b0f0099915
7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)
chegar
parents:
8583
diff
changeset
|
96 |
secur32.lib iphlpapi.lib delayimp.lib \ |
e1b0f0099915
7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)
chegar
parents:
8583
diff
changeset
|
97 |
/DELAYLOAD:secur32.dll /DELAYLOAD:iphlpapi.dll |
2 | 98 |
else |
5780 | 99 |
OTHER_LDLIBS = $(LIBSOCKET) $(LIBNSL) -ldl $(JVMLIB) |
2 | 100 |
endif |
101 |
ifeq ($(PLATFORM), linux) |
|
102 |
OTHER_LDLIBS += -lpthread |
|
103 |
endif |
|
104 |
||
105 |
CLASSES.export += java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl |
|
106 |
||
107 |
# |
|
108 |
# Resources |
|
109 |
# |
|
110 |
LOCALE_SET_DEFINITION = jre |
|
111 |
||
2446 | 112 |
MISC_FILES = $(LIBDIR) $(LIBDIR)/net.properties |
2 | 113 |
|
114 |
$(LIBDIR)/net.properties: $(SHARE_SRC)/lib/net.properties |
|
4665
d14dc3d9e1fa
6911737: Module build: generate modules with native libraries and any other files not in jar
mchung
parents:
4157
diff
changeset
|
115 |
$(install-file) |
2 | 116 |
|
2446 | 117 |
# |
118 |
# SDP configuration template |
|
119 |
# |
|
120 |
ifeq ($(PLATFORM), solaris) |
|
121 |
SDP_PATH = sdp/sdp.conf.template |
|
122 |
SDP_CONF = $(LIBDIR)/$(SDP_PATH) |
|
123 |
$(SDP_CONF): $(PLATFORM_SRC)/lib/$(SDP_PATH) |
|
124 |
@$(RM) $* |
|
125 |
$(install-file) |
|
2 | 126 |
|
2446 | 127 |
MISC_FILES += $(SDP_CONF) |
128 |
endif |
|
129 |
||
130 |
build: $(MISC_FILES) |
|
131 |