Makefile revision 1022
256N/A#
256N/A# CDDL HEADER START
256N/A#
256N/A# The contents of this file are subject to the terms of the
256N/A# Common Development and Distribution License (the "License").
256N/A# You may not use this file except in compliance with the License.
256N/A#
256N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
256N/A# or http://www.opensolaris.org/os/licensing.
256N/A# See the License for the specific language governing permissions
256N/A# and limitations under the License.
256N/A#
256N/A# When distributing Covered Code, include this CDDL HEADER in each
256N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
256N/A# If applicable, add the following below this CDDL HEADER, with the
256N/A# fields enclosed by brackets "[]" replaced with your own identifying
256N/A# information: Portions Copyright [yyyy] [name of copyright owner]
256N/A#
256N/A# CDDL HEADER END
256N/A#
256N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
256N/A#
844N/Ainclude ../../../make-rules/shared-macros.mk
256N/A
256N/ACOMPONENT_NAME= xdebug
256N/ACOMPONENT_VERSION= 2.2.0
256N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
256N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
256N/ACOMPONENT_ARCHIVE_HASH= \
256N/A sha256:91e426fb3e8ea2b49a1d129b0e56cf357891ea4ef7a95d9a45350d8143f593bc
256N/ACOMPONENT_ARCHIVE_URL= http://xdebug.org/files/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_PROJECT_URL= http://xdebug.org/
844N/A
256N/APATCH_DIR = ../xdebug/patches
256N/A
256N/Ainclude ../extensions-zts.mk
256N/A
256N/ACONFIGURE_OPTIONS += --enable-xdebug
256N/A