Makefile revision 3996
340N/A#
340N/A# CDDL HEADER START
340N/A#
340N/A# The contents of this file are subject to the terms of the
340N/A# Common Development and Distribution License (the "License").
340N/A# You may not use this file except in compliance with the License.
340N/A#
340N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
340N/A# or http://www.opensolaris.org/os/licensing.
340N/A# See the License for the specific language governing permissions
340N/A# and limitations under the License.
340N/A#
340N/A# When distributing Covered Code, include this CDDL HEADER in each
340N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
340N/A# If applicable, add the following below this CDDL HEADER, with the
340N/A# fields enclosed by brackets "[]" replaced with your own identifying
340N/A# information: Portions Copyright [yyyy] [name of copyright owner]
340N/A#
340N/A# CDDL HEADER END
340N/A#
340N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
340N/A#
340N/Ainclude ../../make-rules/shared-macros.mk
340N/A
340N/ACOMPONENT_NAME= php-common
340N/A# This version # based on the version # of Solaris
464N/ACOMPONENT_VERSION= 11.1
340N/ACOMPONENT_PROJECT_URL= http://www.php.net/
340N/ACOMPONENT_BUGDB= utility/php
340N/A
340N/Ainclude $(WS_MAKE_RULES)/configure.mk
340N/Ainclude $(WS_MAKE_RULES)/ips.mk
340N/A
340N/A# Do not apply the standard license transforms for this component. The
340N/A# license actions are already tagged with the attributes in the .p5m file.
340N/ALICENSE_TRANSFORMS=
340N/A
340N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
340N/A
340N/A# nothing to download or build; just package
340N/Adownload prep build install test:
340N/A
340N/A
520N/Aclobber: clean
340N/AREQUIRED_PACKAGES += system/linker
340N/A