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