Makefile revision 0
216N/A#
216N/A# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
216N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
216N/A#
216N/A# This code is free software; you can redistribute it and/or modify it
216N/A# under the terms of the GNU General Public License version 2 only, as
216N/A# published by the Free Software Foundation. Sun designates this
216N/A# particular file as subject to the "Classpath" exception as provided
216N/A# by Sun in the LICENSE file that accompanied this code.
216N/A#
216N/A# This code is distributed in the hope that it will be useful, but WITHOUT
216N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
216N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
216N/A# version 2 for more details (a copy is included in the LICENSE file that
216N/A# accompanied this code).
216N/A#
216N/A# You should have received a copy of the GNU General Public License version
216N/A# 2 along with this work; if not, write to the Free Software Foundation,
216N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
216N/A#
216N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
216N/A# CA 95054 USA or visit www.sun.com if you need additional information or
216N/A# have any questions.
216N/A#
216N/A
216N/A#
216N/A# Makefile for building JNDI COS Naming service provider
216N/A#
216N/A
216N/ABUILDDIR = ../../../..
216N/APACKAGE = com.sun.jndi.cosnaming
216N/APRODUCT = sun
216N/Ainclude $(BUILDDIR)/common/Defs.gmk
216N/A
216N/A#
216N/A# Resources
216N/A#
216N/AOTHER_PROPERTIES = $(PKGDIR)/jndiprovider.properties
216N/A
216N/A#
216N/A# Files to compile
216N/A#
216N/AAUTO_FILES_JAVA_DIRS = com/sun/jndi/cosnaming com/sun/jndi/url
216N/A
216N/A#
216N/A# Rules
216N/A#
216N/Ainclude $(BUILDDIR)/common/Classes.gmk
216N/A
216N/A