4416N/A# The contents of this file are subject to the terms of the
4416N/A# Common Development and Distribution License (the "License").
4416N/A# You may not use this file except in compliance with the License.
4416N/A# See the License for the specific language governing permissions
4416N/A# and limitations under the License.
4416N/A# When distributing Covered Code, include this CDDL HEADER in each
4416N/A# If applicable, add the following below this CDDL HEADER, with the
4416N/A# fields enclosed by brackets "[]" replaced with your own identifying
4416N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4416N/A# Copyright (c) 2015, Oracle
and/or its affiliates. All rights reserved.
4416N/A# PHP_TOP_DIR is for everything PHP-related (PHP, third party extensions, and
4416N/A# one-off build dependencies like uw-imap)
4416N/APHP_TOP_DIR = $(WS_COMPONENTS)/php
4416N/A# Get version numbers. Change this include (
and/or implement support for
4416N/A# PHP_BUNDLE_DIR is for everything we build from the PHP tarball (bundle).
4416N/APHP_BUNDLE_DIR = $(PHP_TOP_DIR)/php$(UL_PHP_SHORT_VERSION)
4416N/APHP_COMPONENT_SRC = php-$(UL_PHP_VERSION)
4416N/APHP_SOURCE_DIR = $(PHP_BUNDLE_DIR)/$(PHP_COMPONENT_SRC)
4416N/APHP_BUILD_DIR = $(PHP_BUNDLE_DIR)/build
4416N/APHP_BUILD_DIR_64 = $(PHP_BUILD_DIR)/$(MACH64)
4416N/APHP_PROTO_DIR = $(PHP_BUILD_DIR)/prototype/$(MACH)