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