components/php-5_2/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
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) 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 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 TPNO_PHP_5_2=		17129
    25 TPNO_PHP_5_2=		17129
    26 TPNO_PHP_APC=		17127
    26 TPNO_PHP_APC=		17127
    28 TPNO_PHP_MEMCACHE=	17130
    28 TPNO_PHP_MEMCACHE=	17130
    29 TPNO_PHP_SUHOSIN=	17131
    29 TPNO_PHP_SUHOSIN=	17131
    30 TPNO_PHP_TCPWRAP=	17132
    30 TPNO_PHP_TCPWRAP=	17132
    31 TPNO_PHP_XDEBUG=	17133
    31 TPNO_PHP_XDEBUG=	17133
    32 
    32 
    33 include ../../make-rules/ips.mk
    33 include $(WS_MAKE_RULES)/ips.mk
    34 
    34 
    35 ##
    35 ##
    36 ## This Makefile for local usage only.
    36 ## This Makefile for local usage only.
    37 ## The full build will NOT execute this Makefile.
    37 ## The full build will NOT execute this Makefile.
    38 ##
    38 ##
   164 
   164 
   165 build:		install
   165 build:		install
   166 
   166 
   167 .DEFAULT:	publish
   167 .DEFAULT:	publish
   168 
   168 
   169 download prep install test publish: $(SUBDIRS)
   169 download::	$(SUBDIRS)
       
   170 prep install test publish: $(SUBDIRS)
   170 
   171 
   171 clean:		$(SUBDIRS)
   172 clean:		$(SUBDIRS)
   172 	$(RM) -r $(BUILD_DIR)
   173 	$(RM) -r $(BUILD_DIR)
   173 
   174 
   174 clobber:	$(SUBDIRS) clean
   175 clobber:	$(SUBDIRS) clean
   192 tcpwrap-zts:	php-sapi php-nsapi
   193 tcpwrap-zts:	php-sapi php-nsapi
   193 xdebug:		php-sapi
   194 xdebug:		php-sapi
   194 xdebug-zts:	php-sapi php-nsapi
   195 xdebug-zts:	php-sapi php-nsapi
   195 
   196 
   196 FORCE:
   197 FORCE:
       
   198 
       
   199 REQUIRED_PACKAGES += compress/bzip2
       
   200 REQUIRED_PACKAGES += developer/lexer/flex
       
   201 REQUIRED_PACKAGES += developer/parser/bison
       
   202 REQUIRED_PACKAGES += database/mysql-55/library
       
   203 REQUIRED_PACKAGES += image/library/libjpeg
       
   204 REQUIRED_PACKAGES += image/library/libpng
       
   205 REQUIRED_PACKAGES += library/libidn
       
   206 REQUIRED_PACKAGES += library/libtool/libltdl
       
   207 REQUIRED_PACKAGES += library/libxml2
       
   208 REQUIRED_PACKAGES += library/libxslt
       
   209 REQUIRED_PACKAGES += library/security/openssl
       
   210 REQUIRED_PACKAGES += library/zlib
       
   211 REQUIRED_PACKAGES += shell/bash
       
   212 REQUIRED_PACKAGES += shell/ksh93
       
   213 REQUIRED_PACKAGES += system/library
       
   214 REQUIRED_PACKAGES += system/library/freetype-2
       
   215 REQUIRED_PACKAGES += system/library/math
       
   216 REQUIRED_PACKAGES += system/library/security/libmcrypt
       
   217 REQUIRED_PACKAGES += system/linker
       
   218 REQUIRED_PACKAGES += system/management/snmp/net-snmp
       
   219 REQUIRED_PACKAGES += text/tidy
       
   220 REQUIRED_PACKAGES += web/curl
       
   221 REQUIRED_PACKAGES += x11/library/libx11
       
   222 REQUIRED_PACKAGES += x11/library/libxpm