components/php-5_2/php-nsapi/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3477 3d935de46ca9
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		php
    26 COMPONENT_NAME=		php
    44 # Came from Sun's Netscape (web stack) group originally?
    44 # Came from Sun's Netscape (web stack) group originally?
    45 COMPONENT_ARCHIVE_URL_1= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE_1)
    45 COMPONENT_ARCHIVE_URL_1= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE_1)
    46 
    46 
    47 PATCH_DIR = ../php-sapi/patches
    47 PATCH_DIR = ../php-sapi/patches
    48 
    48 
    49 include $(WS_TOP)/make-rules/prep.mk
    49 include $(WS_MAKE_RULES)/prep.mk
    50 include $(WS_TOP)/make-rules/configure.mk
    50 include $(WS_MAKE_RULES)/configure.mk
    51 include $(WS_TOP)/make-rules/ips.mk
    51 include $(WS_MAKE_RULES)/ips.mk
    52 
    52 
    53 include ../common.mk
    53 include ../common.mk
    54 include ../php-sapi/php.mk
    54 include ../php-sapi/php.mk
    55 
    55 
    56 COMPONENT_POST_UNPACK_ACTION += && ( \
    56 COMPONENT_POST_UNPACK_ACTION += && ( \
   144 ##../php-sapi/build/$(MACH32)/.installed:
   144 ##../php-sapi/build/$(MACH32)/.installed:
   145 ##	(cd ../php-sapi ; $(MAKE) install)
   145 ##	(cd ../php-sapi ; $(MAKE) install)
   146 ##
   146 ##
   147 ##$(BUILD_DIR_32)/.configured:	../php-sapi/build/$(MACH32)/.installed
   147 ##$(BUILD_DIR_32)/.configured:	../php-sapi/build/$(MACH32)/.installed
   148 
   148 
   149 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   150 
   149 
   151 include $(WS_TOP)/make-rules/depend.mk