components/php-5_3/php-sapi/Makefile
changeset 3817 30b42c38bbc4
parent 3727 425608dcd0e3
child 4165 cd344a63e64f
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 # NOTE:
    25 # NOTE:
    26 #    Currently the version numbers in the package manifests, one
    26 #    Currently the version numbers in the package manifests, one
    58 COMPONENT_ARCHIVE_URL_1=http://us.php.net/get/$(COMPONENT_ARCHIVE_1)/from/this/mirror
    58 COMPONENT_ARCHIVE_URL_1=http://us.php.net/get/$(COMPONENT_ARCHIVE_1)/from/this/mirror
    59 
    59 
    60 include ./php.mk
    60 include ./php.mk
    61 
    61 
    62 
    62 
    63 include $(WS_TOP)/make-rules/prep.mk
    63 include $(WS_MAKE_RULES)/prep.mk
    64 include $(WS_TOP)/make-rules/configure.mk
    64 include $(WS_MAKE_RULES)/configure.mk
    65 include $(WS_TOP)/make-rules/ips.mk
    65 include $(WS_MAKE_RULES)/ips.mk
    66 
    66 
    67 include ../common.mk
    67 include ../common.mk
    68 
    68 
    69 CONFIGURE_OPTIONS  += \
    69 CONFIGURE_OPTIONS  += \
    70 	$(COMMON_CONFIG_OPTIONS) \
    70 	$(COMMON_CONFIG_OPTIONS) \
   258 	(cd ../php-cgi ; $(MAKE) install)
   258 	(cd ../php-cgi ; $(MAKE) install)
   259 
   259 
   260 $(BUILD_DIR_32)/.configured:	../imap/build/$(MACH32)/.built
   260 $(BUILD_DIR_32)/.configured:	../imap/build/$(MACH32)/.built
   261 PHP-NSAPI_INSTALL:		../php-nsapi/build/$(MACH32)/.installed
   261 PHP-NSAPI_INSTALL:		../php-nsapi/build/$(MACH32)/.installed
   262 PHP-CGI_INSTALL:		../php-cgi/build/$(MACH32)/.installed
   262 PHP-CGI_INSTALL:		../php-cgi/build/$(MACH32)/.installed
   263 
       
   264 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   265 
       
   266 include $(WS_TOP)/make-rules/depend.mk