1727N/A#
1727N/A# CDDL HEADER START
1727N/A#
1727N/A# The contents of this file are subject to the terms of the
1727N/A# Common Development and Distribution License (the "License").
1727N/A# You may not use this file except in compliance with the License.
1727N/A#
1727N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1727N/A# or http://www.opensolaris.org/os/licensing.
1727N/A# See the License for the specific language governing permissions
1727N/A# and limitations under the License.
1727N/A#
1727N/A# When distributing Covered Code, include this CDDL HEADER in each
1727N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1727N/A# If applicable, add the following below this CDDL HEADER, with the
1727N/A# fields enclosed by brackets "[]" replaced with your own identifying
1727N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1727N/A#
1727N/A# CDDL HEADER END
5680N/A#
5668N/A
1727N/A#
5668N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
1727N/A#
5680N/ABUILD_BITS= 64
1727N/Ainclude ../../../make-rules/shared-macros.mk
1727N/A
1727N/ACOMPONENT_NAME= mod_dtrace
5668N/ACOMPONENT_VERSION= 0.3.1
1727N/ACOMPONENT_SRC= src
1727N/ACOMPONENT_ARCHIVE=
5668N/ACOMPONENT_ARCHIVE_SRC= none
5668N/ACOMPONENT_PROJECT_URL= http://prefetch.net/projects/apache_modtrace/
1727N/A
5668N/ATPNO= 8876
2899N/A
5680N/ABUILD_STYLE= justmake
5680N/AMODULES_INSTALL=
1727N/Ainclude ../modules.mk
1727N/A
1727N/ACOMPONENT_BUILD_ARGS += APXS=$(APXS)
5668N/ACOMPONENT_BUILD_ARGS += DTRACE="$(USRSBINDIR)/dtrace -$(BITS)"
5668N/ACOMPONENT_BUILD_ARGS += PATH="$(PATH)"
5668N/A
1727N/ACLEAN_PATHS += $(SOURCE_DIR)/.prep
1727N/A