components/php-common/Makefile
branchs11-update
changeset 3179 07c03b663108
parent 2923 d19580922ffe
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3178:77584387a894 3179:07c03b663108
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, 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 COMPONENT_NAME=		php-common
    25 COMPONENT_NAME=		php-common
    26 # This version # based on the version # of Solaris
    26 # This version # based on the version # of Solaris
    29 COMPONENT_BUGDB=	utility/php
    29 COMPONENT_BUGDB=	utility/php
    30 
    30 
    31 include $(WS_TOP)/make-rules/configure.mk
    31 include $(WS_TOP)/make-rules/configure.mk
    32 include $(WS_TOP)/make-rules/ips.mk
    32 include $(WS_TOP)/make-rules/ips.mk
    33 
    33 
       
    34 # Do not apply the standard license transforms for this component. The
       
    35 # license actions are already tagged with the attributes in the .p5m file.
       
    36 LICENSE_TRANSFORMS=
       
    37 
    34 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    38 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    35 
    39 
    36 # nothing to download or build; just package
    40 # nothing to download or build; just package
    37 download prep build install test:
    41 download prep build install test:
    38 
    42