Makefile revision 4632
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# This code is free software; you can redistribute it and/or modify it
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# under the terms of the GNU General Public License version 2 only, as
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# published by the Free Software Foundation. Oracle designates this
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# particular file as subject to the "Classpath" exception as provided
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# by Oracle in the LICENSE file that accompanied this code.
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# This code is distributed in the hope that it will be useful, but WITHOUT
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# version 2 for more details (a copy is included in the LICENSE file that
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# accompanied this code).
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# You should have received a copy of the GNU General Public License version
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# 2 along with this work; if not, write to the Free Software Foundation,
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# or visit www.oracle.com if you need additional information or have any
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# questions.
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew FILES_export += java/net/TwoStacksPlainSocketImpl.java
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew FILES_export += java/net/DualStackPlainSocketImpl.java
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew FILES_export += java/net/TwoStacksPlainDatagramSocketImpl.java
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew FILES_export += java/net/DualStackPlainDatagramSocketImpl.java
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew FILES_export += java/net/PlainDatagramSocketImpl.java
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# Find platform specific native code
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthewvpath %.c $(PLATFORM_SRC)/native/sun/net/dns $(PLATFORM_SRC)/native/sun/net/www/protocol/http/ntlm \
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew $(PLATFORM_SRC)/native/sun/net/sdp $(PLATFORM_SRC)/native/sun/net/spi
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# Include rules
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew OTHER_LDLIBS = $(LIBSOCKET) $(LIBNSL) $(LIBDL) $(JVMLIB)
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthewCLASSES.export += java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew$(LIBDIR)/net.properties: $(SHARE_SRC)/lib/net.properties
fa3f09215a8dda38ec5a9ce38cf36795d8d6f450matthew# SDP configuration template