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