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