Makefile revision 425
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# This code is free software; you can redistribute it and/or modify it
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# under the terms of the GNU General Public License version 2 only, as
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# published by the Free Software Foundation. Sun designates this
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# particular file as subject to the "Classpath" exception as provided
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# by Sun in the LICENSE file that accompanied this code.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# This code is distributed in the hope that it will be useful, but WITHOUT
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# version 2 for more details (a copy is included in the LICENSE file that
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# accompanied this code).
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You should have received a copy of the GNU General Public License version
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# 2 along with this work; if not, write to the Free Software Foundation,
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# CA 95054 USA or visit www.sun.com if you need additional information or
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# have any questions.
014019918f7e3844f558f6159b8d41517254edc2lutoff # Windows 9x module only needed on 32-bit build
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara FILES_export += java/net/TwoStacksPlainSocketImpl.java
39e085accf228684b9573bc8ad707a364ed6242ejvergara FILES_export += java/net/DualStackPlainSocketImpl.java
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilson FILES_export += java/net/TwoStacksPlainDatagramSocketImpl.java
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe FILES_export += java/net/DualStackPlainDatagramSocketImpl.java
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe FILES_export += java/net/PlainDatagramSocketImpl.java
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Find platform specific native code
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilsonvpath %.c $(PLATFORM_SRC)/native/sun/net/dns $(PLATFORM_SRC)/native/sun/net/www/protocol/http $(PLATFORM_SRC)/native/sun/net/spi
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson# Include rules
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson # Will not compile at warning level 3 if warnings are fatal
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipeCLASSES.export += java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo# Resources