Makefile revision 3686
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# This code is free software; you can redistribute it and/or modify it
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# under the terms of the GNU General Public License version 2 only, as
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# published by the Free Software Foundation. Oracle designates this
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# particular file as subject to the "Classpath" exception as provided
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# by Oracle in the LICENSE file that accompanied this code.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# This code is distributed in the hope that it will be useful, but WITHOUT
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# version 2 for more details (a copy is included in the LICENSE file that
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# accompanied this code).
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# You should have received a copy of the GNU General Public License version
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# 2 along with this work; if not, write to the Free Software Foundation,
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# or visit www.oracle.com if you need additional information or have any
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# questions.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Makefile for building sunjce_provider.jar.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# This file was derived from make/javax/crypto/Makefile.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# (The terms "OpenJDK" and "JDK" below refer to OpenJDK and Sun JDK builds
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# respectively.)
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# JCE builds are very different between OpenJDK and JDK. The OpenJDK JCE
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# jar files do not require signing, but those for JDK do. If an unsigned
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# jar file is installed into JDK, things will break when the crypto
b84f58b9fb720fa951031e2311cdf8fef8a46a28Daniel Lezcano# routines are called.
b84f58b9fb720fa951031e2311cdf8fef8a46a28Daniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# This Makefile does the "real" build of the JCE files. There are some
b9a5bb586c0abbdb315573b201703c1f0bcfe25cDaniel Lezcano# javac options currently specific to JCE, so we recompile now to make
b84f58b9fb720fa951031e2311cdf8fef8a46a28Daniel Lezcano# sure any implicit compilations didn't use any incorrect flags.
b9a5bb586c0abbdb315573b201703c1f0bcfe25cDaniel Lezcano#
b84f58b9fb720fa951031e2311cdf8fef8a46a28Daniel Lezcano# For OpenJDK, the jar files built here are installed directly into the
b84f58b9fb720fa951031e2311cdf8fef8a46a28Daniel Lezcano# OpenJDK.
b9a5bb586c0abbdb315573b201703c1f0bcfe25cDaniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# For JDK, the binaries use pre-built/pre-signed binary files stored in
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# the closed workspace that are not shipped in the OpenJDK workspaces.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# We still build the JDK files here to verify the files compile, and in
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# preparation for possible signing. Developers working on JCE in JDK
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# must sign the JCE files before testing. The JCE signing key is kept
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# separate from the JDK workspace to prevent its disclosure.
75d09f83b82f35a610f4922e06ad897692062fabDaniel Lezcano#
75d09f83b82f35a610f4922e06ad897692062fabDaniel Lezcano# SPECIAL NOTE TO JCE/JDK developers: The source files must eventually
75d09f83b82f35a610f4922e06ad897692062fabDaniel Lezcano# be built and signed, and the resulting jar files MUST BE CHECKED INTO
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# THE CLOSED PART OF THE WORKSPACE*. This separate step *MUST NOT BE
75d09f83b82f35a610f4922e06ad897692062fabDaniel Lezcano# FORGOTTEN*, otherwise a bug fixed in the source code will not be
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# reflected in the shipped binaries. The "release" target should be
d472214b8342a0b705ed40e358cf9caff427042aDaniel Lezcano# used to generate the required files.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano# There are a number of targets to help both JDK/OpenJDK developers.
e892973e391aa93f4aac144527400ae24ad68032Daniel Lezcano#
26c390288bbe04bbaba26f4ec1bbe68cb9d2b602Jamal Hadi Salim# Main Targets (JDK/OPENJDK):
26c390288bbe04bbaba26f4ec1bbe68cb9d2b602Jamal Hadi Salim#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# all/clobber/clean The usual.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# If OpenJDK, installs sunjce_provider.jar.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# If JDK, installs prebuilt
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano# sunjce_provider.jar.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# jar Builds/installs sunjce_provider.jar
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# If OpenJDK, does not sign.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# If JDK, tries to sign.
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Other lesser-used Targets (JDK/OPENJDK):
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# build-jar Builds sunjce_provider.jar
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# (does not sign/install)
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano#
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano# install-jar Alias for "jar" above.
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano#
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano# Other targets (JDK only):
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano#
1f1b18e754e4c1157ffaadeb3d0ae05e5c83cb5aDaniel Lezcano# sign Alias for sign-jar
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# sign-jar Builds/signs sunjce_provider.jar (no install)
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman#
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman# release Builds all targets in preparation
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman# for workspace integration.
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman#
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman# install-prebuilt Installs the pre-built jar files
19a26f82145042062cb2b11292622efb3ccac37fMatthijs Kooijman#
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs Kooijman# This makefile was written to support parallel target execution.
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs Kooijman#
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs Kooijman
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs KooijmanBUILDDIR = ../../../..
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs KooijmanPACKAGE = com.sun.crypto.provider
f8fee0e2c399af59ee30c62234b47505fbd93725Matthijs KooijmanPRODUCT = sun
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# The following is for when we need to do postprocessing
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano# (signing) against a read-only build. If the OUTPUTDIR
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# isn't writable, the build currently crashes out.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcanoifndef OPENJDK
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano ifdef ALT_JCE_BUILD_DIR
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano # =====================================================
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano # Where to place the output, in case we're building from a read-only
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano # build area. (e.g. a release engineering build.)
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano JCE_BUILD_DIR=${ALT_JCE_BUILD_DIR}
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano IGNORE_WRITABLE_OUTPUTDIR_TEST=true
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano else
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano JCE_BUILD_DIR=${TEMPDIR}
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano endif
0ad19a3fc3de5592e2453070a818a5a41687900edlezcanoendif
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
0ad19a3fc3de5592e2453070a818a5a41687900edlezcanoinclude $(BUILDDIR)/common/Defs.gmk
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Location for the newly built classfiles.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcanoCLASSDESTDIR = $(TEMPDIR)/classes
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano
497353b66b504f12cf8b6e166bba7cb309486dc3Daniel Lezcano#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano# Subdirectories of these are automatically included.
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane Graber#
0ad19a3fc3de5592e2453070a818a5a41687900edlezcanoAUTO_FILES_JAVA_DIRS = \
com/sun/crypto/provider
include $(BUILDDIR)/common/Classes.gmk
#
# Rules
#
#
# Some licensees do not get the security sources, but we still need to
# be able to build "all" for them. Check here to see if the sources were
# available. If not, then we don't need to continue this rule.
#
ifdef OPENJDK
all: build-jar install-jar
else # OPENJDK
ifeq ($(strip $(FILES_java)),)
all: install-prebuilt
$(no-source-warning)
else # FILES_java available
all: build-jar install-prebuilt
$(build-warning)
endif # $(FILES_java) available
endif # OPENJDK
#
# We use a variety of subdirectories in the $(TEMPDIR) depending on what
# part of the build we're doing. Both OPENJDK/JDK builds are initially
# done in the unsigned area. When files are signed in JDK, they will be
# placed in the appropriate areas.
#
UNSIGNED_DIR = $(TEMPDIR)/unsigned
include $(BUILDDIR)/javax/crypto/Defs-jce.gmk
# =====================================================
# Build the unsigned sunjce_provider.jar file.
#
JAR_DESTFILE = $(EXTDIR)/sunjce_provider.jar
#
# The sunjce_provider.jar needs to be in the extension class directory,
# therefore none of its classes should appear in $(CLASSBINDIR).
# Currently no one is using any of the SunJCE internals, so these files
# should not have been built.
#
#
# Since the -C option to jar is used below, each directory entry must be
# preceded with the appropriate directory to "cd" into.
#
JAR_DIRS = $(patsubst %, -C $(CLASSDESTDIR) %, $(AUTO_FILES_JAVA_DIRS))
build-jar: $(UNSIGNED_DIR)/sunjce_provider.jar
#
# Build sunjce_provider.jar.
#
$(UNSIGNED_DIR)/sunjce_provider.jar: build $(JCE_MANIFEST_FILE)
$(prep-target)
$(BOOT_JAR_CMD) cmf $(JCE_MANIFEST_FILE) $@ $(JAR_DIRS) \
$(BOOT_JAR_JFLAGS)
@$(java-vm-cleanup)
ifndef OPENJDK
# =====================================================
# Sign the provider jar file. Not needed for OpenJDK.
#
SIGNED_DIR = $(JCE_BUILD_DIR)/signed
sign: sign-jar
sign-jar: $(SIGNED_DIR)/sunjce_provider.jar
ifndef ALT_JCE_BUILD_DIR
$(SIGNED_DIR)/sunjce_provider.jar: $(UNSIGNED_DIR)/sunjce_provider.jar
else
#
# We have to remove the build dependency, otherwise, we'll try to rebuild it
# which we can't do on a read-only filesystem.
#
$(SIGNED_DIR)/sunjce_provider.jar:
@if [ ! -r $(UNSIGNED_DIR)/sunjce_provider.jar ] ; then \
$(ECHO) "Couldn't find $(UNSIGNED_DIR)/sunjce_provider.jar"; \
exit 1; \
fi
endif
$(call sign-file, $(UNSIGNED_DIR)/sunjce_provider.jar)
# =====================================================
# Create the Release Engineering files. Signed builds, etc.
#
release: $(SIGNED_DIR)/sunjce_provider.jar
$(RM) $(JCE_BUILD_DIR)/release/sunjce_provider.jar
$(MKDIR) -p $(JCE_BUILD_DIR)/release
$(CP) $(SIGNED_DIR)/sunjce_provider.jar $(JCE_BUILD_DIR)/release
$(release-warning)
endif # OPENJDK
# =====================================================
# Install routines.
#
#
# Install sunjce_provider.jar, depending on which type is requested.
#
install-jar jar: $(JAR_DESTFILE)
ifndef OPENJDK
$(release-warning)
endif
ifdef OPENJDK
$(JAR_DESTFILE): $(UNSIGNED_DIR)/sunjce_provider.jar
else
$(JAR_DESTFILE): $(SIGNED_DIR)/sunjce_provider.jar
endif
$(install-file)
ifndef OPENJDK
install-prebuilt:
@$(ECHO) "\n>>>Installing prebuilt SunJCE provider..."
$(RM) $(JAR_DESTFILE)
$(CP) $(PREBUILT_DIR)/jce/sunjce_provider.jar $(JAR_DESTFILE)
endif
# =====================================================
# Support routines.
#
clobber clean::
$(RM) -r $(JAR_DESTFILE) $(TEMPDIR) $(JCE_BUILD_DIR)
.PHONY: build-jar jar install-jar
ifndef OPENJDK
.PHONY: sign sign-jar release install-prebuilt
endif