components/php/php-metadata.mk
branchs11-update
changeset 4418 7ae5fd823a4b
equal deleted inserted replaced
4415:a4e14565d114 4418:7ae5fd823a4b
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 # PHP_TOP_DIR is for everything PHP-related (PHP, third party extensions, and
       
    27 # one-off build dependencies like uw-imap)
       
    28 PHP_TOP_DIR = $(WS_COMPONENTS)/php
       
    29 
       
    30 # Get version numbers. Change this include (and/or implement support for
       
    31 # multiple versions) when adding a new minor/major version of PHP.
       
    32 include $(PHP_TOP_DIR)/php56/php56-metadata.mk
       
    33 
       
    34 # PHP_BUNDLE_DIR is for everything we build from the PHP tarball (bundle).
       
    35 PHP_BUNDLE_DIR = $(PHP_TOP_DIR)/php$(UL_PHP_SHORT_VERSION)
       
    36 PHP_COMPONENT_SRC = php-$(UL_PHP_VERSION)
       
    37 PHP_SOURCE_DIR = $(PHP_BUNDLE_DIR)/$(PHP_COMPONENT_SRC)
       
    38 PHP_BUILD_DIR = $(PHP_BUNDLE_DIR)/build
       
    39 PHP_BUILD_DIR_64 = $(PHP_BUILD_DIR)/$(MACH64)
       
    40 PHP_PROTO_DIR = $(PHP_BUILD_DIR)/prototype/$(MACH)
       
    41