Makefile revision 6962
5253N/A# The contents of this file are subject to the terms of the 5253N/A# Common Development and Distribution License (the "License"). 5253N/A# You may not use this file except in compliance with the License. 5253N/A# See the License for the specific language governing permissions 5253N/A# and limitations under the License. 5253N/A# When distributing Covered Code, include this CDDL HEADER in each 5253N/A# If applicable, add the following below this CDDL HEADER, with the 5253N/A# fields enclosed by brackets "[]" replaced with your own identifying 5253N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5343N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 5254N/A# When new version of OpenSSL comes in, you must update both COMPONENT_VERSION 5253N/A# and IPS_COMPONENT_VERSION. 5253N/A# When upgrading OpenSSL, please, DON'T FORGET TO TEST WANBOOT too. 5253N/A# For more information about wanboot-openssl testing, please refer to 5525N/A# Version for IPS. It is easier to do it manually than convert the letter to a 5253N/A# number while taking into account that there might be no letter at all. 5525N/A# Clone the patch files to the patches-all dir. 5253N/A# COPY_COMMON_FILES is there so that rsync is called as soon as 5578N/A# OpenSSL does not use autoconf but its own configure system. 5578N/A# Ignore default CC_FOR_BUILD, CC, and CXX in CONFIGURE_ENV. 5253N/A# This is to force OpenSSL's Configure script to use gmake for 'make links'. 5253N/A# mksh: Fatal error in reader: Unmatched `(' on line 5253N/A# Used in the configure options below. 5305N/A# Configure options common to both regular OpenSSL and OpenSSL for wanboot. 5305N/A# We use OpenSSL install code for installing only manual pages and we do that 5305N/A# We don't ship GOST engine. 5253N/A# Disable SSLv2 and SSLv3 protocols 5253N/A# We use both no-whirlpool and no-whrlpool since there is an inconsistency in 5253N/A# the OpenSSL code and one needs both to build OpenSSL successfully with 5253N/A# Whirlpool implementation removed. 5525N/A# Some additional options needed for our engines. 5253N/A# We define our own compiler and linker option sets for Solaris. See Configure 5253N/A# Options specific to regular build. 5253N/A# They must not be specified as common, as they cannot be overridden. 5253N/A# OpenSSL for wanboot specific options 5253N/A# OpenSSL has its own configure system which must be run from the fully 5253N/A# populated source code directory. However, the Userland configuration phase is 5253N/A# run from the build directory. So, we must get the full source code into the 5253N/A# 64 bits. Depending on the configuration option, OpenSSL's Configure script 5253N/A# header file usable on both architectures. The patch was generated against the 5253N/A# We do not ship our engines as patches since it would be more difficult to 5253N/A# update the files which have been under continuous development. We rather copy 5253N/A# the files to the right directories. 5253N/A# not available in the stand-alone environment of wanboot. 5253N/A ( echo "Cloning engines..."; \ 5253N/A# OpenSSL for wanboot is built on sparc only. # Linking of openssl bits for wanboot. # compiled to have functions in separate sections, unused sections get # OpenSSL uses sections man[1357] by default so we must create the man # directories we use for OpenSSL man pages in Solaris. Note that we patch the # OpenSSL man page install script to use the correct directories. # We must create man page directories manually since we patched OpenSSL install # code to install into manXopenssl instead of manX. Also, OpenSSL does not # install into <dir>/$(MACH64) for 64-bit install so no such directory is # created and Userland install code would fail when installing lint libraries. # The install_docs target will install man pages into $(PROTO_DIR)/$(MANDIR). We # also add /usr/perl5/bin to PATH so that OpenSSL install code can locate the # system pod2man. If not set, OpenSSL make would use an internal implementation # from the tarball which would corrupt some man pages. # We could run OpenSSL install code for 32 bits only to process header files and # manual pages. However, lint libraries depend on install stamps so we run # install for 64 bit as well. Note that we must take built binary files from # build directories, not from the proto area which contains whatever was # OpenSSL for wanboot is built on sparc only. # Set modified lint flags for our lint library targets. # There are also separate STC test suites 'openssl' and 'openssl-engine' # for regression testing. These internal tests are unit tests only.