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