ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Copyright (c) 2001, 2005, Oracle and/or its affiliates. All rights reserved.
ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync#
ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync# This code is free software; you can redistribute it and/or modify it
ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync# under the terms of the GNU General Public License version 2 only, as
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# published by the Free Software Foundation. Oracle designates this
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# particular file as subject to the "Classpath" exception as provided
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# by Oracle in the LICENSE file that accompanied this code.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# version 2 for more details (a copy is included in the LICENSE file that
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# accompanied this code).
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# You should have received a copy of the GNU General Public License version
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# or visit www.oracle.com if you need additional information or have any
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# questions.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# makefile for building browser proxy service classes
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncBUILDDIR = ../../../../..
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncPACKAGE = com.sun.java.browser.net
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncPRODUCT = plugin
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Files
ac1c6dacf552b38d984953b5b31910a4036e0815vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncAUTO_FILES_JAVA_DIRS = com/sun/java/browser/net
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Rules
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncinclude $(BUILDDIR)/common/Classes.gmk
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync