#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#
# Makefile for building the corba workspace.
#
BUILDDIR=.
#----- commands
#----- locations and deliverables
TOPDIR=..
else
OUTPUTDIR = ..
#-----
# RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set
else
# FULL_VERSION is RELEASE and -BUILD_NUMBER if BUILD_NUMBER is set
else
#----- useful macros
else
# for jdk, we generate the following:
# dist/lib/classes.jar:
# corba recompiled to run on the target JDK,
# ready for inclusion in rt.jar
# .properties and .java files for classes in classes.jar,
# ready for jdk src.zip
# Default target
#----- classes.jar
$(CLASSES_JAR):
$(MKDIR) -p $(@D)
#----- src.zip
SRC_ZIP_FILES = $(shell $(FIND) $(SRC_CLASSES_DIR) \( -name \*-template \) -prune -o -type f -print )
$(SRC_ZIP): $(SRC_ZIP_FILES)
( cd $(SRC_CLASSES_DIR) ; $(FIND) . \( -name \*-template \) -prune -o -type f -print | $(ZIP) -q $$abs_src_zip -@ ) ; \
#----- bin.zip
#
# CORBA
#
#-------------------------------------------------------------------
#
# Targets for Sun's internal JPRT build system
CD = cd
#-------------------------------------------------------------------
#
# Phonies to avoid accidents.
#