Makefile revision 2974
214N/A#
214N/A# CDDL HEADER START
910N/A#
810N/A# The contents of this file are subject to the terms of the
214N/A# Common Development and Distribution License (the "License").
214N/A# You may not use this file except in compliance with the License.
214N/A#
214N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
214N/A# or http://www.opensolaris.org/os/licensing.
214N/A# See the License for the specific language governing permissions
214N/A# and limitations under the License.
214N/A#
214N/A# When distributing Covered Code, include this CDDL HEADER in each
214N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
214N/A# If applicable, add the following below this CDDL HEADER, with the
214N/A# fields enclosed by brackets "[]" replaced with your own identifying
214N/A# information: Portions Copyright [yyyy] [name of copyright owner]
214N/A#
214N/A# CDDL HEADER END
214N/A#
214N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
214N/A#
214N/Ainclude ../../../make-rules/shared-macros.mk
214N/A
214N/ACOMPONENT_NAME= mod_dtrace
214N/ACOMPONENT_VERSION= 0.3.1
214N/ACOMPONENT_SRC= src
214N/ACOMPONENT_PROJECT_URL= http://prefetch.net/projects/apache_modtrace/
214N/ACOMPONENT_BUGDB= utility/apache
214N/A
214N/ATPNO= 8876
493N/A
493N/Ainclude ../../../make-rules/justmake.mk
214N/Ainclude ../../../make-rules/ips.mk
493N/A
214N/AAPACHE_USR_PREFIX=/usr/apache2/2.2
493N/A
493N/A$(BUILD_DIR_32)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/apxs
810N/A$(BUILD_DIR_64)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
810N/A$(BUILD_DIR_32)/.built: COMPONENT_BUILD_ARGS += DTRACE="/usr/sbin/dtrace -32"
810N/A$(BUILD_DIR_64)/.built: COMPONENT_BUILD_ARGS += DTRACE="/usr/sbin/dtrace -64"
493N/A
493N/APATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
493N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
910N/APATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
493N/Aendif
214N/A
214N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
493N/A
214N/Adownload:
214N/A
378N/Aclobber: clean
214N/A
910N/A$(SOURCE_DIR)/.prep:
214N/A $(TOUCH) $@
378N/A
378N/Aclean::
378N/A $(RM) $(SOURCE_DIR)/.prep
378N/A
378N/Abuild: $(BUILD_32_and_64)
378N/A
378N/Atest: $(NO_TESTS)
378N/A
378N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
378N/A
378N/Ainclude ../../../make-rules/depend.mk
378N/A