173N/A#
2362N/A# Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
173N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
173N/A#
173N/A# This code is free software; you can redistribute it and/or modify it
173N/A# under the terms of the GNU General Public License version 2 only, as
2362N/A# published by the Free Software Foundation. Oracle designates this
173N/A# particular file as subject to the "Classpath" exception as provided
2362N/A# by Oracle in the LICENSE file that accompanied this code.
173N/A#
173N/A# This code is distributed in the hope that it will be useful, but WITHOUT
173N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
173N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
173N/A# version 2 for more details (a copy is included in the LICENSE file that
173N/A# accompanied this code).
173N/A#
173N/A# You should have received a copy of the GNU General Public License version
173N/A# 2 along with this work; if not, write to the Free Software Foundation,
173N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
173N/A#
2362N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A# or visit www.oracle.com if you need additional information or have any
2362N/A# questions.
173N/A#
173N/A
173N/A#
173N/A# Makefile for building javax (other classes)
173N/A#
173N/A
173N/ABUILDDIR = ../..
173N/Ainclude $(BUILDDIR)/common/Defs.gmk
173N/A
173N/A#
173N/A# Files to compile
173N/A#
173N/AAUTO_FILES_JAVA_DIRS = \
173N/A javax/naming \
173N/A com/sun/naming/internal \
173N/A javax/net \
173N/A javax/script \
173N/A javax/security/auth \
173N/A javax/security/cert \
173N/A javax/security/sasl \
173N/A javax/smartcardio \
173N/A javax/tools \
173N/A javax/xml
173N/A
173N/A#
173N/A# Rules
173N/A#
173N/Ainclude $(BUILDDIR)/common/Classes.gmk
173N/A