Makefile revision 904
205N/A#
205N/A# CDDL HEADER START
205N/A#
205N/A# The contents of this file are subject to the terms of the
205N/A# Common Development and Distribution License (the "License").
205N/A# You may not use this file except in compliance with the License.
205N/A#
205N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
205N/A# or http://www.opensolaris.org/os/licensing.
205N/A# See the License for the specific language governing permissions
205N/A# and limitations under the License.
205N/A#
205N/A# When distributing Covered Code, include this CDDL HEADER in each
205N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
205N/A# If applicable, add the following below this CDDL HEADER, with the
205N/A# fields enclosed by brackets "[]" replaced with your own identifying
205N/A# information: Portions Copyright [yyyy] [name of copyright owner]
205N/A#
205N/A# CDDL HEADER END
205N/A#
205N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
205N/A#
3996N/Ainclude ../../make-rules/shared-macros.mk
205N/A
205N/ACOMPONENT_NAME= php
205N/A# This version # based on the version # of Solaris
205N/ACOMPONENT_VERSION= 11.1
205N/ACOMPONENT_PROJECT_URL= http://www.php.net/
205N/A
205N/Ainclude $(WS_TOP)/make-rules/configure.mk
618N/Ainclude $(WS_TOP)/make-rules/ips.mk
205N/A
205N/A# nothing to download or build; just package
844N/Adownload prep build install test:
844N/A
618N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1298N/A
205N/Aclobber: clean
3661N/A